:root {
	--als-brand: #104c8a;
	--als-brand-deep: #0b365f;
	--als-brand-soft: #eef5fb;
	--als-action: #be070b;
	--als-action-hover: #930509;
	--als-bg: #f6f7f9;
	--als-surface: #ffffff;
	--als-surface-soft: #fafbfc;
	--als-text: #172334;
	--als-text-secondary: #596575;
	--als-muted: #87909c;
	--als-border: #e5e8ed;
	--als-success: #18864b;
	--als-warning: #c94b50;
	--als-radius-sm: 10px;
	--als-radius-md: 16px;
	--als-radius-lg: 22px;
	--als-shadow: 0 10px 30px rgba(20, 42, 70, .045);
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.alspe-product-layout {
	background: var(--als-bg);
	color: var(--als-text);
}

.alspe-page,
.alspe-page *,
.alspe-page *::before,
.alspe-page *::after {
	box-sizing: border-box;
}

.alspe-page {
	position: relative;
	overflow-x: hidden;
	background: var(--als-bg);
	padding: 0 0 96px;
	color: var(--als-text);
	font-family: inherit;
}

@supports (overflow: clip) {
	.alspe-page { overflow-x: clip; }
}

.alspe-page button,
.alspe-page input,
.alspe-page select,
.alspe-page textarea {
	font: inherit;
}

.alspe-page img,
.alspe-page svg {
	max-width: 100%;
}

.alspe-shell {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.alspe-medium-section,
.alspe-content-section,
.alspe-technical-section,
.alspe-faq-section {
	width: min(920px, 100%);
	margin-inline: auto;
}

.alspe-narrow-section,
.alspe-source-card {
	width: min(820px, 100%);
	margin-inline: auto;
}

.alspe-preview-pill {
	position: fixed;
	top: 42px;
	left: 16px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 7px 9px;
	background: rgba(22, 30, 40, .94);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
	color: #fff;
	font-size: 9px;
}

.alspe-preview-pill > span {
	width: 7px;
	height: 7px;
	background: #43d47a;
	border-radius: 50%;
}

.alspe-preview-pill a {
	padding: 4px 7px;
	background: rgba(255, 255, 255, .11);
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
}

.alspe-breadcrumb {
	padding: 20px 2px 16px;
	color: var(--als-muted);
	font-size: 10px;
}

.alspe-breadcrumb .woocommerce-breadcrumb {
	margin: 0;
	color: inherit;
	font-size: inherit;
}

.alspe-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.alspe-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	grid-template-areas: "gallery summary";
	gap: 22px;
	align-items: start;
}

.alspe-gallery-card,
.alspe-summary {
	min-width: 0;
	background: var(--als-surface);
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-lg);
	box-shadow: var(--als-shadow);
}

.alspe-gallery-card {
	grid-area: gallery;
	position: relative;
	padding: 14px;
}

.alspe-summary {
	grid-area: summary;
	position: sticky;
	top: 24px;
	padding: 25px;
}

.admin-bar .alspe-summary { top: 58px; }

.alspe-sale-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 4;
	padding: 6px 10px;
	background: var(--als-action);
	border-radius: 999px;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
}

.alspe-main-image {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 570px;
	padding: 14px;
	background: var(--als-surface-soft);
	border-radius: 17px;
	overflow: hidden;
}

.alspe-main-image > img {
	display: block;
	width: 100%;
	height: 530px;
	object-fit: contain;
	object-position: center;
	filter: none !important;
	opacity: 1 !important;
}

.alspe-main-image--placeholder img {
	width: auto;
	height: auto;
}

.alspe-zoom-button {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--als-border);
	border-radius: 11px;
	color: var(--als-brand);
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.alspe-zoom-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alspe-thumbnails {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	padding-bottom: 2px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.alspe-thumbnail {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 5px;
	background: var(--als-surface-soft);
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.alspe-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.alspe-thumbnail.is-active,
.alspe-thumbnail:hover,
.alspe-thumbnail:focus-visible {
	background: #fff;
	border-color: var(--als-brand);
	outline: none;
}

.alspe-summary-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 15px;
}

.alspe-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.alspe-brand,
.alspe-year-chip,
.alspe-stock {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 700;
}

.alspe-brand,
.alspe-year-chip {
	background: var(--als-brand-soft);
	color: var(--als-brand-deep);
}

.alspe-stock--in {
	background: #edf8f1;
	color: var(--als-success);
}

.alspe-stock--out {
	background: #fff1f2;
	color: var(--als-warning);
}

.alspe-stock::before {
	content: "";
	width: 5px;
	height: 5px;
	margin-left: 5px;
	background: currentColor;
	border-radius: 50%;
}

.alspe-title {
	margin: 0;
	color: var(--als-text);
	font-size: clamp(29px, 2.2vw, 34px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.alspe-title bdi,
.alspe-technical-row bdi,
.alspe-alternative-card bdi {
	unicode-bidi: plaintext;
}

.alspe-english-name {
	margin-top: 7px;
	color: var(--als-text-secondary);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.7;
	text-align: right;
	overflow-wrap: anywhere;
}

.alspe-rating-row { margin-top: 12px; }

.alspe-rating {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 10px;
}

.alspe-rating .star-rating {
	float: none;
	margin: 0;
	color: #e9a019;
}

.alspe-rating a {
	color: var(--als-muted);
	text-decoration: none;
}

.alspe-lead {
	margin: 17px 0 0;
	color: var(--als-text-secondary);
	font-size: 12px;
	line-height: 1.95;
}

.alspe-hero-highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 10px;
	margin: 17px 0 0;
	padding: 0;
	list-style: none;
}

.alspe-hero-highlights li {
	position: relative;
	min-width: 0;
	padding: 8px 24px 8px 8px;
	background: var(--als-surface-soft);
	border: 1px solid #edf0f3;
	border-radius: 10px;
	color: var(--als-text-secondary);
	font-size: 9px;
	font-weight: 600;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.alspe-hero-highlights li::before {
	content: "✓";
	position: absolute;
	top: 9px;
	right: 8px;
	color: var(--als-success);
	font-size: 10px;
	font-weight: 800;
}

.alspe-buy-card {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--als-border);
}

.alspe-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
	margin-bottom: 6px;
	color: var(--als-text);
	font-size: 27px;
	font-weight: 800;
}

.alspe-price del {
	color: var(--als-muted);
	font-size: 13px;
	font-weight: 500;
	opacity: 1;
}

.alspe-price ins {
	color: var(--als-action);
	text-decoration: none;
}

.alspe-stock-detail {
	margin-bottom: 13px;
	color: var(--als-muted);
	font-size: 10px;
}

.alspe-stock-detail .stock { margin: 0; color: inherit; }

.alspe-cart-form form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.alspe-cart-form .quantity {
	display: flex;
	min-width: 76px;
}

.alspe-cart-form .quantity .qty {
	width: 76px;
	min-height: 50px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: 12px;
	color: var(--als-text);
	font-weight: 700;
	text-align: center;
}

.alspe-cart-form .single_add_to_cart_button {
	flex: 1 1 210px;
	min-height: 50px;
	padding: 0 18px !important;
	background: var(--als-action) !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	-webkit-appearance: none;
	appearance: none;
}

.alspe-cart-form .single_add_to_cart_button:hover,
.alspe-cart-form .single_add_to_cart_button:focus-visible {
	background: var(--als-action-hover) !important;
}

.alspe-cart-form table.variations {
	width: 100%;
	margin: 0 0 12px;
	border: 0;
}

.alspe-cart-form table.variations tr {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.alspe-cart-form table.variations th,
.alspe-cart-form table.variations td {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
}

.alspe-cart-form table.variations label {
	font-size: 10px;
	font-weight: 700;
}

.alspe-cart-form table.variations select {
	width: 100%;
	min-height: 45px;
	padding: 0 11px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: 10px;
	color: var(--als-text);
}

.alspe-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 13px;
	margin-top: 12px;
	color: var(--als-muted);
	font-size: 9px;
	line-height: 1.8;
}

.alspe-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 16px;
	margin-top: 17px;
	padding-top: 15px;
	border-top: 1px solid var(--als-border);
	color: var(--als-text-secondary);
	font-size: 9px;
	font-weight: 600;
}

.alspe-trust-strip span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.alspe-trust-strip i {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	background: var(--als-brand-soft);
	border-radius: 7px;
	color: var(--als-brand);
	font-style: normal;
	font-size: 9px;
	font-weight: 800;
}

.alspe-anchor-nav {
	display: flex;
	justify-content: center;
	gap: 4px;
	width: fit-content;
	max-width: 100%;
	margin: 24px auto 0;
	padding: 5px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: 999px;
	box-shadow: var(--als-shadow);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.alspe-anchor-nav a {
	flex: 0 0 auto;
	padding: 7px 11px;
	border-radius: 999px;
	color: var(--als-text-secondary);
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;
}

.alspe-anchor-nav a:hover,
.alspe-anchor-nav a:focus-visible {
	background: var(--als-brand-soft);
	color: var(--als-brand);
	outline: none;
}

.alspe-section {
	margin-top: 52px;
	scroll-margin-top: 90px;
}

.alspe-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}

.alspe-section-heading--centered {
	align-items: center;
}

.alspe-section-heading > div { max-width: 680px; }

.alspe-eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--als-brand);
	font-size: 9px;
	font-weight: 800;
}

.alspe-section-heading h2,
.alspe-source-title h2,
.alspe-review-summary h2,
.alspe-verdict-card h2 {
	margin: 0;
	color: var(--als-text);
	font-size: clamp(24px, 2.1vw, 29px);
	font-weight: 800;
	line-height: 1.45;
}

.alspe-section-heading p {
	max-width: 350px;
	margin: 5px 0 0;
	color: var(--als-muted);
	font-size: 10px;
	line-height: 1.85;
}

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

.alspe-spec-card {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 82px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-md);
	box-shadow: var(--als-shadow);
}

.alspe-spec-icon {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	background: var(--als-brand-soft);
	border-radius: 11px;
	color: var(--als-brand);
}

.alspe-spec-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alspe-spec-card small {
	display: block;
	margin-bottom: 4px;
	color: var(--als-muted);
	font-size: 8px;
	font-weight: 600;
}

.alspe-spec-card strong {
	display: block;
	color: var(--als-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.alspe-score-card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 22px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-lg);
	box-shadow: var(--als-shadow);
}

.alspe-overall-score {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 10px;
	min-height: 220px;
	background: var(--als-surface-soft);
	border-radius: 17px;
}

.alspe-score-ring {
	--score: 0;
	position: relative;
	display: grid;
	place-items: center;
	width: 124px;
	height: 124px;
	background: conic-gradient(var(--als-brand) calc(var(--score) * 1%), #e7ecf1 0);
	border-radius: 50%;
}

.alspe-score-ring::before {
	content: "";
	position: absolute;
	inset: 10px;
	background: #fff;
	border-radius: inherit;
}

.alspe-score-ring::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 28px;
	width: 8px;
	height: 8px;
	background: var(--als-action);
	border: 3px solid #fff;
	border-radius: 50%;
}

.alspe-score-ring strong,
.alspe-score-ring small {
	position: relative;
	z-index: 1;
}

.alspe-score-ring strong {
	font-size: 31px;
	font-weight: 800;
	line-height: 1;
}

.alspe-score-ring small {
	margin-top: -20px;
	color: var(--als-muted);
	font-size: 8px;
}

.alspe-overall-score > span {
	font-size: 10px;
	font-weight: 700;
}

.alspe-score-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 18px;
	align-content: center;
}

.alspe-score-item > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
	font-size: 10px;
}

.alspe-score-item strong { color: var(--als-brand-deep); font-size: 11px; }

.alspe-score-track {
	height: 6px;
	background: #e8edf2;
	border-radius: 999px;
	overflow: hidden;
}

.alspe-score-track i {
	display: block;
	height: 100%;
	background: var(--als-brand);
	border-radius: inherit;
}

.alspe-fit-grid,
.alspe-insight-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.alspe-list-card,
.alspe-insight-card,
.alspe-verdict-card {
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-md);
	box-shadow: var(--als-shadow);
}

.alspe-list-card,
.alspe-insight-card { padding: 22px; }

.alspe-list-card h3,
.alspe-insight-card h3 {
	margin: 0 0 14px;
	color: var(--als-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.alspe-list-card ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alspe-list-card li {
	position: relative;
	padding-right: 23px;
	color: var(--als-text-secondary);
	font-size: 11px;
	line-height: 1.8;
}

.alspe-list-card li::before {
	content: "✓";
	position: absolute;
	top: 2px;
	right: 0;
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	background: #eaf7ef;
	border-radius: 50%;
	color: var(--als-success);
	font-size: 8px;
	font-weight: 800;
}

.alspe-list-card--warn li::before {
	content: "!";
	background: #fff0f1;
	color: var(--als-warning);
}

.alspe-advice-section {
	display: grid;
	gap: 12px;
}

.alspe-verdict-card {
	position: relative;
	padding: 25px 27px;
	background: var(--als-brand-soft);
	border-color: #dce9f5;
	overflow: hidden;
}

.alspe-verdict-card::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	width: 3px;
	background: var(--als-brand);
	border-radius: 3px 0 0 3px;
}

.alspe-verdict-card h2 { margin-bottom: 12px; font-size: 25px; }

.alspe-verdict-card p,
.alspe-insight-card p {
	margin: 0;
	color: var(--als-text-secondary);
	font-size: 12px;
	line-height: 1.95;
}

.alspe-tech-accordion {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.alspe-tech-item {
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: 13px;
	box-shadow: 0 7px 20px rgba(20, 42, 70, .03);
	overflow: hidden;
}

.alspe-tech-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 54px;
	padding: 13px 15px;
	color: var(--als-text);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.alspe-tech-item summary::-webkit-details-marker { display: none; }
.alspe-tech-item summary::marker { display: none; content: ""; }

.alspe-tech-item summary span {
	position: relative;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	background: var(--als-brand-soft);
	border-radius: 9px;
}

.alspe-tech-item summary span::before,
.alspe-tech-item summary span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1.5px;
	background: var(--als-brand);
	transform: translate(-50%, -50%);
	transition: transform .18s ease;
}

.alspe-tech-item summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.alspe-tech-item[open] summary span::after { transform: translate(-50%, -50%) rotate(0deg); }

.alspe-tech-body {
	padding: 0 15px 15px;
	border-top: 1px solid #eef0f3;
}

.alspe-tech-body p {
	margin: 13px 0 0;
	color: var(--als-text-secondary);
	font-size: 11px;
	line-height: 1.9;
}

.alspe-tech-body a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 11px;
	color: var(--als-brand);
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

.alspe-content-section,
.alspe-technical-section,
.alspe-faq-section {
	padding: 27px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-lg);
	box-shadow: var(--als-shadow);
}

.alspe-review-collapsible { position: relative; }

.alspe-review-collapsible.is-collapsed [data-alspe-review-content] {
	max-height: 650px;
	overflow: hidden;
}

.alspe-review-fade {
	display: none;
	position: absolute;
	right: 0;
	bottom: 47px;
	left: 0;
	height: 120px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
	pointer-events: none;
}

.alspe-review-collapsible.is-collapsed .alspe-review-fade { display: block; }

.alspe-review-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	min-height: 43px;
	margin-top: 15px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #d6e0ea;
	border-radius: 11px;
	color: var(--als-brand);
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.alspe-review-collapsible.is-collapsible .alspe-review-toggle { display: flex; }

.alspe-review-toggle svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

.alspe-review-collapsible.is-expanded .alspe-review-toggle svg { transform: rotate(180deg); }

.alspe-prose {
	width: min(820px, 100%);
	margin-inline: auto;
	color: var(--als-text-secondary);
	font-size: 14px;
	line-height: 2;
}

.alspe-prose > *:first-child { margin-top: 0; }

.alspe-prose h2,
.alspe-prose h3,
.alspe-prose h4 {
	margin-top: 1.85em;
	color: var(--als-text);
	font-weight: 800;
	line-height: 1.6;
}

