.hsl-catalog-page,
.hsl-product-page,
.hsl-editor-preview {
	--hsl-navy: var(--wp--preset--color--primary);
	--hsl-navy-800: #103450;
	--hsl-navy-50: var(--wp--preset--color--surface-soft);
	--hsl-gold: var(--wp--preset--color--primary-alt);
	--hsl-gold-dark: #765d14;
	--hsl-ink: var(--wp--preset--color--main);
	--hsl-muted: var(--wp--preset--color--text-muted);
	--hsl-line: var(--wp--preset--color--border-subtle);
	--hsl-soft: var(--wp--preset--color--surface-soft);
	--hsl-ok: var(--wp--preset--color--success);
	--hsl-radius: 14px;
	--hsl-radius-sm: 9px;
	--hsl-shadow-sm: var(--wp--preset--shadow--locksmith-card);
	--hsl-shadow: var(--wp--preset--shadow--locksmith-raised);
	--hsl-shadow-lg: var(--wp--preset--shadow--large-dark);
	color: var(--hsl-ink);
}

.hsl-product-page,
.hsl-editor-preview {
	font-size: 17px;
}

.hsl-catalog-page {
	--hsl-radius: var(--wp--preset--border-radius--md);
	--hsl-radius-sm: var(--wp--preset--border-radius--sm);
}

/* Single Product template: native block composition.
 * Rules below cover structural and responsive gaps only. */
.hsl-product-page .hsl-native-section-heading {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.hsl-product-page .hsl-native-section-heading > :last-child {
	margin-bottom: 0;
}

.hsl-product-page .hsl-product-category {
	margin-bottom: var(--wp--preset--spacing--20);
}

.hsl-product-page .hsl-product-category a {
	color: inherit;
	text-decoration: none;
}

.hsl-product-page .hsl-product-showroom-stock {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.hsl-product-page .hsl-product-showroom-stock .hsl-stock-check {
	width: 1rem;
	height: 1rem;
}

.hsl-product-page .hsl-product-showroom-stock .hsl-stock-check::after {
	top: 3px;
	left: 4px;
	width: 6px;
	height: 3px;
}

.hsl-product-page .hsl-product-trust-row p {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	font-weight: 700;
}

.hsl-product-page .hsl-product-trust-row p::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--wp--preset--color--primary-alt);
}

.hsl-product-page .hsl-product-key-features {
	max-width: 56ch;
}

.hsl-product-page .hsl-product-block-placeholder {
	padding: var(--wp--preset--spacing--30);
	border: 1px dashed var(--wp--preset--color--border-subtle);
	background: var(--wp--preset--color--surface-soft);
}

.hsl-product-page .hsl-product-block-placeholder p {
	margin: 0;
}

.hsl-product-overview-section:not(:has(.hsl-product-overview-cards)),
.hsl-product-specifications-section:not(:has(.hsl-product-specs-table)),
.hsl-product-feature-section:not(:has(.hsl-product-feature-cards)),
.hsl-product-faq-section:not(:has(.hsl-faq-list)) {
	display: none;
}

.hsl-product-page .hsl-product-overview-cards,
.hsl-product-page .hsl-product-feature-cards {
	max-width: var(--wp--style--global--wide-size);
	margin-right: auto;
	margin-left: auto;
}

.hsl-product-page .hsl-product-overview-cards .hsl-info-card {
	padding: var(--wp--preset--spacing--40);
}

.hsl-product-page .hsl-product-feature-cards .hsl-info-card {
	display: grid;
	grid-template-columns: 3.25rem minmax(0, 1fr);
	gap: 0.35rem var(--wp--preset--spacing--30);
	align-content: start;
}

.hsl-product-page .hsl-product-feature-cards .hsl-card-icon {
	grid-row: 1 / span 2;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.75rem;
}

.hsl-product-page .hsl-product-feature-cards .hsl-info-card h3,
.hsl-product-page .hsl-product-feature-cards .hsl-info-card p {
	grid-column: 2;
}

.hsl-product-page .hsl-product-specs-table {
	max-width: 860px;
	overflow-x: auto;
	margin-right: auto;
	margin-left: auto;
}

.hsl-product-page .hsl-delivery-comparison {
	max-width: 1040px;
	overflow: hidden;
	border: 1px solid var(--wp--preset--color--border-subtle);
	border-radius: 0.875rem;
}

.hsl-product-page .hsl-delivery-comparison-header,
.hsl-product-page .hsl-delivery-comparison-row {
	display: grid;
	grid-template-columns: minmax(9rem, 1.15fr) minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 0;
}

.hsl-product-page .hsl-delivery-comparison-header p,
.hsl-product-page .hsl-delivery-comparison-row p {
	margin: 0;
	padding: 1rem 1.15rem;
	line-height: 1.45;
}

.hsl-product-page .hsl-delivery-comparison-header p {
	display: flex;
	align-items: center;
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 800;
}

.hsl-product-page .hsl-delivery-comparison-row + .hsl-delivery-comparison-row {
	border-top: 1px solid var(--wp--preset--color--border-subtle);
}

.hsl-product-page .hsl-delivery-label {
	color: var(--wp--preset--color--primary);
	font-weight: 800;
}

.hsl-product-page .hsl-delivery-them {
	color: var(--wp--preset--color--text-muted);
}

.hsl-product-page .hsl-delivery-us {
	border-left: 2px solid var(--wp--preset--color--primary);
	background: color-mix(in srgb, var(--wp--preset--color--primary-accent) 35%, var(--wp--preset--color--base));
	font-weight: 600;
}

.hsl-product-page .hsl-city-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	padding: 0;
	margin: var(--wp--preset--spacing--20) auto 0;
	list-style: none;
}

.hsl-product-page .hsl-city-tags li {
	padding: 0.4rem 0.75rem;
	border: 1px solid var(--wp--preset--color--border-subtle);
	border-radius: 999px;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 800;
}

.hsl-product-page .hsl-showroom-card-grid,
.hsl-product-page .hsl-review-grid {
	align-items: stretch;
}

.hsl-product-page .hsl-showroom-card,
.hsl-product-page .hsl-review-card {
	height: 100%;
}

.hsl-product-page .hsl-showroom-card-image {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 10;
	margin: 0;
}

.hsl-product-page .hsl-showroom-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hsl-product-page
.hsl-related-products
.wp-block-hsl-product-card-view-details-button {
	display: block;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}

.hsl-product-page .hsl-product-faq-section .hsl-faq-list {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.hsl-product-page
.hsl-product-final-cta-band
.is-style-outline
.wp-block-button__link {
	border-color: currentcolor;
}

@media (max-width: 781px) {

	.hsl-product-page .hsl-product-top {
		row-gap: var(--wp--preset--spacing--50);
	}

	.hsl-product-page .hsl-product-cta-buttons .wp-block-button,
	.hsl-product-page .hsl-product-cta-buttons .wp-block-button__link {
		width: 100%;
	}

	.hsl-product-page .hsl-delivery-comparison {
		overflow: visible;
		border: 0;
	}

	.hsl-product-page .hsl-delivery-comparison-header {
		display: none;
	}

	.hsl-product-page .hsl-delivery-comparison-row {
		grid-template-columns: 1fr;
		overflow: hidden;
		border: 1px solid var(--wp--preset--color--border-subtle);
		border-radius: 0.875rem;
		background: var(--wp--preset--color--base);
	}

	.hsl-product-page
	.hsl-delivery-comparison-row + .hsl-delivery-comparison-row {
		margin-top: var(--wp--preset--spacing--30);
	}

	.hsl-product-page .hsl-delivery-comparison-row p {
		padding: 0.85rem 1rem;
	}

	.hsl-product-page .hsl-delivery-us {
		border-top: 2px solid var(--wp--preset--color--primary-alt);
		border-left: 0;
	}

	.hsl-product-page .hsl-product-feature-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {

	.hsl-product-page .hsl-product-feature-cards .hsl-info-card {
		grid-template-columns: 2.75rem minmax(0, 1fr);
	}

	.hsl-product-page .hsl-product-feature-cards .hsl-card-icon {
		width: 2.75rem;
		height: 2.75rem;
	}

	.hsl-product-page .hsl-spec-table {
		min-width: 36rem;
	}
}

.hsl-catalog-page a {
	color: inherit;
}

.hsl-catalog-page,
.hsl-catalog-page > .hsl-breadcrumb,
.hsl-catalog-page > .hsl-archive-hero {
	margin-block-start: 0 !important;
}

.hsl-breadcrumb {
	border-bottom: 1px solid var(--hsl-line);
}

.hsl-breadcrumb .woocommerce-breadcrumb {
	margin: 0;
}

.hsl-breadcrumb .woocommerce-breadcrumb a {
	font-weight: 700;
	text-decoration: none;
}

.hsl-archive-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: grid;
	align-items: center;
	justify-items: stretch;
	background: var(--hsl-navy);
	color: #fff;
}

.hsl-archive-hero img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.28;
}

.hsl-archive-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(90% 120% at 50% 0%, rgba(16, 52, 80, 0.1) 0%, rgba(13, 34, 53, 0.9) 78%);
}

.hsl-archive-hero .wp-block-cover__inner-container {
	width: min(100%, var(--wp--style--global--wide-size));
	max-width: 100%;
	justify-self: center;
	margin-left: auto;
	margin-right: auto;
}

.hsl-hero-content {
	width: 100%;
	margin-left: 0;
	margin-right: auto;
}

