:root {
	--hayerta-green: #082f1f;
	--hayerta-green-soft: #16402e;
	--hayerta-ink: #151713;
	--hayerta-muted: #616258;
	--hayerta-cream: #f7f2ea;
	--hayerta-warm: #efe3d2;
	--hayerta-line: #e7ded2;
	--hayerta-gold: #b97724;
	--hayerta-white: #fffdfa;
	--hayerta-focus: #bc6c25;
	--hayerta-shadow: 0 18px 42px rgba(26, 22, 17, 0.1);
	--hayerta-serif: Georgia, "Times New Roman", serif;
	--hayerta-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.hayerta-storefront {
	background: var(--hayerta-white);
	color: var(--hayerta-ink);
	font-family: var(--hayerta-sans);
	letter-spacing: 0;
	margin: 0;
}

.hayerta-storefront *,
.hayerta-storefront *::before,
.hayerta-storefront *::after {
	box-sizing: border-box;
}

.hayerta-storefront a {
	color: inherit;
	text-decoration: none;
}

.hayerta-storefront img {
	display: block;
	height: auto;
	max-width: 100%;
}

.hayerta-storefront :focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--hayerta-focus);
	outline-offset: 4px;
}

.hayerta-shell {
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: clamp(18px, 4vw, 56px);
	width: 100%;
}

.hayerta-skip-link {
	background: var(--hayerta-green);
	color: #fff;
	left: 16px;
	padding: 10px 14px;
	position: fixed;
	top: 12px;
	transform: translateY(-140%);
	z-index: 1000;
}

.hayerta-skip-link:focus {
	transform: translateY(0);
}

.hayerta-announcement {
	align-items: center;
	background: var(--hayerta-green);
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 42px;
	padding: 8px 18px;
	text-align: center;
}

.hayerta-announcement svg {
	height: 18px;
	stroke: currentColor;
	width: 18px;
}

.hayerta-header {
	background: rgba(255, 253, 250, 0.96);
	border-bottom: 1px solid rgba(231, 222, 210, 0.74);
	position: sticky;
	top: 0;
	z-index: 50;
}

.hayerta-header__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr auto;
	min-height: 104px;
}

