.bzh-kit,
.bzh-kit * {
	box-sizing: border-box;
}

.bzh-kit {
	--bzh-primary: #1769ff;
	--bzh-dark: #0b2d5b;
	--bzh-surface: #eaf2ff;
	--bzh-text: #13233a;
	--bzh-white: #ffffff;
	--bzh-muted: #60738c;
	--bzh-border: #dce5f0;
	--bzh-radius: 14px;
	color: var(--bzh-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.bzh-kit a {
	color: inherit;
	text-decoration: none;
}

.bzh-kit img {
	display: block;
	max-width: 100%;
}

.bzh-kit .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.bzh-kit .bzh-container {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.bzh-topbar {
	background: var(--bzh-dark);
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
}

.bzh-topbar__inner,
.bzh-topbar__contact,
.bzh-store-header__main,
.bzh-header-actions,
.bzh-store-nav__inner,
.bzh-primary-menu,
.bzh-button-row,
.bzh-hero__facts,
.bzh-section-heading,
.bzh-product-card__bottom,
.bzh-footer-bottom .bzh-container {
	display: flex;
	align-items: center;
}

.bzh-topbar__inner {
	justify-content: space-between;
	min-height: 38px;
}

.bzh-topbar__contact {
	gap: 20px;
}

.bzh-topbar__contact a {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.bzh-topbar__email-short {
	display: none;
}

.bzh-topbar a:hover,
.bzh-topbar a:focus {
	color: var(--bzh-white);
	text-decoration: underline;
}

.bzh-store-header {
	background: var(--bzh-white);
	border-bottom: 1px solid var(--bzh-border);
}

.bzh-store-header__main {
	gap: 34px;
	min-height: 92px;
}

.bzh-brand {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 0.9;
	text-transform: uppercase;
}

.bzh-brand span {
	color: var(--bzh-primary);
	font-size: 28px;
}

.bzh-brand small {
	color: var(--bzh-dark);
	font-size: 12px;
	letter-spacing: 5px;
	margin-top: 8px;
}

.bzh-kit .bzh-store-header .bzh-brand {
	max-width: 220px;
	overflow: hidden;
}

.bzh-kit .bzh-store-header .bzh-brand img.bzh-brand__logo {
	display: block !important;
	height: 68px !important;
	max-height: 68px !important;
	max-width: 220px !important;
	object-fit: contain !important;
	width: auto !important;
}

.bzh-product-search {
	display: flex;
	flex: 1 1 auto;
	max-width: 680px;
}

.bzh-product-search input[type="search"] {
	background: #f7f9fc;
	border: 1px solid var(--bzh-border);
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	color: var(--bzh-text);
	font: inherit;
	height: 48px;
	min-width: 0;
	padding: 0 18px;
	width: 100%;
}

.bzh-product-search input[type="search"]:focus {
	background: var(--bzh-white);
	border-color: var(--bzh-primary);
	outline: 2px solid color-mix(in srgb, var(--bzh-primary) 22%, transparent);
	outline-offset: 0;
}

.bzh-product-search button {
	background: var(--bzh-primary);
	border: 0;
	border-radius: 0 8px 8px 0;
	color: var(--bzh-white);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 0 22px;
}

.bzh-header-actions {
	gap: 20px;
	margin-left: auto;
}

.bzh-header-actions > a {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	white-space: nowrap;
}

.bzh-header-actions svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.bzh-cart-link strong {
	align-items: center;
	background: var(--bzh-primary);
	border-radius: 50%;
	color: var(--bzh-white);
	display: inline-flex;
	font-size: 11px;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding: 0 5px;
}

.bzh-store-nav {
	background: #061d3a;
	color: var(--bzh-white);
}

.bzh-store-nav--mobile {
	display: none;
}

.bzh-store-nav__inner {
	gap: 20px;
	min-height: 54px;
	overflow: hidden;
}

.bzh-shop-pill {
	align-self: stretch;
	align-items: center;
	background: var(--bzh-primary);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	padding: 0 26px;
	text-transform: uppercase;
}

.bzh-primary-menu {
	flex: 1 1 auto;
	flex-wrap: nowrap;
	gap: clamp(2px, 0.55vw, 8px);
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 0;
	white-space: nowrap;
}

.bzh-primary-menu li {
	display: flex;
	margin: 0;
	min-height: 54px;
}

.bzh-primary-menu a {
	align-items: center;
	border-radius: 7px;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 clamp(8px, 0.8vw, 14px);
	transition: background-color 0.18s ease, color 0.18s ease;
}

.bzh-primary-menu a:hover,
.bzh-primary-menu a:focus {
	background: rgba(255, 255, 255, 0.1);
	color: var(--bzh-white);
}

.bzh-primary-menu .bzh-menu-current > a,
.bzh-primary-menu .current-menu-item > a,
.bzh-primary-menu .current_page_item > a,
.bzh-primary-menu .current-menu-parent > a,
.bzh-primary-menu .current-menu-ancestor > a,
.bzh-primary-menu .current_page_parent > a,
.bzh-primary-menu .current_page_ancestor > a {
	background: var(--bzh-primary);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
	color: var(--bzh-white);
}

.bzh-hero {
	background:
		radial-gradient(circle at 84% 20%, rgba(23, 105, 255, 0.25), transparent 38%),
		linear-gradient(135deg, #f7faff 0%, var(--bzh-surface) 100%);
	overflow: hidden;
}

.bzh-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	min-height: 560px;
}

.bzh-hero__content {
	align-self: center;
	max-width: 680px;
	padding: 78px 40px 78px 0;
}

.bzh-eyebrow,
.bzh-section-heading > div > span,
.bzh-quote-banner > div > span {
	color: var(--bzh-primary);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bzh-hero h1 {
	color: var(--bzh-dark);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 900;
	letter-spacing: -2.5px;
	line-height: 0.98;
	margin: 0 0 24px;
	max-width: 720px;
}

.bzh-hero__content > p {
	color: var(--bzh-muted);
	font-size: 19px;
	margin: 0 0 30px;
	max-width: 590px;
}

.bzh-button-row {
	flex-wrap: wrap;
	gap: 12px;
}

.bzh-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	text-transform: uppercase;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bzh-button:hover,
.bzh-button:focus {
	box-shadow: 0 10px 28px rgba(11, 45, 91, 0.2);
	transform: translateY(-2px);
}

.bzh-button--primary {
	background: var(--bzh-primary);
	color: var(--bzh-white) !important;
}

.bzh-button--outline {
	border-color: var(--bzh-dark);
	color: var(--bzh-dark) !important;
}

.bzh-button--light {
	background: var(--bzh-white);
	color: var(--bzh-dark) !important;
}

.bzh-hero__facts {
	gap: 30px;
	margin-top: 42px;
}

.bzh-hero__facts span {
	color: var(--bzh-muted);
	display: flex;
	flex-direction: column;
	font-size: 12px;
}

.bzh-hero__facts strong {
	color: var(--bzh-dark);
	font-size: 16px;
}

.bzh-hero__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 500px;
	padding: 45px 0 45px 25px;
	position: relative;
}

.bzh-hero__visual::before {
	background: var(--bzh-primary);
	border-radius: 50%;
	content: "";
	height: 430px;
	opacity: 0.13;
	position: absolute;
	width: 430px;
}

.bzh-hero__visual > img {
	border-radius: 22px;
	box-shadow: 0 30px 60px rgba(11, 45, 91, 0.24);
	max-height: 450px;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.bzh-tool-panel {
	background: linear-gradient(145deg, #0b2d5b, #061d3a);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 26px;
	box-shadow: 0 30px 65px rgba(11, 45, 91, 0.28);
	color: var(--bzh-white);
	display: grid;
	gap: 14px;
	max-width: 440px;
	padding: 42px;
	position: relative;
	transform: rotate(-2deg);
	width: 100%;
	z-index: 1;
}

.bzh-tool-panel__mark {
	align-items: center;
	background: var(--bzh-primary);
	border-radius: 18px;
	display: flex;
	font-size: 54px;
	font-weight: 950;
	height: 150px;
	justify-content: center;
	letter-spacing: -4px;
	margin-bottom: 10px;
}

.bzh-tool-panel > span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	font-weight: 800;
	padding: 12px 16px;
}

.bzh-section {
	background: var(--bzh-white);
	padding: 78px 0;
}

.bzh-category-section {
	padding-bottom: 40px;
}

.bzh-product-section + .bzh-product-section {
	background: #f7f9fc;
}

.bzh-section-heading {
	justify-content: space-between;
	margin-bottom: 30px;
}

.bzh-section-heading h2,
.bzh-quote-banner h2 {
	color: var(--bzh-dark);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -1.3px;
	line-height: 1.08;
	margin: 0;
}

.bzh-section-heading > a {
	color: var(--bzh-primary);
	font-size: 14px;
	font-weight: 800;
}

.bzh-category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bzh-category-card {
	background: #f8fafd;
	border: 1px solid var(--bzh-border);
	border-radius: var(--bzh-radius);
	min-width: 0;
	padding: 14px 14px 18px;
	text-align: center;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bzh-category-card:hover,
.bzh-category-card:focus {
	border-color: var(--bzh-primary);
	box-shadow: 0 16px 35px rgba(11, 45, 91, 0.11);
	transform: translateY(-4px);
}

.bzh-category-card__media {
	align-items: center;
	background: var(--bzh-white);
	border-radius: 10px;
	display: flex;
	height: 130px;
	justify-content: center;
	overflow: hidden;
}

.bzh-category-card__media img {
	height: 100%;
	object-fit: contain;
	padding: 8px;
	width: 100%;
}

.bzh-category-placeholder {
	align-items: center;
	background: var(--bzh-surface);
	border-radius: 50%;
	color: var(--bzh-primary);
	display: flex;
	font-size: 30px;
	font-weight: 950;
	height: 82px;
	justify-content: center;
	width: 82px;
}

.bzh-category-card h3 {
	color: var(--bzh-dark);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.2;
	margin: 16px 0 5px;
}

.bzh-category-card > span {
	color: var(--bzh-muted);
	font-size: 12px;
}

.bzh-product-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bzh-product-card {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: var(--bzh-radius);
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.bzh-product-card:hover {
	box-shadow: 0 18px 40px rgba(11, 45, 91, 0.11);
	transform: translateY(-4px);
}

.bzh-product-card__media {
	align-items: center;
	background: #f4f7fb;
	display: flex;
	height: 280px;
	justify-content: center;
	overflow: hidden;
	padding: 22px;
	position: relative;
}

.bzh-product-card__media img {
	height: auto;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.bzh-product-placeholder {
	align-items: center;
	background: var(--bzh-white);
	border: 1px dashed #c7d4e5;
	border-radius: 12px;
	color: var(--bzh-muted);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.bzh-product-placeholder strong {
	align-items: center;
	background: var(--bzh-surface);
	border-radius: 50%;
	color: var(--bzh-primary);
	display: flex;
	font-size: 30px;
	height: 82px;
	justify-content: center;
	margin-bottom: 12px;
	width: 82px;
}

.bzh-product-placeholder small {
	font-size: 12px;
	font-weight: 700;
}

.bzh-sale-badge {
	background: var(--bzh-primary);
	border-radius: 20px;
	color: var(--bzh-white);
	font-size: 11px;
	font-weight: 900;
	left: 14px;
	padding: 6px 11px;
	position: absolute;
	top: 14px;
	z-index: 2;
}

.bzh-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.bzh-product-card__category,
.bzh-product-card__category a {
	color: var(--bzh-primary);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.bzh-product-card h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	margin: 8px 0 10px;
}

.bzh-product-card h3 a:hover,
.bzh-product-card h3 a:focus {
	color: var(--bzh-primary);
}

.bzh-rating {
	font-size: 13px;
	margin-bottom: 14px;
}

.bzh-rating .star-rating {
	color: #ffad0d;
	float: none;
	margin: 0;
}

.bzh-product-card__bottom {
	align-items: stretch;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
}

.bzh-product-actions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bzh-product-actions > :only-child {
	grid-column: 1 / -1;
}

.bzh-price {
	color: var(--bzh-dark);
	font-size: 18px;
	font-weight: 900;
}

.bzh-price del {
	color: var(--bzh-muted);
	font-size: 12px;
	font-weight: 500;
}

.bzh-price ins {
	text-decoration: none;
}

.bzh-add-to-cart,
.bzh-buy-now {
	background: var(--bzh-primary);
	border-radius: 7px;
	color: var(--bzh-white) !important;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	padding: 10px 13px;
	text-align: center;
}

.bzh-buy-now {
	background: var(--bzh-dark);
}

.bzh-add-to-cart:hover,
.bzh-add-to-cart:focus,
.bzh-buy-now:hover,
.bzh-buy-now:focus {
	background: var(--bzh-dark);
}

.bzh-buy-now:hover,
.bzh-buy-now:focus {
	background: var(--bzh-primary);
}

.bzh-quote-section {
	padding-bottom: 45px;
}

.bzh-quote-banner {
	align-items: center;
	background:
		radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.16), transparent 30%),
		linear-gradient(115deg, var(--bzh-dark), var(--bzh-primary));
	border-radius: 20px;
	color: var(--bzh-white);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	overflow: hidden;
	padding: 46px 50px;
}

.bzh-quote-banner > div > span,
.bzh-quote-banner h2 {
	color: var(--bzh-white);
}

.bzh-quote-banner p {
	color: rgba(255, 255, 255, 0.8);
	margin: 12px 0 0;
	max-width: 690px;
}

.bzh-trust-section {
	background: var(--bzh-surface);
	padding: 26px 0;
}

.bzh-trust-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bzh-trust-item {
	align-items: center;
	border-right: 1px solid rgba(11, 45, 91, 0.15);
	display: flex;
	gap: 13px;
	justify-content: center;
	min-width: 0;
	padding: 8px 18px;
}

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

.bzh-trust-item > span {
	align-items: center;
	background: var(--bzh-primary);
	border-radius: 50%;
	color: var(--bzh-white);
	display: flex;
	font-size: 11px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.bzh-trust-item > div {
	display: flex;
	flex-direction: column;
}

.bzh-trust-item strong {
	color: var(--bzh-dark);
	font-size: 13px;
}

.bzh-trust-item small {
	color: var(--bzh-muted);
	font-size: 11px;
}

.bzh-store-footer {
	background: #061d3a;
	color: rgba(255, 255, 255, 0.75);
	padding-top: 65px;
}

.bzh-footer-grid {
	display: grid;
	gap: 45px;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	padding-bottom: 55px;
}

.bzh-brand--footer span,
.bzh-brand--footer small {
	color: var(--bzh-white);
}

.bzh-footer-grid p {
	font-size: 14px;
	margin: 22px 0 0;
	max-width: 340px;
}

.bzh-footer-grid h3 {
	color: var(--bzh-white);
	font-size: 15px;
	font-weight: 850;
	margin: 0 0 17px;
}

.bzh-footer-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bzh-footer-grid li {
	font-size: 13px;
	margin: 0 0 9px;
}

.bzh-footer-grid a:hover,
.bzh-footer-grid a:focus {
	color: var(--bzh-white);
}

.bzh-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
}

.bzh-footer-bottom .bzh-container {
	justify-content: space-between;
	min-height: 60px;
}

.bzh-footer-legal {
	display: flex;
	gap: 18px;
}

.bzh-footer-legal a:hover,
.bzh-footer-legal a:focus {
	color: #ffffff;
}

/* Shipping, privacy and terms pages. */
.bzh-policy-page {
	background: #ffffff;
}

.bzh-policy-hero {
	background:
		radial-gradient(circle at 86% 20%, rgba(23, 105, 255, 0.2), transparent 32%),
		linear-gradient(135deg, #f8fbff 0%, var(--bzh-surface) 100%);
	border-bottom: 1px solid var(--bzh-border);
	padding: 78px 0;
}

.bzh-policy-hero h1 {
	color: var(--bzh-dark);
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 1;
	margin: 0 0 20px;
}

.bzh-policy-hero p {
	color: var(--bzh-muted);
	font-size: 18px;
	margin: 0;
	max-width: 720px;
}

.bzh-policy-content {
	padding: 76px 0 90px;
}

.bzh-policy-grid {
	display: grid;
	gap: 42px 70px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.bzh-policy-sections {
	display: grid;
	gap: 18px;
}

.bzh-policy-sections section {
	border-bottom: 1px solid var(--bzh-border);
	padding: 0 0 24px;
}

.bzh-policy-sections h2,
.bzh-policy-help h2 {
	color: var(--bzh-dark);
	font-size: 23px;
	font-weight: 900;
	margin: 0 0 9px;
}

.bzh-policy-sections p,
.bzh-policy-help p {
	color: var(--bzh-muted);
	margin: 0;
}

.bzh-policy-help {
	align-self: start;
	background: #f4f8fd;
	border: 1px solid var(--bzh-border);
	border-radius: 16px;
	padding: 28px;
	position: sticky;
	top: 20px;
}

.bzh-policy-help .bzh-button {
	margin-top: 22px;
	width: 100%;
}

.bzh-policy-account {
	color: var(--bzh-primary) !important;
	display: block;
	font-size: 13px;
	font-weight: 850;
	margin-top: 18px;
	text-align: center;
}

.bzh-inline-notice {
	background: #fff8e6;
	border-left: 4px solid #f0a500;
	margin: 25px 0;
	padding: 15px 18px;
}

/* Stable plugin-owned page shell. Theme headers and layout wrappers are never
 * rendered on these requests, while wp_head/wp_footer remain available to
 * WooCommerce, Stripe, tax, shipping and accessibility integrations. */
body.bzh-storefront-template {
	background: #f5f8fc;
	margin: 0;
	min-width: 320px;
}

.bzh-storefront-template .bzh-site-shell {
	background: #f5f8fc;
	min-height: 100vh;
	overflow: clip;
	width: 100%;
}

.bzh-storefront-template .bzh-skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.bzh-storefront-template .bzh-skip-link:focus {
	background: #ffffff;
	clip: auto !important;
	clip-path: none;
	color: #0b2d5b;
	height: auto;
	left: 16px;
	padding: 12px 18px;
	position: fixed;
	top: 16px;
	width: auto;
	z-index: 99999;
}

.bzh-template-content--woocommerce,
.bzh-template-content--shop,
.bzh-template-content--page > .woocommerce,
.bzh-template-content--page > .bzh-template-article > .woocommerce {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 44px 24px 72px;
	width: 100%;
}

.bzh-template-content--shop > .bzh-container {
	max-width: 1280px;
	padding: 0;
}

.bzh-template-content--page,
.bzh-template-article {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.bzh-commerce-page-heading {
	background: linear-gradient(135deg, #f8fbff 0%, var(--bzh-surface, #eaf2ff) 100%);
	border-bottom: 1px solid var(--bzh-border, #dce5f0);
	padding: 42px 24px;
}

.bzh-commerce-page-heading > div {
	margin: 0 auto;
	max-width: 1232px;
}

.bzh-commerce-page-heading span {
	color: var(--bzh-primary, #1769ff);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.3px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.bzh-commerce-page-heading h1 {
	color: var(--bzh-dark, #0b2d5b);
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 900;
	letter-spacing: -1.4px;
	line-height: 1.05;
	margin: 0;
}

.bzh-template-content--page > .bzh-template-article > p:empty {
	display: none;
}

/* Catalog controls and pagination. */
.bzh-woo-page .woocommerce-result-count {
	color: var(--bzh-muted);
	font-size: 14px;
}

.bzh-woo-page .woocommerce-ordering select {
	background: #ffffff;
	border: 1px solid var(--bzh-border);
	border-radius: 8px;
	color: var(--bzh-text);
	min-height: 44px;
	padding: 0 38px 0 14px;
}

.bzh-woo-page nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 7px;
	justify-content: center;
	margin-top: 34px;
}

.bzh-woo-page nav.woocommerce-pagination ul li {
	border: 0;
}

.bzh-woo-page nav.woocommerce-pagination ul li a,
.bzh-woo-page nav.woocommerce-pagination ul li span {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--bzh-border);
	border-radius: 7px;
	color: var(--bzh-dark);
	display: flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
}

.bzh-woo-page nav.woocommerce-pagination ul li span.current,
.bzh-woo-page nav.woocommerce-pagination ul li a:hover {
	background: var(--bzh-primary);
	border-color: var(--bzh-primary);
	color: #ffffff;
}

/* Cart, Checkout and My Account use native WooCommerce forms with a cohesive
 * professional shell. No gateway fields are replaced or hard-coded. */
.bzh-woo-page.woocommerce-cart .bzh-template-article,
.bzh-woo-page.woocommerce-checkout .bzh-template-article,
.bzh-woo-page.woocommerce-account .bzh-template-article {
	margin: 0 auto;
	max-width: 1280px;
	padding: 46px 24px 76px;
}

.bzh-woo-page .woocommerce h1,
.bzh-woo-page .woocommerce h2,
.bzh-woo-page .woocommerce h3 {
	color: var(--bzh-dark);
	font-weight: 900;
	letter-spacing: -0.5px;
}

.bzh-woo-page .woocommerce h2 {
	font-size: clamp(25px, 3vw, 34px);
}

.bzh-woo-page .woocommerce table.shop_table {
	background: #ffffff;
	border: 1px solid var(--bzh-border);
	border-collapse: separate;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(11, 45, 91, 0.06);
	overflow: hidden;
}

.bzh-woo-page .woocommerce table.shop_table th {
	background: #f0f5fb;
	color: var(--bzh-dark);
	font-size: 13px;
	font-weight: 850;
	padding: 16px;
	text-transform: uppercase;
}

.bzh-woo-page .woocommerce table.shop_table td {
	border-color: var(--bzh-border);
	padding: 16px;
	vertical-align: middle;
}

.bzh-woo-page.woocommerce-cart table.cart img {
	background: #f4f7fb;
	border-radius: 8px;
	height: 78px;
	object-fit: contain;
	padding: 5px;
	width: 78px;
}

.bzh-woo-page .woocommerce a.remove {
	align-items: center;
	background: #fff0f0;
	color: #c53030 !important;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.bzh-woo-page .woocommerce a.remove:hover {
	background: #c53030;
	color: #ffffff !important;
}

.bzh-woo-page .woocommerce .quantity .qty,
.bzh-woo-page .woocommerce input.input-text,
.bzh-woo-page .woocommerce input[type="email"],
.bzh-woo-page .woocommerce input[type="tel"],
.bzh-woo-page .woocommerce input[type="password"],
.bzh-woo-page .woocommerce textarea,
.bzh-woo-page .woocommerce select,
.bzh-woo-page .select2-container--default .select2-selection--single {
	background: #ffffff;
	border: 1px solid #cfdbea;
	border-radius: 8px;
	box-shadow: none;
	color: var(--bzh-text);
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
}

.bzh-woo-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
	padding: 0;
}

.bzh-woo-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.bzh-woo-page .woocommerce form .form-row label {
	color: var(--bzh-dark);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 6px;
}

.bzh-woo-page .cart-collaterals .cart_totals,
.bzh-woo-page form.checkout .col2-set,
.bzh-woo-page #order_review,
.bzh-woo-page .woocommerce-form-login,
.bzh-woo-page .woocommerce-form-register,
.bzh-woo-page .woocommerce-MyAccount-content {
	background: #ffffff;
	border: 1px solid var(--bzh-border);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(11, 45, 91, 0.06);
	padding: 28px;
}

.bzh-woo-page.woocommerce-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 28px;
}

.bzh-woo-page.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 480px);
}

.bzh-woo-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.bzh-woo-page.woocommerce-checkout #place_order {
	background: var(--bzh-primary) !important;
	border: 0;
	border-radius: 8px;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 900;
	min-height: 52px;
	padding: 15px 22px;
	width: 100%;
}

.bzh-woo-page form.checkout {
	display: grid;
	gap: 30px 34px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.bzh-woo-page form.checkout > .col2-set {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 100%;
}

.bzh-woo-page form.checkout > h3#order_review_heading,
.bzh-woo-page form.checkout > #order_review {
	grid-column: 2;
}

.bzh-woo-page form.checkout > h3#order_review_heading {
	align-self: end;
	margin: 0;
}

.bzh-woo-page form.checkout > #order_review {
	align-self: start;
}

.bzh-woo-page #payment {
	background: #f2f6fb;
	border-radius: 10px;
}

.bzh-woo-page #payment ul.payment_methods,
.bzh-woo-page #payment div.form-row {
	padding: 18px;
}

.bzh-woo-page #payment div.payment_box {
	background: #e3edf9;
	color: var(--bzh-text);
}

.bzh-woo-page #payment div.payment_box::before {
	border-bottom-color: #e3edf9;
}

.bzh-woo-page.woocommerce-account .woocommerce {
	display: grid;
	gap: 26px;
	grid-template-columns: 240px minmax(0, 1fr);
}

.bzh-woo-page .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
}