.alspe-prose h2 { font-size: 23px; }
.alspe-prose h3 { font-size: 19px; }
.alspe-prose h4 { font-size: 16px; }
.alspe-prose p { margin: 0 0 1.15em; }
.alspe-prose ul,
.alspe-prose ol { padding-right: 21px; }
.alspe-prose img { height: auto; border-radius: 14px; }
.alspe-prose a { color: var(--als-brand); text-underline-offset: 3px; }

.alspe-alternative-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.alspe-alternative-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 13px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-md);
	box-shadow: var(--als-shadow);
}

.alspe-alt-label {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	padding: 5px 8px;
	background: var(--als-brand-deep);
	border-radius: 999px;
	color: #fff;
	font-size: 8px;
	font-weight: 700;
}

.alspe-alt-image {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / .9;
	background: var(--als-surface-soft);
	border-radius: 13px;
	overflow: hidden;
}

.alspe-alt-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.alspe-alternative-card h3 {
	margin: 12px 0 7px;
	min-height: 62px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.72;
}

.alspe-alternative-card h3 a { color: inherit; text-decoration: none; }

.alspe-alt-price {
	margin-top: auto;
	color: var(--als-action);
	font-size: 11px;
	font-weight: 800;
}

.alspe-alt-button {
	display: block;
	margin-top: 10px;
	padding: 10px;
	background: var(--als-brand-deep);
	border-radius: 10px;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.alspe-alt-button:hover,
.alspe-alt-button:focus-visible { background: var(--als-brand); color: #fff; }

.alspe-technical-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 10px;
}

.alspe-technical-row {
	display: grid;
	grid-template-columns: minmax(105px, .68fr) minmax(0, 1.32fr);
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 10px 13px;
	background: var(--als-surface-soft);
	border: 1px solid #eef0f3;
	border-radius: 11px;
}

.alspe-technical-row span {
	color: var(--als-muted);
	font-size: 9px;
}

.alspe-technical-row strong {
	min-width: 0;
	color: var(--als-text);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.65;
	text-align: left;
	overflow-wrap: anywhere;
	word-break: normal;
}

.alspe-source-card {
	display: grid;
	grid-template-columns: minmax(190px, .8fr) minmax(0, 1.2fr);
	gap: 18px;
	align-items: center;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-md);
	box-shadow: var(--als-shadow);
}

.alspe-source-title h2 { font-size: 23px; }

.alspe-review-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	grid-column: 2;
}

.alspe-review-meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 7px 9px;
	background: var(--als-surface-soft);
	border-radius: 9px;
	color: var(--als-muted);
	font-size: 8px;
}

.alspe-review-meta strong { color: var(--als-text); }

.alspe-source-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	grid-column: 2;
}

.alspe-source-links a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 8px 10px;
	background: var(--als-brand-soft);
	border: 1px solid #dce8f3;
	border-radius: 9px;
	color: var(--als-brand);
	font-size: 9px;
	font-weight: 700;
	text-decoration: none;
}

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

.alspe-faq-list details {
	background: var(--als-surface-soft);
	border: 1px solid var(--als-border);
	border-radius: 11px;
	overflow: hidden;
}

.alspe-faq-list summary {
	padding: 14px 15px;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.alspe-faq-list p {
	margin: 0;
	padding: 0 15px 15px;
	color: var(--als-text-secondary);
	font-size: 11px;
	line-height: 1.9;
}

.alspe-reviews-section {
	width: min(820px, 100%);
	margin-inline: auto;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius-md);
	box-shadow: var(--als-shadow);
}

.alspe-review-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.alspe-review-summary h2 { font-size: 22px; }

.alspe-review-summary p {
	margin: 6px 0 0;
	color: var(--als-muted);
	font-size: 10px;
	line-height: 1.8;
}

.alspe-open-review {
	flex: 0 0 auto;
	min-height: 42px;
	padding: 0 16px;
	background: var(--als-brand);
	border: 0;
	border-radius: 11px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.alspe-native-reviews {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--als-border);
}

.alspe-reviews-section--empty .alspe-native-reviews { display: none; }
.alspe-reviews-section--empty.is-form-open .alspe-native-reviews { display: block; }
.alspe-reviews-section--empty .alspe-native-reviews #comments { display: none; }
.alspe-reviews-section:not(.is-form-open) #review_form_wrapper { display: none; }

.alspe-native-reviews #reviews,
.alspe-native-reviews #review_form_wrapper,
.alspe-native-reviews #review_form { margin: 0; }

.alspe-native-reviews #comments h2,
.alspe-native-reviews #review_form_wrapper h3 {
	color: var(--als-text);
	font-size: 18px;
	font-weight: 700;
}

.alspe-native-reviews textarea,
.alspe-native-reviews input[type="text"],
.alspe-native-reviews input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid var(--als-border);
	border-radius: 10px;
	color: var(--als-text);
}

.alspe-native-reviews textarea { min-height: 120px; }

.alspe-native-reviews .form-submit .submit {
	min-height: 42px;
	padding: 0 18px;
	background: var(--als-action);
	border: 0;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}

.alspe-lightbox[hidden] { display: none; }

.alspe-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 28px;
	background: rgba(8, 18, 30, .93);
}

.alspe-lightbox img {
	display: block;
	max-width: min(94vw, 1200px);
	max-height: 90vh;
	object-fit: contain;
}

.alspe-lightbox-close {
	position: fixed;
	top: 20px;
	right: 20px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	color: #fff;
	font-size: 27px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

body.alspe-lightbox-open { overflow: hidden; }
.alspe-mobile-buybar { display: none; }

@media (max-width: 1023px) {
	.alspe-hero {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr);
		gap: 17px;
	}

	.alspe-main-image { min-height: 500px; }
	.alspe-main-image > img { height: 460px; }
	.alspe-summary { padding: 21px; }
	.alspe-title { font-size: 28px; }
	.alspe-alternative-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.alspe-page { padding-bottom: 118px; }
	.alspe-shell { width: min(100% - 24px, 720px); }
	.alspe-preview-pill { top: auto; right: 12px; bottom: 88px; left: auto; }

	.alspe-hero {
		grid-template-columns: 1fr;
		grid-template-areas: "gallery" "summary";
	}

	.alspe-gallery-card { padding: 11px; border-radius: 18px; }
	.alspe-main-image { min-height: 450px; padding: 9px; }
	.alspe-main-image > img { height: 420px; }
	.alspe-summary { position: static; padding: 20px 17px; border-radius: 18px; }
	.alspe-section { margin-top: 40px; }
	.alspe-section-heading { display: block; }
	.alspe-section-heading p { margin-top: 7px; }
	.alspe-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alspe-score-card { grid-template-columns: 1fr; padding: 17px; }
	.alspe-overall-score { min-height: 190px; }
	.alspe-fit-grid,
	.alspe-insight-grid { grid-template-columns: 1fr; }
	.alspe-tech-accordion { grid-template-columns: 1fr; }
	.alspe-content-section,
	.alspe-technical-section,
	.alspe-faq-section { padding: 21px 17px; border-radius: 18px; }
	.alspe-alternative-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alspe-technical-grid { grid-template-columns: 1fr; }
	.alspe-source-card { grid-template-columns: 1fr; gap: 12px; padding: 20px; }
	.alspe-review-meta,
	.alspe-source-links { grid-column: 1; }
	.alspe-review-summary { align-items: flex-start; }

	.alspe-mobile-buybar {
		position: fixed;
		right: 82px;
		bottom: calc(10px + env(safe-area-inset-bottom));
		left: max(10px, env(safe-area-inset-left));
		z-index: 9998;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 8px;
		background: rgba(255, 255, 255, .97);
		border: 1px solid var(--als-border);
		border-radius: 15px;
		box-shadow: 0 16px 46px rgba(20, 42, 70, .18);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		transform: translateY(150%);
		opacity: 0;
		transition: transform .23s ease, opacity .23s ease;
	}

	.alspe-mobile-buybar.is-visible { transform: translateY(0); opacity: 1; }
	.alspe-mobile-price { min-width: 0; font-size: 11px; font-weight: 800; }
	.alspe-mobile-price del { display: none; }
	.alspe-mobile-price ins { color: var(--als-action); text-decoration: none; }
	.alspe-mobile-buybar button {
		flex: 0 0 auto;
		min-width: 126px;
		min-height: 44px;
		padding: 0 13px;
		background: var(--als-action);
		border: 0;
		border-radius: 11px;
		color: #fff;
		font-size: 10px;
		font-weight: 800;
		-webkit-appearance: none;
		appearance: none;
	}
}

@media (max-width: 579px) {
	.alspe-shell { width: min(100% - 16px, 540px); }
	.alspe-breadcrumb { padding-top: 14px; }
	.alspe-main-image { min-height: 380px; }
	.alspe-main-image > img { height: 355px; }
	.alspe-thumbnail { flex-basis: 64px; width: 64px; height: 64px; }
	.alspe-title { font-size: 24px; }
	.alspe-price { font-size: 22px; }
	.alspe-hero-highlights { grid-template-columns: 1fr; }

	.alspe-cart-form form.cart { display: grid; grid-template-columns: 72px 1fr; }
	.alspe-cart-form .quantity,
	.alspe-cart-form .quantity .qty { width: 72px; min-width: 72px; }
	.alspe-cart-form table.variations,
	.alspe-cart-form .single_variation_wrap,
	.alspe-cart-form .group_table { grid-column: 1 / -1; }
	.alspe-cart-form table.variations tr { grid-template-columns: 1fr; }

	.alspe-section-heading h2,
	.alspe-source-title h2,
	.alspe-review-summary h2,
	.alspe-verdict-card h2 { font-size: 22px; }

	.alspe-score-list { grid-template-columns: 1fr; }
	.alspe-list-card,
	.alspe-insight-card { padding: 19px 16px; }
	.alspe-verdict-card { padding: 21px 19px; }
	.alspe-review-collapsible.is-collapsed [data-alspe-review-content] { max-height: 480px; }

	.alspe-alternative-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 82%;
		grid-template-columns: none;
		gap: 11px;
		padding-bottom: 8px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.alspe-alternative-card { scroll-snap-align: start; }
	.alspe-alternative-card h3 { min-height: 58px; }
	.alspe-technical-row { grid-template-columns: 1fr; gap: 3px; }
	.alspe-technical-row strong { text-align: right; }
	.alspe-review-summary { display: grid; gap: 14px; }
	.alspe-open-review { width: 100%; }

	.alspe-native-reviews textarea,
	.alspe-native-reviews input[type="text"],
	.alspe-native-reviews input[type="email"],
	.alspe-cart-form select,
	.alspe-cart-form input { font-size: 16px; }

	.alspe-mobile-buybar { right: 76px; }
	.alspe-mobile-buybar button { min-width: 116px; }
}


/* =========================================================
   ALS Product Engine 0.7.1 — visual system refinement
   ========================================================= */
body.alspe-product-layout {
	--als-brand: #0e4d89;
	--als-brand-deep: #083b6b;
	--als-brand-soft: #eef5fb;
	--als-action: #be070b;
	--als-bg: #f4f6f8;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.alspe-page {
	background:
		linear-gradient(180deg, rgba(14, 77, 137, .022), rgba(14, 77, 137, 0) 320px),
		var(--als-bg);
}

.alspe-shell {
	width: min(1240px, calc(100% - 36px));
}

.alspe-medium-section,
.alspe-content-section,
.alspe-technical-section,
.alspe-faq-section {
	width: min(980px, 100%);
}

.alspe-narrow-section {
	width: min(860px, 100%);
}

.alspe-source-card {
	width: min(920px, 100%);
}

.alspe-specs-section,
.alspe-alternatives-section {
	width: min(1080px, 100%);
	margin-inline: auto;
}

.alspe-breadcrumb {
	padding-top: 22px;
	padding-bottom: 18px;
}

.alspe-hero {
	grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr);
	gap: 24px;
}

.alspe-gallery-card,
.alspe-summary {
	box-shadow: 0 12px 34px rgba(16, 44, 73, .045);
}

.alspe-main-image {
	min-height: 590px;
}

.alspe-main-image > img {
	height: 550px;
}

.alspe-zoom-button svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none !important;
	stroke: currentColor !important;
}

.alspe-summary {
	padding: 27px;
}

.alspe-title {
	font-size: clamp(28px, 2.05vw, 34px);
	line-height: 1.48;
	word-break: normal;
}

.alspe-english-name {
	font-size: 10.5px;
}

.alspe-hero-highlights li {
	min-height: 39px;
	display: flex;
	align-items: center;
}

.alspe-anchor-nav {
	margin-top: 22px;
	box-shadow: 0 8px 24px rgba(16, 44, 73, .04);
}

.alspe-section {
	margin-top: 48px;
}

.alspe-section-heading,
.alspe-section-heading--centered {
	display: block;
	margin-bottom: 17px;
	text-align: right;
}

.alspe-section-heading > div {
	max-width: 720px;
}

.alspe-section-heading h2 {
	font-size: clamp(23px, 1.95vw, 28px);
}

.alspe-section-heading p,
.alspe-source-title p {
	max-width: 620px;
	margin: 6px 0 0;
	color: var(--als-muted);
	font-size: 9.5px;
	line-height: 1.85;
}

.alspe-eyebrow {
	margin-bottom: 4px;
	font-size: 8.5px;
	letter-spacing: 0;
}

.alspe-spec-grid {
	gap: 11px;
}

.alspe-spec-card {
	min-height: 80px;
	padding: 13px 15px;
	box-shadow: 0 7px 22px rgba(16, 44, 73, .025);
}

.alspe-spec-icon {
	flex-basis: 36px;
	width: 36px;
	height: 36px;
}

.alspe-score-card {
	grid-template-columns: 172px minmax(0, 1fr);
	gap: 20px;
	padding: 20px;
	border-radius: 19px;
	box-shadow: 0 10px 30px rgba(16, 44, 73, .04);
}

.alspe-overall-score {
	min-height: 208px;
}

.alspe-score-ring {
	width: 116px;
	height: 116px;
}

.alspe-score-list {
	gap: 14px 18px;
}

.alspe-list-card,
.alspe-insight-card {
	padding: 21px;
	box-shadow: 0 7px 22px rgba(16, 44, 73, .028);
}

.alspe-list-card h3,
.alspe-insight-card h3 {
	margin-bottom: 12px;
	font-size: 15px;
}

.alspe-verdict-card {
	padding: 23px 25px;
	background: #edf5fc;
	box-shadow: 0 8px 26px rgba(14, 77, 137, .035);
}

.alspe-verdict-card::before {
	top: 18px;
	bottom: 18px;
}

.alspe-verdict-card h2 {
	font-size: 24px;
}

.alspe-tech-accordion {
	gap: 10px;
}

.alspe-tech-item {
	box-shadow: 0 6px 18px rgba(16, 44, 73, .025);
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.alspe-tech-item[open] {
	background: #fbfdff;
	border-color: #cfdfee;
	box-shadow: 0 8px 24px rgba(14, 77, 137, .045);
}

.alspe-tech-item summary {
	min-height: 52px;
	padding: 12px 14px;
	outline: none;
}

.alspe-tech-item summary:focus-visible {
	box-shadow: inset 0 0 0 2px rgba(14, 77, 137, .24);
}

.alspe-tech-body {
	padding: 0 14px 14px;
}

.alspe-content-section,
.alspe-technical-section,
.alspe-faq-section {
	padding: 25px 27px;
	box-shadow: 0 10px 30px rgba(16, 44, 73, .038);
}

.alspe-content-section > .alspe-section-heading {
	padding-bottom: 16px;
	border-bottom: 1px solid #edf0f3;
}

.alspe-prose {
	width: min(790px, 100%);
	font-size: 13.5px;
	line-height: 2.05;
}

.alspe-prose h2 {
	font-size: 21px;
	word-break: break-word;
}

.alspe-prose h3 {
	font-size: 18px;
}

.alspe-prose h4 {
	font-size: 15.5px;
}

.alspe-review-collapsible.is-collapsed [data-alspe-review-content] {
	max-height: 590px;
}

.alspe-review-fade {
	height: 110px;
}

.alspe-alternative-grid {
	gap: 13px;
}

.alspe-alternative-card {
	padding: 12px;
	box-shadow: 0 8px 24px rgba(16, 44, 73, .03);
}

.alspe-alt-image {
	aspect-ratio: 1 / .92;
}

.alspe-alternative-card h3 {
	min-height: 58px;
	font-size: 11.5px;
}

.alspe-alt-button {
	background: var(--als-brand);
}

.alspe-alt-button:hover,
.alspe-alt-button:focus-visible {
	background: var(--als-brand-deep);
}

.alspe-technical-row {
	min-height: 48px;
	padding: 9px 12px;
}

.alspe-source-card {
	display: block;
	padding: 22px 24px;
	box-shadow: 0 9px 26px rgba(16, 44, 73, .035);
}

.alspe-source-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.alspe-source-title {
	min-width: 0;
}

.alspe-source-title h2 {
	font-size: 22px;
}

.alspe-source-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
	grid-column: auto;
}

