:root {
	--hb-bg: #ffffff;
	--hb-surface: #ffffff;
	--hb-soft: #f5f6f8;
	--hb-line: #eceff3;
	--hb-line-strong: #dde3ea;
	--hb-text: #111827;
	--hb-muted: #667085;
	--hb-blue: #0f62fe;
	--hb-blue-dark: #064bd8;
	--hb-green: #16a34a;
	--hb-red: #ef4444;
	--hb-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.07);
	--hb-radius: 8px;
	--hb-max: 1600px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--hb-bg);
	color: var(--hb-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.45;
	letter-spacing: 0;
	overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
	font: inherit;
	letter-spacing: 0;
}

button {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hb-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.hb-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--hb-line);
	backdrop-filter: blur(14px);
}

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

.hb-header-inner,
.hb-trust-strip,
.hb-site-main > section,
.hb-footer-inner {
	width: min(100% - 32px, var(--hb-max));
	margin-inline: auto;
}

.hb-header-inner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: 56px;
	gap: 34px;
}

.hb-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 25px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	justify-self: start;
}

.hb-custom-logo {
	width: auto;
	max-width: 180px;
	max-height: 34px;
	object-fit: contain;
}

.hb-logo-mark {
	width: 23px;
	height: 23px;
	display: inline-block;
	border-radius: 999px;
	background:
		linear-gradient(#111827, #111827) center / 2px 100% no-repeat,
		linear-gradient(90deg, #111827, #111827) center / 100% 2px no-repeat;
	position: relative;
}

.hb-logo-mark::before,
.hb-logo-mark::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(45deg, transparent calc(50% - 1px), #111827 calc(50% - 1px), #111827 calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(-45deg, transparent calc(50% - 1px), #111827 calc(50% - 1px), #111827 calc(50% + 1px), transparent calc(50% + 1px));
}

.hb-primary-nav {
	min-width: 0;
	justify-self: start;
}

.hb-menu,
.hb-footer-menu {
	display: flex;
	align-items: center;
	gap: 42px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hb-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 56px;
	font-size: 13px;
	font-weight: 700;
	color: var(--hb-text);
	white-space: nowrap;
}

.hb-menu a:hover,
.hb-menu a:focus-visible {
	color: var(--hb-blue);
}

.hb-header-actions {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 10px;
}

.hb-icon-link {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	color: var(--hb-text);
}

.hb-icon-link:hover {
	background: var(--hb-soft);
}

.hb-cart-link span {
	position: absolute;
	top: 4px;
	right: 4px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	display: inline-grid;
	place-items: center;
	border-radius: 999px;
	background: var(--hb-text);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.hb-menu-toggle {
	display: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--hb-line);
	border-radius: 8px;
	background: #fff;
}

.hb-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--hb-text);
}

.hb-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--hb-line);
	min-height: 52px;
}

.hb-trust-strip > div,
.hb-trust-strip > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 7px 14px;
	border-left: 1px solid var(--hb-line);
}

.hb-trust-strip > a {
	color: inherit;
	text-decoration: none;
}

.hb-trust-strip > div:first-child,
.hb-trust-strip > a:first-child {
	border-left: 0;
}

.hb-trust-strip strong,
.hb-trust-strip small {
	display: block;
}

.hb-trust-strip strong {
	font-size: 12px;
}

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

.hb-site-main {
	padding: 20px 0 0;
}

.hb-choice-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px 20px;
	align-items: center;
	padding: 18px 22px;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: var(--hb-surface);
}

.hb-choice-panel .hb-eyebrow {
	display: none;
}

.hb-eyebrow {
	margin: 0 0 4px;
	color: var(--hb-blue);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hb-choice-panel h1,
.hb-section-heading h2,
.hb-shipping-block h2,
.hb-payment-section h2,
.hb-faq-strip h2 {
	margin: 0;
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.12;
}

.hb-choice-panel p,
.hb-section-heading p,
.hb-payment-section p,
.hb-faq-strip p {
	margin: 6px 0 0;
	color: var(--hb-muted);
}

.hb-intent-chips {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 2px;
}

.hb-intent-chips a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid var(--hb-line);
	border-radius: 8px;
	background: #fff;
	font-size: 13px;
	font-weight: 750;
	white-space: nowrap;
}

.hb-intent-chips a.is-active,
.hb-intent-chips a:hover {
	border-color: var(--hb-blue);
	color: var(--hb-blue);
	background: #f3f7ff;
}

.hb-whatsapp-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #86d6a2;
	border-radius: 8px;
	color: #087b33;
	background: #f2fff6;
	font-weight: 800;
	white-space: nowrap;
}

.hb-home-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(318px, 344px);
	gap: 28px;
	align-items: start;
	margin-top: 22px;
}

.hb-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.hb-section-heading h2 {
	font-size: clamp(21px, 1.6vw, 28px);
}

.hb-text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hb-blue);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.hb-text-link .hb-icon {
	width: 16px;
	height: 16px;
}

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

.hb-product-card {
	position: relative;
	border: 1px solid transparent;
	border-radius: var(--hb-radius);
	background: var(--hb-surface);
	padding: 9px;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.hb-product-card::before {
	content: "";
	position: absolute;
	left: 9px;
	right: 9px;
	top: 0;
	height: 3px;
	border-radius: 999px;
	background: transparent;
}

.hb-product-card:hover {
	background: #fbfdff;
}

.hb-product-card.is-selected {
	border-color: rgba(15, 98, 254, 0.22);
	background: #f6f9ff;
}

.hb-product-card.is-selected::before {
	background: var(--hb-blue);
}

.hb-product-card:hover .hb-product-media,
.hb-product-card:focus-within .hb-product-media,
.hb-product-card.is-selected .hb-product-media {
	background: #fff;
}

.hb-product-media {
	position: relative;
	aspect-ratio: 1 / 1;
	display: block;
	overflow: hidden;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
}

.hb-product-media .swiper-wrapper,
.hb-product-media .swiper-slide {
	height: 100%;
}

.hb-product-media .swiper-wrapper {
	z-index: 0;
}

.hb-product-media .swiper-slide {
	display: grid;
	place-items: center;
}

.hb-product-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 6px;
}

.hb-product-image--empty {
	display: grid;
	place-items: center;
	color: var(--hb-muted);
	border: 1px dashed var(--hb-line-strong);
	background: #fff;
	font-weight: 700;
}

.hb-card-nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hb-text);
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.hb-card-nav:hover,
.hb-card-nav:focus-visible {
	border-color: var(--hb-blue);
	color: var(--hb-blue);
}

.hb-product-card:hover .hb-card-nav,
.hb-product-card:focus-within .hb-card-nav {
	opacity: 1;
}

.hb-card-nav--prev {
	left: 10px;
}

.hb-card-nav--prev .hb-icon {
	transform: rotate(180deg);
}

.hb-card-nav--next {
	right: 10px;
}

.hb-card-nav .hb-icon {
	width: 17px;
	height: 17px;
}

.hb-card-proof-strip {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 6px;
	pointer-events: none;
}

.hb-proof-trigger,
.hb-proof-more {
	pointer-events: auto;
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.9);
	color: #fff;
}

.hb-proof-trigger--primary {
	margin-right: auto;
}

.hb-proof-trigger .hb-icon {
	width: 15px;
	height: 15px;
}

.hb-proof-trigger:hover,
.hb-proof-trigger:focus-visible {
	background: var(--hb-blue);
}

.hb-proof-mark {
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.hb-proof-more {
	width: auto;
	min-width: 28px;
	padding: 0 8px;
	font-size: 11px;
	font-weight: 850;
}

.hb-card-video {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.92);
	color: #fff;
}

.hb-card-video .hb-icon {
	width: 16px;
	height: 16px;
	margin-left: 1px;
}

.hb-social-badges {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	gap: 4px;
}

.hb-social-badges span,
.hb-video-source {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.9);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.hb-card-pagination {
	position: relative;
	height: 3px;
	margin: 8px 9px 0;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(17, 24, 39, 0.12);
}

.hb-product-card > .hb-card-pagination.swiper-pagination-progressbar,
.hb-product-card > .hb-card-pagination.swiper-pagination-horizontal {
	position: relative;
	inset: auto;
	width: auto;
	height: 3px;
}

.hb-card-pagination .swiper-pagination-progressbar-fill {
	background: var(--hb-blue);
}

.hb-variant-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
	gap: 6px;
	margin: 9px 0 8px;
	min-height: 34px;
}

.hb-variant-thumb {
	aspect-ratio: 1 / 1;
	width: 100%;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: 6px;
	background: #fff;
	touch-action: manipulation;
	user-select: none;
}

.hb-variant-thumb.is-active,
.hb-variant-thumb:hover {
	border-color: var(--hb-blue);
	outline: 2px solid rgba(15, 98, 254, 0.18);
	outline-offset: 1px;
}

.hb-variant-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-variant-more {
	display: inline-grid;
	place-items: center;
	min-width: 34px;
	height: 34px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #f3f6fb;
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 800;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.hb-variant-more-icon {
	display: none;
	color: var(--hb-blue);
}

.hb-variant-more-icon .hb-icon {
	width: 16px;
	height: 16px;
}

.hb-variant-more:hover,
.hb-variant-more:focus-visible {
	border-color: var(--hb-blue);
	background: #f3f7ff;
	color: var(--hb-blue);
	outline: 1px solid var(--hb-blue);
	outline-offset: 1px;
}

.hb-variant-more:hover .hb-variant-more-count,
.hb-variant-more:focus-visible .hb-variant-more-count {
	display: none;
}

.hb-variant-more:hover .hb-variant-more-icon,
.hb-variant-more:focus-visible .hb-variant-more-icon {
	display: inline-grid;
	place-items: center;
}

.hb-product-title {
	margin: 0;
	font-size: 14px;
	line-height: 1.25;
}

.hb-product-title a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 20px;
	align-items: start;
	gap: 6px;
	min-height: 35px;
	overflow: hidden;
	font-weight: 800;
	transition: color 160ms ease;
}

