@font-face {
	font-family: "Maven Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/maven-pro-400.ttf") format("truetype");
}

@font-face {
	font-family: "Maven Pro";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/maven-pro-500.ttf") format("truetype");
}

@font-face {
	font-family: "Maven Pro";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/maven-pro-600.ttf") format("truetype");
}

@font-face {
	font-family: "Maven Pro";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/maven-pro-700.ttf") format("truetype");
}

.home #header,
.home #footer,
.home #offcanvas,
.home #search-modal,
.home .ct-container[data-vertical-spacing] > .ct-no-results {
	display: none !important;
}

.home #main {
	padding: 0;
}

.bc-home-has-overlay {
	overflow: hidden;
}

.bc-home-drawer[hidden],
.bc-home-search[hidden] {
	display: none !important;
}

.blocksy-child-homepage {
	background: #fff9f5;
	color: #c98f8f;
	font-family: "Maven Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

.bc-home__announcement,
.bc-home-header,
.bc-home-footer {
	width: 100%;
}

.bc-home__chrome {
	position: relative;
	z-index: 40;
}

.bc-home__announcement {
	background: #b97a79;
	color: rgba(255, 249, 245, 0.92);
}

.bc-home__announcement p {
	margin: 0;
	padding: 0.72rem 1rem;
	text-align: center;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
}

.bc-home-header {
	position: relative;
	z-index: 40;
	background: #f6e0d5;
	border-bottom: 1px solid rgba(197, 151, 144, 0.15);
}

.bc-home-header__inner,
.bc-home-container {
	width: min(100% - 48px, 1440px);
	margin: 0 auto;
}

.bc-home-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 2rem;
	min-height: 120px;
	position: relative;
}

.bc-home-header__brand img {
	width: clamp(220px, 24vw, 370px);
}

.bc-home-header__nav {
	justify-self: center;
}

.bc-home-header__menu,
.bc-home-header__actions,
.bc-home-header__mega-list,
.bc-home-footer__links,
.bc-home-footer__social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-home-header__menu,
.bc-home-header__actions,
.bc-home-footer__links,
.bc-home-footer__social {
	display: flex;
	align-items: center;
}

.bc-home-header__menu {
	gap: 2rem;
}

.bc-home-header__actions {
	gap: 0.85rem;
}

.bc-home-header__item {
	position: relative;
}

.bc-home-header__item.has-children {
	position: static;
	padding-bottom: 1rem;
	margin-bottom: -1rem;
}

.bc-home-header__link,
.bc-home-header__mega-list a,
.bc-home-footer a,
.bc-home-slider__button {
	text-decoration: none;
}

.bc-home-header__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #cb928f;
	font-size: 0.84rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: none;
}

.bc-home-header__link {
	padding: 2rem 0 1rem;
}

.bc-home-header__link:hover,
.bc-home-header__mega-list a:hover {
	color: #b57977;
	text-decoration: underline;
	text-underline-offset: 0.28rem;
}

.bc-home-header__chevron,
.bc-home-header__icon svg,
.bc-home-header__toggle svg,
.bc-home-drawer__close svg,
.bc-home-search__close svg,
.bc-home-footer__social svg {
	width: 20px;
	height: 20px;
}

.bc-home-header__chevron {
	width: 16px;
	height: 16px;
}