.alspe-source-links a {
	white-space: nowrap;
}

.alspe-review-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	grid-column: auto;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--als-border);
}

.alspe-review-meta span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 40px;
	padding: 8px 10px;
}

.alspe-review-meta small {
	color: var(--als-muted);
	font-size: 8px;
}

.alspe-review-meta strong {
	font-size: 9px;
	text-align: left;
}

.alspe-reviews-section {
	padding: 21px 23px;
	box-shadow: 0 9px 26px rgba(16, 44, 73, .035);
}

.alspe-open-review:focus-visible,
.alspe-review-toggle:focus-visible,
.alspe-alt-button:focus-visible,
.alspe-source-links a:focus-visible {
	outline: 2px solid rgba(14, 77, 137, .28);
	outline-offset: 2px;
}

@media (max-width: 1100px) {
	.alspe-shell {
		width: min(1160px, calc(100% - 28px));
	}

	.alspe-hero {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
		gap: 18px;
	}

	.alspe-main-image {
		min-height: 510px;
	}

	.alspe-main-image > img {
		height: 475px;
	}
}

@media (max-width: 767px) {
	.alspe-shell {
		width: min(100% - 22px, 720px);
	}

	.alspe-breadcrumb {
		padding-top: 14px;
		padding-bottom: 12px;
	}

	.alspe-main-image {
		min-height: 430px;
	}

	.alspe-main-image > img {
		height: 400px;
	}

	.alspe-section {
		margin-top: 36px;
	}

	.alspe-section-heading,
	.alspe-section-heading--centered {
		margin-bottom: 14px;
	}

	.alspe-section-heading > div {
		max-width: 100%;
	}

	.alspe-section-heading h2 {
		font-size: 22px;
	}

	.alspe-section-heading p,
	.alspe-source-title p {
		font-size: 9px;
	}

	.alspe-score-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 15px;
	}

	.alspe-overall-score {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		min-height: auto;
		padding: 14px;
	}

	.alspe-score-ring {
		flex: 0 0 102px;
		width: 102px;
		height: 102px;
	}

	.alspe-score-ring strong {
		font-size: 27px;
	}

	.alspe-score-ring small {
		margin-top: -17px;
	}

	.alspe-spec-grid {
		gap: 8px;
	}

	.alspe-spec-card {
		min-height: 74px;
		padding: 11px;
	}

	.alspe-source-header {
		display: block;
	}

	.alspe-source-links {
		justify-content: flex-start;
		margin-top: 12px;
	}

	.alspe-review-meta {
		grid-template-columns: 1fr;
	}

	.alspe-review-meta span {
		min-height: 38px;
	}
}

@media (max-width: 579px) {
	.alspe-shell {
		width: min(100% - 16px, 540px);
	}

	.alspe-main-image {
		min-height: 360px;
	}

	.alspe-main-image > img {
		height: 338px;
	}

	.alspe-summary {
		padding: 18px 15px;
	}

	.alspe-title {
		font-size: 23px;
	}

	.alspe-hero-highlights {
		gap: 6px;
	}

	.alspe-hero-highlights li {
		min-height: 36px;
		font-size: 9px;
	}

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

	.alspe-spec-card strong {
		font-size: 10.5px;
	}

	.alspe-content-section,
	.alspe-technical-section,
	.alspe-faq-section {
		padding: 19px 15px;
	}

	.alspe-prose {
		font-size: 13px;
		line-height: 2;
	}

	.alspe-prose h2 {
		font-size: 19px;
	}

	.alspe-review-collapsible.is-collapsed [data-alspe-review-content] {
		max-height: 440px;
	}

	.alspe-alternative-grid {
		grid-auto-columns: 84%;
	}

	.alspe-source-card,
	.alspe-reviews-section {
		padding: 18px 15px;
	}

	.alspe-mobile-buybar {
		right: max(74px, calc(66px + env(safe-area-inset-right)));
		left: max(9px, env(safe-area-inset-left));
	}

	.alspe-mobile-buybar button {
		min-width: 108px;
	}
}

