/* ===== Mid bar (logo + contact info) ===== */
.lg-midbar {
	background: #fff;
}

.lg-midbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	padding: 18px 5px;
}

.lg-logo img {
	display: block;
	height: 50px;
	width: auto;
}

.lg-logo a {
	font-size: 22px;
	font-weight: 700;
	color: var(--lg-navy);
}

.lg-contact-list {
	display: flex;
	align-items: center;
	gap: 34px;
}

.lg-contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lg-contact-item .lg-icon {
	font-size: 28px;
	color: var(--lg-orange);
}

.lg-contact-item.lg-contact-item--contact .lg-icon {
	color: var(--lg-orange-2);
}

.lg-contact-item__label {
	font-size: 16px;
	font-weight: 600;
	color: var(--lg-navy);
	display: block;
}

.lg-contact-item__sub {
	font-size: 12px;
	color: var(--lg-gray);
	display: block;
}

/* ===== Nav bar (mega menu trigger, search, account icons) ===== */
.lg-navbar {
	background: var(--lg-navy);
}

.lg-navbar__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 10px 5px;
}

.lg-menu-trigger {
	display: flex;
	align-items: center;
	gap: 5px;
	background: var(--lg-orange);
	color: #fff;
	border: none;
	border-radius: 4px 4px 0 0;
	width: 220px;
	height: 45px;
	margin-bottom: -10px;
	align-self: flex-start;
	padding: 10px 5px;
	font-size: 15px;
	font-weight: 300;
	white-space: nowrap;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.lg-menu-trigger .lg-icon {
	font-size: 20px;
}

.lg-search {
	flex: 1 1 auto;
	max-width: 760px;
	margin: 0 auto;
}

.lg-search__field {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	height: 35px;
	padding: 10px 5px;
}

.lg-search__input {
	flex: 1;
	border: none;
	outline: none;
	background: none;
	padding: 0 12px;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 14px;
	color: var(--lg-navy);
	height: 100%;
	border-radius: 12px 0 0 12px;
}

.lg-search__submit {
	border: none;
	background: none;
	width: 26px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--lg-gray);
	font-size: 20px;
}

.lg-user-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.lg-user-actions__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	height: 35px;
	padding: 10px 5px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	position: relative;
}

.lg-user-actions__link .lg-icon {
	font-size: 20px;
}

.lg-badge {
	position: absolute;
	top: -4px;
	right: 0;
	background: var(--lg-orange);
	color: #fff;
	font-size: 8px;
	font-weight: 700;
	line-height: 1;
	border-radius: 999px;
	min-width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2px;
}

.lg-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: var(--lg-orange);
	color: #fff;
	border-radius: 12px;
	width: 187px;
	height: 35px;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: 300;
	white-space: nowrap;
	position: relative;
}

.lg-cart .lg-icon {
	font-size: 20px;
}

.lg-cart .lg-badge {
	background: #fff;
	color: var(--lg-orange);
	top: -6px;
	right: -6px;
}

/* ===== Mega menu - desfasurat pe pagina de start ===== */
.lg-mega-panel {
	padding: 0;
}

.lg-mega-panel > .lg-container {
	padding-left: 5px;
	padding-right: 5px;
}

.lg-mega-panel__row {
	display: flex;
	align-items: stretch;
	gap: 0;
	height: 587px;
}

.lg-mega-panel__categories {
	width: 260px;
	flex-shrink: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 2px 10px rgba( 0, 0, 0, 0.08 );
	box-sizing: border-box;
}

.lg-mega-panel__list {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.lg-mega-panel__list > li {
	flex: 1 1 0;
}

.lg-mega-panel__list > li > a {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 100%;
	padding: 0 5px 0 14px;
	font-size: 13px;
	font-weight: 400;
	color: var(--lg-navy);
	border-bottom: 1px solid var(--lg-border);
}

.lg-mega-panel__list > li:last-child > a {
	border-bottom: none;
}

.lg-mega-panel__list > li > a:hover {
	color: var(--lg-orange);
}

.lg-mega-panel__cat-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
}

.lg-mega-panel__cat-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lg-mega-panel__visual {
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
	height: 100%;
	padding: 0;
}

.lg-mega-panel__visual-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-mega-panel__visual-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 220px;
	background: #f5f5f5;
	border: 1px dashed var(--lg-border);
	color: var(--lg-gray);
	font-size: 13px;
	text-align: center;
	padding: 20px;
}

@media (max-width: 1024px) {
	.lg-contact-list,
	.lg-search,
	.lg-user-actions__link:not(.lg-user-actions__cart-link) {
		display: none;
	}

	.lg-navbar__inner {
		justify-content: space-between;
	}
}