.hsl-eyebrow,
.hsl-archive-hero .hsl-eyebrow {
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hsl-archive-hero .hsl-eyebrow,
.hsl-final-cta .hsl-eyebrow {
	color: var(--hsl-gold);
}

.hsl-section-soft .hsl-eyebrow {
	color: var(--hsl-gold-dark) !important;
}

.hsl-archive-hero h1 {
	max-width: 20ch;
	font-weight: 800;
	letter-spacing: 0;
}

.hsl-hero-accent {
	background: transparent;
	color: var(--hsl-gold);
}

.hsl-archive-hero .hsl-hero-sub {
	max-width: 54ch;
}

.hsl-product-archive-header {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(90% 120% at 50% 0%, rgba(252, 220, 105, 0.18), transparent 58%),
		linear-gradient(145deg, var(--hsl-navy-800), var(--hsl-navy));
}

.hsl-product-archive-header.has-background:not([class*="-gradient-background"]) {
	background-image: none;
}

.hsl-product-archive-header__description > :last-child {
	margin-bottom: 0;
}

.hsl-product-archive-header__readiness {
	display: inline-block;
	border: 1px solid rgba(252, 220, 105, 0.5);
	border-radius: 6px;
}

.hsl-product-archive-header--legacy .hsl-product-archive-header__eyebrow {
	margin: 0 0 12px;
	color: var(--hsl-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hsl-product-archive-header--legacy h1 {
	max-width: var(--wp--style--global--content-size);
	margin: 0;
	color: #fff;
	font-size: var(--wp--preset--font-size--hero-heading);
	line-height: 1.03;
}

.hsl-product-archive-header--legacy .hsl-product-archive-header__description {
	max-width: 780px;
	margin-top: 22px;
	color: #d9e4ed;
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.65;
}

.hsl-product-archive-header--legacy .hsl-product-archive-header__readiness {
	margin: 20px 0 0;
	padding: 8px 12px;
	color: var(--hsl-gold);
	font-size: 0.78rem;
}

.hsl-archive-term-directory--legacy {
	padding-block: var(--wp--preset--spacing--large);
}

.hsl-archive-term-directory--legacy h2 {
	margin: 0 0 var(--wp--preset--spacing--50);
	color: var(--hsl-navy);
	text-align: center;
}

.hsl-archive-term-directory__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--40);
}

.hsl-archive-term-card {
	display: flex;
	overflow: hidden;
	min-height: 132px;
	border: 1px solid var(--hsl-line);
	border-radius: var(--wp--preset--border-radius--md);
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
	color: var(--hsl-navy);
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hsl-archive-term-card:hover,
.hsl-archive-term-card:focus-visible {
	border-color: var(--hsl-gold);
	box-shadow: var(--hsl-shadow);
	transform: translateY(-2px);
}

.hsl-archive-term-card:focus-visible {
	outline: 3px solid var(--hsl-navy);
	outline-offset: 3px;
}

.hsl-archive-term-card__image {
	display: flex;
	width: 38%;
	min-width: 100px;
	align-items: center;
	justify-content: center;
	background: var(--hsl-soft);
}

.hsl-archive-term-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hsl-archive-term-card__body {
	display: flex;
	min-width: 0;
	padding: 18px;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

.hsl-archive-term-card__body strong {
	font-size: 1rem;
	line-height: 1.2;
}

.hsl-archive-term-card__body > span {
	color: var(--hsl-muted);
	font-size: 0.78rem;
}

.hsl-archive-term-card__body small {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 4px;
	color: var(--hsl-muted);
	font-size: 0.72rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 980px) {

	.hsl-archive-term-directory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {

	.hsl-archive-term-directory__grid {
		grid-template-columns: 1fr;
	}
}

.hsl-trust-strip {
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hsl-trust-strip .wp-block-group {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: auto;
	font-weight: 700;
	white-space: nowrap;
}

.hsl-trust-strip .wp-block-group::before {
	content: "";
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 999px;
	background: var(--hsl-gold);
	box-shadow: 0 0 0 4px rgba(252, 220, 105, 0.14);
}

.hsl-catalog-layout {
	align-items: flex-start !important;
}

.hsl-archive-filters {
	position: sticky;
	top: 96px;
}

.admin-bar .hsl-archive-filters {
	top: 128px;
}

.hsl-catalog-page .filters-head {
	font-weight: 800;
}

.hsl-catalog-page .clear-link,
.hsl-text-link {
	color: var(--hsl-navy);
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none;
}

.hsl-catalog-page .fgroup {
	margin-bottom: var(--wp--preset--spacing--40);
	padding: 1.1rem 1.25rem;
	border: 1px solid var(--hsl-line);
	border-radius: var(--hsl-radius);
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-catalog-page .fgroup h3 {
	margin: 0 0 0.85rem;
	color: var(--hsl-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hsl-catalog-page .fopts {
	display: grid;
	gap: 0.7rem;
}

.hsl-catalog-page .fopt {
	display: flex;
	align-items: center;
	gap: 0.68rem;
	color: var(--hsl-ink);
	font-size: 0.94rem;
	font-weight: 600;
	text-decoration: none;
}

.hsl-catalog-page .fcheck {
	position: relative;
	width: 1.12rem;
	height: 1.12rem;
	flex: 0 0 auto;
	border: 2px solid #c3d0dd;
	border-radius: 5px;
	background: #fff;
}

.hsl-catalog-page .fopt:hover .fcheck {
	border-color: var(--hsl-navy);
}

.hsl-catalog-page .fopt.is-active .fcheck {
	border-color: var(--hsl-navy);
	background: var(--hsl-navy);
}

.hsl-catalog-page .fopt.is-active .fcheck::after {
	content: "";
	position: absolute;
	left: 0.31rem;
	top: 0.08rem;
	width: 0.28rem;
	height: 0.58rem;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.hsl-catalog-page .hsl-product-filter-category .fcheck {
	border-radius: 999px;
}

.hsl-catalog-page .hsl-product-filter-category .fopt.is-active .fcheck::after {
	left: 50%;
	top: 50%;
	width: 0.42rem;
	height: 0.42rem;
	border: 0;
	border-radius: 999px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.hsl-catalog-page .count,
.hsl-catalog-page .pill-count {
	margin-left: auto;
	color: var(--hsl-muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.hsl-catalog-page .fpills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hsl-catalog-page .fpill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.42rem 0.78rem;
	border: 1px solid #d6e2ee;
	border-radius: 999px;
	background: var(--hsl-navy-50);
	color: var(--hsl-navy);
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

.hsl-catalog-page .fpill.is-active {
	border-color: var(--hsl-navy);
	background: var(--hsl-navy);
	color: #fff;
}

.hsl-catalog-page a.fopt:focus-visible,
.hsl-catalog-page a.fpill:focus-visible,
.hsl-catalog-page .hsl-text-link:focus-visible {
	outline: 3px solid var(--hsl-navy);
	outline-offset: 3px;
}

.hsl-catalog-page .fopt.is-disabled,
.hsl-catalog-page .fpill.is-disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.hsl-catalog-page .filters-cta {
	margin-top: var(--wp--preset--spacing--20);
}

.hsl-catalog-page .filters-cta .wp-block-button__link {
	font-weight: 800;
	text-decoration: none;
}

.hsl-native-filters.wc-block-product-filters {
	width: 100%;
	flex-direction: column;
}

.hsl-native-filters .wc-block-product-filters__overlay-content {
	gap: var(--wp--preset--spacing--40);
}

.hsl-native-filters
.wp-block-woocommerce-product-filter-active:not(
	.wc-block-product-filter--hidden
) {
	display: grid;
	gap: 0.65rem;
	margin-bottom: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--40);
	border: 1px solid var(--hsl-line);
	border-radius: var(--hsl-radius);
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-native-filters .wc-block-product-filter-removable-chips__items {
	display: flex;
	gap: 0.45rem;
}

.hsl-native-filters .wc-block-product-filter-removable-chips__item {
	border-color: #d6e2ee;
	border-radius: 999px;
	background: var(--hsl-navy-50);
	color: var(--hsl-navy);
	font-weight: 800;
}

.hsl-native-filters .wc-block-product-filter-removable-chips__remove {
	color: var(--hsl-navy);
}

.hsl-native-filters
.wp-block-woocommerce-product-filter-clear-button
.wp-block-button__link {
	border-color: var(--hsl-navy);
	border-radius: var(--hsl-radius-sm);
	color: var(--hsl-navy);
	font-size: 0.84rem;
	font-weight: 800;
}

.hsl-native-filter-group {
	width: 100%;
	box-sizing: border-box;
}

.hsl-native-filter-group .wp-block-heading {
	margin: 0 0 0.85rem;
	color: var(--hsl-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hsl-native-filter-group .wc-block-product-filter-checkbox-list__items {
	display: grid;
	gap: 0.7rem;
}

.hsl-native-filter-group .wc-block-product-filter-checkbox-list__label {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 0.68rem;
	color: var(--hsl-ink);
	cursor: pointer;
	font-size: 0.94rem;
	font-weight: 600;
}

.hsl-native-filter-group .wc-block-product-filter-checkbox-list__input-wrapper {
	width: 1.12rem;
	height: 1.12rem;
	flex: 0 0 auto;
	color: var(--hsl-navy);
}

.hsl-native-filter-group
.wc-block-product-filter-checkbox-list__input-wrapper::before {

	/* Self-sufficient checkbox box: content/position normally come from
	   WooCommerce's inline base styles, and display:block counters the parent
	   theme rule ollie/assets/styles/woocommerce.css:657
	   (…__input-wrapper:before { display:none }). */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 1.12rem;
	height: 1.12rem;
	border: 2px solid #c3d0dd;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
	pointer-events: none;
}

.hsl-native-filter-group
.wc-block-product-filter-checkbox-list__label:hover
.wc-block-product-filter-checkbox-list__input-wrapper::before {
	border-color: var(--hsl-navy);
}

.hsl-native-filter-group
.wc-block-product-filter-checkbox-list__label:has(input:focus-visible)
.wc-block-product-filter-checkbox-list__input-wrapper::before {
	outline: 3px solid var(--hsl-navy);
	outline-offset: 3px;
}

.hsl-native-filter-group
.wc-block-product-filter-checkbox-list__label:has(input:checked)
.wc-block-product-filter-checkbox-list__input-wrapper::before {
	border-color: var(--hsl-navy);
	background: var(--hsl-navy);
}

.hsl-native-filter-group
input[type="checkbox"].wc-block-product-filter-checkbox-list__input {
	width: 1.12rem;
	height: 1.12rem;
	border: 0;
	border-radius: 5px;
	background: transparent;
}

.hsl-native-filter-group svg.wc-block-product-filter-checkbox-list__mark {

	/* Sizing/background also counter ollie/assets/styles/woocommerce.css:649,
	   which paints the mark with the theme "main" color at 18px. */
	width: 1.12rem;
	height: 1.12rem;
	padding: 0.22rem;
	background: transparent;
	border-radius: 5px;
	color: #fff;
}

.hsl-native-filter-group
input[type="checkbox"].wc-block-product-filter-checkbox-list__input:checked + svg.wc-block-product-filter-checkbox-list__mark {
	width: 1.12rem;
	height: 1.12rem;
	background: transparent;
	color: #fff;
}

.hsl-native-filter-group .wc-block-product-filter-checkbox-list__text-wrapper {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 0.35rem;
	min-width: 0;
	font-size: inherit;
}

.hsl-native-filter-group .wc-block-product-filter-checkbox-list__text {
	display: inline;
	min-width: 0;
	overflow-wrap: anywhere;
}

.hsl-native-filter-group .wc-block-product-filter-checkbox-list__count {
	margin-left: auto;
	color: var(--hsl-muted);
	font-size: 0.8rem;
	font-weight: 700;
	white-space: nowrap;
}

.hsl-native-filter-group .wc-block-product-filter-checkbox-list__show-more {
	margin-top: 0.7rem;
}

.hsl-native-filter-group
.wc-block-product-filter-checkbox-list__show-more-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hsl-navy);
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

.hsl-native-filter-group
.wc-block-product-filter-checkbox-list__show-more-button:hover {
	text-decoration: underline;
}

.hsl-native-filter-group
.wc-block-product-filter-checkbox-list__show-more-button:focus-visible,
.hsl-archive-sort select:focus-visible,
.hsl-catalog-page .wp-block-button__link:focus-visible,
.hsl-catalog-shop .wp-block-query-pagination a:focus-visible,
.hsl-archive-faq-item summary:focus-visible {
	outline: 3px solid var(--hsl-navy);
	outline-offset: 3px;
}

.hsl-shop-main {
	min-width: 0;
}

.hsl-shop-toolbar {
	align-items: center;
}

.hsl-shop-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--hsl-navy);
	font-size: 1.02rem;
	font-weight: 800;
}

.hsl-archive-sort {
	margin-left: auto;
}

.hsl-shop-controls {
	width: 100%;
}

.hsl-catalog-view-toggle {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	gap: var(--wp--preset--spacing--20);
}

.hsl-catalog-view-toggle__button {
	display: inline-flex;
	width: 2.75rem;
	height: 2.75rem;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--wp--preset--color--border-subtle);
	border-radius: 0.375rem;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--primary);
	cursor: pointer;
	font-size: 1rem;
}

.hsl-catalog-view-toggle__button[aria-pressed="true"] {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--base);
}

.hsl-catalog-view-toggle__button:hover,
.hsl-catalog-view-toggle__button:focus-visible {
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 2px var(--wp--preset--color--primary-accent);
	outline: 0;
}

.hsl-catalog-view-toggle__button .svg-inline--fa,
.hsl-catalog-view-toggle__button i {
	width: 1em;
	height: 1em;
}

.hsl-archive-sort label {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--hsl-muted);
	font-size: 0.88rem;
	font-weight: 800;
}

.hsl-archive-sort select {
	min-height: 2.75rem;
	padding: 0 2rem 0 0.8rem;
	border: 1.5px solid var(--hsl-line);
	border-radius: var(--hsl-radius-sm);
	background: #fff;
	color: var(--hsl-ink);
	font: inherit;
	font-weight: 700;
}

.hsl-toolbar-note {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: -0.5rem 0 1.5rem;
	color: var(--hsl-muted);
	font-size: 0.84rem;
}

.hsl-toolbar-note::before {
	content: "i";
	display: inline-flex;
	width: 1rem;
	height: 1rem;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hsl-gold-dark);
	border-radius: 50%;
	color: var(--hsl-gold-dark);
	font-size: 0.72rem;
	font-weight: 800;
}

.hsl-catalog-shop.is-loading {
	opacity: 0.58;
	pointer-events: none;
}

.hsl-catalog-shop .wc-block-product,
.hsl-catalog-shop li.product {
	margin: 0 !important;
}

.hsl-product-card-media {
	position: relative;
}

.hsl-card-stock {
	position: absolute;
	z-index: 2;
	top: 0.75rem;
	right: 0.75rem;
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
}

.hsl-card-stock-dot {
	width: 0.43rem;
	height: 0.43rem;
	border-radius: 50%;
	background: currentcolor;
}

.hsl-card-badges {

	/* border: 0 counters wp-includes/css/dist/block-library/common.css
	   `html :where([style*="border-width"]) { border-style: solid }`, whose
	   substring selector false-matches this wrapper's
	   --hsl-card-badge-border-width CSS variable. Real border styling belongs
	   to the .hsl-card-badge chips via those variables. */
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--hsl-card-badges-gap, 0.38rem);
}

.hsl-card-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:
		var(--hsl-card-badge-padding-top, 0)
		var(--hsl-card-badge-padding-right, 0)
		var(--hsl-card-badge-padding-bottom, 0)
		var(--hsl-card-badge-padding-left, 0);
	border-color: var(--hsl-card-badge-border-color, currentColor);
	border-style: var(--hsl-card-badge-border-style, solid);
	border-width: var(--hsl-card-badge-border-width, 0);
	border-radius: var(--hsl-card-badge-border-radius, 0);
	background: var(--hsl-card-badge-background, transparent);
	color: var(--hsl-card-badge-color, inherit);
	font-size: var(--hsl-card-badge-font-size, inherit);
	font-weight: var(--hsl-card-badge-font-weight, inherit);
	letter-spacing: var(--hsl-card-badge-letter-spacing, inherit);
	line-height: var(--hsl-card-badge-line-height, inherit);
	text-transform: var(--hsl-card-badge-text-transform, inherit);
}

/* Approved exceptions (2026-07-01): mockup behaviors block style controls
   cannot express — hover states, flex-child grow, and Product Collection grid
   gap
   (woocommerce/product-collection has no spacing.blockGap support in Woo 10.9).
   Mockup refs: notes/static/assets/css/style.css:307-330. */
.hsl-shop-main .wc-block-product-template {
	gap: 26px;
}

/* Woo's .columns-3 responsive minmax() assumes its default 1.25em gap; with the
   26px mockup gap the third column no longer fits. Pin the mockup grid exactly
   (notes/static/assets/css/style.css:307,349-350). */
.hsl-shop-main .wc-block-product-template__responsive.columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {

	.hsl-shop-main .wc-block-product-template__responsive.columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {

	.hsl-shop-main .wc-block-product-template__responsive.columns-3 {
		grid-template-columns: minmax(0, 1fr);
	}

	.hsl-catalog-view-toggle:not([hidden]) {
		display: inline-flex;
	}

	html[data-hsl-catalog-view="grid"]
	.hsl-shop-main
	.wc-block-product-template__responsive.columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--wp--preset--spacing--30);
	}

	html[data-hsl-catalog-view="grid"] .hsl-product-card-body {
		padding: var(--wp--preset--spacing--30) !important;
	}

	html[data-hsl-catalog-view="grid"] .hsl-product-card-actions-row {
		align-items: stretch;
		flex-direction: column;
	}

	html[data-hsl-catalog-view="grid"]
	.hsl-product-card-actions-row
	.hsl-card-view-details-button {
		width: 100%;
		flex: 0 0 auto;
	}

	html[data-hsl-catalog-view="grid"]
	.hsl-product-price-display--grid-customized
	.hsl-product-price-display__starting {
		display: var(--hsl-grid-price-starting-display);
	}

	html[data-hsl-catalog-view="grid"]
	.hsl-product-price-display--grid-customized
	.hsl-product-price-display__regular {
		font-size: var(--hsl-grid-price-regular-font-size);
		letter-spacing: var(--hsl-grid-price-regular-letter-spacing);
	}

	html[data-hsl-catalog-view="grid"]
	.hsl-card-badges--grid-customized
	.hsl-card-badge {
		padding-top: var(--hsl-grid-card-badge-padding-vertical);
		padding-right: var(--hsl-grid-card-badge-padding-horizontal);
		padding-bottom: var(--hsl-grid-card-badge-padding-vertical);
		padding-left: var(--hsl-grid-card-badge-padding-horizontal);
		font-size: var(--hsl-grid-card-badge-font-size);
	}

	html[data-hsl-catalog-view="grid"]
	.hsl-card-stock--grid-customized {
		width: var(--hsl-grid-stock-width);
		padding-top: var(--hsl-grid-stock-padding-vertical) !important;
		padding-right: var(--hsl-grid-stock-padding-horizontal) !important;
		padding-bottom: var(--hsl-grid-stock-padding-vertical) !important;
		padding-left: var(--hsl-grid-stock-padding-horizontal) !important;
		right: var(--hsl-grid-stock-right-offset);
		font-size: var(--hsl-grid-stock-font-size) !important;
	}
}

.hsl-product-card {
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.hsl-product-card:hover {
	border-color: #cfdcea !important; /* beats the block's inline border-color */
	box-shadow: var(--hsl-shadow) !important; /* beats the inline preset shadow */
	transform: translateY(-4px);
}

.hsl-product-card-media img {
	transition: transform 0.4s ease;
}

.hsl-product-card:hover .hsl-product-card-media img {
	transform: scale(1.04);
}

.hsl-product-card-actions-row .hsl-card-view-details-button {
	display: inline-flex;
	min-height: 2.75rem;
	box-sizing: border-box;
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hsl-card-pricing-modal-trigger {
	display: inline-flex;
	min-height: 2.75rem;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid transparent;
	transition:
		border-color 0.15s ease,
		color 0.15s ease;
	white-space: nowrap;
}

.hsl-card-pricing-modal-trigger:hover {
	border-bottom-color: var(--hsl-gold);
	color: var(--hsl-gold-dark);
}

.hsl-pagination {
	gap: 0.5rem;
	margin-top: 3rem;
}

.hsl-pagination a,
.hsl-pagination span,
.hsl-catalog-shop .wp-block-query-pagination a,
.hsl-catalog-shop .wp-block-query-pagination span {
	display: inline-flex;
	min-width: 2.75rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.85rem;
	border: 1.5px solid var(--hsl-line);
	border-radius: var(--hsl-radius-sm);
	background: #fff;
	color: var(--hsl-navy);
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
}

.hsl-catalog-shop .wp-block-query-pagination .current {
	border-color: var(--hsl-navy);
	background: var(--hsl-navy);
	color: #fff;
}

.hsl-section-soft {
	background: var(--hsl-soft);
}

.hsl-section-heading {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.hsl-section-heading h2 {
	font-weight: 800;
	line-height: 1.12;
}

.hsl-lead,
.hsl-section-heading p:not(.hsl-eyebrow) {
	line-height: 1.6;
}

.hsl-location-grid {
	gap: 1.6rem;
}

.hsl-location-card {
	height: 100%;
	overflow: hidden;
}

.hsl-location-image {
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
	background: var(--hsl-navy-50);
}

.hsl-location-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hsl-location-body h3 {
	font-weight: 800;
}

.hsl-location-body p {
	line-height: 1.5;
}

.hsl-location-body a {
	color: var(--hsl-navy);
	font-weight: 800;
}

.hsl-location-body .wp-block-buttons {
	align-items: stretch;
}

.hsl-prose {
	max-width: 820px;
}

.hsl-prose-block h3 {
	margin: 0 0 0.6rem;
	color: var(--hsl-navy);
	font-size: 1.3rem;
	font-weight: 800;
}

.hsl-prose-block p {
	margin: 0;
	color: var(--hsl-muted);
	font-size: 1.02rem;
	line-height: 1.7;
}

.hsl-archive-faq-list {
	width: 100%;
	max-width: 820px;
}

.hsl-archive-faq-list > * {
	width: 100%;
	margin-block-start: 0;
}

.hsl-archive-faq-item,
.hsl-faq-item {
	overflow: hidden;
	border: 1px solid var(--hsl-line);
	border-radius: var(--hsl-radius);
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-archive-faq-item summary,
.hsl-faq-item summary {
	position: relative;
	cursor: pointer;
	list-style: none;
	padding: 1.25rem 3.5rem 1.25rem 1.4rem;
	color: var(--hsl-navy);
	font-size: 1.06rem;
	font-weight: 800;
}

.hsl-archive-faq-item summary::-webkit-details-marker,
.hsl-faq-item summary::-webkit-details-marker {
	display: none;
}

.hsl-archive-faq-item summary::after,
.hsl-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 1.35rem;
	top: 50%;
	color: var(--hsl-gold-dark);
	font-size: 1.45rem;
	font-weight: 500;
	transform: translateY(-50%);
}

.hsl-archive-faq-item[open] summary::after,
.hsl-faq-item[open] summary::after {
	content: "-";
}

.hsl-archive-faq-item p,
.hsl-faq-item div,
.hsl-faq-item p {
	margin: 0;
	padding: 0 1.4rem 1.3rem;
	color: var(--hsl-muted);
	line-height: 1.65;
}

.hsl-final-cta {
	background: linear-gradient(120deg, var(--hsl-navy) 0%, var(--hsl-navy-800) 100%);
	color: #fff;
	text-align: center;
}

.hsl-final-cta h2 {
	font-weight: 800;
}

.hsl-final-cta p {
	max-width: 58ch;
	margin-right: auto;
	margin-left: auto;
}

.hsl-button-light-outline .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.58);
	color: #fff;
	font-weight: 800;
}

.hsl-button-light-outline .wp-block-button__link:hover {
	background: #fff;
	color: var(--hsl-navy);
}

.hsl-final-cta .wp-block-button__link:focus-visible {
	outline-color: var(--hsl-gold);
}

.hsl-product-page .wp-block-woocommerce-product-gallery,
.hsl-product-media {
	position: relative;
}

.hsl-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hsl-product-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.42rem 0.65rem;
	border: 1px solid var(--hsl-line);
	border-radius: 999px;
	background: var(--hsl-soft);
	font-size: 0.9rem;
	font-weight: 700;
}

.hsl-badge-dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--hsl-gold);
}

.hsl-section-band {
	padding: clamp(2.5rem, 4vw, 4.5rem);
	border-radius: var(--hsl-radius);
	background: var(--hsl-soft);
}

.hsl-card-grid {
	display: grid;
	gap: 1rem;
}

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

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

.hsl-card-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hsl-info-card {
	padding: 1.1rem;
	border: 1px solid var(--hsl-line);
	border-radius: var(--hsl-radius-sm);
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-info-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1rem;
}

.hsl-info-card p {
	margin: 0;
	color: var(--hsl-muted);
	line-height: 1.6;
}

.hsl-spec-table {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--hsl-line);
	border-radius: var(--hsl-radius-sm);
	border-collapse: collapse;
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-spec-table th,
.hsl-spec-table td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid var(--hsl-line);
	text-align: left;
	vertical-align: top;
}

