/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Header + Navigation - Stable Polished Version
-----------------------------------------------------------------*/

#header {
	position: relative;
	z-index: 100;
}

#header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	height: 24px;
	background: linear-gradient(
		180deg,
		rgba(20,37,27,0.08) 0%,
		rgba(20,37,27,0) 100%
	);
	pointer-events: none;
}

.attyd-site-header {
	background: #fff !important;
	border-bottom: 0 !important;
	box-shadow: 0 8px 30px rgba(20, 37, 27, 0.06);
}

.attyd-site-header > .container {
	padding-top: 16px;
	padding-bottom: 16px;
}

/* Main Header Row */

.attyd-top-nav {
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.attyd-site-header > .container {
	padding-top: 0;
	padding-bottom: 0;
}

.attyd-top-nav .navbar {
	min-height: 100px;
	padding: 0 8px;
}

.attyd-top-nav #logo {
	margin-right: 42px;
}

.attyd-top-nav #logo img {
	height: 68px;
	width: auto;
	object-fit: contain;
}

.attyd-top-nav .navbar-nav {
	align-items: center;
	gap: 2px;
	margin-left: auto;
}

.attyd-top-nav .navbar-nav .nav-link {
	color: #233c2d !important;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

.attyd-top-nav .navbar-nav .nav-link:hover,
.attyd-top-nav .navbar-nav .nav-link:focus,
.attyd-top-nav .navbar-nav .current-menu-item > .nav-link {
	background: rgba(36, 75, 53, 0.08);
	color: var(--attyd-green) !important;
}

.attyd-shop-nav-wrap {
	background:
		linear-gradient(
			180deg,
			rgba(240, 243, 236, 0.92) 0%,
			rgba(224, 232, 223, 0.88) 100%
		) !important;

	border-top: 1px solid rgba(36, 75, 53, 0.08);
	border-bottom: 0px solid rgba(36, 75, 53, 0.12);

	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);

	box-shadow:
		0 6px 20px rgba(20, 37, 27, 0.05),
		inset 0 1px 0 rgba(255,255,255,0.35);
}

.attyd-shop-nav-wrap::after {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(90deg, var(--attyd-green), var(--attyd-green-soft), var(--attyd-green));
	opacity: 0.45;
}

.attyd-site-header > .container {
	padding-top: 12px;
	padding-bottom: 12px;
}

.attyd-shop-nav-wrap .header-row {
	min-height: 54px;
}

.attyd-shop-nav-wrap .menu-container > .menu-item > .menu-link {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	color: var(--attyd-dark);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.attyd-header-shop-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(
		180deg,
		#2c5a40 0%,
		#244b35 100%
	) !important;
	color: #fff !important;
	font-size: 0.82rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow:
		0 10px 24px rgba(36, 75, 53, 0.18),
		inset 0 1px 0 rgba(255,255,255,0.12);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background-color 0.25s ease;
}

.attyd-header-shop-btn:hover,
.attyd-header-shop-btn:focus {
	background: linear-gradient(
		180deg,
		#32684a 0%,
		#29563d 100%
	) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow:
		0 14px 32px rgba(36, 75, 53, 0.24),
		inset 0 1px 0 rgba(255,255,255,0.14);
}

.attyd-header-guide-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	height: 42px;
	padding: 0 18px;
	margin-right: 16px;

	border-radius: 999px;

	background: var(--attyd-green);
	border: 1px solid rgba(255,255,255,.08);

	color: #fff !important;

	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;

	box-shadow:
		0 8px 20px rgba(36,75,53,.22),
		inset 0 1px 0 rgba(255,255,255,.08);

	transition:
		all .2s ease;
}

.attyd-header-guide-btn:hover {
	background: var(--attyd-dark);
	color: #fff !important;
	transform: translateY(-1px);

	box-shadow:
		0 12px 24px rgba(20,37,27,.28),
		inset 0 1px 0 rgba(255,255,255,.08);
}

.attyd-header-guide-btn i {
	font-size: .9rem;
}

@media (max-width: 767.98px) {
	.attyd-header-guide-btn {
		height: 36px;
		padding: 0 12px;
		margin-right: 10px;
		font-size: 0.65rem;
		letter-spacing: 0.04em;
	}

	.attyd-header-guide-btn i {
		display: none;
	}
}

#top-bar {
	background:
		radial-gradient(circle at top center, rgba(18, 82, 52, .35) 0%, transparent 45%),
		linear-gradient(135deg, #071d14 0%, #0c2c1d 100%);
	border-bottom: 1px solid rgba(255,255,255,.06);
	padding: 8px 0;
	overflow: hidden;
}

#top-bar .d-flex {
	gap: 10px;
}

#top-bar .countdown-text {
	color: rgba(255,255,255,.92);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .2px;
	line-height: 1.3;
	margin-right: 10px;
	text-shadow: 0 1px 2px rgba(0,0,0,.18);
}

#top-bar .countdown {
	display: flex !important;
	align-items: center;
	flex-wrap: nowrap !important;
	gap: 6px;
}

#top-bar .countdown-section,
#top-bar .countdown-amount {
	width: auto !important;
	min-width: unset !important;
	max-width: unset !important;
	flex: 0 0 auto !important;
}

#top-bar .countdown-amount {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 999px;
	padding: 5px 9px;
	display: inline-flex !important;
	align-items: center;
	gap: 4px;
	line-height: 1;
}

#top-bar .countdown-number {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.2px;
}

#top-bar .countdown-period {
	color: rgba(255,255,255,.72);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .7px;
	line-height: 1;
	margin: 0;
}

#top-bar .py-3,
#top-bar .py-lg-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {

	#top-bar {
		padding: 7px 0;
	}

	#top-bar .d-flex {
		flex-direction: column;
		gap: 8px;
	}

	#top-bar .countdown-text {
		font-size: 12px;
		text-align: center;
		margin-right: 0;
	}

	#top-bar .countdown {
		justify-content: center;
	}

	#top-bar .countdown-amount {
		padding: 4px 8px;
	}

	#top-bar .countdown-number {
		font-size: 12px;
	}

	#top-bar .countdown-period {
		font-size: 8px;
	}
}

/* Header logo refinement */

.attyd-top-nav #logo {
	display: flex;
	align-items: center;
	margin-right: 42px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: 0;
}

.attyd-top-nav #logo a {
	display: flex;
	align-items: center;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.attyd-top-nav #logo img {
	height: 68px;
	width: auto;
	filter:
		drop-shadow(0 6px 14px rgba(20, 37, 27, 0.10));
	transition:
		transform 0.25s ease,
		filter 0.25s ease;
}

.attyd-top-nav #logo a:hover img {
	transform: translateY(-1px);
	filter:
		drop-shadow(0 10px 18px rgba(20, 37, 27, 0.16));
}

