/*
Theme Name: Landscop
Theme URI: https://landscop.casethemes.net/
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Landscop is a stunning gardening and landscaping WordPress theme. The theme has a light, fresh and modern design for landscape service agency, gardener, landscaping company, tree planting business, eco-friendly business, arborist business, architecture landscape master, design planning bureau and other gardening service related business sites.
Version: 1.0.7
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landscop
Tags: agriculture, business, elementor, farmer shop, florist, garden, gardener, gardening, groundskeeper, landscape architects, landscaper, landscaping, theme, wordpress
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4.1

Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

/* Garden Art logo sizing */
.pxl-logo a,
#pxl-header-default .pxl-header-branding a,
#pxl-header-elementor .pxl-header-branding a,
.pxl-logo-mobile a {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.pxl-logo img,
#pxl-header-default .pxl-header-branding img,
#pxl-header-elementor .pxl-header-branding img,
.pxl-logo-mobile img,
#pxl-search-popup .pxl-item--logo img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: min(260px, 100%) !important;
	max-height: 76px !important;
	object-fit: contain;
}

#pxl-header-elementor .pxl-header-elementor-sticky .pxl-logo img {
	max-width: min(230px, 100%) !important;
	max-height: 64px !important;
}

.pxl-container-border-gradient-home-3 > .elementor-element,
.pxl-container-border-gradient-home-3 > .e-con,
.pxl-container-border-gradient-home-3 > .e-con-inner {
	position: relative;
	z-index: 10;
}

.pxl-container-border-gradient-home-3:before,
.pxl-container-border-gradient-home-3:after {
	pointer-events: none;
}

/* Garden Art premium product carousel */
.pxl-product-carousel {
	--ga-ink: #0d3317;
	--ga-leaf: #2f6b38;
	--ga-sage: #93ad4a;
	--ga-mist: #f7faf1;
	--ga-cream: #fffef8;
	--ga-line: rgba(47, 107, 56, 0.14);
	--ga-gold: #b38a32;
	--ga-shadow: 0 24px 58px rgba(13, 51, 23, 0.13);
	--ga-shadow-hover: 0 34px 78px rgba(13, 51, 23, 0.22);
}

.elementor-widget-pxl_product_carousel.elementor-invisible,
.elementor-widget-pxl_product_carousel.elementor-invisible .pxl-product-carousel,
.elementor-widget-pxl_product_carousel.elementor-invisible .pxl-swiper-slide,
.elementor-widget-pxl_product_carousel.elementor-invisible .pxl-item--inner {
	visibility: visible !important;
	opacity: 1 !important;
}

.pxl-product-carousel .pxl-swiper-wrapper {
	align-items: stretch;
}

.pxl-product-carousel .pxl-swiper-slide {
	height: auto;
}

.pxl-product-carousel .pxl-item--inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	border-radius: 30px;
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pxl-product-carousel .pxl-item--inner:hover {
	transform: translateY(-8px);
}

.pxl-product-carousel .pxl-item--header {
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 392px;
	padding: 18px;
	overflow: hidden;
	border: 1px solid rgba(47, 107, 56, 0.13);
	border-radius: 30px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 251, 241, 0.94) 42%, rgba(238, 245, 224, 0.96) 100%);
	box-shadow: var(--ga-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(8px);
	transition:
		border-color 420ms ease,
		box-shadow 420ms ease,
		background 420ms ease;
}

.pxl-product-carousel .pxl-item--header:hover {
	border-color: rgba(147, 173, 74, 0.42);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 252, 244, 0.98) 45%, rgba(235, 244, 220, 0.98) 100%);
	box-shadow: var(--ga-shadow-hover), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.pxl-product-carousel .pxl-item--header::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 34%),
		linear-gradient(0deg, rgba(13, 51, 23, 0.035), rgba(13, 51, 23, 0));
	opacity: 0.72;
	z-index: 0;
}

.pxl-product-carousel .pxl-item--header.is-on-sale::after,
.pxl-product-carousel .pxl-item--header:has(.price ins)::after {
	content: "Offer";
	position: absolute;
	top: 17px;
	left: 17px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(179, 138, 50, 0.24);
	border-radius: 999px;
	background: rgba(255, 254, 248, 0.86);
	box-shadow: 0 12px 26px rgba(179, 138, 50, 0.12);
	color: #7a5d1b;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.pxl-product-carousel .pxl-item--details {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
	aspect-ratio: 1 / 1;
	padding: 18px;
	overflow: hidden;
	border: 1px solid rgba(13, 51, 23, 0.09);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 246, 0.98)),
		linear-gradient(135deg, rgba(147, 173, 74, 0.1), rgba(255, 255, 255, 0));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.95),
		inset 0 -22px 42px rgba(13, 51, 23, 0.035),
		0 16px 34px rgba(13, 51, 23, 0.08);
	transform: translateZ(0);
	transition:
		border-color 420ms ease,
		box-shadow 420ms ease,
		transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pxl-product-carousel .pxl-item--details::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 23px;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0) 44%),
		linear-gradient(315deg, rgba(147, 173, 74, 0.1), rgba(147, 173, 74, 0) 42%);
	opacity: 0;
	transition: opacity 420ms ease;
}

.pxl-product-carousel .pxl-item--details::after {
	content: "";
	position: absolute;
	inset: auto 18px 16px;
	height: 18px;
	border-radius: 999px;
	pointer-events: none;
	background: rgba(13, 51, 23, 0.08);
	filter: blur(12px);
	opacity: 0;
	transform: translateY(8px) scaleX(0.74);
	transition: opacity 420ms ease, transform 420ms ease;
}

.pxl-product-carousel .pxl-item--inner:hover .pxl-item--details {
	border-color: rgba(147, 173, 74, 0.34);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.98),
		inset 0 -24px 44px rgba(13, 51, 23, 0.05),
		0 22px 46px rgba(13, 51, 23, 0.13);
	transform: translateY(-2px);
}

