/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* HiTech Glasses editable premium-hero banner slider. */
.elementor-widget-htg_premium_hero {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
}

.elementor-widget-htg_premium_hero > .elementor-widget-container {
	width: 100%;
}

.htg-premium-hero-section.elementor-section,
.elementor-section:has(.elementor-widget-htg_premium_hero) {
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: -50vw !important;
}

.htg-premium-hero-section > .elementor-container,
.htg-premium-hero-section .elementor-column,
.htg-premium-hero-section .elementor-widget-wrap,
.elementor-section:has(.elementor-widget-htg_premium_hero) > .elementor-container,
.elementor-section:has(.elementor-widget-htg_premium_hero) .elementor-column,
.elementor-section:has(.elementor-widget-htg_premium_hero) .elementor-widget-wrap {
	width: 100% !important;
	max-width: none !important;
}

.htg-premium-hero-section .elementor-widget-wrap,
.elementor-section:has(.elementor-widget-htg_premium_hero) .elementor-widget-wrap {
	padding: 0 !important;
}

.htg-premium-hero-section .elementor-widget-htg_premium_hero,
.elementor-section:has(.elementor-widget-htg_premium_hero) .elementor-widget-htg_premium_hero {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
}

.htg-premium-hero {
	position: relative;
	min-height: clamp(540px, 62vw, 780px);
	overflow: hidden;
	background: #080808;
}

.htg-premium-hero__slides,
.htg-premium-hero__slide,
.htg-premium-hero__slide img,
.htg-premium-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.htg-premium-hero__slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.55s ease, visibility 0.55s ease;
}

.htg-premium-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.htg-premium-hero__slide img {
	object-fit: cover;
	object-position: center;
}

.htg-premium-hero__shade {
	background: linear-gradient(90deg, rgba(4, 5, 5, 0.58), rgba(4, 5, 5, 0.14) 58%, rgba(4, 5, 5, 0.08));
}

.htg-premium-hero__content {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 8%;
	width: 34%;
	max-width: 620px;
	color: #f7f7f6;
	transform: translateY(-50%);
}

.htg-premium-hero__content h2 {
	margin: 0 0 18px;
	color: inherit;
	font-size: clamp(34px, 4vw, 72px);
	line-height: 0.98;
}

.htg-premium-hero__content p {
	margin: 0 0 28px;
	color: #e1e1de;
	font-size: clamp(16px, 1.45vw, 22px);
	line-height: 1.45;
}

.htg-premium-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 26px;
	border: 1px solid #f7f7f6;
	color: #080808;
	background: #f7f7f6;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.htg-premium-hero__button:hover {
	color: #f7f7f6;
	background: #202121;
}

.htg-premium-hero__nav {
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(247, 247, 246, 0.72);
	border-radius: 50%;
	background: rgba(8, 8, 8, 0.42);
	color: #f7f7f6;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-50%);
}