@media (max-width: 767.98px) {
	.attyd-top-nav #logo img {
		height: 56px;
	}
}

/* ----------------------------------------------------------------
	A Tree To Your Door - Homepage Polish
-----------------------------------------------------------------*/

:root {
	--attyd-green: #244b35;
	--attyd-green-soft: #7e9680;
	--attyd-cream: #f7f3ea;
	--attyd-gold: #d6a84f;
	--attyd-dark: #14251b;
}

.attyd-hero-content {
	max-width: 680px;
	padding: 44px;
	border-radius: 28px;
	background: rgba(20, 37, 27, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(6px);
}

.attyd-hero-title h1,
.attyd-hero-title h2,
.attyd-hero-title p {
	color: #fff;
	margin-bottom: 0;
}

.attyd-hero-title {
	color: #fff;
	font-family: "Sansita", serif;
	font-size: clamp(2.4rem, 5vw, 4.75rem);
	line-height: 0.98;
	letter-spacing: -1px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.attyd-hero-subtext {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.15rem;
	line-height: 1.7;
}

.attyd-btn-primary {
	border: 0 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--attyd-green) !important;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.attyd-btn-primary:hover,
.attyd-btn-primary:focus {
	background: var(--attyd-cream) !important;
	color: var(--attyd-dark) !important;
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
	.attyd-hero-content {
		padding: 28px;
		border-radius: 22px;
	}

	.attyd-hero-subtext {
		font-size: 1rem;
	}
}

/* Featured Product Cards */

.attyd-product-section {
	padding: 40px 0 60px;
	background:
		linear-gradient(180deg, #fff 0%, var(--attyd-cream) 100%);
}

.attyd-section-heading {
	margin: 0 auto 42px;
}

.attyd-eyebrow-dark {
	margin-bottom: 10px;
	color: var(--attyd-green-soft);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.attyd-section-heading h2 {
	margin-bottom: 12px;
	color: var(--attyd-dark);
	font-family: "Sansita", serif;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.05;
}

.attyd-section-heading p {
	margin-bottom: 0;
	color: #5e685f;
	font-size: 1.08rem;
}

.attyd-product-card {
	height: 100%;
	overflow: hidden;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(20, 37, 27, 0.12);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.attyd-product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 70px rgba(20, 37, 27, 0.18);
}

.attyd-product-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #e8eee7;
}

.attyd-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.attyd-product-card:hover .attyd-product-image img {
	transform: scale(1.06);
}

.attyd-product-body {
	padding: 28px;
	text-align: center;
}

.attyd-product-body h3 {
	margin-bottom: 10px;
	color: var(--attyd-dark);
	font-family: "Sansita", serif;
	font-size: 1.7rem;
	line-height: 1.1;
}

.attyd-product-body p {
	margin-bottom: 22px;
	color: #637066;
	line-height: 1.65;
}

.attyd-product-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--attyd-green);
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 12px 26px rgba(36, 75, 53, 0.22);
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.attyd-product-link:hover,
.attyd-product-link:focus {
	background: var(--attyd-dark);
	transform: translateY(-2px);
}

/* Flexible ACF Content Sections */

.attyd-content-builder {
	background: #fff;
}

.attyd-content-section {
	position: relative;
	padding: 82px 0;
}

.attyd-section-light {
	background: #fff;
}

.attyd-section-dark {
	background: var(--attyd-dark);
	color: #fff;
}

.attyd-section-image {
	background-attachment: scroll;
	color: #fff;
	position: relative;
}

.attyd-section-image .attyd-icon-card {
	background: rgba(255,255,255,.88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,.35);
	box-shadow: 0 20px 45px rgba(0,0,0,.22);
}

.attyd-section-image:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(7,29,20,.55) 0%,
		rgba(7,29,20,.45) 35%,
		rgba(7,29,20,.65) 100%
	);
	pointer-events: none;
}



.attyd-section-image > .container {
	position: relative;
	z-index: 2;
}

.attyd-content-header {
	max-width: 820px;
	margin: 0 auto 36px;
	text-align: center;
}

.attyd-content-header h1,
.attyd-content-header h2,
.attyd-content-header h3 {
	margin-bottom: 14px;
	font-family: "Sansita", serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.08;
	color: var(--attyd-dark);
}

.dark .attyd-content-header h1,
.dark .attyd-content-header h2,
.dark .attyd-content-header h3 {
	color: #fff;
}

.attyd-content-header p {
	color: #687269;
	font-size: 1.08rem;
}

.dark .attyd-content-header p {
	color: rgba(255, 255, 255, 0.86);
}

.attyd-content-column {
	font-size: 1rem;
	color: #536057;
}

.attyd-content-column h2,
.attyd-content-column h3,
.attyd-content-column h4 {
	color: var(--attyd-dark);
}

.dark .attyd-content-column,
.dark .attyd-content-column h2,
.dark .attyd-content-column h3,
.dark .attyd-content-column h4 {
	color: #fff;
}

.attyd-content-column p:last-child {
	margin-bottom: 0;
}

.attyd-content-glass-card {
	padding: 42px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.attyd-section-image .attyd-content-glass-card,
.attyd-section-image .attyd-content-glass-card h2,
.attyd-section-image .attyd-content-glass-card h3,
.attyd-section-image .attyd-content-glass-card p {
	color: var(--attyd-dark);
}

.attyd-divider {
	width: 84px;
	height: 4px;
	margin: 0 auto 38px;
	border-radius: 999px;
	background: var(--attyd-gold);
}

.attyd-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.attyd-gallery-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.attyd-gallery-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.attyd-gallery-cols-5 {
	grid-template-columns: repeat(5, 1fr);
}

.attyd-gallery-item {
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	background: #e8eee7;
	box-shadow: 0 14px 35px rgba(20, 37, 27, 0.12);
}

.attyd-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.attyd-gallery-item:hover img {
	transform: scale(1.06);
}

.attyd-table-wrap {
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 14px 35px rgba(20, 37, 27, 0.1);
}

.attyd-table {
	margin-bottom: 0;
	background: #fff;
}

.attyd-table thead th {
	background: var(--attyd-green);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.18);
}

.attyd-tabs .tab-nav li a {
	border-radius: 999px;
}

.attyd-embed-wrap iframe {
	display: block;
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(20, 37, 27, 0.14);
}