.hb-product-title a > span:first-child {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hb-title-detail-icon {
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	color: var(--hb-blue);
	opacity: 0;
	transform: translate(-2px, 2px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.hb-title-detail-icon .hb-icon {
	width: 16px;
	height: 16px;
}

.hb-product-card:hover .hb-product-title a,
.hb-product-card:focus-within .hb-product-title a,
.hb-product-card.is-selected .hb-product-title a {
	color: var(--hb-blue);
}

.hb-product-card:hover .hb-title-detail-icon,
.hb-product-card:focus-within .hb-title-detail-icon,
.hb-product-card.is-selected .hb-title-detail-icon {
	opacity: 1;
	transform: translate(0, 0);
}

.hb-product-use {
	display: -webkit-box;
	min-height: 32px;
	margin: 4px 0 7px;
	overflow: hidden;
	color: var(--hb-muted);
	font-size: 12px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hb-proof-count {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 10px;
	color: var(--hb-muted);
	font-size: 10px;
	font-weight: 750;
}

.hb-proof-count span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 23px;
	padding: 0 7px;
	border: 1px solid #e7edf5;
	border-radius: 999px;
	background: #f8fafc;
	white-space: nowrap;
}

.hb-proof-count .hb-icon {
	width: 12px;
	height: 12px;
	color: var(--hb-blue);
}

.hb-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
}

.hb-price-row strong {
	font-size: 16px;
}

.hb-cart-button {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 34px;
	border: 1px solid var(--hb-line-strong);
	border-radius: 7px;
	background: #fff;
	color: var(--hb-text);
}

.hb-cart-button:hover {
	border-color: var(--hb-blue);
	color: var(--hb-blue);
}

.hb-needs-variant {
	color: var(--hb-muted);
	border-color: var(--hb-line);
	background: #f8fafc;
}

.hb-buy-button.hb-needs-variant {
	color: var(--hb-muted);
	border-color: var(--hb-line-strong);
}

.hb-cart-button .hb-icon {
	width: 18px;
	height: 18px;
}

.hb-buy-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 38px;
	margin-top: 9px;
	border: 1px solid var(--hb-blue);
	border-radius: 7px;
	background: #fff;
	color: var(--hb-blue);
	font-size: 13px;
	font-weight: 850;
}

.hb-buy-button:hover,
.hb-buy-button--solid {
	background: var(--hb-blue);
	color: #fff;
}

.hb-buy-button--solid:hover {
	background: var(--hb-blue-dark);
}

.hb-product-assistant {
	position: sticky;
	top: 112px;
	max-height: calc(100vh - 132px);
	overflow: auto;
	border: 1px solid #d9e4f2;
	border-radius: var(--hb-radius);
	background: #fff;
	padding: 18px 16px 16px;
}

.hb-product-assistant::before {
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	right: 16px;
	height: 3px;
	border-radius: 999px;
	background: var(--hb-blue);
}

.hb-product-assistant::after {
	content: "";
	display: none;
}

.hb-panel-close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--hb-muted);
}

.hb-panel-close:hover {
	background: var(--hb-soft);
	color: var(--hb-text);
}

.hb-assistant-header h2 {
	margin: 0 36px 12px 0;
	font-size: 18px;
	line-height: 1.15;
}

.hb-assistant-product {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	padding: 9px;
	border: 1px solid #e7edf5;
	border-radius: 8px;
	background: #f8fafc;
}

.hb-assistant-thumb {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 7px;
	border: 1px solid var(--hb-line);
	background: #fff;
}

.hb-assistant-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 6px;
}

.hb-stock {
	display: block;
	margin-top: 2px;
	color: var(--hb-green);
	font-size: 12px;
	font-weight: 800;
}

.hb-stock:not(.is-in-stock) {
	color: var(--hb-red);
}

.hb-video-preview {
	position: relative;
	aspect-ratio: 16 / 11;
	display: grid;
	place-items: center;
	overflow: hidden;
	border: 1px solid #111827;
	border-radius: 8px;
	background: #111827 center / cover no-repeat;
}

.hb-video-preview::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.18);
}

.hb-video-source {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.hb-video-play-large {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 1px solid rgba(255, 255, 255, 0.86);
	border-radius: 999px;
	background: rgba(15, 98, 254, 0.82);
	color: #fff;
}

.hb-video-play-large:hover,
.hb-video-play-large:focus-visible {
	background: var(--hb-blue-dark);
}

.hb-video-play-large:disabled {
	display: none;
}

.hb-video-play-large .hb-icon {
	width: 28px;
	height: 28px;
	margin-left: 2px;
}

.hb-video-time {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.hb-assistant-block {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--hb-line);
}

.hb-block-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
}

.hb-assistant-block h3,
.hb-block-title h3 {
	margin: 0;
	font-size: 15px;
}

.hb-block-title a,
.hb-block-title span {
	color: var(--hb-blue);
	font-size: 12px;
	font-weight: 800;
}

.hb-mini-video-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.hb-mini-video-row button {
	position: relative;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 7px;
	background: #111827 center / cover no-repeat;
}

.hb-mini-video-row button:hover,
.hb-mini-video-row button:focus-visible {
	border-color: var(--hb-blue);
}

.hb-mini-video-row button::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.18);
}

.hb-mini-video-row span {
	position: absolute;
	right: 6px;
	bottom: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.hb-review-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	padding: 10px;
	border: 1px solid #e7edf5;
	border-radius: 8px;
	background: #f8fafc;
}

.hb-review-avatar {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #e8eef8;
}

.hb-stars {
	color: #111827;
	font-size: 12px;
}

.hb-review-card p {
	margin: 4px 0 0;
	color: var(--hb-text);
	font-size: 13px;
}

.hb-why-list {
	display: grid;
	gap: 7px;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}

.hb-why-list li {
	position: relative;
	padding-left: 22px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	border: 1px solid #e7edf5;
	border-radius: 7px;
	background: #fff;
	color: var(--hb-text);
	font-size: 13px;
}

.hb-why-list li::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 14px;
	width: 9px;
	height: 5px;
	border-left: 2px solid var(--hb-green);
	border-bottom: 2px solid var(--hb-green);
	transform: rotate(-45deg);
}

.hb-assistant-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	gap: 10px;
	margin-top: 16px;
}

.hb-assistant-actions .hb-buy-button {
	margin: 0;
	min-height: 46px;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
}

.hb-assistant-actions .hb-buy-button span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hb-product-assistant .hb-assistant-actions .hb-buy-button.hb-needs-variant [data-hb-panel-price] {
	display: none;
}

.hb-product-assistant .hb-assistant-actions .hb-buy-button:not(.hb-needs-variant) [data-hb-panel-label]::after {
	content: " -";
}

.hb-cart-button--large {
	width: 48px;
	height: 46px;
}

.hb-payment-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.hb-payment-badges--compact {
	justify-content: center;
	margin-top: 14px;
}

.hb-payment-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	width: 94px;
	padding: 6px 10px;
	border: 1px solid var(--hb-line);
	border-radius: 7px;
	background: #fff;
}

.hb-payment-badge img {
	display: block;
	width: 100%;
	max-width: 74px;
	height: 20px;
	object-fit: contain;
}

.hb-payment-badges--compact .hb-payment-badge {
	width: 76px;
	min-height: 30px;
	padding: 6px 8px;
}

.hb-payment-badges--compact .hb-payment-badge img {
	max-width: 60px;
	height: 18px;
}

.hb-reassurance {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 14px;
	margin: 12px 0 0;
	color: var(--hb-muted);
	font-size: 12px;
}

.hb-single-product {
	display: grid;
	gap: 22px;
}

.hb-single-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.76fr);
	gap: 28px;
	align-items: start;
}

.hb-single-gallery,
.hb-single-summary,
.hb-single-details,
.hb-single-info-strip,
.hb-single-related {
	min-width: 0;
}

.hb-single-media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
}

.hb-single-media .swiper-wrapper,
.hb-single-media .swiper-slide {
	height: 100%;
}

.hb-single-media .swiper-slide {
	display: grid;
	place-items: center;
}

.hb-single-media img,
.hb-single-media .hb-product-image--empty {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: clamp(8px, 1.8vw, 18px);
}

.hb-single-media .hb-video-source {
	left: auto;
	right: 12px;
	top: 12px;
	max-width: calc(100% - 74px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hb-single-gallery-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--hb-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hb-text);
	transform: translateY(-50%);
}

.hb-single-gallery-nav:hover {
	border-color: var(--hb-blue);
	color: var(--hb-blue);
}

.hb-single-gallery-prev {
	left: 12px;
}

.hb-single-gallery-prev .hb-icon {
	transform: rotate(180deg);
}

.hb-single-gallery-next {
	right: 12px;
}

.hb-single-gallery-progress {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 14px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	pointer-events: none;
}

.hb-single-gallery-progress .swiper-pagination {
	position: relative;
	inset: auto;
	flex: 1 1 auto;
	height: 3px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(17, 24, 39, 0.14);
}

.hb-single-gallery-progress .swiper-pagination-progressbar-fill {
	background: var(--hb-blue);
}

.hb-single-gallery-count {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--hb-text);
	font-size: 12px;
	font-weight: 850;
}

.hb-single-summary {
	display: grid;
	gap: 16px;
	padding: 22px;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
}

.hb-single-summary h1 {
	margin: 0;
	font-size: clamp(28px, 2.7vw, 40px);
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.hb-single-use {
	margin: 8px 0 0;
	color: var(--hb-muted);
	font-size: 16px;
}

.hb-single-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 0;
}

.hb-single-proof span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--hb-line);
	border-radius: 999px;
	background: #fff;
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 800;
}

.hb-single-copy {
	color: var(--hb-text);
}

.hb-single-copy p {
	margin: 0 0 10px;
	color: var(--hb-muted);
}