.hsl-spec-table tr:last-child th,
.hsl-spec-table tr:last-child td {
	border-bottom: 0;
}

.hsl-spec-table th {
	width: 32%;
	color: var(--hsl-muted);
	font-weight: 800;
}

.hsl-faq-list {
	display: grid;
	gap: 0.75rem;
}

.hsl-showroom-availability {
	padding: 1rem;
	border: 1px solid var(--hsl-line);
	border-radius: var(--hsl-radius-sm);
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-showroom-availability p {
	color: var(--hsl-muted);
}

.hsl-availability-list {
	display: grid;
	gap: 0.75rem;
}

.hsl-availability-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--hsl-line);
}

.hsl-availability-row a {
	display: block;
	color: var(--hsl-navy);
	font-weight: 700;
	text-decoration: none;
}

.hsl-availability-row span {
	border-radius: 999px;
	background: rgba(252, 220, 105, 0.28);
	color: #6f570d;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 0.3rem 0.55rem;
	white-space: nowrap;
}

.hsl-quote-panel {
	padding: clamp(1.25rem, 3vw, 2rem);
	border-radius: var(--hsl-radius);
	background: var(--hsl-navy);
	color: #fff;
}

.hsl-quote-panel p {
	color: rgba(255, 255, 255, 0.84);
}