@media (max-width: 767.98px) {
	.attyd-content-section {
		padding: 58px 0;
	}

	.attyd-content-glass-card {
		padding: 28px;
		border-radius: 22px;
	}

	.attyd-gallery-grid,
	.attyd-gallery-cols-3,
	.attyd-gallery-cols-4,
	.attyd-gallery-cols-5 {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}

/* ----------------------------------------------------------------
	A Tree To Your Door - Hero Slider
-----------------------------------------------------------------*/

.attyd-hero-slider {
	background: var(--attyd-dark);
}

.attyd-hero-slide {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.attyd-hero-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 75% 45%, rgba(255, 255, 255, 0.08), transparent 28%),
		linear-gradient(90deg, rgba(20, 37, 27, 0.92) 0%, rgba(20, 37, 27, 0.72) 38%, rgba(20, 37, 27, 0.22) 72%, rgba(20, 37, 27, 0.08) 100%);
	pointer-events: none;
}

.attyd-hero-content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	padding: 44px 48px;
	border-radius: 32px;
	background: linear-gradient(
		180deg,
		rgba(18, 36, 25, 0.70) 0%,
		rgba(18, 36, 25, 0.56) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow:
		0 30px 80px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
}

.attyd-hero-kicker {
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.attyd-hero-title,
.attyd-hero-title h1,
.attyd-hero-title h2,
.attyd-hero-title p {
	margin: 0;
	color: #fff;
	font-family: "Sansita", Georgia, serif;
	font-size: clamp(2.1rem, 3.2vw, 3.8rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-transform: none;
	text-shadow: 0 6px 30px rgba(0, 0, 0, 0.34);
}

.attyd-hero-subtext {
	max-width: 470px;
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.02rem;
	line-height: 1.75;
	font-weight: 400;
}

.attyd-hero-subtext p:last-child {
	margin-bottom: 0;
}

.attyd-hero-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
}

.attyd-btn-primary,
.attyd-btn-secondary {
	border-radius: 999px !important;
	border: 0 !important;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.attyd-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--attyd-green) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background-color 0.25s ease;
}

.attyd-btn-primary:hover,
.attyd-btn-primary:focus {
	background: var(--attyd-cream) !important;
	color: var(--attyd-dark) !important;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.attyd-btn-secondary {
	background: rgba(255, 255, 255, 0.14) !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.attyd-btn-primary:hover,
.attyd-btn-primary:focus,
.attyd-btn-secondary:hover,
.attyd-btn-secondary:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.attyd-btn-primary:hover,
.attyd-btn-primary:focus {
	background: var(--attyd-cream) !important;
	color: var(--attyd-dark) !important;
}

.attyd-btn-secondary:hover,
.attyd-btn-secondary:focus {
	background: #fff !important;
	color: var(--attyd-green) !important;
}

.attyd-slider-arrow {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: rgba(20, 37, 27, 0.65) !important;
	backdrop-filter: blur(6px);
}

.attyd-slider-arrow i {
	line-height: 46px;
	font-size: 28px;
}

.attyd-slide-number {
	right: 28px;
	bottom: 28px;
}

@media (max-width: 991.98px) {
	.attyd-hero-shade {
		background: linear-gradient(90deg, rgba(20, 37, 27, 0.92), rgba(20, 37, 27, 0.46));
	}

	.attyd-hero-content {
		max-width: 620px;
	}
}

@media (max-width: 767.98px) {
	.attyd-hero-slider {
		min-height: 78vh !important;
	}

	.attyd-hero-content {
		padding: 28px;
		border-radius: 22px;
	}

	.attyd-hero-title,
	.attyd-hero-title h1,
	.attyd-hero-title h2,
	.attyd-hero-title p {
		font-size: clamp(2rem, 8vw, 3rem);
		line-height: 1.02;
	}

	.attyd-hero-subtext {
		font-size: 1rem;
	}
	
	.attyd-hero-actions {
		justify-content: flex-start;
	}

	.attyd-hero-actions .btn {
		width: 100%;
	}
	
	.attyd-hero-content {
		max-width: 92%;
		padding: 34px 30px;
	}

	.attyd-hero-title,
	.attyd-hero-title h1,
	.attyd-hero-title h2,
	.attyd-hero-title p {
		font-size: clamp(1.9rem, 8vw, 2.8rem);
		line-height: 1.06;
	}
}

/* Hero bullet cleanup */

.attyd-hero-content ul {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.attyd-hero-content ul li {
	position: relative;
	margin-bottom: 14px;
	padding-left: 28px;

	color: rgba(255,255,255,0.88);

	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.5;
}

.attyd-hero-content ul li::before {
	content: "";

	position: absolute;
	left: 0;
	top: 10px;

	width: 10px;
	height: 10px;

	border-radius: 999px;

	background: rgba(94, 140, 108, 0.95);

	border: 2px solid rgba(255,255,255,0.14);

	box-shadow:
		0 0 0 4px rgba(94,140,108,0.14);
}

/* Hero secondary button refinement */

.attyd-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 54px;
	padding: 0 30px !important;

	border-radius: 999px !important;

	background: rgba(255,255,255,0.10) !important;
	border: 1px solid rgba(255,255,255,0.20) !important;

	color: rgba(255,255,255,0.92) !important;

	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;

	backdrop-filter: blur(8px);

	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}

.attyd-btn-secondary:hover,
.attyd-btn-secondary:focus {
	background: rgba(255,255,255,0.18) !important;
	border-color: rgba(255,255,255,0.34) !important;
	color: #fff !important;

	transform: translateY(-1px);
}

/* Better CTA spacing */

.attyd-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 34px;
}

/* ----------------------------------------------------------------
	Homepage Alert / Season Update
-----------------------------------------------------------------*/

.attyd-home-alert-wrap {
	position: relative;
	z-index: 3;
	margin-top: -34px;
	padding-bottom: 26px;
}

.attyd-content-builder > .attyd-home-alert-wrap {
	margin-top: 0;
	padding-top: 48px;
	padding-bottom: 48px;
}

.attyd-home-alert {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;

	padding: 26px 30px;
	border-radius: 28px;

	background:
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,243,234,0.96));

	border: 1px solid rgba(36, 75, 53, 0.12);

	box-shadow:
		0 24px 60px rgba(20, 37, 27, 0.16),
		inset 0 1px 0 rgba(255,255,255,0.65);
}

.attyd-home-alert-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 42px;
	padding: 0 18px;

	border-radius: 999px;
	background: var(--attyd-green);
	color: #fff;

	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
}

.attyd-home-alert-content h2 {
	margin: 0 0 6px;
	color: var(--attyd-dark);
	font-family: "Sansita", Georgia, serif;
	font-size: clamp(1.5rem, 2.4vw, 2.25rem);
	line-height: 1.1;
}

.attyd-home-alert-text,
.attyd-home-alert-text p {
	margin: 0;
	color: #556257;
	font-size: 1rem;
	line-height: 1.65;
}

.attyd-home-alert-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 48px;
	padding: 0 22px;

	border-radius: 999px;
	background: var(--attyd-dark);
	color: #fff !important;

	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;

	box-shadow: 0 12px 28px rgba(20, 37, 27, 0.18);
}

