: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--query {
	background: #eef6ff;
	color: var(--als-brand-deep);
}

.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: 3px solid #b6e214 !important;
	outline-offset: 4px !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}


/* Tennis contact-only purchase + Wilson-style grip selector (0.44.1) */
.alspe-buy-card--contact-only .alspe-price--contact{font-size:16px;font-weight:900;color:#0d4f87;background:#edf6ff;border:1px solid #cfe4f8;border-radius:12px;padding:12px 14px;text-align:center}
.alspe-grip-selector{border:0;margin:14px 0 4px;padding:0;min-width:0}
.alspe-grip-selector legend{display:block;width:100%;font-size:13px;font-weight:900;color:#182b3f;margin-bottom:9px}
.alspe-grip-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(66px,1fr));gap:8px;direction:ltr}
.alspe-grip-option{position:relative;display:flex;min-height:54px;align-items:center;justify-content:center;gap:2px;flex-direction:column;border:1px solid #d8e2ec;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;color:#22384d}
.alspe-grip-option:hover{border-color:#0d5d9e;transform:translateY(-1px)}
.alspe-grip-option input{position:absolute;opacity:0;pointer-events:none}
.alspe-grip-option span{font-size:16px;font-weight:900;line-height:1}
.alspe-grip-option small{font-size:10px;direction:ltr;color:#6b7d8f;white-space:nowrap}
.alspe-grip-option:has(input:checked){border-color:#0d5d9e;box-shadow:0 0 0 2px rgba(13,93,158,.14);background:#f2f8fd;color:#0d4f87}
.alspe-grip-help{margin:8px 0 0;font-size:11px;color:#718096}
.alspe-grip-help.is-selected{color:#0f7b50;font-weight:800}
.alspe-contact-purchase-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;margin-top:14px;border-radius:12px;background:#0d5d9e;color:#fff!important;text-decoration:none!important;font-weight:900;font-size:14px;box-shadow:0 10px 24px rgba(13,93,158,.18);transition:filter .18s ease,transform .18s ease,opacity .18s ease}
.alspe-contact-purchase-button:hover{filter:brightness(.96);transform:translateY(-1px)}
.alspe-contact-purchase-button.is-disabled{opacity:.48;cursor:not-allowed;box-shadow:none}
@media(max-width:640px){.alspe-grip-options{grid-template-columns:repeat(4,minmax(0,1fr))}.alspe-grip-option{min-height:50px}.alspe-contact-purchase-button{font-size:13px}}

/* ALS Product Engine 0.44.2 — contact-only hierarchy and grip polish */
.alspe-buy-card--contact-only .alspe-stock-line{order:1;margin:0 0 10px}
.alspe-buy-card--contact-only .alspe-hero-highlights,.alspe-buy-card--contact-only .alspe-lead{order:2}
.alspe-buy-card--contact-only .alspe-product-meta{order:3}
.alspe-buy-card--contact-only .alspe-purchase-assurance{order:4}
.alspe-buy-card--contact-only .alspe-grip-selector{order:5;margin:16px 0 0;padding-top:14px;border-top:1px solid #e5eef6}
.alspe-buy-card--contact-only .alspe-contact-purchase-button{order:6;margin-top:14px}
.alspe-buy-card--contact-only{display:flex;flex-direction:column}
.alspe-technical-row strong{direction:rtl;unicode-bidi:plaintext;text-align:left}
@media(max-width:640px){.alspe-buy-card--contact-only .alspe-grip-selector{margin-top:13px;padding-top:12px}.alspe-technical-row strong{text-align:right}}



/* ALS 0.47.4 — slower 3D fly-to-cart + persistent smart companion recommendations */
.alspe-fly-cart-widget{position:fixed;left:14px;bottom:24px;z-index:2147482500;display:flex;flex-direction:column;align-items:flex-end;gap:10px;width:292px;max-width:calc(100vw - 28px);direction:rtl;opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .28s ease,visibility .28s ease,transform .36s cubic-bezier(.2,.86,.22,1)}
.alspe-fly-cart-widget.is-visible{opacity:1;visibility:visible;transform:none}.alspe-fly-cart-widget.is-leaving{opacity:0;visibility:hidden;transform:translateY(12px) scale(.96);pointer-events:none}
.alspe-fly-cart-dock{position:relative;align-self:flex-end;display:flex;align-items:center;gap:10px;min-width:174px;height:66px;padding:8px 12px 8px 9px;margin-right:auto;margin-left:0;border:1px solid rgba(255,255,255,.34);border-radius:20px;background:linear-gradient(135deg,#064d82 0%,#0a72b9 68%,#0b8bd4 100%);color:#fff;text-decoration:none!important;box-shadow:0 20px 46px rgba(2,48,85,.28);transform-origin:left bottom;transform-style:preserve-3d;perspective:800px;overflow:visible}
.alspe-fly-cart-dock__halo{position:absolute;inset:-10px;border-radius:28px;border:1px solid rgba(183,229,20,0);box-shadow:0 0 0 0 rgba(183,229,20,0);pointer-events:none}.alspe-fly-cart-dock__icon{position:relative;display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:15px;background:rgba(255,255,255,.15);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);transform-style:preserve-3d}.alspe-fly-cart-dock__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.alspe-fly-cart-dock__copy{display:flex;min-width:0;flex-direction:column;gap:1px;text-align:right}.alspe-fly-cart-dock__copy strong{font-size:12px;font-weight:950;color:#fff}.alspe-fly-cart-dock__copy small{font-size:8.5px;color:rgba(255,255,255,.75);white-space:nowrap}.alspe-fly-cart-dock__count{position:absolute;top:-8px;right:-7px;display:grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#b7e514;color:#153e00;font-size:11px;font-weight:950;line-height:1}.alspe-fly-cart-dock.is-hit{animation:alspeDockImpact .72s cubic-bezier(.16,.84,.32,1)}.alspe-fly-cart-dock.is-hit .alspe-fly-cart-dock__halo{animation:alspeDockHalo .82s ease-out}.alspe-fly-cart-dock.is-hit .alspe-fly-cart-dock__icon{animation:alspeDockIconImpact .72s cubic-bezier(.15,.88,.3,1)}
.alspe-cart-flyer{position:fixed;top:0;left:0;z-index:2147483000;display:grid;place-items:center;border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 20px 44px rgba(2,43,76,.22);pointer-events:none;will-change:transform,opacity,filter;transform-style:preserve-3d;overflow:hidden}.alspe-cart-flyer:after{content:"";position:absolute;inset:0;border:1px solid rgba(15,111,185,.15);border-radius:inherit;box-shadow:inset 0 0 26px rgba(15,111,185,.06)}.alspe-cart-flyer img{display:block;width:90%;height:90%;object-fit:contain;transform:translateZ(18px);filter:saturate(1.04) contrast(1.02)}
.alspe-fly-cart-recs{width:292px;max-width:calc(100vw - 28px);padding:12px;border:1px solid #d6e7f2;border-radius:19px;background:rgba(255,255,255,.985);box-shadow:0 22px 54px rgba(2,48,85,.18);opacity:0;transform:translateY(12px) scale(.97);transform-origin:left bottom;transition:opacity .3s ease,transform .38s cubic-bezier(.2,.86,.22,1);overflow:hidden}.alspe-fly-cart-recs[hidden]{display:none!important}.alspe-fly-cart-recs.is-open{opacity:1;transform:none}.alspe-fly-cart-recs>header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 2px 9px;border-bottom:1px solid #edf3f7}.alspe-fly-cart-recs>header>div{display:flex;min-width:0;flex-direction:column;gap:1px}.alspe-fly-cart-recs>header span{font-size:8px;color:#6f8799}.alspe-fly-cart-recs>header strong{font-size:10.8px;color:#083e6b}.alspe-fly-cart-recs__tools{display:flex!important;align-items:center;gap:5px;flex:0 0 auto}.alspe-fly-cart-recs__tools>b{padding:5px 7px;border-radius:999px;background:#eef8dd;color:#548400;font-size:8px}.alspe-fly-cart-recs__tools>button{display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid #d9e7f0;border-radius:9px;background:#fff;color:#6e8798;font:inherit;font-size:17px;line-height:1;cursor:pointer}.alspe-fly-cart-recs__tools>button:hover{background:#eef7fd;color:#0b67ad}.alspe-fly-cart-recs__list{display:grid;gap:6px;padding-top:8px}.alspe-fly-suggestion{display:grid;grid-template-columns:46px minmax(0,1fr) 24px;align-items:center;gap:8px;min-height:60px;padding:6px;border:1px solid #e6eef4;border-radius:13px;background:#fbfdff;color:inherit;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.alspe-fly-suggestion:hover{transform:translateX(-2px);border-color:#bed9ea;background:#fff;box-shadow:0 8px 20px rgba(7,67,109,.07)}.alspe-fly-suggestion>img{display:block;width:46px;height:46px;border-radius:10px;background:#fff;object-fit:contain}.alspe-fly-suggestion__copy{display:flex;min-width:0;flex-direction:column;gap:1px}.alspe-fly-suggestion__copy small{font-size:7.5px;color:#7d93a4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alspe-fly-suggestion__copy strong{font-size:9.5px;line-height:1.6;color:#113e62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alspe-fly-suggestion__copy b{font-size:8.8px;color:#0a67ad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.alspe-fly-suggestion__copy b.is-view-label{color:#6d8395}.alspe-fly-suggestion>i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#eaf5fd;color:#0b6cb6;font-style:normal;font-size:11px;font-weight:900}
@media(max-width:768px){.alspe-fly-cart-widget{left:10px;bottom:max(78px,calc(env(safe-area-inset-bottom) + 68px));width:calc(100vw - 20px);max-width:calc(100vw - 20px);gap:8px}.alspe-fly-cart-recs{width:100%;max-width:none;padding:10px;border-radius:16px}.alspe-fly-cart-recs>header{padding-bottom:8px}.alspe-fly-cart-recs>header strong{font-size:10px}.alspe-fly-cart-recs__list{display:flex;gap:7px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:8px 1px 2px;scrollbar-width:none}.alspe-fly-cart-recs__list::-webkit-scrollbar{display:none}.alspe-fly-suggestion{flex:0 0 min(250px,calc(100vw - 54px));grid-template-columns:42px minmax(0,1fr) 22px;min-height:56px;scroll-snap-align:start}.alspe-fly-suggestion>img{width:42px;height:42px}.alspe-fly-cart-dock{align-self:flex-end;min-width:158px;height:58px;margin-right:auto;margin-left:0;border-radius:18px;padding:7px 9px}.alspe-fly-cart-dock__icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}.alspe-fly-cart-dock__icon svg{width:24px;height:24px}.alspe-fly-cart-dock__copy strong{font-size:11px}.alspe-fly-cart-dock__copy small{font-size:7.8px}}
@media(max-width:420px){.alspe-fly-cart-recs__tools>b{display:none}.alspe-fly-suggestion{flex-basis:calc(100vw - 54px)}.alspe-fly-cart-recs>header strong{font-size:9.8px}}
@keyframes alspeDockImpact{0%,100%{transform:translateZ(0) scale(1) rotate(0)}32%{transform:translateZ(12px) scale(1.08) rotate(-3deg)}62%{transform:translateZ(0) scale(.97) rotate(2deg)}}@keyframes alspeDockHalo{0%{border-color:rgba(183,229,20,.75);box-shadow:0 0 0 0 rgba(183,229,20,.4);opacity:1}100%{border-color:rgba(183,229,20,0);box-shadow:0 0 0 18px rgba(183,229,20,0);opacity:0}}@keyframes alspeDockIconImpact{0%,100%{transform:translateZ(0) rotate(0)}35%{transform:translateZ(20px) rotate(-11deg) scale(1.12)}70%{transform:translateZ(4px) rotate(7deg) scale(.96)}}

@media(prefers-reduced-motion:reduce){.alspe-fly-cart-widget,.alspe-fly-cart-dock,.alspe-cart-flyer,.alspe-preview-cart.alspe-cart-impact,.alspe-fly-cart-dock.is-hit,.alspe-fly-cart-dock.is-hit .alspe-fly-cart-dock__icon,.alspe-fly-cart-dock.is-hit .alspe-fly-cart-dock__halo,.alspe-fly-cart-recs{animation:none!important;transition:none!important}}


/* ALS 0.47.6 — compact mobile smart cart, with the success state moved to the top. */
@media(max-width:768px){
  .alspe-fly-cart-widget{left:8px;right:auto;bottom:max(72px,calc(env(safe-area-inset-bottom) + 62px));width:min(292px,calc(100vw - 16px));max-width:min(292px,calc(100vw - 16px));align-items:flex-start;gap:7px;pointer-events:none}
  .alspe-fly-cart-widget>*{pointer-events:auto}
  .alspe-fly-cart-recs{width:min(292px,calc(100vw - 16px));max-width:none;padding:9px;border-radius:15px;box-shadow:0 18px 42px rgba(2,48,85,.16)}
  .alspe-fly-cart-recs>header{min-height:34px;padding:0 1px 7px}
  .alspe-fly-cart-recs>header>div>span{display:none}
  .alspe-fly-cart-recs>header strong{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .alspe-fly-cart-recs__list{display:flex;gap:6px;overflow-x:auto;padding:7px 1px 1px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .alspe-fly-cart-recs__list::-webkit-scrollbar{display:none}
  .alspe-fly-suggestion{flex:0 0 188px;grid-template-columns:38px minmax(0,1fr) 20px;min-height:52px;padding:5px;gap:6px;border-radius:11px;scroll-snap-align:start}
  .alspe-fly-suggestion>img{width:38px;height:38px;border-radius:8px}
  .alspe-fly-suggestion__copy small{font-size:6.8px}.alspe-fly-suggestion__copy strong{font-size:8.2px}.alspe-fly-suggestion__copy b{font-size:7.7px}
  .alspe-fly-suggestion>i{width:20px;height:20px;border-radius:7px;font-size:9px}
  .alspe-fly-cart-dock{align-self:flex-start;min-width:150px;height:54px;margin:0;border-radius:17px;padding:6px 8px;gap:8px}
  .alspe-fly-cart-dock__icon{width:40px;height:40px;flex-basis:40px;border-radius:12px}.alspe-fly-cart-dock__icon svg{width:23px;height:23px}
  .alspe-fly-cart-dock__copy strong{font-size:10.5px}.alspe-fly-cart-dock__copy small{font-size:7px}
}
@media(max-width:420px){.alspe-fly-cart-recs__tools>b{display:none}.alspe-fly-suggestion{flex-basis:172px}.alspe-fly-cart-widget{width:min(278px,calc(100vw - 14px));max-width:min(278px,calc(100vw - 14px))}.alspe-fly-cart-recs{width:100%}}


/* ALS Product Engine 0.47.7 — mobile post-add companion.
 * Once an item is added, the old price/add-to-cart sticky bar leaves the stage.
 * A compact cart target + three contextual suggestions becomes the only persistent bottom UI. */
@media(max-width:768px){
  body.alspe-product-layout.alspe-mobile-cart-companion-active{padding-bottom:86px!important}
  body.alspe-product-layout.alspe-mobile-cart-companion-active .alspe-mobile-buybar{
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(130%)!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget{
    left:8px!important;right:72px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;
    width:auto!important;max-width:none!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;
    align-items:stretch!important;gap:7px!important;direction:ltr!important;pointer-events:none!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget>*{pointer-events:auto!important}
  body.alspe-product-layout .alspe-fly-cart-dock{
    grid-column:1!important;grid-row:1!important;align-self:stretch!important;justify-self:stretch!important;
    min-width:64px!important;width:64px!important;height:70px!important;margin:0!important;padding:0!important;
    display:grid!important;place-items:center!important;border-radius:20px!important;overflow:visible!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock__copy{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-dock__icon{
    width:46px!important;height:46px!important;flex-basis:46px!important;border-radius:14px!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock__icon svg{width:26px!important;height:26px!important}
  body.alspe-product-layout .alspe-fly-cart-dock__count{top:-6px!important;right:-6px!important;min-width:21px!important;height:21px!important;font-size:10px!important}
  body.alspe-product-layout .alspe-fly-cart-recs{
    grid-column:2!important;grid-row:1!important;width:auto!important;max-width:none!important;height:70px!important;min-height:70px!important;
    margin:0!important;padding:5px 6px!important;border-radius:18px!important;direction:rtl!important;overflow:hidden!important;
    box-shadow:0 14px 34px rgba(2,48,85,.15)!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs>header{
    position:absolute!important;z-index:3!important;left:4px!important;top:4px!important;width:auto!important;min-height:0!important;
    padding:0!important;border:0!important;background:transparent!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs>header>div,
  body.alspe-product-layout .alspe-fly-cart-recs__tools>b{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-recs__tools>button{
    width:20px!important;height:20px!important;border-radius:7px!important;font-size:14px!important;background:rgba(255,255,255,.92)!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs__list{
    display:flex!important;align-items:stretch!important;gap:5px!important;height:100%!important;padding:0 22px 0 0!important;
    overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;direction:rtl!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs__list::-webkit-scrollbar{display:none!important}
  body.alspe-product-layout .alspe-fly-suggestion{
    flex:0 0 92px!important;width:92px!important;min-height:58px!important;height:58px!important;padding:4px!important;
    display:grid!important;grid-template-columns:31px minmax(0,1fr)!important;grid-template-rows:1fr!important;gap:5px!important;
    border-radius:12px!important;scroll-snap-align:start!important;overflow:hidden!important
  }
  body.alspe-product-layout .alspe-fly-suggestion>img{
    width:31px!important;height:48px!important;border-radius:8px!important;align-self:center!important;object-fit:contain!important
  }
  body.alspe-product-layout .alspe-fly-suggestion__copy{gap:1px!important;justify-content:center!important;min-width:0!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy small{display:none!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{
    font-size:7.4px!important;line-height:1.45!important;white-space:normal!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important
  }
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:7px!important;line-height:1.4!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body.alspe-product-layout .alspe-fly-suggestion>i{display:none!important}
}
@media(max-width:420px){
  body.alspe-product-layout .alspe-fly-cart-widget{right:58px!important;grid-template-columns:58px minmax(0,1fr)!important;gap:6px!important}
  body.alspe-product-layout .alspe-fly-cart-dock{min-width:58px!important;width:58px!important;height:66px!important;border-radius:18px!important}
  body.alspe-product-layout .alspe-fly-cart-dock__icon{width:43px!important;height:43px!important}
  body.alspe-product-layout .alspe-fly-cart-recs{height:66px!important;min-height:66px!important;border-radius:16px!important}
  body.alspe-product-layout .alspe-fly-suggestion{flex-basis:84px!important;width:84px!important;height:54px!important;min-height:54px!important;grid-template-columns:28px minmax(0,1fr)!important}
  body.alspe-product-layout .alspe-fly-suggestion>img{width:28px!important;height:44px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{font-size:7px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:6.7px!important}
}


/* ALS Product Engine 0.47.8 — mobile companion edge-to-edge + footer collision guard. */
@media(max-width:768px){
  body.alspe-product-layout .alspe-fly-cart-widget{
    left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;
    grid-template-columns:62px minmax(0,1fr)!important;gap:6px!important;
    padding:6px max(7px,env(safe-area-inset-right)) max(7px,env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left))!important;
    border-radius:0!important;background:linear-gradient(180deg,rgba(245,250,254,.08),rgba(245,250,254,.92))!important;
    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
    transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1),visibility .22s ease!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget.is-footer-hidden{
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(115%)!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget.is-footer-hidden>*{pointer-events:none!important}
  body.alspe-product-layout .alspe-fly-cart-dock{
    min-width:62px!important;width:62px!important;height:66px!important;border-radius:18px!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock__icon{width:43px!important;height:43px!important}
  body.alspe-product-layout .alspe-fly-cart-recs{
    width:100%!important;max-width:none!important;height:66px!important;min-height:66px!important;border-radius:16px!important
  }
}
@media(max-width:420px){
  body.alspe-product-layout .alspe-fly-cart-widget{
    left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;
    grid-template-columns:58px minmax(0,1fr)!important;gap:5px!important;
    padding-left:max(6px,env(safe-area-inset-left))!important;padding-right:max(6px,env(safe-area-inset-right))!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock{min-width:58px!important;width:58px!important;height:64px!important}
  body.alspe-product-layout .alspe-fly-cart-recs{height:64px!important;min-height:64px!important}
}


/* ALS Product Engine 0.47.9 — high-visibility mobile cart companion.
 * Dark branded dock, clear hierarchy, compact mode after attention window. */
@media(max-width:768px){
  body.alspe-product-layout.alspe-mobile-cart-companion-active{padding-bottom:92px!important}
  body.alspe-product-layout .alspe-fly-cart-widget{
    left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;
    grid-template-columns:88px minmax(0,1fr)!important;gap:8px!important;
    padding:8px max(70px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))!important;
    background:linear-gradient(135deg,#063d70 0%,#07558f 52%,#0874b6 100%)!important;
    border-top:1px solid rgba(255,255,255,.30)!important;
    box-shadow:0 -12px 38px rgba(3,44,78,.28),0 -1px 0 rgba(183,229,20,.24)!important;
    backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
    overflow:visible!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget:before{
    content:"";position:absolute;inset:0;pointer-events:none;opacity:.20;
    background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
    background-size:26px 26px
  }
  body.alspe-product-layout .alspe-fly-cart-dock{
    position:relative;z-index:2;grid-column:1!important;min-width:88px!important;width:88px!important;height:74px!important;
    display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-rows:1fr!important;align-items:center!important;
    gap:6px!important;padding:7px!important;border-radius:18px!important;
    background:linear-gradient(145deg,#0b72bb 0%,#07518e 100%)!important;
    border:1px solid rgba(255,255,255,.42)!important;box-shadow:0 12px 28px rgba(0,31,59,.32),inset 0 1px 0 rgba(255,255,255,.16)!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock__icon{width:38px!important;height:48px!important;flex-basis:38px!important;border-radius:13px!important;background:rgba(255,255,255,.14)!important}
  body.alspe-product-layout .alspe-fly-cart-dock__icon svg{width:24px!important;height:24px!important}
  body.alspe-product-layout .alspe-fly-cart-dock__copy{display:flex!important;gap:2px!important;text-align:right!important;min-width:0!important}
  body.alspe-product-layout .alspe-fly-cart-dock__copy strong{font-size:9.5px!important;line-height:1.25!important;white-space:nowrap!important}
  body.alspe-product-layout .alspe-fly-cart-dock__copy small{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-dock__count{top:-7px!important;right:-6px!important;min-width:23px!important;height:23px!important;background:#b7e514!important;color:#173d00!important;box-shadow:0 5px 12px rgba(95,125,0,.28)!important}
  body.alspe-product-layout .alspe-fly-cart-recs{
    position:relative;z-index:2;grid-column:2!important;height:74px!important;min-height:74px!important;padding:22px 6px 6px!important;
    background:#fff!important;border:1px solid rgba(255,255,255,.75)!important;border-radius:18px!important;
    box-shadow:0 12px 28px rgba(0,31,59,.22)!important;overflow:hidden!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs:before{
    content:"پیشنهاد برای تکمیل خرید";position:absolute;z-index:1;top:5px;right:8px;color:#083f6d;font-size:8.5px;font-weight:950;line-height:1.2
  }
  body.alspe-product-layout .alspe-fly-cart-recs>header{top:3px!important;left:3px!important;right:auto!important}
  body.alspe-product-layout .alspe-fly-cart-recs__tools>button{width:21px!important;height:21px!important;border-color:#cfe0eb!important;background:#f7fbfe!important;color:#58768b!important}
  body.alspe-product-layout .alspe-fly-cart-recs__list{height:46px!important;padding:0 1px!important;gap:6px!important}
  body.alspe-product-layout .alspe-fly-suggestion{
    flex:0 0 104px!important;width:104px!important;height:46px!important;min-height:46px!important;
    grid-template-columns:30px minmax(0,1fr)!important;gap:5px!important;padding:4px!important;
    border:1px solid #d9e7ef!important;border-radius:11px!important;background:#fbfdff!important;box-shadow:0 3px 9px rgba(7,65,104,.06)!important
  }
  body.alspe-product-layout .alspe-fly-suggestion>img{width:30px!important;height:38px!important;border-radius:7px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{font-size:7.4px!important;line-height:1.35!important;color:#123d5d!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:7px!important;color:#0a66a9!important;font-weight:950!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-attention .alspe-fly-cart-dock{animation:alspeCompanionPulse .78s cubic-bezier(.2,.78,.25,1)}
  body.alspe-product-layout .alspe-fly-cart-widget.is-attention .alspe-fly-cart-recs{animation:alspeCompanionGlow .82s ease-out}
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact{
    width:auto!important;left:max(8px,env(safe-area-inset-left))!important;right:auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;
    grid-template-columns:108px!important;pointer-events:none!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact:before{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact .alspe-fly-cart-recs{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact .alspe-fly-cart-dock{
    pointer-events:auto!important;grid-column:1!important;width:108px!important;min-width:108px!important;height:58px!important;
    grid-template-columns:42px minmax(0,1fr)!important;padding:7px 8px!important;border-radius:18px!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact .alspe-fly-cart-dock__icon{width:42px!important;height:42px!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact .alspe-fly-cart-dock__copy strong{font-size:10px!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-footer-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(115%)!important}
  @keyframes alspeCompanionPulse{0%,100%{transform:scale(1)}35%{transform:scale(1.045) translateY(-2px)}62%{transform:scale(.99)}}
  @keyframes alspeCompanionGlow{0%{box-shadow:0 12px 28px rgba(0,31,59,.22)}45%{box-shadow:0 12px 32px rgba(0,31,59,.25),0 0 0 3px rgba(183,229,20,.36)}100%{box-shadow:0 12px 28px rgba(0,31,59,.22)}}
}
@media(max-width:420px){
  body.alspe-product-layout .alspe-fly-cart-widget{grid-template-columns:82px minmax(0,1fr)!important;padding-right:max(62px,env(safe-area-inset-right))!important;gap:6px!important}
  body.alspe-product-layout .alspe-fly-cart-dock{width:82px!important;min-width:82px!important;height:70px!important;grid-template-columns:36px minmax(0,1fr)!important;padding:6px!important}
  body.alspe-product-layout .alspe-fly-cart-dock__icon{width:36px!important;height:44px!important}
  body.alspe-product-layout .alspe-fly-cart-dock__copy strong{font-size:9px!important}
  body.alspe-product-layout .alspe-fly-cart-recs{height:70px!important;min-height:70px!important;padding-top:21px!important}
  body.alspe-product-layout .alspe-fly-cart-recs__list{height:43px!important}
  body.alspe-product-layout .alspe-fly-suggestion{flex-basis:96px!important;width:96px!important;height:43px!important;min-height:43px!important;grid-template-columns:27px minmax(0,1fr)!important}
  body.alspe-product-layout .alspe-fly-suggestion>img{width:27px!important;height:35px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{font-size:7px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:6.7px!important}
}

/* ALS Product Engine 0.47.10 — lighter mobile companion, icon-only dock, full-width rec rail.
 * Removes the visible "سبد خرید" label on mobile, frees horizontal space for suggestions,
 * and replaces the heavy footer-like background with floating cards that are clearer and cleaner. */
@media(max-width:768px){
  body.alspe-product-layout.alspe-mobile-cart-companion-active{padding-bottom:82px!important}
  body.alspe-product-layout .alspe-fly-cart-widget{
    left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;
    grid-template-columns:58px minmax(0,1fr)!important;gap:6px!important;
    padding:6px max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))!important;
    background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
    overflow:visible!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget:before{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-dock{
    position:relative;z-index:2;grid-column:1!important;min-width:58px!important;width:58px!important;height:64px!important;
    display:grid!important;place-items:center!important;padding:0!important;gap:0!important;border-radius:18px!important;
    background:linear-gradient(180deg,#0d6eb1 0%,#084f86 100%)!important;border:1px solid rgba(255,255,255,.44)!important;
    box-shadow:0 10px 22px rgba(0,36,64,.22),0 2px 5px rgba(0,0,0,.08)!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock__icon{
    width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:14px!important;
    background:rgba(255,255,255,.14)!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock__icon svg{width:23px!important;height:23px!important}
  body.alspe-product-layout .alspe-fly-cart-dock__copy{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-dock__count{
    top:-6px!important;right:-5px!important;min-width:22px!important;height:22px!important;font-size:10px!important;
    background:#b7e514!important;color:#133900!important;box-shadow:0 5px 12px rgba(95,125,0,.28)!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs{
    position:relative;z-index:2;grid-column:2!important;width:100%!important;max-width:none!important;
    height:64px!important;min-height:64px!important;margin:0!important;padding:18px 6px 6px!important;
    background:rgba(255,255,255,.98)!important;border:1px solid #dbe8f1!important;border-radius:18px!important;
    box-shadow:0 10px 24px rgba(7,51,81,.12),0 2px 6px rgba(0,0,0,.04)!important;overflow:hidden!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs:before{
    content:"پیشنهاد برای تکمیل خرید";position:absolute;z-index:1;top:5px;right:8px;color:#0b4674;font-size:8px;font-weight:900;line-height:1.2
  }
  body.alspe-product-layout .alspe-fly-cart-recs>header{top:3px!important;left:3px!important;right:auto!important}
  body.alspe-product-layout .alspe-fly-cart-recs__tools>b{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-recs__tools>button{
    width:20px!important;height:20px!important;border-radius:7px!important;border-color:#d7e4ec!important;
    background:#f7fbfe!important;color:#6e8798!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs__list{
    display:flex!important;align-items:stretch!important;gap:6px!important;height:100%!important;padding:0 1px!important;
    overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;direction:rtl!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs__list::-webkit-scrollbar{display:none!important}
  body.alspe-product-layout .alspe-fly-suggestion{
    flex:0 0 114px!important;width:114px!important;height:40px!important;min-height:40px!important;padding:4px!important;
    display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;gap:5px!important;border-radius:11px!important;
    border:1px solid #dbe8f0!important;background:#fbfdff!important;box-shadow:0 2px 8px rgba(7,65,104,.05)!important;overflow:hidden!important
  }
  body.alspe-product-layout .alspe-fly-suggestion>img{width:28px!important;height:32px!important;border-radius:7px!important;object-fit:contain!important;align-self:center!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy{gap:1px!important;justify-content:center!important;min-width:0!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy small{display:none!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{
    font-size:7.2px!important;line-height:1.35!important;white-space:normal!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#123d5d!important
  }
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:6.8px!important;line-height:1.35!important;color:#0a66a9!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body.alspe-product-layout .alspe-fly-suggestion>i{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-attention .alspe-fly-cart-dock{animation:alspeCompanionPulse .78s cubic-bezier(.2,.78,.25,1)}
  body.alspe-product-layout .alspe-fly-cart-widget.is-attention .alspe-fly-cart-recs{animation:alspeCompanionGlowLite .82s ease-out}
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact{
    width:auto!important;left:max(8px,env(safe-area-inset-left))!important;right:auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;
    grid-template-columns:58px!important;gap:0!important;pointer-events:none!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact:before{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact .alspe-fly-cart-recs{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact .alspe-fly-cart-dock{
    pointer-events:auto!important;grid-column:1!important;width:58px!important;min-width:58px!important;height:58px!important;border-radius:18px!important
  }
  body.alspe-product-layout .alspe-fly-cart-widget.is-compact .alspe-fly-cart-dock__icon{width:40px!important;height:40px!important}
  body.alspe-product-layout .alspe-fly-cart-widget.is-footer-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(115%)!important}
  @keyframes alspeCompanionGlowLite{0%{box-shadow:0 10px 24px rgba(7,51,81,.12),0 2px 6px rgba(0,0,0,.04)}45%{box-shadow:0 12px 28px rgba(7,51,81,.16),0 0 0 3px rgba(183,229,20,.28)}100%{box-shadow:0 10px 24px rgba(7,51,81,.12),0 2px 6px rgba(0,0,0,.04)}}
}
@media(max-width:420px){
  body.alspe-product-layout.alspe-mobile-cart-companion-active{padding-bottom:80px!important}
  body.alspe-product-layout .alspe-fly-cart-widget{
    grid-template-columns:56px minmax(0,1fr)!important;gap:5px!important;
    padding-left:max(6px,env(safe-area-inset-left))!important;padding-right:max(6px,env(safe-area-inset-right))!important
  }
  body.alspe-product-layout .alspe-fly-cart-dock{min-width:56px!important;width:56px!important;height:62px!important;border-radius:17px!important}
  body.alspe-product-layout .alspe-fly-cart-dock__icon{width:40px!important;height:40px!important}
  body.alspe-product-layout .alspe-fly-cart-recs{height:62px!important;min-height:62px!important;padding-top:18px!important}
  body.alspe-product-layout .alspe-fly-suggestion{flex-basis:106px!important;width:106px!important;height:39px!important;min-height:39px!important;grid-template-columns:27px minmax(0,1fr)!important}
  body.alspe-product-layout .alspe-fly-suggestion>img{width:27px!important;height:31px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{font-size:6.9px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:6.5px!important}
}

/* ALS Product Engine 0.47.11 — mobile companion cleaner headerless rec rail + larger cards */
@media(max-width:768px){
  body.alspe-product-layout .alspe-fly-cart-recs:before{display:none!important;content:none!important}
  body.alspe-product-layout .alspe-fly-cart-recs{
    height:68px!important;min-height:68px!important;padding:6px 6px 6px!important
  }
  body.alspe-product-layout .alspe-fly-cart-recs>header{display:none!important}
  body.alspe-product-layout .alspe-fly-cart-recs__list{
    gap:7px!important;padding:0 2px!important;align-items:center!important
  }
  body.alspe-product-layout .alspe-fly-suggestion{
    flex:0 0 122px!important;width:122px!important;height:48px!important;min-height:48px!important;
    grid-template-columns:31px minmax(0,1fr)!important;gap:6px!important;padding:5px!important;border-radius:12px!important
  }
  body.alspe-product-layout .alspe-fly-suggestion>img{width:31px!important;height:36px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{font-size:7.6px!important;line-height:1.35!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:7.1px!important;line-height:1.35!important}
}
@media(max-width:420px){
  body.alspe-product-layout .alspe-fly-cart-recs{
    height:66px!important;min-height:66px!important;padding:6px 5px 6px!important
  }
  body.alspe-product-layout .alspe-fly-suggestion{
    flex-basis:114px!important;width:114px!important;height:46px!important;min-height:46px!important;
    grid-template-columns:29px minmax(0,1fr)!important;padding:5px!important
  }
  body.alspe-product-layout .alspe-fly-suggestion>img{width:29px!important;height:34px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy strong{font-size:7.2px!important}
  body.alspe-product-layout .alspe-fly-suggestion__copy b{font-size:6.9px!important}
}


/* ================================================================
 * ALS Product Engine 0.48.16 — Stage 4A.4 frontend presentation integrity
 * Keep collapsed editorial content on a semantic block boundary so a
 * partially clipped H2/H3 can never appear as a faded "ghost heading".
 * ================================================================ */
body.alspe-product-layout .alspe-review-collapsible.is-collapsed [data-alspe-review-content] {
	max-height: var(--alspe-review-collapsed-height, 650px) !important;
	overflow: hidden !important;
}

body.alspe-product-layout .alspe-review-collapsible.is-collapsed .alspe-review-fade {
	display: block;
	height: 72px;
	bottom: 47px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 82%);
}

body.alspe-product-layout .alspe-review-collapsible.is-expanded [data-alspe-review-content] {
	max-height: none !important;
	overflow: visible !important;
}

@media (max-width: 579px) {
	body.alspe-product-layout .alspe-review-collapsible.is-collapsed .alspe-review-fade {
		height: 58px;
	}
}

/* ================================================================
 * ALS Product Engine 0.48.60 — product media inspection
 * The viewer is portalled to body by product-preview.js. Direct-child
 * selectors intentionally keep it outside the isolated product-page stack.
 * ================================================================ */
html.alspe-lightbox-open,
body.alspe-lightbox-open {
	overflow: hidden !important;
	overscroll-behavior: none;
}

body.alspe-product-layout > .alspe-lightbox[hidden] {
	display: none !important;
}

body.alspe-product-layout > .alspe-lightbox {
	--alspe-lightbox-zoom-x: 50%;
	--alspe-lightbox-zoom-y: 50%;
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483640 !important;
	display: grid !important;
	place-items: center !important;
	width: 100vw !important;
	max-width: none !important;
	height: 100vh !important;
	height: 100dvh !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: rgba(5, 17, 29, .965) !important;
	color: #fff !important;
	direction: rtl;
	isolation: isolate;
	overflow: hidden !important;
	overscroll-behavior: contain;
	font-family: inherit;
}

body.alspe-product-layout > .alspe-lightbox,
body.alspe-product-layout > .alspe-lightbox *,
body.alspe-product-layout > .alspe-lightbox *::before,
body.alspe-product-layout > .alspe-lightbox *::after {
	box-sizing: border-box;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1;
	display: grid !important;
	place-items: center !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	max-height: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 76px 88px 70px !important;
	overflow: hidden !important;
	cursor: zoom-in;
	touch-action: pan-x pan-y;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	width: 38px;
	height: 38px;
	margin: -19px 0 0 -19px;
	border: 3px solid rgba(255, 255, 255, .22);
	border-top-color: #b6e214;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	transform: scale(.8);
	transition: opacity .16s ease, transform .16s ease;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage.is-loading::before {
	opacity: 1;
	transform: scale(1);
	animation: alspeLightboxSpin .72s linear infinite;
}

@keyframes alspeLightboxSpin {
	to { transform: rotate(360deg); }
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage img,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage > img {
	position: relative;
	z-index: 1;
	display: block !important;
	width: auto !important;
	max-width: min(88vw, 1380px) !important;
	height: auto !important;
	max-height: calc(100dvh - 146px) !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	opacity: 1;
	transform: scale(1);
	transform-origin: var(--alspe-lightbox-zoom-x) var(--alspe-lightbox-zoom-y);
	transition: transform .18s cubic-bezier(.2, .75, .25, 1), opacity .16s ease;
	will-change: transform;
	user-select: none;
	-webkit-user-drag: none;
	cursor: inherit;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage.is-loading img {
	opacity: .28;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage.is-zoomed {
	cursor: zoom-out;
	touch-action: none;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage.is-zoomed img {
	transform: scale(2.2);
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav {
	position: absolute !important;
	z-index: 5 !important;
	display: grid !important;
	place-items: center !important;
	min-width: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, .72) !important;
	background: rgba(255, 255, 255, .97) !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .32) !important;
	color: #083b6b !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close {
	top: max(18px, env(safe-area-inset-top)) !important;
	right: max(18px, env(safe-area-inset-right)) !important;
	left: auto !important;
	width: 52px !important;
	height: 52px !important;
	padding: 0 !important;
	border-radius: 50% !important;
	font-size: 34px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close span {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin-top: -3px;
	font-size: 34px !important;
	line-height: 1 !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom {
	top: max(18px, env(safe-area-inset-top)) !important;
	left: max(18px, env(safe-area-inset-left)) !important;
	right: auto !important;
	grid-template-columns: 24px auto;
	gap: 8px;
	width: auto !important;
	height: 50px !important;
	padding: 0 16px !important;
	border-radius: 16px !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom svg,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav svg {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	max-width: none !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom[aria-pressed="true"] {
	border-color: #b6e214 !important;
	background: #b6e214 !important;
	color: #083b6b !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav {
	top: 50% !important;
	width: 50px !important;
	height: 64px !important;
	padding: 0 !important;
	border-radius: 17px !important;
	transform: translateY(-50%) !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav--previous {
	right: max(18px, env(safe-area-inset-right)) !important;
	left: auto !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav--next {
	left: max(18px, env(safe-area-inset-left)) !important;
	right: auto !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close:hover,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom:hover,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav:hover {
	background: #eef7fd !important;
	color: #075d9d !important;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .4) !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close:hover,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom:hover {
	transform: translateY(-1px) !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav:hover {
	transform: translateY(-50%) scale(1.04) !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close:focus-visible,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom:focus-visible,
body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav:focus-visible {
	outline: 3px solid #b6e214 !important;
	outline-offset: 4px !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-meta {
	position: absolute;
	left: 50%;
	bottom: max(16px, env(safe-area-inset-bottom));
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: calc(100vw - 170px);
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 999px;
	background: rgba(4, 27, 46, .72);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
	color: rgba(255, 255, 255, .82);
	font-size: 10px;
	line-height: 1.55;
	text-align: center;
	transform: translateX(-50%);
	backdrop-filter: blur(10px);
	pointer-events: none;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-counter {
	flex: 0 0 auto;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
	font-weight: 850;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-status {
	position: absolute;
	left: 50%;
	bottom: 76px;
	z-index: 4;
	max-width: min(520px, calc(100vw - 40px));
	margin: 0;
	padding: 10px 14px;
	border: 1px solid rgba(182, 226, 20, .5);
	border-radius: 12px;
	background: rgba(16, 55, 78, .94);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.65;
	text-align: center;
	transform: translateX(-50%);
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-status[hidden] {
	display: none !important;
}

body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-status.is-error {
	border-color: rgba(255, 132, 132, .72);
	background: rgba(119, 18, 22, .96);
}

/* Third-party floating launchers and the transient cart companion must never
 * cover media-viewer controls, even if they use the maximum z-index. */
body.alspe-lightbox-open .alspe-fly-cart-widget,
body.alspe-lightbox-open .alspe-mobile-buybar,
body.alspe-lightbox-open .chaty-widget,
body.alspe-lightbox-open [id^="chaty-widget-"],
body.alspe-lightbox-open [class*="chaty-widget-container"] {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

@media (max-width: 767px),
	(max-width: 932px) and (orientation: landscape) and (max-height: 520px) and (pointer: coarse) {
	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage {
		padding: calc(66px + env(safe-area-inset-top)) 10px calc(62px + env(safe-area-inset-bottom)) !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage img,
	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage > img {
		max-width: calc(100vw - 20px) !important;
		max-height: calc(100dvh - 128px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage.is-zoomed img {
		transform: scale(2.35);
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close {
		top: max(10px, env(safe-area-inset-top)) !important;
		right: max(10px, env(safe-area-inset-right)) !important;
		width: 46px !important;
		height: 46px !important;
		min-width: 46px !important;
		min-height: 46px !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom {
		top: max(10px, env(safe-area-inset-top)) !important;
		left: max(10px, env(safe-area-inset-left)) !important;
		grid-template-columns: 22px;
		width: 46px !important;
		height: 46px !important;
		min-width: 46px !important;
		min-height: 46px !important;
		padding: 0 !important;
		border-radius: 50% !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom > span {
		display: none !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav {
		width: 44px !important;
		height: 54px !important;
		min-width: 44px !important;
		min-height: 54px !important;
		border-radius: 14px !important;
		background: rgba(255, 255, 255, .9) !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav--previous {
		right: max(8px, env(safe-area-inset-right)) !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav--next {
		left: max(8px, env(safe-area-inset-left)) !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-meta {
		bottom: max(9px, env(safe-area-inset-bottom));
		max-width: calc(100vw - 24px);
		padding: 7px 11px;
		font-size: 9px;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-meta > span:last-child {
		display: none;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-counter {
		padding-left: 0;
		border-left: 0;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-status {
		bottom: calc(52px + env(safe-area-inset-bottom));
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage img,
	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-close,
	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-zoom,
	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-nav {
		transition: none !important;
	}

	body.alspe-product-layout > .alspe-lightbox .alspe-lightbox-stage.is-loading::before {
		animation-duration: 1.4s;
	}
}
