:root {
	--ach-olive: #817041;
	--ach-olive-hover: #95814b;
	--ach-brown: #3e241a;
	--ach-beige: #f1dfcf;
	--ach-soft: #d8c7b8;
	--ach-ivory: #fffaf5;
	--ach-gold: #c39a59;
}

/* Fallback for cached Elementor markup: only imported sections below the banner are hidden. */
.home .elementor-element-23238ea,
.home .elementor-element-8234b99,
.home .elementor-element-858de51,
.home .elementor-element-c1a2cfe {
	display: none !important;
}

.ac-home-products,
.ac-home-products * {
	box-sizing: border-box;
}

.ac-home-products {
	position: relative;
	isolation: isolate;
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding: clamp(40px, 6vw, 80px) 0 clamp(70px, 9vw, 120px);
	background:
		radial-gradient(circle at 7% 12%, rgba(195, 154, 89, 0.13) 0 2px, transparent 3px),
		linear-gradient(180deg, var(--ach-ivory) 0%, var(--ach-beige) 100%);
	color: var(--ach-brown);
	overflow: hidden;
}

.ac-home-products::before {
	position: absolute;
	top: -34px;
	right: 0;
	left: 0;
	z-index: -1;
	height: 36px;
	content: "";
	background: var(--ach-ivory);
}

.home .entry-content.is-layout-constrained > .ac-home-products {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.home .entry-content.is-layout-constrained {
	row-gap: 0 !important;
	gap: 0 !important;
}

.home .elementor-14,
.home .elementor-element-f3bca7a {
	margin-bottom: 0 !important;
}

.home .elementor-14 + .ac-home-products,
.home .entry-content.is-layout-constrained > .elementor + .ac-home-products {
	margin-top: -1px !important;
}

.ac-home-products__shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.ac-home-products__heading {
	max-width: 760px;
	margin: 0 auto 52px;
	text-align: center;
}

.ac-home-products__eyebrow {
	margin: 0 0 17px;
	color: var(--ach-olive);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ac-home-products h2 {
	margin: 0 0 20px;
	color: var(--ach-brown);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.3rem, 4.5vw, 4rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.ac-home-products__heading > p:last-child,
.ac-home-products__empty {
	margin: 0;
	color: rgba(62, 36, 26, 0.74);
	font-size: 1.02rem;
	line-height: 1.7;
}

.ac-home-products__empty {
	text-align: center;
}

.ac-home-products__carousel {
	position: relative;
}

.ac-home-products__viewport {
	overflow-x: auto;
	overflow-y: visible;
	margin: -8px;
	padding: 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.ac-home-products__viewport::-webkit-scrollbar {
	display: none;
}

.ac-home-products__grid {
	--ach-carousel-columns: 4;
	display: flex;
	gap: 26px;
	align-items: stretch;
}

.ac-home-product {
	display: flex;
	flex: 0 0 calc((100% - (26px * (var(--ach-carousel-columns) - 1))) / var(--ach-carousel-columns));
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(129, 112, 65, 0.14);
	border-radius: 22px;
	background: var(--ach-ivory);
	box-shadow: 0 18px 50px rgba(62, 36, 26, 0.08);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	scroll-snap-align: start;
}

.ac-home-product:hover {
	border-color: rgba(195, 154, 89, 0.48);
	box-shadow: 0 25px 65px rgba(62, 36, 26, 0.13);
	transform: translateY(-5px);
}

.ac-home-product__image {
	display: block;
	height: 285px;
	overflow: hidden;
	background: var(--ach-beige);
}

.ac-home-product__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms ease;
}

.ac-home-product:hover .ac-home-product__image img {
	transform: scale(1.035);
}

.ac-home-product__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.ac-home-product h3 {
	margin: 0 0 12px;
	color: var(--ach-brown);
	font-size: 1.04rem;
	line-height: 1.35;
}

.ac-home-product h3 a {
	color: inherit;
	text-decoration: none;
}

.ac-home-product p {
	margin: 0 0 18px;
	color: rgba(62, 36, 26, 0.7);
	font-size: 0.9rem;
	line-height: 1.65;
}

.ac-home-product__price {
	margin: auto 0 18px;
	color: var(--ach-olive);
	font-size: 1.02rem;
	font-weight: 800;
}

.ac-home-product__actions {
	display: flex;
	width: 100%;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.ac-home-product__actions .button,
.ac-home-product__button {
	display: inline-flex;
	min-height: 43px;
	padding: 10px 18px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ach-olive);
	border-radius: 999px;
	background: var(--ach-olive);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ac-home-product__actions .button:hover,
.ac-home-product__actions .button:focus,
.ac-home-product__button:hover,
.ac-home-product__button:focus {
	border-color: var(--ach-olive-hover);
	background: var(--ach-olive-hover);
	color: #fff;
	transform: translateY(-2px);
}

.ac-home-product__button--outline {
	background: transparent;
	color: var(--ach-olive);
}

.ac-home-product__button--outline:hover,
.ac-home-product__button--outline:focus {
	color: #fff;
}

.ac-home-products__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(129, 112, 65, 0.22);
	border-radius: 999px;
	background: rgba(255, 250, 245, 0.94);
	color: var(--ach-olive);
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(62, 36, 26, 0.12);
	transform: translateY(-50%);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.ac-home-products__arrow span {
	display: block;
	margin-top: -2px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.ac-home-products__arrow:hover,
.ac-home-products__arrow:focus {
	border-color: var(--ach-olive);
	background: var(--ach-olive);
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.ac-home-products__arrow:disabled {
	cursor: default;
	opacity: 0.35;
	pointer-events: none;
}

.ac-home-products__arrow--prev {
	left: -24px;
}

.ac-home-products__arrow--next {
	right: -24px;
}

@media (max-width: 1180px) {
	.ac-home-products__arrow--prev {
		left: -12px;
	}

	.ac-home-products__arrow--next {
		right: -12px;
	}
}

@media (max-width: 900px) {
	.ac-home-products__grid {
		--ach-carousel-columns: 2;
	}
}

@media (max-width: 767px) {
	.ac-home-products__shell {
		width: min(100% - 32px, 580px);
	}

	.ac-home-products__heading {
		margin-bottom: 42px;
	}

	.ac-home-products__grid {
		--ach-carousel-columns: 1;
		gap: 22px;
	}

	.ac-home-product__image {
		height: 360px;
	}

	.ac-home-product__content {
		padding: 24px;
	}

	.ac-home-product__actions .button,
	.ac-home-product__button {
		width: 100%;
	}

	.ac-home-products__arrow {
		width: 42px;
		height: 42px;
	}

	.ac-home-products__arrow--prev {
		left: 2px;
	}

	.ac-home-products__arrow--next {
		right: 2px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ac-home-products *,
	.ac-home-products *::before,
	.ac-home-products *::after {
		transition-duration: 0.01ms !important;
	}
}