.bc-home-header__mega {
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	width: min(100vw, 1320px);
	padding: 1.5rem 1.75rem;
	background: #fff8f4;
	border-top: 1px solid rgba(197, 151, 144, 0.14);
	box-shadow: 0 22px 60px rgba(114, 90, 87, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 20;
}

.bc-home-header__item.has-children:hover .bc-home-header__mega,
.bc-home-header__item.has-children:focus-within .bc-home-header__mega {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.bc-home-header__mega-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem 1.5rem;
}

.bc-home-header__mega-list a {
	color: #8b736e;
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bc-home-header__icon,
.bc-home-header__toggle,
.bc-home-drawer__close,
.bc-home-search__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #cb928f;
}

.bc-home-header__icon:hover,
.bc-home-header__toggle:hover,
.bc-home-drawer__close:hover,
.bc-home-search__close:hover,
.bc-home-footer__social a:hover {
	color: #b57977;
	background: transparent;
}

.bc-home-header__toggle {
	display: none;
}

.bc-home-hero img {
	display: block;
	width: 100%;
	height: clamp(520px, 70vw, 900px);
	object-fit: cover;
}

.bc-home-benefits,
.bc-home-products,
.bc-home-editorial {
	padding: 1.75rem 0 0;
}

.bc-home-benefits__grid,
.bc-home-products__grid {
	display: grid;
	gap: 1rem;
}

.bc-home-benefits__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-home-benefits__card {
	padding: 2.15rem 1.6rem;
	background: #f2ddd2;
	text-align: center;
}

.bc-home-benefits__icon img {
	width: 72px;
	margin: 0 auto 1rem;
}

.bc-home-benefits__card h2,
.bc-home-section-title {
	font-size: 0.84rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bc-product-card__title {
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: none;
}

.bc-home-benefits__card h2,
.bc-home-section-title {
	color: #bc807e;
}

.bc-home-benefits__card p,
.bc-home-editorial__content p {
	margin: 0;
	color: #c98f8f;
	font-size: 0.88rem;
	line-height: 1.7;
}

.bc-home-section-title {
	margin: 0 0 1.15rem;
}

.bc-home-products__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.bc-product-card__link {
	display: grid;
	gap: 0.7rem;
}

.bc-product-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: rgba(248, 244, 241, 0.9);
}

.bc-product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.2s ease;
}

.bc-product-card__image--secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.bc-product-card.has-secondary-image .bc-product-card__link:hover .bc-product-card__image--secondary,
.bc-product-card.has-secondary-image .bc-product-card__link:focus-visible .bc-product-card__image--secondary {
	opacity: 1;
}

.bc-product-card.has-secondary-image .bc-product-card__link:hover .bc-product-card__image:not(.bc-product-card__image--secondary),
.bc-product-card.has-secondary-image .bc-product-card__link:focus-visible .bc-product-card__image:not(.bc-product-card__image--secondary) {
	opacity: 0;
}

.bc-product-card__content {
	display: grid;
	gap: 0.35rem;
	text-align: center;
}

.bc-product-card__title {
	color: #c98f8f;
	line-height: 1.35;
	min-height: 2.7em;
}

.bc-product-card__price {
	color: #c98f8f;
	font-size: 1.18rem;
	font-weight: 300;
}

.bc-home-slider-section {
	padding-top: 2.2rem;
}

.bc-home-slider__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.bc-home-slider__track::-webkit-scrollbar {
	display: none;
}

.bc-home-slider__slide {
	position: relative;
	scroll-snap-align: start;
}

.bc-home-slider__slide img {
	display: block;
	width: 100%;
	height: clamp(520px, 60vw, 760px);
	object-fit: cover;
}

.bc-home-slider__overlay {
	position: absolute;
	right: clamp(2rem, 4vw, 4rem);
	bottom: clamp(2rem, 4vw, 4rem);
	display: grid;
	justify-items: end;
	gap: 1rem;
}

.bc-home-slider__overlay h2 {
	margin: 0;
	max-width: 16ch;
	color: #bc807e;
	font-size: clamp(1.8rem, 1.2rem + 1.4vw, 3rem);
	font-weight: 500;
	text-align: right;
}

.bc-home-slider__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 2rem;
	border: 1px solid rgba(188, 128, 126, 0.65);
	color: #bc807e;
	background: rgba(255, 249, 245, 0.22);
	font-size: 0.88rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.bc-home-slider__button:hover,
.bc-home-slider__button:focus-visible {
	border-color: #bc807e;
	color: #bc807e;
	background: rgba(246, 224, 213, 0.78);
	outline-color: #bc807e;
}

.bc-home-slider__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 0.95rem;
}

.bc-home-slider__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(197, 151, 144, 0.38);
}

.bc-home-slider__dot.is-active {
	background: #b97a79;
}

.bc-home-editorial {
	padding-top: 2rem;
}

.bc-home-editorial__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 2.75rem;
	align-items: center;
}

.bc-home-editorial__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.bc-home-eyebrow {
	margin: 0 0 1rem;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: none;
}