.attyd-home-alert-button:hover,
.attyd-home-alert-button:focus {
	background: var(--attyd-green);
	color: #fff !important;
}

.attyd-home-alert-wrap .container {
	max-width: 1180px;
}

.attyd-home-alert {
	grid-template-columns: auto 1fr auto;
	padding: 30px 34px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 92% 20%, rgba(126,150,128,0.13), transparent 26%),
		linear-gradient(180deg, #fff 0%, #f8f4eb 100%);
}

.attyd-home-alert-content h2 {
	max-width: 760px;
	font-size: clamp(1.7rem, 2.2vw, 2.45rem);
}

.attyd-home-alert-text {
	max-width: 760px;
}

.attyd-home-alert-badge {
	align-self: start;
	margin-top: 10px;
}

.attyd-home-alert-button {
	align-self: start;
	margin-top: 8px;
}

@media (max-width: 991.98px) {
	.attyd-home-alert {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.attyd-home-alert-badge,
	.attyd-home-alert-button {
		justify-self: center;
	}
}

@media (max-width: 767.98px) {
	.attyd-home-alert-wrap {
		margin-top: 0;
		padding-top: 24px;
	}

	.attyd-content-builder > .attyd-home-alert-wrap {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.attyd-home-alert {
		padding: 24px;
		border-radius: 22px;
	}
}

/* Product card refinement */

.attyd-product-section {
	padding: 72px 0 80px;
	background:
		radial-gradient(circle at 50% 0%, rgba(126,150,128,0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f7f3ea 100%);
}

.attyd-product-card {
	border: 1px solid rgba(36, 75, 53, 0.08);
}

.attyd-product-body {
	padding: 30px 28px 32px;
}

.attyd-product-body h3 {
	font-size: 1.9rem;
}

.attyd-product-link {
	min-height: 50px;
	padding: 0 28px;
}

/* Product badge + card polish */

.attyd-product-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f3f0e8;
	color: var(--attyd-green);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.attyd-product-card:hover .attyd-product-badge {
	background: var(--attyd-green);
	color: #fff;
}

.attyd-product-card {
	position: relative;
}

.attyd-product-card::after {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 0;
	height: 4px;
	border-radius: 999px 999px 0 0;
	background: var(--attyd-green);
	opacity: 0;
	transform: scaleX(0.7);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.attyd-product-card:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

/* Modern Content Sidebar / Vertical Tabs */

.attyd-tabs.side-tabs {
	display: flex !important;
	align-items: flex-start;
	gap: 34px;
}

.attyd-tabs.side-tabs .attyd-tab-nav {
	float: none !important;
	width: 280px !important;
	min-width: 280px;
	margin: 0 !important;
	padding: 14px !important;
	border: 1px solid rgba(36, 75, 53, 0.12) !important;
	border-radius: 26px !important;
	background: #fff;
	box-shadow: 0 18px 45px rgba(20, 37, 27, 0.1);
}

.attyd-tabs.side-tabs .attyd-tab-nav li {
	float: none !important;
	display: block !important;
	width: 100% !important;
	margin: 0 0 10px !important;
	border: 0 !important;
	text-align: left;
}

.attyd-tabs.side-tabs .attyd-tab-nav li:last-child {
	margin-bottom: 0 !important;
}

.attyd-tabs.side-tabs .attyd-tab-nav li a {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 54px;
	padding: 12px 18px !important;
	border: 0 !important;
	border-radius: 18px !important;
	background: #f3f0e8 !important;
	color: var(--attyd-dark) !important;
	font-weight: 700;
	line-height: 1.25;
	box-shadow: none !important;
}

.attyd-tabs.side-tabs .attyd-tab-nav li a:hover {
	background: #e8efe7 !important;
	color: var(--attyd-green) !important;
}

.attyd-tabs.side-tabs .attyd-tab-nav li.ui-tabs-active a,
.attyd-tabs.side-tabs .attyd-tab-nav li.ui-state-active a {
	right: auto !important;
	background: var(--attyd-green) !important;
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(36, 75, 53, 0.22) !important;
}

.attyd-tabs.side-tabs .tab-container {
	flex: 1;
	width: auto !important;
	margin: 0 !important;
	padding: 34px !important;
	border: 1px solid rgba(36, 75, 53, 0.1) !important;
	border-radius: 28px !important;
	background: #fff;
	box-shadow: 0 18px 45px rgba(20, 37, 27, 0.08);
}

/* Content tabs refinement */

.attyd-tabs.side-tabs {
	margin: 0 auto;
}

.attyd-tabs.side-tabs .tab-container h3 {
	margin-bottom: 16px;
	color: var(--attyd-dark);
	font-family: "Sansita", Georgia, serif;
	font-size: clamp(1.75rem, 2.6vw, 2.45rem);
	line-height: 1.1;
}

.attyd-tabs.side-tabs .tab-container p,
.attyd-tabs.side-tabs .tab-container li {
	color: #58645b;
	font-size: 1.02rem;
	line-height: 1.2;
}

.attyd-tabs.side-tabs .tab-container ul {
	margin-bottom: 0;
}

.attyd-tabs.side-tabs .tab-container li {
	margin-bottom: 8px;
}

.attyd-tabs.side-tabs .tab-container {
	background:
		radial-gradient(circle at 100% 0%, rgba(126,150,128,0.10), transparent 28%),
		#fff;
}

.farm-guarantee-note {
	display: flex;
	align-items: center;
	justify-content: center;

	margin: 38px auto 52px;
	padding: 16px 28px;

	max-width: 700px;
	min-height: 72px;

	background: rgba(7, 29, 20, .42);
	backdrop-filter: blur(12px);

	border: 1px solid rgba(255,255,255,.1);
	border-radius: 999px;

	box-shadow: 0 14px 35px rgba(0,0,0,.22);

	text-align: center;

	color: rgba(255,255,255,.94);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.guarantee-text {
	color: rgba(255,255,255,.94);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}

.attyd-section-image .farm-guarantee-note {
	background: rgba(255,255,255,.12);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,.18);
	color: rgba(255,255,255,.92);
}

.attyd-section-image .farm-guarantee-note strong {
	color: #f0c978;
}

.attyd-section-image .attyd-content-glass-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
}

.attyd-section-image .attyd-icon-cards-grid {
	max-width: 1050px;
	margin: 0 auto;
	gap: 34px;
}

.attyd-section-image .attyd-icon-card {
	min-height: 165px;
	background: rgba(255,255,255,.92);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,.45);
	box-shadow: 0 22px 50px rgba(0,0,0,.28);
}

.attyd-section-image .attyd-icon-card h3 {
	margin-bottom: 14px;
}

.attyd-section-image .attyd-icon-card-content {
	color: #4f5c54;
}

.attyd-section-image {
	background-attachment: scroll !important;
	background-size: cover !important;
	background-position: center center;
	will-change: background-position;
}

@media (max-width: 767.98px) {
	.attyd-tabs.side-tabs {
		display: block !important;
	}

	.attyd-tabs.side-tabs .attyd-tab-nav {
		width: 100% !important;
		min-width: 0;
		margin-bottom: 22px !important;
	}

	.attyd-tabs.side-tabs .tab-container {
		padding: 24px !important;
		border-radius: 22px !important;
	}

	.farm-guarantee-note {
		border-radius: 18px;
		padding: 18px 20px;
		text-align: center;
	}

	.guarantee-text {
		text-align: center;
		font-size: 14px;
	}
	
	.attyd-section-image {
		background-attachment: scroll;
	}
}

.why-choose-section {
	background: #F8F6F1;
	padding: 120px 0;
	position: relative;
	border-top: 1px solid rgba(61, 107, 82, .08);
}

.why-choose-section .section-title {
	margin-bottom: 55px;
}

.why-choose-section .section-title h2 {
	color: #10271b;
	font-size: 42px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 14px;
}

.why-choose-section .section-title p {
	color: #5f6b63;
	font-size: 17px;
	line-height: 1.7;
	max-width: 680px;
	margin: 0 auto;
}

.why-choose-row {
	row-gap: 30px;
}

.why-card {
	background: #fff;
	border-radius: 22px;
	padding: 42px 28px 38px;
	height: 100%;
	text-align: center;
	box-shadow: 0 14px 35px rgba(16, 39, 27, .08);
	border: 1px solid rgba(61, 107, 82, .12);
	transition: all .3s ease;
	max-width: 320px;
	margin: 0 auto;
}

.why-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 60px rgba(16, 39, 27, .16);
	border-color: rgba(61, 107, 82, .22);
}

.why-icon {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3D6B52 0%, #547A63 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	box-shadow: 0 10px 25px rgba(61, 107, 82, .25);
	position: relative;
}

.why-icon:before {
	font-size: 38px;
	line-height: 1;
}

.why-icon-tree:before {
	content: "🌲";
}

.why-icon-truck:before {
	content: "🚚";
}

.why-icon-farm:before {
	content: "🏡";
}

.why-icon-award:before {
	content: "⭐";
}

.why-card h3 {
	color: #10271b;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 16px;
}

.why-card p {
	color: #5f6b63;
	font-size: 15.5px;
	line-height: 1.75;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.why-choose-section {
		padding: 75px 0 85px;
	}

	.why-choose-section .section-title h2 {
		font-size: 36px;
	}
}

@media (max-width: 575px) {
	.why-choose-section {
		padding: 60px 0 70px;
	}

	.why-choose-section .section-title {
		margin-bottom: 35px;
	}

	.why-choose-section .section-title h2 {
		font-size: 30px;
	}

	.why-card {
		padding: 34px 24px;
	}
}

.attyd-icon-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 34px;
}