.hb-single-purchase {
	display: grid;
	gap: 12px;
	padding: 16px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-single-price-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.hb-single-price-label {
	display: block;
	margin-bottom: 5px;
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hb-single-price {
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 850;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.hb-single-price del {
	margin-right: 8px;
	color: var(--hb-muted);
	font-size: 18px;
	font-weight: 650;
}

.hb-single-price ins {
	text-decoration: none;
}

.hb-single-purchase .hb-assistant-actions {
	margin-top: 0;
	grid-template-columns: minmax(0, 1fr) 52px;
}

.hb-variation-form {
	display: grid;
	gap: 12px;
}

.hb-single-variation-options {
	display: grid;
	gap: 8px;
}

.hb-single-variation-options > span {
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.hb-single-variation-options > div {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(48px, 52px));
	gap: 8px;
}

.hb-variation-option {
	aspect-ratio: 1 / 1;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: 7px;
	background: #fff;
}

.hb-variation-option.is-active,
.hb-variation-option:hover {
	border-color: var(--hb-blue);
	outline: 2px solid rgba(15, 98, 254, 0.18);
	outline-offset: 1px;
}

.hb-variation-option img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-native-variations {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.hb-visible-variations {
	width: 100%;
	border-collapse: collapse;
}

.hb-visible-variations th,
.hb-visible-variations td {
	display: block;
	padding: 0;
	text-align: left;
}

.hb-visible-variations th {
	margin-bottom: 6px;
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.hb-visible-variations select {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid var(--hb-line);
	border-radius: 7px;
	background: #fff;
	color: var(--hb-text);
	font-weight: 750;
}

.hb-variation-form .woocommerce-variation {
	color: var(--hb-muted);
	font-size: 13px;
}

.hb-variation-form .woocommerce-variation-price {
	display: none;
}

.hb-variation-form .single_add_to_cart_button.disabled,
.hb-variation-form .single_add_to_cart_button.wc-variation-selection-needed {
	opacity: 0.5;
	cursor: not-allowed;
}

.woocommerce .hb-variation-form .single_add_to_cart_button.button.alt.hb-buy-button,
.woocommerce .hb-variation-form .single_add_to_cart_button.button.alt.hb-buy-button:hover,
.woocommerce .hb-buy-button.hb-buy-button--solid,
.woocommerce .hb-buy-button.hb-buy-button--solid:hover {
	border-color: var(--hb-blue);
	background: var(--hb-blue);
	color: #fff;
}

.woocommerce .hb-variation-form .single_add_to_cart_button.button.alt.hb-buy-button:hover,
.woocommerce .hb-buy-button.hb-buy-button--solid:hover {
	background: var(--hb-blue-dark);
}

.hb-single-purchase .hb-whatsapp-cta {
	width: 100%;
}

.hb-single-purchase .hb-payment-badges--compact {
	justify-content: flex-start;
	margin-top: 0;
}

.hb-single-purchase .hb-payment-badges--compact .hb-payment-badge {
	width: 68px;
	min-height: 28px;
	padding: 5px 7px;
}

.hb-single-purchase .hb-payment-badges--compact .hb-payment-badge img {
	max-width: 54px;
	height: 16px;
}

.hb-single-purchase .hb-reassurance {
	justify-content: flex-start;
	margin-top: 0;
}

.hb-single-why h2,
.hb-single-video-card h2,
.hb-single-details h2,
.hb-single-info-strip strong,
.hb-single-related h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.hb-single-proof-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(210px, 0.95fr);
	gap: 12px;
}

.hb-single-video-card {
	position: relative;
	min-height: 170px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: end;
	overflow: hidden;
	padding: 16px;
	border-radius: var(--hb-radius);
	background: #111827;
	color: #fff;
}

.hb-single-proof-item {
	width: 100%;
	border: 0;
	text-align: left;
	cursor: pointer;
}

.hb-single-proof-item .hb-video-source {
	position: static;
	display: inline-flex;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.14);
}

.hb-single-video-card p {
	margin: 5px 0 0;
	color: rgba(255, 255, 255, 0.72);
}

.hb-single-video-card .hb-video-play-large {
	width: 58px;
	height: 58px;
	background: rgba(255, 255, 255, 0.12);
}

.hb-single-review-panel {
	display: grid;
	align-content: center;
	padding: 16px;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
}

.hb-single-review-panel .hb-review-card {
	grid-template-columns: 38px minmax(0, 1fr);
}

.hb-single-review-panel .hb-review-avatar {
	width: 38px;
	height: 38px;
}

.hb-single-why {
	padding-top: 2px;
}

.hb-single-why .hb-why-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.hb-single-why .hb-why-list li {
	padding: 10px 10px 10px 30px;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
	font-size: 13px;
}

.hb-single-why .hb-why-list li::before {
	left: 12px;
	top: 18px;
}

.hb-single-short-copy {
	padding-top: 14px;
	border-top: 1px solid var(--hb-line);
}

.hb-single-details,
.hb-single-info-strip {
	padding: 18px 20px;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
}

/* Gallery thumbnails */
.hb-single-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.hb-single-thumb {
	position: relative;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease;
}

.hb-single-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-single-thumb:hover {
	border-color: var(--hb-line-strong);
}

.hb-single-thumb.is-active {
	border-color: var(--hb-blue);
	box-shadow: 0 0 0 1px var(--hb-blue);
}

.hb-single-thumb--action {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	background: var(--hb-soft);
	color: var(--hb-text);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hb-single-thumb--action .hb-icon {
	width: 18px;
	height: 18px;
}

.hb-single-thumb--action:hover {
	border-color: var(--hb-blue);
	color: var(--hb-blue);
}

/* AR entry button on the main gallery image */
.hb-ar-button {
	position: absolute;
	left: 12px;
	bottom: 34px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 13px;
	border: 1px solid var(--hb-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--hb-text);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.hb-ar-button .hb-icon {
	width: 16px;
	height: 16px;
}

.hb-ar-button:hover {
	border-color: var(--hb-blue);
	color: var(--hb-blue);
}

/* AR / 3D preview modal */
.hb-ar-modal {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: grid;
	place-items: center;
	padding: 18px;
}

.hb-ar-modal[hidden] {
	display: none;
}

.hb-ar-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.62);
}

.hb-ar-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	width: min(860px, 100%);
	padding: 16px;
	border-radius: var(--hb-radius);
	background: #fff;
}

.hb-ar-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid var(--hb-line);
	border-radius: 999px;
	background: #fff;
	color: var(--hb-text);
	cursor: pointer;
}

.hb-ar-modal__stage {
	display: grid;
	place-items: center;
	width: 100%;
	height: min(62vh, 560px);
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-ar-modal__stage model-viewer {
	width: 100%;
	height: 100%;
}

.hb-ar-modal__loading {
	color: var(--hb-muted);
	font-weight: 700;
}

.hb-ar-modal__hint {
	margin: 0;
	color: var(--hb-muted);
	font-size: 13px;
}

.hb-ar-place-button {
	position: absolute;
	left: 50%;
	bottom: 14px;
	padding: 10px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--hb-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transform: translateX(-50%);
}

/* Product highlights (big image + copy rows) */
.hb-single-highlights {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.hb-highlight {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 0;
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
}

.hb-highlight--reverse .hb-highlight-media {
	order: 2;
}

.hb-highlight--reverse .hb-highlight-copy {
	order: 1;
}

.hb-highlight-media {
	min-width: 0;
	background: var(--hb-soft);
}

.hb-highlight-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	max-height: 460px;
	object-fit: cover;
}

.hb-highlight-copy {
	display: grid;
	align-content: center;
	gap: 10px;
	min-width: 0;
	padding: clamp(20px, 3.4vw, 44px);
}

.hb-highlight-copy h3 {
	margin: 0;
	font-size: clamp(19px, 2.2vw, 26px);
	line-height: 1.25;
}

.hb-highlight-copy p {
	margin: 0;
	color: var(--hb-muted);
	font-size: 15px;
	line-height: 1.65;
}

/* Specification tables */
.hb-single-specs {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
}

.hb-specs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
	margin-top: 14px;
}

.hb-specs-group {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
}

.hb-specs-group h3 {
	margin: 0;
	padding: 11px 14px;
	border-bottom: 1px solid var(--hb-line);
	background: var(--hb-soft);
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.hb-specs-group dl {
	margin: 0;
}

.hb-specs-row {
	display: grid;
	grid-template-columns: minmax(110px, 0.42fr) minmax(0, 0.58fr);
	gap: 12px;
	padding: 10px 14px;
	border-top: 1px solid var(--hb-line);
}

.hb-specs-row:first-child {
	border-top: 0;
}

.hb-specs-row dt {
	color: var(--hb-muted);
	font-size: 13px;
	font-weight: 700;
}

.hb-specs-row dd {
	margin: 0;
	font-size: 13px;
	font-weight: 650;
	overflow-wrap: break-word;
}

@media (max-width: 820px) {
	.hb-highlight {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-highlight--reverse .hb-highlight-media {
		order: 0;
	}

	.hb-highlight--reverse .hb-highlight-copy {
		order: 0;
	}

	.hb-highlight-media img {
		min-height: 0;
		max-height: 320px;
	}

	.hb-single-thumb {
		width: 56px;
		height: 56px;
	}

	.hb-ar-modal__stage {
		height: min(58vh, 440px);
	}
}

.hb-single-details .hb-single-copy {
	margin-top: 12px;
}

.hb-single-info-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
}

.hb-single-info-strip span {
	display: block;
	margin-top: 4px;
	color: var(--hb-muted);
}

.hb-single-related {
	margin-top: 6px;
}

.hb-trust-screenshots,
.hb-shipping-block,
.hb-payment-section,
.hb-faq-strip {
	margin-top: 34px;
}

.hb-carousel-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hb-carousel-button {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid var(--hb-line);
	border-radius: 999px;
	background: #fff;
	color: var(--hb-text);
}

.hb-carousel-button:hover {
	border-color: var(--hb-blue);
	color: var(--hb-blue);
}

.hb-carousel-button .hb-icon {
	width: 16px;
	height: 16px;
}

.hb-trust-prev .hb-icon {
	transform: rotate(180deg);
}

.hb-screenshot-carousel {
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
}

.hb-screenshot-track {
	padding: 14px;
}

.hb-screenshot-card {
	flex: 0 0 auto;
}

.hb-screenshot-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border: 1px solid var(--hb-line);
	border-radius: 7px;
	background: var(--hb-soft);
}

.hb-screenshot-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-screenshot-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: var(--hb-muted);
	font-weight: 800;
}

.hb-screenshot-card h3 {
	margin: 8px 0 2px;
	font-size: 13px;
}

.hb-screenshot-card p {
	margin: 0;
	color: var(--hb-muted);
	font-size: 12px;
}

.hb-auto-scroll-dot {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 800;
}

.hb-auto-scroll-dot::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--hb-green);
}

.hb-shipping-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
	gap: 18px;
}