.bzh-woo-page .woocommerce-MyAccount-navigation ul {
	background: #061d3a;
	border-radius: 14px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 8px;
}

.bzh-woo-page .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.bzh-woo-page .woocommerce-MyAccount-navigation a {
	border-radius: 8px;
	color: rgba(255,255,255,.82);
	display: block;
	font-size: 14px;
	font-weight: 750;
	padding: 12px 14px;
}

.bzh-woo-page .woocommerce-MyAccount-navigation li.is-active a,
.bzh-woo-page .woocommerce-MyAccount-navigation a:hover {
	background: var(--bzh-primary);
	color: #ffffff;
}

.bzh-woo-page .woocommerce-MyAccount-content {
	float: none;
	min-width: 0;
	width: auto;
}

.bzh-woo-page .woocommerce-order-received .woocommerce-order-overview,
.bzh-woo-page .woocommerce-thankyou-order-received,
.bzh-woo-page .wc-empty-cart-message,
.bzh-woo-page .woocommerce-info {
	background: #ffffff;
	border: 1px solid var(--bzh-border);
	border-radius: 12px;
	padding: 20px;
}

/* WooCommerce pages: use the BuildZone chrome and keep theme output isolated. */
.bzh-woo-page {
	--bzh-primary: #1769ff;
	--bzh-dark: #0b2d5b;
	--bzh-surface: #eaf2ff;
	--bzh-text: #13233a;
	--bzh-white: #ffffff;
	--bzh-muted: #60738c;
	--bzh-border: #dce5f0;
	background: #f5f8fc;
	color: var(--bzh-text);
}