.htg-premium-hero__nav--previous { left: clamp(16px, 2vw, 38px); }
.htg-premium-hero__nav--next { right: clamp(16px, 2vw, 38px); }
.htg-premium-hero__nav:hover { background: #202121; }

.htg-premium-hero__dots {
	position: absolute;
	z-index: 3;
	bottom: 28px;
	left: 50%;
	display: flex;
	gap: 10px;
	transform: translateX(-50%);
}

.htg-premium-hero__dots button {
	box-sizing: border-box;
	display: block;
	flex: 0 0 10px;
	width: 9px;
	min-width: 9px;
	height: 9px;
	min-height: 9px;
	padding: 0;
	border: 1px solid #f7f7f6;
	border-radius: 999px !important;
	background: transparent;
	font-size: 0;
	line-height: 0;
}

.htg-premium-hero__dots button.is-active { background: #f7f7f6; }

@media (max-width: 767px) {
	.htg-premium-hero { min-height: 600px; }
	.htg-premium-hero__shade { background: linear-gradient(90deg, rgba(4, 5, 5, 0.7), rgba(4, 5, 5, 0.24)); }
	.htg-premium-hero__content { left: 8%; width: 70%; }
	.htg-premium-hero__nav { width: 42px; height: 42px; }
}

/* Custom Mirror product configurator */
.single-product .htg-custom-mirror {
	margin: 30px 0;
	padding: clamp(22px, 3vw, 36px);
	border: 1px solid rgba(232, 233, 232, 0.23);
	border-radius: 18px;
	background: #0a0a0a;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
	color: #f7f7f6;
}

.htg-custom-mirror__header {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(232, 233, 232, 0.16);
}

.htg-custom-mirror__header > span,
.htg-custom-mirror__sub-label {
	display: block;
	color: #bfc1c1;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.2;
	text-transform: uppercase;
}

.htg-custom-mirror__header p {
	margin: 8px 0 0;
	color: #b6b7b7;
	font-size: 15px;
	line-height: 1.45;
}

.htg-custom-mirror__section {
	margin-top: 26px;
}

.htg-custom-mirror__section-heading {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	margin-bottom: 16px;
}

.htg-custom-mirror__section-heading > strong {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border: 1px solid rgba(232, 233, 232, 0.36);
	border-radius: 50%;
	color: #f7f7f6;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.htg-custom-mirror__section h3 {
	margin: 2px 0 3px;
	color: #f7f7f6;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.15;
}

.htg-custom-mirror__section-heading p {
	margin: 0;
	color: #aeb0b0;
	font-size: 13px;
	line-height: 1.4;
}

.htg-custom-mirror__dimension-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.htg-custom-mirror__dimension-grid label {
	color: #e6e7e6;
	font-size: 13px;
	font-weight: 600;
}

.htg-custom-mirror__dimension-grid label span {
	color: #989a9a;
	font-weight: 400;
}

.htg-custom-mirror__dimension-grid input {
	display: block;
	width: 100%;
	min-height: 48px;
	margin-top: 8px;
	padding: 10px 13px;
	border: 1px solid rgba(232, 233, 232, 0.28);
	border-radius: 8px;
	background: #111;
	color: #f7f7f6;
	font: inherit;
}

.htg-custom-mirror__dimension-grid input:focus {
	border-color: #f7f7f6;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(247, 247, 246, 0.08);
}

.htg-custom-mirror__area {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 12px;
	padding: 11px 13px;
	border-radius: 8px;
	background: #141414;
	color: #bfc1c1;
	font-size: 13px;
}

.htg-custom-mirror__area strong {
	color: #f7f7f6;
	font-weight: 600;
}

.htg-custom-mirror__choice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.htg-custom-mirror__choice-grid--three {
	margin-top: 10px;
}

.htg-custom-mirror__choice {
	position: relative;
	display: block;
	cursor: pointer;
}

.htg-custom-mirror__choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.htg-custom-mirror__choice > span {
	display: flex;
	min-height: 74px;
	flex-direction: column;
	justify-content: center;
	padding: 13px;
	border: 1px solid rgba(232, 233, 232, 0.22);
	border-radius: 9px;
	background: #101010;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.htg-custom-mirror__choice b {
	color: #f7f7f6;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.htg-custom-mirror__choice small {
	margin-top: 4px;
	color: #aeb0b0;
	font-size: 11px;
}

.htg-custom-mirror__choice input:checked + span {
	border-color: #f7f7f6;
	background: #1a1a1a;
	box-shadow: inset 0 0 0 1px #f7f7f6;
}

.htg-custom-mirror__choice input:focus-visible + span,
.htg-custom-mirror__upload:focus-within {
	outline: 2px solid #f7f7f6;
	outline-offset: 2px;
}

.htg-custom-mirror__sub-label {
	margin: 20px 0 10px;
}

.htg-custom-mirror__upload {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border: 1px dashed rgba(232, 233, 232, 0.42);
	border-radius: 9px;
	background: #101010;
	cursor: pointer;
	text-align: center;
}

.htg-custom-mirror__upload input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.htg-custom-mirror__upload span {
	color: #c9cbcb;
	font-size: 13px;
	line-height: 1.4;
}

.single-product .woocommerce-product-gallery__image.htg-reference-preview-active {
	position: relative;
	background: #090909;
}

.single-product .woocommerce-product-gallery__image.htg-reference-preview-active img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #090909;
}

.htg-custom-mirror__preview-caption {
	position: absolute;
	left: 16px;
	bottom: 16px;
	padding: 8px 10px;
	border: 1px solid rgba(247, 247, 246, 0.4);
	border-radius: 999px;
	background: rgba(5, 5, 5, 0.8);
	color: #f7f7f6;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.htg-custom-mirror__total {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 3px 16px;
	align-items: end;
	margin-top: 28px;
	padding-top: 21px;
	border-top: 1px solid rgba(232, 233, 232, 0.2);
}

.htg-custom-mirror__total > span {
	color: #c9cbcb;
	font-size: 13px;
}

.htg-custom-mirror__total strong {
	color: #f7f7f6;
	font-size: clamp(25px, 2.2vw, 32px);
	font-weight: 600;
	line-height: 1;
}

.htg-custom-mirror__total small {
	grid-column: 1 / -1;
	margin-top: 6px;
	color: #929494;
	font-size: 11px;
}

@media (max-width: 640px) {
	.single-product .htg-custom-mirror {
		margin-block: 22px;
		padding: 20px;
	}

	.htg-custom-mirror__choice-grid,
	.htg-custom-mirror__choice-grid--three {
		grid-template-columns: 1fr;
	}

	.htg-custom-mirror__choice > span {
		min-height: 62px;
	}
}

/* Homepage only: Woodmart adds 40px above every content layout by default.
   The hero is the first homepage block, so it should touch the header. */
body.home #main-content.wd-content-layout {
	padding-top: 0 !important;
}