.hb-country-card,
.hb-shipping-notes,
.hb-faq-strip {
	border: 1px solid var(--hb-line);
	border-radius: var(--hb-radius);
	background: #fff;
	padding: 18px;
}

.hb-country-card h3,
.hb-shipping-notes h3 {
	margin: 0 0 12px;
	font-size: 17px;
}

.hb-country-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hb-country-list span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--hb-line);
	border-radius: 999px;
	background: var(--hb-soft);
	font-size: 13px;
	font-weight: 750;
}

.hb-shipping-notes ul,
.hb-payment-notes {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hb-shipping-notes li,
.hb-payment-notes li {
	position: relative;
	padding-left: 20px;
	color: var(--hb-text);
}

.hb-shipping-notes li::before,
.hb-payment-notes li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--hb-blue);
}

.hb-contact-warning {
	margin-top: 16px;
	padding: 14px;
	border: 1px solid #b7e6c5;
	border-radius: 8px;
	background: #f4fff7;
}

.hb-contact-warning p {
	margin: 4px 0 0;
	color: #23633a;
}

.hb-payment-section {
	display: grid;
	grid-template-columns: minmax(180px, auto) minmax(360px, 1fr) minmax(420px, auto);
	gap: 16px;
	align-items: center;
	margin-top: 20px;
	padding: 11px 0;
	border-top: 1px solid var(--hb-line);
	border-bottom: 1px solid var(--hb-line);
}

.hb-payment-section h2 {
	font-size: 14px;
	line-height: 1;
}

.hb-payment-section .hb-eyebrow {
	display: none;
}

.hb-payment-notes {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 22px;
	color: var(--hb-muted);
	font-size: 12px;
}

.hb-payment-notes li {
	padding-left: 18px;
	white-space: nowrap;
}

.hb-payment-notes li::before {
	width: 6px;
	height: 6px;
	background: var(--hb-muted);
}

.hb-faq-strip {
	display: grid;
	grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
}

.hb-faq-strip h2 {
	font-size: 22px;
}

.hb-faq-strip p {
	margin: 0;
}

.hb-site-footer {
	margin-top: 0;
	background: #fff;
}

.hb-footer-inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) minmax(180px, auto);
	gap: 22px;
	align-items: center;
	padding: 17px 0 22px;
	color: var(--hb-muted);
	font-size: 12px;
}

.hb-footer-brand {
	display: grid;
	gap: 5px;
	justify-items: start;
}

.hb-footer-logo {
	font-size: 20px;
	color: var(--hb-text);
}

.hb-footer-inner p {
	margin: 0;
}

.hb-footer-brand p {
	max-width: 270px;
	line-height: 1.35;
}

.hb-footer-links,
.hb-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 44px;
}

.hb-footer-links a {
	color: var(--hb-muted);
}

.hb-footer-links a:hover {
	color: var(--hb-blue);
}

.hb-copyright {
	text-align: right;
	white-space: nowrap;
}

.hb-video-modal[hidden] {
	display: none;
}

.hb-video-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 24px;
}

.hb-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.7);
}

.hb-video-modal__body {
	position: relative;
	width: min(900px, 100%);
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	background: #000;
}

.hb-video-modal__frame,
.hb-video-modal__frame iframe,
.hb-video-modal__frame video {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
}

.hb-video-modal__frame video {
	display: block;
	background: #000;
	object-fit: contain;
}

.hb-proof-modal-card {
	display: grid;
	align-content: start;
	gap: 14px;
	width: 100%;
	height: 100%;
	padding: 24px;
	overflow: auto;
	border-radius: 8px;
	background: #fff;
	color: var(--hb-text);
}

.hb-proof-modal-card img {
	width: 100%;
	max-height: 58vh;
	object-fit: contain;
	border-radius: 7px;
	background: var(--hb-soft);
}

.hb-proof-modal-card h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
}

.hb-proof-modal-card blockquote {
	margin: 0;
	padding: 14px 16px;
	border-left: 3px solid var(--hb-blue);
	border-radius: 0 7px 7px 0;
	background: var(--hb-soft);
	color: var(--hb-text);
	font-weight: 700;
}

.hb-proof-modal-meta {
	margin: 0;
	color: var(--hb-muted);
	font-size: 13px;
	font-weight: 800;
}

.hb-proof-modal-link {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid var(--hb-line);
	border-radius: 7px;
	background: #fff;
	color: var(--hb-blue);
	font-weight: 850;
}

.hb-video-modal__empty {
	display: grid;
	place-items: center;
	height: 100%;
	padding: 32px;
	color: #fff;
	text-align: center;
}

.hb-video-modal__close {
	position: absolute;
	top: -44px;
	right: 0;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.hb-content-shell {
	width: min(100% - 32px, var(--hb-max));
	margin: 28px auto;
}

.hb-content-shell--narrow {
	width: min(100% - 32px, 880px);
}

.hb-page-content {
	color: var(--hb-text);
}

.hb-woocommerce-shell .products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 0;
	list-style: none;
}

.woocommerce .hb-product-card {
	list-style: none;
}

body.hb-drawer-open {
	overflow: hidden;
}

body.hb-drawer-open::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 70;
	background: rgba(17, 24, 39, 0.24);
}

@media (max-width: 1240px) {
	.hb-home-layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 326px);
	}

	.hb-single-hero {
		grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
	}

	.hb-products-grid,
	.hb-woocommerce-shell .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.hb-header-inner {
		min-height: 56px;
		gap: 18px;
	}

	.hb-menu {
		gap: 22px;
	}

	.hb-home-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-product-assistant {
		position: fixed;
		z-index: 80;
		left: 12px;
		right: 12px;
		bottom: 10px;
		top: auto;
		padding-top: 24px;
		max-height: min(78vh, 720px);
		border-radius: 14px;
		transform: translateY(calc(100% + 24px));
		transition: transform 220ms ease;
	}

	.hb-product-assistant::before {
		left: 18px;
		right: 18px;
	}

	.hb-product-assistant::after {
		position: absolute;
		top: 8px;
		left: 50%;
		display: block;
		width: 44px;
		height: 4px;
		border-radius: 999px;
		background: #c8d0dc;
		transform: translateX(-50%);
	}

	body.hb-drawer-open .hb-product-assistant {
		transform: translateY(0);
	}

	.hb-shipping-grid,
	.hb-payment-section,
	.hb-faq-strip,
	.hb-single-hero,
	.hb-single-info-strip {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.admin-bar .hb-site-header {
		top: 46px;
	}

	.hb-header-inner,
	.hb-trust-strip,
	.hb-site-main > section,
	.hb-footer-inner,
	.hb-content-shell {
		width: min(100% - 20px, var(--hb-max));
	}

	.hb-header-inner {
		grid-template-columns: 40px minmax(0, 1fr) auto;
		gap: 8px;
	}

	.hb-logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		font-size: 20px;
	}

	.hb-logo-mark {
		width: 20px;
		height: 20px;
	}

	.hb-custom-logo {
		max-width: 140px;
		max-height: 28px;
	}

	.hb-menu-toggle {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		border: 0;
		background: transparent;
	}

	.hb-menu-toggle span:not(.screen-reader-text) {
		margin: 2px auto;
	}

	.hb-primary-nav {
		position: absolute;
		top: 56px;
		left: 0;
		right: 0;
		display: none;
		padding: 10px;
		border: 1px solid var(--hb-line);
		border-radius: 8px;
		background: #fff;
	}

	body.hb-menu-open .hb-primary-nav {
		display: block;
	}

	.hb-menu {
		display: grid;
		gap: 4px;
	}

	.hb-menu a {
		min-height: 42px;
		padding: 0 10px;
		border-radius: 6px;
	}

	.hb-menu a:hover {
		background: var(--hb-soft);
	}

	.hb-header-actions {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		margin-left: 0;
		gap: 4px;
	}

	.hb-icon-link {
		width: 34px;
		height: 34px;
	}

	.hb-trust-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		min-height: 52px;
	}

	.hb-trust-strip > div,
	.hb-trust-strip > a {
		justify-content: flex-start;
		border-left: 0;
	}

	.hb-trust-strip strong {
		font-size: 11px;
	}

	.hb-trust-strip small {
		font-size: 10px;
	}

	.hb-choice-panel {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.hb-choice-panel h1 {
		font-size: 24px;
	}

	.hb-whatsapp-cta {
		width: 100%;
		white-space: normal;
	}

	.hb-section-heading {
		align-items: start;
		flex-direction: column;
	}

	.hb-products-grid,
	.hb-woocommerce-shell .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.hb-single-media img,
	.hb-single-media .hb-product-image--empty {
		padding: 8px;
	}

	.hb-single-summary h1 {
		font-size: 28px;
	}

	.hb-single-video-card {
		grid-template-columns: 1fr;
	}

	.hb-single-proof-grid,
	.hb-single-why .hb-why-list {
		grid-template-columns: 1fr;
	}

	.hb-single-info-strip .hb-whatsapp-cta {
		width: 100%;
	}

	.hb-product-card {
		padding: 8px;
	}

	.hb-product-image {
		padding: 12px;
	}

	.hb-product-title a {
		min-height: 34px;
	}

	.hb-proof-count {
		gap: 4px 7px;
	}

	.hb-screenshot-card {
		width: 190px;
	}

	.hb-country-list span {
		font-size: 12px;
	}

	.hb-footer-inner,
	.hb-footer-links {
		display: grid;
		justify-content: start;
		text-align: left;
	}

	.hb-copyright {
		text-align: left;
	}
}

@media (max-width: 520px) {
	body {
		font-size: 14px;
	}

	.hb-site-main {
		padding-top: 12px;
	}

	.hb-products-grid,
	.hb-woocommerce-shell .products {
		grid-template-columns: 1fr;
	}

	.hb-product-card {
		padding: 10px;
	}

	.hb-single-product {
		gap: 18px;
	}

	.hb-single-hero {
		gap: 16px;
	}

	.hb-single-summary,
	.hb-single-purchase,
	.hb-single-details,
	.hb-single-info-strip {
		padding: 14px;
	}

	.hb-product-media {
		max-height: none;
	}

	.hb-variant-row {
		grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
	}

	.hb-product-title {
		font-size: 16px;
	}

	.hb-product-use {
		min-height: 0;
	}

	.hb-product-assistant {
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 16px 16px 0 0;
		max-height: 84vh;
	}

	.hb-video-preview {
		aspect-ratio: 16 / 10;
	}

	.hb-payment-badge {
		flex: 1 1 92px;
	}
}