.bc-home-editorial__content h2 {
	margin: 0 0 1rem;
	color: #c98f8f;
	font-size: clamp(2rem, 1.4rem + 1.2vw, 3rem);
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.bc-home-editorial__content {
	max-width: 52rem;
}

.bc-home-footer {
	margin-top: 2.25rem;
	padding: 1.7rem 0;
	background: #b97a79;
	color: #fff8f4;
}

.bc-home-footer__social {
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.bc-home-footer__social a,
.bc-home-footer__links a,
.bc-home-footer__copyright {
	color: rgba(255, 248, 244, 0.92);
}

.bc-home-footer__links {
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem 1.15rem;
}

.bc-home-footer__copyright {
	margin: 1rem 0 0;
	text-align: center;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
}

.bc-home-footer__links a {
	font-size: 0.76rem;
	letter-spacing: 0.04em;
	text-transform: none;
}

.bc-home-drawer,
.bc-home-search {
	position: fixed;
	inset: 0;
	z-index: 50;
}

.bc-home-drawer__backdrop,
.bc-home-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(64, 39, 39, 0.4);
}

.bc-home-drawer__panel,
.bc-home-search__dialog {
	position: relative;
	background: #fff8f4;
}

.bc-home-drawer__panel {
	width: min(420px, 88vw);
	height: 100%;
	padding: 1.25rem;
}

.bc-home-drawer__header,
.bc-home-search__dialog {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.bc-home-drawer__menu,
.bc-home-drawer__submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-home-drawer__menu {
	display: grid;
	gap: 1rem;
	padding-top: 1rem;
}

.bc-home-drawer__menu a {
	color: #b57977;
	font-size: 1rem;
}

.bc-home-drawer__submenu {
	display: grid;
	gap: 0.55rem;
	padding: 0.7rem 0 0 1rem;
}

.bc-home-search {
	display: grid;
	place-items: center;
}

.bc-home-search__dialog {
	width: min(760px, calc(100vw - 32px));
	padding: 1rem;
}

.bc-home-search__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	width: 100%;
}

.bc-home-search__form input,
.bc-home-search__form button {
	min-height: 50px;
	border: 1px solid rgba(197, 151, 144, 0.35);
}

.bc-home-search__form input {
	padding: 0 1rem;
	background: #fff;
	color: #8b736e;
}

.bc-home-search__form button {
	padding: 0 1.5rem;
	background: #b97a79;
	color: #fff8f4;
	font-size: 0.88rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@media (max-width: 999.98px) {
	.bc-home-header__inner {
		grid-template-columns: auto 1fr auto;
		min-height: 78px;
	}

	.bc-home-header__toggle {
		display: inline-flex;
	}

	.bc-home-header__nav {
		display: none;
	}

	.bc-home-header__brand {
		justify-self: center;
	}

	.bc-home-header__brand img {
		width: clamp(150px, 32vw, 220px);
	}

	.bc-home-benefits__grid,
	.bc-home-editorial__grid {
		grid-template-columns: 1fr;
	}

	.bc-home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.bc-home-editorial__content {
		max-width: none;
	}
}

@media (max-width: 689.98px) {
	.bc-home-header__inner,
	.bc-home-container {
		width: min(100% - 24px, 1440px);
	}

	.bc-home-header__actions {
		gap: 0.2rem;
	}

	.bc-home-hero img {
		height: clamp(320px, 84vw, 520px);
	}

	.bc-home-benefits,
	.bc-home-products,
	.bc-home-editorial,
	.bc-home-slider-section {
		padding-top: 1.25rem;
	}

	.bc-home-benefits__grid {
		gap: 0.8rem;
	}

	.bc-home-benefits__card {
		padding: 1.5rem 1.1rem;
	}

	.bc-home-slider__overlay {
		position: static;
		justify-items: center;
		padding: 1.25rem;
		background: #f6e0d5;
	}

	.bc-home-slider__overlay h2 {
		max-width: none;
		text-align: center;
		font-size: 1.6rem;
	}

	.bc-home-editorial__content h2 {
		font-size: 2rem;
	}

	.bc-product-card__title {
		min-height: 0;
		font-size: 0.76rem;
	}

	.bc-product-card__price {
		font-size: 1.05rem;
	}

	.bc-home-footer__links {
		flex-direction: column;
		gap: 0.75rem;
	}
}