/* HiTech Glasses eight-card feature scroller. */
.elementor-widget-htg_feature_cards {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
}

.elementor-widget-htg_feature_cards > .elementor-widget-container {
	width: 100%;
}

.htg-feature-cards {
	position: relative;
	padding: clamp(40px, 5vw, 88px) 0;
	background: #080808;
}

.htg-feature-cards__nav {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(247, 247, 246, 0.56);
	border-radius: 50%;
	background: rgba(8, 8, 8, 0.9);
	color: #f7f7f6;
	place-items: center;
	transform: translateY(-50%);
	transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.htg-feature-cards__nav--previous {
	left: clamp(8px, 1.6vw, 28px);
}

.htg-feature-cards__nav--next {
	right: clamp(8px, 1.6vw, 28px);
}

.htg-feature-cards__nav svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.htg-feature-cards__nav:not(:disabled):hover,
.htg-feature-cards__nav:not(:disabled):focus-visible {
	border-color: #f7f7f6;
	background: #272828;
	color: #fff;
}

.htg-feature-cards__nav:focus-visible {
	outline: 2px solid #f7f7f6;
	outline-offset: 3px;
}

.htg-feature-cards__nav:disabled {
	opacity: 0.28;
	cursor: not-allowed;
}

.htg-feature-cards__track {
	display: flex;
	gap: 24px;
	margin: 0 auto;
	padding: 0 clamp(20px, 5vw, 88px) 16px;
	overflow-x: auto;
	scroll-padding-inline: clamp(20px, 5vw, 88px);
	scroll-snap-type: x mandatory;
	scrollbar-color: #555 #141414;
	scrollbar-width: thin;
}

.htg-feature-cards__track::-webkit-scrollbar {
	height: 7px;
}

.htg-feature-cards__track::-webkit-scrollbar-track {
	background: #141414;
}

.htg-feature-cards__track::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 999px;
}

.htg-feature-cards__card {
	position: relative;
	flex: 0 0 clamp(270px, 22vw, 360px);
	min-height: clamp(390px, 33vw, 520px);
	overflow: hidden;
	border: 1px solid rgba(226, 228, 229, 0.34);
	border-radius: 26px;
	background: #0d0e0e;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	scroll-snap-align: start;
	isolation: isolate;
}

.htg-feature-cards__image,
.htg-feature-cards__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.htg-feature-cards__image {
	object-fit: cover;
	object-position: center bottom;
	filter: grayscale(1) contrast(1.06);
}