/* ToC homepage refinement. Keep the product shelf clean and evidence-led. */
.hb-choice-panel {
	border-color: #edf1f6;
}

.hb-choice-panel .hb-eyebrow {
	display: block;
	color: var(--hb-muted);
}

.hb-product-card {
	border-color: transparent;
	background: #fff;
}

.hb-product-card::before,
.hb-product-card.is-selected::before {
	display: none;
}

.hb-product-card:hover,
.hb-product-card:focus-within,
.hb-product-card.is-selected {
	border-color: transparent;
	background: #fff;
}

.hb-product-card:hover .hb-product-media,
.hb-product-card:focus-within .hb-product-media,
.hb-product-card.is-selected .hb-product-media {
	background: #fff;
}

.hb-product-media {
	border: 1px solid #edf1f6;
	background: #fff;
}

.hb-product-card:hover .hb-product-media,
.hb-product-card:focus-within .hb-product-media,
.hb-product-card.is-selected .hb-product-media {
	border-color: #dce6f4;
}

.hb-product-image {
	padding: 4px;
}

.hb-card-proof-strip {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 8px;
	pointer-events: none;
}

.hb-card-proof-main,
.hb-card-socials {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.hb-card-socials {
	justify-content: flex-end;
}

.hb-proof-trigger,
.hb-proof-more {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(17, 24, 39, 0.9);
}

.hb-proof-trigger--primary {
	margin-right: 0;
}

.hb-proof-trigger .hb-icon {
	width: 15px;
	height: 15px;
}

.hb-proof-trigger--primary .hb-icon {
	margin-left: 1px;
}

.hb-card-pagination {
	margin-inline: 4px;
	background: #e8edf4;
}

.hb-variant-thumb {
	border-color: #e4e9f1;
}

.hb-variant-thumb.is-active,
.hb-variant-thumb:hover {
	border-color: var(--hb-blue);
	outline: 1px solid var(--hb-blue);
	outline-offset: 1px;
}

.hb-proof-count span {
	border: 0;
	background: transparent;
	padding: 0;
}

.hb-proof-count .hb-icon {
	color: var(--hb-muted);
}

.hb-cart-button {
	border-color: #d8e0eb;
	background: #fff;
}

.hb-buy-button {
	min-height: 37px;
}

.hb-product-assistant {
	border-color: #e0e7f1;
}

.hb-product-assistant::before {
	display: none;
}

.hb-assistant-product,
.hb-review-card,
.hb-why-list li {
	border-color: #edf1f6;
	background: #fff;
}

.hb-video-preview {
	aspect-ratio: 25 / 18;
	border: 0;
}

.hb-panel-variant-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
	gap: 8px;
	margin-top: 10px;
}

.hb-panel-variant-thumb {
	aspect-ratio: 1 / 1;
	width: 100%;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e4e9f1;
	border-radius: 7px;
	background: #fff;
}

.hb-panel-variant-thumb:hover,
.hb-panel-variant-thumb:focus-visible,
.hb-panel-variant-thumb.is-active {
	border-color: var(--hb-blue);
	outline: 1px solid var(--hb-blue);
	outline-offset: 1px;
}

.hb-panel-variant-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-panel-variant-more {
	display: inline-grid;
	place-items: center;
	min-width: 40px;
	border-radius: 7px;
	background: var(--hb-soft);
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 800;
}

.hb-panel-whatsapp {
	width: 100%;
	margin-top: 10px;
}

.hb-payment-section {
	border-color: #edf1f6;
}

.hb-faq-strip {
	grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr) minmax(240px, 0.42fr);
	align-items: start;
}

.hb-faq-heading p,
.hb-faq-contact p {
	margin: 6px 0 0;
	color: var(--hb-muted);
}

.hb-faq-contact h3 {
	margin: 0;
	font-size: 16px;
}

.hb-faq-list {
	display: grid;
	gap: 8px;
}

.hb-faq-list details {
	border: 1px solid #edf1f6;
	border-radius: 7px;
	background: #fff;
}

.hb-faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 42px;
	padding: 0 12px;
	cursor: pointer;
	font-weight: 800;
}

.hb-faq-list summary::-webkit-details-marker {
	display: none;
}

.hb-faq-list summary::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--hb-muted);
	border-bottom: 2px solid var(--hb-muted);
	transform: rotate(45deg);
	transition: transform 160ms ease;
}

.hb-faq-list details[open] summary::after {
	transform: rotate(225deg);
}

.hb-faq-list details p {
	margin: 0;
	padding: 0 12px 12px;
	color: var(--hb-muted);
}

@media (max-width: 1024px) {
	.hb-faq-strip {
		grid-template-columns: 1fr;
	}

	.hb-product-assistant {
		border-color: #dfe7f2;
	}
}

@media (max-width: 820px) {
	.hb-product-image {
		padding: 6px;
	}

	.hb-card-nav {
		opacity: 1;
	}
}

.hb-buy-button.hb-buy-button--solid,
.hb-buy-button.hb-buy-button--solid:visited,
.hb-buy-button.hb-buy-button--solid:hover,
.hb-buy-button.hb-buy-button--solid:focus,
.hb-buy-button.hb-buy-button--solid.hb-needs-variant,
.hb-product-assistant .hb-assistant-actions .hb-buy-button.hb-buy-button--solid,
.woocommerce .hb-buy-button.hb-buy-button--solid {
	border-color: var(--hb-blue);
	background: var(--hb-blue);
	color: #fff;
}

.hb-buy-button.hb-buy-button--solid:hover,
.hb-buy-button.hb-buy-button--solid:focus {
	background: var(--hb-blue-dark);
}

.hb-buy-button.hb-buy-button--solid span {
	color: inherit;
}

/* 0.4.0 responsive and commerce layout corrections. */
.hb-home-layout,
.hb-home-layout > *,
.hb-featured-products,
.hb-products-grid,
.hb-products-grid > *,
.hb-product-card,
.hb-product-media,
.hb-product-media .swiper-wrapper,
.hb-product-media .swiper-slide,
.hb-woocommerce-shell,
.hb-woocommerce-shell .products,
.hb-woocommerce-shell .products > *,
.hb-single-product,
.hb-single-hero,
.hb-single-hero > *,
.hb-single-gallery,
.hb-single-media,
.hb-single-media .swiper-wrapper,
.hb-single-media .swiper-slide {
	min-width: 0;
	max-width: 100%;
}

.hb-featured-products,
.hb-products-grid,
.hb-product-card,
.hb-product-media,
.hb-woocommerce-shell .products,
.hb-single-media {
	width: 100%;
}

.hb-product-media .swiper-wrapper,
.hb-single-media .swiper-wrapper {
	width: 100%;
}

.hb-product-media .swiper-slide,
.hb-single-media .swiper-slide {
	flex: 0 0 100%;
	width: 100% !important;
}

.hb-product-media .hb-product-image,
.hb-single-media img {
	min-width: 0;
	max-width: 100%;
}

.hb-choice-panel {
	padding: 14px 0 6px;
	border: 0;
	background: transparent;
}

.hb-intent-chips {
	scrollbar-width: none;
}

.hb-intent-chips::-webkit-scrollbar {
	display: none;
}

.hb-product-card {
	overflow: hidden;
	padding: 6px;
}

.hb-product-card.is-selected,
.hb-product-card.is-selected:hover {
	border-color: transparent;
	background: transparent;
}

.hb-product-card.is-selected::before {
	background: transparent;
}

.hb-product-media {
	isolation: isolate;
	border-color: transparent;
}

.hb-product-card:hover .hb-product-media,
.hb-product-card:focus-within .hb-product-media,
.hb-product-card.is-selected .hb-product-media {
	border-color: transparent;
}

.hb-proof-trigger,
.hb-proof-more {
	width: 32px;
	height: 32px;
}

.hb-proof-more {
	width: auto;
	min-width: 32px;
}

.hb-product-title a:focus-visible,
.hb-buy-button:focus-visible,
.hb-cart-button:focus-visible,
.hb-whatsapp-cta:focus-visible,
.hb-icon-link:focus-visible,
.hb-carousel-button:focus-visible {
	outline: 2px solid var(--hb-blue);
	outline-offset: 2px;
}

.hb-menu-toggle:focus-visible,
.hb-header-action:focus-visible,
.hb-site-header a:focus-visible,
.hb-site-header button:focus-visible,
.hb-site-main a:focus-visible,
.hb-site-main button:focus-visible,
.hb-site-footer a:focus-visible,
.hb-site-footer button:focus-visible {
	outline: 2px solid var(--hb-blue);
	outline-offset: 2px;
}

.hb-product-assistant {
	scrollbar-width: thin;
	scrollbar-color: #c7d0dd transparent;
	overscroll-behavior-y: contain;
}

.hb-product-assistant::-webkit-scrollbar {
	width: 6px;
}

.hb-product-assistant::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #c7d0dd;
}

.hb-product-assistant .hb-video-preview {
	aspect-ratio: 16 / 9;
}

.hb-product-assistant .hb-assistant-block {
	margin-top: 11px;
	padding-top: 11px;
}

.hb-product-assistant .hb-why-list {
	gap: 3px;
}

.hb-product-assistant .hb-why-list li {
	padding: 5px 4px 5px 21px;
	border: 0;
	background: transparent;
}

.hb-product-assistant .hb-why-list li::before {
	top: 10px;
}

.hb-product-assistant .hb-payment-badge:nth-child(n+7),
.hb-single-purchase .hb-payment-badge:nth-child(n+7) {
	display: none;
}

.hb-assistant-actions {
	grid-template-columns: minmax(0, 1fr) 48px;
}