.bzh-woo-page #site-header,
.bzh-woo-page header#masthead,
.bzh-woo-page header.site-header,
.bzh-woo-page .elementor-location-header,
.bzh-woo-page [data-elementor-type="header"],
.bzh-plugin-header-page #site-header,
.bzh-plugin-header-page header#masthead,
.bzh-plugin-header-page header.site-header,
.bzh-plugin-header-page .elementor-location-header,
.bzh-plugin-header-page [data-elementor-type="header"],
.bzh-woo-page #site-footer,
.bzh-woo-page footer#colophon,
.bzh-woo-page footer.site-footer,
.bzh-woo-page .elementor-location-footer,
.bzh-woo-page [data-elementor-type="footer"],
.bzh-plugin-footer-page #site-footer,
.bzh-plugin-footer-page footer#colophon,
.bzh-plugin-footer-page footer.site-footer,
.bzh-plugin-footer-page .elementor-location-footer,
.bzh-plugin-footer-page [data-elementor-type="footer"] {
	display: none !important;
}

.bzh-information-page .entry-header,
.bzh-information-page .page-header {
	display: none !important;
}

.bzh-information-page #secondary,
.bzh-information-page aside.widget-area {
	display: none !important;
}

.bzh-information-page #content,
.bzh-information-page .site-content,
.bzh-information-page main.site-main,
.bzh-information-page article.page,
.bzh-information-page .entry-content {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.bzh-woo-page #content,
.bzh-woo-page main.site-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 48px 24px 72px;
	width: 100%;
}