.attyd-icon-card {
	background: #fff;
	border: 1px solid rgba(61, 107, 82, .12);
	border-radius: 22px;
	padding: 42px 28px 38px;
	text-align: center;
	position: relative;
	min-height: 240px;
	box-shadow: 0 14px 35px rgba(16, 39, 27, .08);
	transition: all .3s ease;
	text-decoration: none;
	display: block;
	color: inherit;
}

.attyd-icon-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 50px rgba(16, 39, 27, .14);
	border-color: rgba(61, 107, 82, .22);
	text-decoration: none;
}

.attyd-icon-card-number {
	position: absolute;
	top: 18px;
	left: 20px;
	color: rgba(16, 39, 27, .2);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
}

.attyd-icon-card-icon {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3D6B52 0%, #547A63 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	box-shadow: 0 10px 25px rgba(61, 107, 82, .25);
	position: relative;
}

.attyd-icon-card-icon:before {
	font-size: 38px;
	line-height: 1;
}

.attyd-icon-tree:before { content: "🌲"; }
.attyd-icon-truck:before { content: "🚚"; }
.attyd-icon-farm:before { content: "🏡"; }
.attyd-icon-star:before { content: "⭐"; }
.attyd-icon-check:before { content: "✅"; }
.attyd-icon-box:before { content: "📦"; }
.attyd-icon-gift:before { content: "🎁"; }
.attyd-icon-heart:before { content: "❤️"; }
.attyd-icon-shop:before { content: "🎄"; }
.attyd-icon-home:before { content: "🏠"; }
.attyd-icon-door:before {
	content: "🚪";
}
.attyd-icon-list:before {
	content: "📝";
}

.attyd-icon-card h3 {
	color: #10271b;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 16px;
}

.attyd-icon-card-content {
	color: #5f6b63;
	font-size: 15.5px;
	line-height: 1.75;
}

.attyd-icon-card-content p:last-child {
	margin-bottom: 0;
}

.attyd-section-dark {
	background:
		radial-gradient(circle at top center, rgba(18, 82, 52, .45) 0%, transparent 45%),
		linear-gradient(135deg, #071d14 0%, #0c2c1d 100%);
}

.attyd-section-dark .attyd-icon-card {
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.14);
	box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.attyd-section-dark .attyd-icon-card:hover {
	transform: translateY(-10px);
	background: rgba(255,255,255,.11);
	border-color: rgba(215,180,106,.5);
	box-shadow: 0 26px 60px rgba(0,0,0,.32);
}

.attyd-section-dark .attyd-icon-card h3 {
	color: #fff;
}

.attyd-section-dark .attyd-icon-card-content {
	color: rgba(255,255,255,.72);
}

.attyd-section-dark .attyd-icon-card-number {
	color: rgba(255,255,255,.22);
}

.attyd-section-dark .attyd-icon-card-icon {
	background: #f8f6f1;
	box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.attyd-section-dark:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/noise.png');
	opacity: .025;
	pointer-events: none;
}

.section-note {
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(215,180,106,.28);
	border-radius: 18px;
	color: rgba(255,255,255,.82);
	font-size: 16px;
	line-height: 1.7;
	max-width: 880px;
	margin: 28px auto 0;
	padding: 22px 28px;
	text-align: center;
}

.attyd-section-dark .section-kicker {
	color: #d7b46a;
}

.attyd-section-dark .attyd-icon-card {
	background: rgba(255,255,255,.075);
}

.attyd-section-dark .attyd-icon-card-number {
	color: rgba(255,255,255,.28);
}

.attyd-section-dark .attyd-icon-card-icon {
	width: 78px;
	height: 78px;
}

.attyd-section-dark .attyd-icon-card h3 {
	font-size: 20px;
}

.section-note {
	max-width: 760px;
}

.section-note strong {
	color: #d7b46a;
}

@media (max-width: 991px) {
	.attyd-icon-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.attyd-icon-cards-grid {
		grid-template-columns: 1fr;
	}

	.attyd-icon-card {
		min-height: auto;
		padding: 34px 24px;
	}
}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

.attyd-footer {
	position: relative;
	padding: 90px 0 34px;
	background:
		linear-gradient(
			180deg,
			#1d3527 0%,
			#14251b 100%
		);
	color: rgba(255,255,255,0.82);
	overflow: hidden;
}

.attyd-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 85% 20%, rgba(255,255,255,0.05), transparent 30%);
	pointer-events: none;
}

