:root {
	--havlora-ink: #201b16;
	--havlora-muted: #6f665e;
	--havlora-soft: #f7f3ee;
	--havlora-paper: #fffdf9;
	--havlora-line: #e5ded5;
	--havlora-accent: #8b4513;
	--havlora-accent-dark: #5d2f13;
}

body:not(.home) .site-header,
body:not(.home) #masthead,
body:not(.home) .ast-mobile-header-wrap,
body:not(.home) .ast-primary-header-bar,
body:not(.home) .main-header-bar-wrap,
.site-footer {
	display: none !important;
}

.havlora-site-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.havlora-site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(255, 253, 249, 0.96);
	border-bottom: 1px solid var(--havlora-line);
	backdrop-filter: blur(16px);
}

body.admin-bar .havlora-site-header {
	top: 32px;
}

.havlora-site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 78px;
	gap: 26px;
}

.havlora-site-header a,
.havlora-site-footer a {
	text-decoration: none;
}

.havlora-site-header__brand,
.havlora-site-footer__brand {
	color: var(--havlora-ink);
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
	line-height: 1;
}

.havlora-site-header__brand {
	font-size: 2rem;
}

.havlora-site-header__nav {
	display: inline-flex;
	align-items: center;
	gap: 30px;
}

.havlora-site-header__nav a,
.havlora-site-header__cart {
	color: var(--havlora-ink);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.havlora-site-header__cart {
	justify-self: end;
}

.havlora-site-header a:hover,
.havlora-site-header a:focus-visible {
	color: var(--havlora-accent);
}

body:not(.home).woocommerce-page #content.site-content,
body:not(.home).woocommerce-shop #content.site-content,
body:not(.home).single-product #content.site-content,
body:not(.home).tax-product_cat #content.site-content,
body:not(.home).woocommerce-cart #content.site-content,
body:not(.home).woocommerce-checkout #content.site-content,
body:not(.home).woocommerce-account #content.site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body:not(.home).woocommerce-page .ast-container,
body:not(.home).woocommerce-shop .ast-container,
body:not(.home).single-product .ast-container,
body:not(.home).tax-product_cat .ast-container,
body:not(.home).woocommerce-cart .ast-container,
body:not(.home).woocommerce-checkout .ast-container,
body:not(.home).woocommerce-account .ast-container {
	padding-top: 34px;
}

body:not(.home).woocommerce-page .entry-header,
body:not(.home).woocommerce-shop .entry-header,
body:not(.home).single-product .entry-header,
body:not(.home).tax-product_cat .entry-header,
body:not(.home).woocommerce-cart .entry-header,
body:not(.home).woocommerce-checkout .entry-header,
body:not(.home).woocommerce-account .entry-header {
	margin-top: 0;
}

.havlora-site-footer {
	margin-top: 72px;
	padding: 68px 0 28px;
	background: #17130f;
	color: rgba(255, 250, 243, 0.72);
}

.havlora-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
	gap: 44px;
}

.havlora-site-footer__brand {
	display: inline-block;
	margin-bottom: 18px;
	color: #fffaf3;
	font-size: 2.4rem;
}

.havlora-site-footer p {
	max-width: 360px;
	margin: 0;
	color: rgba(255, 250, 243, 0.66);
	line-height: 1.8;
}

.havlora-site-footer h2 {
	margin: 0 0 18px;
	color: #fffaf3;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.havlora-site-footer a {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 250, 243, 0.72);
}

.havlora-site-footer a:hover,
.havlora-site-footer a:focus-visible {
	color: #fffaf3;
}

.havlora-site-footer__bottom {
	margin-top: 54px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 250, 243, 0.52);
	font-size: 0.85rem;
}

@media (max-width: 782px) {
	body.admin-bar .havlora-site-header {
		top: 46px;
	}
}

@media (max-width: 921px) {
	.havlora-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.havlora-site-shell {
		width: min(100% - 28px, 1180px);
	}

	.havlora-site-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 70px;
	}

	.havlora-site-header__brand {
		font-size: 1.7rem;
	}

	.havlora-site-header__nav {
		display: none;
	}

	.havlora-site-header__cart {
		font-size: 0.68rem;
	}

	body:not(.home).woocommerce-page .ast-container,
	body:not(.home).woocommerce-shop .ast-container,
	body:not(.home).single-product .ast-container,
	body:not(.home).tax-product_cat .ast-container,
	body:not(.home).woocommerce-cart .ast-container,
	body:not(.home).woocommerce-checkout .ast-container,
	body:not(.home).woocommerce-account .ast-container {
		padding-top: 22px;
	}

	.havlora-site-footer__grid {
		grid-template-columns: 1fr;
	}
}