.htg-feature-cards__overlay {
	z-index: 1;
	background: linear-gradient(180deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.79) 28%, rgba(3, 3, 3, 0.18) 60%, rgba(3, 3, 3, 0.5) 100%);
}

.htg-feature-cards__content {
	position: relative;
	z-index: 2;
	padding: 30px;
	color: #f7f7f6;
}

.htg-feature-cards__index {
	display: block;
	margin-bottom: 20px;
	color: #b6b7b7;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
}

.htg-feature-cards h3 {
	margin: 0 0 12px;
	color: #f7f7f6;
	font-size: clamp(20px, 1.4vw, 26px);
	font-weight: 600;
	line-height: 1.16;
}

.htg-feature-cards p {
	margin: 0;
	max-width: 25ch;
	color: #c7c8c8;
	font-size: clamp(15px, 1.1vw, 18px);
	line-height: 1.45;
}

@media (max-width: 767px) {
	.htg-feature-cards {
		padding-block: 32px;
	}

	.htg-feature-cards__track {
		gap: 16px;
		padding-inline: 16px;
	}

	.htg-feature-cards__card {
		flex-basis: min(82vw, 340px);
		min-height: 445px;
		border-radius: 22px;
	}

	.htg-feature-cards__content {
		padding: 24px;
	}

	.htg-feature-cards__nav {
		width: 42px;
		height: 42px;
	}
}

/* HiTech Glasses â€” editorial content pages (About, Contact, Terms, Privacy, Refunds, Shipping). */
.htg-page {
	--ink: #080808;
	--paper: #f5f5f2;
	--silver: #b9b9b5;
	--muted: #8a8a86;
	--rule: rgba(245, 245, 242, 0.18);
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	background: var(--ink);
	color: var(--paper);
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.htg-page a {
	color: var(--paper);
	text-decoration: none;
	border-bottom: 1px solid var(--rule);
	transition: border-color 0.2s ease;
}

.htg-page a:hover {
	color: var(--paper);
	border-bottom-color: var(--paper);
}

.htg-page__wrap {
	width: min(100% - 56px, 1100px);
	margin: 0 auto;
	padding: clamp(56px, 8vw, 110px) 0 clamp(64px, 8vw, 120px);
}

.htg-page__kicker {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--muted);
}

.htg-page h1 {
	margin: 0 0 14px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.01em;
	color: var(--paper);
}

.htg-page__lead {
	max-width: 640px;
	margin: 0;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.65;
	color: var(--silver);
}

.htg-page__updated {
	margin: 22px 0 0;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: var(--muted);
}

.htg-page__body {
	margin-top: clamp(40px, 5vw, 64px);
	border-top: 1px solid var(--rule);
}

.htg-page__body section {
	display: grid;
	grid-template-columns: minmax(200px, 0.75fr) minmax(300px, 1.6fr);
	gap: clamp(24px, 5vw, 90px);
	padding: clamp(30px, 4vw, 48px) 0;
	border-bottom: 1px solid var(--rule);
}

.htg-page__body section > h2 {
	margin: 0;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: clamp(17px, 1.8vw, 21px);
	font-weight: 500;
	line-height: 1.35;
	color: var(--paper);
}

.htg-page__body section > div > p,
.htg-page__body section > div > ul {
	margin: 0 0 16px;
	font-size: 15.5px;
	line-height: 1.75;
	color: var(--silver);
}

.htg-page__body section > div > :last-child {
	margin-bottom: 0;
}

.htg-page__body section > div > ul {
	padding-left: 18px;
}

.htg-page__body section > div > ul li {
	margin-bottom: 8px;
}

.htg-page__body section strong {
	color: var(--paper);
	font-weight: 600;
}

/* Stat band (About page). */
.htg-page__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: clamp(40px, 5vw, 64px) 0 0;
	background: var(--rule);
	border-top: 1px solid var(--rule);
	border-bottom: 1px solid var(--rule);
}

.htg-page__stat {
	padding: clamp(26px, 3vw, 40px) clamp(18px, 2.5vw, 34px);
	background: var(--ink);
}

.htg-page__stat-value {
	display: block;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 500;
	line-height: 1.1;
	color: var(--paper);
}