.bzh-woo-page .woocommerce-breadcrumb {
	color: var(--bzh-muted);
	font-size: 13px;
	margin: 0 0 24px;
}

.bzh-woo-page .woocommerce-notices-wrapper .woocommerce-error,
.bzh-woo-page .woocommerce-notices-wrapper .woocommerce-message,
.bzh-woo-page .woocommerce-notices-wrapper .woocommerce-info {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-top: 3px solid var(--bzh-primary);
	border-radius: 10px;
	box-shadow: none;
	color: var(--bzh-text);
	margin: 0 0 28px;
}

.bzh-woo-page.single-product div.product {
	display: grid;
	gap: 42px 50px;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.bzh-woo-page.single-product div.product div.images,
.bzh-woo-page.single-product div.product div.summary {
	float: none;
	margin: 0;
	width: auto;
}

.bzh-woo-page.single-product div.product div.images .woocommerce-product-gallery__wrapper {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 16px;
	margin: 0;
	overflow: hidden;
	padding: 28px;
}

.bzh-woo-page.single-product div.product div.images img {
	height: auto;
	margin: 0 auto;
	max-height: 610px;
	object-fit: contain;
	width: auto;
}

.bzh-woo-page.single-product div.product div.summary {
	align-self: start;
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 16px;
	padding: 34px;
}

.bzh-woo-page.single-product .product_title {
	color: var(--bzh-dark);
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 900;
	letter-spacing: -1.2px;
	line-height: 1.08;
	margin: 0 0 16px;
}

.bzh-woo-page.single-product div.product p.price,
.bzh-woo-page.single-product div.product span.price {
	color: var(--bzh-primary);
	font-size: 28px;
	font-weight: 850;
}

.bzh-woo-page.single-product .woocommerce-product-details__short-description {
	color: var(--bzh-muted);
	font-size: 16px;
	margin: 18px 0 24px;
}

.bzh-woo-page.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 26px 0;
}

