/**
 * Homepage — modern, consistent styling for hero-adjacent sections.
 */

.home #qodef-page-content {
	--ng-home-green: #0C533D;
	--ng-home-cream: #FCF4EB;
	--ng-home-gold: #B99531;
	--ng-home-muted: #5c6b64;
	--ng-home-border: rgba(12, 83, 61, 0.1);
	--ng-home-radius: 16px;
	--ng-home-radius-lg: 20px;
	--ng-home-shadow: 0 8px 28px rgba(12, 83, 61, 0.08);
	--ng-home-shadow-hover: 0 14px 36px rgba(12, 83, 61, 0.14);
}

/* Hero → content soft transition */
.home .ng-farmley-hero {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

/* Full-bleed hero on small screens (break out of theme grid padding) */
.home .elementor-element-c81ed26 {
	width: 100%;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
}

.home .ng-farmley-hero .wp-block-themepunch-revslider,
.home .ng-farmley-hero rs-module-wrap,
.home .ng-farmley-hero rs-module,
.home .ng-farmley-hero rs-slides,
.home .ng-farmley-hero rs-slide {
	max-width: 100% !important;
}

.home .ng-farmley-hero rs-sbg-px,
.home .ng-farmley-hero rs-sbg-wrap {
	width: 100% !important;
	left: 0 !important;
}

/* Soft cream scrim behind caption stack — keeps text readable on busy nut photos */
.home .ng-farmley-hero rs-sbg-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 58% 62% at 50% 42%,
			rgba(252, 244, 235, 0.78) 0%,
			rgba(252, 244, 235, 0.42) 42%,
			rgba(252, 244, 235, 0.08) 68%,
			transparent 78%
		);
}

.home .ng-farmley-hero rs-layer,
.home .ng-farmley-hero .tp-caption {
	z-index: 5 !important;
	text-shadow:
		0 1px 0 rgba(252, 244, 235, 0.95),
		0 2px 10px rgba(252, 244, 235, 0.85),
		0 0 28px rgba(252, 244, 235, 0.7);
}

.home .ng-farmley-hero .rs-layer.ng-farmley-kicker,
.home .ng-farmley-hero .tp-caption.ng-farmley-kicker {
	color: #0c533d !important;
	font-size: clamp(13px, 1.05vw, 16px) !important;
	font-weight: 800 !important;
	letter-spacing: 0.16em !important;
	line-height: 1.3 !important;
}

.home .ng-farmley-hero .rs-layer.ng-farmley-title,
.home .ng-farmley-hero .tp-caption.ng-farmley-title {
	color: #0c533d !important;
	font-weight: 700 !important;
	font-size: clamp(42px, 4.2vw, 72px) !important;
	line-height: 1.05 !important;
	max-width: min(920px, 88vw) !important;
	text-shadow:
		0 1px 0 rgba(252, 244, 235, 1),
		0 3px 14px rgba(252, 244, 235, 0.95),
		0 0 36px rgba(252, 244, 235, 0.8);
}

.home .ng-farmley-hero .rs-layer.ng-farmley-sub,
.home .ng-farmley-hero .tp-caption.ng-farmley-sub {
	color: #173a2e !important;
	font-size: clamp(15px, 1.15vw, 18px) !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.01em !important;
	opacity: 1 !important;
}

.home .ng-farmley-hero .rs-layer.ng-farmley-btn,
.home .ng-farmley-hero .tp-caption.ng-farmley-btn,
.home .ng-farmley-hero .rs-layer.ng-farmley-btn a,
.home .ng-farmley-hero .tp-caption.ng-farmley-btn a {
	text-shadow: none !important;
}

@media (max-width: 1024px) {
	.home .elementor-element-c81ed26 {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw;
	}
}

@media (max-width: 767px) {
	.home .ng-farmley-hero .rs-layer.ng-farmley-kicker,
	.home .ng-farmley-hero .tp-caption.ng-farmley-kicker {
		font-size: 11px !important;
		line-height: 14px !important;
	}

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

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

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

.home .ng-farmley-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	pointer-events: none;
	z-index: 2;
}

/* Unified section headings — centered, larger, bolder */
.home .elementor-widget-greenpath_core_section_title > .elementor-widget-container,
.home .elementor-element-abca240 > .elementor-widget-container,
.home .elementor-element-c96fa38 > .elementor-widget-container {
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
	text-align: center !important;
}

