/* ============================================================
   AdaptX Product Page Layout
   Mobile-first, 375 base. Desktop >=1024.
   ============================================================ */

/* ── Reset & base ───────────────────────────────────────────── */
body.single-product {
	overflow-x: hidden;
}
html:has(body.single-product),
body.single-product #page,
body.single-product .page-container {
	max-width: 100%;
	overflow-x: clip;
}

@media (max-width: 767px) {
	body.single-product .header-v5 .container,
	body.single-product header .container,
	body.single-product .site-header .container {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	body.single-product #to-top,
	body.single-product .scroll-button {
		display: none !important;
	}
	body.single-product #ts-ajax-add-to-cart-message {
		left: 0 !important;
		right: 0 !important;
		width: auto !important;
		max-width: 100% !important;
	}
}

.axv2-page *,
.axv2-sticky-bar * {
	box-sizing: border-box;
}

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

/* ── Page wrapper ───────────────────────────────────────────── */
.axv2-page {
	padding: 0 16px 100px;
	max-width: 600px;
	margin: 0 auto;
	letter-spacing: 0;
}

/* ── Breadcrumb ─────────────────────────────────────────────── */
.axv2-crumb {
	font-size: 11px;
	color: #888;
	margin: 4px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
}
.axv2-crumb a { color: inherit; text-decoration: none; }
.axv2-crumb a:hover { text-decoration: underline; }

/* ── Hero section ───────────────────────────────────────────── */
.axv2-hero { padding-top: 4px; }

/* ── Title row ──────────────────────────────────────────────── */
.axv2-titlerow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 4px;
}
.axv2-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.axv2-badge {
	display: none;
	flex-shrink: 0;
	background: #D21C5D;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 4px;
	line-height: 1.4;
	margin-top: 2px;
}