.pxl-product-carousel .pxl-item--inner:hover .pxl-item--details::before,
.pxl-product-carousel .pxl-item--inner:hover .pxl-item--details::after {
	opacity: 1;
}

.pxl-product-carousel .pxl-item--inner:hover .pxl-item--details::after {
	transform: translateY(0) scaleX(1);
}

.pxl-product-carousel .pxl-item--details img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: auto;
	object-fit: contain;
	background: transparent;
	filter: saturate(1.04) contrast(1.02) drop-shadow(0 18px 18px rgba(13, 51, 23, 0.1));
	transform: scale(1);
	transition:
		transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 520ms ease;
}

.pxl-product-carousel .pxl-item--inner:hover .pxl-item--details img {
	filter: saturate(1.08) contrast(1.04) drop-shadow(0 24px 24px rgba(13, 51, 23, 0.16));
	transform: scale(1.055) translateY(-3px);
}

.pxl-product-carousel .pxl-item--meta {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	width: 100%;
	gap: 12px;
	margin-top: 18px;
}

.pxl-product-carousel .pxl-item--price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	height: 56px;
	padding: 0 14px;
	overflow: hidden;
	border: 1px solid rgba(47, 107, 56, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 24px rgba(13, 51, 23, 0.06);
	color: var(--ga-ink);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.pxl-product-carousel .pxl-item--price .price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-width: 0;
}

.pxl-product-carousel .pxl-item--price.is-on-sale .price,
.pxl-product-carousel .pxl-item--price:has(ins) .price {
	align-items: center;
	flex-direction: column;
	gap: 4px;
	line-height: 1;
}

.pxl-product-carousel .pxl-item--price del {
	color: rgba(13, 51, 23, 0.42);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration-thickness: 1px;
}

.pxl-product-carousel .pxl-item--price ins {
	color: var(--ga-ink);
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.pxl-product-carousel .pxl-item--price .amount {
	display: inline-flex;
	align-items: baseline;
}

.pxl-product-carousel .pxl-item--price .woocommerce-Price-currencySymbol {
	margin-right: 1px;
	font-size: 0.72em;
	font-weight: 800;
}

.pxl-product-carousel .pxl-item--actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	overflow: hidden;
	border: 1px solid rgba(47, 107, 56, 0.12);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 245, 224, 0.94));
	box-shadow: 0 13px 26px rgba(13, 51, 23, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
	color: var(--ga-ink);
	transition:
		transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
		background 340ms ease,
		border-color 340ms ease,
		box-shadow 340ms ease,
		color 340ms ease;
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart::before,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, var(--ga-leaf), var(--ga-ink));
	opacity: 0;
	transform: scale(0.82);
	transition: opacity 340ms ease, transform 340ms ease;
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart:hover,
.pxl-product-carousel .pxl-item--actions .woocommerce--heart:focus-within,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item:hover,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item:focus-within {
	border-color: rgba(47, 107, 56, 0.22);
	box-shadow: 0 18px 34px rgba(13, 51, 23, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	color: #fff;
	transform: translateY(-3px);
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart:hover::before,
.pxl-product-carousel .pxl-item--actions .woocommerce--heart:focus-within::before,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item:hover::before,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item:focus-within::before {
	opacity: 1;
	transform: scale(1);
}

.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item a.add_to_cart_button,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item a.added_to_cart,
.pxl-product-carousel .pxl-item--actions .woocommerce--heart .woosw-btn {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: inherit;
	background: transparent;
	box-shadow: none;
	color: currentColor;
	font-size: 0;
	line-height: 1;
	text-indent: 0;
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart .woosw-btn {
	font-family: inherit;
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart .woosw-btn::before {
	content: "\2661";
	display: block;
	color: currentColor;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-1px);
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart .woosw-btn.woosw-added::before {
	content: "\2665";
	color: #b38a32;
}

.pxl-product-carousel .pxl-item--actions .woocommerce--heart:hover .woosw-btn.woosw-added::before,
.pxl-product-carousel .pxl-item--actions .woocommerce--heart:focus-within .woosw-btn.woosw-added::before {
	color: #fff;
}

.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item a.add_to_cart_button::before,
.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item a.added_to_cart::before {
	position: static;
	display: block;
	color: currentColor;
	font-size: 21px;
	line-height: 1;
	transform: none;
	text-indent: 0;
}

.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item a.add_to_cart_button.loading {
	opacity: 0.76;
}

.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item a.add_to_cart_button.loading::after {
	width: 20px;
	height: 20px;
	border: 2px solid currentColor;
	border-left-color: transparent;
}

.pxl-product-carousel .pxl-item--actions a:focus-visible,
.pxl-product-carousel .pxl-item--actions button:focus-visible,
.pxl-product-carousel .pxl-item--details:focus-visible,
.pxl-product-carousel .pxl-item--title a:focus-visible {
	outline: 2px solid rgba(147, 173, 74, 0.8);
	outline-offset: 3px;
}

.pxl-product-carousel .pxl-item--content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 72px;
	margin-top: 18px;
	padding: 0 10px;
}

.pxl-product-carousel .pxl-item--title {
	margin: 0 0 8px;
	color: var(--ga-ink);
	text-align: center;
	font-size: 21px;
	font-weight: 760;
	line-height: 1.28;
	letter-spacing: 0;
}

.pxl-product-carousel .pxl-item--title a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color 260ms ease;
}

.pxl-product-carousel .pxl-item--title a:hover,
.pxl-product-carousel .pxl-item--title a:focus {
	color: var(--ga-sage);
}

.pxl-product-carousel .pxl-item--rating {
	min-height: 16px;
}

.pxl-product-carousel .pxl-swiper-arrow-wrap {
	pointer-events: none;
}

.pxl-product-carousel .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
	pointer-events: auto;
	border: 1px solid rgba(47, 107, 56, 0.12);
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 0 18px 38px rgba(13, 51, 23, 0.1);
	backdrop-filter: blur(10px);
}

@media (max-width: 1199px) {
	.pxl-product-carousel .pxl-item--header {
		min-height: 374px;
		padding: 16px;
	}

	.pxl-product-carousel .pxl-item--actions .woocommerce--heart,
	.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.pxl-product-carousel .pxl-item--inner:hover {
		transform: none;
	}

	.pxl-product-carousel .pxl-item--header {
		min-height: 0;
		border-radius: 24px;
		padding: 14px;
	}

	.pxl-product-carousel .pxl-item--details {
		border-radius: 20px;
		padding: 16px;
	}

	.pxl-product-carousel .pxl-item--meta {
		gap: 10px;
		margin-top: 14px;
	}

	.pxl-product-carousel .pxl-item--price {
		height: 52px;
		padding: 0 12px;
		font-size: 16px;
	}

	.pxl-product-carousel .pxl-item--price ins {
		font-size: 16px;
	}

	.pxl-product-carousel .pxl-item--actions {
		gap: 8px;
	}

	.pxl-product-carousel .pxl-item--actions .woocommerce--heart,
	.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item {
		width: 48px;
		height: 48px;
	}

	.pxl-product-carousel .pxl-item--content {
		min-height: 62px;
		margin-top: 14px;
	}

	.pxl-product-carousel .pxl-item--title {
		font-size: 18px;
	}
}

@media (max-width: 420px) {
	.pxl-product-carousel .pxl-item--meta {
		grid-template-columns: 1fr;
	}

	.pxl-product-carousel .pxl-item--price {
		justify-content: center;
	}

	.pxl-product-carousel .pxl-item--actions {
		justify-content: center;
		width: 100%;
	}
}

/* Garden Art service pages */
.ga-service-page {
	--ga-green: #102f18;
	--ga-leaf: #94b63d;
	--ga-soft: #f3f6ed;
	--ga-line: rgba(16, 47, 24, 0.12);
	color: var(--ga-green);
}

.ga-service-page a {
	text-decoration: none;
}

.ga-service-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 28px;
	align-items: stretch;
	margin: 34px 0 42px;
	padding: clamp(34px, 5vw, 68px);
	overflow: hidden;
	border: 1px solid rgba(148, 182, 61, 0.25);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 12%, rgba(148, 182, 61, 0.24), transparent 28%),
		linear-gradient(135deg, rgba(16, 47, 24, 0.96), rgba(38, 83, 40, 0.9)),
		url("https://gardenart.in/wp-content/uploads/2024/05/1-1.jpg") center/cover;
	box-shadow: 0 30px 90px rgba(16, 47, 24, 0.18);
	isolation: isolate;
}

