/*
Theme Name: Boutique Hibou
Theme URI: https://boutiquehibou.fr/
Description: Thème enfant Gutenberg immersif pour Boutique Hibou.
Author: Boutique Hibou
Template: riverbank
Version: 1.0.15
Text Domain: boutique-hibou
Requires at least: 6.7
Requires PHP: 7.4
*/

:root {
	--bh-ink: #111d27;
	--bh-ink-soft: #1c2c38;
	--bh-cream: #f3edde;
	--bh-paper: #fbf8f0;
	--bh-plum: #493748;
	--bh-lichen: #7d8d76;
	--bh-copper: #a96042;
	--bh-brass: #c79a58;
	--bh-walnut: #442f25;
	--bh-text: #202625;
	--bh-muted: #66706b;
	--bh-line: rgba(17, 29, 39, 0.16);
	--bh-shadow: 0 20px 70px rgba(17, 29, 39, 0.14);
	--bh-radius: 22px;
	--bh-serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--bh-sans: "Manrope", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

.wp-site-blocks {
	padding-inline: 0 !important;
}

.wp-site-blocks > *,
.wp-block-template-part,
.wp-block-template-part > * {
	margin-block-start: 0 !important;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--bh-paper);
	color: var(--bh-text);
	font-family: var(--bh-sans);
	letter-spacing: -0.008em;
}

body,
button,
input,
select,
textarea {
	font-family: var(--bh-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-post-title {
	color: var(--bh-ink);
	font-family: var(--bh-serif);
	font-variation-settings: "opsz" 72, "SOFT" 50, "WONK" 0;
	font-weight: 650;
	letter-spacing: -0.035em;
	line-height: 0.98;
	text-wrap: balance;
}

p {
	line-height: 1.75;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

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

::selection {
	background: var(--bh-brass);
	color: var(--bh-ink);
}

:focus-visible {
	outline: 3px solid var(--bh-brass);
	outline-offset: 4px;
}

.bh-promo {
	background: var(--bh-ink);
	color: var(--bh-cream);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	padding: 0.68rem 1.25rem;
	text-align: center;
	text-transform: uppercase;
}

.bh-promo p {
	margin: 0;
}

.bh-header-shell {
	align-items: center;
	backdrop-filter: blur(16px);
	background: rgba(251, 248, 240, 0.96);
	border-bottom: 1px solid var(--bh-line);
	display: grid;
	gap: 0.8rem !important;
	grid-template-columns: minmax(225px, 0.7fr) minmax(0, 1.8fr) 48px;
	height: 78px !important;
	max-height: 78px !important;
	min-height: 78px !important;
	padding-block: 0.7rem !important;
	padding-inline: clamp(1.25rem, 4vw, 4.5rem) !important;
	position: sticky;
	top: 0;
	z-index: 40;
}

.bh-header-shell,
.bh-promo,
.bh-home-main {
	margin-block: 0 !important;
}

.bh-header-shell > * {
	margin-block-end: 0 !important;
	margin-block-start: 0 !important;
}

.admin-bar .bh-header-shell {
	top: 32px;
}

.bh-brand {
	align-items: center;
	display: inline-flex;
	gap: 0.8rem;
	text-decoration: none;
	width: fit-content;
}

.bh-brand svg {
	display: block;
	filter: drop-shadow(0 7px 15px rgba(17, 29, 39, 0.12));
	flex: 0 0 52px;
	height: 52px;
	width: 52px;
}

.bh-brand-copy {
	display: grid;
	gap: 0.05rem;
}

.bh-brand-name {
	color: var(--bh-ink);
	font-family: var(--bh-serif);
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.9;
}

.bh-brand-tag {
	color: var(--bh-copper);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.bh-header-shell .wp-block-navigation {
	justify-self: center;
	padding: 0 !important;
}

.bh-header-shell .wp-block-navigation__container {
	flex-wrap: nowrap !important;
	gap: clamp(0.65rem, 1.15vw, 1.2rem) !important;
}

.bh-header-shell .wp-block-woocommerce-customer-account {
	display: none !important;
}

.bh-header-shell .wp-block-navigation-item__content {
	color: var(--bh-ink);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	padding: 0.55rem 0.25rem;
	text-decoration: none;
	text-transform: uppercase;
}

.bh-header-shell .wp-block-navigation-item__content:hover {
	color: var(--bh-copper);
}

.bh-header-shell .wp-block-navigation__submenu-container {
	background: var(--bh-paper) !important;
	border: 1px solid var(--bh-line) !important;
	border-radius: 14px;
	box-shadow: 0 20px 48px rgba(17, 29, 39, 0.2);
	min-width: 245px !important;
	padding: 0.55rem !important;
}

.bh-header-shell .wp-block-navigation__submenu-container .wp-block-navigation-item {
	width: 100%;
}

.bh-header-shell .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	border-radius: 9px;
	font-size: 0.78rem;
	letter-spacing: 0.01em;
	padding: 0.66rem 0.75rem;
	text-transform: none;
	width: 100%;
}

.bh-header-shell .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	background: rgba(199, 154, 88, 0.13);
}

.bh-header-shell .wc-block-mini-cart {
	justify-self: end;
}

.bh-header-shell .wc-block-mini-cart__button {
	background: var(--bh-ink);
	border-radius: 999px;
	color: var(--bh-cream);
	min-height: 46px;
	min-width: 46px;
}

.bh-home-main {
	margin: 0;
	max-width: none;
	padding: 0;
}

.bh-hero {
	align-items: center;
	background-color: var(--bh-ink);
	background-image:
		linear-gradient(90deg, rgba(6, 14, 20, 0.92) 0%, rgba(6, 14, 20, 0.63) 39%, rgba(6, 14, 20, 0.06) 72%),
		url("assets/images/hero-desktop.jpg");
	background-position: center;
	background-size: cover;
	color: var(--bh-cream);
	display: flex;
	min-height: min(820px, 82vh);
	overflow: hidden;
	padding: clamp(4rem, 9vw, 8.5rem) clamp(1.4rem, 7vw, 8rem);
	position: relative;
}

.bh-hero::before {
	background-image: radial-gradient(circle at center, rgba(199, 154, 88, 0.32) 0 1px, transparent 1.5px);
	background-size: 38px 38px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, black, transparent 55%);
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
}

.bh-hero::after {
	border: 1px solid rgba(243, 237, 222, 0.25);
	border-radius: 50%;
	content: "";
	height: 360px;
	left: -220px;
	position: absolute;
	top: 12%;
	width: 360px;
}

.bh-hero-content {
	max-width: 760px;
	position: relative;
	z-index: 2;
}

.bh-eyebrow {
	align-items: center;
	color: var(--bh-brass);
	display: flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.7rem;
	letter-spacing: 0.18em;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
}

.bh-eyebrow::before {
	background: currentColor;
	content: "";
	height: 1px;
	width: 42px;
}

.bh-hero h1 {
	color: var(--bh-cream);
	font-size: clamp(3.35rem, 7.2vw, 7.9rem);
	line-height: 0.86;
	margin: 0 0 1.6rem;
	max-width: 880px;
}

.bh-hero h1 em {
	color: var(--bh-brass);
	display: block;
	font-style: italic;
	font-variation-settings: "opsz" 120, "SOFT" 80, "WONK" 1;
	font-weight: 520;
}

.bh-hero .bh-lead {
	color: rgba(243, 237, 222, 0.84);
	font-size: clamp(1rem, 1.45vw, 1.24rem);
	line-height: 1.75;
	margin: 0 0 2rem;
	max-width: 620px;
}

.bh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.bh-actions .wp-block-button__link,
.bh-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
	background: var(--bh-copper);
	border: 1px solid var(--bh-copper);
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	padding: 0.95rem 1.45rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bh-actions .wp-block-button__link:hover,
.bh-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover {
	background: var(--bh-ink);
	border-color: var(--bh-ink);
	color: var(--bh-cream);
	transform: translateY(-2px);
}

.bh-actions .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(243, 237, 222, 0.58);
	color: var(--bh-cream);
}