.htg-page__stat-label {
	display: block;
	margin-top: 10px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
}

/* CTA link row. */
.htg-page__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* Contact page layout. */
.htg-page__contact {
	display: grid;
	grid-template-columns: minmax(240px, 0.8fr) minmax(300px, 1.4fr);
	gap: clamp(32px, 6vw, 100px);
	margin-top: clamp(40px, 5vw, 64px);
	padding-top: clamp(36px, 4vw, 56px);
	border-top: 1px solid var(--rule);
}

.htg-contact-item {
	padding: 22px 0;
	border-bottom: 1px solid var(--rule);
}

.htg-contact-item:first-child {
	padding-top: 0;
}

.htg-contact-item h3 {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--muted);
}

.htg-contact-item p {
	margin: 0;
	font-size: 16.5px;
	line-height: 1.6;
	color: var(--paper);
}

.htg-contact-item p small {
	display: block;
	margin-top: 4px;
	font-size: 13.5px;
	color: var(--muted);
}

/* Contact Form 7 inside the page. */
.htg-page .wpcf7 label {
	display: block;
	margin-bottom: 22px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
}

.htg-page .wpcf7 input[type="text"],
.htg-page .wpcf7 input[type="email"],
.htg-page .wpcf7 textarea {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 14px 16px;
	background: rgba(245, 245, 242, 0.04);
	border: 1px solid var(--rule);
	border-radius: 0;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 15.5px;
	letter-spacing: normal;
	text-transform: none;
	color: var(--paper);
	transition: border-color 0.2s ease;
}

.htg-page .wpcf7 input:focus,
.htg-page .wpcf7 textarea:focus {
	outline: none;
	border-color: var(--silver);
	background: rgba(245, 245, 242, 0.07);
}

.htg-page .wpcf7 textarea {
	min-height: 150px;
	resize: vertical;
}

.htg-page .wpcf7 input[type="submit"] {
	padding: 15px 42px;
	background: var(--paper);
	border: 1px solid var(--paper);
	border-radius: 0;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.htg-page .wpcf7 input[type="submit"]:hover {
	background: transparent;
	color: var(--paper);
}

.htg-page .wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	border: 1px solid var(--rule);
	color: var(--silver);
}

@media (max-width: 768px) {
	.htg-page__body section,
	.htg-page__contact {
		grid-template-columns: 1fr;
	}

	.htg-page__stats {
		grid-template-columns: 1fr;
	}
}

/* Custom mirror â€” colour swatches & capped multi-select. */
.htg-custom-mirror__choice--colour span {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 58px;
}

.htg-custom-mirror__swatch {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--swatch, #ccc);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 1px 5px rgba(0, 0, 0, 0.55);
	flex: 0 0 auto;
}

.htg-custom-mirror__choice--colour input:checked + span .htg-custom-mirror__swatch {
	box-shadow: 0 0 0 2px #101010, 0 0 0 3px rgba(255, 255, 255, 0.9);
}

.htg-custom-mirror__choice input:disabled + span {
	opacity: 0.4;
	cursor: not-allowed;
}

.htg-custom-mirror__sub-label span {
	opacity: 0.6;
	font-weight: 400;
}

.htg-custom-mirror__colour-note {
	margin: 8px 0 0;
	color: #e2453c;
	font-size: 13px;
}

/*
 * Uniform product-card thumbnails. Mirror photos are uploaded at wildly
 * different native aspect ratios (round, tall full-length, wide landscape),
 * and the theme displays them at native size with no crop â€” so grid cards
 * end up different heights. Force every tile to the same square frame.
 */
.wd-product-img-link {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.wd-product-img-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wd-cart-number.wd-tools-count {
	color: #000 !important;
}

/* Discounted mirror pricing â€” size-tier radios and the "From" price label. */
.htg-custom-mirror__choice small del,
.htg-custom-mirror__starting-price del {
	color: #7a7c7c;
	text-decoration: line-through;
}

.htg-custom-mirror__choice small ins,
.htg-custom-mirror__starting-price ins {
	color: #f7f7f6;
	font-weight: 600;
	text-decoration: none;
}