.hsl-product-page {
	padding-top: 0;
	color: inherit;
	font-size: inherit;
}

.hsl-product-breadcrumb-bar .woocommerce-breadcrumb a {
	font-weight: var(--hsl-product-breadcrumb-link-font-weight);
}

.hsl-product-top {
	align-items: flex-start;
}

.hsl-product-top > .wp-block-column {
	min-width: 0;
}

.hsl-product-page .wp-block-woocommerce-product-gallery {
	display: block !important;
	width: 100%;
}

.hsl-product-page .wc-block-product-gallery-large-image {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--hsl-line);
	border-radius: var(--hsl-radius);
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-product-page .wc-block-product-gallery-large-image__inner-blocks {
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}

.hsl-product-page .wc-block-product-gallery-large-image__inner-blocks a,
.hsl-product-page .wc-block-product-gallery-large-image__inner-blocks button {
	pointer-events: auto;
}

.hsl-product-page .wc-block-product-gallery-large-image__container {
	display: flex;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hsl-product-page .wc-block-product-gallery-large-image__wrapper {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.hsl-product-page
.wp-block-woocommerce-product-gallery
.wp-block-woocommerce-product-image,
.hsl-product-page
.wp-block-woocommerce-product-gallery
.wp-block-woocommerce-product-image
a {
	display: block;
	width: 100%;
	height: 100%;
}

.hsl-product-page
.wp-block-woocommerce-product-gallery
.wp-block-woocommerce-product-image
img {
	width: 100%;
	height: 100%;
	padding: 14px;
	background: #fff;
	object-fit: contain;
}

.hsl-product-page .wc-block-product-gallery-thumbnails {
	margin-top: 16px;
	overflow: hidden;
}

.hsl-product-page .wc-block-product-gallery-thumbnails__scrollable {
	display: flex !important;
	gap: 14px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.hsl-product-page .wc-block-product-gallery-thumbnails__thumbnail {
	flex: 0 0 92px !important;
	width: 92px !important;
	height: 92px !important;
	overflow: hidden;
	border: 2px solid var(--hsl-line);
	border-radius: var(--hsl-radius-sm);
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease;
}

.hsl-product-page .wc-block-product-gallery-thumbnails__thumbnail:hover,
.hsl-product-page
.wc-block-product-gallery-thumbnails__thumbnail:has(
	.wc-block-product-gallery-thumbnails__thumbnail__image--is-active
) {
	border-color: var(--hsl-gold);
}

.hsl-product-page .wc-block-product-gallery-thumbnails__thumbnail__image {
	width: 100% !important;
	height: 100% !important;
	padding: 6px;
	background: #fff;
	object-fit: contain !important;
}

/* Center the gallery prev/next arrows on the active image. */
.hsl-product-page
.wc-block-product-gallery-large-image
.wc-block-next-previous-buttons {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	padding: 0 14px;
	pointer-events: none;
}

.hsl-product-page .wc-block-next-previous-buttons__button {
	pointer-events: auto;
}

.hsl-product-title {
	max-width: 18ch;
}

.hsl-product-intro {
	max-width: 54ch;
}

.hsl-product-intro p {
	margin: 0;
}

.hsl-stock-check {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--hsl-ok);
}

.hsl-stock-check::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 4px;
	width: 7px;
	height: 4px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}

.hsl-product-trust-row {
	border-top: 1px solid var(--hsl-line);
	border-bottom: 1px solid var(--hsl-line);
}

.hsl-feature-check-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--hsl-navy);
}