.attyd-footer-brand img {
	max-width: 280px;
	margin-bottom: 24px;
}

.attyd-footer-tagline {
	max-width: 420px;
	margin-bottom: 28px;
	color: rgba(255,255,255,0.74);
	font-size: 1.05rem;
	line-height: 1.8;
}

.attyd-footer-heading {
	margin-bottom: 22px;
	color: #fff;
	font-family: "Sansita", serif;
	font-size: 1.35rem;
}

.attyd-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.attyd-footer-links li {
	margin-bottom: 12px;
}

.attyd-footer-links a,
.attyd-footer-contact a {
	color: rgba(255,255,255,0.78);
	transition: color 0.25s ease;
}

.attyd-footer-links a:hover,
.attyd-footer-contact a:hover {
	color: #fff;
}

.attyd-footer-contact p {
	margin-bottom: 18px;
	line-height: 1.8;
}

.attyd-footer-contact a {
	display: block;
	margin-bottom: 12px;
	font-size: 1.08rem;
	font-weight: 600;
}

.attyd-footer-social {
	display: flex;
	gap: 12px;
}

.attyd-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(255,255,255,0.08);
	color: #fff;
	font-size: 16px;
	transition:
		background-color 0.25s ease,
		transform 0.25s ease;
}

.attyd-footer-social a:hover {
	background: rgba(255,255,255,0.16);
	transform: translateY(-2px);
}

.attyd-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 70px;
	padding-top: 28px;
	border-top: 1px solid rgba(255,255,255,0.08);
}

.attyd-footer-copy {
	color: rgba(255,255,255,0.52);
	font-size: 0.92rem;
}

.attyd-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.attyd-footer-legal a {
	color: rgba(255,255,255,0.58);
	font-size: 0.92rem;
}

.attyd-footer-legal a:hover {
	color: #fff;
}

@media (max-width: 767.98px) {

	.attyd-footer {
		padding: 70px 0 30px;
		text-align: center;
	}

	.attyd-footer-brand img {
		margin-left: auto;
		margin-right: auto;
	}

	.attyd-footer-tagline {
		margin-left: auto;
		margin-right: auto;
	}

	.attyd-footer-social {
		justify-content: center;
	}

	.attyd-footer-bottom {
		justify-content: center;
		text-align: center;
	}
}

/* Footer image/background blend fix */

.attyd-footer {
	background:
		radial-gradient(circle at 82% 42%, rgba(126, 150, 128, 0.16), transparent 34%),
		linear-gradient(90deg, #102319 0%, #14291d 48%, #1b3426 100%) !important;
}

.attyd-footer::after {
	content: "";
	position: absolute;
	right: -140px;
	bottom: -40px;
	width: min(42vw, 760px);
	height: 115%;
	background-image:
		linear-gradient(
			90deg,
			rgba(20, 41, 29, 1) 0%,
			rgba(20, 41, 29, 0.92) 18%,
			rgba(20, 41, 29, 0.46) 52%,
			rgba(20, 41, 29, 0.08) 100%
		),
		url("../theme/images/footer-image.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	mix-blend-mode: screen;
	opacity: 0.16;
	filter: saturate(0.7) blur(0.2px);
	pointer-events: none;
	z-index: 0;
}

.attyd-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 38%, rgba(214,168,79,0.05), transparent 24%),
		radial-gradient(circle at 20% 10%, rgba(255,255,255,0.03), transparent 18%),
		linear-gradient(180deg, rgba(255,255,255,0.02), transparent 40%);
	z-index: 1;
	pointer-events: none;
}

.attyd-footer .container {
	max-width: 1180px;
}

.attyd-footer > .container {
	position: relative;
	z-index: 2;
}

.attyd-footer::before {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.035), transparent 42%),
		radial-gradient(circle at 78% 36%, rgba(214, 168, 79, 0.08), transparent 28%);
}

@media (max-width: 1199.98px) {
	.attyd-footer::after {
		width: 42vw;
		opacity: 0.22;
	}
}

@media (max-width: 991.98px) {
	.attyd-footer::after {
		display: none;
	}
}

.attyd-footer-brand {
	position: relative;
	max-width: 440px;
	padding: 30px 34px;
	border-radius: 30px;

	background:
		linear-gradient(
			180deg,
			rgba(31, 56, 40, 0.92) 0%,
			rgba(18, 36, 25, 0.88) 100%
		);

	border: 1px solid rgba(255,255,255,0.08);

	box-shadow:
		0 30px 70px rgba(0,0,0,0.28),
		inset 0 1px 0 rgba(255,255,255,0.06);

	overflow: hidden;
}

.attyd-footer-brand::before {
	content: "";

	position: absolute;
	inset: 0;

	background:
		radial-gradient(
			circle at top left,
			rgba(255,255,255,0.08),
			transparent 42%
		);

	pointer-events: none;
}

.attyd-footer-brand img {
	position: relative;
	z-index: 2;

	display: block;
	max-width: 270px;

	margin-bottom: 22px;

	filter:
		drop-shadow(0 10px 24px rgba(0,0,0,0.32))
		brightness(1.05);
}

.attyd-footer-tagline {
	position: relative;
	z-index: 2;

	color: rgba(255,255,255,0.84);

	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.75;

	margin-bottom: 24px;
}

.attyd-footer-social {
	position: relative;
	z-index: 2;
}

.attyd-footer-social a {
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.08);

	backdrop-filter: blur(6px);

	transition:
		transform 0.25s ease,
		background-color 0.25s ease;
}

.attyd-footer-social a:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.18);
}

/* Footer logo contrast fix */

.attyd-footer-brand img {
	display: block;
	max-width: 240px;

	margin: 0 0 24px;

	padding: 10px 14px;

	border-radius: 16px;

	background:
		linear-gradient(
			180deg,
			rgba(255,255,255,0.82) 0%,
			rgba(245,245,242,0.72) 100%
		);

	border: 1px solid rgba(255,255,255,0.22);

	box-shadow:
		0 10px 26px rgba(0,0,0,0.18),
		inset 0 1px 0 rgba(255,255,255,0.45);

	backdrop-filter: blur(6px);

	filter:
		drop-shadow(0 4px 10px rgba(20,37,27,0.08));
}