.bh-actions .is-style-outline .wp-block-button__link:hover {
	background: var(--bh-cream);
	border-color: var(--bh-cream);
	color: var(--bh-ink);
}

.bh-trust {
	background: var(--bh-cream);
	border-bottom: 1px solid var(--bh-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0 clamp(1.2rem, 5vw, 5rem);
}

.bh-trust-item {
	align-items: center;
	border-right: 1px solid var(--bh-line);
	display: grid;
	gap: 0.15rem;
	grid-template-columns: auto 1fr;
	padding: 1.35rem clamp(0.75rem, 2vw, 1.8rem);
}

.bh-trust-item:last-child {
	border-right: 0;
}

.bh-trust-icon {
	color: var(--bh-copper);
	font-family: var(--bh-serif);
	font-size: 1.55rem;
	grid-row: 1 / 3;
	margin-right: 0.55rem;
}

.bh-trust-item strong {
	color: var(--bh-ink);
	font-size: 0.78rem;
	letter-spacing: 0.03em;
}

.bh-trust-item span:last-child {
	color: var(--bh-muted);
	font-size: 0.7rem;
}

.bh-section {
	margin: 0 auto;
	max-width: 1440px;
	padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5rem);
}

.bh-section--wide {
	max-width: 1640px;
}

.bh-section--compact {
	padding-bottom: clamp(3rem, 6vw, 5rem);
	padding-top: clamp(3rem, 6vw, 5rem);
}