.bzh-woo-page.single-product form.cart .quantity .qty {
	border: 1px solid var(--bzh-border);
	border-radius: 8px;
	height: 48px;
	min-width: 72px;
}

.bzh-woo-page.single-product form.cart .single_add_to_cart_button,
.bzh-woo-page.single-product form.cart .bzh-buy-now-button,
.bzh-woo-page .woocommerce a.button,
.bzh-woo-page .woocommerce button.button,
.bzh-woo-page .woocommerce input.button {
	background: var(--bzh-primary) !important;
	border-radius: 8px;
	color: var(--bzh-white) !important;
	font-weight: 800;
	min-height: 44px;
	padding: 13px 20px;
}

.bzh-woo-page.single-product form.cart .bzh-buy-now-button,
.bzh-woo-page a.button.bzh-loop-buy-now {
	background: var(--bzh-dark) !important;
}

.bzh-woo-page.single-product form.cart .bzh-buy-now-button:hover,
.bzh-woo-page.single-product form.cart .bzh-buy-now-button:focus,
.bzh-woo-page a.button.bzh-loop-buy-now:hover,
.bzh-woo-page a.button.bzh-loop-buy-now:focus {
	background: var(--bzh-primary) !important;
}

.bzh-woo-page a.button.bzh-loop-buy-now {
	display: block;
	margin-top: 8px;
	text-align: center;
}

.bzh-admin-product-note {
	background: #fff7d6;
	border: 1px solid #e7c84f;
	border-radius: 8px;
	color: #5d4a00;
	font-size: 13px;
	font-weight: 700;
	margin: 18px 0 0;
	padding: 12px 14px;
}

.bzh-woo-page.single-product .woocommerce-verification-required {
	background: #eef5ff;
	border: 1px solid #b9d1f5;
	border-radius: 10px;
	color: var(--bzh-dark);
	font-weight: 700;
	margin: 18px 0 0;
	padding: 14px 16px;
}

.bzh-woo-page.single-product .product_meta {
	border-top: 1px solid var(--bzh-border);
	color: var(--bzh-muted);
	font-size: 13px;
	margin-top: 26px;
	padding-top: 20px;
}

.bzh-woo-page.single-product div.product .woocommerce-tabs,
.bzh-woo-page.single-product div.product .related.products,
.bzh-woo-page.single-product div.product .upsells.products {
	grid-column: 1 / -1;
}

.bzh-woo-page.single-product div.product .woocommerce-tabs {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 16px;
	padding: 28px;
}

.bzh-woo-page.single-product div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 24px;
	padding: 0;
}

.bzh-woo-page.single-product div.product .woocommerce-tabs ul.tabs::before,
.bzh-woo-page.single-product div.product .woocommerce-tabs ul.tabs li::before,
.bzh-woo-page.single-product div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.bzh-woo-page.single-product div.product .woocommerce-tabs ul.tabs li {
	background: var(--bzh-surface);
	border: 0;
	border-radius: 8px;
	margin: 0 8px 0 0;
	padding: 0 18px;
}

.bzh-woo-page.single-product div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--bzh-primary);
}

.bzh-woo-page.single-product div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--bzh-white);
}

.bzh-woo-page.single-product div.product .related.products > h2,
.bzh-woo-page.single-product div.product .upsells.products > h2 {
	color: var(--bzh-dark);
	font-size: 32px;
	font-weight: 900;
	margin: 4px 0 24px;
}

.bzh-woo-page.single-product .related.products ul.products,
.bzh-woo-page.single-product .upsells.products ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bzh-woo-page.single-product .related.products ul.products::before,
.bzh-woo-page.single-product .related.products ul.products::after,
.bzh-woo-page.single-product .upsells.products ul.products::before,
.bzh-woo-page.single-product .upsells.products ul.products::after {
	display: none;
}

.bzh-woo-page.single-product .related.products ul.products li.product,
.bzh-woo-page.single-product .upsells.products ul.products li.product {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	overflow: hidden;
	padding: 16px;
	width: auto !important;
}

.bzh-woo-page.single-product ul.products li.product a img {
	background: #f4f7fb;
	border-radius: 10px;
	height: 230px;
	margin: 0 0 16px;
	object-fit: contain;
	padding: 12px;
	width: 100%;
}

.bzh-woo-page.single-product ul.products li.product .woocommerce-loop-product__title {
	color: var(--bzh-dark);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	padding: 0;
}

.bzh-woo-page.single-product ul.products li.product .price {
	color: var(--bzh-primary);
	font-weight: 800;
}

.bzh-woo-page.single-product ul.products li.product .button {
	margin-top: auto;
	text-align: center;
}

/* Shop is a collection directory; opening a collection shows its products. */
.bzh-shop-collections-page .woocommerce-products-header__title,
.bzh-product-collection-page .woocommerce-products-header__title {
	color: var(--bzh-dark);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 900;
	letter-spacing: -1.4px;
	line-height: 1.08;
	margin: 0 0 14px;
}

.bzh-shop-collections-wrap {
	width: 100%;
}

.bzh-shop-collections {
	padding: 4px 0 8px;
}

.bzh-collection-intro {
	margin-bottom: 30px;
	max-width: 720px;
}