/* ── Meta row ───────────────────────────────────────────────── */
.axv2-metarow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.axv2-stars {
	font-size: 11px;
	color: #f5a623;
}
.axv2-rating-count { color: #888; margin-left: 2px; }
.axv2-price-block {
	display: grid;
	justify-items: end;
	gap: 4px;
	flex-shrink: 0;
}
.axv2-price-new {
	font-size: 14px;
	font-weight: 800;
	color: #d21c5d;
	white-space: nowrap;
}
.axv2-price-new .woocommerce-Price-currencySymbol { font-size: 12px; }
.axv2-price-old {
	font-size: 16px;
	color: #111;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	white-space: nowrap;
}
.axv2-price-old .woocommerce-Price-currencySymbol { font-size: 14px; }
.axv2-price-discount {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #d21c5d;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}
.axv2-price-discount-label {
	white-space: nowrap;
}

/* ── 3D Viewer ──────────────────────────────────────────────── */
.axv2-viewer {
	margin: 0 0 8px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	height: 420px;
	position: relative;
	padding: 6px;
}

/* Hide all the nooni / WC gallery chrome we don't need */
.axv2-viewer .woocommerce-product-gallery {
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 1 !important;
}
.axv2-viewer .woocommerce-product-gallery__wrapper {
	height: 100%;
	position: relative;
}
.axv2-viewer .product-label {
	display: none !important;
}
.axv2-viewer .pl-gallery-tabs {
	position: absolute;
	inset: 6px;
	display: block !important;
	height: auto;
}
/* Hide image-based panels & thumbnail strip; show only 3D panel */
.axv2-viewer .woocommerce-product-gallery__image { display: none !important; }
.axv2-viewer .woocommerce-product-thumbnails { display: none !important; }
.axv2-viewer .pl-tab-strip { display: none !important; }
.axv2-viewer .pl-gallery-panel:not(#pl-panel-3d):not(.pl-panel-3d) { display: none !important; }
.axv2-viewer #pl-panel-3d,
.axv2-viewer .pl-panel-3d { display: block !important; height: 100%; }
.axv2-viewer .nb-sdv-container { height: 100% !important; overflow: hidden; }
.axv2-viewer #sdv-container,
.axv2-viewer #sdv-container > div { height: 100% !important; }

/* Fallback: if tabs JS hasn't run yet, show nb-sdv-container directly */
.axv2-viewer .nb-sdv-container { display: block !important; }

/* Placeholder image sizing */
.axv2-viewer .adaptx-sdv-real-placeholder { border-radius: 4px; overflow: hidden; }
.axv2-viewer .adaptx-sdv-real-placeholder img { height: 100%; object-fit: contain; }

/* Remove dummy sliders from within the viewer area */
.axv2-viewer #pl-dummy-sliders { display: none !important; }

@media (max-width: 767px) {
	.axv2-viewer {
		height: 294px !important;
		padding: 0;
	}
	.axv2-viewer .woocommerce-product-gallery__wrapper,
	.axv2-viewer .pl-gallery-tabs,
	.axv2-viewer .nb-sdv-container,
	.axv2-viewer #sdv-container,
	.axv2-viewer #sdv-container > div,
	.axv2-viewer #pl-panel-3d,
	.axv2-viewer .pl-panel-3d,
	.axv2-viewer .adaptx-sdv-real-placeholder,
	.axv2-viewer .adaptx-sdv-real-placeholder img {
		height: 100% !important;
	}
		.axv2-viewer .pl-gallery-tabs {
			inset: 0;
		}
		.axv2-badge {
			display: none;
		}
		.axv2-price-block {
			display: none;
		}
}

/* ── Spec chips ─────────────────────────────────────────────── */
.axv2-spec-chips {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.axv2-chip {
	font-size: 11px;
	font-weight: 600;
	padding: 2px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 99px;
	background: #fff;
	color: #333;
	font-variant-numeric: tabular-nums;
	line-height: 1.6;
}

/* ── Slider base styles ─────────────────────────────────────── */
.axv2-sliders-primary,
.axv2-sliders-secondary {
	border: none;
	padding: 0;
	margin: 0 0 8px;
}

.axv2-slider-row { margin-bottom: 4px; }

.axv2-slider-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
.axv2-slider-header label {
	font-size: 12px;
	font-weight: 600;
	color: #1a1a1a;
}
.axv2-val-chip {
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	padding: 1px 6px;
	min-width: 38px;
	text-align: center;
	cursor: pointer;
	font-variant-numeric: tabular-nums;
	line-height: 1.6;
	color: #111;
}
.axv2-val-chip:focus-visible {
	outline: 2px solid #f5a623;
	outline-offset: 2px;
}

/* Native range input */
.axv2-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: #e0e0e0;
	outline: none;
	cursor: pointer;
	display: block;
}
.axv2-slider::-webkit-slider-runnable-track {
	height: 6px;
	border-radius: 3px;
	background: transparent;
}
.axv2-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #3f51b5;
	border: 2px solid #fff;
	margin-top: -6px;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.axv2-slider::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #3f51b5;
	border: 2px solid #fff;
	cursor: pointer;
}
.axv2-slider:focus-visible { outline: 2px solid #3f51b5; outline-offset: 4px; }

/* ── Mini sliders (accordion) ───────────────────────────────── */
.axv2-mini-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	border-bottom: 1px dashed #ebebeb;
}
.axv2-mini-row:last-child { border-bottom: none; }
.axv2-mini-row label {
	font-size: 12px;
	font-weight: 600;
	color: #1a1a1a;
	min-width: 44px;
	flex-shrink: 0;
}
.axv2-slider-mini { margin: 0; flex: 1; }
.axv2-mini-val {
	font-size: 11px;
	font-weight: 700;
	color: #444;
	min-width: 24px;
	text-align: right;
	font-variant-numeric: tabular-nums;
	flex-shrink: 0;
}

/* ── Accordions ─────────────────────────────────────────────── */
.axv2-acc {
	border-top: 1px dashed #d0d0d0;
	margin-bottom: 0;
}
.axv2-acc + .axv2-acc { border-top: 1px dashed #d0d0d0; }
.axv2-acc-summary {
	font-size: 13px;
	font-weight: 700;
	padding: 10px 0;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
}
.axv2-acc-summary::-webkit-details-marker { display: none; }
.axv2-acc-summary::after {
	content: '▾';
	font-size: 11px;
	color: #666;
	transition: transform 200ms ease;
}
.axv2-acc[open] > .axv2-acc-summary::after { transform: rotate(180deg); }
.axv2-acc-body {
	overflow: hidden;
	padding-bottom: 8px;
}

/* ── Toggles ────────────────────────────────────────────────── */
.axv2-toggles { padding: 0; }
.axv2-toggle-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	border-bottom: 1px dashed #ebebeb;
}
.axv2-toggle-row:last-child { border-bottom: none; }
.axv2-toggle-label {
	font-size: 12px;
	font-weight: 600;
	color: #1a1a1a;
}
.axv2-toggle {
	width: 30px;
	height: 16px;
	border-radius: 99px;
	background: #ccc;
	border: none;
	cursor: pointer;
	position: relative;
	padding: 0;
	transition: background 150ms ease;
	flex-shrink: 0;
}
.axv2-toggle::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	transition: transform 150ms ease;
}
.axv2-toggle[aria-checked="true"] { background: #1a1a1a; }
.axv2-toggle[aria-checked="true"]::after { transform: translateX(14px); }
.axv2-toggle:focus-visible { outline: 2px solid #f5a623; outline-offset: 2px; }

/* ── Color swatches ─────────────────────────────────────────── */
.axv2-swatches {
	border: none;
	padding: 0;
	margin: 12px 0 8px;
}
.axv2-swatches-legend {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
	width: auto;
}
.axv2-swatch-list {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}
.axv2-swatch {
	width: 64px;
	height: 64px;
	border-radius: 6px;
	border: 1px solid #d0d0d0;
	background: var(--sw-bg, #f0f0f0);
	cursor: pointer;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: box-shadow 100ms ease, outline 100ms ease;
	flex-direction: column;
}
.axv2-swatch.is-selected {
	outline: 2px solid #f5a623;
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(245,166,35,.2);
}
.axv2-swatch:focus-visible { outline: 2px solid #f5a623; outline-offset: 2px; }
.axv2-swatch-label {
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	background: rgba(0,0,0,.45);
	padding: 2px 2px 3px;
	line-height: 1.2;
}
/* Wood-grain pattern */
.axv2-wood-stripe {
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		165deg,
		rgba(255,255,255,.08) 0px,
		rgba(255,255,255,.08) 2px,
		transparent 2px,
		transparent 8px
	);
	pointer-events: none;
}

/* ── Ghost CTA button ───────────────────────────────────────── */
.axv2-ghost-btn {
	display: block;
	width: 100%;
	height: 32px;
	border: 1px solid #d0d0d0;
	background: #fff;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 4px;
	margin: 8px 0 16px;
}
.axv2-ghost-btn:hover { background: #f9f9f9; }
.axv2-ghost-btn:focus-visible { outline: 2px solid #f5a623; outline-offset: 2px; }

/* ── Product support blocks ───────────────────────────────── */
.axv2-assist {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
}
.axv2-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 14px;
	border-radius: 6px;
	background: #25d366;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.axv2-whatsapp:hover,
.axv2-whatsapp:focus {
	color: #fff;
	background: #1fb85a;
}
.axv2-whatsapp img {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}
.axv2-shipping {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #e8f0e9;
	color: #2d5a35;
}
.axv2-shipping-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #3a6b42;
	color: #fff;
	flex: 0 0 38px;
}
.axv2-shipping-icon svg {
	display: block;
	fill: currentColor;
}
.axv2-shipping-copy {
	display: grid;
	gap: 1px;
	font-size: 13px;
	line-height: 1.35;
}
.axv2-shipping-copy strong {
	font-size: 14px;
	color: #2d5a35;
}

/* ── Info section (after_single_product_summary) ──────────── */
.axv2-info {
	margin-top: 16px;
	width: 100%;
	min-width: 0;
}
.axv2-info > .woocommerce-tabs,
.axv2-info > .wc-tabs-wrapper,
.axv2-info > .adaptx-review-grid {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 16px;
	padding-right: 16px;
}
.axv2-info .woocommerce-tabs,
.axv2-info .wc-tabs-wrapper,
.axv2-info .woocommerce-Tabs-panel,
.axv2-info .adaptx-review-grid {
	max-width: 100%;
}
.axv2-info .woocommerce-tabs ul.tabs,
.axv2-info .wc-tabs {
	margin-left: 0;
	margin-right: 0;
}
.axv2-info .woocommerce-Tabs-panel {
	padding-left: 0;
	padding-right: 0;
}
.axv2-meta {
	margin: 16px 0 0;
	width: 100%;
	min-width: 0;
}
.axv2-meta .product_meta {
	display: block !important;
	margin: 0;
	padding-top: 16px;
	border-top: 1px solid #eee;
	font-size: 13px;
	line-height: 1.55;
	color: #777;
}
.axv2-meta .product_meta > span {
	display: block;
	margin: 0 0 4px;
}
.axv2-meta .product_meta .sku_wrapper {
	display: none;
}
.axv2-meta .product_meta a {
	color: #b71b5f;
	text-decoration: none;
}
.axv2-meta .product_meta a:hover {
	text-decoration: underline;
}
.axv2-info .woocommerce-tabs ul.tabs,
.axv2-info .wc-tabs {
	display: flex !important;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	min-height: 0;
	padding: 0 !important;
	border-bottom: 1px solid #ddd;
	list-style: none !important;
}
.axv2-info .woocommerce-tabs ul.tabs li,
.axv2-info .wc-tabs li {
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none !important;
}
.axv2-info .woocommerce-tabs ul.tabs li::before,
.axv2-info .woocommerce-tabs ul.tabs li::after,
.axv2-info .wc-tabs li::before,
.axv2-info .wc-tabs li::after {
	display: none !important;
}
.axv2-info .woocommerce-tabs ul.tabs li a,
.axv2-info .wc-tabs li a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 34px !important;
	color: #111 !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
}
.axv2-info .woocommerce-tabs ul.tabs li.active a,
.axv2-info .wc-tabs li.active a {
	background: #f1f1f1;
	font-weight: 700;
}

/* Suppress the review grid and related products in variant */
.axv2-info .related.products { display: none; }

/* ── Product Lab configurator form ─────────────────────────── */
.axv2-productlab-form {
	margin: 8px 0 10px;
}
.axv2-productlab-form form.cart {
	margin: 0;
}
.axv2-productlab-form #shapediver-inputs-container {
	display: block;
	margin: 0 0 14px;
}
.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready {
	display: grid;
	grid-template-columns: 40px 52px 40px;
	align-items: stretch;
	width: 132px !important;
	min-width: 132px !important;
	max-width: 132px !important;
	flex: 0 0 132px !important;
	overflow: hidden;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	background: #fff;
}
.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready .MuiInputBase-root {
	border-radius: 0 !important;
	box-sizing: border-box !important;
	width: 52px !important;
	min-width: 0 !important;
	max-width: 52px !important;
	border-left: 1px solid #d1d1d1 !important;
	border-right: 1px solid #d1d1d1 !important;
}
.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready .MuiOutlinedInput-notchedOutline {
	border: 0 !important;
}
.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready input[type="number"],
.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready .MuiInputBase-input {
	box-sizing: border-box !important;
	width: 52px !important;
	min-width: 0 !important;
	max-width: 52px !important;
	text-align: center !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	-moz-appearance: textfield;
}
.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready input[type="number"]::-webkit-outer-spin-button,
.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (max-width: 1023px) {
	.axv2-productlab-form .pl-range-input {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		column-gap: 8px;
		width: 100%;
	}
	.axv2-productlab-form .pl-range-input__range-container {
		min-width: 0 !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready {
		grid-template-columns: 32px 56px 32px;
		width: 120px !important;
		min-width: 120px !important;
		max-width: 120px !important;
		flex: 0 0 120px !important;
		justify-self: end;
		flex-shrink: 0 !important;
	}
	.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready .MuiInputBase-root {
		width: 56px !important;
		max-width: 56px !important;
	}
	.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready input[type="number"],
	.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready .MuiInputBase-input {
		width: 56px !important;
		max-width: 56px !important;
	}
	.axv2-stepper {
		width: 32px;
	}
}

.axv2-stepper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	width: 40px;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #f6f6f6;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}
.axv2-stepper:hover {
	background: #ececec;
}
.axv2-stepper:focus-visible {
	outline: 2px solid #3f51b5;
	outline-offset: 2px;
}
.axv2-stepper-minus {
	border-radius: 0;
}
.axv2-stepper-plus {
	border-radius: 0;
}
.axv2-productlab-form .quantity {
	margin-top: 10px;
}
.axv2-productlab-form .single_add_to_cart_button {
	margin-top: 5px;
}
.axv2-productlab-form form.cart .single_add_to_cart_button,
.axv2-productlab-form .cart .single_add_to_cart_button {
	margin-top: 5px !important;
}
.axv2-short-description {
	margin: 10px 0 12px;
	color: #444;
	font-size: 13px;
	line-height: 1.55;
}
.axv2-short-description p {
	margin: 0 0 8px;
}
.axv2-short-description p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
		.axv2-productlab-form {
			margin-top: 4px;
		}
	.axv2-productlab-form #shapediver-inputs-container {
		margin-bottom: 8px;
	}
	.axv2-productlab-form .pl-option {
		margin-bottom: 8px !important;
	}
	.axv2-productlab-form .pl-option__label {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	.axv2-productlab-form .pl-option__input {
		margin: 3px 0 !important;
	}
	.axv2-productlab-form .pl-range-input,
	.axv2-productlab-form .pl-range-input__range-container,
	.axv2-productlab-form .pl-range-input__number-container,
	.axv2-productlab-form .MuiInputBase-root {
		height: 42px !important;
		min-height: 42px !important;
	}
	.axv2-productlab-form .pl-range-input__range-container {
		margin-right: 10px !important;
	}
	.axv2-productlab-form .MuiSlider-root {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.axv2-productlab-form .MuiInputBase-input {
		height: 20px !important;
		min-height: 20px !important;
		padding: 11px 10px !important;
		font-size: 14px !important;
	}
		.axv2-productlab-form .MuiOutlinedInput-notchedOutline {
			height: 47px !important;
		}
			.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready {
				grid-template-columns: 32px 56px 32px;
				width: 120px !important;
				min-width: 120px !important;
				max-width: 120px !important;
				flex: 0 0 120px !important;
				height: 38px !important;
				min-height: 38px !important;
				overflow: hidden;
			}
			.axv2-stepper {
				height: 38px;
				width: 32px;
				min-width: 0;
				padding: 0;
				font-size: 17px;
			}
			.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready .MuiInputBase-root {
				width: 56px !important;
				min-width: 0 !important;
				max-width: 56px !important;
				height: 38px !important;
				min-height: 38px !important;
			}
			.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready input[type="number"],
			.axv2-productlab-form .pl-range-input__number-container.axv2-stepper-ready .MuiInputBase-input {
				box-sizing: border-box !important;
				width: 56px !important;
				min-width: 0 !important;
				max-width: 56px !important;
				text-align: center !important;
			}
		.axv2-productlab-form .pl-swatch {
			gap: 6px !important;
		}
		.axv2-productlab-form .pl-swatch__option {
			width: 82px !important;
			height: 78px !important;
			padding: 4px !important;
			flex: 0 0 82px !important;
		}
		.axv2-productlab-form .pl-swatch__option-image {
			width: 74px !important;
			height: 48px !important;
			object-fit: cover !important;
		}
		.axv2-productlab-form .pl-swatch__option-label {
			font-size: 12px !important;
			line-height: 18px !important;
		}
	.axv2-info .woocommerce-tabs ul.tabs,
	.axv2-info .wc-tabs {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.axv2-info .woocommerce-tabs ul.tabs li,
	.axv2-info .wc-tabs li {
		flex: 0 0 auto;
	}
	.axv2-info .woocommerce-tabs ul.tabs li a,
	.axv2-info .wc-tabs li a {
		min-height: 46px;
		padding: 0 16px !important;
		font-size: 15px;
	}
}

/* ── Sticky bottom bar ──────────────────────────────────────── */
.axv2-sticky-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 2px solid #1a1a1a;
	display: flex;
	flex-direction: column;
	padding: 8px 10px 10px;
	gap: 6px;
	z-index: 1000;
	box-shadow: 0 -2px 8px rgba(0,0,0,0);
	transition: box-shadow 200ms ease;
}
.axv2-sticky-bar.is-scrolled { box-shadow: 0 -2px 8px rgba(0,0,0,.06); }

/* Price row */
.axv2-sticky-price {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0 2px;
	min-height: 24px;
}
.axv2-sticky-price-new {
	font-size: 19px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1;
	letter-spacing: 0;
}
.axv2-sticky-price-old {
	font-size: 12px;
	text-decoration: line-through;
	color: #777;
	line-height: 1;
	background: #f1f1f1;
	border-radius: 3px;
	padding: 3px 5px;
}
.axv2-sticky-discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #d21c5d;
	border-radius: 4px;
	padding: 3px 7px;
	line-height: 1.3;
	box-shadow: 0 1px 3px rgba(210,28,93,.22);
}
.axv2-sticky-discount::after {
	content: ' indirim';
	font-size: 10px;
	font-weight: 700;
	margin-left: 3px;
	text-transform: uppercase;
}

@media (max-width: 380px) {
	.axv2-sticky-price {
		gap: 5px;
	}
	.axv2-sticky-price-new {
		font-size: 17px;
	}
	.axv2-sticky-price-old {
		font-size: 11px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.axv2-sticky-discount {
		font-size: 11px;
		padding-left: 6px;
		padding-right: 6px;
	}
	.axv2-sticky-discount::after {
		content: '';
		margin-left: 0;
	}
}

/* Action row */
.axv2-sticky-actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.axv2-wishlist-btn {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border: 1px solid #d0d0d0;
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #555;
}
.axv2-wishlist-btn:hover { background: #f5f5f5; }
.axv2-wishlist-btn:focus-visible { outline: 2px solid #f5a623; outline-offset: 2px; }

.axv2-cart-btn {
	flex: 1;
	height: 42px;
	background: #1a1a1a;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	min-width: 0;
	letter-spacing: 0.03em;
}
.axv2-cart-btn:hover { background: #333; }
.axv2-cart-btn:focus-visible { outline: 2px solid #f5a623; outline-offset: 2px; }
.axv2-cart-btn:active { transform: scale(.98); }

/* ── Suppress nooni/WC elements we don't need ──────────────── */
	.axv2-page .woocommerce-product-rating,
		.axv2-page .ts-product-ratings-stock,
	.axv2-page .product-images-summary > .summary,
	.axv2-page .adaptx-glb-panel,
.axv2-page .ts-buy-now-button,
.axv2-page .nb-sdv-wrapper > *:not(.axv2-viewer *),
.axv2-page + .page-container { display: none !important; }

/* ── Desktop ≥1024 ──────────────────────────────────────────── */
@media (min-width: 1024px) {
	.axv2-page {
		max-width: 1200px;
		padding: 16px 32px 32px;
		display: grid;
		grid-template-columns: 1fr 420px;
		grid-template-rows: auto;
		column-gap: 48px;
	}
	.axv2-crumb { grid-column: 1 / -1; }
		.axv2-hero {
			grid-column: 2 / 3;
			grid-row: 2;
		}
	.axv2-title {
			font-size: 19px;
			letter-spacing: 0 !important;
		}
		.axv2-metarow {
			display: grid;
			justify-content: start;
			align-items: start;
			gap: 6px;
			margin-top: 10px;
			margin-bottom: 18px;
			letter-spacing: 0;
		}
		.axv2-price-block {
			justify-items: start;
			gap: 5px;
			letter-spacing: 0;
		}
		.axv2-price-old {
			font-size: 24px;
			line-height: 1;
			letter-spacing: 0;
		}
		.axv2-price-old .woocommerce-Price-currencySymbol {
			font-size: 18px;
		}
		.axv2-price-discount {
			font-size: 20px;
			letter-spacing: 0;
		}
		.axv2-price-new {
			font-size: 20px;
			letter-spacing: 0;
		}
		.axv2-price-new .woocommerce-Price-currencySymbol {
			font-size: 16px;
		}
		.axv2-viewer {
			grid-column: 1 / 2;
			grid-row: 2 / span 3;
			height: 640px;
			margin: 0;
			padding: 0;
		}
		.axv2-viewer .pl-gallery-tabs {
			inset: 0;
		}
		.axv2-viewer .adaptx-sdv-real-placeholder img {
			height: 100%;
		}
			.axv2-productlab-form {
				grid-column: 2 / 3;
				grid-row: 3;
			}
				.axv2-short-description {
					grid-column: 2 / 3;
					grid-row: 4;
					margin: 4px 0 14px;
					font-size: 14px;
					line-height: 1.55;
				}
				.axv2-assist {
					grid-column: 2 / 3;
					grid-row: 5;
					margin-bottom: 0;
				}
				.axv2-meta {
					grid-column: 2 / 3;
					grid-row: 6;
					align-self: start;
					margin-top: 18px;
				}
			.axv2-meta .product_meta {
				padding-top: 18px;
				font-size: 13px;
				letter-spacing: .04em;
			}
			.axv2-meta .product_meta > span {
				display: inline;
			}
			.axv2-meta .product_meta > span:first-child::before {
				text-transform: uppercase;
			}
				.axv2-info {
					grid-column: 1 / -1;
					grid-row: 7;
					margin-top: 32px;
				}
			.axv2-info > .woocommerce-tabs,
		.axv2-info > .wc-tabs-wrapper,
		.axv2-info > .adaptx-review-grid {
				padding-left: 32px;
				padding-right: 32px;
			}
			.axv2-viewer {
				overflow: visible;
			}
			.axv2-viewer .pl-tab-strip {
				display: none !important;
			}
			.axv2-viewer .pl-tab-strip button,
			.axv2-viewer .pl-tab-strip .pl-tab-button {
				min-width: 80px;
				height: 60px;
				border: 2px solid #111;
				border-radius: 4px;
				background: #f4f4f4;
				color: #555;
				font-size: 11px;
				font-weight: 800;
				line-height: 1.15;
				text-transform: uppercase;
				letter-spacing: .08em;
			}
			.axv2-viewer .woocommerce-product-thumbnails {
				display: none !important;
			}
			.axv2-viewer .woocommerce-product-thumbnails .woocommerce-product-thumbnail,
			.axv2-viewer .woocommerce-product-thumbnails img {
				width: 80px;
				height: 60px;
				object-fit: cover;
				border-radius: 3px;
			}
			.axv2-viewer .woocommerce-product-thumbnails img {
				display: block;
			}
			.axv2-info .woocommerce-tabs ul.tabs,
			.axv2-info .wc-tabs {
				flex-wrap: nowrap;
			}
		.axv2-sticky-bar { display: none; }
		.axv2-ghost-btn { display: block; }
	}

/* ── Hide campaign banner on variant ───────────────────────── */
.header-store-notice { display: none !important; }

/* ── Keep nb-price-container accessible for Product Lab ─────── */
#nb-price-container { display: none; }
.axv2-page #discounted-price { display: none !important; }