.hb-assistant-actions .hb-buy-button {
	min-width: 0;
	padding-inline: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hb-assistant-actions .hb-buy-button > span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hb-single-summary {
	padding: 4px 0 0;
	border: 0;
	background: transparent;
}

.hb-single-purchase {
	border: 1px solid #e8edf4;
	background: #f7f9fc;
}

.hb-single-details,
.hb-single-info-strip {
	padding-inline: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.hb-faq-strip {
	padding-inline: 0;
	border: 0;
	background: transparent;
}

.woocommerce .hb-cart-button.button,
.woocommerce .hb-cart-button.button.alt,
.woocommerce .hb-cart-button.button:hover,
.woocommerce .hb-cart-button.button.alt:hover,
.woocommerce .hb-cart-button.single_add_to_cart_button,
.woocommerce .hb-cart-button.single_add_to_cart_button:hover {
	border-color: #d8e0eb !important;
	background: #fff !important;
	color: var(--hb-text) !important;
}

.woocommerce .hb-cart-button.button:hover,
.woocommerce .hb-cart-button.button.alt:hover,
.woocommerce .hb-cart-button.single_add_to_cart_button:hover {
	border-color: var(--hb-blue) !important;
	color: var(--hb-blue) !important;
}

.woocommerce .hb-variation-form .hb-cart-button.disabled,
.woocommerce .hb-variation-form .hb-cart-button.wc-variation-selection-needed {
	opacity: 1 !important;
}

.woocommerce .hb-variation-form .hb-buy-button.disabled,
.woocommerce .hb-variation-form .hb-buy-button.wc-variation-selection-needed {
	opacity: 0.68 !important;
}

.hb-screenshot-media {
	aspect-ratio: 4 / 3;
}

.hb-screenshot-media img {
	object-fit: contain;
	background: #f7f9fc;
}

.hb-woocommerce-shell {
	display: flow-root;
	margin-top: 22px;
	margin-bottom: 42px;
}

.hb-woocommerce-shell .woocommerce-products-header__title,
.hb-woocommerce-shell > h1,
.hb-woocommerce-shell .page-title {
	margin: 0 0 18px;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.1;
}

.hb-woocommerce-shell .woocommerce-result-count {
	float: left;
	margin: 9px 0 20px;
	color: var(--hb-muted);
}

.hb-woocommerce-shell .woocommerce-ordering {
	float: right;
	margin: 0 0 20px;
}

.hb-woocommerce-shell .woocommerce-ordering select {
	min-width: 210px;
	min-height: 42px;
	padding: 0 38px 0 12px;
	border: 1px solid var(--hb-line);
	border-radius: 7px;
	background-color: #fff;
	color: var(--hb-text);
	font-weight: 700;
}

.hb-woocommerce-shell .products {
	clear: both;
	margin: 0 !important;
}

.hb-woocommerce-shell .products::before,
.hb-woocommerce-shell .products::after {
	display: none !important;
	content: none !important;
}

.woocommerce-cart .hb-woocommerce-shell,
.woocommerce-checkout .hb-woocommerce-shell {
	width: min(100% - 32px, 1180px);
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .wc-block-cart__empty-cart__title,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:first-child {
	margin: 24px 0 12px;
	border: 0;
	background: transparent;
	color: var(--hb-text);
	font-size: 18px;
	text-align: center;
}

.woocommerce-cart .wc-block-cart__empty-cart__title::before {
	display: none !important;
	content: none !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator {
	display: none;
}

.woocommerce-cart .return-to-shop {
	text-align: center;
}

.woocommerce-cart .return-to-shop .button,
.woocommerce-cart .wc-block-components-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	min-height: 44px;
	border: 1px solid var(--hb-blue);
	border-radius: 7px;
	background: var(--hb-blue);
	color: #fff;
	font-weight: 800;
}

.woocommerce-cart .cross-sells,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
	margin-top: 28px;
	text-align: center;
}

.woocommerce-cart .wc-block-grid__products,
.woocommerce-cart .cross-sells .products {
	gap: 18px;
}

.woocommerce-cart .wc-block-grid__product {
	padding: 0 8px 18px;
	border: 0;
}

.woocommerce-cart .wc-block-grid__product-image img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	object-fit: contain;
}

body.hb-menu-open {
	overflow: hidden;
}

body.hb-menu-open::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 45;
	background: rgba(17, 24, 39, 0.2);
}

@media (max-width: 1024px) {
	.hb-home-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-product-assistant {
		overflow-y: auto;
		overscroll-behavior-y: contain;
	}

	.hb-single-summary {
		padding-top: 2px;
	}
}

@media (max-width: 820px) {
	.hb-primary-nav {
		z-index: 56;
		width: 100%;
		padding: 8px;
		border-color: #dfe5ee;
	}

	.hb-menu {
		grid-template-columns: 1fr;
	}

	.hb-menu a {
		width: 100%;
	}

	.hb-trust-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: min(100% - 20px, var(--hb-max));
		overflow: hidden;
	}

	.hb-trust-strip > div,
	.hb-trust-strip > a {
		min-width: 0;
		justify-content: center;
		gap: 5px;
		padding: 7px 4px;
		border-left: 1px solid var(--hb-line);
		text-align: left;
	}

	.hb-trust-strip > div:first-child,
	.hb-trust-strip > a:first-child {
		border-left: 0;
	}

	.hb-trust-strip .hb-icon {
		width: 17px;
		height: 17px;
	}

	.hb-trust-strip strong {
		font-size: 10px;
		line-height: 1.15;
	}

	.hb-trust-strip small {
		display: none;
	}

	.hb-choice-panel {
		padding: 10px 0 2px;
	}

	.hb-intent-chips {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		overflow: visible;
		width: 100%;
	}

	.hb-intent-chips a {
		min-width: 0;
		padding-inline: 10px;
		white-space: normal;
		text-align: center;
	}

	.hb-section-heading {
		gap: 8px;
	}

	.hb-products-grid,
	.hb-woocommerce-shell .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.hb-product-card,
	.hb-product-media,
	.hb-product-media .swiper-wrapper,
	.hb-product-media .swiper-slide {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.hb-product-media,
	.hb-product-media .swiper-wrapper,
	.hb-product-media .swiper-slide {
		aspect-ratio: 1 / 1;
		height: auto !important;
	}

	.hb-product-media .hb-product-image {
		width: 100%;
		height: 100%;
	}

	.hb-card-nav {
		width: 36px;
		height: 36px;
	}

	.hb-proof-trigger,
	.hb-proof-more {
		width: 36px;
		height: 36px;
	}

	.hb-proof-more {
		width: auto;
		min-width: 36px;
	}

	.hb-single-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-single-purchase .hb-payment-badges--compact,
	.hb-product-assistant .hb-payment-badges--compact {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}

	.hb-single-purchase .hb-payment-badges--compact .hb-payment-badge,
	.hb-product-assistant .hb-payment-badges--compact .hb-payment-badge {
		width: 100%;
	}

	.hb-payment-section {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px 0;
	}

	.hb-payment-section .hb-payment-badges {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: 100%;
	}

	.hb-payment-section .hb-payment-badge {
		width: 100%;
	}

	.hb-payment-notes {
		justify-content: flex-start;
	}

	.hb-woocommerce-shell .woocommerce-result-count,
	.hb-woocommerce-shell .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.hb-woocommerce-shell .woocommerce-result-count {
		margin: 0 0 10px;
	}

	.hb-woocommerce-shell .woocommerce-ordering {
		margin: 0 0 18px;
	}

	.hb-woocommerce-shell .woocommerce-ordering select {
		width: 100%;
	}

	.woocommerce-cart .hb-woocommerce-shell,
	.woocommerce-checkout .hb-woocommerce-shell {
		width: min(100% - 20px, 1180px);
	}
}