.bzh-collection-intro > span {
	color: var(--bzh-primary);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.4px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bzh-collection-intro h1,
.bzh-collection-intro h2 {
	color: var(--bzh-dark);
	font-size: clamp(30px, 3.5vw, 44px);
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0 0 12px;
}

.bzh-collection-intro p {
	color: var(--bzh-muted);
	font-size: 16px;
	margin: 0;
}

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

.bzh-shop-collection-card {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(11, 45, 91, 0.06);
	color: var(--bzh-text) !important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bzh-shop-collection-card:hover,
.bzh-shop-collection-card:focus {
	border-color: var(--bzh-primary);
	box-shadow: 0 16px 34px rgba(11, 45, 91, 0.13);
	transform: translateY(-4px);
}

.bzh-shop-collection-card__media {
	align-items: center;
	background: #f4f7fb;
	display: flex;
	height: 230px;
	justify-content: center;
	overflow: hidden;
	padding: 18px;
}

.bzh-shop-collection-card__media img {
	height: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	width: 100% !important;
}

.bzh-shop-collection-card__media .bzh-category-placeholder {
	height: 118px;
	width: 118px;
}

.bzh-shop-collection-card__body {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 20px;
}

.bzh-shop-collection-card__body h3 {
	color: var(--bzh-dark);
	font-size: 19px;
	font-weight: 850;
	line-height: 1.25;
	margin: 0 0 4px;
}

.bzh-shop-collection-card__body span {
	color: var(--bzh-muted);
	font-size: 13px;
}

.bzh-shop-collection-card__body strong {
	align-items: center;
	background: var(--bzh-primary);
	border-radius: 50%;
	color: var(--bzh-white);
	display: inline-flex;
	flex: 0 0 38px;
	font-size: 20px;
	height: 38px;
	justify-content: center;
}

.bzh-product-collection-page .woocommerce-products-header {
	margin-bottom: 28px;
}

.bzh-product-collection-page .term-description {
	color: var(--bzh-muted);
	max-width: 780px;
}

.bzh-product-collection-page .woocommerce-result-count,
.bzh-product-collection-page .woocommerce-ordering {
	margin-bottom: 28px;
}

.bzh-product-collection-page .woocommerce-ordering select {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 8px;
	color: var(--bzh-text);
	min-height: 44px;
	padding: 0 36px 0 14px;
}

.bzh-product-collection-page ul.products {
	clear: both;
	display: grid !important;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bzh-product-collection-page ul.products::before,
.bzh-product-collection-page ul.products::after {
	display: none !important;
}

.bzh-product-collection-page ul.products li.product {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 14px;
	display: flex !important;
	flex-direction: column;
	margin: 0 !important;
	overflow: hidden;
	padding: 16px;
	width: auto !important;
}

.bzh-product-collection-page ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
}

.bzh-product-collection-page ul.products li.product a img {
	background: #f4f7fb;
	border-radius: 10px;
	height: 250px !important;
	margin: 0 0 16px !important;
	object-fit: contain !important;
	padding: 12px;
	width: 100% !important;
}

.bzh-product-collection-page ul.products li.product .woocommerce-loop-product__title {
	color: var(--bzh-dark);
	font-size: 17px;
	font-weight: 850;
	line-height: 1.3;
	padding: 0;
}

.bzh-product-collection-page ul.products li.product .price {
	color: var(--bzh-primary);
	font-size: 16px;
	font-weight: 850;
}

.bzh-product-collection-page ul.products li.product .button {
	margin-top: auto;
	text-align: center;
}

/* Complete About and Contact pages. */
.bzh-info-page-wrap {
	background: var(--bzh-white);
	width: 100%;
}

.bzh-info-page {
	background: var(--bzh-white);
	overflow: hidden;
}

.bzh-info-hero {
	background:
		radial-gradient(circle at 86% 18%, rgba(23, 105, 255, 0.22), transparent 35%),
		linear-gradient(135deg, #f8fbff 0%, var(--bzh-surface) 100%);
	border-bottom: 1px solid var(--bzh-border);
}

.bzh-info-hero__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	min-height: 530px;
	padding-bottom: 75px;
	padding-top: 75px;
}

.bzh-info-hero__copy h1,
.bzh-contact-hero h1 {
	color: var(--bzh-dark);
	font-size: clamp(42px, 5.4vw, 68px);
	font-weight: 900;
	letter-spacing: -2.2px;
	line-height: 1;
	margin: 0 0 24px;
}

.bzh-info-hero__copy > p,
.bzh-contact-hero p {
	color: var(--bzh-muted);
	font-size: 18px;
	margin: 0 0 30px;
	max-width: 650px;
}

.bzh-info-hero__panel {
	background: linear-gradient(145deg, var(--bzh-dark), #061d3a);
	border: 8px solid rgba(255, 255, 255, 0.82);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(11, 45, 91, 0.22);
	color: var(--bzh-white);
	min-height: 360px;
	overflow: hidden;
	padding: 45px;
	position: relative;
}

.bzh-info-hero__panel::after {
	background: var(--bzh-primary);
	border-radius: 50%;
	content: "";
	height: 210px;
	opacity: 0.28;
	position: absolute;
	right: -70px;
	top: -60px;
	width: 210px;
}

.bzh-info-hero__mark {
	align-items: center;
	background: var(--bzh-primary);
	border-radius: 18px;
	display: flex;
	font-size: 40px;
	font-weight: 950;
	height: 100px;
	justify-content: center;
	letter-spacing: -3px;
	margin-bottom: 42px;
	width: 100px;
}

.bzh-info-hero__panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bzh-info-hero__panel li {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 15px;
	font-weight: 750;
	padding: 13px 0;
}

.bzh-info-section {
	padding: 88px 0;
}

.bzh-info-section--soft {
	background: #f5f8fc;
	border-bottom: 1px solid var(--bzh-border);
	border-top: 1px solid var(--bzh-border);
}

.bzh-story-grid {
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.bzh-story-grid h2,
.bzh-info-heading h2,
.bzh-contact-form-card__head h2 {
	color: var(--bzh-dark);
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 900;
	letter-spacing: -1.2px;
	line-height: 1.08;
	margin: 0;
}

.bzh-story-copy p {
	color: var(--bzh-muted);
	font-size: 17px;
	margin: 0 0 20px;
}

.bzh-story-copy p:last-child {
	margin-bottom: 0;
}

.bzh-info-heading {
	margin-bottom: 34px;
	max-width: 720px;
}

.bzh-info-heading > p {
	color: var(--bzh-muted);
	margin: 16px 0 0;
}

.bzh-value-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bzh-value-card {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(11, 45, 91, 0.05);
	padding: 28px;
}

.bzh-value-card > span,
.bzh-contact-method > span {
	align-items: center;
	background: var(--bzh-surface);
	border-radius: 50%;
	color: var(--bzh-primary);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.bzh-value-card h3 {
	color: var(--bzh-dark);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.25;
	margin: 22px 0 10px;
}

.bzh-value-card p {
	color: var(--bzh-muted);
	font-size: 14px;
	margin: 0;
}

.bzh-info-cta {
	background: var(--bzh-white);
	padding: 65px 0;
}

.bzh-info-cta__inner {
	align-items: center;
	background:
		radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.16), transparent 28%),
		linear-gradient(115deg, var(--bzh-dark), var(--bzh-primary));
	border-radius: 20px;
	color: var(--bzh-white);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding: 46px 50px;
}

.bzh-info-cta__inner > div > span {
	display: block;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 1.2px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bzh-info-cta__inner h2 {
	color: var(--bzh-white);
	font-size: clamp(27px, 3.2vw, 40px);
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0;
}

.bzh-button--outline-light {
	border-color: rgba(255, 255, 255, 0.7);
	color: var(--bzh-white) !important;
}

.bzh-contact-hero {
	background:
		radial-gradient(circle at 50% -20%, rgba(23, 105, 255, 0.9), transparent 48%),
		linear-gradient(150deg, #061d3a, var(--bzh-dark));
	color: var(--bzh-white);
	text-align: center;
}

.bzh-contact-hero__inner {
	padding-bottom: 88px;
	padding-top: 88px;
}

.bzh-contact-hero .bzh-eyebrow,
.bzh-contact-hero h1 {
	color: var(--bzh-white);
}

.bzh-contact-hero p {
	color: rgba(255, 255, 255, 0.76);
	margin-left: auto;
	margin-right: auto;
}

.bzh-contact-section {
	background: #f5f8fc;
	padding: 75px 0 90px;
}

.bzh-contact-layout {
	display: grid;
	gap: 55px;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.bzh-contact-sidebar {
	padding-top: 20px;
}

.bzh-contact-methods {
	display: grid;
	gap: 12px;
}

.bzh-contact-method {
	align-items: center;
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 13px;
	display: flex;
	gap: 16px;
	padding: 16px;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.bzh-contact-method:hover,
.bzh-contact-method:focus {
	border-color: var(--bzh-primary);
	transform: translateY(-2px);
}

.bzh-contact-method > span {
	flex: 0 0 40px;
}

.bzh-contact-method > div {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.bzh-contact-method small {
	color: var(--bzh-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.bzh-contact-method strong {
	color: var(--bzh-dark);
	font-size: 15px;
	overflow-wrap: anywhere;
}

.bzh-contact-help {
	background: var(--bzh-surface);
	border-left: 4px solid var(--bzh-primary);
	border-radius: 0 10px 10px 0;
	margin-top: 22px;
	padding: 18px 20px;
}

.bzh-contact-help strong {
	color: var(--bzh-dark);
}

.bzh-contact-help p {
	color: var(--bzh-muted);
	font-size: 13px;
	margin: 5px 0 0;
}

.bzh-contact-form-card {
	background: var(--bzh-white);
	border: 1px solid var(--bzh-border);
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(11, 45, 91, 0.09);
	scroll-margin-top: 30px;
	padding: 38px;
}

.bzh-contact-form-card__head {
	margin-bottom: 28px;
}

.bzh-contact-form-card__head > span {
	color: var(--bzh-primary);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.bzh-contact-form-card__head h2 {
	font-size: clamp(28px, 3vw, 38px);
	margin-top: 7px;
}

.bzh-contact-form-card__head p {
	color: var(--bzh-muted);
	font-size: 13px;
	margin: 10px 0 0;
}

.bzh-contact-form,
.bzh-contact-form label {
	display: grid;
	gap: 9px;
}

.bzh-contact-form {
	gap: 20px;
}

.bzh-contact-form label {
	color: var(--bzh-dark);
	font-size: 13px;
	font-weight: 800;
}

.bzh-form-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bzh-contact-form input,
.bzh-contact-form select,
.bzh-contact-form textarea {
	background: #f8fafc;
	border: 1px solid var(--bzh-border);
	border-radius: 9px;
	box-shadow: none;
	color: var(--bzh-text);
	font: inherit;
	font-weight: 500;
	min-height: 48px;
	padding: 10px 13px;
	width: 100%;
}

.bzh-contact-form textarea {
	min-height: 160px;
	resize: vertical;
}

.bzh-contact-form input:focus,
.bzh-contact-form select:focus,
.bzh-contact-form textarea:focus {
	background: var(--bzh-white);
	border-color: var(--bzh-primary);
	outline: 3px solid rgba(23, 105, 255, 0.12);
}

.bzh-contact-form .bzh-button {
	border: 0;
	cursor: pointer;
	justify-self: start;
}

.bzh-form-privacy {
	color: var(--bzh-muted);
	font-size: 12px;
	margin: -7px 0 0;
}

.bzh-honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

.bzh-form-notice {
	border: 1px solid;
	border-radius: 10px;
	font-weight: 750;
	margin: 0 0 28px;
	padding: 15px 18px;
}

.bzh-form-notice--success {
	background: #eafaf1;
	border-color: #87d5aa;
	color: #16663a;
}

.bzh-form-notice--error {
	background: #fff2f2;
	border-color: #efabab;
	color: #8a2525;
}

@media (max-width: 900px) {
	.bzh-info-hero__grid,
	.bzh-story-grid,
	.bzh-contact-layout,
	.bzh-policy-grid {
		gap: 38px;
		grid-template-columns: 1fr;
	}

	.bzh-policy-help {
		position: static;
	}

	.bzh-info-hero__grid {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.bzh-info-hero__panel {
		min-height: auto;
	}

	.bzh-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bzh-info-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.bzh-woo-page.single-product div.product {
		grid-template-columns: 1fr;
	}

	.bzh-woo-page.single-product .related.products ul.products,
	.bzh-woo-page.single-product .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bzh-shop-collection-grid,
	.bzh-product-collection-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bzh-woo-page form.checkout,
	.bzh-woo-page.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.bzh-woo-page form.checkout > .col2-set,
	.bzh-woo-page form.checkout > h3#order_review_heading,
	.bzh-woo-page form.checkout > #order_review {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 1100px) {
	.bzh-store-header__main {
		flex-wrap: wrap;
		gap: 18px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.bzh-product-search {
		order: 3;
		max-width: none;
		width: 100%;
	}

	.bzh-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
	}

	.bzh-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bzh-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	/* Escape Elementor/theme content gutters so storefront sections touch the
	 * viewport edges on phones and tablets. */
	.bzh-full-store,
	.bzh-header-only,
	.bzh-home-only,
	.bzh-footer-only,
	.bzh-info-page-wrap,
	.bzh-woo-header,
	.bzh-woo-footer {
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		max-width: 100vw;
		position: relative;
		width: 100vw;
	}

	.bzh-store-nav__inner,
	.bzh-quote-banner {
		align-items: flex-start;
		flex-direction: column;
	}

	.bzh-topbar__inner {
		min-height: 34px;
	}

	.bzh-topbar__announcement {
		display: none;
	}

	.bzh-topbar__contact {
		justify-content: space-between;
		width: 100%;
	}

	.bzh-store-nav--desktop {
		display: none;
	}

	.bzh-store-nav--mobile {
		display: block;
		position: relative;
		z-index: 20;
	}

	.bzh-mobile-nav__bar {
		align-items: center;
		display: flex;
		justify-content: space-between;
		min-height: 52px;
		position: relative;
	}

	.bzh-mobile-nav summary,
	.bzh-mobile-shop-link {
		align-items: center;
		color: var(--bzh-white) !important;
		display: flex;
		font-size: 14px;
		font-weight: 850;
		gap: 10px;
		min-height: 52px;
		text-transform: uppercase;
	}

	.bzh-mobile-nav summary {
		cursor: pointer;
		list-style: none;
	}

	.bzh-mobile-nav {
		margin-left: auto;
	}

	.bzh-mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.bzh-hamburger {
		display: grid;
		gap: 4px;
	}

	.bzh-hamburger i {
		background: currentColor;
		border-radius: 2px;
		display: block;
		height: 2px;
		transition: transform 0.18s ease, opacity 0.18s ease;
		width: 20px;
	}

	.bzh-mobile-nav[open] .bzh-hamburger i:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.bzh-mobile-nav[open] .bzh-hamburger i:nth-child(2) {
		opacity: 0;
	}

	.bzh-mobile-nav[open] .bzh-hamburger i:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.bzh-mobile-shop-link {
		background: var(--bzh-primary);
		margin-left: -24px;
		padding: 0 18px 0 24px;
	}

	.bzh-mobile-shop-link span {
		font-size: 19px;
	}

	.bzh-mobile-nav__panel {
		background: #061d3a;
		box-shadow: 0 14px 26px rgba(5, 23, 46, 0.24);
		left: -24px;
		padding: 8px 24px 18px;
		position: absolute;
		top: 52px;
		width: 100vw;
	}

	.bzh-mobile-primary-menu,
	.bzh-mobile-nav__panel .bzh-primary-menu {
		display: grid;
		gap: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		list-style: none;
		margin: 0;
		overflow: visible;
		padding: 0;
		width: 100%;
	}

	.bzh-mobile-primary-menu li,
	.bzh-mobile-nav__panel .bzh-primary-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		margin: 0;
	}

	.bzh-mobile-primary-menu a,
	.bzh-mobile-nav__panel .bzh-primary-menu a {
		color: var(--bzh-white) !important;
		display: block;
		font-size: 14px;
		font-weight: 750;
		margin: 5px 4px;
		padding: 12px 10px;
	}

	.bzh-mobile-primary-menu .bzh-menu-current > a,
	.bzh-mobile-primary-menu .current-menu-item > a,
	.bzh-mobile-primary-menu .current_page_item > a,
	.bzh-mobile-nav__panel .bzh-primary-menu .bzh-menu-current > a,
	.bzh-mobile-nav__panel .bzh-primary-menu .current-menu-item > a,
	.bzh-mobile-nav__panel .bzh-primary-menu .current_page_item > a {
		background: var(--bzh-primary);
		box-shadow: none;
		color: var(--bzh-white) !important;
	}

	.bzh-hero__grid {
		grid-template-columns: 1fr;
	}

	.bzh-hero__content {
		padding: 65px 0 20px;
	}

	.bzh-hero__visual {
		min-height: 410px;
		padding: 25px 0 60px;
	}

	.bzh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bzh-trust-grid,
	.bzh-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 560px) {
	.bzh-kit .bzh-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.bzh-info-hero__copy h1,
	.bzh-contact-hero h1,
	.bzh-policy-hero h1 {
		font-size: 40px;
		letter-spacing: -1.5px;
	}

	.bzh-policy-hero {
		padding: 56px 0;
	}

	.bzh-policy-content {
		padding: 50px 0 64px;
	}

	.bzh-info-hero__panel,
	.bzh-contact-form-card {
		border-radius: 15px;
		padding: 26px;
	}

	.bzh-info-section {
		padding: 60px 0;
	}

	.bzh-value-grid,
	.bzh-form-grid {
		grid-template-columns: 1fr;
	}

	.bzh-info-cta {
		padding: 48px 0;
	}

	.bzh-info-cta__inner {
		padding: 34px 26px;
	}

	.bzh-contact-hero__inner {
		padding-bottom: 64px;
		padding-top: 64px;
	}

	.bzh-contact-section {
		padding: 50px 0 65px;
	}

	.bzh-hero__facts {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.bzh-store-header__main {
		align-items: center;
		display: grid;
		gap: 14px 12px;
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 0;
		padding-bottom: 16px;
		padding-top: 14px;
	}

	.bzh-kit .bzh-store-header .bzh-brand {
		max-width: 118px;
	}

	.bzh-kit .bzh-store-header .bzh-brand img.bzh-brand__logo {
		height: 52px !important;
		max-height: 52px !important;
		max-width: 118px !important;
	}

	.bzh-header-actions {
		align-items: center;
		flex-direction: row;
		gap: 8px;
		margin-left: auto;
	}

	.bzh-header-actions > a {
		background: #f3f7fc;
		border: 1px solid var(--bzh-border);
		border-radius: 9px;
		font-size: 11px;
		gap: 5px;
		min-height: 40px;
		padding: 0 9px;
	}

	.bzh-header-actions svg {
		height: 17px;
		width: 17px;
	}

	.bzh-cart-link strong {
		height: 18px;
		min-width: 18px;
	}

	.bzh-product-search {
		grid-column: 1 / -1;
		order: initial;
	}

	.bzh-product-search input[type="search"] {
		font-size: 16px;
		height: 46px;
		padding: 0 13px;
	}

	.bzh-product-search button {
		font-size: 13px;
		padding: 0 16px;
	}

	.bzh-topbar__contact {
		align-items: center;
		flex-direction: row;
		font-size: 11px;
		gap: 12px;
		justify-content: space-between;
	}

	.bzh-topbar__email-full {
		display: none;
	}

	.bzh-topbar__email-short {
		display: inline;
	}

	.bzh-mobile-nav__bar {
		min-height: 50px;
	}

	.bzh-mobile-nav summary,
	.bzh-mobile-shop-link {
		font-size: 12px;
		min-height: 50px;
	}

	.bzh-mobile-shop-link {
		margin-left: -16px;
		padding: 0 14px 0 16px;
	}

	.bzh-mobile-nav__panel {
		left: -16px;
		padding-left: 16px;
		padding-right: 16px;
		top: 50px;
	}

	.bzh-hero h1 {
		font-size: 36px;
		letter-spacing: -1.3px;
		line-height: 1.02;
	}

	.bzh-hero__content {
		padding-top: 48px;
	}

	.bzh-hero__content > p {
		font-size: 17px;
	}

	.bzh-tool-panel {
		padding: 25px;
	}

	.bzh-hero__visual {
		min-height: 320px;
		padding-bottom: 48px;
	}

	.bzh-category-grid,
	.bzh-product-grid,
	.bzh-shop-collection-grid,
	.bzh-product-collection-page ul.products,
	.bzh-trust-grid,
	.bzh-footer-grid {
		grid-template-columns: 1fr;
	}

	.bzh-shop-collection-card__media {
		height: 210px;
	}

	.bzh-section {
		padding: 58px 0;
	}

	.bzh-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.bzh-category-card {
		display: grid;
		grid-template-columns: 105px minmax(0, 1fr);
		text-align: left;
	}

	.bzh-category-card__media {
		grid-row: 1 / 3;
		height: 100px;
	}

	.bzh-category-card h3 {
		align-self: end;
		margin: 8px 0 0 12px;
	}

	.bzh-category-card > span {
		margin-left: 12px;
	}

	.bzh-product-card__media {
		height: 250px;
	}

	.bzh-woo-page #content,
	.bzh-woo-page main.site-main {
		padding: 28px 18px 52px;
	}

	.bzh-template-content--woocommerce,
	.bzh-template-content--shop,
	.bzh-template-content--page > .woocommerce,
	.bzh-template-content--page > .bzh-template-article > .woocommerce,
	.bzh-woo-page.woocommerce-cart .bzh-template-article,
	.bzh-woo-page.woocommerce-checkout .bzh-template-article,
	.bzh-woo-page.woocommerce-account .bzh-template-article {
		padding: 28px 16px 54px;
	}

	.bzh-woo-page .cart-collaterals .cart_totals,
	.bzh-woo-page form.checkout .col2-set,
	.bzh-woo-page #order_review,
	.bzh-woo-page .woocommerce-form-login,
	.bzh-woo-page .woocommerce-form-register,
	.bzh-woo-page .woocommerce-MyAccount-content {
		border-radius: 10px;
		padding: 18px;
	}

	.bzh-woo-page.woocommerce-account .woocommerce {
		gap: 18px;
	}

	.bzh-woo-page .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bzh-woo-page .woocommerce-MyAccount-navigation a {
		font-size: 12px;
		padding: 10px;
	}

	.bzh-woo-page.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	.bzh-woo-page.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100% !important;
	}

	.bzh-woo-page.single-product div.product div.summary,
	.bzh-woo-page.single-product div.product .woocommerce-tabs {
		padding: 22px;
	}

	.bzh-woo-page.single-product .related.products ul.products,
	.bzh-woo-page.single-product .upsells.products ul.products {
		grid-template-columns: 1fr;
	}

	.bzh-quote-banner {
		padding: 34px 28px;
	}

	.bzh-trust-item {
		border-bottom: 1px solid rgba(11, 45, 91, 0.15);
		border-right: 0;
		justify-content: flex-start;
		padding: 14px 0;
	}

	.bzh-footer-bottom .bzh-container {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
	}
}
