/* Farmley-style promo ticker + header */
.ng-farmley-promo {
	background: #0C533D;
	color: #FCF4EB;
	height: 38px;
	overflow: hidden;
	position: relative;
	z-index: 10001;
	width: 100%;
}

.ng-farmley-promo__track {
	display: flex;
	width: max-content;
	animation: ng-farmley-marquee 32s linear infinite;
	align-items: center;
	height: 38px;
	gap: 48px;
	padding: 0 24px;
}

.ng-farmley-promo__item {
	color: #FCF4EB;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.25s ease;
}

.ng-farmley-promo__item:hover {
	color: #B99531;
}

.ng-farmley-promo__item strong {
	color: #B99531;
	font-weight: 700;
}

@keyframes ng-farmley-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* Site-wide logo — match homepage sizing */
#qodef-page-header .qodef-header-logo-link img.qodef-header-logo-image {
	max-height: 48px;
	width: auto;
	height: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
	max-height: 40px;
	width: auto;
	height: auto;
}

/* Cleaner Farmley-like header row */
.qodef-header--standard-extended #qodef-page-header .qodef-header-section.qodef--top {
	background: #fff;
	border-bottom: 1px solid rgba(12, 83, 61, 0.08);
}

/* Farmley: single-row header — hide green bottom bar entirely */
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
	display: none !important;
}

.qodef-header--standard-extended #qodef-page-header {
	height: auto !important;
	overflow: visible !important;
}

.qodef-header--standard-extended #qodef-page-header-inner,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--one,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-search-menu-group {
	overflow: visible !important;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
	height: auto !important;
	min-height: 96px;
}

/* Farmley hero slider */
.ng-farmley-hero rs-module {
	border-radius: 0 !important;
}