.hayerta-logo {
	color: var(--hayerta-green);
	font-family: var(--hayerta-serif);
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.hayerta-primary-nav ul {
	align-items: center;
	display: flex;
	gap: clamp(24px, 3.6vw, 52px);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hayerta-primary-nav a {
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	padding-block: 12px;
	position: relative;
}

.hayerta-primary-nav a[aria-current="page"]::after,
.hayerta-primary-nav a:hover::after {
	background: var(--hayerta-ink);
	bottom: 5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.hayerta-header-actions {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

.hayerta-header-actions a,
.hayerta-nav-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--hayerta-ink);
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 36px;
}

.hayerta-header-actions svg,
.hayerta-icon svg,
.hayerta-storefront .hayerta-read-link svg,
.hayerta-section-row svg,
.hayerta-collection-card svg,
.hayerta-wishlist svg {
	fill: none;
	height: 26px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 26px;
}

.hayerta-cart-link span {
	align-items: center;
	background: var(--hayerta-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	height: 18px;
	justify-content: center;
	position: absolute;
	right: -3px;
	top: 0;
	width: 18px;
}

.hayerta-nav-toggle {
	display: none;
}

.hayerta-hero {
	background:
		linear-gradient(90deg, rgba(255, 253, 250, 0.98) 0%, rgba(255, 253, 250, 0.9) 36%, rgba(247, 242, 234, 0.36) 66%, rgba(247, 242, 234, 0.08) 100%),
		radial-gradient(circle at 76% 32%, rgba(198, 150, 92, 0.2), transparent 30%),
		linear-gradient(135deg, #f4eadc, #fffdfa 48%, #e7d6bd);
	overflow: hidden;
}

.hayerta-hero__grid {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1.22fr);
	min-height: clamp(540px, 58vw, 680px);
	padding-block: clamp(52px, 7vw, 92px);
}

.hayerta-hero__copy {
	max-width: 480px;
	position: relative;
	z-index: 2;
}

.hayerta-hero h1,
.hayerta-section-title,
.hayerta-promise h2,
.hayerta-section-row h2 {
	font-family: var(--hayerta-serif);
	font-weight: 600;
	letter-spacing: 0;
}

.hayerta-hero h1 {
	font-size: clamp(46px, 6vw, 76px);
	line-height: 0.96;
	margin: 0 0 26px;
}

.hayerta-hero p {
	color: #2d302a;
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.65;
	margin: 0 0 26px;
}

.hayerta-check-list {
	display: grid;
	gap: 13px;
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.hayerta-check-list li {
	align-items: center;
	display: flex;
	font-size: 16px;
	gap: 12px;
}

.hayerta-check-list li::before {
	align-items: center;
	border: 2px solid #c9873d;
	border-radius: 50%;
	color: #c9873d;
	content: "\2713";
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.hayerta-button,
.hayerta-storefront .button,
.hayerta-storefront .add_to_cart_button {
	align-items: center;
	border-radius: 5px;
	border: 0;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.hayerta-storefront .hayerta-button--primary,
.hayerta-storefront .button,
.hayerta-storefront .add_to_cart_button {
	background: var(--hayerta-green);
	color: #fff;
}

.hayerta-button:hover,
.hayerta-storefront .button:hover,
.hayerta-storefront .add_to_cart_button:hover {
	background: var(--hayerta-green-soft);
	color: #fff;
	transform: translateY(-1px);
}

.hayerta-hero__media {
	align-self: stretch;
	display: grid;
	place-items: center;
	position: relative;
}

.hayerta-hero__media::before {
	content: none;
}

.hayerta-hero__media img {
	border-radius: 0;
	height: 100%;
	max-height: min(560px, 50vw);
	object-fit: cover;
	object-position: center right;
	position: relative;
	width: min(760px, 100%);
}

.hayerta-trust {
	background: var(--hayerta-white);
	padding-block: 18px 10px;
}

.hayerta-trust__grid {
	background:
		linear-gradient(rgba(251, 247, 241, 0.9), rgba(251, 247, 241, 0.9)),
		var(--trust-image, none) center / cover no-repeat,
		#fbf7f1;
	border: 1px solid var(--hayerta-line);
	border-radius: 6px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-block: 24px;
}

.hayerta-trust__item {
	align-items: center;
	display: flex;
	gap: 18px;
	padding-inline: 26px;
}

.hayerta-trust__item + .hayerta-trust__item {
	border-left: 1px solid var(--hayerta-line);
}

.hayerta-icon {
	align-items: center;
	border: 1px solid var(--hayerta-line);
	border-radius: 6px;
	color: var(--hayerta-ink);
	display: inline-flex;
	flex: 0 0 48px;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.hayerta-trust strong,
.hayerta-trust span span {
	display: block;
}

.hayerta-trust strong {
	font-size: 15px;
	margin-bottom: 4px;
}

.hayerta-trust span span {
	color: var(--hayerta-muted);
	font-size: 13px;
	font-weight: 600;
}

.hayerta-section {
	padding-block: clamp(32px, 5vw, 58px);
}

.hayerta-section-title {
	font-size: clamp(31px, 4vw, 42px);
	line-height: 1.12;
	margin: 0 auto clamp(28px, 4vw, 40px);
	position: relative;
	text-align: center;
}

.hayerta-section-title::after {
	background: var(--hayerta-gold);
	bottom: -13px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 52px;
}

.hayerta-products {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hayerta-product-card {
	background: #fff;
	border: 1px solid var(--hayerta-line);
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(190px, 1fr) minmax(230px, 0.95fr);
	min-height: 318px;
	overflow: hidden;
}

.hayerta-product-card__image {
	background: #f7f2ea;
	display: block;
	min-height: 318px;
	overflow: hidden;
	position: relative;
}

.hayerta-product-card__image span {
	background: #d7a562;
	border-radius: 4px;
	color: #2b2114;
	font-size: 12px;
	font-weight: 900;
	left: 20px;
	padding: 7px 10px;
	position: absolute;
	top: 16px;
	z-index: 2;
}

.hayerta-product-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hayerta-product-card__body {
	display: grid;
	grid-template-columns: 1fr 44px;
	padding: 42px 24px 24px;
}

.hayerta-product-card h3,
.hayerta-guide-card h3 {
	font-size: 22px;
	line-height: 1.15;
	margin: 0 0 14px;
}

.hayerta-product-card h3,
.hayerta-product-card p,
.hayerta-product-card__price,
.hayerta-product-card .button {
	grid-column: 1 / -1;
}

.hayerta-product-card p {
	color: var(--hayerta-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0 0 20px;
}

.hayerta-product-card__price {
	font-size: 19px;
	font-weight: 900;
	margin-bottom: 24px;
}

.hayerta-product-card .button,
.hayerta-product-card .add_to_cart_button,
.hayerta-product-card .hayerta-button {
	grid-column: 1;
	width: 100%;
}

.hayerta-wishlist {
	align-items: center;
	align-self: end;
	border: 1px solid var(--hayerta-line);
	border-radius: 6px;
	display: inline-flex;
	grid-column: 2;
	height: 48px;
	justify-content: center;
	margin-left: 12px;
	width: 48px;
}

.hayerta-wishlist svg {
	height: 22px;
	width: 22px;
}

.hayerta-collection-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
}

.hayerta-collection-card {
	align-items: end;
	aspect-ratio: 1.82 / 1;
	background: var(--hayerta-warm);
	border-radius: 8px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.hayerta-collection-card::before {
	background:
		linear-gradient(0deg, rgba(21, 18, 12, 0.72), rgba(21, 18, 12, 0.04) 62%),
		linear-gradient(135deg, rgba(247, 242, 234, 0.35), rgba(126, 91, 52, 0.3)),
		var(--collection-image, none) center / cover no-repeat,
		var(--collection-pattern);
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
	transition: transform 180ms ease;
}

.hayerta-collection-card:hover::before {
	transform: scale(1.04);
}

.hayerta-collection-card--kitchen-essentials {
	--collection-pattern:
		radial-gradient(circle at 28% 32%, rgba(86, 63, 37, 0.5) 0 10%, transparent 11%),
		linear-gradient(90deg, rgba(255,255,255,0.28) 0 10%, transparent 10% 18%, rgba(255,255,255,0.2) 18% 28%, transparent 28%),
		linear-gradient(#b18b61, #d8b78f);
}

.hayerta-collection-card--gift-ideas {
	--collection-pattern:
		radial-gradient(circle at 53% 38%, rgba(255,255,255,0.55) 0 11%, transparent 12%),
		linear-gradient(90deg, transparent 0 46%, rgba(255,255,255,0.36) 46% 54%, transparent 54%),
		linear-gradient(#ad7a45, #d4a877);
}

.hayerta-collection-card--home-living {
	--collection-pattern:
		radial-gradient(circle at 68% 34%, rgba(31, 82, 47, 0.42) 0 13%, transparent 14%),
		linear-gradient(110deg, rgba(255,255,255,0.24), transparent),
		linear-gradient(#ab8f6c, #ded0bb);
}

.hayerta-collection-card span,
.hayerta-collection-card svg {
	position: relative;
	z-index: 1;
}

.hayerta-collection-card strong,
.hayerta-collection-card em {
	display: block;
	font-style: normal;
}

.hayerta-collection-card strong {
	font-size: 21px;
	line-height: 1.1;
	margin-bottom: 6px;
}

.hayerta-collection-card em {
	font-size: 14px;
	font-weight: 700;
}

.hayerta-promise {
	background:
		linear-gradient(90deg, rgba(255,253,250,0.98), rgba(255,253,250,0.9) 42%, rgba(255,253,250,0.2)),
		var(--about-image, none) center right / cover no-repeat,
		linear-gradient(100deg, #fbf6ee, #e8d7c1);
	border-radius: 8px;
	min-height: 340px;
	padding: clamp(34px, 5vw, 58px);
}

.hayerta-promise > div {
	max-width: 430px;
}

.hayerta-eyebrow {
	color: var(--hayerta-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.hayerta-promise h2 {
	font-size: clamp(35px, 5vw, 48px);
	line-height: 1.05;
	margin: 0 0 20px;
}

.hayerta-promise p:not(.hayerta-eyebrow) {
	color: #30332d;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	margin: 0 0 26px;
}

.hayerta-section-row {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 32px;
}

.hayerta-section-row h2 {
	font-size: clamp(31px, 4vw, 42px);
	line-height: 1.1;
	margin: 0;
}

.hayerta-section-row > a,
.hayerta-read-link {
	align-items: center;
	display: inline-flex;
	font-weight: 900;
	gap: 10px;
}

.hayerta-section-row svg,
.hayerta-read-link svg {
	height: 22px;
	width: 22px;
}

.hayerta-guide-card {
	border: 1px solid var(--hayerta-line);
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
	margin-inline: auto;
	max-width: 790px;
	overflow: hidden;
}

.hayerta-guide-card__image {
	background: var(--hayerta-cream);
	min-height: 230px;
}

.hayerta-guide-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hayerta-guide-card > div {
	padding: 30px 32px;
}

.hayerta-guide-card p:not(.hayerta-eyebrow) {
	color: var(--hayerta-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.65;
	margin: 0 0 18px;
}

.hayerta-newsletter {
	padding-block: 10px 20px;
}

.hayerta-newsletter__inner {
	align-items: center;
	background: #fbf7f1;
	border: 1px solid var(--hayerta-line);
	border-radius: 8px;
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr minmax(330px, 440px);
	padding-block: 22px;
}

.hayerta-newsletter__inner > div {
	align-items: center;
	display: flex;
	gap: 18px;
}

.hayerta-newsletter h2 {
	font-size: 23px;
	line-height: 1.1;
	margin: 0 0 5px;
}

.hayerta-newsletter p {
	color: var(--hayerta-muted);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.hayerta-newsletter form {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr auto;
}

.hayerta-newsletter input {
	background: #fff;
	border: 1px solid var(--hayerta-line);
	border-radius: 4px;
	font: inherit;
	min-height: 46px;
	padding: 12px 16px;
	width: 100%;
}

.hayerta-footer {
	background: #faf5ee;
	border-top: 1px solid var(--hayerta-line);
	padding-block: 28px 22px;
}

.hayerta-footer__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(210px, 1.45fr) repeat(4, minmax(130px, 1fr));
}

.hayerta-logo--footer {
	display: inline-block;
	font-size: 32px;
	margin-bottom: 10px;
}

.hayerta-footer p,
.hayerta-footer a,
.hayerta-footer li {
	color: #2f322c;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
}

.hayerta-footer h2 {
	font-size: 13px;
	margin: 7px 0 13px;
}

.hayerta-footer ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hayerta-socials {
	display: flex;
	gap: 11px;
	margin-block: 16px 10px;
}

.hayerta-socials a {
	align-items: center;
	border: 1px solid var(--hayerta-line);
	border-radius: 50%;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.hayerta-footer__copyright {
	font-size: 12px;
	margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

@media (max-width: 1080px) {
	.hayerta-header__inner {
		gap: 18px;
		grid-template-columns: auto auto 1fr;
		min-height: 86px;
	}

	.hayerta-nav-toggle {
		display: inline-flex;
		grid-column: 2;
	}

	.hayerta-nav-toggle span:not(.screen-reader-text) {
		background: currentColor;
		height: 2px;
		position: absolute;
		width: 24px;
	}

	.hayerta-nav-toggle span:nth-child(1) {
		transform: translateY(-7px);
	}

	.hayerta-nav-toggle span:nth-child(3) {
		transform: translateY(7px);
	}

	.hayerta-primary-nav {
		background: #fffdfa;
		border-bottom: 1px solid var(--hayerta-line);
		display: none;
		grid-column: 1 / -1;
		margin-inline: calc(clamp(18px, 4vw, 56px) * -1);
		padding: 8px clamp(18px, 4vw, 56px) 18px;
	}

	.hayerta-primary-nav[data-open] {
		display: block;
	}

	.hayerta-primary-nav ul {
		align-items: stretch;
		display: grid;
		gap: 0;
	}

	.hayerta-primary-nav a {
		border-top: 1px solid var(--hayerta-line);
		padding-block: 16px;
	}

	.hayerta-header-actions {
		justify-self: end;
	}

	.hayerta-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.hayerta-hero__copy {
		max-width: 620px;
	}

	.hayerta-hero__media {
		min-height: 380px;
	}

	.hayerta-hero__media img {
		max-height: 430px;
		width: min(720px, 100%);
	}

	.hayerta-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hayerta-trust__item:nth-child(3) {
		border-left: 0;
	}

	.hayerta-trust__item:nth-child(n+3) {
		border-top: 1px solid var(--hayerta-line);
		padding-top: 22px;
	}

	.hayerta-product-card {
		grid-template-columns: 1fr;
	}

	.hayerta-product-card__image {
		min-height: 290px;
	}

	.hayerta-footer__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hayerta-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.hayerta-announcement {
		font-size: 13px;
		min-height: 38px;
	}

	.hayerta-header__inner {
		min-height: 76px;
	}

	.hayerta-logo {
		font-size: 32px;
	}

	.hayerta-header-actions {
		gap: 8px;
	}

	.hayerta-header-actions a {
		height: 34px;
		width: 34px;
	}

	.hayerta-hero__grid {
		padding-block: 34px 10px;
	}

	.hayerta-hero h1 {
		font-size: clamp(40px, 13vw, 58px);
	}

	.hayerta-hero__media {
		min-height: 250px;
	}

	.hayerta-hero__media img {
		max-height: 280px;
		width: min(520px, 100%);
	}

	.hayerta-trust__grid,
	.hayerta-products,
	.hayerta-collection-grid,
	.hayerta-guide-card,
	.hayerta-newsletter__inner,
	.hayerta-newsletter form,
	.hayerta-footer__grid {
		grid-template-columns: 1fr;
	}

	.hayerta-trust__grid {
		padding-block: 0;
	}

	.hayerta-trust__item,
	.hayerta-trust__item + .hayerta-trust__item,
	.hayerta-trust__item:nth-child(n+3) {
		border-left: 0;
		border-top: 1px solid var(--hayerta-line);
		padding-block: 18px;
	}

	.hayerta-trust__item:first-child {
		border-top: 0;
	}

	.hayerta-product-card {
		min-height: 0;
	}

	.hayerta-product-card__body {
		padding: 26px 20px 22px;
	}

	.hayerta-collection-card {
		aspect-ratio: 1.55 / 1;
		min-height: 190px;
	}

	.hayerta-promise {
		min-height: 0;
	}

	.hayerta-section-row {
		align-items: flex-start;
	}

	.hayerta-guide-card__image {
		min-height: 210px;
	}

	.hayerta-newsletter__inner > div {
		align-items: flex-start;
	}
}

@media (max-width: 460px) {
	.hayerta-shell {
		padding-inline: 16px;
	}

	.hayerta-header-actions a[aria-label="Account"] {
		display: none;
	}

	.hayerta-button,
	.hayerta-storefront .button,
	.hayerta-storefront .add_to_cart_button {
		width: 100%;
	}

	.hayerta-product-card__body {
		grid-template-columns: 1fr;
	}

	.hayerta-product-card .button,
	.hayerta-product-card .add_to_cart_button,
	.hayerta-product-card .hayerta-button,
	.hayerta-wishlist {
		grid-column: 1;
	}

	.hayerta-wishlist {
		margin: 12px 0 0;
		width: 100%;
	}
}
