@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/open-sans-v18-latin-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/open-sans-v18-latin-700.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/playfair-display-v21-latin-regular.woff2") format("woff2");
}

:root {
	--bb-brown: #4a2b26;
	--bb-brown-dark: #24110f;
	--bb-text: #555;
	--bb-muted: #8a7a75;
	--bb-line: #e7e1df;
	--bb-bg: #fff;
	--bb-soft: #f7f4f2;
	--bb-green: #008c24;
	--bb-serif: "Playfair Display", Georgia, serif;
	--bb-sans: "Open Sans", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	background: var(--bb-bg);
	color: var(--bb-text);
	font-family: var(--bb-sans);
	line-height: 1.5;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.site-shell {
	min-height: 100vh;
}

.shipping-ticker {
	align-items: center;
	background: var(--bb-brown-dark);
	color: #fff;
	display: flex;
	font-size: 14px;
	gap: 8px;
	justify-content: center;
	min-height: 40px;
}

.brand-bar {
	align-items: center;
	background: var(--bb-brown);
	color: #b9aaa6;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	min-height: 90px;
	padding: 0 42px;
}

.brand {
	color: #afa19d;
	font-size: clamp(28px, 3vw, 42px);
	grid-column: 2;
	letter-spacing: 8px;
	line-height: 1;
	white-space: nowrap;
}

.utility-nav {
	align-items: center;
	display: flex;
	gap: 24px;
	grid-column: 3;
	justify-self: end;
}

.utility-nav a {
	color: #b9aaa6;
	font-size: 22px;
	position: relative;
}

.cart-count {
	align-items: center;
	background: #afa19d;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: -12px;
	top: -10px;
	width: 20px;
}

.primary-nav {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--bb-line);
	display: flex;
	justify-content: center;
	min-height: 92px;
}

.primary-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0 24px;
}

.primary-menu a {
	color: #765c56;
	font-size: 14px;
	text-transform: uppercase;
}

.site-main {
	min-height: 50vh;
}

.content-page,
.shop-page {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 30px 70px;
}

.page-hero,
.home-hero {
	margin: 0 -30px 54px;
}

.page-hero img,
.home-hero img {
	aspect-ratio: 16 / 6;
	object-fit: cover;
	width: 100%;
}

.page-header {
	margin: 50px auto 28px;
	max-width: 1440px;
}

.page-header h1,
.woocommerce-products-header__title,
.product_title {
	color: var(--bb-brown);
	font-family: var(--bb-serif);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}

.entry-content {
	font-size: 16px;
	margin: 0 auto;
	max-width: 1440px;
}

.woocommerce ul.products {
	display: grid;
	gap: 44px 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 36px 0;
	padding: 0;
}

.woocommerce ul.products li.product {
	margin: 0;
	width: auto;
}

.woocommerce ul.products li.product a img {
	background: var(--bb-soft);
	margin: 0 0 18px;
	width: 100%;
}

.woocommerce-loop-product__title {
	color: #585858;
	font-family: var(--bb-serif);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 8px;
}

.woocommerce ul.products li.product .price {
	color: #585858;
	display: block;
	font-size: 17px;
	margin-top: 8px;
}

.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--bb-sans);
	font-size: 14px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 16px 24px;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--bb-brown);
	border-color: var(--bb-brown);
	color: #fff;
}

.woocommerce-result-count,
.woocommerce-ordering {
	color: var(--bb-muted);
	font-size: 14px;
}

.woocommerce-ordering select {
	border: 1px solid var(--bb-line);
	padding: 10px 12px;
}

.summary .price {
	color: #565656;
	font-size: 28px;
	margin: 24px 0;
}

.quantity input {
	border: 1px solid var(--bb-line);
	min-height: 44px;
	padding: 8px 10px;
	width: 74px;
}

.landing-page {
	background: #fff;
}

.landing-hero {
	background: var(--bb-soft);
	margin: 0;
}

.landing-hero__image {
	aspect-ratio: 16 / 5.6;
	object-fit: cover;
	width: 100%;
}

.landing-hero__image--mobile {
	display: none;
}

.landing-section {
	margin: 0 auto;
	max-width: 1440px;
	padding: 72px 30px 0;
}

.landing-section__header {
	margin-bottom: 30px;
	text-align: center;
}

.landing-section__header h1,
.landing-section__header h2 {
	color: var(--bb-brown);
	font-family: var(--bb-serif);
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 400;
	line-height: 1.15;
	margin: 0;
}

.landing-category-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-category-card {
	display: grid;
	gap: 14px;
	text-align: center;
}

.landing-category-card img {
	aspect-ratio: 1;
	background: var(--bb-soft);
	object-fit: cover;
	width: 100%;
}

.landing-category-card span {
	color: #745c56;
	font-size: 14px;
	text-transform: uppercase;
}

.landing-trending-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-trend {
	display: grid;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.landing-trend img {
	grid-area: 1 / 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.landing-trend__copy {
	align-self: end;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
	color: #fff;
	display: grid;
	gap: 8px;
	grid-area: 1 / 1;
	padding: 34px;
	position: relative;
	z-index: 1;
}

.landing-trend__copy strong {
	font-family: var(--bb-serif);
	font-size: 34px;
	font-weight: 400;
	line-height: 1.15;
}

.landing-trend__copy small {
	font-size: 15px;
}

.landing-product-grid {
	margin-left: 0;
	margin-right: 0;
}

.trustbar {
	background: #f5f1ee;
	border-top: 1px solid var(--bb-line);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 76px;
}

.trustbar div {
	align-items: center;
	color: #654d47;
	display: flex;
	font-size: 13px;
	gap: 12px;
	justify-content: center;
	min-height: 82px;
	padding: 16px;
	text-align: center;
}

.trustbar img {
	height: 28px;
	width: 28px;
}

.site-footer {
	background: var(--bb-soft);
	border-top: 1px solid var(--bb-line);
	color: #67524d;
}

.newsletter-band {
	margin: 0 auto;
	max-width: 960px;
	padding: 64px 30px;
	text-align: center;
}

.newsletter-band h2 {
	color: var(--bb-brown);
	font-family: var(--bb-serif);
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 14px;
}

.newsletter-band p {
	margin: 0;
}

.footer-inner {
	align-items: center;
	border-top: 1px solid var(--bb-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px;
	padding: 24px 30px;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-copy {
	margin: 0;
}

@media (max-width: 900px) {
	.brand-bar {
		grid-template-columns: 1fr auto;
		min-height: 72px;
		padding: 0 20px;
	}

	.brand {
		font-size: 25px;
		grid-column: 1;
		letter-spacing: 4px;
	}

	.utility-nav {
		grid-column: 2;
	}

	.primary-nav {
		min-height: auto;
		padding: 18px 0;
	}

	.primary-menu {
		gap: 18px 24px;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.landing-category-grid,
	.landing-trending-grid,
	.trustbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.landing-trend {
		min-height: 380px;
	}
}

@media (max-width: 560px) {
	.content-page,
	.shop-page {
		padding-left: 18px;
		padding-right: 18px;
	}

	.page-hero,
	.home-hero {
		margin-left: -18px;
		margin-right: -18px;
	}

	.woocommerce ul.products {
		gap: 34px 16px;
	}

	.landing-hero__image--desktop {
		display: none;
	}

	.landing-hero__image--mobile {
		display: block;
	}

	.landing-section {
		padding: 48px 18px 0;
	}

	.landing-category-grid {
		gap: 18px 14px;
	}

	.landing-trending-grid,
	.trustbar {
		grid-template-columns: 1fr;
	}

	.landing-trend {
		min-height: 340px;
	}

	.footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