.bh-section-kicker {
	color: var(--bh-copper);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.19em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.bh-section-title {
	font-size: clamp(2.7rem, 5.1vw, 5.8rem);
	margin: 0 0 1.4rem;
	max-width: 930px;
}

.bh-section-intro {
	color: var(--bh-muted);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.8;
	margin-bottom: 2.8rem;
	max-width: 760px;
}

.bh-category-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bh-category-card {
	align-items: flex-end;
	background-color: var(--bh-ink);
	background-position: center;
	background-size: cover;
	border-radius: var(--bh-radius);
	box-shadow: var(--bh-shadow);
	color: var(--bh-cream);
	display: flex;
	min-height: clamp(380px, 48vw, 660px);
	overflow: hidden;
	padding: clamp(1.5rem, 4vw, 3.5rem);
	position: relative;
	text-decoration: none;
	transform: translateZ(0);
}

.bh-category-card::before {
	background: linear-gradient(180deg, transparent 30%, rgba(9, 16, 21, 0.88) 100%);
	content: "";
	inset: 0;
	position: absolute;
	transition: background 250ms ease;
}

.bh-category-card::after {
	border: 1px solid rgba(243, 237, 222, 0.4);
	border-radius: calc(var(--bh-radius) - 8px);
	content: "";
	inset: 12px;
	position: absolute;
}

.bh-category-card:hover::before {
	background: linear-gradient(180deg, rgba(9, 16, 21, 0.08) 20%, rgba(9, 16, 21, 0.96) 100%);
}

.bh-category-card--jewelry {
	background-image: url("assets/images/category-jewelry.jpg");
}

.bh-category-card--clothing {
	background-image: url("assets/images/category-clothing.jpg");
}

.bh-category-card--accessories {
	background-image: url("assets/images/category-accessories.jpg");
}

.bh-category-card--decor {
	background-image: url("assets/images/category-decor.jpg");
}

.bh-category-card-content {
	max-width: 500px;
	position: relative;
	z-index: 2;
}

.bh-category-number {
	color: var(--bh-brass);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bh-category-card h3 {
	color: var(--bh-cream);
	font-size: clamp(2.4rem, 4vw, 4.8rem);
	margin: 0.7rem 0 0.8rem;
}

.bh-category-card p {
	color: rgba(243, 237, 222, 0.78);
	margin: 0 0 1.2rem;
}

.bh-card-link {
	color: var(--bh-cream);
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.bh-card-link::after {
	content: "  →";
}

.bh-dark-panel {
	background: var(--bh-ink);
	color: var(--bh-cream);
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 0;
}

.bh-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
	margin: 0 auto;
	max-width: 1700px;
}

.bh-story-media {
	min-height: 670px;
}

.bh-story-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bh-story-copy {
	align-self: center;
	padding: clamp(4rem, 8vw, 8rem);
}

.bh-story-copy h2 {
	color: var(--bh-cream);
	font-size: clamp(3rem, 5.2vw, 6rem);
	margin: 0 0 1.6rem;
}

.bh-story-copy p {
	color: rgba(243, 237, 222, 0.75);
	font-size: 1.05rem;
}

.bh-story-quote {
	border-left: 1px solid var(--bh-brass);
	color: var(--bh-brass) !important;
	font-family: var(--bh-serif);
	font-size: clamp(1.4rem, 2.2vw, 2.1rem) !important;
	font-style: italic;
	line-height: 1.25 !important;
	margin: 2.2rem 0 0 !important;
	padding-left: 1.4rem;
}

.bh-preview-grid {
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bh-preview-card {
	background: #fff;
	border: 1px solid var(--bh-line);
	border-radius: 18px;
	box-shadow: 0 13px 36px rgba(17, 29, 39, 0.08);
	overflow: hidden;
}

.bh-preview-card figure {
	aspect-ratio: 1;
	background: var(--bh-cream);
	margin: 0;
	overflow: hidden;
}

.bh-preview-card img {
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.bh-preview-card:hover img {
	transform: scale(1.035);
}

.bh-preview-body {
	padding: 1.35rem 1.35rem 1.55rem;
}

.bh-preview-label {
	color: var(--bh-copper);
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bh-preview-card h3 {
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.05;
	margin: 0.5rem 0 0.65rem;
}

.bh-preview-card p {
	color: var(--bh-muted);
	font-size: 0.86rem;
	line-height: 1.6;
	margin: 0;
}

.bh-gift-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.bh-gift-card {
	background: var(--bh-cream);
	border: 1px solid var(--bh-line);
	border-radius: 18px;
	min-height: 260px;
	padding: 2rem;
	position: relative;
}

.bh-gift-card::after {
	color: var(--bh-brass);
	content: "✦";
	font-size: 2.2rem;
	position: absolute;
	right: 1.5rem;
	top: 1.2rem;
}

.bh-gift-card h3 {
	font-size: 2rem;
	margin: 3.4rem 0 0.8rem;
}

.bh-gift-card p {
	color: var(--bh-muted);
	font-size: 0.9rem;
}

.bh-journal {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.bh-journal-media img {
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	width: 100%;
}

.bh-journal-copy {
	background: var(--bh-plum);
	color: var(--bh-cream);
	padding: clamp(3.5rem, 7vw, 7rem);
}

.bh-journal-copy h2 {
	color: var(--bh-cream);
	font-size: clamp(3rem, 5vw, 5.5rem);
	margin: 0 0 1.5rem;
}

.bh-journal-copy > p {
	color: rgba(243, 237, 222, 0.78);
}

.bh-journal-list {
	border-top: 1px solid rgba(243, 237, 222, 0.2);
	margin-top: 2.2rem;
}

.bh-journal-item {
	border-bottom: 1px solid rgba(243, 237, 222, 0.2);
	padding: 1.15rem 0;
}

.bh-journal-item strong {
	display: block;
	font-family: var(--bh-serif);
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.1;
}

.bh-journal-item span {
	color: var(--bh-brass);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bh-newsletter {
	background:
		radial-gradient(circle at 85% 20%, rgba(199, 154, 88, 0.18), transparent 24%),
		var(--bh-cream);
	border-radius: var(--bh-radius);
	display: grid;
	gap: 2.5rem;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	overflow: hidden;
	padding: clamp(2.5rem, 6vw, 5.5rem);
	position: relative;
}

.bh-newsletter::after {
	border: 1px solid rgba(169, 96, 66, 0.24);
	border-radius: 50%;
	content: "";
	height: 310px;
	position: absolute;
	right: -130px;
	top: -150px;
	width: 310px;
}

.bh-newsletter h2 {
	font-size: clamp(2.8rem, 4.8vw, 5.2rem);
	margin: 0 0 1rem;
}

.bh-newsletter .tnp-subscription {
	margin: auto 0;
	max-width: none;
	position: relative;
	z-index: 2;
}

.bh-newsletter .tnp-field label {
	color: var(--bh-ink);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bh-newsletter .tnp-email {
	background: #fff;
	border: 1px solid var(--bh-line);
	border-radius: 999px;
	min-height: 52px;
	padding: 0 1.2rem;
	width: 100%;
}

.bh-newsletter .tnp-submit {
	background: var(--bh-ink);
	border: 0;
	border-radius: 999px;
	color: var(--bh-cream);
	font-weight: 800;
	margin-top: 0.7rem;
	min-height: 50px;
	width: 100%;
}

.bh-latest-posts {
	background:
		radial-gradient(circle at 92% 8%, rgba(199, 154, 88, 0.18), transparent 22rem),
		var(--bh-cream);
	margin: 0;
	overflow: hidden;
	padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem);
	position: relative;
}

.bh-latest-posts::before {
	border: 1px solid rgba(169, 96, 66, 0.2);
	border-radius: 50%;
	content: "";
	height: 360px;
	position: absolute;
	right: -180px;
	top: -190px;
	width: 360px;
}

.bh-latest-posts-head {
	align-items: end;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto 3rem;
	max-width: 1500px;
	position: relative;
	z-index: 1;
}

.bh-latest-posts-head .bh-section-title {
	max-width: 900px;
}

.bh-latest-posts-head .bh-section-intro {
	margin-bottom: 0;
}

.bh-home-posts {
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	z-index: 1;
}

.bh-home-posts .wp-block-post-template {
	display: grid !important;
	gap: clamp(1rem, 2vw, 1.8rem) !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bh-home-posts .wp-block-post {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(17, 29, 39, 0.11);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(17, 29, 39, 0.08);
	height: 100%;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.bh-home-posts .wp-block-post:hover {
	box-shadow: 0 24px 65px rgba(17, 29, 39, 0.14);
	transform: translateY(-4px);
}

.bh-blog-card-image {
	margin: 0;
	overflow: hidden;
}

.bh-blog-card-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
	width: 100%;
}

.bh-home-posts .wp-block-post:hover .bh-blog-card-image img {
	transform: scale(1.025);
}

.bh-blog-card-body {
	padding: 1.5rem 1.5rem 1.7rem;
}

.bh-blog-card-body .wp-block-post-date {
	color: var(--bh-copper);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.bh-blog-card-body .wp-block-post-title {
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	line-height: 1.04;
	margin: 0 0 0.9rem;
}

.bh-blog-card-body .wp-block-post-title a {
	color: var(--bh-ink);
	text-decoration: none;
}

.bh-blog-card-body .wp-block-post-excerpt {
	color: var(--bh-muted);
	font-size: 0.9rem;
	margin: 0;
}

.bh-blog-card-body .wp-block-post-excerpt__more-link {
	color: var(--bh-ink);
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 0.9rem;
	text-decoration: none;
	text-transform: uppercase;
}

.bh-blog-empty {
	background: rgba(255, 255, 255, 0.62);
	border: 1px dashed rgba(17, 29, 39, 0.24);
	border-radius: var(--bh-radius);
	max-width: 1500px;
	padding: clamp(2rem, 5vw, 4rem);
}

.bh-blog-empty h3 {
	font-size: clamp(2rem, 4vw, 3.8rem);
	margin: 0 0 0.7rem;
	max-width: 850px;
}

.bh-footer {
	background: var(--bh-ink);
	color: rgba(243, 237, 222, 0.76);
	margin: 0;
	padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 6.5rem) 2rem;
}

.bh-footer-grid {
	display: grid;
	gap: 3rem;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1500px;
}

.bh-footer h2,
.bh-footer h3,
.bh-footer h4 {
	color: var(--bh-cream);
}

.bh-footer-brand h2 {
	font-size: clamp(2.4rem, 4vw, 4.6rem);
	margin: 0 0 1rem;
}

.bh-footer-brand p {
	max-width: 440px;
}

.bh-footer h4 {
	font-family: var(--bh-sans);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 1.2rem;
	text-transform: uppercase;
}

.bh-footer a {
	color: rgba(243, 237, 222, 0.75);
	text-decoration: none;
}

.bh-footer a:hover {
	color: var(--bh-brass);
}

.bh-footer-bottom {
	border-top: 1px solid rgba(243, 237, 222, 0.14);
	display: flex;
	font-size: 0.72rem;
	justify-content: space-between;
	margin: 4rem auto 0;
	max-width: 1500px;
	padding-top: 1.4rem;
}

.bh-page-shell,
.bh-archive-shell,
.bh-shop-shell,
.bh-product-shell {
	margin: 0 auto;
	max-width: 1320px;
	padding: clamp(3.5rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4rem);
}

.bh-page-shell > .wp-block-post-title,
.bh-archive-shell > .wp-block-query-title,
.bh-shop-shell .woocommerce-products-header__title {
	font-size: clamp(3rem, 6vw, 6.5rem);
	margin-bottom: 2.5rem;
}

.bh-page-shell .wp-block-post-content {
	font-size: 1.05rem;
	max-width: 850px;
}

.bh-page-shell .wp-block-post-content > * {
	margin-left: auto;
	margin-right: auto;
}

.bh-page-shell .wp-block-post-content h2 {
	font-size: clamp(2rem, 3.5vw, 3.5rem);
	margin-top: 2.5em;
}

.wp-block-query .wp-block-post-template {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-query .wp-block-post {
	background: #fff;
	border: 1px solid var(--bh-line);
	border-radius: 18px;
	overflow: hidden;
}

.wp-block-query .wp-block-post-featured-image {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
}

.wp-block-query .wp-block-post-featured-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wp-block-query .wp-block-post-title,
.wp-block-query .wp-block-post-excerpt,
.wp-block-query .wp-block-post-date {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.wp-block-query .wp-block-post-title {
	font-size: 1.8rem;
	margin-top: 1.25rem;
}

.wp-block-query .wp-block-post-date {
	color: var(--bh-copper);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 1.25rem;
	text-transform: uppercase;
}

.wp-block-query .wp-block-post-excerpt {
	color: var(--bh-muted);
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-breadcrumb,
.wc-block-components-breadcrumbs {
	color: var(--bh-muted);
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.woocommerce ul.products {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--bh-line);
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(17, 29, 39, 0.07);
	margin: 0 !important;
	overflow: hidden;
	padding: 0 0 1.3rem;
	width: auto !important;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1;
	margin: 0 0 1.1rem;
	object-fit: cover;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-left: 1rem;
	margin-right: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--bh-serif);
	font-size: 1.45rem;
	font-weight: 650;
}

.woocommerce ul.products li.product .price {
	color: var(--bh-copper);
	font-weight: 800;
}

.woocommerce div.product:not(.wp-block-group) {
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	margin: 0;
	width: auto;
}

.woocommerce div.product .product_title {
	font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.woocommerce div.product p.price {
	color: var(--bh-copper);
	font-size: 1.5rem;
	font-weight: 800;
}

body.single-product .wp-site-blocks > .wp-block-group.woocommerce.product {
	display: block;
}

body.single-product main.wp-block-group {
	margin: 0;
	max-width: none;
	padding: 0 0 clamp(4rem, 8vw, 8rem);
	width: 100%;
}

body.single-product main > .wp-block-breadcrumbs {
	margin: 0 auto !important;
	max-width: 1440px !important;
	padding: 1.2rem clamp(1.25rem, 5vw, 5rem);
	width: 100%;
}

body.single-product main > .wc-block-store-notices,
body.single-product main > .wp-block-columns,
body.single-product main > .wp-block-woocommerce-product-details {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1320px !important;
	width: calc(100% - clamp(2.5rem, 10vw, 10rem));
}

body.single-product main > .wp-block-columns {
	gap: clamp(2rem, 5vw, 5rem);
	margin-top: 2rem !important;
}

body.single-product .wp-block-post-title {
	font-size: clamp(3rem, 5.4vw, 6rem);
	overflow-wrap: normal;
	word-break: normal;
}

body.single-product .wp-block-woocommerce-product-price {
	color: var(--bh-copper);
	font-size: 1.45rem;
	font-weight: 800;
}

body.single-product .wp-block-woocommerce-product-details {
	margin-top: clamp(3rem, 6vw, 6rem) !important;
}

.woocommerce .quantity .qty {
	border: 1px solid var(--bh-line);
	border-radius: 999px;
	min-height: 48px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--bh-cream);
	border: 0;
	border-left: 4px solid var(--bh-brass);
	border-radius: 12px;
	color: var(--bh-ink);
}

body.tax-product_cat {
	--bh-term-hero: url("assets/images/story-forest.jpg");
	--bh-term-product: url("assets/images/product-figurine.jpg");
}

body.post-type-archive-product {
	--bh-term-hero: url("assets/images/hero-desktop.jpg");
	--bh-term-product: url("assets/images/product-figurine.jpg");
}

body.term-bijoux-hiboux,
body.term-colliers-pendentifs-hiboux,
body.term-bagues-hiboux,
body.term-broches-hiboux,
body.term-boucles-oreilles-hiboux,
body.term-bracelets-hiboux {
	--bh-term-hero: url("assets/images/category-jewelry.jpg");
	--bh-term-product: url("assets/images/product-pendant.jpg");
}

body.term-vetements-hiboux,
body.term-t-shirts-hiboux,
body.term-sweats-pulls-hiboux,
body.term-robes-hiboux,
body.term-chaussettes-hiboux {
	--bh-term-hero: url("assets/images/category-clothing.jpg");
	--bh-term-product: url("assets/images/product-hoodie.jpg");
}

body.term-accessoires-hiboux,
body.term-sacs-hiboux,
body.term-montres-hiboux,
body.term-porte-cles-hiboux,
body.term-trousses-hiboux {
	--bh-term-hero: url("assets/images/category-accessories.jpg");
	--bh-term-product: url("assets/images/product-tote.jpg");
}

body.term-decoration-hiboux,
body.term-lampes-hiboux,
body.term-coussins-hiboux,
body.term-figurines-hiboux,
body.term-tableaux-affiches-hiboux,
body.term-tapisseries-hiboux,
body.term-tapis-hiboux {
	--bh-term-hero: url("assets/images/category-decor.jpg");
	--bh-term-product: url("assets/images/product-lamp.jpg");
}

body.tax-product_cat main.wp-block-group {
	margin: 0;
	max-width: none;
	padding: 0 0 clamp(4rem, 8vw, 8rem);
}

body.tax-product_cat main > .wp-block-breadcrumbs {
	margin: 0 auto !important;
	max-width: 1440px !important;
	padding: 1.2rem clamp(1.25rem, 5vw, 5rem);
	width: 100%;
}

body.tax-product_cat main > .wp-block-query-title {
	align-items: center;
	background-color: var(--bh-ink);
	background-image:
		linear-gradient(90deg, rgba(8, 16, 22, 0.94) 0%, rgba(8, 16, 22, 0.6) 44%, rgba(8, 16, 22, 0.08) 76%),
		var(--bh-term-hero);
	background-position: center;
	background-size: cover;
	color: var(--bh-cream);
	display: flex;
	font-size: clamp(4rem, 8vw, 8.5rem);
	justify-content: flex-start;
	margin: 0 !important;
	max-width: none !important;
	min-height: clamp(360px, 42vw, 560px);
	padding: clamp(3rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
	text-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
	width: 100%;
}

body.tax-product_cat main .bh-category-editorial {
	background:
		radial-gradient(circle at 92% 5%, rgba(199, 144, 61, 0.15), transparent 24rem),
		linear-gradient(145deg, #f8f3e7, var(--bh-cream));
	border: 1px solid rgba(17, 29, 39, 0.1);
	border-radius: clamp(20px, 3vw, 34px);
	box-shadow: var(--bh-shadow);
	color: var(--bh-ink);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.82;
	margin: clamp(4rem, 8vw, 8rem) auto 0 !important;
	max-width: 1120px !important;
	padding: clamp(2rem, 5.5vw, 5.5rem);
	position: relative;
	text-align: left;
	width: calc(100% - clamp(2rem, 8vw, 8rem));
	z-index: 3;
}

body.tax-product_cat main .bh-category-editorial p {
	margin: 0 0 1.35rem;
}

body.tax-product_cat main .bh-category-editorial > p:first-child {
	font-family: var(--bh-serif);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.55;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

body.tax-product_cat main .bh-category-editorial h2 {
	border-top: 1px solid rgba(17, 29, 39, 0.14);
	color: var(--bh-ink);
	font-family: var(--bh-serif);
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 650;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: clamp(3.2rem, 6vw, 5rem) 0 1.4rem;
	padding-top: clamp(2.4rem, 4vw, 3.5rem);
}

body.tax-product_cat main .bh-category-editorial h2:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

body.tax-product_cat main .bh-category-editorial > *:last-child {
	margin-bottom: 0;
}

body.tax-product_cat main > .wc-block-store-notices,
body.tax-product_cat main > .wp-block-group,
body.tax-product_cat main > .wp-block-woocommerce-product-collection {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1320px !important;
	width: calc(100% - clamp(2.5rem, 10vw, 10rem));
}

body.tax-product_cat main > .wp-block-group {
	margin-top: 3rem !important;
}

body.tax-product_cat .wp-block-woocommerce-product-collection {
	margin-top: 2rem !important;
}

body.tax-product_cat .wp-block-woocommerce-product-collection-no-results {
	align-items: center;
	background-color: var(--bh-cream);
	background-image:
		linear-gradient(90deg, rgba(243, 237, 222, 1) 0%, rgba(243, 237, 222, 0.96) 42%, rgba(243, 237, 222, 0.2) 72%, transparent 100%),
		var(--bh-term-product);
	background-position: center, right center;
	background-repeat: no-repeat;
	background-size: cover, 56% auto;
	border: 1px solid var(--bh-line);
	border-radius: var(--bh-radius);
	box-shadow: var(--bh-shadow);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 5rem);
}

body.tax-product_cat .wp-block-woocommerce-product-collection-no-results > * {
	align-self: flex-start;
	max-width: 46%;
	text-align: left;
}

body.tax-product_cat .wp-block-woocommerce-product-collection-no-results strong {
	color: var(--bh-ink);
	font-family: var(--bh-serif);
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	font-weight: 650;
	letter-spacing: -0.04em;
	line-height: 1;
}

body.post-type-archive-product main.wp-block-group {
	margin: 0;
	max-width: none;
	padding: 0 0 clamp(4rem, 8vw, 8rem);
}

body.post-type-archive-product main > .wp-block-breadcrumbs {
	margin: 0 auto !important;
	max-width: 1440px !important;
	padding: 1.2rem clamp(1.25rem, 5vw, 5rem);
	width: 100%;
}

body.post-type-archive-product main > .wp-block-query-title {
	align-items: center;
	background-color: var(--bh-ink);
	background-image:
		linear-gradient(90deg, rgba(8, 16, 22, 0.95) 0%, rgba(8, 16, 22, 0.66) 46%, rgba(8, 16, 22, 0.05) 76%),
		var(--bh-term-hero);
	background-position: center;
	background-size: cover;
	color: var(--bh-cream);
	display: flex;
	font-size: clamp(4rem, 8vw, 8.5rem);
	margin: 0 !important;
	max-width: none !important;
	min-height: clamp(360px, 42vw, 560px);
	padding: clamp(3rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
	text-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
	width: 100%;
}

body.post-type-archive-product main > .wc-block-store-notices,
body.post-type-archive-product main > .wp-block-group,
body.post-type-archive-product main > .wp-block-woocommerce-product-collection {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1320px !important;
	width: calc(100% - clamp(2.5rem, 10vw, 10rem));
}

body.post-type-archive-product main > .wp-block-group {
	margin-top: 3rem !important;
}

body.post-type-archive-product .wp-block-woocommerce-product-collection {
	margin-top: 2rem !important;
}

body.post-type-archive-product .wp-block-woocommerce-product-collection-no-results {
	align-items: center;
	background-color: var(--bh-cream);
	background-image:
		linear-gradient(90deg, rgba(243, 237, 222, 1) 0%, rgba(243, 237, 222, 0.96) 42%, rgba(243, 237, 222, 0.2) 72%, transparent 100%),
		var(--bh-term-product);
	background-position: center, right center;
	background-repeat: no-repeat;
	background-size: cover, 56% auto;
	border: 1px solid var(--bh-line);
	border-radius: var(--bh-radius);
	box-shadow: var(--bh-shadow);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 5rem);
}

body.post-type-archive-product .wp-block-woocommerce-product-collection-no-results > * {
	align-self: flex-start;
	max-width: 46%;
	text-align: left;
}

body.post-type-archive-product .wp-block-woocommerce-product-collection-no-results strong {
	color: var(--bh-ink);
	font-family: var(--bh-serif);
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	font-weight: 650;
	letter-spacing: -0.04em;
	line-height: 1;
}

@media (max-width: 782px) {
	body.tax-product_cat main > .wp-block-query-title {
		background-image:
			linear-gradient(0deg, rgba(8, 16, 22, 0.92), rgba(8, 16, 22, 0.14) 78%),
			var(--bh-term-hero);
		font-size: clamp(3.4rem, 15vw, 5.2rem);
		min-height: 430px;
		padding-bottom: 3.5rem;
	}

	body.tax-product_cat main .bh-category-editorial {
		border-radius: 18px;
		margin-top: 3.5rem !important;
		padding: 2rem 1.35rem;
		width: calc(100% - 2rem);
	}

	body.tax-product_cat main > .wc-block-store-notices,
	body.tax-product_cat main > .wp-block-group,
	body.tax-product_cat main > .wp-block-woocommerce-product-collection {
		width: calc(100% - 2rem);
	}

	body.tax-product_cat .wp-block-woocommerce-product-collection-no-results {
		align-items: stretch;
		background-image:
			linear-gradient(0deg, rgba(243, 237, 222, 1) 0%, rgba(243, 237, 222, 0.94) 40%, rgba(243, 237, 222, 0.08) 72%),
			var(--bh-term-product);
		background-position: center, center top;
		background-size: cover, 100% auto;
		justify-content: flex-end;
		min-height: 580px;
		padding: 2rem 1.35rem;
	}

	body.tax-product_cat .wp-block-woocommerce-product-collection-no-results > * {
		max-width: 100%;
	}

	body.post-type-archive-product main > .wp-block-query-title {
		background-image:
			linear-gradient(0deg, rgba(8, 16, 22, 0.92), rgba(8, 16, 22, 0.14) 78%),
			var(--bh-term-hero);
		font-size: clamp(3.4rem, 15vw, 5.2rem);
		min-height: 430px;
		padding-bottom: 3.5rem;
	}

	body.post-type-archive-product main > .wc-block-store-notices,
	body.post-type-archive-product main > .wp-block-group,
	body.post-type-archive-product main > .wp-block-woocommerce-product-collection {
		width: calc(100% - 2rem);
	}

	body.post-type-archive-product .wp-block-woocommerce-product-collection-no-results {
		align-items: stretch;
		background-image:
			linear-gradient(0deg, rgba(243, 237, 222, 1) 0%, rgba(243, 237, 222, 0.94) 40%, rgba(243, 237, 222, 0.08) 72%),
			var(--bh-term-product);
		background-position: center, center top;
		background-size: cover, 100% auto;
		justify-content: flex-end;
		min-height: 580px;
		padding: 2rem 1.35rem;
	}

	body.post-type-archive-product .wp-block-woocommerce-product-collection-no-results > * {
		max-width: 100%;
	}
}

.wc-block-cart,
.wc-block-checkout,
.wc-block-order-confirmation-status,
.wp-block-woocommerce-customer-account {
	margin: 0 auto;
	max-width: 1280px;
	padding: clamp(2.5rem, 6vw, 6rem) clamp(1rem, 4vw, 3rem);
}

.bh-404 {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(17, 29, 39, 0.94), rgba(17, 29, 39, 0.4)),
		url("assets/images/hero-mobile.jpg") center 65% / cover;
	color: var(--bh-cream);
	display: flex;
	min-height: 70vh;
	padding: clamp(3rem, 9vw, 9rem);
}

.bh-404 h1 {
	color: var(--bh-cream);
	font-size: clamp(5rem, 12vw, 11rem);
	margin: 0;
}

.bh-404 h2 {
	color: var(--bh-cream);
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	margin: 0 0 1rem;
}

@media (max-width: 1180px) {
	.bh-header-shell {
		grid-template-columns: minmax(220px, 1fr) auto auto;
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
	}

	.bh-header-shell .wp-block-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: center;
	}

	.bh-header-shell .wc-block-mini-cart {
		grid-column: 3;
		grid-row: 1;
		margin-right: 0;
	}

	.bh-header-shell .wp-block-woocommerce-customer-account {
		grid-column: 2;
		grid-row: 1;
	}

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

	.bh-footer-grid {
		grid-template-columns: 1.3fr repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	.admin-bar .bh-header-shell {
		top: 46px;
	}

	.bh-header-shell {
		backdrop-filter: none;
		gap: 0.5rem;
		grid-template-columns: 1fr auto auto;
		height: 68px !important;
		max-height: 68px !important;
		min-height: 68px !important;
		padding: 0.8rem 1rem;
	}

	.bh-brand svg {
		height: 44px;
		width: 44px;
	}

	.bh-brand-name {
		font-size: 1.4rem;
	}

	.bh-brand-tag {
		display: none;
	}

	.bh-header-shell .wp-block-navigation {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.bh-header-shell .wp-block-navigation__responsive-container.is-menu-open {
		background: var(--bh-paper);
		color: var(--bh-ink);
		height: 100dvh !important;
		inset: 0 !important;
		max-height: none !important;
		overflow-y: auto !important;
		padding: 1.25rem;
		position: fixed !important;
		width: 100vw !important;
	}

	.bh-header-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding-top: 4.5rem;
	}

	.bh-header-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: stretch !important;
		gap: 0.45rem !important;
		width: 100%;
	}

	.bh-header-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		align-items: stretch;
		width: 100%;
	}

	.bh-header-shell .wp-block-navigation__responsive-container.is-menu-open > .wp-block-navigation__responsive-close {
		max-width: none;
		width: 100%;
	}

	.bh-header-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
		background: rgba(199, 154, 88, 0.1) !important;
		border: 0 !important;
		border-left: 2px solid var(--bh-brass) !important;
		box-shadow: none;
		display: flex !important;
		height: auto !important;
		margin: 0.35rem 0 0.75rem 0.65rem;
		min-width: 0 !important;
		opacity: 1 !important;
		padding: 0.35rem 0.45rem !important;
		position: static !important;
		visibility: visible !important;
		width: calc(100% - 0.65rem) !important;
	}

	.bh-header-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		font-size: 0.9rem;
		padding: 0.65rem 0.7rem;
	}

	.bh-header-shell .wp-block-woocommerce-customer-account {
		display: none;
	}

	.bh-header-shell .wc-block-mini-cart {
		grid-column: 3;
		grid-row: 1;
		margin-right: 0;
	}

	.bh-hero {
		align-items: flex-end;
		background-image:
			linear-gradient(0deg, rgba(7, 15, 21, 0.97) 0%, rgba(7, 15, 21, 0.58) 48%, rgba(7, 15, 21, 0.12) 78%),
			url("assets/images/hero-mobile.jpg");
		background-position: center;
		min-height: 790px;
		padding: 6rem 1.25rem 3.5rem;
	}

	.bh-hero h1 {
		font-size: clamp(3.15rem, 13.2vw, 5.2rem);
		line-height: 0.9;
	}

	.bh-hero .bh-lead {
		font-size: 0.98rem;
	}

	.bh-trust {
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}

	.bh-trust-item:nth-child(2) {
		border-right: 0;
	}

	.bh-trust-item:nth-child(-n+2) {
		border-bottom: 1px solid var(--bh-line);
	}

	.bh-category-grid,
	.bh-story-grid,
	.bh-journal,
	.bh-newsletter {
		grid-template-columns: 1fr;
	}

	.bh-latest-posts-head {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.bh-home-posts .wp-block-post-template {
		grid-template-columns: 1fr !important;
	}

	.bh-category-card {
		min-height: 500px;
	}

	.bh-story-media {
		min-height: 480px;
	}

	.bh-story-copy,
	.bh-journal-copy {
		padding: 3.5rem 1.35rem;
	}

	.bh-gift-grid {
		grid-template-columns: 1fr;
	}

	.bh-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bh-footer-brand {
		grid-column: 1 / -1;
	}

	.bh-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.6rem;
	}

	.wp-block-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product:not(.wp-block-group) {
		grid-template-columns: 1fr;
	}

	body.single-product main > .wc-block-store-notices,
	body.single-product main > .wp-block-columns,
	body.single-product main > .wp-block-woocommerce-product-details {
		width: calc(100% - 2rem);
	}
}

@media (max-width: 560px) {
	.bh-promo {
		font-size: 0.62rem;
		letter-spacing: 0.08em;
	}

	.bh-trust {
		grid-template-columns: 1fr;
	}

	.bh-trust-item {
		border-bottom: 1px solid var(--bh-line);
		border-right: 0;
	}

	.bh-category-card {
		min-height: 430px;
	}

	.bh-preview-grid,
	.woocommerce ul.products,
	.bh-footer-grid {
		grid-template-columns: 1fr;
	}

	.bh-footer-brand {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