.home .qodef-section-title {
	font-family: "Manrope", sans-serif !important;
	text-align: center !important;
	margin: 0 auto 36px !important;
	max-width: 860px;
	width: 100%;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

.home .qodef-section-title .qodef-m-title {
	font-family: "Amatic SC", cursive !important;
	font-size: clamp(2.5rem, 5.2vw, 3.5rem) !important;
	font-weight: 800 !important;
	color: var(--ng-home-green, #0C533D) !important;
	line-height: 1.08 !important;
	letter-spacing: 0.02em;
	text-align: center !important;
	width: 100%;
	margin: 0 !important;
}

.home .qodef-section-title .qodef-m-subtitle {
	font-family: "Manrope", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: var(--ng-home-muted, #5c6b64) !important;
	margin-top: 12px !important;
	line-height: 1.55 !important;
	text-align: center !important;
	max-width: 560px;
}

.home .qodef-section-title .qodef-m-title::after {
	content: "";
	display: block;
	width: 56px;
	height: 4px;
	margin: 16px auto 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--ng-home-gold, #B99531), var(--ng-home-green, #0C533D));
}

/* Fresh carousel section */
.home .elementor-element-47bd4b6 {
	background: linear-gradient(180deg, #ffffff 0%, #faf6f0 55%, #ffffff 100%) !important;
	padding-top: 56px !important;
	padding-bottom: 64px !important;
}

.home .elementor-element-47bd4b6.ng-farmley-home-reveal {
	opacity: 1;
	transform: none;
}

.home .elementor-element-a463981 .swiper-button-prev,
.home .elementor-element-a463981 .swiper-button-next {
	width: 44px !important;
	height: 44px !important;
	border-radius: 50% !important;
	background: #fff !important;
	border: 1px solid var(--ng-home-border, rgba(12, 83, 61, 0.1)) !important;
	box-shadow: var(--ng-home-shadow, 0 8px 28px rgba(12, 83, 61, 0.08)) !important;
	color: var(--ng-home-green, #0C533D) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.home .elementor-element-a463981 .swiper-button-prev:hover,
.home .elementor-element-a463981 .swiper-button-next:hover {
	background: var(--ng-home-green, #0C533D) !important;
	color: #fff !important;
	transform: translateY(-50%) scale(1.05) !important;
}

/* Promo banner grid — modern editorial cards */
.home .elementor-element-064fe67 {
	gap: 20px !important;
	min-height: 400px !important;
	padding: 48px 0 56px !important;
}

.home .elementor-element-064fe67 .qodef-banner {
	border-radius: var(--ng-home-radius-lg, 20px) !important;
	box-shadow: var(--ng-home-shadow, 0 8px 28px rgba(12, 83, 61, 0.08));
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
	overflow: hidden;
	isolation: isolate;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-image img {
	--qodef-img-scale: 1 !important;
	--qodef-img-move: 0 !important;
	transform: none !important;
	transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) !important;
	object-fit: cover !important;
	object-position: right center !important;
}

.home .elementor-element-064fe67 .qodef-banner:hover .qodef-m-image img {
	transform: scale(1.05) !important;
}

.home .elementor-element-064fe67 .qodef-banner:hover {
	transform: translateY(-4px);
	box-shadow: var(--ng-home-shadow-hover, 0 14px 36px rgba(12, 83, 61, 0.14));
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-image::after {
	display: none;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-content {
	z-index: 2;
	pointer-events: none;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-content-inner {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	padding: 28px 32px !important;
	box-sizing: border-box !important;
	gap: 0 !important;
}

/* Hide broken GreenPath demo stamp images (missing h1-img-1.png) */
.home .elementor-element-064fe67 .qodef-banner .qodef-m-stamp {
	display: none !important;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-title {
	font-family: "Manrope", sans-serif !important;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem) !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	color: #0c533d !important;
	text-shadow: none;
	margin: 0 0 6px !important;
	max-width: 92% !important;
	-webkit-font-smoothing: antialiased;
}

.home .elementor-element-064fe67 .elementor-element-192bbec .qodef-m-title {
	font-size: clamp(1.65rem, 2.6vw, 2.15rem) !important;
	max-width: 85% !important;
}

.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-m-title {
	font-size: clamp(1.2rem, 1.7vw, 1.45rem) !important;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-banner-text {
	font-family: "Manrope", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	color: #8b7d6b !important;
	margin: 0 0 16px !important;
	max-width: 88% !important;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-button {
	margin: 0 !important;
	pointer-events: auto;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-button .qodef-button.qodef-layout--filled {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	box-shadow: none !important;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-button .qodef-button.qodef-layout--filled:hover {
	background: transparent !important;
}

.home .elementor-element-064fe67 .qodef-banner .qodef-m-button .qodef-button.qodef-layout--filled .qodef-m-text {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #0c533d !important;
	color: #fff !important;
	padding: 11px 24px !important;
	border-radius: 100px !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1 !important;
	border: none !important;
	box-shadow: 0 4px 12px rgba(12, 83, 61, 0.22);
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.home .elementor-element-064fe67 .qodef-banner:hover .qodef-m-button .qodef-button.qodef-layout--filled .qodef-m-text {
	background: #094432 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(12, 83, 61, 0.28);
}

/* Third banner — title + explore pill */
.home .elementor-element-62f9b1e .qodef-m-title {
	display: none !important;
}

.home .elementor-element-62f9b1e .qodef-m-banner-text,
.home .elementor-element-62f9b1e .qodef-m-button:has(.qodef-m-text:empty) {
	display: none !important;
}

.home .elementor-element-62f9b1e .qodef-m-content-inner::after {
	content: "Fresh & Natural";
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: clamp(1.2rem, 1.7vw, 1.45rem);
	font-weight: 800;
	line-height: 1.15;
	color: #0c533d;
	text-shadow: none;
	margin: 0 0 16px;
	padding: 0;
	max-width: 88%;
	-webkit-font-smoothing: antialiased;
}

.home .elementor-element-62f9b1e .qodef-banner::after {
	content: "Explore";
	position: absolute;
	left: 32px;
	bottom: 28px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 24px;
	border-radius: 100px;
	background: #b99531;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(185, 149, 49, 0.28);
	pointer-events: none;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.home .elementor-element-62f9b1e .qodef-banner:hover::after {
	background: #a88428;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(185, 149, 49, 0.34);
}

.home .elementor-element-62f9b1e .qodef-m-content-inner {
	padding-bottom: 72px !important;
}

/* Category row — clear icons + aligned labels */
.home .elementor-element-76f78af {
	padding-top: 48px !important;
	padding-bottom: 12px !important;
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
}

.home .elementor-element-bf23057 {
	width: 100% !important;
	display: flex !important;
	justify-content: center !important;
}

.home .elementor-element-bf23057 > .elementor-widget-container {
	width: 100% !important;
	max-width: 100% !important;
	display: flex !important;
	justify-content: center !important;
}

.home .elementor-element-bf23057 .qodef-woo-product-category-list.qodef-layout--columns {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}

.home .elementor-element-bf23057 .qodef-woo-product-category-list.qodef-layout--columns > .qodef-grid-inner {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: flex-start !important;
	width: 100% !important;
	max-width: 860px !important;
	margin: 0 auto !important;
	gap: 16px !important;
}

/* Category chips — cream tiles, image / title / arrow with clear spacing */
.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category,
.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category[style] {
	flex: 0 0 auto !important;
	width: 168px !important;
	min-width: 168px !important;
	max-width: 168px !important;
	height: auto !important;
	min-height: 220px !important;
	max-height: none !important;
	background-color: #fcf4eb !important;
	background-image: linear-gradient(180deg, #fffdfa 0%, #fbf4ec 100%) !important;
	border: 1px solid rgba(12, 83, 61, 0.08) !important;
	border-radius: 20px !important;
	box-shadow: 0 10px 24px rgba(12, 83, 61, 0.06) !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category:hover,
.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category[style]:hover {
	transform: translateY(-3px) !important;
	background-color: #fcf4eb !important;
	background-image: linear-gradient(180deg, #fffdfa 0%, #fbf4ec 100%) !important;
	border-color: rgba(185, 149, 49, 0.24) !important;
	box-shadow: 0 16px 30px rgba(12, 83, 61, 0.09) !important;
}

.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category a {
	display: grid !important;
	grid-template-rows: 128px auto auto !important;
	grid-template-columns: 1fr !important;
	align-content: start !important;
	justify-items: center !important;
	row-gap: 10px !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 220px !important;
	/* Image bleeds to card edges; keep padding only under the media */
	padding: 0 0 14px !important;
	box-sizing: border-box !important;
	position: relative !important;
	text-decoration: none !important;
	text-align: center !important;
	color: #1a1a1a !important;
}

.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category a::after {
	content: "\2192";
	grid-row: 3;
	justify-self: center;
	align-self: start;
	position: static !important;
	left: auto !important;
	bottom: auto !important;
	transform: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-top: 2px;
	border-radius: 50%;
	background: #eef4e4;
	color: #0c533d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(12, 83, 61, 0.06);
	flex-shrink: 0;
	z-index: 1;
}

/* Media fills the full card width — no floating white tile / circle behind thumb */
.home .elementor-element-bf23057 .qodef-e-image-holder {
	grid-row: 1;
	flex: 0 0 auto !important;
	width: 100% !important;
	height: 128px !important;
	min-width: 100% !important;
	min-height: 128px !important;
	max-width: 100% !important;
	max-height: 128px !important;
	border-radius: 0 !important;
	background: #fcf4eb !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	position: relative !important;
}

.home .elementor-element-bf23057 .qodef-e-image-holder::before {
	display: none !important;
	content: none !important;
}

.home .elementor-element-bf23057 .qodef-e-image-holder a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	line-height: 0 !important;
	background: transparent !important;
	position: relative;
	z-index: 1;
	padding: 0 !important;
}

.home .elementor-element-bf23057 .qodef-e-image-holder img,
.home .elementor-element-bf23057 .qodef-e-image-holder a img {
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	position: relative;
	z-index: 1;
	/* Soften pure-white photo backgrounds against cream card */
	mix-blend-mode: multiply;
}

.home .elementor-element-bf23057 .product-category:hover .qodef-e-image-holder {
	transform: none !important;
	box-shadow: none !important;
}

.home .elementor-element-bf23057 .qodef-e-image-holder:has(img) .qodef-e-custom-svg {
	display: none !important;
}

.home .elementor-element-bf23057 .qodef-e-image-holder:not(:has(img)) .qodef-e-custom-svg {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 96px !important;
	height: 96px !important;
}

.home .elementor-element-bf23057 .qodef-e-image-holder:not(:has(img)) .qodef-e-custom-svg svg {
	width: 72px !important;
	height: 72px !important;
	display: block;
}

.home .elementor-element-bf23057 .woocommerce-loop-category__title {
	grid-row: 2;
	flex: 0 0 auto !important;
	width: 100% !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #173f2f !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 4px 12px 2px !important;
	min-height: 1.3em !important;
	max-height: 2.6em !important;
	overflow: hidden !important;
	display: block !important;
	letter-spacing: -0.01em;
	position: relative;
	z-index: 2;
	box-sizing: border-box !important;
}

.home .elementor-element-bf23057 .product-category:hover .woocommerce-loop-category__title {
	color: #1a1a1a !important;
}
.home .elementor-element-c99f119 {
	align-self: stretch !important;
	position: relative;
	overflow: hidden;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: center !important;
	--min-height: 100% !important;
	height: auto !important;
	min-height: 100% !important;
	padding: 36px 28px 40px !important;
	border-radius: 20px !important;
	background-color: #fcf4eb !important;
	isolation: isolate;
}

/* Fill full card height (no empty cream band under the product). */
.home .elementor-element-c99f119 > .elementor-motion-effects-container,
.home .elementor-element-c99f119 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.home .elementor-element-c99f119:not(.elementor-motion-effects-element-type-background),
.home .elementor-element-c99f119 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.home .elementor-element-c99f119::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background: linear-gradient(
		180deg,
		#fcf4eb 0%,
		#fcf4eb 22%,
		rgba(252, 244, 235, 0.82) 36%,
		rgba(252, 244, 235, 0.28) 55%,
		rgba(252, 244, 235, 0.06) 72%,
		transparent 100%
	);
	pointer-events: none;
}

.home .elementor-element-c99f119 > .elementor-element {
	position: relative;
	z-index: 1;
	width: 100%;
}

.home .elementor-element-c99f119 .elementor-element-1fbb384 {
	width: 100%;
	max-width: 92%;
}

.home .elementor-element-c99f119 .qodef-custom-font,
.home .elementor-element-c99f119 h2.qodef-custom-font {
	text-align: center !important;
	font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important;
	line-height: 1.12 !important;
	margin: 0 auto !important;
}

.home .elementor-element-c99f119 .elementor-element-07bd404 {
	width: auto;
	max-width: 92%;
	margin-top: 16px !important;
	text-align: center !important;
	align-self: center !important;
}

.home .elementor-element-c99f119 .elementor-element-07bd404 p {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 11px 22px !important;
	border-radius: 8px !important;
	background: #698141 !important;
	color: #ffffff !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(12, 83, 61, 0.22);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home .elementor-element-c99f119:hover .elementor-element-07bd404 p {
	background: #0c533d !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(12, 83, 61, 0.28);
}

/* Featured Products — GreenPath-style section */
.home .elementor-element-0f361fa {
	padding: 56px 0 64px !important;
	background: #ffffff;
}

.home .elementor-element-0f361fa .qodef-m-filter {
	margin: 0 0 32px !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}

.home .elementor-element-0f361fa .qodef-m-filter .qodef-m-filter-items {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 2px 4px 6px !important;
}

.home .elementor-element-0f361fa .qodef-m-filter .qodef-m-filter-items::-webkit-scrollbar {
	display: none;
}

/* Filter tabs are <a class="qodef-m-filter-item"> — not nested anchors */
.home .elementor-element-0f361fa .qodef-m-filter .qodef-m-filter-item {
	flex: 0 0 auto !important;
	white-space: nowrap !important;
	border-radius: 100px !important;
	padding: 8px 18px !important;
	margin: 0 !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	border: 1px solid var(--ng-home-border, rgba(12, 83, 61, 0.1)) !important;
	background: #ffffff !important;
	color: #1a1a1a !important;
	text-decoration: none !important;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
}

.home .elementor-element-0f361fa .qodef-m-filter .qodef-m-filter-item.qodef--active,
.home .elementor-element-0f361fa .qodef-m-filter .qodef-m-filter-item:hover {
	background: var(--ng-home-green, #0C533D) !important;
	color: #fff !important;
	border-color: var(--ng-home-green, #0C533D) !important;
}

/* 4×2 product grid (8 items) — matches greenpath.qodeinteractive.com */
.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on.qodef-layout--columns > .qodef-grid-inner {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	column-gap: 18px !important;
	row-gap: 24px !important;
	width: 100% !important;
	min-width: 0;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on > .qodef-grid-inner > li.product {
	display: flex !important;
	flex-direction: column;
	align-self: stretch !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .qodef-e-inner.ng-farmley-card {
	flex: 1 1 auto;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .qodef-e-content {
	flex: 1 1 auto !important;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-foot {
	flex: 1 1 auto !important;
	height: 100%;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-footer {
	display: flex !important;
	flex-flow: column nowrap !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	margin-top: auto !important;
	padding-top: 10px !important;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-footer__price,
.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-footer__cart {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-buttons {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px !important;
}

.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-footer__cart .ng-farmley-card-buttons .button,
.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-footer__cart .ng-farmley-card-buttons .add_to_cart_button,
.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-footer__cart .ng-farmley-card-buttons .button.ng-farmley-buy-now {
	min-height: 38px !important;
	height: 38px !important;
	padding: 0 12px !important;
	font-size: 11px !important;
	letter-spacing: 0.01em !important;
}

@media (max-width: 1200px) {
	.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on.qodef-layout--columns > .qodef-grid-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) {
	.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on.qodef-layout--columns > .qodef-grid-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on.qodef-layout--columns > .qodef-grid-inner {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
	}

	.home .elementor-element-3a8d545 .qodef-woo-product-list.qodef-filter--on .ng-farmley-card-foot {
		padding: 12px 14px 14px !important;
	}
}

/* Pre-footer: left promo card + horizontal product list */
.home .elementor-element-93632c8 {
	display: grid !important;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) !important;
	gap: 28px !important;
	align-items: stretch !important;
	padding: 56px 0 64px !important;
	background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
}

.home .elementor-element-93632c8 > .elementor-element-c99f119,
.home .elementor-element-93632c8 > .elementor-element-8a612dd {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 100% !important;
	align-self: stretch !important;
}

.home .elementor-element-93632c8 > .elementor-element-8a612dd,
.home .elementor-element-93632c8 .elementor-element-ccb84d0,
.home .elementor-element-93632c8 .elementor-element-ccb84d0 .qodef-woo-product-list,
.home .elementor-element-93632c8 .elementor-element-ccb84d0 .qodef-woo-product-list > .qodef-grid-inner {
	height: 100% !important;
	min-height: 100% !important;
}

/* Pre-footer horizontal list — two-column grid beside promo card */
.home .elementor-element-ccb84d0 .qodef-woo-product-list.qodef-item-layout--horizontal > .qodef-grid-inner {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
	align-items: stretch !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal > .qodef-grid-inner > li.product {
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	background: #fcf4eb !important;
	border: 1px solid #dedede !important;
	border-radius: 20px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 18px rgba(12, 83, 61, 0.06);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal > .qodef-grid-inner > li.product:hover {
	transform: translateY(-2px);
	border-color: rgba(12, 83, 61, 0.16) !important;
	box-shadow: 0 12px 32px rgba(12, 83, 61, 0.1);
}

.home .elementor-element-ccb84d0 .ywpc-countdown-loop,
.home .elementor-element-ccb84d0 .ywpc-sale-bar-loop {
	width: 100% !important;
	margin: 0 !important;
	padding: 11px 18px !important;
	background: #eef4e8 !important;
	border-bottom: 1px solid rgba(12, 83, 61, 0.08) !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #1a1a1a !important;
	text-align: center;
}

.home .elementor-element-ccb84d0 .ywpc-countdown-loop .ywpc-header,
.home .elementor-element-ccb84d0 .ywpc-countdown-loop .ywpc-timer {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	text-align: center !important;
	margin: 0 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-inner {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	width: 100% !important;
	flex: 1 1 auto;
	min-height: 168px;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: #fcf4eb !important;
	padding: 0 !important;
	transition: none;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-inner::before {
	display: none !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media {
	position: relative !important;
	display: block !important;
	flex: 0 0 38% !important;
	width: 38% !important;
	max-width: 38% !important;
	background: #fcf4eb !important;
	border-right: none !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media-image {
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 180px;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
	overflow: hidden;
	padding: 24px;
	box-sizing: border-box;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media-image a,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media-image img {
	object-fit: contain !important;
	padding: 0;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.1));
	transition: transform 0.35s ease;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal li.product:hover .qodef-e-media-image img {
	transform: scale(1.03);
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media .ng-farmley-media-actions {
	display: flex !important;
	top: 14px !important;
	left: 14px !important;
	z-index: 12;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media .ng-farmley-media-actions .qqvfw-quick-view-button-wrapper,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media .ng-farmley-media-actions .qwfw-add-to-wishlist-wrapper {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media .ng-farmley-media-actions .qqvfw-quick-view-button,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media .ng-farmley-media-actions .qwfw-shortcode:not(.button) {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	border-radius: 50% !important;
	border: 1px solid rgba(12, 83, 61, 0.12) !important;
	background: #ffffff !important;
	box-shadow: 0 4px 12px rgba(12, 83, 61, 0.1);
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media .ng-farmley-media-actions .qqvfw-quick-view-button:hover,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media .ng-farmley-media-actions .qwfw-shortcode:not(.button):hover {
	background: #0c533d !important;
	border-color: #0c533d !important;
	color: #fff !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-content {
	position: relative !important;
	display: flex !important;
	flex: 1 1 62% !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: flex-start !important;
	width: auto !important;
	margin: 0 !important;
	padding: 22px 28px 22px 20px !important;
	text-align: left !important;
	gap: 0;
	background: #fcf4eb !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-title {
	margin: 0 0 6px !important;
	min-height: 0 !important;
	font-family: "Manrope", sans-serif !important;
	font-size: clamp(1rem, 1.4vw, 1.2rem) !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #1a1a1a !important;
	max-width: 100%;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-title a {
	color: inherit;
	text-decoration: none;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-weight {
	display: block !important;
	width: 100% !important;
	margin: 0 0 10px !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-weight__options {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	align-items: center !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-weight__btn,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-weight__badge {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 28px !important;
	padding: 4px 10px !important;
	border: 1px solid rgba(12, 83, 61, 0.18) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #1a1a1a !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	cursor: pointer;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-weight__btn.is-active,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-weight__btn[aria-selected="true"] {
	background: #0c533d !important;
	border-color: #0c533d !important;
	color: #fff !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-price,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-price-holder {
	display: block !important;
	margin: 0 0 4px !important;
	width: auto !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-price .price,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-price {
	font-family: "Manrope", sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #0c533d !important;
	line-height: 1.2 !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: baseline !important;
	column-gap: 8px !important;
	row-gap: 2px !important;
	margin: 0 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-price .price ins,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-price ins {
	order: 1 !important;
	text-decoration: none !important;
	color: #0c533d !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-price .price del,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-price del {
	order: 3 !important;
	flex-basis: 100% !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #9a9a9a !important;
	text-decoration: line-through !important;
	margin: 0 !important;
	position: static !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-price .price del:after,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-price del:after {
	display: none !important;
	content: none !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-excerpt {
	display: none !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-ratings {
	display: none !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-action-holder {
	width: 100%;
	margin: 12px 0 0 !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	flex-wrap: nowrap !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-action-holder .ng-farmley-card-buttons {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	flex: 1 1 auto !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	gap: 10px !important;
	width: 100%;
	min-width: 0;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-buttons .button,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.add_to_cart_button:not(.ng-farmley-buy-now),
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.ng-farmley-buy-now {
	flex: none !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 48px !important;
	height: 48px !important;
	border-radius: 12px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	text-transform: none !important;
	white-space: nowrap;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	overflow: visible !important;
	box-shadow: none !important;
	box-sizing: border-box;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-buttons .button:not(.ng-farmley-buy-now),
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.add_to_cart_button:not(.ng-farmley-buy-now) {
	background: #ffffff !important;
	border: 1.5px solid #0c533d !important;
	color: #0c533d !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.ng-farmley-buy-now {
	background: var(--ng-brand-secondary, var(--ng-brand-gold, #b99531)) !important;
	border: 1.5px solid var(--ng-brand-secondary, var(--ng-brand-gold, #b99531)) !important;
	color: #ffffff !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-card-btn__inner {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: none !important;
	line-height: 1 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-popular-btn-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
	color: #0c533d !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-popular-btn-svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.ng-farmley-buy-now .ng-farmley-popular-btn-icon {
	color: #ffffff !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button .qodef-svg--button-icon,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.add_to_cart_button .qodef-svg--button-icon,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.ng-farmley-buy-now .qodef-svg--button-icon {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .ng-farmley-card-btn__inner {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0;
	line-height: 1 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .ng-farmley-popular-btn-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .ng-farmley-popular-btn-svg {
	display: block;
	width: 24px;
	height: 24px;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .ng-farmley-popular-btn-icon--cart {
	color: #0c533d;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .ng-farmley-popular-btn-icon--bag,
.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .button.ng-farmley-buy-now .ng-farmley-popular-btn-icon {
	color: #ffffff !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .button {
	font-size: 0 !important;
	line-height: 0 !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .ng-farmley-horizontal-actions .qodef-m-text {
	display: none !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button .qodef-m-text {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: inherit !important;
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.add_to_cart_button:not(.ng-farmley-buy-now):hover {
	background: #f4faf7 !important;
	border-color: #094432 !important;
	color: #094432 !important;
	transform: translateY(-1px);
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.ng-farmley-buy-now:hover {
	background: var(--ng-brand-gold-dark, #a68428) !important;
	border-color: var(--ng-brand-gold-dark, #a68428) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.ng-farmley-buy-now:hover .ng-farmley-popular-btn-icon {
	color: #ffffff !important;
}

.home .elementor-element-ccb84d0 .qodef-action-holder .qqvfw-quick-view-button-wrapper,
.home .elementor-element-ccb84d0 .qodef-action-holder .qwfw-add-to-wishlist-wrapper {
	display: none !important;
}

.home .elementor-element-ccb84d0 .qqvfw-m-text {
	display: none !important;
}

.home .elementor-element-ccb84d0 .qcfw-button {
	display: none !important;
}

body:not(.logged-in) .home .elementor-element-ccb84d0 .ng-farmley-media-actions .qwfw-add-to-wishlist-wrapper,
body:not(.logged-in) .home .elementor-element-ccb84d0 .qodef-action-holder .qwfw-add-to-wishlist-wrapper {
	display: none !important;
}

.home .elementor-element-ca3823c .elementor-element-1ea2b9b {
	width: 100% !important;
}

/* Scroll reveal (JS toggles .is-visible) */
.home .ng-farmley-home-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.home .ng-farmley-home-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.home .ng-farmley-home-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.home .elementor-element-064fe67 .qodef-banner,
	.home .elementor-element-bf23057 .product-category {
		transition: none;
	}

	.home .elementor-element-bf23057 .ng-home-cat-marquee > .qodef-grid-inner.ng-home-cat-marquee-track {
		animation: none !important;
		transform: none !important;
	}
}

@media (max-width: 1024px) {
	.home .elementor-element-47bd4b6 {
		padding-top: 40px !important;
		padding-bottom: 48px !important;
	}

	.home .elementor-element-064fe67 {
		min-height: 0 !important;
		padding: 36px 0 44px !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 16px !important;
	}

	/* Row 1: hero banner full width; row 2: two half-width cards */
	.home .elementor-element-ce75316 {
		width: 100% !important;
		flex: 0 0 auto !important;
		height: auto !important;
		min-height: 0 !important;
		grid-column: unset !important;
		grid-row: unset !important;
		margin: 0 !important;
	}

	.home .elementor-element-fae9d0a {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		gap: 16px !important;
		width: 100% !important;
		flex: 0 0 auto !important;
		height: auto !important;
		min-height: 0 !important;
		grid-column: unset !important;
		grid-row: unset !important;
		margin: 0 !important;
	}

	.home .elementor-element-064fe67 .elementor-element-ce75316 > .elementor-widget,
	.home .elementor-element-064fe67 .elementor-element-192bbec,
	.home .elementor-element-064fe67 .elementor-element-9f9672e,
	.home .elementor-element-064fe67 .elementor-element-62f9b1e {
		flex: 0 0 auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		align-self: auto !important;
		position: relative !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e,
	.home .elementor-element-064fe67 .elementor-element-62f9b1e {
		flex: 0 0 auto !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.home .elementor-element-064fe67 .elementor-widget-container {
		flex: 0 0 auto !important;
		height: auto !important;
		min-height: 0 !important;
		position: relative !important;
	}

	.home .elementor-element-064fe67 .elementor-widget-container > .qodef-shortcode.qodef-banner,
	.home .elementor-element-064fe67 .qodef-banner {
		position: relative !important;
		inset: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
	}

	.home .elementor-element-064fe67 .elementor-element-192bbec .qodef-banner {
		min-height: 260px !important;
		aspect-ratio: 16 / 10 !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-banner,
	.home .elementor-element-064fe67 .elementor-element-62f9b1e .qodef-banner {
		min-height: 220px !important;
		aspect-ratio: 16 / 10 !important;
	}

	/* Promo banners — relative height on mobile (absolute desktop layout collapses) */
	.home .elementor-element-064fe67 .qodef-banner {
		position: relative !important;
		inset: auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 220px !important;
		aspect-ratio: 16 / 9 !important;
		display: block !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-image {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		aspect-ratio: auto !important;
		overflow: hidden !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-image img {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: 78% center !important;
		transform: none !important;
	}

	/* Light scrim on the left so titles stay readable on busy food photos */
	.home .elementor-element-064fe67 .qodef-banner::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		border-radius: inherit;
		pointer-events: none;
		background: linear-gradient(
			90deg,
			rgba(252, 244, 235, 0.94) 0%,
			rgba(252, 244, 235, 0.82) 32%,
			rgba(252, 244, 235, 0.45) 52%,
			rgba(252, 244, 235, 0.08) 72%,
			transparent 100%
		);
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-content {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 2 !important;
	}

	.home .elementor-element-064fe67.ng-farmley-home-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-content-inner {
		padding: 24px 26px !important;
		justify-content: center !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-title,
	.home .elementor-element-064fe67 .qodef-banner .qodef-m-banner-text,
	.home .elementor-element-62f9b1e .qodef-m-content-inner::after {
		max-width: 58% !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-title {
		font-size: clamp(1.25rem, 4.5vw, 1.65rem) !important;
		line-height: 1.2 !important;
		color: #0c533d !important;
		text-shadow: 0 1px 0 rgba(252, 244, 235, 0.85);
	}

	.home .elementor-element-064fe67 .elementor-element-192bbec .qodef-m-title {
		font-size: clamp(1.45rem, 5.2vw, 1.85rem) !important;
		max-width: 62% !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-m-title,
	.home .elementor-element-62f9b1e .qodef-m-content-inner::after {
		font-size: clamp(1.2rem, 4.2vw, 1.45rem) !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-banner-text {
		font-size: 13px !important;
		color: #5c5348 !important;
		margin-bottom: 14px !important;
	}

	.home .elementor-element-62f9b1e .qodef-banner::after {
		left: 24px;
		bottom: 22px;
	}

	.home .elementor-element-62f9b1e .qodef-m-content-inner {
		padding-bottom: 64px !important;
	}

	.home .elementor-element-93632c8 {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
		padding: 44px 0 52px !important;
	}

	.home .elementor-element-c99f119 {
		min-height: 520px !important;
		height: auto !important;
		padding: 28px 20px 36px !important;
		align-items: center !important;
		justify-content: flex-start !important;
	}

	.home .elementor-element-c99f119:not(.elementor-motion-effects-element-type-background),
	.home .elementor-element-c99f119 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-position: center bottom !important;
		background-size: cover !important;
	}

	.home .elementor-element-c99f119::before {
		background: linear-gradient(
			180deg,
			#fcf4eb 0%,
			#fcf4eb 30%,
			rgba(252, 244, 235, 0.85) 48%,
			rgba(252, 244, 235, 0.25) 68%,
			transparent 100%
		);
	}

	.home .elementor-element-c99f119 .elementor-element-1fbb384 {
		max-width: 100%;
	}

	.home .elementor-element-c99f119 .qodef-custom-font,
	.home .elementor-element-c99f119 h2.qodef-custom-font {
		text-align: center !important;
		font-size: 1.85rem !important;
		line-height: 1.18 !important;
	}

	.home .elementor-element-c99f119 .elementor-element-07bd404 {
		max-width: 100%;
		margin-top: 14px !important;
		align-self: center !important;
		text-align: center !important;
	}

	.home .elementor-element-c99f119 .elementor-element-07bd404 p {
		padding: 10px 18px !important;
		font-size: 11px !important;
	}
}

@media (max-width: 680px) {
	.home .elementor-element-47bd4b6 {
		padding-top: 32px !important;
		padding-bottom: 36px !important;
		overflow-x: hidden;
	}

	.home .qodef-section-title {
		margin-bottom: 20px !important;
	}

	.home .qodef-section-title .qodef-m-title {
		font-size: 2.15rem !important;
	}

	.home .elementor-element-064fe67 {
		padding: 28px 0 36px !important;
		gap: 16px !important;
	}

	.home .elementor-element-064fe67 .qodef-banner {
		min-height: 200px !important;
		border-radius: 16px !important;
	}

	.home .elementor-element-064fe67 .elementor-element-192bbec .qodef-banner {
		min-height: 280px !important;
		aspect-ratio: 16 / 10 !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-banner,
	.home .elementor-element-064fe67 .elementor-element-62f9b1e .qodef-banner {
		min-height: 240px !important;
		aspect-ratio: 16 / 10 !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-m-content-inner,
	.home .elementor-element-064fe67 .elementor-element-62f9b1e .qodef-m-content-inner {
		padding: 22px 24px !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-m-title,
	.home .elementor-element-064fe67 .elementor-element-62f9b1e .qodef-m-content-inner::after {
		font-size: clamp(1.15rem, 4vw, 1.35rem) !important;
		line-height: 1.2 !important;
		max-width: 58% !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-m-banner-text {
		font-size: 12px !important;
		margin-bottom: 12px !important;
		max-width: 55% !important;
	}

	.home .elementor-element-064fe67 .elementor-element-9f9672e .qodef-m-button .qodef-button.qodef-layout--filled .qodef-m-text {
		padding: 10px 18px !important;
		font-size: 11px !important;
	}

	.home .elementor-element-064fe67 .elementor-element-62f9b1e .qodef-banner::after {
		left: 24px !important;
		bottom: 22px !important;
		padding: 10px 18px !important;
		font-size: 11px !important;
	}

	.home .elementor-element-064fe67 .elementor-element-62f9b1e .qodef-m-content-inner {
		padding-bottom: 64px !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-content-inner {
		padding: 22px 24px !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-title {
		font-size: clamp(1.2rem, 4.5vw, 1.45rem) !important;
	}

	.home .elementor-element-064fe67 .elementor-element-192bbec .qodef-m-title {
		font-size: clamp(1.4rem, 5vw, 1.65rem) !important;
		max-width: 62% !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-banner-text {
		font-size: 13px !important;
		margin-bottom: 12px !important;
		max-width: 55% !important;
	}

	.home .elementor-element-064fe67 .qodef-banner .qodef-m-button .qodef-button.qodef-layout--filled .qodef-m-text,
	.home .elementor-element-62f9b1e .qodef-banner::after {
		padding: 10px 18px !important;
		font-size: 11px !important;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list.qodef-layout--columns > .qodef-grid-inner {
		flex-wrap: nowrap !important;
		gap: 14px !important;
		max-width: 100% !important;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category {
		flex: 0 0 156px !important;
		width: 156px !important;
		min-width: 156px !important;
		max-width: 156px !important;
		height: auto !important;
		min-height: 210px !important;
		max-height: none !important;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category a {
		grid-template-rows: 112px auto auto !important;
		min-height: 210px !important;
		row-gap: 10px !important;
		padding: 0 0 12px !important;
	}

	.home .elementor-element-bf23057 .qodef-e-image-holder,
	.home .elementor-element-bf23057 .qodef-e-image-holder a {
		width: 100% !important;
		height: 112px !important;
		min-width: 100% !important;
		min-height: 112px !important;
		max-width: 100% !important;
		max-height: 112px !important;
	}

	.home .elementor-element-bf23057 .qodef-e-image-holder::before {
		display: none !important;
		content: none !important;
	}

	.home .elementor-element-bf23057 .qodef-e-image-holder img,
	.home .elementor-element-bf23057 .qodef-e-image-holder a img {
		width: 100% !important;
		height: 100% !important;
		min-width: 100% !important;
		min-height: 100% !important;
		max-width: 100% !important;
		max-height: 100% !important;
		object-fit: cover !important;
		background: transparent !important;
	}

	.home .elementor-element-bf23057 .woocommerce-loop-category__title {
		font-size: 12px !important;
	}

	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-inner {
		flex-direction: column !important;
		min-height: 0;
	}

	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		border-right: none !important;
		border-bottom: none !important;
	}

	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-media-image {
		min-height: 180px;
	}

	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-e-content {
		padding: 18px 18px 20px !important;
	}

	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-woo-product-title {
		font-size: 15px !important;
	}

	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .qodef-action-holder {
		flex-wrap: wrap !important;
	}

	.home .elementor-element-ccb84d0 .qodef-woo-product-list.qodef-item-layout--horizontal > .qodef-grid-inner {
		grid-template-columns: 1fr !important;
	}

	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.add_to_cart_button:not(.ng-farmley-buy-now),
	.home .elementor-element-ccb84d0 .qodef-item-layout--horizontal .button.ng-farmley-buy-now {
		padding: 0 !important;
		font-size: 0 !important;
		min-height: 44px !important;
		height: 44px !important;
	}
}

@media (max-width: 767px) {
	.home .elementor-element-bf23057 .qodef-woo-product-category-list.qodef-layout--columns {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list.qodef-layout--columns.ng-home-cat-marquee {
		overflow: hidden !important;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list.qodef-layout--columns::-webkit-scrollbar {
		display: none;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list.qodef-layout--columns > .qodef-grid-inner {
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		gap: 14px !important;
		max-width: none !important;
		width: max-content !important;
		padding: 2px 16px 8px !important;
		margin: 0 !important;
	}

	.home .elementor-element-bf23057 .ng-home-cat-marquee > .qodef-grid-inner.ng-home-cat-marquee-track {
		animation: ng-home-cat-marquee 32s linear infinite;
		will-change: transform;
	}

	.home .elementor-element-bf23057 .ng-home-cat-marquee.ng-home-cat-marquee-paused > .qodef-grid-inner.ng-home-cat-marquee-track {
		animation-play-state: paused;
	}

	@keyframes ng-home-cat-marquee {
		from {
			transform: translate3d(0, 0, 0);
		}

		to {
			transform: translate3d(-50%, 0, 0);
		}
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category {
		flex: 0 0 154px !important;
		width: 154px !important;
		min-width: 154px !important;
		max-width: 154px !important;
		height: auto !important;
		min-height: 206px !important;
		max-height: none !important;
	}

	.home .elementor-element-bf23057 .qodef-e-image-holder,
	.home .elementor-element-bf23057 .qodef-e-image-holder a {
		width: 100% !important;
		height: 108px !important;
		min-width: 100% !important;
		min-height: 108px !important;
		max-width: 100% !important;
		max-height: 108px !important;
	}

	.home .elementor-element-bf23057 .qodef-e-image-holder::before {
		display: none !important;
		content: none !important;
	}

	.home .elementor-element-bf23057 .qodef-e-image-holder img,
	.home .elementor-element-bf23057 .qodef-e-image-holder a img {
		width: 100% !important;
		height: 100% !important;
		min-width: 100% !important;
		min-height: 100% !important;
		max-width: 100% !important;
		max-height: 100% !important;
		object-fit: cover !important;
		background: transparent !important;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category a {
		grid-template-rows: 108px auto auto !important;
		min-height: 206px !important;
		padding: 0 0 12px !important;
		row-gap: 10px !important;
	}

	.home .elementor-element-bf23057 .qodef-woo-product-category-list .product-category a::after {
		width: 26px;
		height: 26px;
		font-size: 14px;
		margin-top: 2px;
	}
}

@media (max-width: 880px) {
	.home .elementor-element-ccb84d0 .qodef-woo-product-list.qodef-item-layout--horizontal > .qodef-grid-inner {
		grid-template-columns: 1fr !important;
	}

	.home .elementor-element-0f361fa .qodef-m-filter .qodef-m-filter-items {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.home .elementor-element-0f361fa .qodef-m-filter .qodef-m-filter-item {
		margin: 0 !important;
	}
}