.ga-service-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(16, 47, 24, 0.92), rgba(16, 47, 24, 0.72), rgba(16, 47, 24, 0.42));
	z-index: -1;
}

.ga-service-eyebrow,
.ga-service-section-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #bfe06a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ga-service-hero h1 {
	max-width: 760px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(42px, 6vw, 78px);
	line-height: 0.98;
	font-weight: 900;
	letter-spacing: -0.045em;
}

.ga-service-hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.72;
}

.ga-service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.ga-service-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border-radius: 999px;
	background: var(--ga-leaf);
	color: #fff !important;
	font-weight: 900;
	line-height: 1.1;
	box-shadow: 0 16px 34px rgba(148, 182, 61, 0.3);
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ga-service-btn:hover,
.ga-service-btn:focus {
	transform: translateY(-2px);
	background: #7fa32f;
	color: #fff !important;
}

.ga-service-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.11);
	box-shadow: none;
}

.ga-service-btn--small {
	min-height: 42px;
	padding: 11px 16px;
	font-size: 13px;
}

.ga-service-hero__panel {
	display: grid;
	gap: 14px;
	align-content: center;
}

.ga-service-hero__panel div {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
}

.ga-service-hero__panel strong {
	display: block;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	font-weight: 950;
}

.ga-service-hero__panel span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
}

.ga-service-shell {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	gap: 30px;
	margin-bottom: 70px;
}

.ga-service-card,
.ga-service-final-cta {
	margin-bottom: 24px;
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid var(--ga-line);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 70px rgba(16, 47, 24, 0.08);
}

.ga-service-card--sticky {
	position: sticky;
	top: 118px;
}

.ga-service-card h2,
.ga-service-final-cta h2 {
	margin: 0 0 18px;
	color: var(--ga-green);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.ga-service-card p,
.ga-service-card li,
.ga-service-final-cta p {
	color: #4d604e;
	font-size: 16px;
	line-height: 1.78;
}

.ga-service-nav {
	display: grid;
	gap: 10px;
}

.ga-service-nav a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 16px;
	border: 1px solid var(--ga-line);
	border-radius: 14px;
	background: var(--ga-soft);
	color: var(--ga-green);
	font-weight: 900;
}

.ga-service-nav a::after {
	content: "›";
	color: var(--ga-leaf);
	font-size: 22px;
	line-height: 1;
}

.ga-service-nav a.is-active,
.ga-service-nav a:hover {
	background: var(--ga-green);
	color: #fff;
}

.ga-service-mini-cta {
	margin-top: 22px;
	padding: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, #eef5df, #fff);
}