@media (max-width: 560px) {
	.hb-header-inner {
		width: calc(100% - 20px);
	}

	.hb-trust-strip {
		width: 100%;
		padding-inline: 10px;
	}

	.hb-trust-strip > div,
	.hb-trust-strip > a {
		gap: 3px;
		padding-inline: 2px;
	}

	.hb-trust-strip strong {
		font-size: 9px;
	}

	.hb-choice-panel h1 {
		font-size: 25px;
	}

	.hb-products-grid,
	.hb-woocommerce-shell .products {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-product-card {
		padding: 4px;
	}

	.hb-variant-row {
		grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(38px, auto);
	}

	.hb-single-summary h1 {
		font-size: 27px;
	}

	.hb-single-use {
		font-size: 15px;
	}

	.hb-single-purchase {
		padding: 13px;
	}

	.hb-single-price {
		font-size: 27px;
	}

	.hb-single-purchase .hb-assistant-actions {
		grid-template-columns: minmax(0, 1fr) 50px;
	}

	.hb-product-assistant {
		padding-inline: 14px;
	}

	.hb-payment-section .hb-payment-badges {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hb-payment-notes {
		display: grid;
		gap: 6px;
	}

	.hb-screenshot-card {
		width: min(78vw, 280px);
	}

	.hb-country-card,
	.hb-shipping-notes,
	.hb-faq-strip {
		padding: 14px;
	}

	.hb-footer-inner {
		gap: 18px;
	}

	.hb-footer-inner > *,
	.hb-footer-links,
	.hb-footer-menu,
	.hb-copyright {
		min-width: 0;
		max-width: 100%;
	}

	.hb-footer-links,
	.hb-footer-menu {
		width: 100%;
		gap: 10px 18px;
	}

	.hb-copyright {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .wc-block-grid__products,
	.woocommerce-cart .cross-sells .products {
		grid-template-columns: minmax(0, 1fr);
	}
}

/*
 * 0.5.1 border-light redesign.
 * Hierarchy comes from whitespace, soft surfaces, and light shadows instead of
 * boxes-in-boxes. Borders stay only where they carry meaning: form controls,
 * selected states, and table row separators.
 */

/* Header and trust strip: one hairline under the nav, no vertical dividers. */
.hb-trust-strip > div,
.hb-trust-strip > a {
	border-left: 0;
}

.hb-menu-toggle {
	border: 0;
	background: var(--hb-soft);
}

/* Chips and pills: soft fills instead of outlines. */
.hb-intent-chips a {
	border: 0;
	background: var(--hb-soft);
}

.hb-intent-chips a.is-active,
.hb-intent-chips a:hover {
	background: #eaf1ff;
}

.hb-whatsapp-cta {
	border: 0;
	background: #e8f8ee;
}

.hb-country-list span {
	border: 0;
	background: #fff;
}

.hb-single-proof span {
	border: 0;
	background: var(--hb-soft);
}

.hb-payment-badge {
	border: 0;
	background: var(--hb-soft);
}

/* Floating round controls: shadow instead of outline. */
.hb-card-nav,
.hb-single-gallery-nav,
.hb-carousel-button,
.hb-ar-button,
.hb-ar-modal__close,
.hb-proof-modal-link {
	border: 0;
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.14);
}

.hb-proof-trigger,
.hb-proof-more {
	border: 0;
}

.hb-video-preview {
	border: 0;
}

.hb-video-play-large {
	border: 0;
}

/* Homepage selected-product panel: soft surface, white inner cards. */
.hb-product-assistant {
	border: 0;
	background: var(--hb-soft);
}

.hb-assistant-product,
.hb-product-assistant .hb-review-card {
	border: 0;
	background: #fff;
}

.hb-assistant-thumb {
	border: 0;
	background: #fff;
}

.hb-mini-video-row button {
	border: 0;
}

.hb-mini-video-row button:hover,
.hb-mini-video-row button:focus-visible {
	outline: 2px solid var(--hb-blue);
	outline-offset: 1px;
}

.hb-review-card {
	border: 0;
	background: var(--hb-soft);
}

.hb-why-list li,
.hb-single-why .hb-why-list li {
	border: 0;
	background: var(--hb-soft);
}

.hb-product-assistant .hb-why-list li {
	background: transparent;
}

/* Product thumbs: soft fill when idle, blue ring only when selected. */
.hb-variant-thumb,
.hb-variation-option,
.hb-panel-variant-thumb,
.hb-single-thumb {
	border-color: transparent;
	background: var(--hb-soft);
}

.hb-variant-thumb.is-active,
.hb-variant-thumb:hover,
.hb-variation-option.is-active,
.hb-variation-option:hover,
.hb-panel-variant-thumb.is-active,
.hb-panel-variant-thumb:hover,
.hb-panel-variant-thumb:focus-visible {
	border-color: var(--hb-blue);
}

.hb-single-thumb:hover {
	border-color: var(--hb-line-strong);
}

.hb-single-thumb.is-active {
	border-color: var(--hb-blue);
}

/* Single product: gallery and purchase area without outlines. */
.hb-single-media {
	border: 0;
	background: var(--hb-soft);
}

.hb-single-purchase {
	border: 0;
	background: var(--hb-soft);
}

.hb-single-purchase .hb-payment-badge,
.hb-product-assistant .hb-payment-badge {
	background: #fff;
}

.hb-single-review-panel {
	border: 0;
	background: var(--hb-soft);
}

.hb-single-review-panel .hb-review-card {
	background: transparent;
	padding: 0;
}

.hb-single-details,
.hb-single-info-strip {
	border: 0;
}

.hb-single-info-strip {
	padding: 16px 20px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

/* Specification: no boxes-in-boxes, just group titles and row hairlines. */
.hb-single-specs {
	padding: 0;
	border: 0;
	background: transparent;
}

.hb-specs-group {
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.hb-specs-group h3 {
	padding: 0 0 10px;
	border-bottom: 0;
	background: transparent;
	color: var(--hb-muted);
}

.hb-specs-row {
	padding-inline: 0;
	border-top: 1px solid var(--hb-line);
}

.hb-specs-row dt,
.hb-specs-row dd {
	font-size: 14px;
}

/* Highlights: one soft surface per row, no outline. */
.hb-highlight {
	border: 0;
	background: var(--hb-soft);
}

.hb-highlight-media {
	background: var(--hb-soft);
}

.hb-ar-modal__stage {
	border: 0;
}

.hb-ar-modal__dialog {
	box-shadow: var(--hb-shadow);
}

/* Homepage lower sections: soft bands instead of outlined cards. */
.hb-screenshot-carousel {
	border: 0;
	background: var(--hb-soft);
}

.hb-screenshot-media {
	border: 0;
	background: #fff;
}

.hb-screenshot-media img {
	background: #fff;
}

.hb-country-card,
.hb-shipping-notes {
	border: 0;
	background: var(--hb-soft);
}

.hb-contact-warning {
	border: 0;
}

.hb-payment-section {
	padding: 16px 18px;
	border: 0;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-payment-section .hb-payment-badge {
	background: #fff;
}

.hb-faq-list details {
	border: 0;
	background: var(--hb-soft);
}

/* Form controls keep a visible border on purpose. */
.hb-visible-variations select,
.hb-woocommerce-shell .woocommerce-ordering select {
	border-color: var(--hb-line-strong);
}

/*
 * Gallery counter: the progressbar duplicated the thumbnail strip and the
 * white pill wrapped onto two lines. Keep a single dark badge instead.
 */
.hb-single-gallery-progress {
	left: auto;
	right: 12px;
	bottom: 12px;
}

.hb-single-gallery-progress .swiper-pagination {
	display: none;
}

.hb-single-gallery-count {
	min-height: 26px;
	padding: 0 11px;
	background: rgba(17, 24, 39, 0.72);
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

/* "Why Buy This": airy two-column checklist instead of cramped mini cards. */
.hb-single-why .hb-why-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 36px;
	margin-top: 14px;
}

.hb-single-why .hb-why-list li {
	padding: 2px 0 2px 32px;
	background: transparent;
	font-size: 14px;
	line-height: 1.55;
}

.hb-single-why .hb-why-list li::before {
	left: 4px;
	top: 9px;
	width: 10px;
	height: 6px;
}

@media (max-width: 820px) {
	.hb-single-why .hb-why-list {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}
}

@media (max-width: 820px) {
	.hb-trust-strip > div,
	.hb-trust-strip > a {
		border-left: 0;
	}

	.hb-primary-nav {
		border: 0;
		box-shadow: var(--hb-shadow);
	}
}

/* "Live with" customer UGC strip + post modal. */
.hb-site-main > .hb-ugc-section {
	width: 100%;
	margin-top: 34px;
}

.hb-ugc-heading {
	width: min(100% - 32px, var(--hb-max));
	margin: 0 auto 20px;
	text-align: center;
}

.hb-ugc-heading h2 {
	margin: 0;
	font-size: clamp(22px, 2vw, 30px);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hb-ugc-heading p {
	margin: 6px 0 0;
	color: var(--hb-muted);
}

.hb-ugc-carousel {
	position: relative;
	overflow: hidden;
}

.hb-ugc-card {
	position: relative;
	width: clamp(190px, 20vw, 260px);
	aspect-ratio: 3 / 4;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: var(--hb-soft);
}

.hb-ugc-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.hb-ugc-card:hover img,
.hb-ugc-card:focus-visible img {
	transform: scale(1.04);
}

.hb-ugc-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 76px;
	background: linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.55));
	pointer-events: none;
}

.hb-ugc-handle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	z-index: 1;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-align: center;
}

.hb-ugc-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.55);
	color: #fff;
	transform: translate(-50%, -50%);
}

.hb-ugc-play .hb-icon {
	width: 20px;
	height: 20px;
	margin-left: 2px;
}

.hb-ugc-prev,
.hb-ugc-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 38px;
	height: 38px;
	transform: translateY(-50%);
}

.hb-ugc-prev {
	left: 14px;
}

.hb-ugc-prev .hb-icon {
	transform: rotate(180deg);
}

.hb-ugc-next {
	right: 14px;
}

.hb-ugc-prev.swiper-button-disabled,
.hb-ugc-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.hb-ugc-modal[hidden] {
	display: none;
}

.hb-ugc-modal {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: grid;
	place-items: center;
	padding: 18px;
}

.hb-ugc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.55);
}

.hb-ugc-modal__dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	width: min(920px, 100%);
	height: min(600px, 88vh);
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--hb-shadow);
}

.hb-ugc-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--hb-text);
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.14);
}

.hb-ugc-modal__media {
	position: relative;
	min-width: 0;
	background: var(--hb-soft);
}

.hb-ugc-modal__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-ugc-modal__media .hb-video-play-large {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hb-ugc-modal__media .hb-video-play-large[hidden],
.hb-ugc-modal__nav[hidden],
.hb-ugc-modal__thumbs[hidden] {
	display: none;
}

.hb-ugc-modal__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hb-text);
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.14);
	transform: translateY(-50%);
}

.hb-ugc-modal__nav--prev {
	left: 12px;
}

.hb-ugc-modal__nav--prev .hb-icon {
	transform: rotate(180deg);
}

.hb-ugc-modal__nav--next {
	right: 12px;
}

.hb-ugc-modal__thumbs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.hb-ugc-modal__thumbs button {
	width: 44px;
	height: 44px;
	padding: 0;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 7px;
	background: #fff;
}

.hb-ugc-modal__thumbs button.is-active {
	border-color: var(--hb-blue);
}

.hb-ugc-modal__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-ugc-modal__info {
	display: grid;
	align-content: start;
	gap: 14px;
	min-width: 0;
	padding: 26px 24px 22px;
	overflow: auto;
}

.hb-ugc-modal__author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}

.hb-ugc-modal__picon {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--hb-soft);
	color: var(--hb-text);
}

.hb-ugc-modal__picon[hidden] {
	display: none;
}

.hb-ugc-modal__caption {
	margin: 0;
	color: var(--hb-text);
	font-size: 14px;
	line-height: 1.7;
}

.hb-ugc-modal__meta {
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--hb-line);
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 700;
}

.hb-ugc-product {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 14px;
	padding: 14px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-ugc-product__media {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	overflow: hidden;
	border-radius: 7px;
	background: #fff;
}

.hb-ugc-product__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 6px;
}

.hb-ugc-product__body {
	display: grid;
	align-content: center;
	justify-items: start;
	gap: 5px;
	min-width: 0;
}