.hsl-product-key-features {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hsl-product-key-features li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.hsl-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--hsl-navy-50);
	color: var(--hsl-navy);
}

.hsl-product-showrooms {
	scroll-margin-top: 96px;
}

@media (max-width: 980px) {

	.hsl-card-grid-2,
	.hsl-card-grid-3,
	.hsl-card-grid-4 {
		grid-template-columns: 1fr !important;
	}

	.hsl-archive-filters {
		position: static;
	}

	.hsl-location-grid {
		grid-template-columns: 1fr;
	}

	.hsl-product-top {
		gap: var(--wp--preset--spacing--40);
	}
}

@media (max-width: 760px) {

	.hsl-trust-strip {
		flex-wrap: wrap;
	}

	.hsl-shop-controls .hsl-archive-sort {
		display: block;
		min-width: 0;
		max-width: none;
		width: auto;
		flex: 1 1 auto;
		margin-left: 0;
	}

	.hsl-shop-controls .hsl-archive-sort label,
	.hsl-shop-controls .hsl-archive-sort .woocommerce-ordering,
	.hsl-shop-controls .hsl-archive-sort select {
		box-sizing: border-box;
		max-width: none;
		inline-size: 100%;
		width: 100%;
	}

	.hsl-shop-controls .hsl-archive-sort label {
		display: grid;
	}

	.hsl-product-page .wc-block-product-gallery-thumbnails__thumbnail {
		flex-basis: 78px !important;
		width: 78px !important;
		height: 78px !important;
	}
}

@media (max-width: 600px) {

	.hsl-native-filters .wc-block-product-filters__open-overlay {
		width: 100%;
		min-height: 3rem;
		box-sizing: border-box;
		justify-content: center;
		padding: var(--wp--preset--spacing--40);
		border: 2px solid var(--hsl-navy);
		border-radius: var(--hsl-radius-sm);
		background: var(--hsl-navy);
		color: #fff;
		font-size: var(--wp--preset--font-size--small);
		font-weight: 800;
	}

	.hsl-native-filters .wc-block-product-filters__close-overlay {
		width: 2.75rem;
		height: 2.75rem;
		justify-content: center;
		border: 1px solid var(--hsl-line);
		border-radius: 999px;
		color: var(--hsl-navy);
	}

	.hsl-native-filters .wc-block-product-filters__overlay-header {
		padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) 0;
	}

	.hsl-native-filters .wc-block-product-filters__overlay-content {
		padding-right: var(--wp--preset--spacing--40);
		padding-left: var(--wp--preset--spacing--40);
	}

	.hsl-native-filters .wc-block-product-filters__apply {
		min-height: 3rem;
		border: 0;
		border-radius: var(--hsl-radius-sm);
		background: var(--hsl-navy);
		color: #fff;
		font-size: var(--wp--preset--font-size--small);
		font-weight: 800;
	}

	.hsl-catalog-page .fopt,
	.hsl-native-filter-group .wc-block-product-filter-checkbox-list__label {
		min-height: 2.75rem;
		font-size: var(--wp--preset--font-size--small);
	}

	.hsl-catalog-page .fcheck,
	.hsl-native-filter-group
	.wc-block-product-filter-checkbox-list__input-wrapper,
	.hsl-native-filter-group
	.wc-block-product-filter-checkbox-list__input-wrapper::before,
	.hsl-native-filter-group
	input[type="checkbox"].wc-block-product-filter-checkbox-list__input,
	.hsl-native-filter-group svg.wc-block-product-filter-checkbox-list__mark,
	.hsl-native-filter-group
	input[type="checkbox"].wc-block-product-filter-checkbox-list__input:checked + svg.wc-block-product-filter-checkbox-list__mark {
		width: 1.375rem;
		height: 1.375rem;
	}

	.hsl-native-filter-group
	.wc-block-product-filter-checkbox-list__show-more-button {
		display: inline-flex;
		min-height: 2.75rem;
		align-items: center;
		font-size: var(--wp--preset--font-size--x-small);
	}

	.hsl-location-body .wp-block-button,
	.hsl-location-body .wp-block-button__link,
	.hsl-final-cta .wp-block-button,
	.hsl-final-cta .wp-block-button__link {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}

/* AMSEC pricing presentation. The stored WooCommerce price remains unchanged;
   this block renders the customer-facing 25% offer in single/card contexts. */