@media (max-width: 767.98px) {
	.attyd-footer-brand img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* ----------------------------------------------------------------
	Mobile Polish Pass
-----------------------------------------------------------------*/

@media (max-width: 767.98px) {

	#top-bar {
		font-size: 0.72rem;
	}

	.attyd-top-nav .navbar {
		min-height: 72px;
	}

	.attyd-top-nav #logo img {
		height: 58px;
	}

	.attyd-hero-content {
		max-width: 94%;
		margin: 0 auto;
		padding: 28px 24px;
	}

	.attyd-hero-title,
	.attyd-hero-title h1,
	.attyd-hero-title h2,
	.attyd-hero-title p {
		font-size: clamp(1.9rem, 9vw, 2.65rem);
		line-height: 1.08;
	}
	
	/* Mobile hero clipping fix - Swiper-safe */
	.attyd-hero-slider {
		min-height: 0 !important;
		height: auto !important;
	}

	.attyd-hero-slider .slider-inner,
	.attyd-hero-slider .swiper-container,
	.attyd-hero-slider .swiper-wrapper,
	.attyd-hero-slider .swiper-slide {
		min-height: 760px !important;
		height: auto !important;
	}

	.attyd-hero-slide {
		padding: 48px 0 56px;
		background-position: center center;
	}

	.attyd-hero-slide .container,
	.attyd-hero-slide .row {
		min-height: 760px !important;
		height: auto !important;
	}

	.attyd-hero-content {
		margin: 0 auto;
	}


	.attyd-home-alert {
		text-align: left;
	}

	.attyd-home-alert-badge,
	.attyd-home-alert-button {
		justify-self: start;
	}

	.attyd-section-heading h2 {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.attyd-product-section {
		padding: 54px 0 64px;
	}

	.attyd-product-card {
		border-radius: 22px;
	}

	.attyd-product-body h3 {
		font-size: 1.65rem;
	}

	.attyd-tabs.side-tabs .attyd-tab-nav {
		border-radius: 22px !important;
	}

	.attyd-tabs.side-tabs .tab-container {
		padding: 26px 22px !important;
	}

	.attyd-footer-brand {
		padding: 28px 24px;
	}
}

.countdown-section:last-child {
	display: none !important;
}


/* ----------------------------------------------------------------
	ATTYD Sales Guide
-----------------------------------------------------------------*/

.attyd-sales-guide-wrap {
	background:
		radial-gradient(circle at top center, rgba(255,255,255,0.08) 0%, transparent 34%),
		linear-gradient(135deg, #244b35 0%, #183823 100%);
	padding: 56px 0 70px;
}

.attyd-sales-guide-wrap .container {
	max-width: 1600px;
}

.attyd-sales-guide-header {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 90% 20%, rgba(214,168,79,0.16), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7f3ea 100%);
	border: 1px solid rgba(255,255,255,0.55);
	border-radius: 28px;
	padding: 42px 48px;
	margin-bottom: 36px;
	text-align: center;
	box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.attyd-sales-guide-header h1 {
	margin: 0 0 12px;
	color: var(--attyd-dark) !important;
	font-family: "Sansita", Georgia, serif;
	font-size: clamp(2.4rem, 4vw, 4rem);
	line-height: 1;
}

.attyd-sales-guide-header p,
.attyd-sales-guide-intro,
.attyd-sales-guide-intro p {
	color: #5b665f !important;
	font-size: 1.08rem;
	line-height: 1.7;
}

.attyd-sales-guide-intro {
	max-width: 860px;
	margin: 0 auto;
}

.attyd-sales-guide-intro p:last-child {
	margin-bottom: 0;
}

.attyd-sales-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.attyd-sales-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.attyd-sales-product-image {
	background: linear-gradient(180deg, #f5f5f2 0%, #ebece8 100%);
	padding: 18px 18px 8px;
	text-align: center;
}

.attyd-sales-product-image img {
	width: auto;
	max-width: 100%;
	height: 150px;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(20,37,27,0.12);
}

.attyd-sales-product-content {
	padding: 22px 24px 30px;
}

.attyd-sales-product-content h2 {
	margin: 0 0 14px;
	color: var(--attyd-dark);
	font-family: "Sansita", Georgia, serif;
	font-size: clamp(1.45rem, 1.5vw, 2rem);
	line-height: 1.08;
}

.attyd-sales-description {
	margin-bottom: 18px;
	color: #5c665f;
	font-size: 0.95rem;
	line-height: 1.55;
}

.attyd-sales-variation-table,
.attyd-sales-simple-group-table {
	width: 100%;
	table-layout: auto;
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.84rem;
	border: 1px solid #dfe4de;
	border-radius: 14px;
	overflow: hidden;
}

.attyd-sales-variation-table th,
.attyd-sales-simple-group-table th {
	background: #213f2d;
	color: #fff;
	padding: 8px 9px;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

.attyd-sales-variation-table td,
.attyd-sales-simple-group-table td {
	padding: 9px;
	border-top: 1px solid #e2e6e1;
	color: #2f3833;
	vertical-align: middle;
	background: #fff;
}

.attyd-sales-variation-table tbody tr:nth-child(even) td,
.attyd-sales-simple-group-table tbody tr:nth-child(even) td {
	background: #f8f7f2;
}

.attyd-sales-variation-table td:first-child,
.attyd-sales-simple-group-table td:first-child {
	font-weight: 800;
	color: var(--attyd-dark);
}

.attyd-sales-variation-table .btn,
.attyd-sales-simple-group-table .btn,
.attyd-sales-simple-product .btn {
	border-radius: 999px !important;
	background: var(--attyd-dark) !important;
	color: #fff !important;
	font-size: 0.72rem;
	font-weight: 800;
	padding: 6px 11px;
	white-space: nowrap;
}

.attyd-sales-simple-group-card {
	display: flex;
}

@media (max-width: 1499px) {
	.attyd-sales-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.attyd-sales-product-grid {
		grid-template-columns: 1fr;
	}
}

.attyd-sales-guide-intro {
	max-width: 860px;
	margin: 0 auto;
	color: #5b665f;
	font-size: 1.05rem;
	line-height: 1.7;
}

.attyd-sales-guide-intro p:last-child {
	margin-bottom: 0;
}

#attyd-global-message {
    background: linear-gradient(
        135deg,
        #5b3418 0%,
        #7a4a25 50%,
        #5b3418 100%
    );
    border-top: 0px solid #2f6f3e;
    border-bottom: 0px solid #2f6f3e;
    padding: 25px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}

/* Slow shine effect */
#attyd-global-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.12),
        transparent
    );
    animation: attyd-announcement-shine 8s linear infinite;
}