.ng-farmley-hero .rs-layer.ng-farmley-kicker,
.ng-farmley-hero .tp-caption.ng-farmley-kicker {
	font-family: 'Manrope', sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

.ng-farmley-hero .rs-layer.ng-farmley-title,
.ng-farmley-hero .tp-caption.ng-farmley-title {
	font-family: 'Amatic SC', cursive !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	text-align: center !important;
	max-width: 860px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.ng-farmley-hero .rs-layer.ng-farmley-sub,
.ng-farmley-hero .tp-caption.ng-farmley-sub {
	font-family: 'Manrope', sans-serif !important;
}

.ng-farmley-hero .rs-layer.ng-farmley-btn,
.ng-farmley-hero .tp-caption.ng-farmley-btn {
	text-align: center !important;
}

.ng-farmley-hero .rs-layer.ng-farmley-btn a,
.ng-farmley-hero .tp-caption.ng-farmley-btn a {
	display: inline-block;
	background: #0C533D !important;
	color: #fff !important;
	padding: 14px 32px !important;
	border-radius: 4px !important;
	font-family: 'Manrope', sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background 0.3s ease, transform 0.3s ease;
}

.ng-farmley-hero .rs-layer.ng-farmley-btn:hover a,
.ng-farmley-hero .rs-layer.ng-farmley-btn:hover,
.ng-farmley-hero .tp-caption.ng-farmley-btn:hover a,
.ng-farmley-hero .tp-caption.ng-farmley-btn:hover {
	background: #B99531 !important;
	transform: translateY(-2px);
}

@media (max-width: 1024px) {
	.ng-farmley-promo__item { font-size: 12px; }

	.ng-farmley-hero .rs-layer.ng-farmley-title,
	.ng-farmley-hero .tp-caption.ng-farmley-title {
		max-width: 92% !important;
	}
}

@media (max-width: 767px) {
	.ng-farmley-hero rs-slide rs-layer {
		white-space: normal !important;
	}

	.ng-farmley-hero .rs-layer.ng-farmley-kicker,
	.ng-farmley-hero .tp-caption.ng-farmley-kicker {
		font-size: 11px !important;
		line-height: 14px !important;
		letter-spacing: 0.12em !important;
		max-width: 94vw !important;
	}

	.ng-farmley-hero .rs-layer.ng-farmley-title,
	.ng-farmley-hero .tp-caption.ng-farmley-title {
		font-size: clamp(28px, 8.5vw, 34px) !important;
		line-height: 1.1 !important;
		max-width: 94vw !important;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.ng-farmley-hero .rs-layer.ng-farmley-sub,
	.ng-farmley-hero .tp-caption.ng-farmley-sub {
		font-size: 14px !important;
		line-height: 1.45 !important;
		max-width: 90vw !important;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.ng-farmley-hero .rs-layer.ng-farmley-btn,
	.ng-farmley-hero .tp-caption.ng-farmley-btn {
		max-width: calc(100vw - 32px) !important;
	}

	.ng-farmley-hero .rs-layer.ng-farmley-btn a,
	.ng-farmley-hero .tp-caption.ng-farmley-btn a {
		padding: 12px 20px !important;
		font-size: 12px !important;
	}
}

/* Side cart drawer — panel above dimming cover.
 * Desktop header is raised above the cover so the drawer receives scroll.
 * Mobile header must get the same treatment or the full-width cover blocks all touch. */
body.qodef-woo-side-area-cart--opened #qodef-page-header,
body.qodef-woo-side-area-cart--opened .qodef-header-sticky,
body.qodef-woo-side-area-cart--opened #qodef-page-mobile-header {
	z-index: 100070 !important;
}

body.qodef-woo-side-area-cart--opened .qodef-woo-side-area-cart-cover {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 100055 !important;
	/* Cover dismisses on tap; never steal gestures meant for the drawer above it. */
	pointer-events: auto;
}

body.qodef-woo-side-area-cart--opened .widget_greenpath_core_woo_side_area_cart.qodef--opened,
body.qodef-woo-side-area-cart--opened .widget_greenpath_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-inner,
body.qodef-woo-side-area-cart--opened .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	z-index: 100080 !important;
	pointer-events: auto !important;
}

/* Qode wishlist counter — theme only styles YITH widget; mirror cart badge */
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner .qodef-widget-holder .widget.widget_greenpath_core_qode_wishlist {
	overflow: visible;
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link {
	display: flex;
	align-items: center;
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-icon-count-holder {
	position: relative;
	display: inline-block;
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon {
	display: block;
	line-height: 1;
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon svg {
	width: 24px;
	height: 22px;
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
	position: absolute;
	top: -6px;
	left: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	font-family: 'Manrope', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #0C533D;
	background-color: #B99531;
	box-sizing: border-box;
	pointer-events: none;
}

.widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count.ng-wishlist-count--empty {
	display: none;
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget_greenpath_core_qode_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-count {
	left: 11px;
	top: -8px;
	min-width: 14px;
	height: 14px;
	font-size: 9px;
}

/* Hide compare in header areas (belt-and-suspenders) */
.qodef-header--standard-extended .widget_qode_compare_for_woocommerce_compare_counter,
#qodef-page-mobile-header .widget_qode_compare_for_woocommerce_compare_counter,
.qodef-header-sticky .widget_qode_compare_for_woocommerce_compare_counter {
	display: none !important;
}

/* Farmley main menu — hamburger after search (Home, Shop, About Us, Contact Us) */
.qodef-header-sticky .qodef-header-navigation {
	display: none !important;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--one {
	flex-wrap: nowrap;
	align-items: center;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--one > .ng-farmley-header-search-menu-group {
	display: flex !important;
	flex-flow: row nowrap;
	flex: 1 1 auto;
	align-items: center;
	gap: 16px;
	min-width: 0;
	margin: 0 24px 0 0;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-search-menu-group > .widget.widget_greenpath_core_woo_product_search {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
	width: auto !important;
	max-width: 100%;
	margin: 0 !important;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-search-menu-group .qodef-widget-product-search-outer,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-search-menu-group .qodef-widget-product-search-inner,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-search-menu-group .qodef-product-search-holder,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-search-menu-group .qodef-product-search-form {
	width: 100%;
	min-width: 0;
}

/* Header product search — Farmley theme (All Categories + field) */
.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-product-search-outer,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-product-search-inner {
	overflow: visible !important;
	position: relative;
	z-index: 50;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-search-form {
	position: relative;
	box-sizing: border-box;
	height: 48px;
	border: 1px solid rgba(12, 83, 61, 0.16);
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 2px 12px rgba(12, 83, 61, 0.05);
	/* Keep visible so typeahead suggestions are not clipped */
	overflow: visible !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-search-form:focus-within {
	border-color: rgba(12, 83, 61, 0.4);
	box-shadow: 0 0 0 3px rgba(12, 83, 61, 0.1);
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-category-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: auto;
	display: flex;
	align-items: stretch;
	z-index: 2;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-category-holder:after {
	right: 14px;
	top: 50%;
	width: 12px;
	height: 8px;
	transform: translateY(-50%);
	background-color: transparent;
	-webkit-mask: none;
	mask: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230C533D' d='M1.4.6 6 5.2 10.6.6 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 8px;
	pointer-events: none;
	transition: transform 0.2s ease;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-category-holder.dropdown-opened:after {
	transform: translateY(-50%) rotate(180deg);
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-category {
	width: 168px;
	height: 100%;
	min-height: 0;
	box-sizing: border-box;
	padding: 0 36px 0 16px;
	border: 0;
	border-right: 1px solid rgba(12, 83, 61, 0.12);
	/* Match form inner radius (12px outer − 1px border) so corners sit flush */
	border-radius: 11px 0 0 11px;
	background-color: #fcf4eb;
	background-image: none;
	color: #0c533d;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-category:focus {
	outline: none;
	box-shadow: none;
	background-color: #f7ead8;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-category option {
	color: #0c533d;
	background-color: #fff;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .twitter-typeahead {
	display: block !important;
	width: calc(100% - 232px) !important;
	max-width: none !important;
	height: 100%;
	margin: 0 56px 0 176px;
	position: relative;
	z-index: 1;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .twitter-typeahead .tt-hint,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .twitter-typeahead .tt-input,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-search {
	margin: 0 !important;
	padding: 0 8px 0 0;
	box-sizing: border-box;
	height: 100% !important;
	min-height: 0;
	max-width: none !important;
	width: 100% !important;
	color: #0c533d;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .twitter-typeahead .tt-hint {
	color: transparent !important;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-search::placeholder {
	color: rgba(12, 83, 61, 0.45);
	opacity: 1;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder button[type="submit"].qodef-product-search-submit {
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	color: #fff;
	background-color: #0c533d;
	z-index: 3;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder button[type="submit"].qodef-product-search-submit:hover {
	background-color: #b99531;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder button[type="submit"].qodef-product-search-submit svg {
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	fill: currentColor;
	color: #fff;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .tt-menu {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: calc(100% + 6px) !important;
	width: 100% !important;
	z-index: 10050 !important;
	border: 1px solid rgba(12, 83, 61, 0.12);
	border-radius: 12px;
	background-color: #fcf4eb;
	box-shadow: 0 16px 40px rgba(12, 83, 61, 0.14);
	padding: 12px;
	margin-top: 0;
	box-sizing: border-box;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .tt-suggestion .qodef-product-search-title {
	color: #0c533d;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .tt-suggestion:hover .qodef-product-search-title,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .tt-suggestion.tt-cursor .qodef-product-search-title {
	color: #b99531;
}

/* Keep the whole suggestion title one consistent color — typeahead wraps the
   matched term in <strong class="tt-highlight">, which otherwise stands out. */
.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .tt-suggestion .qodef-product-search-title .tt-highlight,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .tt-suggestion .qodef-product-search-title strong {
	color: inherit !important;
	background: transparent !important;
	font-weight: inherit !important;
}

/* Remove the price from the live search dropdown (it does not reflect the
   custom storefront pricing and is redundant with the product page). */
.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-search-price,
.qodef-product-search-holder .qodef-product-search-price,
.tt-suggestion .qodef-product-search-price {
	display: none !important;
}

@media (max-width: 1200px) {
	.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-category {
		width: 140px;
		font-size: 12px;
		padding-left: 12px;
	}

	.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .twitter-typeahead {
		width: calc(100% - 204px) !important;
		margin: 0 56px 0 148px;
	}

	.qodef-header--standard-extended #qodef-page-header-inner .qodef-product-search-holder .qodef-product-search {
		margin: 0 !important;
		width: 100% !important;
	}
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-widget-holder.qodef--one .ng-farmley-header-menu-slot {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu {
	position: relative;
	margin: 0;
	flex-shrink: 0;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown-menu-inner {
	background-color: #0C533D !important;
	border: 1px solid rgba(12, 83, 61, 0.12) !important;
	border-radius: 10px !important;
	height: 44px;
	padding: 0 18px 0 16px;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
	color: #FFFFFF !important;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding-left: 30px;
	gap: 8px;
	cursor: pointer;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener .qodef-opener-icon,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener .qodef-extended-dropdown-arrow {
	color: #FFFFFF !important;
	fill: #FFFFFF !important;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener .qodef-extended-dropdown-arrow {
	transition: transform 0.25s ease;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu.ng-farmley-menu--open .qodef-extended-dropdown-opener .qodef-extended-dropdown-arrow,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu.qodef-dropdown-hovered .qodef-extended-dropdown-opener .qodef-extended-dropdown-arrow {
	transform: rotate(180deg);
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu.ng-farmley-menu--open .qodef-extended-dropdown-menu-inner,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu.qodef-dropdown-hovered .qodef-extended-dropdown-menu-inner {
	background-color: #B99531 !important;
	box-shadow: 0 8px 24px rgba(185, 149, 49, 0.28);
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .ng-farmley-main-menu .qodef-extended-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 240px;
	padding: 10px 0 12px;
	margin: 0;
	background-color: #FCF4EB !important;
	border: 1px solid #E8E0D6 !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 40px rgba(12, 83, 61, 0.16);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
	z-index: 120;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu.ng-farmley-menu--open .qodef-extended-dropdown,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu.qodef-dropdown-hovered .qodef-extended-dropdown,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .ng-farmley-main-menu.ng-farmley-menu--open .qodef-extended-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 120;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown li,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .ng-farmley-main-menu .qodef-extended-dropdown li {
	padding: 0 16px;
	margin: 4px 0;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown li a,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .ng-farmley-main-menu .qodef-extended-dropdown li a {
	display: block;
	padding: 12px 14px;
	border-radius: 8px;
	color: #0C533D !important;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown li a:hover,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .ng-farmley-main-menu .qodef-extended-dropdown li a:hover,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown li.current-menu-item > a,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .ng-farmley-main-menu .qodef-extended-dropdown li.current-menu-item > a {
	background-color: rgba(185, 149, 49, 0.14);
	color: #0C533D !important;
}

.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown li a:hover .qodef-menu-item-text,
.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .ng-farmley-main-menu .qodef-extended-dropdown li a:hover .qodef-menu-item-text {
	color: #B99531 !important;
}

@media (max-width: 680px) {
	.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot {
		gap: 12px;
	}

	.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener-text {
		font-size: 13px;
	}

	.qodef-header--standard-extended #qodef-page-header-inner .ng-farmley-header-menu-slot .qodef-extended-dropdown-menu .qodef-extended-dropdown-menu-inner {
		height: 40px;
		padding: 0 14px 0 12px;
	}
}

/* ── Mobile header bar (Farmley) ── */
#qodef-page-mobile-header {
	min-height: 0 !important;
	height: auto !important;
	background: #fff !important;
	border-bottom: 1px solid rgba(12, 83, 61, 0.08);
}

#qodef-page-mobile-header-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px;
	min-height: 58px !important;
	height: 58px !important;
	padding: 0 16px !important;
	box-sizing: border-box;
}

#qodef-page-mobile-header-inner > .qodef-mobile-header-logo-link {
	display: flex !important;
	align-items: center !important;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 46%;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 6px 0 !important;
}

#qodef-page-mobile-header-inner > .qodef-mobile-header-logo-link img,
#qodef-page-mobile-header-inner > .qodef-mobile-header-logo-link img.qodef-header-logo-image {
	display: block !important;
	max-height: 40px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: contain;
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one {
	display: flex !important;
	align-items: center !important;
	flex: 0 0 auto;
	height: auto !important;
	min-height: 0 !important;
	margin-left: auto !important;
	gap: 4px;
}

#qodef-page-mobile-header .qodef-widget-holder.qodef--one .widget {
	display: flex !important;
	align-items: center !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 0 10px !important;
}

#qodef-page-mobile-header .qodef-side-area-mobile-header-opener {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	margin: 0 0 0 6px !important;
}

#qodef-page-mobile-header .qodef-m-opener-amount {
	display: none !important;
}

/* Keep cart drawer panel off the header flow until opened */
#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner,
#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
	position: relative;
	display: flex;
	align-items: center;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible;
}

#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-content,
#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart .qodef-widget-side-area-cart-content {
	position: fixed !important;
	top: 0 !important;
	right: -110vw !important;
	left: auto !important;
	width: min(420px, 100vw) !important;
	height: 100vh !important;
	height: 100dvh !important;
	max-height: 100vh !important;
	max-height: 100dvh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: column !important;
	visibility: hidden !important;
	pointer-events: none !important;
	z-index: 100080 !important;
	background: #fff !important;
	transition: right 0.45s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.45s ease;
}

#qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content,
#qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content,
body.qodef-woo-side-area-cart--opened #qodef-page-mobile-header .widget_greenpath_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content,
body.qodef-woo-side-area-cart--opened #qodef-side-area-mobile-header .widget_greenpath_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content {
	right: 0 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* ── Mobile menu drawer ── */
#qodef-side-area-mobile-header,
#qodef-side-area-mobile-header.ng-farmley-mobile-drawer {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	position: fixed !important;
	top: 0 !important;
	right: -110vw !important;
	left: auto !important;
	bottom: 0 !important;
	width: min(340px, 100vw) !important;
	max-width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: -12px 0 40px rgba(12, 83, 61, 0.12);
	visibility: hidden !important;
	z-index: 100200 !important;
	transition: right 0.45s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.45s ease;
}

#qodef-side-area-mobile-header.qodef--opened {
	right: 0 !important;
	visibility: visible !important;
}

body.qodef-woo-side-area-menu--opened .qodef-woo-side-area-menu-cover {
	z-index: 100150 !important;
}

body.qodef-woo-side-area-menu--opened .ng-farmley-promo,
body.qodef-woo-side-area-menu--opened #qodef-page-mobile-header {
	z-index: 100 !important;
}

/* Drawer top bar — logo + close */
#qodef-side-area-mobile-header > .qodef-mobile-header-logo-link {
	display: flex !important;
	align-items: center !important;
	flex: 0 0 auto;
	width: 100%;
	min-height: 72px;
	height: auto !important;
	margin: 0 !important;
	padding: max(16px, env(safe-area-inset-top, 0px)) 58px 14px 18px !important;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(12, 83, 61, 0.08);
	background: #fff;
	position: relative;
	z-index: 2;
	overflow: visible !important;
}

#qodef-side-area-mobile-header > .qodef-mobile-header-logo-link img,
#qodef-side-area-mobile-header > .qodef-mobile-header-logo-link img.qodef-header-logo-image {
	display: block !important;
	position: static !important;
	transform: none !important;
	max-height: 40px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: contain;
	opacity: 1 !important;
}

#qodef-side-area-mobile-header > a.qodef-m-close,
#qodef-side-area-mobile-header > .qodef-m-close {
	position: absolute !important;
	top: max(18px, env(safe-area-inset-top, 0px)) !important;
	right: 14px !important;
	left: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #e8f0ea !important;
	color: #0c533d !important;
	box-shadow: 0 2px 8px rgba(12, 83, 61, 0.12);
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 20 !important;
	cursor: pointer;
}

#qodef-side-area-mobile-header > a.qodef-m-close .qodef-m-icon,
#qodef-side-area-mobile-header > a.qodef-m-close svg,
#qodef-side-area-mobile-header > a.qodef-m-close .qodef-m-line {
	visibility: visible !important;
	opacity: 1 !important;
}

#qodef-side-area-mobile-header > a.qodef-m-close svg {
	width: 14px !important;
	height: 14px !important;
	display: block !important;
}

#qodef-side-area-mobile-header .qodef-m-navigation {
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 8px 0 16px;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
	font-family: "Manrope", sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #0c533d !important;
	padding: 14px 27px !important;
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--two {
	display: none !important;
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--three {
	flex: 0 0 auto;
	margin-top: 0 !important;
	padding: 14px 18px max(18px, env(safe-area-inset-bottom, 0px)) !important;
	gap: 10px;
	border-top: 1px solid rgba(12, 83, 61, 0.08);
	background: #fff;
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--three .widget.widget_greenpath_membership_login_button .qodef-button {
	background: #0c533d !important;
	border-color: #0c533d !important;
	border-radius: 10px !important;
	min-height: 46px;
	color: #ffffff !important;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--three .widget.widget_greenpath_membership_login_button .qodef-button:hover {
	background: #094432 !important;
	border-color: #094432 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

#qodef-side-area-mobile-header .qodef-widget-holder.qodef--three .widget.widget_greenpath_membership_login_button .qodef-m-text {
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #ffffff !important;
}

#qodef-side-area-mobile-header.ps,
#qodef-side-area-mobile-header.ps > .ps__rail-x,
#qodef-side-area-mobile-header.ps > .ps__rail-y {
	overflow: visible !important;
}

@media (max-width: 767px) {
	.ng-farmley-promo {
		height: 36px;
	}

	.ng-farmley-promo__track {
		height: 36px;
		gap: 32px;
		padding: 0 16px;
	}

	.ng-farmley-promo__item {
		font-size: 12px;
	}
}