.hsl-product-price-display {
	align-items: baseline;
	color: var(--hsl-navy);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.hsl-product-price-display__current {
	font-weight: 800;
	line-height: 1;
}

.hsl-product-price-display__regular {
	color: var(--hsl-muted);
	font-weight: 600;
	text-decoration-thickness: 1.5px;
}

.hsl-product-price-display--single .hsl-product-price-display__current {
	font-size: 2.5rem;
}

.hsl-product-price-display--single .hsl-product-price-display__regular {
	font-size: 1.15rem;
}

.hsl-product-price-display__savings {
	background: #fff4c4;
	border: 1px solid #ead27b;
	border-radius: 999px;
	color: #765b05;
	font-size: 0.74rem;
	font-weight: 800;
	padding: 5px 10px;
	white-space: nowrap;
}

.hsl-product-price-display__note {
	color: var(--hsl-ok);
	flex-basis: 100%;
	font-size: 0.84rem;
	font-weight: 700;
	margin: 0;
}

.hsl-product-price-display--card {
	margin-top: auto;
	margin-bottom: 1rem;
}

.hsl-product-price-display--card .hsl-product-price-display__current {
	font-size: 1.5rem;
}

.hsl-product-price-display--card .hsl-product-price-display__regular {
	font-size: 0.95rem;
}

.hsl-product-price-display__starting {
	color: var(--hsl-muted);
	font-size: 0.78rem;
	font-weight: 600;
}

.hsl-product-pricing-modal-trigger-wrap {
	margin: 0;
}

.hsl-product-pricing-modal-trigger {
	font-weight: 800;
}

/* Option 1 concierge split: product/trust rail beside the Gravity Form. */
body.hsl-amsec-pricing-modal-open {
	overflow: hidden;
}

.hsl-amsec-pricing-modal {
	align-items: center;
	background: rgb(6 17 28 / 68%);
	box-sizing: border-box;
	display: none;
	inset: 0;
	justify-content: center;
	margin: 0 !important;
	max-width: none !important;
	overflow-y: auto;
	padding: 24px !important;
	position: fixed;
	width: 100vw;
	z-index: 100000;
}

.hsl-amsec-pricing-modal.is-open {
	animation: hsl-amsec-pricing-fade-in 180ms ease both;
	backdrop-filter: blur(4px);
	display: flex;
}

.hsl-amsec-pricing-modal__panel {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 42px 90px rgb(3 14 26 / 50%);
	color: var(--hsl-ink);
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	margin: auto;
	max-height: 94dvh;
	max-width: 880px;
	overflow-y: auto;
	position: relative;
	width: 100%;
}

.hsl-amsec-pricing-modal__close {
	align-items: center;
	background: rgb(255 255 255 / 94%);
	border: 1px solid var(--hsl-line);
	border-radius: 50%;
	color: var(--hsl-muted);
	cursor: pointer;
	display: flex;
	font-size: 1.6rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 44px;
	z-index: 4;
}

.hsl-amsec-pricing-modal__close:hover,
.hsl-amsec-pricing-modal__close:focus-visible {
	border-color: var(--hsl-navy);
	color: var(--hsl-navy);
}

.hsl-amsec-pricing-modal__rail {
	background: linear-gradient(165deg, var(--hsl-navy), #0d2a42);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 100%;
	padding: 26px 24px;
}

.hsl-amsec-pricing-modal__image {
	align-items: center;
	background: radial-gradient(circle at 50% 42%, rgb(252 220 105 / 20%), rgb(255 255 255 / 5%) 68%);
	border: 1px solid rgb(255 255 255 / 12%);
	border-radius: 13px;
	display: flex;
	justify-content: center;
	min-height: 186px;
	padding: 14px;
}

.hsl-amsec-pricing-modal__product-image {
	filter: drop-shadow(0 16px 22px rgb(0 0 0 / 50%));
	height: 158px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.hsl-amsec-pricing-modal__product-name {
	color: #fff;
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}

.hsl-amsec-pricing-modal__stock {
	align-items: center;
	color: #bfe3cd;
	display: flex;
	font-size: 0.79rem;
	font-weight: 700;
	gap: 7px;
	margin: 5px 0 0;
}

.hsl-amsec-pricing-modal__stock > span[aria-hidden="true"] {
	background: #3ddc84;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgb(61 220 132 / 16%);
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.hsl-amsec-pricing-modal__trust {
	border-top: 1px solid rgb(255 255 255 / 14%);
	display: grid;
	font-size: 0.83rem;
	font-weight: 600;
	gap: 11px;
	line-height: 1.4;
	list-style: none;
	margin: 2px 0 0;
	padding: 16px 0 0;
}

.hsl-amsec-pricing-modal__trust li {
	color: #cfe0ee;
	padding-left: 24px;
	position: relative;
}

.hsl-amsec-pricing-modal__trust li::before {
	color: var(--hsl-gold);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.hsl-amsec-pricing-modal__trust strong {
	color: #fff;
}

.hsl-amsec-pricing-modal__reply {
	align-items: center;
	background: rgb(252 220 105 / 12%);
	border: 1px solid rgb(252 220 105 / 35%);
	border-radius: 11px;
	color: #f4e9bd;
	display: flex;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 9px;
	margin: auto 0 0;
	padding: 11px 13px;
}

.hsl-amsec-pricing-modal__reply > span {
	animation: hsl-amsec-pricing-pulse 1.6s infinite;
	background: var(--hsl-gold);
	border-radius: 50%;
	height: 9px;
	width: 9px;
}

.hsl-amsec-pricing-modal__main {
	box-sizing: border-box;
	padding: 32px 32px 26px;
}

.hsl-amsec-pricing-modal__eyebrow {
	color: var(--hsl-gold-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin: 0 3.25rem 10px 0;
	text-transform: uppercase;
}

.hsl-amsec-pricing-modal__main h2 {
	color: var(--hsl-navy);
	font-size: 1.45rem;
	letter-spacing: -0.015em;
	line-height: 1.18;
	margin: 0 3.25rem 8px 0;
}

.hsl-amsec-pricing-modal__callout {
	background: #fff8db;
	border: 1px solid #e6d391;
	border-radius: 10px;
	color: #6b5610;
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 14px 0 18px;
	padding: 10px 14px;
}

.hsl-amsec-pricing-modal .gform_wrapper {
	margin: 0;
}

.hsl-amsec-pricing-modal .gform_fields {
	display: grid;
	gap: 0.9rem;
}

.hsl-amsec-pricing-modal .gfield_label,
.hsl-amsec-pricing-modal .gfield_radio legend,
.hsl-amsec-pricing-modal .gfield_checkbox legend {
	color: var(--hsl-navy);
	font-size: 0.87rem;
	font-weight: 700;
}

.hsl-amsec-pricing-modal input[type="text"],
.hsl-amsec-pricing-modal input[type="email"],
.hsl-amsec-pricing-modal input[type="tel"] {
	border: 1.5px solid var(--hsl-line) !important;
	border-radius: 11px !important;
	font-size: 16px !important;
	min-height: 52px !important;
	padding: 13px 16px !important;
}

.hsl-amsec-pricing-modal input:focus {
	border-color: var(--hsl-navy) !important;
	box-shadow: 0 0 0 4px rgb(29 80 121 / 13%) !important;
}

.hsl-amsec-contact-method .gfield_radio {
	display: grid !important;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hsl-amsec-contact-method .gchoice {
	margin: 0;
}

.hsl-amsec-contact-method .gchoice label {
	align-items: center;
	border: 1.5px solid var(--hsl-line);
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 9px;
	min-height: 46px;
	padding: 0 14px;
	width: 100%;
}

.hsl-amsec-contact-method .gchoice:has(input:checked) label {
	background: var(--hsl-navy-50);
	border-color: var(--hsl-navy);
}

.hsl-amsec-needs .gfield_checkbox {
	display: grid !important;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hsl-amsec-needs .gchoice {
	align-content: start;
	background: #fff;
	border: 1px solid var(--hsl-line);
	border-radius: 12px;
	display: grid;
	grid-template-columns: auto 1fr;
	min-height: 72px;
	padding: 12px;
}

.hsl-amsec-needs .gchoice:has(input:checked) {
	background: linear-gradient(180deg, #f4f8fc, #fff);
	border-color: var(--hsl-navy);
	box-shadow: 0 0 0 1px var(--hsl-navy);
}

.hsl-amsec-needs .gchoice label {
	color: var(--hsl-navy);
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
}

.hsl-amsec-pricing-modal .gform_footer {
	margin: 1rem 0 0;
	padding: 0;
}

.hsl-amsec-pricing-modal .gform_button {
	background: var(--hsl-gold) !important;
	border: 0 !important;
	border-radius: 12px !important;
	color: var(--hsl-navy) !important;
	cursor: pointer;
	font-size: 1.04rem !important;
	font-weight: 800 !important;
	min-height: 56px !important;
	width: 100% !important;
}

.hsl-amsec-pricing-modal .gform_button:hover {
	background: #f6d14e !important;
}

.hsl-amsec-pricing-modal .gform_validation_errors,
.hsl-amsec-pricing-modal .validation_message {
	font-size: 0.84rem;
}

.hsl-amsec-pricing-modal .gform_confirmation_message {
	background: #e7f4ec;
	border: 1px solid #bfe3cd;
	border-radius: 12px;
	color: var(--hsl-ok);
	font-weight: 700;
	line-height: 1.6;
	padding: 2rem;
	text-align: center;
}

.hsl-amsec-pricing-modal__privacy,
.hsl-amsec-pricing-modal__phone {
	color: var(--hsl-muted);
	font-size: 0.8rem;
	line-height: 1.5;
	margin: 13px 0 0;
	text-align: center;
}

.hsl-amsec-pricing-modal__privacy span {
	color: var(--hsl-ok);
	margin-right: 6px;
}

.hsl-amsec-pricing-modal__phone a {
	border-bottom: 2px solid var(--hsl-gold);
	color: var(--hsl-navy);
	font-weight: 800;
}

.hsl-amsec-pricing-modal__missing {
	background: #fff8db;
	border: 1px solid #e6d391;
	border-radius: 10px;
	padding: 1rem;
}

@keyframes hsl-amsec-pricing-fade-in {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes hsl-amsec-pricing-pulse {

	0%,
	100% {
		box-shadow: 0 0 0 0 rgb(252 220 105 / 45%);
	}

	50% {
		box-shadow: 0 0 0 6px rgb(252 220 105 / 0%);
	}
}

@media (prefers-reduced-motion: reduce) {

	.hsl-amsec-pricing-modal.is-open,
	.hsl-amsec-pricing-modal__reply > span {
		animation: none;
	}
}

@media (max-width: 900px) {

	.hsl-amsec-pricing-modal {
		align-items: flex-end;
		padding: 0 !important;
	}

	.hsl-amsec-pricing-modal__panel {
		border-radius: 20px 20px 0 0;
		grid-template-columns: 1fr;
		max-height: 96dvh;
	}

	.hsl-amsec-pricing-modal__rail {
		display: grid;
		gap: 12px 16px;
		grid-template-columns: 88px 1fr;
		min-height: auto;
		padding: 18px 60px 16px 18px;
	}

	.hsl-amsec-pricing-modal__image {
		grid-row: span 2;
		min-height: 88px;
		padding: 6px;
	}

	.hsl-amsec-pricing-modal__product-image {
		height: 78px;
	}

	.hsl-amsec-pricing-modal__trust {
		display: none;
	}

	.hsl-amsec-pricing-modal__reply {
		grid-column: 2;
		margin-top: 0;
	}

	.hsl-amsec-pricing-modal__main {
		padding: 24px 20px 22px;
	}
}

@media (max-width: 560px) {

	.hsl-product-price-display--single .hsl-product-price-display__current {
		font-size: 2.05rem;
	}

	.hsl-amsec-pricing-modal__main h2 {
		font-size: 1.3rem;
	}

	.hsl-amsec-needs .gfield_checkbox {
		grid-template-columns: 1fr;
	}

	.hsl-amsec-needs .gchoice {
		min-height: 50px;
	}
}

/* stylelint-disable no-duplicate-selectors */

/* Single Product visual contract.
 * This scoped layer translates the approved static product mockup onto the
 * native WooCommerce/Core block composition without affecting archives. */
.hsl-product-page {
	--hsl-product-max: 1200px;
	font-size: 17px;
	line-height: 1.6;
}

.hsl-product-page > :not(.hsl-product-top) {
	margin-block-start: 0;
	margin-block-end: 0;
}

.hsl-product-page .hsl-native-section-heading {
	display: block;
	max-width: 720px;
	margin: 0 auto 52px;
}

.hsl-product-page .hsl-native-section-heading .hsl-eyebrow,
.hsl-product-page .hsl-related-products > .hsl-eyebrow {
	margin: 0 0 14px;
	color: var(--hsl-gold-dark);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hsl-product-page .hsl-native-section-heading h2,
.hsl-product-page .hsl-related-products > h2 {
	margin: 0 0 14px;
	letter-spacing: -0.01em;
	line-height: 1.12;
}

.hsl-product-page .hsl-native-section-heading > :last-child {
	max-width: 62ch;
	margin: 0 auto;
	line-height: 1.6;
}

.hsl-product-breadcrumb-bar .woocommerce-breadcrumb {
	margin: 0;
	text-align: inherit;
}

.hsl-product-top {
	width: calc(100% - 48px);
	max-width: var(--hsl-product-max);
	gap: 54px;
	align-items: flex-start;
}

.hsl-product-media {
	position: relative;
}

.hsl-product-page .hsl-product-dealer-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	width: auto;
	padding: 9px 14px;
	border-radius: 999px;
	background: var(--hsl-navy);
	box-shadow: 0 4px 14px rgba(23, 67, 104, 0.35);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.hsl-product-page .hsl-product-dealer-badge .wp-block-font-awesome-icon,
.hsl-product-page .hsl-product-dealer-badge p {
	margin: 0;
}

.hsl-product-page .hsl-product-dealer-badge svg {
	width: 15px;
	height: 15px;
}

.hsl-product-page .hsl-product-category {
	margin: 0 0 10px;
	color: var(--hsl-gold-dark);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hsl-product-page .hsl-product-title {
	max-width: 20ch;
	margin: 0 0 12px;
	font-size: clamp(1.9rem, 3.4vw, 2.7rem);
	letter-spacing: -0.01em;
	line-height: 1.12;
}

.hsl-product-page .hsl-product-rating-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--hsl-muted);
	font-size: 0.95rem;
	font-weight: 600;
}

.hsl-product-page .hsl-product-rating-line p {
	margin: 0;
}

.hsl-product-page .hsl-product-rating-stars {
	color: var(--hsl-gold-dark);
	font-size: 1.05rem;
	letter-spacing: 0.08em;
}

.hsl-product-page .hsl-product-intro {
	max-width: 54ch;
	margin-bottom: 22px !important;
	color: var(--hsl-ink);
	font-size: 1.05rem;
}

.hsl-product-page .hsl-product-badges {
	gap: 9px;
	margin-bottom: 26px !important;
}

.hsl-product-page .hsl-product-badge {
	gap: 7px;
	padding: 8px 13px;
	border: 0;
	background: var(--hsl-navy-50);
	color: var(--hsl-navy);
	font-size: 0.82rem;
}

.hsl-product-page .hsl-product-price-block {
	padding: 22px 24px !important;
	margin-bottom: 24px !important;
}

.hsl-product-page .hsl-product-price {
	margin: 0 0 12px !important;
	font-size: 2.5rem !important;
	font-weight: 800;
	line-height: 1;
}

.hsl-product-page .hsl-product-showroom-stock {
	margin: 0 0 6px !important;
	font-size: 0.95rem !important;
}

.hsl-product-page .hsl-product-cta-buttons {
	gap: 14px;
	margin-bottom: 10px !important;
}

.hsl-product-page .hsl-product-cta-buttons .wp-block-button__link,
.hsl-product-page .hsl-product-final-cta-band .wp-block-button__link {
	min-height: 52px;
	padding: 16px 26px;
	border-width: 2px;
	border-radius: 9px;
	font-size: 1rem;
	line-height: 1;
}

.hsl-product-page .hsl-product-trust-row {
	gap: 8px 22px;
	padding: 18px 0 !important;
	margin-bottom: 24px;
}

.hsl-product-page .hsl-product-trust-row p {
	gap: 8px;
	font-size: 0.85rem !important;
	font-weight: 600;
}

.hsl-product-page .hsl-product-trust-row p::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	background: transparent;
	color: var(--hsl-gold-dark);
	font-size: 0.82rem;
	font-weight: 900;
}

.hsl-product-page .hsl-product-summary-column > h3 {
	margin: 0 0 14px !important;
	font-size: 1.05rem !important;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hsl-product-page .hsl-product-key-features {
	gap: 11px;
	max-width: 56ch;
	font-size: 0.95rem !important;
}

.hsl-product-page .hsl-product-overview-cards,
.hsl-product-page .hsl-product-feature-cards,
.hsl-product-page .hsl-showroom-card-grid,
.hsl-product-page .hsl-review-grid,
.hsl-product-page .hsl-related-products,
.hsl-product-page .hsl-product-delivery {
	width: calc(100% - 48px);
	max-width: var(--hsl-product-max);
	margin-right: auto;
	margin-left: auto;
}

.hsl-product-page .hsl-product-overview-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.hsl-product-page .hsl-product-overview-cards .hsl-info-card {
	display: block;
	padding: 30px 26px;
	border-radius: 14px;
}

.hsl-product-page .hsl-product-overview-cards .hsl-card-icon {
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	border-radius: 13px;
}

.hsl-product-page .hsl-product-overview-cards .hsl-card-icon svg {
	width: 28px;
	height: 28px;
}

.hsl-product-page .hsl-product-overview-cards h3 {
	margin: 0 0 8px;
	font-size: 1.16rem;
}

.hsl-product-page .hsl-product-overview-cards p {
	font-size: 0.95rem;
	line-height: 1.6;
}

.hsl-product-page .hsl-product-specs-table {
	max-width: 840px;
}

.hsl-product-page .hsl-spec-table {
	border-radius: 14px;
	font-size: 0.96rem;
}

.hsl-product-page .hsl-spec-table tr:nth-child(even) {
	background: var(--hsl-soft);
}

.hsl-product-page .hsl-spec-table th,
.hsl-product-page .hsl-spec-table td {
	padding: 14px 20px;
}

.hsl-product-page .hsl-spec-table th {
	width: 38%;
	color: var(--hsl-navy);
	font-weight: 700;
}

.hsl-product-page .hsl-product-feature-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
}

.hsl-product-page .hsl-product-feature-cards .hsl-info-card {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	gap: 6px 16px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.hsl-product-page .hsl-product-feature-cards .hsl-card-icon {
	grid-row: 1 / span 2;
	width: 50px;
	height: 50px;
	border-radius: 12px;
}

.hsl-product-page .hsl-product-feature-cards .hsl-card-icon svg {
	width: 26px;
	height: 26px;
}

.hsl-product-page .hsl-product-feature-cards h3 {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.25;
}

.hsl-product-page .hsl-product-feature-cards p {
	font-size: 0.93rem;
	line-height: 1.55;
}

.hsl-product-page .hsl-delivery-comparison {
	display: block;
	max-width: 1040px;
	overflow: visible;
	border: 0;
	border-radius: 0;
}

.hsl-product-page .hsl-delivery-comparison > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.hsl-product-page .hsl-delivery-comparison-header,
.hsl-product-page .hsl-delivery-comparison-row,
.hsl-product-page .hsl-delivery-comparison-footer {
	display: grid;
	grid-template-columns: minmax(9rem, 1.15fr) minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 0;
}

.hsl-product-page .hsl-delivery-comparison-header > *,
.hsl-product-page .hsl-delivery-comparison-row > *,
.hsl-product-page .hsl-delivery-comparison-footer > * {
	box-sizing: border-box;
	margin: 0;
	padding: 18px 20px;
	line-height: 1.45;
}

.hsl-product-page .hsl-delivery-comparison-header p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.hsl-product-page .hsl-delivery-header-them {
	border-radius: 14px 14px 0 0;
	background: #edeff2;
	color: #4b5560;
}

.hsl-product-page .hsl-delivery-header-us {
	flex-direction: column;
	border-top: 3px solid var(--hsl-gold);
	border-radius: 14px 14px 0 0;
	background: var(--hsl-navy);
	color: #fff;
}

.hsl-product-page .hsl-delivery-header-us small {
	color: var(--hsl-gold);
	font-size: 0.66rem;
	letter-spacing: 0.14em;
}

.hsl-product-page .hsl-delivery-comparison-row + .hsl-delivery-comparison-row {
	border: 0;
}

.hsl-product-page .hsl-delivery-comparison-row > * {
	border-top: 1px solid var(--hsl-line);
	font-size: 0.92rem;
}

.hsl-product-page .hsl-delivery-label {
	display: flex;
	align-items: center;
	color: var(--hsl-navy);
	font-size: 0.95rem !important;
	font-weight: 800;
}

.hsl-product-page .hsl-delivery-them,
.hsl-product-page .hsl-delivery-us {
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.hsl-product-page .hsl-delivery-them::before,
.hsl-product-page .hsl-delivery-us::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
}

.hsl-product-page .hsl-delivery-them::before {
	content: "×";
	background: rgba(212, 74, 59, 0.14);
	color: #d44a3b;
}

.hsl-product-page .hsl-delivery-us {
	border-right: 2px solid var(--hsl-navy);
	border-left: 2px solid var(--hsl-navy);
	background: #f2f7fc;
	color: var(--hsl-ink);
	font-weight: 600;
}

.hsl-product-page .hsl-delivery-us::before {
	content: "✓";
	background: rgba(46, 125, 82, 0.13);
	color: var(--hsl-ok);
}

.hsl-product-page .hsl-delivery-comparison-footer .hsl-delivery-footer-note {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hsl-muted);
	font-size: 0.82rem;
	text-align: center;
}

.hsl-product-page .hsl-delivery-comparison-footer .wp-block-buttons {
	align-items: center;
	justify-content: center;
	border: 2px solid var(--hsl-navy);
	border-top: 0;
	border-radius: 0 0 14px 14px;
	background: var(--hsl-navy);
}

.hsl-product-page .hsl-delivery-comparison-footer .wp-block-button,
.hsl-product-page .hsl-delivery-comparison-footer .wp-block-button__link {
	width: 100%;
}

.hsl-product-page .hsl-delivery-mobile-cta {
	display: none;
}

.hsl-product-page .hsl-city-tags {
	gap: 8px;
	margin-top: 12px;
}

.hsl-product-page .hsl-city-tags li {
	padding: 7px 13px;
	font-size: 0.82rem;
}

.hsl-product-page .hsl-showroom-card-grid {
	gap: 26px;
}

.hsl-product-page .hsl-showroom-card {
	overflow: hidden;
	border: 1px solid var(--hsl-line);
	border-radius: 14px !important;
}

.hsl-product-page .hsl-showroom-card-image {
	aspect-ratio: 16 / 10;
}

.hsl-product-page .hsl-showroom-card-body {
	padding: 26px !important;
}

.hsl-product-page .hsl-showroom-card-body > * {
	margin-block-start: 0;
}

.hsl-product-page .hsl-showroom-card-body h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.hsl-product-page .hsl-showroom-address,
.hsl-product-page .hsl-showroom-phone,
.hsl-product-page .hsl-showroom-hours {
	display: flex;
	gap: 9px;
	margin: 0 0 7px;
	color: var(--hsl-muted);
	font-size: 0.95rem;
}

.hsl-product-page .hsl-showroom-hours {
	margin-bottom: 18px;
}

.hsl-product-page .hsl-showroom-address::before,
.hsl-product-page .hsl-showroom-phone::before,
.hsl-product-page .hsl-showroom-hours::before {
	flex: 0 0 17px;
	color: var(--hsl-gold-dark);
	font-weight: 800;
	text-align: center;
}

.hsl-product-page .hsl-showroom-address::before {
	content: "●";
}

.hsl-product-page .hsl-showroom-phone::before {
	content: "☎";
}

.hsl-product-page .hsl-showroom-hours::before {
	content: "◷";
}

.hsl-product-page .hsl-showroom-phone a {
	color: var(--hsl-navy);
	font-weight: 700;
}

.hsl-product-page .hsl-related-products-section {
	width: calc(100% - 48px);
	max-width: var(--hsl-product-max);
}

.hsl-product-page .hsl-related-products > h2,
.hsl-product-page .hsl-related-products-lead {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.hsl-product-page .hsl-related-products-lead {
	margin-top: 0;
	margin-bottom: 52px;
}

.hsl-product-page .hsl-related-products .wc-block-product-template,
.hsl-product-page .hsl-related-products .wp-block-post-template {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.hsl-product-page .hsl-related-products .wc-block-product-template > li,
.hsl-product-page .hsl-related-products .wp-block-post-template > li {
	width: auto !important;
	max-width: none !important;
	overflow: hidden;
	padding: 14px 14px 20px;
	border: 1px solid var(--hsl-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--hsl-shadow-sm);
}

.hsl-product-page .hsl-related-products .hsl-product-card-image {
	aspect-ratio: 4 / 3;
	margin: 0 0 16px;
	background: var(--hsl-navy-50);
}

.hsl-product-page .hsl-related-products .hsl-product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hsl-product-page .hsl-product-card-title,
.hsl-product-page .hsl-product-card-excerpt,
.hsl-product-page .hsl-product-card-price {
	text-align: left;
}

.hsl-product-page .hsl-product-card-title {
	margin: 0 8px 6px;
	font-size: 1.05rem !important;
}

.hsl-product-page .hsl-product-card-excerpt {
	margin: 0 8px 14px;
	color: var(--hsl-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.hsl-product-page .hsl-product-card-price {
	margin: 0 8px 12px !important;
	font-weight: 800;
}

.hsl-product-page
.hsl-related-products
.wp-block-hsl-product-card-view-details-button,
.hsl-product-page .hsl-related-products .hsl-card-view-details-button {
	width: 100%;
}

.hsl-product-page .hsl-review-grid {
	gap: 26px;
}

.hsl-product-page .hsl-review-card {
	padding: 28px !important;
	border: 1px solid var(--hsl-line);
	border-radius: 14px !important;
}

.hsl-product-page .hsl-review-card > p {
	margin: 0 0 16px;
}

.hsl-product-page .hsl-review-card > p:first-child {
	margin-bottom: 12px;
	color: var(--hsl-gold-dark) !important;
	font-size: 1.05rem !important;
	letter-spacing: 0.08em;
}

.hsl-product-page .hsl-review-card > p:nth-child(2) {
	font-style: italic;
}

.hsl-product-page .hsl-review-card > p:last-child {
	margin-bottom: 0;
	font-size: 0.8rem !important;
}

.hsl-product-page .hsl-product-faq-section {
	width: calc(100% - 48px);
	max-width: var(--hsl-product-max);
}

.hsl-product-page .hsl-product-faq-section .hsl-faq-list {
	max-width: 820px;
	gap: 14px;
}

.hsl-product-page .hsl-faq-item {
	border-radius: 14px;
}

.hsl-product-page .hsl-faq-item summary {
	position: relative;
	padding: 22px 60px 22px 24px;
	font-size: 1.05rem;
}

.hsl-product-page .hsl-faq-item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--hsl-navy-50);
	color: var(--hsl-navy);
	font-weight: 800;
	transform: translateY(-50%);
	transition: 0.2s ease;
}

.hsl-product-page .hsl-faq-item[open] summary::after {
	background: var(--hsl-gold);
	transform: translateY(-50%) rotate(45deg);
}

.hsl-product-page .hsl-faq-item > div {
	padding: 0 24px 22px;
	font-size: 0.97rem;
	line-height: 1.65;
}

.hsl-product-page .hsl-product-final-cta-band {
	width: calc(100% - 48px);
	max-width: var(--hsl-product-max);
	background: linear-gradient(120deg, var(--hsl-navy) 0%, var(--hsl-navy-800) 100%) !important;
	text-align: center;
}

.hsl-product-page .hsl-product-final-cta-band h2 {
	margin: 0 0 12px;
	color: #fff;
	line-height: 1.12;
}

.hsl-product-page .hsl-product-final-cta-band > p {
	max-width: 56ch;
	margin: 0 auto;
	color: #cfe0ee !important;
}

.hsl-product-page .hsl-product-final-cta-band .wp-block-buttons {
	gap: 14px;
}

@media (max-width: 900px) {

	.hsl-product-page .hsl-product-top {
		flex-direction: column;
		gap: 34px;
	}

	.hsl-product-page .hsl-product-top > .wp-block-column {
		width: 100%;
		flex-basis: auto !important;
	}

	.hsl-product-page .hsl-product-overview-cards,
	.hsl-product-page .hsl-product-feature-cards {
		grid-template-columns: 1fr !important;
	}

	.hsl-product-page .hsl-showroom-card-grid {
		flex-direction: column;
	}

	.hsl-product-page .hsl-related-products .wc-block-product-template,
	.hsl-product-page .hsl-related-products .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {

	.hsl-product-page {
		font-size: 16px;
	}

	.hsl-product-page .hsl-product-overview-section,
	.hsl-product-page .hsl-product-specifications-section,
	.hsl-product-page .hsl-product-feature-section,
	.hsl-product-page .hsl-product-delivery,
	.hsl-product-page .hsl-product-showrooms,
	.hsl-product-page .hsl-related-products-section,
	.hsl-product-page .hsl-product-reviews,
	.hsl-product-page .hsl-product-faq-section {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	.hsl-product-page .hsl-native-section-heading {
		margin-bottom: 34px;
	}

	.hsl-product-page .hsl-product-price {
		font-size: 2.1rem !important;
	}

	.hsl-product-page .hsl-product-cta-buttons,
	.hsl-product-page .hsl-product-cta-buttons .wp-block-button,
	.hsl-product-page .hsl-product-cta-buttons .wp-block-button__link {
		width: 100%;
	}

	.hsl-product-page .hsl-delivery-comparison {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 4px 24px 8px 4px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.hsl-product-page .hsl-delivery-comparison-header,
	.hsl-product-page .hsl-delivery-comparison-footer {
		display: none;
	}

	.hsl-product-page .hsl-delivery-comparison-row {
		display: grid;
		grid-template-columns: 1fr;
		flex: 0 0 min(300px, 78vw);
		overflow: hidden;
		border: 1px solid var(--hsl-line);
		border-radius: 16px;
		background: #fff;
		box-shadow: var(--hsl-shadow-sm);
		scroll-snap-align: start;
	}

	.hsl-product-page .hsl-delivery-comparison-row > * {
		border-top: 0;
	}

	.hsl-product-page .hsl-delivery-label {
		padding: 13px 16px 11px;
	}

	.hsl-product-page .hsl-delivery-them {
		min-height: 88px;
		padding: 12px 16px;
		background: #f4f5f6;
	}

	.hsl-product-page .hsl-delivery-us {
		min-height: 96px;
		padding: 13px 16px 16px;
		border: 0;
		border-top: 2px solid var(--hsl-gold);
		background: linear-gradient(160deg, var(--hsl-navy-800), var(--hsl-navy));
		color: #eaf1f7;
	}

	.hsl-product-page .hsl-delivery-us::before {
		background: rgba(252, 220, 105, 0.16);
		color: var(--hsl-gold);
	}

	.hsl-product-page .hsl-delivery-mobile-cta {
		display: flex;
	}

	.hsl-product-page .hsl-related-products .wc-block-product-template,
	.hsl-product-page .hsl-related-products .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.hsl-product-page .hsl-review-grid {
		flex-direction: column;
	}

	.hsl-product-page .hsl-product-final-cta-band {
		padding: 36px 24px !important;
		margin-bottom: 64px !important;
	}

	.hsl-product-page .hsl-product-final-cta-band .wp-block-buttons,
	.hsl-product-page .hsl-product-final-cta-band .wp-block-button,
	.hsl-product-page .hsl-product-final-cta-band .wp-block-button__link {
		width: 100%;
	}
}
/* stylelint-enable no-duplicate-selectors */