@media (max-width: 390px) {
	.alspe-spec-icon {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.alspe-spec-card {
		gap: 7px;
		padding: 9px;
	}

	.alspe-spec-card small {
		font-size: 7.5px;
	}

	.alspe-mobile-price {
		font-size: 10px;
	}

	.alspe-mobile-buybar button {
		min-width: 102px;
		padding-inline: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alspe-page *,
	.alspe-page *::before,
	.alspe-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}


/* 0.7.1 defensive SVG sizing */
.alspe-page svg {
	max-width: 100%;
}

.alspe-spec-icon svg,
.alspe-trust-icon svg {
	width: 20px;
	height: 20px;
	display: block;
	flex: 0 0 auto;
}

.alspe-zoom-button svg,
.alspe-review-toggle svg {
	width: 18px;
	height: 18px;
	display: block;
	flex: 0 0 auto;
}


/* =========================================================
   ALS Product Engine 0.8.0 — mobile-first stability pass
   ========================================================= */
body.alspe-product-layout {
	max-width: 100%;
	overflow-x: hidden;
}

.alspe-page {
	width: 100%;
	max-width: 100%;
	isolation: isolate;
}

.alspe-page :where(section, article, aside, nav, div, ul, li, a, button, span, strong, bdi) {
	min-width: 0;
}

.alspe-technical-toggle {
	display: none;
}

.alspe-technical-toggle svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

.alspe-technical-section.is-expanded .alspe-technical-toggle svg {
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	body.alspe-product-layout {
		width: 100%;
		overflow-x: hidden !important;
	}

	.alspe-page {
		padding-bottom: calc(152px + env(safe-area-inset-bottom));
		overflow-x: hidden !important;
	}

	.alspe-shell {
		width: calc(100% - 16px) !important;
		max-width: 720px !important;
		margin-inline: auto !important;
	}

	/* Preview controls must never cover the mobile storefront. */
	.alspe-preview-pill {
		display: none !important;
	}

	.alspe-breadcrumb {
		padding: 10px 2px 9px;
		font-size: 8px;
		line-height: 1.7;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* Force a single-column hero even if the theme or cached CSS adds grid widths. */
	.alspe-hero {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas: none !important;
	}

	.alspe-hero > .alspe-gallery-card,
	.alspe-hero > .alspe-summary {
		position: relative !important;
		top: auto !important;
		float: none !important;
		clear: both !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		inset-inline: auto !important;
		transform: none !important;
	}

	.alspe-gallery-card {
		order: 1;
		padding: 8px !important;
		border-radius: 17px;
	}

	.alspe-summary {
		order: 2;
		padding: 17px 14px !important;
		border-radius: 17px;
	}

	.alspe-main-image {
		width: 100% !important;
		height: min(105vw, 430px) !important;
		min-height: 0 !important;
		max-height: 430px !important;
		padding: 7px !important;
		border-radius: 13px;
		contain: layout paint;
	}

	.alspe-main-image > img,
	.alspe-main-image--placeholder img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: 100% !important;
		object-fit: contain !important;
		object-position: center !important;
	}

	.alspe-zoom-button {
		top: 9px;
		left: 9px;
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.alspe-thumbnails {
		gap: 6px;
		margin-top: 7px;
		padding: 1px 1px 3px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.alspe-thumbnails::-webkit-scrollbar {
		display: none;
	}

	.alspe-thumbnail {
		flex: 0 0 56px;
		width: 56px;
		height: 56px;
		padding: 4px;
		border-radius: 10px;
		scroll-snap-align: start;
	}

	.alspe-summary-topline {
		margin-bottom: 11px;
	}

	.alspe-brand,
	.alspe-year-chip,
	.alspe-stock {
		min-height: 24px;
		padding: 4px 8px;
		font-size: 8px;
	}

	.alspe-title,
	.alspe-title bdi {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: clamp(21px, 6.1vw, 25px) !important;
		line-height: 1.55;
		overflow-wrap: break-word !important;
		word-break: normal !important;
		hyphens: none;
	}

	.alspe-english-name {
		font-size: 9px;
		line-height: 1.7;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.alspe-rating-row {
		margin-top: 8px;
	}

	.alspe-hero-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin-top: 13px;
	}

	.alspe-hero-highlights li {
		min-height: 36px;
		padding: 7px 22px 7px 7px;
		font-size: 8.4px;
		line-height: 1.55;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.alspe-buy-card {
		margin-top: 15px;
		padding-top: 14px;
	}

	.alspe-price {
		margin-bottom: 5px;
		font-size: 23px;
		line-height: 1.45;
	}

	.alspe-cart-form form.cart {
		display: grid !important;
		grid-template-columns: 64px minmax(0, 1fr) !important;
		gap: 7px !important;
		width: 100%;
	}

	.alspe-cart-form .quantity,
	.alspe-cart-form .quantity .qty {
		width: 64px !important;
		min-width: 64px !important;
	}

	.alspe-cart-form .quantity .qty,
	.alspe-cart-form .single_add_to_cart_button {
		min-height: 46px !important;
	}

	.alspe-cart-form .single_add_to_cart_button {
		width: 100% !important;
		min-width: 0 !important;
		font-size: 10.5px !important;
	}

	.alspe-product-meta {
		gap: 4px 10px;
		font-size: 8px;
	}

	.alspe-trust-strip {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		margin-top: 13px;
		padding-top: 12px;
	}

	.alspe-trust-strip span {
		justify-content: center;
		gap: 4px;
		font-size: 7.7px;
		white-space: nowrap;
	}

	.alspe-trust-strip i {
		width: 20px;
		height: 20px;
		border-radius: 6px;
	}

	.alspe-anchor-nav {
		justify-content: flex-start;
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
		padding: 4px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.alspe-anchor-nav::-webkit-scrollbar {
		display: none;
	}

	.alspe-anchor-nav a {
		padding: 7px 10px;
		font-size: 8px;
		white-space: nowrap;
	}

	.alspe-section {
		margin-top: 31px !important;
		scroll-margin-top: 64px;
	}

	.alspe-section-heading,
	.alspe-section-heading--centered {
		margin-bottom: 12px;
	}

	.alspe-section-heading h2,
	.alspe-source-title h2,
	.alspe-review-summary h2,
	.alspe-verdict-card h2 {
		font-size: clamp(20px, 5.9vw, 23px) !important;
		line-height: 1.5;
	}

	.alspe-section-heading p,
	.alspe-source-title p {
		font-size: 8px;
		line-height: 1.75;
	}

	.alspe-eyebrow {
		font-size: 7.7px;
	}

	.alspe-spec-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 7px;
	}

	.alspe-spec-card {
		min-height: 70px;
		gap: 8px;
		padding: 10px;
		border-radius: 13px;
	}

	.alspe-spec-icon {
		flex: 0 0 32px;
		width: 32px;
		height: 32px;
		border-radius: 9px;
	}

	.alspe-spec-card small {
		font-size: 7px;
	}

	.alspe-spec-card strong {
		font-size: 9.6px;
		line-height: 1.55;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.alspe-fit-grid,
	.alspe-insight-grid {
		gap: 9px;
	}

	.alspe-list-card,
	.alspe-insight-card {
		padding: 16px 14px;
		border-radius: 14px;
	}

	.alspe-list-card h3,
	.alspe-insight-card h3 {
		margin-bottom: 9px;
		font-size: 14px;
	}

	.alspe-list-card ul {
		gap: 7px;
	}

	.alspe-list-card li,
	.alspe-verdict-card p,
	.alspe-insight-card p {
		font-size: 10px;
		line-height: 1.85;
	}

	.alspe-verdict-card {
		padding: 18px 16px;
		border-radius: 15px;
	}

	.alspe-tech-accordion {
		grid-template-columns: 1fr !important;
		gap: 7px;
	}

	.alspe-tech-item summary {
		min-height: 48px;
		padding: 10px 12px;
		font-size: 10.5px;
	}

	.alspe-content-section,
	.alspe-technical-section,
	.alspe-faq-section,
	.alspe-source-card,
	.alspe-reviews-section {
		width: 100% !important;
		max-width: 100% !important;
		padding: 17px 13px !important;
		border-radius: 16px !important;
	}

	.alspe-prose {
		width: 100%;
		font-size: 12.3px;
		line-height: 1.95;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.alspe-prose :where(p, li, a, strong, bdi) {
		overflow-wrap: break-word;
		word-break: normal;
	}

	.alspe-prose h2 {
		font-size: 18px;
	}

	.alspe-prose h3 {
		font-size: 16px;
	}

	.alspe-review-collapsible.is-collapsed [data-alspe-review-content] {
		max-height: 390px;
	}

	.alspe-alternative-grid {
		display: grid !important;
		grid-auto-flow: column !important;
		grid-auto-columns: calc(100% - 34px) !important;
		grid-template-columns: none !important;
		gap: 9px !important;
		width: 100% !important;
		padding: 1px 1px 7px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.alspe-alternative-grid::-webkit-scrollbar {
		display: none;
	}

	.alspe-alternative-card {
		width: 100%;
		padding: 10px;
		border-radius: 14px;
		scroll-snap-align: center;
	}

	.alspe-alt-image {
		aspect-ratio: 1 / .87;
	}

	.alspe-alternative-card h3 {
		min-height: 48px;
		font-size: 10.5px;
		line-height: 1.65;
	}

	/* Compact specification matrix: 8 important items, then an explicit expander. */
	.alspe-technical-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 7px !important;
	}

	.alspe-technical-row {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: center;
		gap: 3px !important;
		min-height: 68px;
		padding: 9px 10px !important;
		border-radius: 11px;
	}

	.alspe-technical-row span {
		font-size: 7.4px;
		line-height: 1.5;
	}

	.alspe-technical-row strong {
		font-size: 9.4px;
		line-height: 1.55;
		text-align: right !important;
		overflow-wrap: break-word !important;
		word-break: normal !important;
	}

	.alspe-technical-row--extra {
		display: none !important;
	}

	.alspe-technical-section.is-expanded .alspe-technical-row--extra {
		display: flex !important;
	}

	.alspe-technical-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		width: 100%;
		min-height: 44px;
		margin-top: 10px;
		padding: 0 12px;
		background: var(--als-brand-soft);
		border: 1px solid #d6e4f1;
		border-radius: 11px;
		color: var(--als-brand);
		font-size: 9.5px;
		font-weight: 800;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.alspe-technical-toggle small {
		color: var(--als-muted);
		font-size: 7.5px;
		font-weight: 600;
	}

	.alspe-source-header {
		display: block;
	}

	.alspe-source-links {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		margin-top: 10px;
	}

	.alspe-source-links a {
		justify-content: space-between;
		width: 100%;
		white-space: normal;
	}

	.alspe-review-meta {
		grid-template-columns: 1fr !important;
		gap: 6px;
		margin-top: 12px;
		padding-top: 12px;
	}

	.alspe-faq-list details {
		border-radius: 11px;
	}

	.alspe-faq-list summary {
		min-height: 48px;
		padding: 11px 12px;
		font-size: 10px;
		line-height: 1.75;
	}

	.alspe-review-summary {
		display: grid;
		gap: 11px;
	}

	.alspe-open-review {
		width: 100%;
	}

	/* Put the purchase bar above the chat widget instead of underneath it. */
	.alspe-mobile-buybar {
		right: max(8px, env(safe-area-inset-right)) !important;
		bottom: calc(70px + env(safe-area-inset-bottom)) !important;
		left: max(8px, env(safe-area-inset-left)) !important;
		z-index: 9997;
		gap: 7px;
		padding: 7px;
		border-radius: 14px;
	}

	.alspe-mobile-price {
		font-size: 10px;
		line-height: 1.45;
	}

	.alspe-mobile-buybar button {
		min-width: 118px;
		min-height: 42px;
		font-size: 9.5px;
	}
}

@media (max-width: 390px) {
	.alspe-shell {
		width: calc(100% - 12px) !important;
	}

	.alspe-main-image {
		height: min(108vw, 390px) !important;
		max-height: 390px !important;
	}

	.alspe-hero-highlights {
		grid-template-columns: 1fr;
	}

	.alspe-trust-strip {
		grid-template-columns: 1fr;
	}

	.alspe-trust-strip span {
		justify-content: flex-start;
	}

	.alspe-spec-card {
		gap: 6px;
		padding: 8px;
	}

	.alspe-spec-icon {
		flex-basis: 29px;
		width: 29px;
		height: 29px;
	}

	.alspe-spec-card strong,
	.alspe-technical-row strong {
		font-size: 8.8px;
	}

	.alspe-mobile-buybar button {
		min-width: 108px;
	}
}

/* =========================================================
   ALS Product Engine 0.9.0 — sticky navigation + chat-safe
   mobile purchase bar
   ========================================================= */

/* The quick navigation remains centered and available while scrolling. */
.alspe-anchor-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 12px;
	z-index: 990;
	justify-content: center;
	width: max-content;
	max-width: min(100%, calc(100vw - 24px));
	margin-right: auto;
	margin-left: auto;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 10px 30px rgba(8, 59, 107, .10);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	overscroll-behavior-inline: contain;
}

body.admin-bar .alspe-anchor-nav {
	top: 44px;
}

.alspe-anchor-nav a {
	text-align: center;
}

.alspe-anchor-nav a.is-active {
	background: var(--als-brand);
	color: #fff;
}

.alspe-section {
	scroll-margin-top: 94px;
}

@media (max-width: 782px) {
	body.admin-bar .alspe-anchor-nav {
		top: 56px;
	}
}

@media (max-width: 767px) {
	.alspe-page {
		padding-bottom: calc(86px + env(safe-area-inset-bottom)) !important;
	}

	.alspe-anchor-nav {
		top: 8px;
		justify-content: center !important;
		width: max-content !important;
		max-width: calc(100vw - 20px) !important;
		margin-top: 12px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 4px !important;
		border-radius: 999px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}

	body.admin-bar .alspe-anchor-nav {
		top: 54px;
	}

	.alspe-anchor-nav::-webkit-scrollbar {
		display: none;
	}

	.alspe-anchor-nav a {
		padding: 7px 10px;
		font-size: 8px;
		white-space: nowrap;
	}

	.alspe-section {
		scroll-margin-top: 88px !important;
	}

	/* One fixed white bar: support slot on the right, then price and CTA. */
	.alspe-mobile-buybar {
		right: max(7px, env(safe-area-inset-right)) !important;
		bottom: calc(7px + env(safe-area-inset-bottom)) !important;
		left: max(7px, env(safe-area-inset-left)) !important;
		display: flex !important;
		align-items: stretch !important;
		direction: rtl;
		gap: 7px !important;
		min-height: 58px;
		padding: 6px !important;
		background: rgba(255, 255, 255, .98) !important;
		border: 1px solid rgba(14, 77, 137, .14) !important;
		border-radius: 16px !important;
		box-shadow: 0 14px 40px rgba(8, 59, 107, .18) !important;
		z-index: 9997 !important;
	}

	.alspe-mobile-support-slot {
		display: block;
		flex: 0 0 64px;
		width: 64px;
		min-width: 64px;
		min-height: 46px;
		border-radius: 12px;
	}

	.alspe-mobile-buy-content {
		display: grid;
		grid-template-columns: minmax(82px, .8fr) minmax(122px, 1.35fr);
		align-items: center;
		gap: 7px;
		min-width: 0;
		flex: 1 1 auto;
		direction: rtl;
	}

	.alspe-mobile-price {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		padding: 0 3px;
		color: var(--als-text);
		font-size: 11px !important;
		font-weight: 900;
		line-height: 1.45;
		text-align: center;
		white-space: nowrap;
	}

	.alspe-mobile-price .amount,
	.alspe-mobile-price bdi {
		white-space: nowrap;
	}

	.alspe-mobile-buybar button {
		width: 100%;
		min-width: 0 !important;
		min-height: 46px !important;
		padding: 0 10px !important;
		border-radius: 12px !important;
		font-size: 9.5px !important;
		white-space: nowrap;
	}

	/* Chaty: keep only the circular support trigger inside the reserved slot. */
	body.alspe-product-layout .chaty-widget,
	body.alspe-product-layout [id^="chaty-widget-"] {
		right: max(12px, env(safe-area-inset-right)) !important;
		bottom: calc(12px + env(safe-area-inset-bottom)) !important;
		left: auto !important;
		z-index: 10001 !important;
	}

	body.alspe-product-layout .chaty-widget .chaty-tooltip,
	body.alspe-product-layout .chaty-widget .chaty-tooltip-text,
	body.alspe-product-layout .chaty-widget .chaty-widget-i-title,
	body.alspe-product-layout .chaty-widget .on-hover-text,
	body.alspe-product-layout [id^="chaty-widget-"] .chaty-tooltip,
	body.alspe-product-layout [id^="chaty-widget-"] .chaty-tooltip-text,
	body.alspe-product-layout [id^="chaty-widget-"] .chaty-widget-i-title,
	body.alspe-product-layout [id^="chaty-widget-"] .on-hover-text {
		display: none !important;
	}
}

@media (max-width: 390px) {
	.alspe-mobile-support-slot {
		flex-basis: 58px;
		width: 58px;
		min-width: 58px;
	}

	.alspe-mobile-buy-content {
		grid-template-columns: minmax(76px, .76fr) minmax(108px, 1.24fr);
		gap: 6px;
	}

	.alspe-mobile-price {
		font-size: 10px !important;
	}

	.alspe-mobile-buybar button {
		font-size: 9px !important;
	}
}

/* =========================================================
   ALS Product Engine 0.9.1 — inline support and consultation
   ========================================================= */

.alspe-contact-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 14px;
	padding: 13px 14px;
	background: linear-gradient(135deg, #f5faff 0%, #eef6ff 100%);
	border: 1px solid rgba(14, 77, 137, .13);
	border-radius: 14px;
}

.alspe-contact-panel-copy {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.alspe-contact-panel-icon {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	background: var(--als-brand);
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(14, 77, 137, .18);
	color: #fff;
}

.alspe-contact-panel-icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.alspe-contact-panel-copy strong,
.alspe-contact-panel-copy small {
	display: block;
}

.alspe-contact-panel-copy strong {
	color: var(--als-text);
	font-size: 10px;
	font-weight: 900;
}

.alspe-contact-panel-copy small {
	margin-top: 3px;
	color: var(--als-muted);
	font-size: 8px;
	line-height: 1.65;
}

.alspe-contact-panel-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 6px;
}

.alspe-contact-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 11px;
	background: #fff;
	border: 1px solid rgba(14, 77, 137, .14);
	border-radius: 10px;
	box-shadow: none;
	color: var(--als-brand);
	font: inherit;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.alspe-contact-link:hover,
.alspe-contact-link:focus-visible {
	background: var(--als-brand);
	border-color: var(--als-brand);
	color: #fff;
}

.alspe-mobile-support-menu {
	display: none;
}

@media (max-width: 767px) {
	/* The desktop consultation block is replaced by the compact mobile launcher. */
	.alspe-contact-panel {
		display: none !important;
	}

	.alspe-mobile-buybar {
		position: fixed !important;
		overflow: visible !important;
	}

	.alspe-mobile-support-slot {
		display: grid !important;
		place-items: center !important;
		flex: 0 0 58px !important;
		width: 58px !important;
		min-width: 58px !important;
		min-height: 46px !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 12px !important;
		box-shadow: none !important;
		color: #fff !important;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.alspe-mobile-support-slot::before {
		content: "";
		position: absolute;
		width: 44px;
		height: 44px;
		background: var(--als-brand);
		border-radius: 50%;
		box-shadow: 0 8px 18px rgba(14, 77, 137, .24);
	}

	.alspe-mobile-support-slot svg {
		position: relative;
		z-index: 1;
		width: 23px;
		height: 23px;
		fill: currentColor;
	}

	.alspe-mobile-support-slot[aria-expanded="true"]::before {
		background: var(--als-brand-dark, #083b6b);
	}

	.alspe-mobile-support-menu {
		position: absolute;
		right: 0;
		bottom: calc(100% + 9px);
		display: block;
		width: min(282px, calc(100vw - 28px));
		padding: 12px;
		background: rgba(255, 255, 255, .99);
		border: 1px solid rgba(14, 77, 137, .16);
		border-radius: 17px;
		box-shadow: 0 18px 50px rgba(8, 59, 107, .24);
		direction: rtl;
		transform-origin: bottom right;
	}

	.alspe-mobile-support-menu[hidden] {
		display: none !important;
	}

	.alspe-mobile-support-head {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--als-border);
	}

	.alspe-mobile-support-head strong,
	.alspe-mobile-support-head small {
		display: block;
	}

	.alspe-mobile-support-head strong {
		color: var(--als-text);
		font-size: 12px;
		font-weight: 900;
	}

	.alspe-mobile-support-head small {
		margin-top: 3px;
		color: var(--als-muted);
		font-size: 8px;
		line-height: 1.6;
	}

	.alspe-mobile-support-head button {
		flex: 0 0 30px !important;
		width: 30px !important;
		min-width: 30px !important;
		min-height: 30px !important;
		padding: 0 !important;
		background: var(--als-surface-soft) !important;
		border: 1px solid var(--als-border) !important;
		border-radius: 9px !important;
		color: var(--als-text) !important;
		font-size: 18px !important;
		font-weight: 500 !important;
		line-height: 1 !important;
	}

	.alspe-mobile-support-links {
		display: grid;
		gap: 7px;
		margin-top: 10px;
	}

	.alspe-support-option {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 45px;
		padding: 8px 11px;
		background: #f8fafc;
		border: 1px solid var(--als-border);
		border-radius: 11px;
		color: var(--als-text);
		text-decoration: none !important;
	}

	.alspe-support-option span {
		font-size: 9px;
		font-weight: 900;
	}

	.alspe-support-option small {
		color: var(--als-muted);
		font-size: 8px;
		direction: ltr;
	}

	.alspe-support-option:hover,
	.alspe-support-option:focus-visible {
		background: var(--als-brand-soft);
		border-color: rgba(14, 77, 137, .25);
	}

	/* Mobile uses the support button inside the sticky purchase bar. */
	body.alspe-product-layout .chaty-widget,
	body.alspe-product-layout [id^="chaty-widget-"],
	body.alspe-product-layout [class*="chaty-widget-container"] {
		display: none !important;
	}
}

@media (max-width: 390px) {
	.alspe-mobile-support-slot {
		flex-basis: 54px !important;
		width: 54px !important;
		min-width: 54px !important;
	}

	.alspe-mobile-support-slot::before {
		width: 42px;
		height: 42px;
	}
}

/* =========================================================
   ALS Product Engine 0.10.1 — final design and SEO audit
   Compact, brand-aligned, cross-browser and mobile-safe layer.
   ========================================================= */

body.alspe-product-layout {
	--als-brand: #0e4d89;
	--als-brand-deep: #083b6b;
	--als-brand-soft: #eef5fb;
	--als-action: #be070b;
	--als-action-hover: #930509;
	--als-bg: #f5f7f9;
	--als-surface: #fff;
	--als-surface-soft: #fafbfc;
	--als-text: #172334;
	--als-text-secondary: #5a6675;
	--als-muted: #87909c;
	--als-border: #e3e8ed;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden;
}

@supports (overflow: clip) {
	body.alspe-product-layout {
		overflow-x: clip;
	}
}

.alspe-page,
.alspe-page *,
.alspe-page *::before,
.alspe-page *::after {
	box-sizing: border-box;
}

.alspe-page,
.alspe-shell,
.alspe-hero,
.alspe-hero > *,
.alspe-section,
.alspe-summary,
.alspe-gallery-card,
.alspe-score-card,
.alspe-source-card,
.alspe-reviews-section {
	min-width: 0;
	max-width: 100%;
}

.alspe-page img,
.alspe-page svg,
.alspe-page video,
.alspe-page iframe {
	max-width: 100%;
}

.alspe-shell {
	width: min(1180px, calc(100% - 32px));
}

.alspe-specs-section,
.alspe-alternatives-section {
	width: min(1180px, 100%);
}

.alspe-medium-section,
.alspe-content-section,
.alspe-technical-section,
.alspe-faq-section {
	width: min(920px, 100%);
}

.alspe-narrow-section,
.alspe-source-card,
.alspe-reviews-section {
	width: min(820px, 100%);
}

.alspe-section {
	margin-top: 36px;
}

.alspe-section-heading,
.alspe-section-heading--centered {
	margin-bottom: 14px;
}

/* Scores: one compact card containing the overall score and all six bars. */
.alspe-score-card {
	width: 100%;
	max-width: 820px;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 18px;
	padding: 18px;
	border: 1px solid var(--als-border);
	border-radius: 18px;
	box-shadow: 0 8px 26px rgba(16, 44, 73, .035);
}

.alspe-overall-score {
	min-height: 190px;
}

.alspe-score-list {
	align-content: center;
}

/* Advice and conclusion: bright surfaces, equal-height insight cards. */
.alspe-verdict-card {
	background: var(--als-brand-soft);
	border: 1px solid #d9e7f3;
	box-shadow: 0 8px 24px rgba(14, 77, 137, .035);
}

.alspe-insight-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.alspe-insight-card {
	height: 100%;
	background: var(--als-surface);
}

/* Technologies: only name, description and source are rendered by PHP. */
.alspe-tech-accordion {
	grid-template-columns: 1fr;
	gap: 8px;
}

.alspe-tech-item {
	background: var(--als-surface);
	border: 1px solid var(--als-border);
	border-radius: 13px;
	box-shadow: none;
}

.alspe-tech-item[open] {
	background: #fbfdff;
	border-color: #ccdfee;
	box-shadow: 0 6px 20px rgba(14, 77, 137, .035);
}

/* Full review: 820px text width and exact requested collapsed heights. */
.alspe-prose {
	width: min(820px, 100%);
	margin-inline: auto;
}

.alspe-review-collapsible.is-collapsed [data-alspe-review-content] {
	max-height: 650px;
}

/* Alternatives: equal cards and aligned CTA positions. */
.alspe-alternative-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 12px;
}

.alspe-alternative-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
}

.alspe-alternative-card h3 {
	display: -webkit-box;
	min-height: 58px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.alspe-alt-price {
	margin-top: auto;
}

.alspe-alt-button {
	width: 100%;
	margin-top: 10px;
}

/* Specifications: two desktop columns; compact one-column mobile list. */
.alspe-technical-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.alspe-technical-row,
.alspe-technical-row--mobile-extra {
	display: flex;
}

.alspe-technical-toggle {
	display: none;
}

/* Sources: compact 820px card; duplicate URLs are removed in PHP. */
.alspe-source-card {
	padding: 20px 22px;
}

.alspe-source-links {
	gap: 6px;
}

.alspe-source-links a {
	min-height: 36px;
	padding: 7px 10px;
}

/* Empty comments state stays short until the visitor opens the form. */
.alspe-reviews-section--empty {
	padding: 18px 20px;
}

.alspe-reviews-section--empty .alspe-review-summary {
	align-items: center;
}

/* Desktop support: explicit compact channels, no large “contact ways” button. */
.alspe-contact-panel {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 12px;
	padding: 12px;
	background: var(--als-brand-soft);
	border: 1px solid #d9e7f3;
	border-radius: 14px;
	box-shadow: none;
}

.alspe-contact-panel-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.alspe-contact-link {
	width: 100%;
	min-height: 34px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #d7e3ee;
	border-radius: 10px;
	color: var(--als-brand);
	font-size: 8.5px;
	font-weight: 800;
	white-space: nowrap;
}

.alspe-contact-link--phone {
	direction: rtl;
}

/* Sticky quick navigation remains centered on desktop and mobile. */
.alspe-anchor-nav {
	max-width: min(100%, calc(100vw - 24px));
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1023px) {
	.alspe-shell {
		width: min(100% - 26px, 980px);
	}

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

@media (max-width: 840px) and (min-width: 768px) {
	.alspe-alternative-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.alspe-page {
		padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.alspe-shell {
		width: calc(100% - 18px) !important;
		max-width: 720px;
	}

	.alspe-section {
		margin-top: 28px !important;
	}

	.alspe-medium-section,
	.alspe-content-section,
	.alspe-technical-section,
	.alspe-faq-section,
	.alspe-narrow-section,
	.alspe-source-card,
	.alspe-reviews-section {
		width: 100% !important;
		max-width: 100% !important;
	}

	.alspe-score-card {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 15px;
	}

	.alspe-overall-score {
		min-height: auto;
		padding: 10px;
	}

	.alspe-insight-grid {
		grid-template-columns: 1fr;
	}

	.alspe-review-collapsible.is-collapsed [data-alspe-review-content] {
		max-height: 480px !important;
	}

	.alspe-alternative-grid {
		display: grid !important;
		grid-auto-flow: column !important;
		grid-auto-columns: min(86%, 310px) !important;
		grid-template-columns: none !important;
		gap: 9px !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 1px 1px 8px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 1px;
		scrollbar-width: none;
	}

	.alspe-alternative-grid::-webkit-scrollbar {
		display: none;
	}

	.alspe-alternative-card {
		width: 100%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.alspe-technical-grid {
		grid-template-columns: 1fr !important;
		gap: 6px !important;
	}

	.alspe-technical-row {
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 12px !important;
		min-height: 46px !important;
		padding: 9px 11px !important;
	}

	.alspe-technical-row span {
		flex: 0 0 42%;
		font-size: 8px;
		line-height: 1.55;
	}

	.alspe-technical-row strong {
		flex: 1 1 auto;
		min-width: 0;
		font-size: 9.5px;
		line-height: 1.55;
		text-align: left !important;
		overflow-wrap: anywhere !important;
		word-break: normal !important;
	}

	.alspe-technical-row--mobile-extra {
		display: none !important;
	}

	.alspe-technical-section.is-expanded .alspe-technical-row--mobile-extra {
		display: flex !important;
	}

	.alspe-technical-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		width: 100%;
		min-height: 44px;
		margin-top: 9px;
		padding: 0 12px;
		background: var(--als-brand-soft);
		border: 1px solid #d6e4f1;
		border-radius: 11px;
		color: var(--als-brand);
		font-size: 10px;
		font-weight: 800;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	.alspe-source-card,
	.alspe-reviews-section,
	.alspe-content-section,
	.alspe-technical-section,
	.alspe-faq-section {
		padding: 16px 12px !important;
	}

	.alspe-source-header {
		display: block;
	}

	.alspe-source-links,
	.alspe-review-meta {
		grid-template-columns: 1fr !important;
	}

	.alspe-reviews-section--empty {
		padding: 15px 12px !important;
	}

	.alspe-native-reviews textarea,
	.alspe-native-reviews input[type="text"],
	.alspe-native-reviews input[type="email"],
	.alspe-native-reviews input[type="url"],
	.alspe-native-reviews select,
	.alspe-cart-form input,
	.alspe-cart-form select,
	.alspe-cart-form textarea {
		font-size: 16px !important;
	}

	.alspe-anchor-nav {
		justify-content: flex-start !important;
		width: max-content !important;
		max-width: calc(100vw - 20px) !important;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.alspe-mobile-buybar {
		right: max(7px, env(safe-area-inset-right, 0px)) !important;
		bottom: calc(7px + env(safe-area-inset-bottom, 0px)) !important;
		left: max(7px, env(safe-area-inset-left, 0px)) !important;
	}

	.alspe-mobile-support-menu {
		width: min(282px, calc(100vw - 28px));
		max-height: min(420px, calc(100vh - 120px));
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	/* The ALS support slot replaces the separate Chaty launcher on mobile. */
	body.alspe-product-layout .chaty-widget,
	body.alspe-product-layout [id^="chaty-widget-"],
	body.alspe-product-layout [class*="chaty-widget-container"] {
		display: none !important;
	}
}

@media (max-width: 390px) {
	.alspe-shell {
		width: calc(100% - 12px) !important;
	}

	.alspe-mobile-buy-content {
		grid-template-columns: minmax(74px, .72fr) minmax(106px, 1.28fr) !important;
	}

	.alspe-mobile-price {
		font-size: 9.5px !important;
	}

	.alspe-mobile-buybar button {
		font-size: 8.8px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alspe-page *,
	.alspe-page *::before,
	.alspe-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}


/* =========================================================
   ALS Product Engine 0.10.2 — blue purchase CTA + persistent
   quick navigation on desktop and mobile
   ========================================================= */

/* Keep horizontal clipping on the document, not on the sticky-nav ancestor. */
body.alspe-product-layout {
	overflow-x: hidden;
}

@supports (overflow: clip) {
	body.alspe-product-layout {
		overflow-x: clip;
	}
}

body.alspe-product-layout .alspe-page {
	overflow: visible !important;
}

/* The primary purchase action follows the blue brand system. */
body.alspe-product-layout .alspe-cart-form .single_add_to_cart_button,
body.alspe-product-layout .alspe-mobile-buybar [data-alspe-sticky-buy] {
	background: var(--als-brand) !important;
	border-color: var(--als-brand) !important;
	color: #fff !important;
}

body.alspe-product-layout .alspe-cart-form .single_add_to_cart_button:hover,
body.alspe-product-layout .alspe-cart-form .single_add_to_cart_button:focus-visible,
body.alspe-product-layout .alspe-mobile-buybar [data-alspe-sticky-buy]:hover,
body.alspe-product-layout .alspe-mobile-buybar [data-alspe-sticky-buy]:focus-visible {
	background: var(--als-brand-deep) !important;
	border-color: var(--als-brand-deep) !important;
}

body.alspe-product-layout .alspe-cart-form .single_add_to_cart_button.disabled,
body.alspe-product-layout .alspe-cart-form .single_add_to_cart_button:disabled,
body.alspe-product-layout .alspe-mobile-buybar [data-alspe-sticky-buy]:disabled {
	opacity: .58;
	cursor: not-allowed;
}

/* Quick section navigation stays available throughout the product page. */
body.alspe-product-layout .alspe-anchor-nav {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: var(--alspe-nav-top, 12px) !important;
	z-index: 9800 !important;
	align-self: flex-start;
	width: fit-content !important;
	max-width: min(calc(100vw - 24px), 100%) !important;
	margin-inline: auto !important;
	isolation: isolate;
}

body.alspe-product-layout .alspe-anchor-nav a[aria-current="location"] {
	background: var(--als-brand);
	color: #fff;
}

body.alspe-product-layout .alspe-section[id] {
	scroll-margin-top: calc(var(--alspe-nav-top, 12px) + 66px) !important;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-anchor-nav {
		top: var(--alspe-nav-top, 8px) !important;
		justify-content: flex-start !important;
		width: fit-content !important;
		max-width: calc(100vw - 18px) !important;
		padding: 4px !important;
		box-shadow: 0 8px 24px rgba(8, 59, 107, .13) !important;
	}

	body.alspe-product-layout .alspe-anchor-nav a {
		min-height: 34px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	body.alspe-product-layout .alspe-section[id] {
		scroll-margin-top: calc(var(--alspe-nav-top, 8px) + 58px) !important;
	}
}


/* ===========================
   v0.18.5 — final product typography and desktop section width alignment
=========================== */
@media (min-width: 1024px) {
	.alspe-medium-section,
	.alspe-content-section,
	.alspe-technical-section,
	.alspe-faq-section,
	.alspe-narrow-section,
	.alspe-source-card,
	.alspe-reviews-section {
		width: min(1180px, 100%);
		max-width: 1180px;
	}

	.alspe-score-card {
		max-width: none;
	}

	.alspe-prose {
		width: min(1040px, 100%);
	}
}

/* =========================================================
   ALS Product Engine 0.18.7 — product UI polish requested
   ========================================================= */

/* Keep the overall score ring clean; remove the decorative dot. */
body.alspe-product-layout .alspe-score-ring::after {
	display: none !important;
	content: none !important;
}

/* Price is centered and visually aligned with the purchase CTA. */
body.alspe-product-layout .alspe-price {
	width: 100%;
	justify-content: center !important;
	text-align: center !important;
	margin-bottom: 12px;
}

/* Never expose stock quantity. Available products remain purchasable;
   unavailable variations can still show the out-of-stock message. */
body.alspe-product-layout .alspe-stock-detail,
body.alspe-product-layout .woocommerce-variation-availability .stock.in-stock {
	display: none !important;
}

body.alspe-product-layout .woocommerce-variation-availability .stock.out-of-stock {
	display: block !important;
	margin: 8px 0 0;
	color: var(--als-warning);
	font-size: 11px;
	font-weight: 800;
	text-align: center;
}

/* All main product image frames use exactly the same responsive ratio. */
body.alspe-product-layout .alspe-main-image {
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 1 / 1.02;
}

body.alspe-product-layout .alspe-main-image > img,
body.alspe-product-layout .alspe-main-image--placeholder img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center !important;
}

/* Slightly larger summary box typography where there is available space. */
body.alspe-product-layout .alspe-hero-highlights li {
	font-size: 10.5px;
	line-height: 1.72;
}

body.alspe-product-layout .alspe-trust-strip {
	font-size: 10.5px;
}

body.alspe-product-layout .alspe-product-meta {
	font-size: 10px;
}

/* Compact support title, with all contact channels in one desktop row. */
body.alspe-product-layout .alspe-contact-panel-copy strong {
	font-size: 12px;
	line-height: 1.5;
}

body.alspe-product-layout .alspe-contact-panel-actions {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 6px !important;
}

body.alspe-product-layout .alspe-contact-link {
	min-width: 0;
	min-height: 38px;
	padding-inline: 5px;
	font-size: 10px;
	white-space: nowrap;
}

/* Alternatives are ordered by PHP as professional, economic, suggested.
   Their type is now a full-width visual bar rather than a tiny pill. */
body.alspe-product-layout .alspe-alternative-card {
	padding: 0 13px 13px !important;
	overflow: hidden;
}

body.alspe-product-layout .alspe-alt-label {
	position: static !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% + 26px);
	min-height: 34px;
	margin: 0 -13px 12px;
	padding: 7px 10px;
	border-radius: 0 !important;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

body.alspe-product-layout .alspe-alt-label--premium {
	background: var(--als-brand-deep);
	color: #fff;
}

body.alspe-product-layout .alspe-alt-label--budget {
	background: #eef8dc;
	border-bottom: 1px solid #d7eaa5;
	color: #44640b;
}

body.alspe-product-layout .alspe-alt-label--compare {
	background: #eaf4fc;
	border-bottom: 1px solid #cfe1f0;
	color: var(--als-brand-deep);
}

/* Full specifications are more readable on desktop and mobile. */
body.alspe-product-layout .alspe-technical-row {
	min-height: 56px;
	padding: 12px 14px;
}

body.alspe-product-layout .alspe-technical-row span {
	font-size: 11px;
	line-height: 1.65;
}

body.alspe-product-layout .alspe-technical-row strong {
	font-size: 12px;
	line-height: 1.72;
}

body.alspe-product-layout .alspe-technical-section .alspe-section-heading p {
	font-size: 12px;
}

/* Reliable golden stars without depending on the theme's icon font. */
body.alspe-product-layout .star-rating {
	position: relative !important;
	display: inline-block !important;
	float: none !important;
	width: 6.15em !important;
	height: 1.22em !important;
	max-width: 100% !important;
	overflow: hidden !important;
	color: #d9dee5 !important;
	font-family: Arial, Tahoma, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.22 !important;
	letter-spacing: .08em !important;
	direction: ltr !important;
	text-align: left !important;
	vertical-align: middle;
}

body.alspe-product-layout .star-rating::before {
	content: "★★★★★" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	color: #d9dee5 !important;
	font: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
}

body.alspe-product-layout .star-rating span {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	overflow: hidden !important;
	padding-top: 1.35em !important;
	color: #f4b400 !important;
	white-space: nowrap !important;
}

body.alspe-product-layout .star-rating span::before {
	content: "★★★★★" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	color: #f4b400 !important;
	font: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	text-indent: 0 !important;
}

body.alspe-product-layout .alspe-rating .star-rating {
	margin: 0 !important;
}

body.alspe-product-layout .alspe-native-reviews .comment-text .star-rating {
	display: block !important;
	margin: 0 0 9px auto !important;
}

/* Review form stars: clean, gold and contained inside the form. */
body.alspe-product-layout .alspe-native-reviews p.stars {
	margin: 8px 0 14px !important;
	line-height: 1 !important;
}

body.alspe-product-layout .alspe-native-reviews p.stars span {
	display: inline-flex !important;
	gap: 3px;
	direction: ltr;
}

body.alspe-product-layout .alspe-native-reviews p.stars a {
	position: relative !important;
	display: inline-grid !important;
	place-items: center;
	width: 27px !important;
	height: 27px !important;
	margin: 0 !important;
	overflow: hidden !important;
	color: transparent !important;
	font-size: 0 !important;
	text-decoration: none !important;
}

body.alspe-product-layout .alspe-native-reviews p.stars a::before {
	content: "★" !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	color: #d9dee5 !important;
	font-family: Arial, Tahoma, sans-serif !important;
	font-size: 24px !important;
	line-height: 1 !important;
}

body.alspe-product-layout .alspe-native-reviews p.stars:hover a::before,
body.alspe-product-layout .alspe-native-reviews p.stars.selected a::before {
	color: #f4b400 !important;
}

body.alspe-product-layout .alspe-native-reviews p.stars a:hover ~ a::before,
body.alspe-product-layout .alspe-native-reviews p.stars.selected a.active ~ a::before {
	color: #d9dee5 !important;
}

/* Smaller, better-proportioned review action. */
body.alspe-product-layout .alspe-open-review {
	width: auto !important;
	min-width: 0 !important;
	min-height: 36px !important;
	padding: 0 13px !important;
	border-radius: 9px !important;
	font-size: 10px !important;
	line-height: 1 !important;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-technical-row {
		min-height: 52px !important;
		padding: 11px 12px !important;
	}

	body.alspe-product-layout .alspe-technical-row span {
		font-size: 10px !important;
		line-height: 1.62 !important;
	}

	body.alspe-product-layout .alspe-technical-row strong {
		font-size: 11.5px !important;
		line-height: 1.65 !important;
	}

	body.alspe-product-layout .alspe-technical-section .alspe-section-heading p {
		font-size: 11px !important;
	}

	body.alspe-product-layout .alspe-open-review {
		justify-self: start;
	}
}


/* =========================================================
   ALS Product Engine 0.18.8 — ratings, stock and mobile nav
   ========================================================= */

/* Hide every positive stock quantity/message inside the purchase form.
   Out-of-stock status remains visible and actionable. */
body.alspe-product-layout .alspe-cart-form p.stock.in-stock,
body.alspe-product-layout .alspe-cart-form .stock.in-stock,
body.alspe-product-layout .alspe-cart-form p.stock.available-on-backorder,
body.alspe-product-layout .alspe-cart-form .stock.available-on-backorder,
body.alspe-product-layout .woocommerce-variation-availability p.stock.in-stock,
body.alspe-product-layout .woocommerce-variation-availability p.stock.available-on-backorder {
	display: none !important;
}

body.alspe-product-layout .alspe-cart-form p.stock.out-of-stock,
body.alspe-product-layout .alspe-cart-form .stock.out-of-stock,
body.alspe-product-layout .woocommerce-variation-availability p.stock.out-of-stock {
	display: block !important;
	width: 100%;
	margin: 8px 0 12px !important;
	color: var(--als-warning) !important;
	font-weight: 800 !important;
	text-align: center !important;
}

/* A self-contained star renderer. It resets theme text-shadows, icon fonts,
   duplicate pseudo elements and transforms while preserving WooCommerce's
   inline percentage width on the inner span. */
body.alspe-product-layout .star-rating {
	position: relative !important;
	display: inline-block !important;
	float: none !important;
	width: 88px !important;
	height: 18px !important;
	min-width: 88px !important;
	max-width: 88px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
	opacity: 1 !important;
	color: transparent !important;
	font-family: Arial, "Segoe UI Symbol", Tahoma, sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 18px !important;
	letter-spacing: 1px !important;
	direction: ltr !important;
	text-align: left !important;
	text-indent: 0 !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 transparent !important;
	vertical-align: middle !important;
}

body.alspe-product-layout .star-rating::before {
	content: "★★★★★" !important;
	position: absolute !important;
	inset: 0 auto auto 0 !important;
	display: block !important;
	width: 88px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
	opacity: 1 !important;
	color: #d7dde5 !important;
	font: inherit !important;
	line-height: 18px !important;
	letter-spacing: 1px !important;
	text-indent: 0 !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 transparent !important;
	white-space: nowrap !important;
}

body.alspe-product-layout .star-rating::after,
body.alspe-product-layout .star-rating span::after {
	display: none !important;
	content: none !important;
}

body.alspe-product-layout .star-rating span {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	height: 18px !important;
	max-width: 88px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
	opacity: 1 !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	text-shadow: none !important;
	white-space: nowrap !important;
}

body.alspe-product-layout .star-rating span::before {
	content: "★★★★★" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	width: 88px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
	opacity: 1 !important;
	color: #f5b400 !important;
	font-family: Arial, "Segoe UI Symbol", Tahoma, sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 18px !important;
	letter-spacing: 1px !important;
	text-indent: 0 !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 transparent !important;
	white-space: nowrap !important;
}

body.alspe-product-layout .alspe-rating .star-rating {
	margin: 0 !important;
}

body.alspe-product-layout .alspe-native-reviews .comment-text .star-rating {
	display: block !important;
	margin: 0 0 10px auto !important;
}

/* Review-input stars use the same clean gold and no inherited theme shadow. */
body.alspe-product-layout .alspe-native-reviews p.stars,
body.alspe-product-layout .alspe-native-reviews p.stars span,
body.alspe-product-layout .alspe-native-reviews p.stars a,
body.alspe-product-layout .alspe-native-reviews p.stars a::before,
body.alspe-product-layout .alspe-native-reviews p.stars a::after {
	box-shadow: none !important;
	filter: none !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 transparent !important;
}

body.alspe-product-layout .alspe-native-reviews p.stars a::after {
	display: none !important;
	content: none !important;
}

.alspe-anchor-nav-placeholder {
	display: none;
	height: 0;
}

@media (max-width: 767px) {
	.alspe-anchor-nav-placeholder {
		display: block;
		width: 100%;
		height: 0;
	}

	/* JavaScript changes this same navigation from its normal flow position
	   to a fixed top bar only after the user scrolls past it. */
	body.alspe-product-layout .alspe-anchor-nav {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
	}

	body.alspe-product-layout .alspe-anchor-nav.is-mobile-fixed {
		position: fixed !important;
		top: var(--alspe-nav-top, 8px) !important;
		left: 50% !important;
		z-index: 10020 !important;
		width: min(calc(100vw - 18px), 540px) !important;
		max-width: min(calc(100vw - 18px), 540px) !important;
		margin: 0 !important;
		transform: translateX(-50%) !important;
		background: rgba(255, 255, 255, .97) !important;
		box-shadow: 0 10px 28px rgba(8, 59, 107, .18) !important;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	body.alspe-product-layout .alspe-anchor-nav.is-mobile-fixed a {
		min-height: 36px;
	}
}

/* =========================================================
   ALS Product Engine 0.19.0 — Operational Phase 1
   Purchase assurance near price
========================================================= */
.alspe-purchase-assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}

.alspe-assurance-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	padding: 10px 11px;
	border: 1px solid var(--alspe-border, #dbe8f3);
	border-radius: 11px;
	background: #f8fbfe;
}

.alspe-assurance-item small {
	color: #6b7d90;
	font-size: 10px;
	font-weight: 700;
}

.alspe-assurance-item strong {
	color: #0a3765;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.alspe-purchase-assurance {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.alspe-assurance-item {
		padding: 9px 10px;
	}

	.alspe-assurance-item small {
		font-size: 9px;
	}

	.alspe-assurance-item strong {
		font-size: 11px;
	}
}

/* =========================================================
   ALS Product Engine 0.19.1 — variable product mobile polish
   ========================================================= */
body.alspe-product-layout .alspe-cart-form form.cart,
body.alspe-product-layout .alspe-cart-form form.variations_form {
	width: 100% !important;
	max-width: none !important;
}

body.alspe-product-layout .alspe-cart-form form.variations_form {
	display: block !important;
}

body.alspe-product-layout .alspe-cart-form table.variations {
	display: table !important;
	width: 100% !important;
	margin: 0 0 12px !important;
	border-collapse: separate !important;
	border-spacing: 0 8px !important;
}

body.alspe-product-layout .alspe-cart-form table.variations tbody {
	display: table-row-group !important;
}

body.alspe-product-layout .alspe-cart-form table.variations tr {
	display: table-row !important;
	margin: 0 !important;
}

body.alspe-product-layout .alspe-cart-form table.variations th,
body.alspe-product-layout .alspe-cart-form table.variations td {
	display: table-cell !important;
	padding: 5px 0 !important;
	vertical-align: middle !important;
}

body.alspe-product-layout .alspe-cart-form table.variations th.label {
	width: 88px !important;
	padding-inline-end: 10px !important;
	text-align: right !important;
}

body.alspe-product-layout .alspe-cart-form table.variations td.value {
	width: auto !important;
	min-width: 0 !important;
}

body.alspe-product-layout .alspe-cart-form table.variations label {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 34px !important;
	margin: 0 !important;
	color: var(--als-text) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1.5 !important;
}

/* Common swatch plugins + ALS native fallback. */
body.alspe-product-layout .alspe-cart-form .variable-items-wrapper,
body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-ul,
body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-container,
body.alspe-product-layout .alspe-cart-form .vi-wpvs-variation-wrap,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch-list {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.alspe-product-layout .alspe-cart-form .variable-item,
body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-item-li,
body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-option,
body.alspe-product-layout .alspe-cart-form .vi-wpvs-option-wrap,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: auto !important;
	min-width: 44px !important;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 5px 10px !important;
	border: 1px solid #caddeb !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--als-text) !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
	cursor: pointer !important;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease !important;
	-webkit-tap-highlight-color: transparent;
}

body.alspe-product-layout .alspe-cart-form .variable-item:hover,
body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-item-li:hover,
body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-option:hover,
body.alspe-product-layout .alspe-cart-form .vi-wpvs-option-wrap:hover,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch:hover {
	border-color: var(--als-brand) !important;
	background: #f6faff !important;
	transform: translateY(-1px) !important;
}

body.alspe-product-layout .alspe-cart-form .variable-item.selected,
body.alspe-product-layout .alspe-cart-form .variable-item[aria-checked="true"],
body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-item-li.thwvsf-selected,
body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-option.cfvsw-selected-swatch,
body.alspe-product-layout .alspe-cart-form .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch.is-selected {
	border-color: var(--als-brand) !important;
	background: #eef6fd !important;
	box-shadow: 0 0 0 2px rgba(15, 76, 138, .14) !important;
	color: var(--als-brand-deep) !important;
}

body.alspe-product-layout .alspe-cart-form .variable-item.disabled,
body.alspe-product-layout .alspe-cart-form .variable-item.disabled:hover,
body.alspe-product-layout .alspe-cart-form .variable-item[aria-disabled="true"],
body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-item-li.thwvsf-disabled,
body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-option.cfvsw-swatches-disabled,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch:disabled {
	opacity: .38 !important;
	filter: grayscale(1) !important;
	transform: none !important;
	cursor: not-allowed !important;
}

body.alspe-product-layout .alspe-cart-form .variable-item.disabled::after,
body.alspe-product-layout .alspe-cart-form .variable-item[aria-disabled="true"]::after,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch:disabled::after {
	content: "" !important;
	position: absolute !important;
	inset: 50% 4px auto !important;
	height: 1px !important;
	background: #8a98a8 !important;
	transform: rotate(-25deg) !important;
	pointer-events: none !important;
}

body.alspe-product-layout .alspe-cart-form .variable-item:focus-visible,
body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-item-li:focus-visible,
body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-option:focus-visible,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch:focus-visible {
	outline: 3px solid rgba(157, 216, 0, .32) !important;
	outline-offset: 2px !important;
}

/* Color swatches remain compact and visually square. */
body.alspe-product-layout .alspe-cart-form .color-variable-item,
body.alspe-product-layout .alspe-cart-form .alspe-native-swatch--color {
	width: 42px !important;
	min-width: 42px !important;
	padding: 4px !important;
	border-radius: 10px !important;
}

body.alspe-product-layout .alspe-cart-form .variable-item-span-color,
body.alspe-product-layout .alspe-cart-form .thwvsf-item-span-color,
body.alspe-product-layout .alspe-cart-form .cfvsw-swatch-inner {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	border: 1px solid rgba(7, 37, 69, .16) !important;
	border-radius: 7px !important;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.48) !important;
}

body.alspe-product-layout .alspe-cart-form .alspe-native-swatch-color {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	border: 1px solid rgba(7, 37, 69, .16) !important;
	border-radius: 7px !important;
	background: var(--alspe-swatch-color, #eef3f7) !important;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.48) !important;
}

body.alspe-product-layout .alspe-cart-form .alspe-native-swatch-label {
	display: inline-block !important;
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.alspe-product-layout .alspe-cart-form select.alspe-enhanced-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.alspe-product-layout .alspe-cart-form .reset_variations {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 30px !important;
	margin: 8px 0 0 !important;
	padding: 0 9px !important;
	border: 1px solid var(--als-border) !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--als-brand) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body.alspe-product-layout .alspe-cart-form .single_variation_wrap,
body.alspe-product-layout .alspe-cart-form .woocommerce-variation,
body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart {
	width: 100% !important;
	max-width: 100% !important;
}

body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 76px minmax(0, 1fr) !important;
	align-items: stretch !important;
	gap: 8px !important;
}

body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .quantity {
	grid-column: 1 !important;
	width: 76px !important;
	min-width: 76px !important;
	margin: 0 !important;
}

body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .quantity .qty {
	width: 76px !important;
	min-width: 76px !important;
	height: 50px !important;
	min-height: 50px !important;
	margin: 0 !important;
}

body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	grid-column: 2 !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 50px !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding-inline: 12px !important;
	white-space: normal !important;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-cart-form table.variations,
	body.alspe-product-layout .alspe-cart-form table.variations tbody,
	body.alspe-product-layout .alspe-cart-form table.variations tr,
	body.alspe-product-layout .alspe-cart-form table.variations th,
	body.alspe-product-layout .alspe-cart-form table.variations td {
		display: block !important;
		width: 100% !important;
	}

	body.alspe-product-layout .alspe-cart-form table.variations {
		margin-bottom: 8px !important;
		border-spacing: 0 !important;
	}

	body.alspe-product-layout .alspe-cart-form table.variations tr {
		margin: 0 0 13px !important;
		padding: 11px !important;
		border: 1px solid #e4edf5 !important;
		border-radius: 12px !important;
		background: #f9fcff !important;
	}

	body.alspe-product-layout .alspe-cart-form table.variations th.label {
		padding: 0 0 8px !important;
	}

	body.alspe-product-layout .alspe-cart-form table.variations label {
		min-height: 0 !important;
		font-size: 12px !important;
	}

	body.alspe-product-layout .alspe-cart-form .variable-items-wrapper,
	body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-ul,
	body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-container,
	body.alspe-product-layout .alspe-cart-form .vi-wpvs-variation-wrap,
	body.alspe-product-layout .alspe-cart-form .alspe-native-swatch-list {
		gap: 7px !important;
	}

	body.alspe-product-layout .alspe-cart-form .variable-item,
	body.alspe-product-layout .alspe-cart-form .thwvsf-wrapper-item-li,
	body.alspe-product-layout .alspe-cart-form .cfvsw-swatches-option,
	body.alspe-product-layout .alspe-cart-form .vi-wpvs-option-wrap,
	body.alspe-product-layout .alspe-cart-form .alspe-native-swatch {
		flex: 1 1 48px !important;
		min-width: 48px !important;
		max-width: 100% !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 5px 8px !important;
		font-size: 11px !important;
	}

	body.alspe-product-layout .alspe-cart-form .color-variable-item,
	body.alspe-product-layout .alspe-cart-form .alspe-native-swatch--color {
		flex: 0 0 44px !important;
		width: 44px !important;
		min-width: 44px !important;
	}

	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-description {
		margin: 6px 0 9px !important;
		font-size: 11px !important;
		line-height: 1.8 !important;
	}

	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-price {
		display: flex !important;
		justify-content: center !important;
		width: 100% !important;
		margin: 4px 0 10px !important;
		text-align: center !important;
	}

	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart {
		grid-template-columns: 64px minmax(0, 1fr) !important;
		gap: 7px !important;
		width: 100% !important;
	}

	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .quantity,
	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .quantity .qty {
		width: 64px !important;
		min-width: 64px !important;
		height: 48px !important;
		min-height: 48px !important;
	}

	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		height: 48px !important;
		min-height: 48px !important;
		font-size: 11px !important;
		line-height: 1.45 !important;
	}
}

/* =========================================================
   ALS Product Engine 0.20.0 — Product decision UX + SEO phase
   ========================================================= */

/* Compact, factual rating summary: score, review count and verified purchases. */
body.alspe-product-layout .alspe-rating-row {
	margin-top: 10px !important;
}

body.alspe-product-layout .alspe-rating-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 9px;
	min-height: 36px;
	padding: 7px 10px;
	border: 1px solid #e2ebf3;
	border-radius: 10px;
	background: #f9fcff;
	color: var(--als-text-secondary);
	font-size: 11px;
	line-height: 1.5;
}

body.alspe-product-layout .alspe-rating-star {
	color: #f5b400;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 17px;
	line-height: 1;
	text-shadow: none !important;
}

body.alspe-product-layout .alspe-rating-summary strong {
	color: var(--als-text);
	font-size: 12px;
	font-weight: 900;
}

body.alspe-product-layout .alspe-rating-summary a {
	color: var(--als-brand);
	font-weight: 800;
	text-decoration: none;
}

body.alspe-product-layout .alspe-rating-summary small {
	padding: 3px 7px;
	border-radius: 999px;
	background: #e9f7ef;
	color: var(--als-success);
	font-size: 9px;
	font-weight: 800;
}

/* Purchase information follows the real mobile decision order. */
body.alspe-product-layout .alspe-buy-card {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

body.alspe-product-layout .alspe-buy-card .alspe-price {
	order: 1;
	margin: 0 !important;
}

body.alspe-product-layout .alspe-buy-card .alspe-stock-line {
	order: 2;
}

body.alspe-product-layout .alspe-buy-card .alspe-hero-highlights,
body.alspe-product-layout .alspe-buy-card .alspe-lead {
	order: 3;
	margin-top: 0 !important;
}

body.alspe-product-layout .alspe-buy-card .alspe-purchase-assurance {
	order: 4;
	margin-top: 0;
}

body.alspe-product-layout .alspe-buy-card .alspe-cart-form {
	order: 5;
}

body.alspe-product-layout .alspe-buy-card .alspe-product-meta {
	order: 6;
}

body.alspe-product-layout .alspe-stock-line {
	display: flex;
	justify-content: flex-start;
}

body.alspe-product-layout .alspe-stock-line .alspe-stock {
	position: static !important;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 10px;
	font-size: 10px;
}

/* Short answer first, full explanation only on demand. */
body.alspe-product-layout .alspe-fit-summary {
	margin-bottom: 0 !important;
}

body.alspe-product-layout .alspe-fit-details {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #e8eef4;
}

body.alspe-product-layout .alspe-fit-details summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid #cfdfed;
	border-radius: 10px;
	background: #f8fbfe;
	color: var(--als-brand);
	font-size: 10px;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

body.alspe-product-layout .alspe-fit-details summary::-webkit-details-marker { display: none; }
body.alspe-product-layout .alspe-fit-details summary::marker { display: none; content: ""; }

body.alspe-product-layout .alspe-fit-details ul {
	margin-top: 12px;
}

/* Consistent technology facts. */
body.alspe-product-layout .alspe-tech-facts {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
}

body.alspe-product-layout .alspe-tech-facts > div {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 9px;
	padding: 9px 10px;
	border: 1px solid #e8eef4;
	border-radius: 9px;
	background: #f9fcff;
}

body.alspe-product-layout .alspe-tech-facts dt {
	color: var(--als-brand-deep);
	font-size: 10px;
	font-weight: 900;
}

body.alspe-product-layout .alspe-tech-facts dd {
	margin: 0;
	color: var(--als-text-secondary);
	font-size: 10px;
	line-height: 1.8;
}

/* Alternative reason is now a decision label, not a tiny generic badge. */
body.alspe-product-layout .alspe-alt-label {
	position: static !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% + 26px);
	min-height: 38px;
	margin: -13px -13px 12px;
	padding: 7px 10px;
	border-radius: 15px 15px 0 0;
	background: var(--als-brand-deep);
	font-size: 9px;
	line-height: 1.45;
	text-align: center;
}

/* Bigger touch areas and predictable sticky offsets. */
body.alspe-product-layout .alspe-anchor-nav a,
body.alspe-product-layout .alspe-tech-item summary,
body.alspe-product-layout .alspe-review-toggle,
body.alspe-product-layout .alspe-technical-toggle,
body.alspe-product-layout .alspe-thumbnail,
body.alspe-product-layout .alspe-contact-link,
body.alspe-product-layout .alspe-open-review {
	min-height: 44px !important;
}

body.alspe-product-layout #alspe-performance,
body.alspe-product-layout #alspe-review,
body.alspe-product-layout #alspe-alternatives,
body.alspe-product-layout #alspe-technical,
body.alspe-product-layout #alspe-reviews {
	scroll-margin-top: calc(var(--alspe-nav-top, 8px) + 72px);
}

body.alspe-product-layout .alspe-anchor-nav {
	scroll-snap-type: x proximity;
	overscroll-behavior-inline: contain;
}

body.alspe-product-layout .alspe-anchor-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	scroll-snap-align: center;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-hero {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	body.alspe-product-layout .alspe-gallery-card {
		order: 1;
		margin-bottom: 0 !important;
	}

	body.alspe-product-layout .alspe-summary {
		order: 2;
		margin-top: 0 !important;
		padding-top: 17px !important;
	}

	body.alspe-product-layout .alspe-main-image {
		margin-bottom: 0 !important;
	}

	body.alspe-product-layout .alspe-rating-summary {
		gap: 5px 7px;
		font-size: 10px;
	}

	body.alspe-product-layout .alspe-rating-summary strong {
		font-size: 11px;
	}

	body.alspe-product-layout .alspe-price,
	body.alspe-product-layout .alspe-mobile-price,
	body.alspe-product-layout .alspe-mobile-price .amount {
		white-space: nowrap !important;
	}

	body.alspe-product-layout .alspe-hero-highlights {
		grid-template-columns: 1fr !important;
		gap: 6px !important;
	}

	body.alspe-product-layout .alspe-purchase-assurance {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.alspe-product-layout .alspe-assurance-item {
		min-height: 58px;
	}

	body.alspe-product-layout .alspe-fit-grid {
		grid-template-columns: 1fr !important;
	}

	body.alspe-product-layout .alspe-list-card {
		padding: 17px !important;
	}

	body.alspe-product-layout .alspe-tech-facts > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	body.alspe-product-layout .alspe-anchor-nav {
		justify-content: flex-start !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 5px 7px !important;
		border-radius: 13px !important;
	}

	body.alspe-product-layout .alspe-anchor-nav a {
		padding-inline: 14px !important;
		font-size: 10px !important;
	}

	body.alspe-product-layout .alspe-mobile-buybar {
		right: 8px !important;
		left: 8px !important;
		width: auto !important;
		max-width: none !important;
	}

	body.alspe-product-layout .alspe-mobile-buy-content {
		display: grid !important;
		grid-template-columns: minmax(0, 40%) minmax(60%, 1fr) !important;
		gap: 8px !important;
		width: 100% !important;
	}

	body.alspe-product-layout .alspe-mobile-price {
		min-width: 0 !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		font-size: 12px !important;
		line-height: 1.35 !important;
	}

	body.alspe-product-layout .alspe-mobile-buybar [data-alspe-sticky-buy] {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 48px !important;
	}

	/* Keep the external chat launcher clear of the sticky purchase bar. */
	body.alspe-product-layout .chaty-widget,
	body.alspe-product-layout [id^="chaty-widget-"],
	body.alspe-product-layout [class*="chaty-widget-container"] {
		bottom: 90px !important;
		transform: scale(.88) !important;
		transform-origin: bottom right !important;
	}
}

@media (max-width: 420px) {
	body.alspe-product-layout .alspe-purchase-assurance {
		grid-template-columns: 1fr !important;
	}

	body.alspe-product-layout .alspe-mobile-buy-content {
		grid-template-columns: minmax(0, 38%) minmax(62%, 1fr) !important;
	}
}

/* ========================================================================
   ALS Product Engine 0.21.0 — structured reviews and social proof
   ======================================================================== */
body.alspe-product-layout .alspe-review-form-details {
	margin: 18px 0;
	padding: 18px;
	border: 1px solid #dbe8f4;
	border-radius: 16px;
	background: #f8fbfe;
}

body.alspe-product-layout .alspe-review-form-details legend {
	padding: 0 8px;
	font-size: 16px;
	font-weight: 900;
	color: var(--als-brand-deep);
}

body.alspe-product-layout .alspe-review-form-help,
body.alspe-product-layout .alspe-review-form-intro {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.9;
	color: var(--als-muted);
}

body.alspe-product-layout .alspe-review-fields-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.alspe-product-layout .alspe-review-field,
body.alspe-product-layout .alspe-review-image-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	font-size: 13px;
	font-weight: 800;
	color: var(--als-text);
}

body.alspe-product-layout .alspe-review-field > span b {
	color: #b42318;
}

body.alspe-product-layout .alspe-review-field select,
body.alspe-product-layout .alspe-review-image-field input[type="file"] {
	width: 100%;
	min-height: 46px;
	padding: 9px 12px;
	border: 1px solid #cfe0ef;
	border-radius: 11px;
	background: #fff;
	font: inherit;
	font-weight: 700;
	color: var(--als-text);
}

body.alspe-product-layout .alspe-review-image-field {
	margin-top: 14px;
	padding: 14px;
	border: 1px dashed #bfd3e5;
	border-radius: 14px;
	background: #fff;
}

body.alspe-product-layout .alspe-review-image-field span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body.alspe-product-layout .alspe-review-image-field small,
body.alspe-product-layout .alspe-review-image-field em {
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	color: var(--als-muted);
}

body.alspe-product-layout .alspe-native-reviews .commentlist {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.alspe-product-layout .alspe-native-reviews .commentlist > li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.alspe-product-layout .alspe-customer-review-card {
	padding: 20px;
	border: 1px solid #d7e4ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(20, 56, 87, .055);
}

body.alspe-product-layout .alspe-customer-review-head {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
}

body.alspe-product-layout .alspe-review-author-avatar img {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: none !important;
}

body.alspe-product-layout .alspe-review-author-copy > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

body.alspe-product-layout .alspe-review-author-copy strong {
	font-size: 15px;
	font-weight: 900;
	color: var(--als-text);
}

body.alspe-product-layout .alspe-review-author-copy time {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	color: var(--als-muted);
}

body.alspe-product-layout .alspe-verified-buyer {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #eaf8ee;
	color: #16733a;
	font-size: 10px;
	font-weight: 900;
}

body.alspe-product-layout .alspe-verified-buyer::before {
	content: "✓";
	margin-left: 4px;
}

body.alspe-product-layout .alspe-review-overall {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 6px 11px;
	border: 1px solid #f0d78c;
	border-radius: 11px;
	background: #fffaf0;
	box-shadow: none !important;
}

body.alspe-product-layout .alspe-review-overall span {
	color: #e9a400;
	font-size: 19px;
	line-height: 1;
	text-shadow: none !important;
}

body.alspe-product-layout .alspe-review-overall strong {
	font-size: 13px;
	font-weight: 900;
	color: #7a5200;
}

body.alspe-product-layout .alspe-review-context {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
}

body.alspe-product-layout .alspe-review-context > span {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 12px;
	border: 1px solid #e0ebf4;
	border-radius: 11px;
	background: #f8fbfd;
}

body.alspe-product-layout .alspe-review-context small {
	font-size: 10px;
	color: var(--als-muted);
}

body.alspe-product-layout .alspe-review-context strong {
	font-size: 12px;
	font-weight: 900;
	color: var(--als-brand-deep);
}

body.alspe-product-layout .alspe-review-subratings {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin-top: 16px;
	padding: 14px;
	border-radius: 14px;
	background: #f6f9fc;
}

body.alspe-product-layout .alspe-review-score {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 34px;
	align-items: center;
	gap: 8px;
	font-size: 11px;
}

body.alspe-product-layout .alspe-review-score > span {
	font-weight: 800;
	color: var(--als-text);
}

body.alspe-product-layout .alspe-review-score > i {
	display: block;
	height: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: #dfe8f0;
}

body.alspe-product-layout .alspe-review-score > i b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #0f4c8a, #a8db00);
}

body.alspe-product-layout .alspe-review-score > strong {
	font-size: 10px;
	font-weight: 900;
	color: var(--als-brand-deep);
}

body.alspe-product-layout .alspe-review-text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 2;
	color: var(--als-text);
}

body.alspe-product-layout .alspe-review-text p:last-child {
	margin-bottom: 0;
}

body.alspe-product-layout .alspe-review-buyer-image {
	display: inline-block;
	margin-top: 14px;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #d7e4ef;
}

body.alspe-product-layout .alspe-review-buyer-image img {
	display: block;
	width: min(260px, 100%);
	height: auto;
	box-shadow: none !important;
}

body.alspe-product-layout .alspe-expert-reply {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 10px;
	margin-top: 16px;
	padding: 14px;
	border-right: 3px solid var(--als-brand);
	border-radius: 12px;
	background: var(--als-brand-soft);
}

body.alspe-product-layout .alspe-expert-reply > span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--als-brand);
	color: #fff;
	font-weight: 900;
}

body.alspe-product-layout .alspe-expert-reply strong {
	font-size: 12px;
	font-weight: 900;
	color: var(--als-brand-deep);
}

body.alspe-product-layout .alspe-expert-reply p {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.9;
	color: var(--als-text);
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-review-fields-grid,
	body.alspe-product-layout .alspe-review-subratings {
		grid-template-columns: 1fr;
	}

	body.alspe-product-layout .alspe-review-form-details,
	body.alspe-product-layout .alspe-customer-review-card {
		padding: 14px;
		border-radius: 14px;
	}

	body.alspe-product-layout .alspe-customer-review-head {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	body.alspe-product-layout .alspe-review-author-avatar img {
		width: 44px;
		height: 44px;
	}

	body.alspe-product-layout .alspe-review-overall {
		grid-column: 1 / -1;
		justify-self: start;
		margin-top: 2px;
	}

	body.alspe-product-layout .alspe-review-context {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.alspe-product-layout .alspe-review-score {
		grid-template-columns: 66px minmax(0, 1fr) 32px;
	}
}


/* =========================================================
   ALS Product Engine 0.23.0 — phase 2 screenshot audit
   ========================================================= */

/* Long decision labels must never clip into the top edge of alternative cards. */
body.alspe-product-layout .alspe-alternative-card {
	overflow: hidden !important;
}
body.alspe-product-layout .alspe-alt-label {
	align-self: stretch;
	box-sizing: border-box;
	width: auto !important;
	height: auto !important;
	min-height: 42px !important;
	margin: 0 -13px 12px !important;
	padding: 8px 10px !important;
	overflow: visible !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
	line-height: 1.55 !important;
}

/* Keep detailed product content readable and touch-friendly. */
body.alspe-product-layout .alspe-fit-details summary,
body.alspe-product-layout .alspe-tech-item summary,
body.alspe-product-layout .alspe-technical-toggle,
body.alspe-product-layout .alspe-open-review {
	min-height: 46px !important;
}
body.alspe-product-layout .alspe-fit-summary li,
body.alspe-product-layout .alspe-list-card li,
body.alspe-product-layout .alspe-tech-facts dd {
	overflow-wrap: anywhere;
}
body.alspe-product-layout .alspe-review-form-details select,
body.alspe-product-layout .alspe-review-form-details input[type="file"] {
	min-height: 46px;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-section {
		scroll-margin-top: calc(var(--alspe-nav-top, 8px) + 78px);
	}
	body.alspe-product-layout .alspe-section-heading p {
		font-size: 11.5px;
		line-height: 1.9;
	}
	body.alspe-product-layout .alspe-list-card h3 {
		font-size: 15px;
		line-height: 1.7;
	}
	body.alspe-product-layout .alspe-fit-summary,
	body.alspe-product-layout .alspe-list-card ul {
		font-size: 12px;
		line-height: 2;
	}
	body.alspe-product-layout .alspe-insight-grid {
		grid-template-columns: 1fr !important;
	}
	body.alspe-product-layout .alspe-tech-item summary {
		padding-block: 10px;
		font-size: 12px;
	}
	body.alspe-product-layout .alspe-tech-facts dt,
	body.alspe-product-layout .alspe-tech-facts dd {
		font-size: 11px;
	}
	body.alspe-product-layout .alspe-alt-label {
		min-height: 44px !important;
		font-size: 10px !important;
	}
	body.alspe-product-layout .alspe-alternative-card h3 {
		min-height: 62px;
	}
	body.alspe-product-layout .alspe-review-form-details select,
	body.alspe-product-layout .alspe-review-form-details input[type="file"] {
		width: 100%;
		font-size: 12px;
	}
}


/* =========================================================
   ALS Product Engine 0.24.0 — Phase 3 variable product audit
   ========================================================= */

/* The primary price above the form is synchronized by JS; WooCommerce's
   secondary variation price is kept in the DOM for data, but not duplicated. */
body.alspe-product-layout .alspe-cart-form .woocommerce-variation-price {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

/* Remove empty placeholders generated by variation plugins before/after a
   selection. This prevents blank rounded rows on mobile. */
body.alspe-product-layout .alspe-cart-form .woocommerce-variation:empty,
body.alspe-product-layout .alspe-cart-form .woocommerce-variation-description:empty,
body.alspe-product-layout .alspe-cart-form .woocommerce-variation-availability:empty,
body.alspe-product-layout .alspe-cart-form .woocommerce-variation-availability p:empty {
	display: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

/* Hide the native select whenever ALS or a swatch plugin renders accessible
   choice buttons. The select remains in the DOM and continues driving WC. */
body.alspe-product-layout .alspe-cart-form select.alspe-enhanced-select {
	position: absolute !important;
	inline-size: 1px !important;
	block-size: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Keep rating values in one visual direction so Persian decimals do not get
   reordered next to RTL text. */
body.alspe-product-layout .alspe-rating-summary bdi,
body.alspe-product-layout .alspe-review-overall bdi {
	display: inline-block;
	direction: rtl;
	unicode-bidi: isolate;
	white-space: nowrap;
}

body.alspe-product-layout .alspe-mobile-buybar [data-alspe-sticky-buy].is-disabled {
	opacity: .92;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-cart-form .single_variation_wrap:empty {
		display: none !important;
	}

	body.alspe-product-layout .alspe-cart-form table.variations tr {
		overflow: visible !important;
	}
}


/* =========================================================
   ALS Product Engine 0.24.1 — product option visual fixes
   ========================================================= */

/* Alternative comparison reasons keep a readable type-specific surface.
   A later generic rule in older versions made compare/budget text disappear
   on the navy bar. */
body.alspe-product-layout .alspe-alt-label--premium {
	background: var(--als-brand-deep, #0b4779) !important;
	border-color: transparent !important;
	color: #fff !important;
}
body.alspe-product-layout .alspe-alt-label--budget {
	background: #eef8dc !important;
	border-bottom: 1px solid #d7eaa5 !important;
	color: #3e5e08 !important;
}
body.alspe-product-layout .alspe-alt-label--compare {
	background: #eaf4fc !important;
	border-bottom: 1px solid #cfe1f0 !important;
	color: var(--als-brand-deep, #0b4779) !important;
}

/* Replace character glyphs with consistent outline icons. */
body.alspe-product-layout .alspe-trust-strip i {
	display: inline-grid !important;
	place-items: center !important;
	flex: 0 0 24px !important;
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	border: 1px solid #d9e8f4 !important;
	border-radius: 8px !important;
	background: #eef6fd !important;
	color: var(--als-brand, #145a95) !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
body.alspe-product-layout .alspe-trust-strip i svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
body.alspe-product-layout .alspe-trust-strip span {
	min-width: 0;
}

/* Keep long selected variation names, such as «آبی کاربنی», beside the
   Persian field label instead of wrapping into a second line. */
body.alspe-product-layout .alspe-cart-form table.variations th.label {
	width: 144px !important;
	min-width: 144px !important;
	white-space: nowrap !important;
}
body.alspe-product-layout .alspe-cart-form table.variations th.label > label,
body.alspe-product-layout .alspe-cart-form table.variations .woo-selected-variation-item-name,
body.alspe-product-layout .alspe-cart-form table.variations .selected-variation-item-name {
	display: inline !important;
	width: auto !important;
	margin: 0 !important;
	white-space: nowrap !important;
}
body.alspe-product-layout .alspe-cart-form table.variations .woo-selected-variation-item-name,
body.alspe-product-layout .alspe-cart-form table.variations .selected-variation-item-name {
	margin-inline-start: 3px !important;
	font-size: 12px !important;
	font-weight: 900 !important;
}

/* Quantity field must not inherit oversized typography from the theme. */
body.alspe-product-layout .alspe-cart-form .quantity .qty,
body.alspe-product-layout .alspe-cart-form input.qty,
body.alspe-product-layout .alspe-cart-form input.input-text.qty {
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-indent: 0 !important;
	letter-spacing: 0 !important;
	padding: 0 7px !important;
}

/* The size guide becomes a compact, accessible icon beside the size label,
   while preserving the original button click handler/modal. */
body.alspe-product-layout .alspe-cart-form table.variations th.label {
	position: relative;
}
body.alspe-product-layout .alspe-size-guide-trigger {
	display: inline-grid !important;
	place-items: center !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
	width: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	height: 32px !important;
	min-height: 32px !important;
	margin: 0 7px 0 0 !important;
	padding: 0 !important;
	border: 1px solid #cfe0ed !important;
	border-radius: 9px !important;
	background: #f4f9fd !important;
	box-shadow: none !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}
body.alspe-product-layout .alspe-size-guide-trigger::before {
	content: "" !important;
	display: block !important;
	width: 17px !important;
	height: 17px !important;
	background-color: var(--als-brand, #145a95) !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.75C4 4.78 4.78 4 5.75 4h12.5C19.22 4 20 4.78 20 5.75v12.5c0 .97-.78 1.75-1.75 1.75H5.75C4.78 20 4 19.22 4 18.25V5.75Zm2 .25v12h12V6h-2v3h-1.5V6H13v2h-1.5V6H10v3H8.5V6H6Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.75C4 4.78 4.78 4 5.75 4h12.5C19.22 4 20 4.78 20 5.75v12.5c0 .97-.78 1.75-1.75 1.75H5.75C4.78 20 4 19.22 4 18.25V5.75Zm2 .25v12h12V6h-2v3h-1.5V6H13v2h-1.5V6H10v3H8.5V6H6Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}
body.alspe-product-layout .alspe-size-guide-trigger:hover,
body.alspe-product-layout .alspe-size-guide-trigger:focus-visible {
	border-color: var(--als-brand, #145a95) !important;
	background: #eaf4fc !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(20, 90, 149, .12) !important;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-cart-form table.variations th.label {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 3px !important;
		width: 100% !important;
		min-width: 0 !important;
		white-space: nowrap !important;
	}
	body.alspe-product-layout .alspe-size-guide-trigger {
		margin-inline-start: 6px !important;
		margin-inline-end: 0 !important;
	}
	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart {
		grid-template-columns: 58px minmax(0, 1fr) !important;
	}
	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .quantity,
	body.alspe-product-layout .alspe-cart-form .woocommerce-variation-add-to-cart .quantity .qty {
		width: 58px !important;
		min-width: 58px !important;
	}
	body.alspe-product-layout .alspe-cart-form .quantity .qty,
	body.alspe-product-layout .alspe-cart-form input.qty,
	body.alspe-product-layout .alspe-cart-form input.input-text.qty {
		font-size: 13px !important;
	}
	body.alspe-product-layout .alspe-trust-strip i {
		flex-basis: 22px !important;
		width: 22px !important;
		height: 22px !important;
	}
	body.alspe-product-layout .alspe-trust-strip i svg {
		width: 14px;
		height: 14px;
	}
}


/* =========================================================
   ALS Product Engine 0.24.2 — gallery affordance + compact size guide
   ========================================================= */

/* Make the gallery action unmistakably visible on every product image. */
body.alspe-product-layout .alspe-main-image {
	cursor: zoom-in;
}
body.alspe-product-layout .alspe-zoom-button {
	z-index: 8 !important;
	display: grid !important;
	place-items: center !important;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	padding: 0 !important;
	border: 1px solid #c9dceb !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, .98) !important;
	box-shadow: 0 7px 20px rgba(7, 50, 87, .14) !important;
	color: #0e4d89 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
body.alspe-product-layout .alspe-zoom-button svg,
body.alspe-product-layout .alspe-zoom-button svg path {
	display: block !important;
	width: 21px !important;
	height: 21px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	opacity: 1 !important;
	visibility: visible !important;
}
body.alspe-product-layout .alspe-zoom-button:hover,
body.alspe-product-layout .alspe-zoom-button:focus-visible {
	border-color: #0e4d89 !important;
	background: #eef6fd !important;
	transform: translateY(-1px);
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(14, 77, 137, .13), 0 8px 22px rgba(7, 50, 87, .17) !important;
}
body.alspe-product-layout .alspe-zoom-button::after {
	content: "نمایش تمام‌صفحه";
	position: absolute;
	top: 50%;
	left: calc(100% + 8px);
	transform: translateY(-50%);
	width: max-content;
	max-width: 150px;
	padding: 6px 9px;
	border-radius: 8px;
	background: #083b6b;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity .16s ease;
}
body.alspe-product-layout .alspe-zoom-button:hover::after,
body.alspe-product-layout .alspe-zoom-button:focus-visible::after {
	opacity: 1;
}

/* Full-screen viewer: visible close affordance, safe from the WP admin bar. */
body.alspe-product-layout .alspe-lightbox {
	z-index: 2147483000 !important;
	padding: 24px !important;
}
body.alspe-product-layout .alspe-lightbox-stage {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}
body.alspe-product-layout .alspe-lightbox-stage img,
body.alspe-product-layout .alspe-lightbox img {
	max-width: min(94vw, 1280px) !important;
	max-height: 90vh !important;
	object-fit: contain !important;
}
body.alspe-product-layout .alspe-lightbox-close {
	z-index: 2147483001 !important;
	top: 16px !important;
	right: 16px !important;
	display: grid !important;
	place-items: center !important;
	width: 46px !important;
	height: 46px !important;
	min-width: 46px !important;
	min-height: 46px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .72) !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .25) !important;
	color: #0b4779 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
body.alspe-product-layout .alspe-lightbox-close svg,
body.alspe-product-layout .alspe-lightbox-close svg path {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2.2 !important;
	stroke-linecap: round !important;
	opacity: 1 !important;
	visibility: visible !important;
}
body.alspe-product-layout .alspe-lightbox-close:hover,
body.alspe-product-layout .alspe-lightbox-close:focus-visible {
	background: #eef6fd !important;
	outline: none !important;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .2), 0 8px 24px rgba(0, 0, 0, .28) !important;
}
body.admin-bar.alspe-product-layout .alspe-lightbox-close {
	top: 48px !important;
}

/* Hide the large third-party size-guide CTA and expose one small ruler icon
   next to the size field label. The hidden original remains clickable through
   the proxy so the existing modal continues to work. */
body.alspe-product-layout .alspe-size-guide-original {
	display: none !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
}
body.alspe-product-layout .alspe-cart-form table.variations th.label,
body.alspe-product-layout .alspe-cart-form table.variations td.label {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 6px !important;
}
body.alspe-product-layout .alspe-size-guide-trigger {
	display: inline-grid !important;
	place-items: center !important;
	flex: 0 0 27px !important;
	width: 27px !important;
	min-width: 27px !important;
	max-width: 27px !important;
	height: 27px !important;
	min-height: 27px !important;
	max-height: 27px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #cfe0ed !important;
	border-radius: 8px !important;
	background: #f6fafd !important;
	box-shadow: none !important;
	color: #0e4d89 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}
body.alspe-product-layout .alspe-size-guide-trigger::before {
	content: none !important;
}
body.alspe-product-layout .alspe-size-guide-trigger svg,
body.alspe-product-layout .alspe-size-guide-trigger svg path {
	display: block !important;
	width: 16px !important;
	height: 16px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}
body.alspe-product-layout .alspe-size-guide-trigger:hover,
body.alspe-product-layout .alspe-size-guide-trigger:focus-visible {
	border-color: #0e4d89 !important;
	background: #eaf4fc !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(14, 77, 137, .11) !important;
}

@media (max-width: 782px) {
	body.admin-bar.alspe-product-layout .alspe-lightbox-close {
		top: 62px !important;
	}
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-zoom-button {
		top: 10px !important;
		left: 10px !important;
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		min-height: 38px !important;
		border-radius: 11px !important;
	}
	body.alspe-product-layout .alspe-zoom-button::after {
		display: none !important;
	}
	body.alspe-product-layout .alspe-lightbox {
		padding: 14px !important;
	}
	body.alspe-product-layout .alspe-lightbox-close {
		top: 12px !important;
		right: 12px !important;
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		min-height: 42px !important;
	}
	body.admin-bar.alspe-product-layout .alspe-lightbox-close {
		top: 60px !important;
	}
	body.alspe-product-layout .alspe-size-guide-trigger {
		flex-basis: 26px !important;
		width: 26px !important;
		min-width: 26px !important;
		max-width: 26px !important;
		height: 26px !important;
		min-height: 26px !important;
		max-height: 26px !important;
	}
}


/* =========================================================
   ALS Product Engine 0.25.1 — real-device mobile + lean reviews
   ========================================================= */

/* On real 360–390 CSS-pixel Samsung viewports, keep the three assurances
   in one compact row instead of falling back to a vertical stack. */
@media (max-width: 767px) {
	body.alspe-product-layout .alspe-trust-strip {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 4px !important;
		width: 100% !important;
	}
	body.alspe-product-layout .alspe-trust-strip span {
		justify-content: center !important;
		gap: 3px !important;
		min-width: 0 !important;
		font-size: clamp(7.2px, 2.15vw, 8.6px) !important;
		line-height: 1.35 !important;
		white-space: nowrap !important;
	}
	body.alspe-product-layout .alspe-trust-strip i {
		flex: 0 0 20px !important;
		width: 20px !important;
		height: 20px !important;
	}
	body.alspe-product-layout .alspe-trust-strip i svg {
		width: 13px !important;
		height: 13px !important;
	}
}

/* A product with fewer available sections gets a genuinely centered nav;
   larger sets keep the safe horizontally scrollable layout. */
@media (max-width: 767px) {
	body.alspe-product-layout .alspe-anchor-nav--compact {
		justify-content: center !important;
		width: max-content !important;
		max-width: calc(100vw - 18px) !important;
		margin-inline: auto !important;
		overflow: visible !important;
	}
	body.alspe-product-layout .alspe-anchor-nav--compact a {
		flex: 0 0 auto !important;
		text-align: center !important;
	}
}

/* The unavailable state is explicit; its stale or misleading price is not. */
body.alspe-product-layout .alspe-buy-card--out-of-stock .alspe-price,
body.alspe-product-layout .alspe-buy-card--out-of-stock .woocommerce-variation-price,
body.alspe-product-layout .alspe-buy-card--out-of-stock .price {
	display: none !important;
}

/* Suitable / unsuitable explanations continue inline after the visible
   preview, without repeating the beginning of the sentence. */
body.alspe-product-layout .alspe-fit-summary--continuation {
	display: grid;
	gap: 8px;
}
body.alspe-product-layout .alspe-fit-item {
	position: relative;
	padding-inline-start: 18px;
}
body.alspe-product-layout .alspe-fit-item::before {
	position: absolute;
	inset-inline-start: 0;
	top: .62em;
}
body.alspe-product-layout .alspe-fit-ellipsis[hidden],
body.alspe-product-layout .alspe-fit-rest[hidden] {
	display: none !important;
}
body.alspe-product-layout .alspe-fit-more {
	display: inline;
	min-height: 0 !important;
	margin: 0 5px 0 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--als-brand, #145a95) !important;
	font: inherit !important;
	font-weight: 900 !important;
	line-height: inherit !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}
body.alspe-product-layout .alspe-fit-more:focus-visible {
	outline: 2px solid rgba(20, 90, 149, .3) !important;
	outline-offset: 3px;
	border-radius: 4px;
}

/* Reviews keep only duration + decision-driving subratings and use a much
   denser visual hierarchy on both desktop and mobile. */
body.alspe-product-layout .alspe-review-form-details {
	padding: 12px !important;
}
body.alspe-product-layout .alspe-review-form-help,
body.alspe-product-layout .alspe-review-form-intro {
	margin-block: 4px 9px !important;
	font-size: 10.5px !important;
	line-height: 1.65 !important;
}
body.alspe-product-layout .alspe-review-fields-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 7px !important;
}
body.alspe-product-layout .alspe-review-field {
	gap: 4px !important;
	font-size: 10px !important;
}
body.alspe-product-layout .alspe-review-field select {
	min-height: 38px !important;
	padding-block: 5px !important;
	font-size: 10.5px !important;
}
body.alspe-product-layout .alspe-customer-review-card {
	padding: 14px !important;
}
body.alspe-product-layout .alspe-customer-review-head {
	gap: 9px !important;
}
body.alspe-product-layout .alspe-review-author-avatar img {
	width: 42px !important;
	height: 42px !important;
}
body.alspe-product-layout .alspe-review-context--compact {
	display: flex !important;
	grid-template-columns: none !important;
	margin-top: 8px !important;
}
body.alspe-product-layout .alspe-review-context--compact span {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	width: auto !important;
	padding: 5px 8px !important;
	border-radius: 999px !important;
}
body.alspe-product-layout .alspe-review-context--compact small,
body.alspe-product-layout .alspe-review-context--compact strong {
	font-size: 9.5px !important;
	line-height: 1.3 !important;
}
body.alspe-product-layout .alspe-review-subratings {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 6px !important;
	margin-top: 9px !important;
}
body.alspe-product-layout .alspe-review-score {
	grid-template-columns: 48px minmax(0, 1fr) 36px !important;
	gap: 6px !important;
	min-height: 32px !important;
	padding: 5px 7px !important;
	border-radius: 9px !important;
	font-size: 9.5px !important;
}
body.alspe-product-layout .alspe-review-score i {
	height: 5px !important;
}
body.alspe-product-layout .alspe-review-text {
	margin-top: 10px !important;
	font-size: 12px !important;
	line-height: 1.85 !important;
}

@media (max-width: 767px) {
	body.alspe-product-layout .alspe-review-fields-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	body.alspe-product-layout .alspe-review-field:first-child {
		grid-column: 1 / -1;
	}
	body.alspe-product-layout .alspe-review-subratings {
		grid-template-columns: 1fr !important;
	}
	body.alspe-product-layout .alspe-review-score {
		grid-template-columns: 44px minmax(0, 1fr) 34px !important;
	}
	body.alspe-product-layout .alspe-fit-summary--continuation,
	body.alspe-product-layout .alspe-list-card ul {
		font-size: 11.5px !important;
		line-height: 1.9 !important;
	}
}

/* 0.36.0 — explicit consent before displaying a full reviewer name. */
.alspe-review-name-consent{
	display:flex;
	align-items:flex-start;
	gap:9px;
	margin-top:12px;
	padding:11px 12px;
	border:1px solid #dbe8f2;
	border-radius:12px;
	background:#f8fbfe;
	color:#40566b;
	font-size:13px;
	line-height:1.8;
}
.alspe-review-name-consent input{flex:0 0 auto;margin-top:5px}