@keyframes attyd-announcement-shine {
    to {
        left: 200%;
    }
}

#attyd-global-message * {
    color: #fff !important;
}

#attyd-global-message h1 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 12px;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0,0,0,.3);
}

#attyd-global-message h3 {
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 500;
}

#attyd-global-message a {
    color: #fff !important;
    font-weight: 800;
    text-decoration: underline;
}

#attyd-global-message a:hover {
    color: #d8f3dc !important;
}

/* Account menu */
.attyd-account-menu {
	position: relative;
	margin-right: 12px;
}

.attyd-account-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-decoration: none;
}

.attyd-account-trigger::after {
	margin-left: .5rem;
	vertical-align: middle;
}

.logged-in .attyd-account-trigger {
	filter: brightness(.9);
}

.attyd-account-dropdown {
	min-width: 220px;
	padding: .5rem;
	border: 1px solid #dfe8df;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.attyd-account-dropdown .dropdown-item {
	padding: .6rem .9rem;
	border-radius: 8px;
	font-weight: 600;
}

.attyd-account-dropdown .dropdown-item:hover {
	background: #7E9680;
	color: #fff;
}

@media (max-width: 575.98px) {
	.attyd-account-menu {
		margin-right: 8px;
	}
}

.attyd-sales-guide-content-header,
.attyd-sales-guide-content-footer {
	margin: 30px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
}

.attyd-sales-guide-content-footer {
	margin-top: 40px;
}

.attyd-footer-links,
.attyd-footer-legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.attyd-footer-legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

/* Cart promo recommended products */
body.cart-promo .attyd-cart-promo-recommendations {
	align-items: flex-start !important;
}

body.cart-promo .attyd-cart-promo-recommendations > [class*="col-"] {
	display: flex !important;
	align-items: flex-start !important;
}

body.cart-promo .attyd-cart-promo-card {
	width: 100% !important;
	height: auto !important;
	align-self: flex-start !important;
	overflow: hidden;
}

body.cart-promo .attyd-cart-promo-card .attyd-cart-promo-image {
	display: block !important;
	width: 100% !important;
	height: 300px !important;
	overflow: hidden !important;
	background: #fff;
}

body.cart-promo .attyd-cart-promo-card .attyd-cart-promo-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.cart-promo .attyd-cart-promo-card .card-body {
	flex: 0 0 auto !important;
}

/* Blog */
.attyd-blog-title {
	background: #f6f7f2;
	border-bottom: 1px solid #dfe8df;
	padding: 44px 0;
}

.attyd-blog-title h1 {
	max-width: 920px;
	margin: 0;
	color: #193326;
	font-size: 42px;
	line-height: 1.1;
}

.attyd-blog-intro {
	max-width: 760px;
	margin-top: 14px;
	color: #536258;
	font-size: 17px;
	line-height: 1.65;
}

.attyd-blog-intro p:last-child {
	margin-bottom: 0;
}

.attyd-blog-grid {
	align-items: stretch;
}

.attyd-blog-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dfe5dc;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(25, 51, 38, .08);
}

.attyd-blog-card-image {
	display: flex;
	height: 230px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #eef2ea;
	color: #7E9680;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.attyd-blog-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.attyd-blog-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px;
}

.attyd-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 10px;
	color: #7E9680;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.attyd-blog-meta a {
	color: inherit;
	text-decoration: none;
}

.attyd-blog-card h2 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.18;
}

.attyd-blog-card h2 a {
	color: #333;
	text-decoration: none;
}

.attyd-blog-card h2 a:hover,
.attyd-blog-meta a:hover {
	color: #2f6f45;
}

.attyd-blog-excerpt {
	color: #556157;
	line-height: 1.65;
}

.attyd-blog-excerpt p:last-child {
	margin-bottom: 0;
}

.attyd-blog-link {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	margin-top: auto;
	color: #2f6f45;
	font-weight: 800;
	text-decoration: none;
}

.attyd-blog-link:hover {
	color: #193326;
	text-decoration: underline;
}

.attyd-blog-pagination {
	margin-top: 42px;
}

.attyd-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.attyd-blog-pagination .page-numbers {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe5dc;
	border-radius: 6px;
	color: #2f3a31;
	font-weight: 800;
	text-decoration: none;
}

.attyd-blog-pagination .page-numbers.current,
.attyd-blog-pagination .page-numbers:hover {
	border-color: #2f6f45;
	background: #2f6f45;
	color: #fff;
}

.attyd-single-post-title .attyd-blog-meta {
	margin-bottom: 14px;
}

.attyd-single-post {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

.attyd-single-post-image {
	overflow: hidden;
	margin-bottom: 34px;
	border-radius: 8px;
	background: #eef2ea;
}

.attyd-single-post-image img {
	display: block;
	width: 100%;
	height: auto;
}

.attyd-single-post-content {
	width: 100%;
	max-width: 100%;
	overflow-wrap: break-word;
	color: #333;
	font-size: 18px;
	line-height: 1.75;
}

.attyd-single-post-content h2,
.attyd-single-post-content h3,
.attyd-single-post-content h4 {
	margin-top: 1.6em;
	color: #193326;
	line-height: 1.2;
}

.attyd-single-post-content p,
.attyd-single-post-content figure,
.attyd-single-post-content .wp-caption,
.attyd-single-post-content .wp-block-image,
.attyd-single-post-content .wp-block-image figure {
	max-width: 100% !important;
}

.attyd-single-post-content figure,
.attyd-single-post-content .wp-caption,
.attyd-single-post-content .wp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.attyd-single-post-content img,
.attyd-single-post-content .wp-caption img,
.attyd-single-post-content .wp-block-image img,
.attyd-single-post-content img[class*="wp-image-"],
.attyd-single-post-content img.size-full {
	display: block;
	width: auto;
	max-width: 100% !important;
	height: auto !important;
}

.attyd-single-post-content .aligncenter,
.attyd-single-post-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.attyd-single-post-content .alignleft,
.attyd-single-post-content .alignright {
	max-width: min(50%, 360px) !important;
}

.attyd-single-post-content .wp-caption-text,
.attyd-single-post-content figcaption {
	margin-top: 8px;
	color: #647067;
	font-size: 14px;
	line-height: 1.45;
}

.attyd-single-post-footer {
	margin-top: 36px;
	padding-top: 22px;
	border-top: 1px solid #dfe5dc;
}

@media (max-width: 767.98px) {
	.attyd-blog-title {
		padding: 34px 0;
	}

	.attyd-blog-title h1 {
		font-size: 34px;
	}

	.attyd-blog-card-image {
		height: 210px;
	}

	.attyd-single-post-content {
		font-size: 17px;
	}
}