.hb-ugc-product__body [data-hb-ugc-product-name] {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hb-ugc-product__body [data-hb-ugc-product-name]:hover {
	color: var(--hb-blue);
}

.hb-ugc-product__price {
	font-size: 16px;
}

.hb-ugc-product__cta {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 7px;
	background: var(--hb-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.hb-ugc-product__cta:hover {
	background: var(--hb-blue-dark);
}

.hb-ugc-modal__more {
	justify-self: center;
	color: var(--hb-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 820px) {
	.hb-ugc-card {
		width: min(62vw, 240px);
	}

	.hb-ugc-modal {
		padding: 12px;
	}

	.hb-ugc-modal__dialog {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: minmax(0, 1fr) auto;
		height: min(640px, 90vh);
	}

	.hb-ugc-modal__media {
		min-height: 0;
	}

	.hb-ugc-modal__info {
		max-height: 46vh;
		padding: 18px 16px 16px;
	}
}

/*
 * Homepage lower sections re-layout: one calm shipping band, a centered
 * payment block, and a two-column FAQ with the contact card folded into
 * the heading column.
 */
.hb-shipping-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	gap: 26px 44px;
	padding: 26px 28px 24px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-shipping-panel .hb-country-card,
.hb-shipping-panel .hb-shipping-notes {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.hb-panel-title {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 14px;
}

.hb-panel-title h3 {
	margin: 0;
	font-size: 16px;
}

.hb-panel-title span {
	color: var(--hb-muted);
	font-size: 12px;
	font-weight: 700;
}

.hb-shipping-panel .hb-country-list span {
	border: 0;
	background: #fff;
	font-weight: 700;
}

.hb-shipping-panel .hb-shipping-notes ul {
	gap: 12px;
}

.hb-shipping-panel .hb-shipping-notes li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	font-weight: 650;
}

.hb-shipping-panel .hb-shipping-notes li::before {
	display: none;
}

.hb-note-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #fff;
	color: var(--hb-blue);
}

.hb-note-icon .hb-icon {
	width: 16px;
	height: 16px;
}

.hb-shipping-panel .hb-contact-warning {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 2px;
	padding: 14px 18px;
	border: 0;
	border-radius: 10px;
	background: #fff;
}

.hb-contact-warning__icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #e7f8ec;
	color: #1f9d55;
}

.hb-contact-warning__icon .hb-icon {
	width: 18px;
	height: 18px;
}

.hb-shipping-panel .hb-contact-warning strong {
	display: block;
	font-size: 14px;
}

.hb-shipping-panel .hb-contact-warning p {
	margin: 2px 0 0;
	color: var(--hb-muted);
	font-size: 13px;
}

.hb-payment-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
	gap: 4px;
	margin-top: 40px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
}

.hb-payment-section .hb-eyebrow {
	display: block;
}

.hb-payment-section h2 {
	font-size: 21px;
	line-height: 1.2;
}

.hb-payment-section .hb-payment-badges {
	justify-content: center;
	gap: 10px;
	max-width: 640px;
	margin-top: 16px;
}

.hb-payment-section .hb-payment-badge {
	width: 88px;
	min-height: 36px;
	background: var(--hb-soft);
}

.hb-payment-section .hb-payment-notes {
	justify-content: center;
	margin-top: 14px;
}

.hb-faq-strip {
	grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
	gap: 24px 52px;
	align-items: start;
	margin-top: 40px;
}

.hb-faq-contact {
	display: grid;
	justify-items: start;
	gap: 4px;
	margin-top: 24px;
	padding: 18px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-faq-contact .hb-whatsapp-cta {
	margin-top: 10px;
	background: #fff;
}

.hb-faq-list {
	gap: 10px;
}

.hb-faq-list details {
	border-radius: 10px;
}

.hb-faq-list summary {
	min-height: 48px;
	padding: 0 16px;
}

.hb-faq-list details p {
	padding: 0 16px 14px;
	max-width: 62ch;
}

@media (max-width: 1024px) {
	.hb-faq-strip {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-faq-contact {
		margin-top: 4px;
	}
}

@media (max-width: 820px) {
	.hb-shipping-panel {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		padding: 20px 18px;
	}

	.hb-payment-section .hb-payment-notes {
		display: flex;
		gap: 8px 18px;
	}
}

/* Product detail: Ratings & Reviews + Questions & Answers modules. */
.hb-star-row {
	display: inline-flex;
	gap: 2px;
}

.hb-star-row .hb-icon {
	width: 16px;
	height: 16px;
	color: #d9dfe8;
	fill: currentColor;
	stroke: none;
}

.hb-star-row .hb-star.is-filled .hb-icon {
	color: #f6a723;
}

.hb-single-reviews {
	margin-top: 46px;
}

.hb-reviews-layout {
	display: grid;
	grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
	gap: 24px 48px;
	align-items: start;
	margin-top: 18px;
}

.hb-reviews-summary {
	position: sticky;
	top: 90px;
	display: grid;
	justify-items: center;
	gap: 16px;
	padding: 26px 20px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
	text-align: center;
}

.hb-reviews-score {
	display: grid;
	justify-items: center;
	gap: 6px;
}

.hb-reviews-score strong {
	font-size: 42px;
	line-height: 1;
	letter-spacing: -0.02em;
}

.hb-reviews-score span {
	color: var(--hb-muted);
	font-size: 13px;
	font-weight: 700;
}

.hb-review-write {
	min-height: 42px;
	padding: 0 22px;
	border: 0;
	border-radius: 8px;
	background: var(--hb-blue);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.hb-review-write:hover {
	background: var(--hb-blue-dark);
}

.hb-review-form {
	display: grid;
	gap: 14px;
	margin-bottom: 22px;
	padding: 20px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-review-form[hidden] {
	display: none;
}

.hb-review-form label {
	display: grid;
	gap: 6px;
	font-size: 13px;
	font-weight: 750;
}

.hb-review-form input[type="text"],
.hb-review-form input[type="email"],
.hb-review-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--hb-line-strong);
	border-radius: 8px;
	background: #fff;
	font: inherit;
}

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

.hb-review-rating-input {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	font-weight: 750;
}

.hb-rating-stars {
	display: inline-flex;
	flex-direction: row-reverse;
	gap: 2px;
}

.hb-rating-stars input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.hb-rating-stars label {
	cursor: pointer;
}

.hb-rating-stars label .hb-icon {
	width: 22px;
	height: 22px;
	color: #d9dfe8;
	fill: currentColor;
	stroke: none;
	transition: color 120ms ease;
}

.hb-rating-stars label:hover .hb-icon,
.hb-rating-stars label:hover ~ label .hb-icon,
.hb-rating-stars input:checked ~ label .hb-icon {
	color: #f6a723;
}

.hb-review-form-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hb-review-form-actions span {
	color: var(--hb-muted);
	font-size: 12px;
}

.hb-review-submit {
	min-height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: var(--hb-text);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.hb-reviews-list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hb-reviews-list li {
	display: grid;
	gap: 8px;
	padding: 18px 0;
	border-bottom: 1px solid var(--hb-line);
}

.hb-reviews-list li[hidden] {
	display: none;
}

.hb-reviews-list li:first-child {
	padding-top: 4px;
}

.hb-reviews-list li:last-child {
	border-bottom: 0;
}

.hb-review-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hb-review-avatar-dot {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--hb-soft);
	font-size: 14px;
	font-weight: 800;
}

.hb-review-head strong {
	font-size: 14px;
}

.hb-review-verified {
	display: block;
	color: #1f9d55;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hb-review-date {
	margin-left: auto;
	color: var(--hb-muted);
	font-size: 12px;
}

.hb-reviews-list p {
	margin: 0;
	max-width: 68ch;
	color: var(--hb-text);
	font-size: 14px;
	line-height: 1.65;
}

.hb-reviews-more,
.hb-single-faq-more {
	justify-self: center;
	display: block;
	margin: 14px auto 0;
	padding: 8px 4px;
	border: 0;
	background: transparent;
	color: var(--hb-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.hb-reviews-empty {
	margin: 6px 0 0;
	color: var(--hb-muted);
}

.hb-single-faq {
	margin-top: 46px;
}

.hb-single-faq-heading {
	margin-bottom: 20px;
	text-align: center;
}

.hb-single-faq-heading h2 {
	margin: 0;
	font-size: clamp(22px, 2vw, 28px);
}

.hb-single-faq-heading p {
	margin: 6px 0 0;
	color: var(--hb-muted);
}

.hb-single-faq-panel {
	max-width: 940px;
	margin: 0 auto;
	padding: 10px 34px;
	border-radius: var(--hb-radius);
	background: var(--hb-soft);
}

.hb-single-faq-item {
	padding: 20px 0;
	border-bottom: 1px solid var(--hb-line);
}

.hb-single-faq-item[hidden] {
	display: none;
}

.hb-single-faq-item:last-of-type {
	border-bottom: 0;
}

.hb-single-faq-item h3 {
	margin: 0 0 8px;
	font-size: 15px;
}

.hb-single-faq-item p {
	margin: 0;
	max-width: 78ch;
	color: var(--hb-muted);
	font-size: 14px;
	line-height: 1.7;
}

.hb-single-faq-more {
	margin: 4px auto 14px;
}

@media (max-width: 820px) {
	.hb-reviews-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-reviews-summary {
		position: static;
	}

	.hb-review-form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-single-faq-panel {
		padding: 6px 18px;
	}
}

/*
 * Homepage quick view: the "Selected Product" panel is closed by default.
 * Hovering a card for a while (with a progress hint) or clicking it opens
 * the panel; the grid drops from 5 to 3 columns while it is open.
 */
@media (min-width: 1025px) {
	.hb-home-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-product-assistant {
		display: none;
	}

	body.hb-quickview-open .hb-home-layout {
		grid-template-columns: minmax(0, 1fr) minmax(318px, 344px);
	}

	body.hb-quickview-open .hb-product-assistant {
		display: block;
	}

	.hb-featured-products .hb-products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.hb-quickview-open .hb-featured-products .hb-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1380px) {
	.hb-featured-products .hb-products-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	body.hb-quickview-open .hb-featured-products .hb-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.hb-quickview-hint {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 6;
	display: grid;
	gap: 6px;
	width: 136px;
	padding: 9px 14px 10px;
	border: 0;
	border-radius: 10px;
	background: rgba(17, 24, 39, 0.78);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
	transition: opacity 160ms ease;
}

.hb-quickview-hint.is-running {
	opacity: 1;
}

.hb-quickview-hint__bar {
	display: block;
	height: 3px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.28);
}

.hb-quickview-hint__bar i {
	display: block;
	width: 0;
	height: 100%;
	border-radius: 999px;
	background: #fff;
	transition-property: width;
	transition-timing-function: linear;
}

.hb-quickview-hint.is-running .hb-quickview-hint__bar i {
	width: 100%;
}

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

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