.bl-storefront-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	gap: clamp(26px, 4vw, 58px);
	box-sizing: border-box;
	height: 106px;
	padding: 0 clamp(32px, 4.7vw, 96px) 0 32px;
	border-bottom: 1px solid rgba(64, 45, 31, 0.08);
	background: #fffdfa;
	box-shadow: 0 6px 24px rgba(48, 36, 26, 0.08);
	transition: height 0.24s ease, padding 0.24s ease, box-shadow 0.24s ease;
}

.admin-bar .bl-storefront-header {
	top: 32px;
}

.bl-storefront-header__brand {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #111;
	text-decoration: none;
}

.bl-storefront-header__logo {
	display: block;
	flex: 0 0 auto;
	width: 78px;
	height: 78px;
	object-fit: contain;
	transition: width 0.24s ease, height 0.24s ease;
}

.bl-storefront-header__wordmark {
	font-family: var(--wp--preset--font-family--ysabeau-office, system-ui, sans-serif);
	font-size: 2.05rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: font-size 0.24s ease, letter-spacing 0.24s ease;
}

.bl-storefront-header__nav {
	display: flex;
	align-items: center;
	gap: clamp(22px, 2.4vw, 36px);
	margin-left: auto;
}

.bl-storefront-header__nav a {
	color: #191512;
	font-family: var(--wp--preset--font-family--ysabeau-office, system-ui, sans-serif);
	font-size: 1.18rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.bl-storefront-header__nav a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.bl-storefront-header__icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.bl-storefront-header__icon-link svg {
	width: 31px;
	height: 31px;
	fill: currentColor;
	transition: width 0.24s ease, height 0.24s ease;
}

.bl-storefront-header.is-compact {
	height: 78px;
	box-shadow: 0 8px 24px rgba(48, 36, 26, 0.1);
}

.bl-storefront-header.is-compact .bl-storefront-header__logo {
	width: 56px;
	height: 56px;
}

.bl-storefront-header.is-compact .bl-storefront-header__wordmark {
	font-size: 1.7rem;
	letter-spacing: 0.13em;
}

.bl-storefront-header.is-compact .bl-storefront-header__nav a {
	font-size: 1.04rem;
}

.bl-storefront-header.is-compact .bl-storefront-header__icon-link svg {
	width: 28px;
	height: 28px;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: clamp(26px, 4vw, 58px) !important;
	box-sizing: border-box;
	width: 100%;
	min-height: 106px;
	padding: 15px clamp(32px, 4.7vw, 96px) 15px 32px !important;
	border-bottom: 1px solid rgba(64, 45, 31, 0.08);
	background: #fffdfa;
	box-shadow: 0 6px 24px rgba(48, 36, 26, 0.08);
	transition: min-height 0.24s ease, padding 0.24s ease, box-shadow 0.24s ease;
}

.admin-bar.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) {
	top: 32px;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact {
	min-height: 78px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	box-shadow: 0 8px 24px rgba(48, 36, 26, 0.1);
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) > .wp-block-group:first-child {
	display: flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	gap: 18px !important;
	margin: 0 !important;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) > .wp-block-group.bl-sticky-nav__inner {
	display: flex !important;
	flex: 0 1 auto !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: clamp(22px, 2.4vw, 36px) !important;
	margin-left: auto !important;
	padding: 0 !important;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-navigation {
	margin: 0 !important;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-navigation__container {
	gap: clamp(22px, 2.4vw, 36px) !important;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-navigation-item__content {
	color: #191512;
	font-family: var(--wp--preset--font-family--ysabeau-office, system-ui, sans-serif);
	font-size: 1.18rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact .wp-block-navigation-item__content {
	font-size: 1.04rem !important;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-logo,
.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-site-logo img {
	width: 78px !important;
	height: 78px !important;
	transition: width 0.24s ease, height 0.24s ease;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact .wp-block-site-logo,
.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact .wp-block-site-logo img {
	width: 56px !important;
	height: 56px !important;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wc-block-mini-cart__button,
.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-woocommerce-customer-account a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #111;
}

.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact .wc-block-mini-cart__button,
.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact .wp-block-woocommerce-customer-account a {
	width: 30px;
	height: 30px;
}

.bl-sticky-nav .wp-block-site-title,
.bl-sticky-nav .site-title {
	font-family: var(--wp--preset--font-family--ysabeau-office, "Ysabeau Office", sans-serif) !important;
	font-weight: 700 !important;
	letter-spacing: 1.44px !important;
	text-transform: uppercase !important;
}

.bl-sticky-nav .wp-block-site-title a,
.bl-sticky-nav .site-title a {
	font-family: inherit !important;
	font-size: clamp(2.4rem, 2.6vw, 3.2rem) !important;
	font-weight: inherit !important;
	letter-spacing: 0.02em !important;
	text-transform: inherit !important;
}

.bl-sticky-nav.is-scrolled .wp-block-site-title a,
.bl-sticky-nav.is-scrolled .site-title a {
	font-size: clamp(1.85rem, 1.95vw, 2.35rem) !important;
	letter-spacing: 0.03em !important;
}

@media (max-width: 900px) {
	.bl-storefront-header {
		height: 88px;
		gap: 12px;
		padding: 0 18px;
	}

	.admin-bar .bl-storefront-header {
		top: 46px;
	}

	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) {
		min-height: 88px;
		gap: 12px !important;
		padding: 12px 18px !important;
	}

	.admin-bar.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) {
		top: 46px;
	}

	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact {
		min-height: 70px !important;
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}

	.bl-storefront-header__logo {
		width: 58px;
		height: 58px;
	}

	.bl-storefront-header__wordmark {
		font-size: 1.55rem;
		letter-spacing: 0.11em;
	}

	.bl-storefront-header__nav,
	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) > .wp-block-group.bl-sticky-nav__inner,
	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-navigation__container {
		gap: 16px !important;
	}

	.bl-storefront-header__nav a,
	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-navigation-item__content {
		font-size: 1rem;
	}

	.bl-storefront-header.is-compact {
		height: 70px;
	}

	.bl-storefront-header.is-compact .bl-storefront-header__logo,
	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact .wp-block-site-logo,
	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header).is-compact .wp-block-site-logo img {
		width: 48px !important;
		height: 48px !important;
	}

	.bl-storefront-header.is-compact .bl-storefront-header__wordmark {
		font-size: 1.35rem;
	}
}

@media (max-width: 640px) {
	.bl-storefront-header__nav a:not(.bl-storefront-header__icon-link),
	.brinelume-shipping-body .bl-sticky-nav:not(.bl-storefront-header) .wp-block-navigation {
		display: none;
	}

	.bl-storefront-header__wordmark {
		font-size: 1.35rem;
	}
}