.ga-service-mini-cta span,
.ga-service-final-cta span {
	display: block;
	color: var(--ga-leaf);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.ga-service-mini-cta strong {
	display: block;
	margin: 8px 0 14px;
	color: var(--ga-green);
	line-height: 1.45;
}

.ga-service-feature-grid,
.ga-service-policy-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.ga-service-feature-grid div,
.ga-service-policy-list div {
	padding: 18px;
	border: 1px solid rgba(148, 182, 61, 0.25);
	border-radius: 16px;
	background: #f8faf3;
}

.ga-service-feature-grid strong,
.ga-service-policy-list strong {
	display: block;
	margin-bottom: 8px;
	color: var(--ga-green);
	font-size: 17px;
}

.ga-service-feature-grid span,
.ga-service-policy-list span {
	display: block;
	color: #536450;
	line-height: 1.6;
}

.ga-service-checklist,
.ga-service-steps {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.ga-service-checklist li,
.ga-service-steps li {
	position: relative;
	padding: 16px 18px 16px 44px;
	border: 1px solid rgba(148, 182, 61, 0.22);
	border-radius: 14px;
	background: #fbfcf7;
}

.ga-service-checklist li::before,
.ga-service-steps li::before {
	position: absolute;
	top: 16px;
	left: 16px;
	color: var(--ga-leaf);
	font-weight: 900;
}

.ga-service-checklist li::before {
	content: "✓";
}

.ga-service-steps {
	counter-reset: ga-step;
}

.ga-service-steps li {
	counter-increment: ga-step;
}

.ga-service-steps li::before {
	content: counter(ga-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--ga-leaf);
	color: #fff;
	font-size: 12px;
}

.ga-service-table-wrap {
	overflow-x: auto;
	margin-top: 18px;
	border: 1px solid var(--ga-line);
	border-radius: 16px;
}

.ga-service-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
}

.ga-service-table th,
.ga-service-table td {
	padding: 15px 17px;
	border-bottom: 1px solid rgba(16, 47, 24, 0.09);
	color: #334533;
	text-align: left;
	vertical-align: top;
}

.ga-service-table th {
	background: var(--ga-green);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.ga-service-table tr:last-child td {
	border-bottom: 0;
}

.ga-service-table td:last-child {
	color: var(--ga-green);
	font-weight: 900;
}

.ga-service-final-cta {
	background:
		radial-gradient(circle at 92% 10%, rgba(148, 182, 61, 0.22), transparent 28%),
		linear-gradient(135deg, #102f18, #244c28);
}

.ga-service-final-cta h2,
.ga-service-final-cta p {
	color: #fff;
}

.ga-service-products ul.products {
	margin-top: 20px !important;
}

@media (max-width: 991px) {
	.ga-service-hero,
	.ga-service-shell {
		grid-template-columns: 1fr;
	}

	.ga-service-card--sticky {
		position: static;
	}
}

@media (max-width: 640px) {
	.ga-service-hero {
		padding: 28px 22px;
		border-radius: 18px;
	}

	.ga-service-feature-grid,
	.ga-service-policy-list {
		grid-template-columns: 1fr;
	}

	.ga-service-card,
	.ga-service-final-cta {
		padding: 22px;
		border-radius: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pxl-product-carousel .pxl-item--inner,
	.pxl-product-carousel .pxl-item--header,
	.pxl-product-carousel .pxl-item--details,
	.pxl-product-carousel .pxl-item--details::before,
	.pxl-product-carousel .pxl-item--details::after,
	.pxl-product-carousel .pxl-item--details img,
	.pxl-product-carousel .pxl-item--actions .woocommerce--heart,
	.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item,
	.pxl-product-carousel .pxl-item--actions .woocommerce--heart::before,
	.pxl-product-carousel .pxl-item--actions .woocommerce-btn-item::before {
		transition: none;
	}
}

@media (max-width: 1199px) {
	.pxl-logo img,
	#pxl-header-default .pxl-header-branding img,
	#pxl-header-elementor .pxl-header-branding img,
	.pxl-logo-mobile img {
		max-width: min(220px, 100%) !important;
		max-height: 62px !important;
	}
}

@media (max-width: 767px) {
	.pxl-logo img,
	#pxl-header-default .pxl-header-branding img,
	#pxl-header-elementor .pxl-header-branding img,
	.pxl-logo-mobile img {
		max-width: min(180px, 100%) !important;
		max-height: 54px !important;
	}
}

/* Garden Art premium cart fixes */
body.woocommerce-cart {
	background: #f8f5ee;
}

body.woocommerce-cart .woocommerce {
	color: #17351e;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals {
	border: 1px solid rgba(139, 170, 71, 0.34);
	border-radius: 8px;
	background: rgba(255, 255, 250, 0.88);
	box-shadow: 0 18px 44px rgba(37, 70, 33, 0.08);
}

body.woocommerce-cart .woocommerce-cart-form {
	overflow: hidden;
}

body.woocommerce-cart table.cart {
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-cart table.cart th {
	border-bottom: 1px solid rgba(139, 170, 71, 0.42);
	color: #18351e;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-cart table.cart td {
	border-color: rgba(139, 170, 71, 0.24);
	vertical-align: middle;
}

body.woocommerce-cart table.cart .product-thumbnail img {
	width: 74px;
	height: 74px;
	border: 1px solid rgba(139, 170, 71, 0.42);
	border-radius: 8px;
	object-fit: cover;
	background: #fff;
}

body.woocommerce-cart table.cart .product-name a {
	color: #102d17;
	font-weight: 800;
	text-decoration: none;
}

body.woocommerce-cart table.cart .product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #0f3b1c;
	color: #fff !important;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

body.woocommerce-cart table.cart .product-remove a.remove:hover,
body.woocommerce-cart table.cart .product-remove a.remove:focus {
	background: #9f2f24;
	transform: scale(1.06);
}

body.woocommerce-cart table.cart .product-quantity .quantity,
body.woocommerce-cart table.cart .product-quantity .pxl-quantity-wrap,
body.woocommerce-cart table.cart .product-quantity .qty-field,
body.woocommerce-cart table.cart .product-quantity .quantity-inner {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

body.woocommerce-cart table.cart .product-quantity .quantity .label,
body.woocommerce-cart table.cart .product-quantity .quantity-label {
	display: none !important;
}

body.woocommerce-cart table.cart .product-quantity .quantity-inner {
	overflow: hidden;
	height: 40px;
	min-width: 116px;
	border: 1px solid rgba(139, 170, 71, 0.5);
	border-radius: 8px;
	background: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.woocommerce-cart table.cart .product-quantity .quantity-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #17351e;
	cursor: pointer;
	font-size: 0;
	font-weight: 800;
	line-height: 1;
	user-select: none;
	transition: background-color 160ms ease, color 160ms ease;
}

body.woocommerce-cart table.cart .product-quantity .quantity-button.quantity-down::before {
	content: "-";
	font-size: 18px;
}

body.woocommerce-cart table.cart .product-quantity .quantity-button.quantity-up::before {
	content: "+";
	font-size: 17px;
}

body.woocommerce-cart table.cart .product-quantity .quantity-button:hover,
body.woocommerce-cart table.cart .product-quantity .quantity-button:focus {
	background: #93b344;
	color: #fff;
}

body.woocommerce-cart table.cart .product-quantity .quantity-button span {
	display: none !important;
}

body.woocommerce-cart table.cart .product-quantity input.qty {
	display: inline-flex !important;
	width: 44px !important;
	min-width: 44px;
	height: 40px !important;
	margin: 0 !important;
	border: 0 !important;
	border-right: 1px solid rgba(139, 170, 71, 0.24) !important;
	border-left: 1px solid rgba(139, 170, 71, 0.24) !important;
	background: #fbfbf6 !important;
	color: #102d17 !important;
	opacity: 1 !important;
	text-align: center !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 40px !important;
	appearance: textfield;
	-moz-appearance: textfield;
}

body.woocommerce-cart table.cart .product-quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart table.cart .product-quantity input.qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
}

body.woocommerce-cart table.cart .actions {
	padding: 22px 0 0;
	border-bottom: 0;
	background: #f8f5ee;
	text-align: right;
}

body.woocommerce-cart table.cart .actions .coupon {
	display: none !important;
}

body.woocommerce-cart table.cart .actions button[name="update_cart"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	height: 48px;
	border-radius: 7px;
	background: #93b344;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 12px 24px rgba(75, 111, 36, 0.18);
}

body.woocommerce-cart table.cart .actions button[name="update_cart"]:hover,
body.woocommerce-cart table.cart .actions button[name="update_cart"]:focus {
	background: #789b31;
}

body.woocommerce-cart .cart_totals {
	padding: 26px;
	position: sticky;
	top: 32px;
}

body.woocommerce-cart .cart_totals .pxl-heading {
	margin-bottom: 20px;
	color: #102d17;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: 0;
}

body.woocommerce-cart .cart_totals .cart-total-row,
body.woocommerce-cart .cart_totals .order-total {
	padding: 12px 0;
	border-bottom: 1px solid rgba(139, 170, 71, 0.2);
}

body.woocommerce-cart .cart_totals .order-total {
	margin-top: 8px;
	border-top: 1px solid rgba(139, 170, 71, 0.28);
}

body.woocommerce-cart .cart_totals .lbl {
	color: #50624f;
	font-weight: 700;
}

body.woocommerce-cart .cart_totals .value,
body.woocommerce-cart .cart_totals .order-total .value {
	color: #102d17;
	font-weight: 900;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart_totals .shipping-calculator-button,
body.woocommerce-cart .cart_totals .shipping-calculator-form {
	display: none !important;
}

body.woocommerce-cart .cart_totals .order-taxes {
	margin: 10px 0 16px;
	color: #6b7466;
	font-size: 12px;
	line-height: 1.5;
}

body.woocommerce-cart .woocommerce-terms-and-conditions {
	margin: 16px 0 18px;
	padding: 13px 14px;
	border: 1px solid rgba(139, 170, 71, 0.26);
	border-radius: 7px;
	background: #fbfbf6;
}

body.woocommerce-cart .woocommerce-terms-and-conditions span {
	color: #2f3e2f;
	font-size: 13px;
	font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	border-radius: 7px;
	background: #93b344;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 14px 28px rgba(75, 111, 36, 0.22);
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
	background: #789b31;
}

@media (max-width: 991px) {
	body.woocommerce-cart .cart_totals {
		position: static;
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart table.cart .product-thumbnail img {
		width: 64px;
		height: 64px;
	}

	body.woocommerce-cart table.cart .product-quantity .quantity-inner {
		min-width: 108px;
	}

	body.woocommerce-cart table.cart .actions {
		text-align: left;
	}

	body.woocommerce-cart table.cart .actions button[name="update_cart"] {
		width: 100%;
	}
}

/* Garden Art About page premium polish for the manually built Elementor section. */
body.page-id-7140 .ga-about-premium-section {
	position: relative;
	overflow: hidden;
}

body.page-id-7140 .ga-about-premium-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 8% 18%, rgba(151, 181, 69, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(15, 55, 20, 0.05), rgba(220, 168, 58, 0.08));
}

body.page-id-7140 .ga-about-premium-section > .e-con-inner {
	position: relative;
	z-index: 1;
}

body.page-id-7140 .ga-about-image-panel img {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 560px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border: 0 !important;
	box-shadow: none !important;
}

body.page-id-7140 .ga-about-copy-panel strong {
	color: #0f3714;
}

body.page-id-7140 .ga-about-copy-panel .elementor-button {
	background: #dca83a !important;
	box-shadow: 0 14px 30px rgba(220, 168, 58, 0.28);
}

body.page-id-7140 .ga-about-copy-panel .elementor-button:hover,
body.page-id-7140 .ga-about-copy-panel .elementor-button:focus {
	background: #c89424 !important;
}

@media (max-width: 767px) {
	body.page-id-7140 .ga-about-image-panel img {
		min-height: 320px;
	}
}

/* Garden Art Contact page premium form, details, and map treatment. */
body.page-id-4257 .elementor-element-gacp001,
body.page-id-4257 .elementor-element-gacp010,
body.page-id-4257 .elementor-element-gacp020,
body.page-id-4257 .elementor-element-gacp030,
body.page-id-4257 .ga-contact-concept-section,
body.page-id-4257 .ga-contact-map-section {
	position: relative;
	overflow: hidden;
}

body.page-id-4257 .elementor-element-gacp001::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 14% 18%, rgba(220, 168, 58, 0.18), transparent 28%),
		radial-gradient(circle at 82% 80%, rgba(151, 181, 69, 0.16), transparent 30%);
}

body.page-id-4257 .elementor-element-gacp001 > .elementor-container,
body.page-id-4257 .elementor-element-gacp010 > .elementor-container,
body.page-id-4257 .elementor-element-gacp020 > .elementor-container,
body.page-id-4257 .elementor-element-gacp030 > .elementor-container {
	position: relative;
	z-index: 1;
}

body.page-id-4257 .elementor-element-gacp009 img {
	width: 100%;
	min-height: 520px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 8px;
}

body.page-id-4257 .elementor-element-gacp006 .elementor-icon-list-item {
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-id-4257 .elementor-element-gacp010 {
	background:
		linear-gradient(135deg, rgba(246, 250, 244, 0.98), rgba(255, 255, 255, 0.92)) !important;
}

body.page-id-4257 .elementor-element-gacp011 > .elementor-widget-wrap {
	padding: 16px 44px 16px 0;
}

body.page-id-4257 .elementor-element-gacp014 .elementor-icon-list-item {
	align-items: center;
	margin-bottom: 10px;
	padding: 13px 16px;
	border: 1px solid rgba(47, 125, 50, 0.13);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 55, 20, 0.06);
}

body.page-id-4257 .elementor-element-gacp016 > .elementor-widget-wrap {
	border: 1px solid rgba(151, 181, 69, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%) !important;
	box-shadow: 0 28px 80px rgba(15, 55, 20, 0.14);
}

body.page-id-4257 .elementor-element-gacp017 {
	margin-bottom: 0;
}

body.page-id-4257 .ctf7-contact-home-4 p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 16px;
}

body.page-id-4257 .ctf7-contact-home-4 p:last-of-type {
	display: block;
	margin-bottom: 20px;
}

body.page-id-4257 .ctf7-contact-home-4 .wpcf7-form-control-wrap {
	display: block;
}

body.page-id-4257 .ctf7-contact-home-4 input,
body.page-id-4257 .ctf7-contact-home-4 textarea {
	width: 100%;
	border: 1px solid rgba(15, 55, 20, 0.14);
	border-radius: 8px;
	background: #f7faf5;
	color: #0f3714;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: none;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.page-id-4257 .ctf7-contact-home-4 input {
	min-height: 56px;
	padding: 0 18px;
}

body.page-id-4257 .ctf7-contact-home-4 textarea {
	min-height: 150px;
	padding: 18px;
	resize: vertical;
}

body.page-id-4257 .ctf7-contact-home-4 input:focus,
body.page-id-4257 .ctf7-contact-home-4 textarea:focus {
	outline: none;
	border-color: #97b545;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(151, 181, 69, 0.14);
}

body.page-id-4257 .ctf7-contact-home-4 input::placeholder,
body.page-id-4257 .ctf7-contact-home-4 textarea::placeholder {
	color: #75806e;
}

body.page-id-4257 .ctf7-contact-home-4 .wpcf7-submit {
	min-height: 56px;
	padding: 0 34px;
	border: 0;
	border-radius: 8px;
	background: #dca83a;
	color: #ffffff;
	font-weight: 800;
	box-shadow: 0 14px 30px rgba(220, 168, 58, 0.28);
}

body.page-id-4257 .ctf7-contact-home-4 .wpcf7-submit:hover,
body.page-id-4257 .ctf7-contact-home-4 .wpcf7-submit:focus {
	background: #c89424;
}

body.page-id-4257 .elementor-element-gacp020 {
	background: #ffffff !important;
}

body.page-id-4257 .elementor-element-gacp022,
body.page-id-4257 .elementor-element-gacp024,
body.page-id-4257 .elementor-element-gacp026 {
	min-height: 210px;
	border: 1px solid rgba(151, 181, 69, 0.15);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.page-id-4257 .elementor-element-gacp022:hover,
body.page-id-4257 .elementor-element-gacp024:hover,
body.page-id-4257 .elementor-element-gacp026:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(15, 55, 20, 0.13);
}

body.page-id-4257 .elementor-element-gacp030 {
	background:
		linear-gradient(135deg, #0f3714 0%, #12382a 100%) !important;
}

body.page-id-4257 .elementor-element-gacp033 iframe {
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	filter: saturate(0.92) contrast(1.04);
}

body.page-id-4257 .ga-contact-concept-section {
	background:
		radial-gradient(circle at 8% 12%, rgba(151, 181, 69, 0.12), transparent 26%),
		linear-gradient(120deg, #f8fbf8 0%, #ffffff 55%, #f1f7ee 100%) !important;
}

body.page-id-4257 .ga-contact-concept-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(35deg, transparent 0 58%, rgba(220, 168, 58, 0.10) 58% 72%, transparent 72%),
		radial-gradient(circle at 88% 18%, rgba(15, 55, 20, 0.10), transparent 26%);
}

body.page-id-4257 .ga-contact-concept-section > .elementor-container,
body.page-id-4257 .ga-contact-map-section > .elementor-container {
	position: relative;
	z-index: 1;
}

body.page-id-4257 .ga-contact-left {
	padding: 8px 22px 8px 0;
}

body.page-id-4257 .ga-contact-chip,
body.page-id-4257 .ga-form-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-bottom: 24px;
	padding: 11px 17px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

body.page-id-4257 .ga-contact-chip {
	border: 1px solid rgba(220, 168, 58, 0.35);
	background: #fff8e9;
	color: #0f3714;
}

body.page-id-4257 .ga-form-chip {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.10);
	color: #ffffff;
}

body.page-id-4257 .ga-contact-left h2 {
	max-width: 650px;
	margin: 0 0 22px;
	color: #0f3714;
	font-family: "General Sans", "Roboto", sans-serif;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 900;
	line-height: 1.03;
	letter-spacing: 0;
}

body.page-id-4257 .ga-contact-left h2 span {
	display: block;
	color: transparent;
	-webkit-text-stroke: 1px rgba(15, 55, 20, 0.48);
}

body.page-id-4257 .ga-contact-intro {
	max-width: 640px;
	margin: 0 0 24px;
	color: #354b35;
	font-size: 17px;
	line-height: 1.78;
}

body.page-id-4257 .ga-contact-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

body.page-id-4257 .ga-contact-pills span {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(15, 55, 20, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: #0f3714;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 12px 30px rgba(15, 55, 20, 0.06);
}

body.page-id-4257 .ga-contact-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.page-id-4257 .ga-contact-cards article {
	display: flex;
	gap: 18px;
	min-height: 128px;
	padding: 28px 24px;
	border: 1px solid rgba(15, 55, 20, 0.10);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 20px 46px rgba(15, 55, 20, 0.08);
	backdrop-filter: blur(10px);
}

body.page-id-4257 .ga-contact-cards i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #0f3714;
	color: #ffffff;
	box-shadow: 0 14px 25px rgba(15, 55, 20, 0.22);
}

body.page-id-4257 .ga-contact-cards strong {
	display: block;
	margin-bottom: 4px;
	color: #0f3714;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

body.page-id-4257 .ga-contact-cards a,
body.page-id-4257 .ga-contact-cards span {
	display: block;
	color: #334b66;
	font-size: 15px;
	line-height: 1.45;
}

body.page-id-4257 .ga-contact-form-panel > .elementor-widget-wrap {
	position: relative;
	overflow: hidden;
	min-height: 0;
	padding: 32px 32px 34px !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(115deg, rgba(12, 47, 84, 0.94) 0%, rgba(15, 55, 20, 0.95) 54%, rgba(124, 26, 59, 0.92) 100%) !important;
	box-shadow: 0 30px 70px rgba(15, 55, 20, 0.24);
}

body.page-id-4257 .ga-contact-form-panel > .elementor-widget-wrap::before {
	content: "";
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	pointer-events: none;
}

body.page-id-4257 .ga-contact-form-panel > .elementor-widget-wrap::after {
	content: "";
	position: absolute;
	top: -35%;
	right: 12%;
	width: 260px;
	height: 130%;
	transform: rotate(16deg);
	background: rgba(255, 255, 255, 0.07);
	pointer-events: none;
}

body.page-id-4257 .ga-form-head,
body.page-id-4257 .ga-contact-form-panel .elementor-widget-shortcode {
	position: relative;
	z-index: 1;
}

body.page-id-4257 .ga-form-head h2 {
	max-width: 560px;
	margin: 0 0 14px;
	color: #ffffff;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0;
}

body.page-id-4257 .ga-form-head p {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.65;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 14px !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 p:last-of-type {
	display: block;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 input,
body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.93);
	color: #0f3714;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 input {
	height: 54px;
	padding: 0 18px;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 textarea {
	min-height: 150px;
	padding: 18px;
	resize: vertical;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 .wpcf7-submit {
	margin-top: 4px;
	background: #dca83a;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 p {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 .wpcf7-form-control-wrap {
	display: block !important;
	min-width: 0;
	margin: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 .wpcf7-form-control-wrap[data-name="textarea-355"] {
	grid-column: 1 / -1;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 input,
body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 textarea {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 textarea {
	min-height: 178px;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .wpcf7-submit {
	margin-top: 20px;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-spinner {
	display: inline-block;
	margin: 0 0 0 12px;
	vertical-align: middle;
}

body.page-id-4257 .ga-contact-map-section {
	background: linear-gradient(135deg, #0f3714 0%, #12382a 100%) !important;
}

body.page-id-4257 .ga-contact-map-section .elementor-widget-heading {
	margin-bottom: 34px;
}

body.page-id-4257 .ga-contact-map-section .elementor-heading-title {
	line-height: 1.08;
}

body.page-id-4257 .ga-contact-map-section iframe {
	display: block;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

@media (max-width: 991px) {
	body.page-id-4257 .elementor-element-gacp011 > .elementor-widget-wrap {
		padding-right: 0;
	}

	body.page-id-4257 .elementor-element-gacp009 img {
		min-height: 420px;
	}

	body.page-id-4257 .ga-contact-left {
		padding-right: 0;
	}

	body.page-id-4257 .ga-contact-form-panel > .elementor-widget-wrap {
		min-height: auto;
		margin-top: 34px;
	}

	body.page-id-4257 .ga-contact-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.page-id-4257 .elementor-element-gacp009 img {
		min-height: 300px;
	}

	body.page-id-4257 .ctf7-contact-home-4 p {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.page-id-4257 .elementor-element-gacp016 > .elementor-widget-wrap {
		padding: 24px 18px !important;
	}

	body.page-id-4257 .ga-contact-concept-section {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
	}

	body.page-id-4257 .ga-contact-chip,
	body.page-id-4257 .ga-form-chip {
		margin-bottom: 18px;
	}

	body.page-id-4257 .ga-contact-left h2 {
		font-size: 38px;
	}

	body.page-id-4257 .ga-contact-cards {
		grid-template-columns: 1fr;
	}

	body.page-id-4257 .ga-contact-cards article {
		min-height: auto;
		padding: 22px 18px;
	}

	body.page-id-4257 .ga-contact-form-panel > .elementor-widget-wrap {
		padding: 24px 18px 26px !important;
	}

	body.page-id-4257 .ga-contact-form-panel > .elementor-widget-wrap::before {
		inset: 10px;
	}

	body.page-id-4257 .ga-contact-form-panel .ctf7-contact-home-4 p {
		grid-template-columns: 1fr;
	}

	body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.page-id-4257 .ga-contact-map-section .elementor-widget-heading {
		margin-bottom: 24px;
	}
}

/* Contact page final form correction: targets the real Contact Form 7 markup. */
body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 {
	display: block !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 22px !important;
	margin-bottom: 20px !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row p {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row .wpcf7-form-control-wrap {
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row .wpcf7-form-control-wrap[data-name="textarea-355"] {
	grid-column: 1 / -1 !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row input,
body.page-id-4257 .ga-contact-form-panel .ctf7-input-row textarea {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.95) !important;
	color: #173f1b !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
	box-shadow: none !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row input {
	height: 62px !important;
	padding: 0 26px !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row textarea {
	min-height: 178px !important;
	padding: 22px 26px !important;
	resize: vertical;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 > p {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 > p .wpcf7-form-control-wrap {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 > p textarea {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 178px !important;
	margin: 0 !important;
	padding: 22px 26px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.95) !important;
	color: #173f1b !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
	box-shadow: none !important;
	resize: vertical;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-input-row input::placeholder,
body.page-id-4257 .ga-contact-form-panel .ctf7-input-row textarea::placeholder {
	color: rgba(23, 63, 27, 0.62) !important;
	opacity: 1 !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-footer {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 20px !important;
	margin-top: 26px !important;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 .ctf7-footer p {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-footer--note {
	min-width: 0 !important;
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 .ctf7-footer--note p {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-style: italic;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-footer--note svg {
	flex: 0 0 auto !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-footer button,
body.page-id-4257 .ga-contact-form-panel .ctf7-footer .btn,
body.page-id-4257 .ga-contact-form-panel .ctf7-footer .wpcf7-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 176px !important;
	height: 58px !important;
	margin: 0 !important;
	padding: 0 32px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #dca83a !important;
	color: #0f3714 !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-align: center !important;
	white-space: nowrap !important;
	box-shadow: 0 16px 34px rgba(220, 168, 58, 0.28) !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-footer button span,
body.page-id-4257 .ga-contact-form-panel .ctf7-footer .btn span {
	display: inline !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

body.page-id-4257 .ga-contact-form-panel .ctf7-footer button:hover,
body.page-id-4257 .ga-contact-form-panel .ctf7-footer .btn:hover,
body.page-id-4257 .ga-contact-form-panel .ctf7-footer .wpcf7-submit:hover {
	background: #ffffff !important;
	color: #0f3714 !important;
	transform: translateY(-1px);
}

body.page-id-4257 .ga-contact-form-panel .wpcf7-spinner {
	position: absolute !important;
	margin: 0 !important;
}

/* Homepage Best Seller media carousel */
.pxl-bestseller-media-carousel {
	overflow: visible;
}

.pxl-bestseller-media-carousel .pxl-carousel-inner {
	overflow: visible;
}

.pxl-bestseller-media-carousel .pxl-swiper-container {
	overflow: hidden;
	padding: 8px 4px 18px;
}

.pxl-bestseller-media-carousel .pxl-swiper-slide {
	height: auto;
}

.pxl-bestseller-media-carousel .pxl-item--inner {
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(151, 181, 69, 0.24);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(26, 65, 25, 0.13);
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.pxl-bestseller-media-carousel .pxl-item--inner:hover {
	transform: translateY(-6px);
	border-color: rgba(151, 181, 69, 0.55);
	box-shadow: 0 26px 60px rgba(26, 65, 25, 0.2);
}

.pxl-bestseller-media-carousel .pxl-item--header {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	background: #eef5df;
}

.pxl-bestseller-media-carousel .pxl-item--details {
	display: block;
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.pxl-bestseller-media-carousel .pxl-item--details::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 39, 14, 0) 42%, rgba(9, 39, 14, 0.76) 100%);
	pointer-events: none;
}

.pxl-bestseller-media-carousel .pxl-item--details img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 420ms ease;
}

.pxl-bestseller-media-carousel .pxl-item--inner:hover .pxl-item--details img {
	transform: scale(1.045);
}

.pxl-bestseller-card__content {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	pointer-events: none;
}

.pxl-bestseller-card__label {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #173f1b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pxl-bestseller-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	height: 42px;
	padding: 0 20px;
	border-radius: 999px;
	background: #dca83a;
	color: #0f3714;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0 14px 30px rgba(220, 168, 58, 0.28);
	pointer-events: auto;
}

.pxl-bestseller-card__button:hover,
.pxl-bestseller-card__button:focus {
	background: #ffffff;
	color: #0f3714;
}

@media (max-width: 767px) {
	body.page-id-4257 .ga-contact-form-panel .ctf7-input-row {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		margin-bottom: 14px !important;
	}

	body.page-id-4257 .ga-contact-form-panel .ctf7-input-row input {
		height: 58px !important;
		padding: 0 20px !important;
	}

	body.page-id-4257 .ga-contact-form-panel .ctf7-input-row textarea {
		min-height: 152px !important;
		padding: 20px !important;
	}

	body.page-id-4257 .ga-contact-form-panel .wpcf7-form .ctf7-contact-home-4 > p textarea {
		min-height: 152px !important;
		padding: 20px !important;
	}

	body.page-id-4257 .ga-contact-form-panel .ctf7-footer {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 16px !important;
		margin-top: 22px !important;
	}

	body.page-id-4257 .ga-contact-form-panel .ctf7-footer button,
	body.page-id-4257 .ga-contact-form-panel .ctf7-footer .btn,
	body.page-id-4257 .ga-contact-form-panel .ctf7-footer .wpcf7-submit {
		width: 100% !important;
		min-width: 0 !important;
	}

	.pxl-bestseller-media-carousel .pxl-swiper-container {
		padding-right: 0;
		padding-left: 0;
	}

	.pxl-bestseller-media-carousel .pxl-item--details {
		aspect-ratio: 3 / 4;
	}

	.pxl-bestseller-card__content {
		right: 14px;
		bottom: 14px;
		left: 14px;
		gap: 10px;
	}

	.pxl-bestseller-card__label {
		height: 32px;
		padding: 0 11px;
		font-size: 12px;
	}

	.pxl-bestseller-card__button {
		min-width: 104px;
		height: 38px;
		padding: 0 16px;
		font-size: 13px;
	}
}


