/**
 * Axon product-detail presentation.
 *
 * This module skins the parent theme's live WooCommerce gallery, variation,
 * quantity, cart, tab and related-product markup. No commerce template is
 * replaced, so parent/plugin updates keep owning behavior.
 */

.axon-design-system.single-product .pls-site-content {
	background: var(--axon-navy-strong);
}

/* Minimal breadcrumb: navigation aid, not a second page header. */
.axon-design-system.single-product .pls-single-product-top {
	min-height: 0 !important;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.axon-design-system.single-product .pls-single-product-top > .container {
	width: min(100%, 1250px);
	max-width: none;
	padding: 10px 15px 0 !important;
}

.axon-design-system.single-product .pls-single-product-top :where(.row, .col) {
	margin: 0;
	padding: 0;
}

.axon-design-system.single-product .pls-single-product-top :where(.row, .col, .entry-breadcrumb, .pls-sp-breadcrumb-navigation) {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.axon-design-system.single-product .pls-single-product-top :where(.entry-breadcrumb, .pls-sp-breadcrumb-navigation) {
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	color: var(--axon-text-muted);
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
}

.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb :where(a, .last) {
	display: inline-block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	color: var(--axon-text-muted);
	text-overflow: ellipsis;
}

.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb .last {
	color: var(--axon-text);
}

.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb a:hover,
.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb a:focus-visible {
	color: var(--axon-cyan-soft);
}

.axon-design-system.single-product .pls-single-product-top .pls-delimiter-sep {
	flex: 0 0 auto;
	opacity: .55;
}

/* Main two-column purchase area. */
.axon-design-system.single-product .pls-single-product {
	width: min(calc(100% - 30px), 1250px);
	margin: 30px auto 0;
}

.axon-design-system.single-product .pls-product-gallery-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
	align-items: start;
	gap: 44px;
}

.axon-design-system.single-product .pls-product-gallery-summary > .pls-product-gallery,
.axon-design-system.single-product .pls-product-gallery-summary > .summary.entry-summary {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

.axon-design-system.single-product .pls-product-gallery {
	position: sticky;
	top: 96px;
	padding: 16px;
	border: 1px solid rgba(142, 220, 247, .18);
	border-radius: 24px;
	background: #102631;
	box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
}

.axon-design-system.single-product .woocommerce-product-gallery__wrapper,
.axon-design-system.single-product .woocommerce-product-gallery__image,
.axon-design-system.single-product .woocommerce-product-gallery__image img {
	border-radius: 18px;
}

.axon-design-system.single-product .woocommerce-product-gallery__image {
	display: grid;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #159fd0;
	place-items: center;
}

.axon-design-system.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
}

.axon-design-system.single-product .pls-product-gallery-thumbnails {
	margin-right: 12px;
}

.axon-design-system.single-product .woocommerce-product-gallery__thumbnail {
	box-sizing: border-box;
	flex: 0 0 58px !important;
	width: 58px !important;
	height: 58px !important;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 12px;
	background: var(--axon-surface);
	opacity: .72;
	transition: box-shadow 180ms ease, opacity 180ms ease;
}

.axon-design-system.single-product .woocommerce-product-gallery__thumbnail:is(.swiper-slide-thumb-active, :hover, :focus-visible) {
	outline: 0 !important;
	box-shadow: 0 0 0 2px var(--axon-cyan);
	opacity: 1;
}

.axon-design-system.single-product .woocommerce-product-gallery__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border: 0 !important;
	border-radius: inherit;
	object-fit: contain;
	object-position: center;
}

.axon-design-system.single-product .summary.entry-summary {
	position: relative !important;
	top: auto !important;
	padding: 32px;
	border: 1px solid rgba(142, 220, 247, .18);
	border-radius: 24px;
	background: var(--axon-navy);
	box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
}

.axon-design-system.single-product .summary .product_title {
	margin: 0 0 10px;
	color: var(--axon-text);
	font-size: clamp(34px, 3.6vw, 52px);
	font-weight: 700;
	line-height: 1.02;
}

.axon-design-system.single-product .pls-product-added-cart-msg {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	margin: 0 0 16px;
	padding: 6px 11px;
	border: 1px solid rgba(67, 189, 232, .28);
	border-radius: 999px;
	background: rgba(67, 189, 232, .08);
	color: var(--axon-cyan-soft);
	font-size: 11px;
	font-weight: 600;
}

.axon-design-system.single-product .summary :where(.pls-product-added-cart-msg, .wc-points-rewards-product-message, .points, .points strong) {
	color: var(--axon-text-muted) !important;
}

.axon-design-system.single-product .summary .pls-product-price-info {
	margin: 0 0 10px;
}

.axon-design-system.single-product .summary .pls-product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	margin: 0;
	color: var(--axon-text);
}

.axon-design-system.single-product .summary .pls-product-price > .wc-points-rewards-product-message,
.axon-design-system.single-product .summary .woocommerce-variation-price .wc-points-rewards-product-message {
	width: 100%;
	color: var(--axon-text-muted);
	font-size: 12px;
	font-weight: 500;
}

.axon-design-system.single-product .summary .pls-product-price > .price,
.axon-design-system.single-product .summary .woocommerce-variation-price > .price {
	color: var(--axon-cyan-soft);
	font-size: 30px;
	font-weight: 700;
}

.axon-design-system.single-product .summary .pls-product-stock {
	display: inline-flex !important;
	margin: 2px 0 18px;
}

.axon-design-system.single-product .summary .stock {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid rgba(43, 182, 115, .42);
	border-radius: 999px;
	background: rgba(43, 182, 115, .1);
	color: #7ee2ae;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.axon-design-system.single-product .summary .woocommerce-product-details__short-description {
	margin: 0 0 24px;
	color: var(--axon-text-muted);
	font-size: 15px;
	line-height: 1.65;
}

.axon-design-system.single-product .summary form.cart {
	display: block;
	margin: 0;
	padding-top: 22px;
	border-top: 1px solid var(--axon-border);
}

.axon-design-system.single-product .summary .variations {
	display: block;
	margin-bottom: 18px;
}

.axon-design-system.single-product .summary .variation-swatche {
	display: grid;
	gap: 10px;
}

.axon-design-system.single-product .summary :where(.variation-swatche, .points, .points strong) {
	color: var(--axon-text) !important;
}

.axon-design-system.single-product .summary .variation-swatche > .label {
	color: var(--axon-text);
	font-size: 13px;
	font-weight: 700;
}

.axon-design-system.single-product .summary .pls-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.axon-design-system.single-product .summary .pls-swatches > span {
	display: inline-flex;
	min-width: 68px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid rgba(142, 220, 247, .24) !important;
	border-radius: 999px !important;
	background: var(--axon-surface) !important;
	color: var(--axon-text) !important;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.axon-design-system.single-product .summary .pls-swatches > span:hover,
.axon-design-system.single-product .summary .pls-swatches > span:focus-visible,
.axon-design-system.single-product .summary .pls-swatches > span.selected,
.axon-design-system.single-product .summary .pls-swatches > span.swatch-selected {
	border-color: var(--axon-cyan) !important;
	background: rgba(31, 154, 209, .18) !important;
	color: var(--axon-cyan-soft) !important;
	box-shadow: 0 0 0 2px rgba(67, 189, 232, .12);
}

.axon-design-system.single-product .summary .reset_variations {
	display: inline-flex !important;
	visibility: visible !important;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--axon-text-muted);
	font-size: 12px;
}

.axon-design-system.single-product .summary .reset_variations:is(:hover, :focus-visible) {
	border-color: var(--axon-border);
	background: rgba(255, 255, 255, .035);
	color: var(--axon-cyan-soft);
}

body.axon-design-system.single-product div.summary form.variations_form .variation-swatche .value > a.reset_variations {
	display: inline-flex !important;
	visibility: visible !important;
}

/* Keep the native variation selector keyboard-accessible. It expands only
 * while focused, so pointer users retain the compact swatch presentation. */
.axon-design-system.single-product .summary .variation-selector.pls-hidden {
	display: block !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;
	white-space: nowrap !important;
}

.axon-design-system.single-product .summary .variation-selector.pls-hidden:focus-within {
	position: relative !important;
	width: min(100%, 280px) !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
}

.axon-design-system.single-product .summary .variation-selector select {
	visibility: visible !important;
	opacity: 1 !important;
	width: 100%;
	min-height: 44px;
	padding: 8px 34px 8px 12px;
	border: 1px solid var(--axon-cyan) !important;
	border-radius: 10px;
	background: var(--axon-surface);
	color: var(--axon-text);
}

/* The quantity plugin owns its layout. The child theme only maps Axon tokens. */
body.axon-design-system.single-product {
	--zais-wcqt-accent: var(--axon-cyan-strong, #1f9ad1);
	--zais-wcqt-ink: var(--axon-text, #eaf4fa);
	--zais-wcqt-muted: var(--axon-text-muted, #aec4d2);
	--zais-wcqt-border: rgba(142, 220, 247, .18);
	--zais-wcqt-surface: transparent;
	--zais-wcqt-on-accent: var(--axon-on-cyan, #071f2b);
	--zais-wcqt-focus: rgba(95, 199, 240, .32);
	--zais-wcqt-radio-inset: #0f202a;
	--zais-wcqt-sticky-bg: #0f202a;
	--zais-wcqt-sticky-shadow: 0 -10px 30px rgba(0, 0, 0, .32);
}

.axon-design-system.single-product .summary :where(.pls-whishlist-btn, .pls-compare-btn) {
	display: inline-flex !important;
	margin: 14px 12px 0 0;
}

body.axon-design-system.single-product div.summary .pls-whishlist-btn,
body.axon-design-system.single-product div.summary .pls-compare-btn {
	display: inline-flex !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
}

body.axon-design-system.single-product div.summary :where(.pls-whishlist-btn, .pls-compare-btn) > a {
	position: relative !important;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	width: auto !important;
	height: auto !important;
	min-width: 44px !important;
	min-height: 44px !important;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 9px 12px !important;
	border: 1px solid var(--axon-border) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, .035) !important;
	color: var(--axon-text) !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	text-indent: 0 !important;
	white-space: nowrap;
}

body.axon-design-system.single-product div.summary :where(.pls-whishlist-btn, .pls-compare-btn) > a::before {
	position: static !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--axon-cyan-soft) !important;
	font-size: 18px !important;
	line-height: 1 !important;
	transform: none !important;
}

.axon-design-system.single-product .summary :where(.pls-whishlist-btn, .pls-compare-btn) a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	padding: 7px 12px;
	border: 1px solid var(--axon-border);
	border-radius: 999px;
	color: var(--axon-text-muted);
	font-size: 12px;
}

.axon-design-system.single-product .summary :where(.pls-deliver-return, .pls-product-share, .pls-estimated-delivery, .pls-product-return, .pls-product-trust-badge, .product_meta, .product_meta a) {
	color: var(--axon-text-muted) !important;
}

.axon-design-system.single-product .summary :where(.pls-deliver-return, .pls-product-share, .pls-estimated-delivery, .pls-product-return, .pls-product-trust-badge, .product_meta) :where(span, strong, b, p, div) {
	color: inherit !important;
}

.axon-design-system.single-product .summary :where(.pls-deliver-return, .pls-product-share) {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin: 16px 8px 8px 0;
	padding: 10px 14px;
	border: 1px solid var(--axon-border);
	border-radius: 10px;
	background: rgba(255, 255, 255, .035);
	color: var(--axon-text) !important;
	font-size: 13px;
	font-weight: 650;
}

.axon-design-system.single-product .summary :where(.pls-estimated-delivery, .pls-product-return) {
	display: flex;
	min-height: 58px;
	align-items: center;
	margin: 8px 0;
	padding: 12px 14px;
	border: 1px solid var(--axon-border);
	border-radius: 12px;
	background: var(--axon-surface);
	color: var(--axon-text-muted) !important;
	font-size: 13px;
	line-height: 1.45;
}

.axon-design-system.single-product .summary :where(.pls-estimated-delivery, .pls-product-return) span {
	color: var(--axon-text) !important;
	font-weight: 700;
}

.axon-design-system.single-product .summary .pls-product-trust-badge {
	display: flex;
	width: fit-content;
	min-height: 58px;
	align-items: center;
	margin: 10px 0;
	padding: 9px 12px;
	border: 1px solid var(--axon-border);
	border-radius: 12px;
	background: var(--axon-surface);
}

.axon-design-system.single-product .summary .pls-product-trust-badge img {
	width: auto;
	max-height: 38px;
}

.axon-design-system.single-product .summary .product_meta {
	display: grid;
	gap: 8px;
	margin-top: 12px;
	padding: 16px;
	border: 1px solid var(--axon-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, .025);
	color: var(--axon-text-muted) !important;
}

.axon-design-system.single-product .summary .product_meta > span {
	color: var(--axon-text) !important;
	font-weight: 650;
}

.axon-design-system.single-product .summary .product_meta > span :where(.sku, a) {
	color: var(--axon-text-muted) !important;
	font-weight: 500;
}

.axon-design-system.single-product .axon-pdp-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 22px;
}

.axon-design-system.single-product .axon-pdp-trust > div {
	display: grid;
	min-width: 0;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 9px;
	padding: 11px;
	border: 1px solid var(--axon-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, .03);
}

.axon-design-system.single-product .axon-pdp-trust i {
	color: var(--axon-cyan);
	font-size: 20px;
}

.axon-design-system.single-product .axon-pdp-trust span {
	display: grid;
	min-width: 0;
}

.axon-design-system.single-product .axon-pdp-trust strong {
	color: var(--axon-text);
	font-size: 11px;
	line-height: 1.25;
}

.axon-design-system.single-product .axon-pdp-trust small {
	color: var(--axon-text-muted);
	font-size: 9px;
	line-height: 1.25;
}

/* Information and recommendations continue using parent Woo behavior. */
.axon-design-system.single-product .woocommerce-tabs {
	margin-top: 52px;
	padding: 0;
	border: 1px solid rgba(142, 220, 247, .18);
	border-radius: 22px;
	background: var(--axon-navy);
	overflow: hidden;
}

.axon-design-system.single-product .woocommerce-tabs .wc-tabs {
	display: flex;
	gap: 4px;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid var(--axon-border);
	background: rgba(255, 255, 255, .025);
}

.axon-design-system.single-product .woocommerce-tabs .wc-tabs a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	color: var(--axon-text-muted);
	font-size: 12px;
	font-weight: 700;
}

.axon-design-system.single-product .woocommerce-tabs .wc-tabs .active a {
	background: var(--axon-cyan-strong);
	color: var(--axon-on-cyan) !important;
}

.axon-design-system.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	padding: clamp(22px, 4vw, 48px);
	color: var(--axon-text-muted);
}

.axon-design-system.single-product .woocommerce-tabs .woocommerce-Tabs-panel > * {
	max-width: 75ch;
}

.axon-design-system.single-product .woocommerce-tabs .woocommerce-Tabs-panel :where(h2, h3, h4, strong, th) {
	color: var(--axon-text) !important;
}

/* Parent table stripes are light by default; keep product attributes inside
 * the same dark information surface as the rest of the tab panel. */
.axon-design-system.single-product .woocommerce-tabs .woocommerce-product-attributes tr,
.axon-design-system.single-product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(odd),
.axon-design-system.single-product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(even),
.axon-design-system.single-product .woocommerce-tabs .woocommerce-product-attributes :where(th, td) {
	border-color: var(--axon-border) !important;
	background: transparent !important;
}

.axon-design-system.single-product .woocommerce-tabs .woocommerce-product-attributes th {
	color: var(--axon-text) !important;
}

.axon-design-system.single-product .woocommerce-tabs .woocommerce-product-attributes :where(td, td p) {
	color: var(--axon-text-muted) !important;
}

.axon-design-system.single-product :where(a, button, input, select, .swatch-term, .woocommerce-product-gallery__thumbnail):focus-visible {
	outline: 2px solid var(--axon-cyan-soft) !important;
	outline-offset: 3px;
}

.axon-design-system.single-product .related.products,
.axon-design-system.single-product .upsells.products {
	margin-top: 58px;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) > h2 {
	margin-bottom: 28px;
	color: var(--axon-text);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.axon-design-system.single-product .pls-product-gallery-summary {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.axon-design-system.single-product .pls-product-gallery {
		position: relative;
		top: auto;
	}
}

@media (max-width: 767px) {
	.axon-design-system.single-product .pls-single-product-top > .container {
		padding: 2px 12px 0 !important;
	}

	.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb {
		min-height: 26px;
		font-size: 11px;
	}

	.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb > a:first-child,
	.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb > a:first-child + .pls-delimiter-sep,
	.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb > .last,
	.axon-design-system.single-product .pls-single-product-top .pls-breadcrumb > .pls-delimiter-sep:last-of-type {
		display: none;
	}

	.axon-design-system.single-product .pls-single-product {
		width: 100%;
		margin-top: 6px;
		padding-inline: 8px;
	}

	.axon-design-system.single-product .pls-product-gallery-summary {
		gap: 12px;
	}

	.axon-design-system.single-product .pls-product-gallery {
		padding: 5px;
		border-radius: 15px;
		box-shadow: none;
	}

	.axon-design-system.single-product .woocommerce-product-gallery__wrapper,
	.axon-design-system.single-product .woocommerce-product-gallery__image,
	.axon-design-system.single-product .woocommerce-product-gallery__image img {
		border-radius: 13px;
	}

	.axon-design-system.single-product .woocommerce-product-gallery__image {
		aspect-ratio: 1 / 1;
	}

	.axon-design-system.single-product .woocommerce-product-gallery__image img {
		height: 100%;
		aspect-ratio: 1 / 1;
		object-fit: contain;
	}

	.axon-design-system.single-product .pls-product-gallery-thumbnails {
		margin-top: 6px;
	}

	.axon-design-system.single-product .woocommerce-product-gallery__thumbnail {
		width: 58px;
		height: 58px;
	}

	.axon-design-system.single-product .summary.entry-summary {
		padding: 16px 12px;
		border-radius: 16px;
		box-shadow: none;
	}

	.axon-design-system.single-product .summary .product_title {
		font-size: clamp(26px, 8vw, 34px);
	}

	.axon-design-system.single-product .pls-product-added-cart-msg {
		margin-bottom: 12px;
		font-size: 9px;
	}

	.axon-design-system.single-product .summary .pls-product-price > .price,
	.axon-design-system.single-product .summary .woocommerce-variation-price > .price {
		font-size: 25px;
	}

	.axon-design-system.single-product .summary .woocommerce-product-details__short-description {
		margin-bottom: 18px;
		font-size: 13px;
		line-height: 1.55;
	}

	.axon-design-system.single-product .summary form.cart {
		padding-top: 16px;
	}

	.axon-design-system.single-product .summary :where(.pls-whishlist-btn, .pls-compare-btn) {
		margin: 8px 6px 0 0;
	}

	body.axon-design-system.single-product div.summary :where(.pls-whishlist-btn, .pls-compare-btn) > a {
		min-height: 44px !important;
		padding: 9px 12px !important;
		border-radius: 10px !important;
		white-space: nowrap;
	}

	.axon-design-system.single-product .axon-pdp-trust {
		gap: 5px;
		margin-top: 14px;
		padding: 5px;
		border: 1px solid var(--axon-border);
		border-radius: 12px;
		background: rgba(255, 255, 255, .025);
	}

	.axon-design-system.single-product .axon-pdp-trust > div {
		grid-template-columns: 1fr;
		gap: 3px;
		min-height: 68px;
		padding: 7px 4px;
		border: 0;
		border-radius: 0;
		background: transparent;
		text-align: center;
	}

	.axon-design-system.single-product .axon-pdp-trust > div + div {
		border-left: 1px solid var(--axon-border);
	}

	.axon-design-system.single-product .axon-pdp-trust i {
		font-size: 17px;
	}

	.axon-design-system.single-product .axon-pdp-trust strong {
		font-size: 9px;
	}

	.axon-design-system.single-product .axon-pdp-trust small {
		display: none;
	}

	.axon-design-system.single-product .woocommerce-tabs {
		margin-top: 30px;
		padding: 0 !important;
		border-radius: 16px;
		overflow: hidden;
	}

	.axon-design-system.single-product .woocommerce-tabs .wc-tabs {
		display: none !important;
	}

	.axon-design-system.single-product .woocommerce-tabs .wc-tabs li {
		all: unset;
	}

	.axon-design-system.single-product .woocommerce-tabs .wc-tabs a {
		display: none !important;
	}

	.axon-design-system.single-product .woocommerce-tabs .tab-content-wrap > .accordion-title {
		display: flex !important;
		width: 100% !important;
		min-height: 58px;
		align-items: center;
		margin: 0 !important;
		padding: 14px 64px 14px 18px !important;
		border-radius: 0 !important;
		border-top: 1px solid var(--axon-border);
		background: rgba(255, 255, 255, .025);
		color: var(--axon-text) !important;
		font-size: 15px;
		font-weight: 700;
	}

	.axon-design-system.single-product .woocommerce-tabs .tab-content-wrap:first-child > .accordion-title {
		border-top: 0;
	}

	.axon-design-system.single-product .woocommerce-tabs .tab-content-wrap > .accordion-title::after {
		top: 50% !important;
		right: 16px !important;
		display: grid !important;
		width: 34px !important;
		height: 34px !important;
		place-items: center;
		border: 1px solid rgba(142, 220, 247, .28) !important;
		border-radius: 9px !important;
		background: rgba(142, 220, 247, .06) !important;
		box-shadow: none !important;
		color: var(--axon-text-muted) !important;
		content: "\e9d2" !important;
		font-family: "presslayouts-font" !important;
		font-size: 13px !important;
		line-height: 1 !important;
		transform: translateY(-50%) !important;
		transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
	}

	.axon-design-system.single-product .woocommerce-tabs .tab-content-wrap > .accordion-title:is(.open, .active)::after {
		border-color: rgba(142, 220, 247, .5) !important;
		background: rgba(142, 220, 247, .13) !important;
		color: var(--axon-cyan-soft) !important;
		transform: translateY(-50%) rotate(180deg) !important;
	}

	.axon-design-system.single-product .summary .pls-deliver-return {
		display: inline-flex !important;
		min-height: 42px;
		margin: 10px 6px 5px 0;
		padding: 8px 10px;
		font-size: 12px;
	}

	.axon-design-system.single-product .summary :where(.pls-estimated-delivery, .pls-product-return) {
		min-height: 44px;
		margin: 5px 0;
		padding: 8px 10px;
		border-radius: 10px;
		font-size: 11px;
	}

	.axon-design-system.single-product .summary .pls-estimated-delivery {
		margin-bottom: 0;
		border-bottom: 0;
		border-radius: 10px 10px 0 0;
	}

	.axon-design-system.single-product .summary .pls-product-return {
		margin-top: 0;
		border-radius: 0 0 10px 10px;
	}

	.axon-design-system.single-product .summary :where(.pls-product-share, .pls-product-trust-badge, .product_meta) {
		display: none !important;
	}

	.axon-design-system.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 18px 14px;
		font-size: 13px;
	}

	.axon-design-system.single-product .related.products,
	.axon-design-system.single-product .upsells.products {
		margin-top: 38px;
	}

	/* Preserve the two-card width calculated by the parent Swiper. Changing a
	 * slide to full width after initialization desynchronizes its transform and
	 * clips both the active and next cards. */
	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.products-wrap {
		gap: 0 !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.products-wrap.swiper-wrapper > .product.swiper-slide {
		max-width: none !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-inner {
		width: 100% !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-info {
		min-width: 0;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .product-title {
		width: auto !important;
		max-width: 100%;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .price {
		max-width: calc(100% - 54px);
		flex-wrap: wrap;
	}

	body.axon-design-system.single-product .pls-sale-notification-popup {
		display: none !important;
	}

	/* Help Scout injects this stable wrapper. Keep support available without
	 * letting it sit above the tier selector or the sticky purchase bar. */
	body.axon-design-system.single-product .BeaconFabButtonFrame {
		right: 12px !important;
		bottom: calc(84px + env(safe-area-inset-bottom)) !important;
		z-index: 998 !important;
		width: 60px !important;
		height: 60px !important;
		transform: scale(.8) !important;
		transform-origin: right bottom !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.axon-design-system.single-product * {
		scroll-behavior: auto !important;
	}
}

/* PDP refinement: flatten the purchase stage and share the homepage card language. */
.axon-design-system.single-product .pls-site-container {
	padding-top: 16px !important;
}

.axon-design-system.single-product .pls-single-product {
	margin-top: 12px;
}

.axon-design-system.single-product .pls-product-gallery-summary {
	grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
	gap: clamp(24px, 3vw, 40px);
}

.axon-design-system.single-product .pls-product-gallery {
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: transparent;
	box-shadow: none;
}

body.axon-design-system.single-product div.product .summary.entry-summary {
	padding: clamp(10px, 1.8vw, 24px) 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.axon-design-system.single-product .summary .product_title {
	margin-bottom: 8px;
	font-size: clamp(30px, 2.6vw, 42px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

/* Long summaries disclose progressively while remaining keyboard accessible. */
.axon-design-system.single-product .summary .axon-short-description {
	position: relative;
	margin-bottom: 4px;
}

.axon-design-system.single-product .summary .axon-short-description.is-collapsed {
	max-height: calc(1.65em * 3);
	overflow: hidden;
}

.axon-design-system.single-product .summary .axon-short-description.is-collapsed::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1.65em;
	background: linear-gradient(180deg, rgba(7, 31, 43, 0), var(--axon-navy-strong));
	content: "";
	pointer-events: none;
}

.axon-design-system.single-product .axon-description-toggle {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin: 0 0 14px;
	padding: 4px 0;
	border: 0;
	background: transparent;
	color: var(--axon-cyan-soft);
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(142, 220, 247, .42);
	text-underline-offset: 4px;
}

.axon-design-system.single-product .axon-description-toggle:is(:hover, :focus-visible) {
	color: #fff;
	text-decoration-color: currentColor;
}

/* Keep useful delivery facts, but remove the redundant modal/share triggers. */
.axon-design-system.single-product .summary .pls-deliver-return,
.axon-design-system.single-product .summary .pls-product-share {
	display: none !important;
}

/* Parent frequently-bought-together behavior, compacted into one Axon surface. */
.axon-design-system.single-product .pls-bought-together-products {
	display: flex;
	width: 100%;
	gap: 12px;
	margin: 20px 0 0;
	padding: 16px;
	border: 1px solid var(--axon-border) !important;
	border-radius: 16px;
	background: var(--axon-surface);
	box-shadow: none;
	color: var(--axon-text-muted) !important;
}

.axon-design-system.single-product .pls-bought-together-products :where(h3, a, span, div, strong, small, label) {
	color: inherit !important;
}

.axon-design-system.single-product .pls-bought-together-products .pls-fbt-title {
	margin: 0;
	color: var(--axon-text) !important;
	font-size: 18px;
	font-weight: 650;
	line-height: 1.25;
}

.axon-design-system.single-product .pls-fbt-product-items {
	display: grid;
	width: 100%;
	gap: 8px;
}

.axon-design-system.single-product .pls-fbt-product-item {
	display: grid;
	width: 100%;
	min-height: 78px;
	grid-template-columns: 18px 68px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 7px;
	border: 1px solid rgba(142, 220, 247, .14);
	border-radius: 12px;
	background: rgba(255, 255, 255, .025);
}

.axon-design-system.single-product .pls-fbt-product-item > input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	accent-color: var(--axon-cyan-strong);
}

.axon-design-system.single-product .pls-fbt-product-image {
	width: 68px !important;
	height: 68px !important;
	overflow: hidden;
	border-radius: 10px;
	background: #159fd0;
}

.axon-design-system.single-product .pls-fbt-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: contain;
}

.axon-design-system.single-product .pls-fbt-product-info {
	display: grid;
	min-width: 0;
	gap: 4px;
	font-size: 13px;
	line-height: 1.35;
}

.axon-design-system.single-product .pls-fbt-product-info :where(a, .price, bdi) {
	color: var(--axon-text) !important;
	font-weight: 650;
}

.axon-design-system.single-product .pls-fbt-items-total-button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--axon-border);
}

.axon-design-system.single-product .pls-fbt-items-total {
	display: flex;
	min-width: 0;
	align-items: baseline;
	gap: 7px;
	color: var(--axon-text-muted) !important;
	font-size: 12px;
}

.axon-design-system.single-product .pls-fbt-total-price,
.axon-design-system.single-product .pls-fbt-total-price :where(span, bdi) {
	color: var(--axon-cyan-soft) !important;
	font-size: 17px;
	font-weight: 700;
}

.axon-design-system.single-product .pls-fbt-items-button .add-items-to-cart {
	width: auto;
	min-height: 44px;
	padding: 9px 18px;
	border-radius: 999px;
	background: var(--axon-cyan-strong);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
}

/* Reviews precede the supporting description in visual and keyboard order. */
.axon-design-system.single-product .woocommerce-tabs .pls-tab-contents {
	display: flex;
	flex-direction: column;
}

.axon-design-system.single-product .woocommerce-tabs .tab-content-wrap:has(#tab-reviews) {
	order: 1;
}

.axon-design-system.single-product .woocommerce-tabs .tab-content-wrap:has(#tab-description) {
	order: 2;
}

.axon-design-system.single-product .woocommerce-tabs .tab-content-wrap:has(#tab-additional_information) {
	order: 3;
}

.axon-design-system.single-product #tab-reviews,
.axon-design-system.single-product #reviews {
	max-width: none;
	color: var(--axon-text-muted);
}

.axon-design-system.single-product #reviews :where(h2, h3, label, strong, .pls-product-rating-avg, .pls-rating-star, .pls-rating-count) {
	color: var(--axon-text) !important;
}

.axon-design-system.single-product #reviews :where(.pls-product-outof-rating, .pls-product-rating-count, .woocommerce-review__verified, .woocommerce-review__published-date, .comment-notes, .required-field-message) {
	color: var(--axon-text-muted) !important;
}

.axon-design-system.single-product #reviews .pls-product-rating-histogram {
	display: grid;
	grid-template-columns: minmax(160px, .35fr) minmax(240px, 1fr);
	align-items: center;
	gap: clamp(20px, 4vw, 56px);
	margin: 0 0 28px;
	padding: 22px;
	border: 1px solid var(--axon-border);
	border-radius: 16px;
	background: var(--axon-surface);
}

.axon-design-system.single-product #reviews .pls-product-rating-avg {
	font-size: clamp(48px, 5vw, 64px);
	font-weight: 700;
	line-height: 1;
}

.axon-design-system.single-product #reviews .pls-product-outof-rating {
	font-size: .5em;
}

.axon-design-system.single-product #reviews .pls-rating-histogram-wrapper,
.axon-design-system.single-product #reviews .pls-rating-histogram {
	width: 100%;
}

.axon-design-system.single-product #reviews .pls-rating-bar {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 30px;
	align-items: center;
	gap: 10px;
	margin: 5px 0;
}

.axon-design-system.single-product #reviews .pls-progress {
	height: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
}

.axon-design-system.single-product #reviews .pls-progress-bar {
	height: 100%;
	border-radius: inherit;
	background: var(--axon-cyan-strong);
}

.axon-design-system.single-product #comments {
	position: relative;
	width: 100%;
}

.axon-design-system.single-product #reviews .woocommerce-Reviews-title {
	margin: 0 120px 18px 0;
	font-size: clamp(22px, 2.4vw, 30px);
}

.axon-design-system.single-product .axon-review-carousel-nav {
	position: absolute;
	top: -6px;
	right: 0;
	display: flex;
	gap: 8px;
}

.axon-design-system.single-product .axon-review-carousel-nav button {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	border: 1px solid var(--axon-border);
	border-radius: 50%;
	background: var(--axon-surface);
	color: var(--axon-cyan-soft);
	font-size: 18px;
}

.axon-design-system.single-product .axon-review-carousel-nav button:is(:hover, :focus-visible) {
	border-color: rgba(95, 199, 240, .52);
	background: rgba(31, 154, 209, .14);
	color: #fff;
}

.axon-design-system.single-product .axon-review-carousel-nav button:disabled {
	opacity: .38;
	cursor: not-allowed;
}

.axon-design-system.single-product #reviews .commentlist {
	display: flex;
	width: 100%;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0;
	padding: 2px 2px 16px;
	list-style: none;
	scroll-behavior: smooth;
	scroll-padding-inline: 2px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: rgba(95, 199, 240, .5) rgba(255, 255, 255, .04);
	scrollbar-width: thin;
}

.axon-design-system.single-product #reviews .commentlist:focus-visible {
	outline: 2px solid var(--axon-cyan-soft);
	outline-offset: 3px;
}

.axon-design-system.single-product #reviews .commentlist > li {
	flex: 0 0 calc((100% - 32px) / 3);
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	scroll-snap-align: start;
}

.axon-design-system.single-product #reviews .comment_container {
	display: grid;
	min-height: 220px;
	height: 100%;
	grid-template-columns: 48px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	align-content: start;
	gap: 12px 14px;
	padding: 18px;
	border: 1px solid var(--axon-border);
	border-radius: 16px;
	background: var(--axon-surface);
	transition: border-color .2s ease, transform .2s ease;
}

.axon-design-system.single-product #reviews .comment_container:is(:hover, :focus-within) {
	border-color: rgba(95, 199, 240, .42);
	transform: translateY(-2px);
}

.axon-design-system.single-product #reviews .comment-gravatar {
	position: static;
	grid-column: 1;
	grid-row: 1;
}

.axon-design-system.single-product #reviews .comment-gravatar img {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(142, 220, 247, .28);
	border-radius: 50%;
}

.axon-design-system.single-product #reviews .comment-meta {
	display: flex;
	min-width: 0;
	grid-column: 2;
	grid-row: 1;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	margin: 0;
	padding: 0;
}

.axon-design-system.single-product #reviews .comment-meta .meta {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	gap: 3px 6px;
	margin: 0;
	font-size: 11px;
	line-height: 1.35;
}

.axon-design-system.single-product #reviews .woocommerce-review__author {
	width: 100%;
	color: var(--axon-text) !important;
	font-size: 13px;
}

.axon-design-system.single-product #reviews .woocommerce-review__dash {
	display: none;
}

.axon-design-system.single-product #reviews .comment-text {
	grid-column: 1 / -1;
	grid-row: 2;
	margin: 0;
	padding: 0;
	color: var(--axon-text-muted);
	font-size: 13px;
	line-height: 1.6;
}

.axon-design-system.single-product #reviews .comment-text :where(p, div) {
	margin: 0;
	color: inherit !important;
}

.axon-design-system.single-product #reviews :where(.star-rating, p.stars a) {
	color: #f6bd3b !important;
}

.axon-design-system.single-product #review_form {
	margin-bottom: 0;
	padding: 20px;
	border: 1px solid var(--axon-border);
	border-radius: 16px;
	background: var(--axon-surface);
}

.axon-design-system.single-product #review_form #reply-title.comment-reply-title {
	color: var(--axon-text) !important;
	-webkit-text-fill-color: var(--axon-text) !important;
}

.axon-design-system.single-product #review_form :where(input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea, select) {
	border: 1px solid var(--axon-border) !important;
	border-radius: 10px;
	background: var(--axon-card-deep, #16212a) !important;
	color: var(--axon-text) !important;
}

.axon-design-system.single-product #review_form #submit {
	min-height: 48px;
	border-radius: 999px;
	background: var(--axon-cyan-strong);
	color: #fff !important;
}

/* Related/upsell slides inherit the homepage product-card proportions exactly. */
.axon-design-system.single-product :where(.related.products, .upsells.products) .products.products-wrap > .product {
	padding-inline: 11px;
	border: 0 !important;
	background: transparent !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-inner {
	position: relative;
	display: flex;
	height: 100%;
	overflow: hidden;
	flex-direction: column;
	border: 0 !important;
	border-radius: 18px !important;
	background: #1c2831 !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .18) !important;
	transition: box-shadow .25s ease, transform .25s ease;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-inner:hover {
	box-shadow: 0 22px 48px rgba(0, 0, 0, .28) !important;
	transform: translateY(-5px);
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-image {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 18px 18px 0 0 !important;
	background: #16212a !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .woocommerce-LoopProduct-link,
.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-image img {
	height: 100%;
	border-radius: inherit !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-labels {
	top: 22px !important;
	left: 22px !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-labels span {
	padding: 6px 12px !important;
	border: 1px solid rgba(142, 220, 247, .72) !important;
	border-radius: 999px !important;
	background: #0d2633 !important;
	color: #8edcf7 !important;
	box-shadow: 0 8px 20px rgba(4, 24, 34, .32);
	font-size: 10.5px !important;
	font-weight: 700 !important;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-icons {
	display: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-info {
	position: relative;
	display: flex;
	min-height: 148px;
	flex: 1;
	flex-direction: column;
	padding: 20px 76px 20px 20px !important;
	border: 0 !important;
	background: #1c2831 !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .product-title {
	min-height: 48px;
	margin: 0 !important;
	color: #eaf4fa !important;
	font-size: 19px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .product-title a {
	color: inherit !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-price {
	min-width: 0;
	margin-top: 18px;
	color: #eaf4fa !important;
	font-size: 17px;
	font-weight: 700;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .price,
.axon-design-system.single-product :where(.related.products, .upsells.products) .price :where(span, bdi, ins) {
	color: #eaf4fa !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .price del,
.axon-design-system.single-product :where(.related.products, .upsells.products) .price del :where(span, bdi) {
	color: #8fa6b4 !important;
	font-size: .8em;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-actions {
	position: absolute !important;
	top: auto !important;
	right: 20px !important;
	bottom: 20px !important;
	left: auto !important;
	display: block !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	transform: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-cart-button,
.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-cart-button a {
	display: grid !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	place-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #1f9ad1 !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-cart-button a::before {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	content: "\2197" !important;
	font-family: Montserrat, system-ui, sans-serif !important;
	font-size: 20px !important;
	font-weight: 500;
	line-height: 1 !important;
	transform: none !important;
	transition: transform .18s ease;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-inner:is(:hover, :focus-within) .pls-cart-button a::before {
	transform: translate(2px, -2px) !important;
}

.axon-design-system.single-product :where(.pls-single-product-top .pls-delimiter-sep, .related.products .swiper-button-prev, .related.products .swiper-button-next, .upsells.products .swiper-button-prev, .upsells.products .swiper-button-next),
.axon-design-system.single-product :where(.pls-single-product-top .pls-delimiter-sep, .related.products .swiper-button-prev, .related.products .swiper-button-next, .upsells.products .swiper-button-prev, .upsells.products .swiper-button-next)::before,
.axon-design-system.single-product :where(.pls-single-product-top .pls-delimiter-sep, .related.products .swiper-button-prev, .related.products .swiper-button-next, .upsells.products .swiper-button-prev, .upsells.products .swiper-button-next)::after {
	border-color: var(--axon-cyan-soft) !important;
	color: var(--axon-cyan-soft) !important;
}

@media (max-width: 900px) {
	.axon-design-system.single-product .pls-product-gallery-summary {
		grid-template-columns: minmax(0, 1fr);
	}

	.axon-design-system.single-product #reviews .commentlist > li {
		flex-basis: calc((100% - 16px) / 2);
	}
}

@media (max-width: 767px) {
	.axon-design-system.single-product .pls-site-container {
		padding-top: 6px !important;
	}

	.axon-design-system.single-product .pls-single-product {
		margin-top: 2px;
	}

	.axon-design-system.single-product .pls-product-gallery {
		padding: 0;
		border-radius: 13px;
	}

	body.axon-design-system.single-product div.product .summary.entry-summary {
		padding: 12px 4px 6px;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	.axon-design-system.single-product .summary .product_title {
		font-size: clamp(24px, 7vw, 30px);
		line-height: 1.12;
	}

	.axon-design-system.single-product .summary .axon-short-description.is-collapsed {
		max-height: calc(1.55em * 3);
	}

	.axon-design-system.single-product .pls-bought-together-products {
		gap: 10px;
		margin-top: 14px;
		padding: 12px;
		border-radius: 14px;
	}

	.axon-design-system.single-product .pls-fbt-product-item {
		grid-template-columns: 18px 58px minmax(0, 1fr);
		gap: 9px;
	}

	.axon-design-system.single-product .pls-fbt-product-image {
		width: 58px !important;
		height: 58px !important;
	}

	.axon-design-system.single-product .pls-fbt-items-total-button {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.axon-design-system.single-product .pls-fbt-items-button .add-items-to-cart {
		width: 100%;
	}

	.axon-design-system.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		padding: 16px 12px;
	}

	.axon-design-system.single-product #reviews .pls-product-rating-histogram {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 16px;
	}

	.axon-design-system.single-product #reviews .woocommerce-Reviews-title {
		margin-right: 104px;
		font-size: 21px;
	}

	.axon-design-system.single-product #reviews .commentlist {
		gap: 12px;
		padding-bottom: 12px;
	}

	.axon-design-system.single-product #reviews .commentlist > li {
		flex-basis: min(82vw, 310px);
	}

	.axon-design-system.single-product #reviews .comment_container {
		min-height: 205px;
		padding: 15px;
		border-radius: 14px;
	}

	.axon-design-system.single-product #review_form {
		padding: 15px;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) > h2 {
		margin-bottom: 18px;
		font-size: clamp(24px, 7vw, 30px);
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.products-wrap > .product {
		padding-inline: 5px;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-inner {
		border-radius: 16px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-image {
		padding: 0;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .woocommerce-LoopProduct-link,
	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-image img {
		border-radius: 11px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-labels {
		top: 14px !important;
		left: 14px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-labels span {
		padding: 5px 8px !important;
		font-size: 8px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-info {
		min-height: 132px;
		padding: 13px 52px 13px 13px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .product-title {
		min-height: 39px;
		font-size: 14px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-price {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.3;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .price {
		width: auto !important;
		max-width: 100% !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-actions {
		right: 12px !important;
		bottom: 13px !important;
		width: 44px !important;
		height: 44px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-cart-button,
	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-cart-button a {
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
		min-height: 44px !important;
	}
}

@media (max-width: 380px) {
	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.products-wrap > .product {
		padding-inline: 4px;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-product-info {
		padding-right: 48px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .product-title {
		font-size: 13px !important;
	}
}

/* Remove redundant purchase metadata and actions at every breakpoint. */
body.axon-design-system.single-product div.product .summary :where(.pls-deliver-return, .pls-product-share, .product_meta) {
	display: none !important;
}

/* Frequently bought together: retain native controls in a compact flat list. */
body.axon-design-system.single-product .pls-bought-together-products {
	display: flex !important;
	width: 100% !important;
	gap: 0 !important;
	margin: 18px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--axon-text-muted) !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-title {
	margin: 0 0 7px !important;
	color: var(--axon-text) !important;
	font-size: 17px !important;
	font-weight: 650 !important;
	line-height: 1.3 !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-items {
	display: grid !important;
	width: 100%;
	gap: 0 !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item {
	position: relative;
	display: grid !important;
	width: 100%;
	min-height: 68px !important;
	grid-template-columns: 44px 56px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 7px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(142, 220, 247, .16) !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item::before {
	position: absolute;
	top: 50%;
	left: 22px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(142, 220, 247, .52);
	border-radius: 4px;
	background: transparent;
	content: "";
	pointer-events: none;
	transform: translate(-50%, -50%);
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item:has(> input[type="checkbox"]:checked)::before {
	border-color: var(--axon-cyan-strong);
	background: var(--axon-cyan-strong);
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item:has(> input[type="checkbox"]:checked)::after {
	position: absolute;
	top: 50%;
	left: 22px;
	width: 5px;
	height: 9px;
	border-right: 2px solid var(--axon-on-cyan);
	border-bottom: 2px solid var(--axon-on-cyan);
	content: "";
	pointer-events: none;
	transform: translate(-50%, -62%) rotate(45deg);
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item:has(> input[type="checkbox"]:focus-visible)::before {
	outline: 2px solid var(--axon-cyan-soft);
	outline-offset: 3px;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item > input[type="checkbox"] {
	z-index: 1;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	opacity: 0;
	cursor: pointer;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item > input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item:has(> input[type="checkbox"]:disabled)::before {
	opacity: .68;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-image {
	width: 56px !important;
	height: 56px !important;
	overflow: hidden;
	border: 0 !important;
	border-radius: 8px !important;
	background: #159fd0 !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-image :where(a, img) {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border-radius: inherit !important;
	object-fit: contain !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-info {
	display: grid !important;
	min-width: 0;
	gap: 3px !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-product-title {
	color: var(--axon-text) !important;
	font-weight: 650 !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-info :where(.price, .amount, bdi) {
	color: var(--axon-cyan-soft) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-items-total-button {
	display: grid !important;
	width: 100%;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 10px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-items-total {
	display: flex !important;
	min-width: 0;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	color: var(--axon-text-muted) !important;
	font-size: 12px !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-total-price,
body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-total-price :where(span, .amount, bdi) {
	color: var(--axon-cyan-soft) !important;
	font-size: 17px !important;
	font-weight: 750 !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-items-button,
body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-items-button .add-items-to-cart {
	width: 100% !important;
}

body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-items-button .add-items-to-cart {
	min-height: 48px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--axon-cyan-strong) !important;
	color: var(--axon-on-cyan) !important;
	font-size: 12px !important;
	font-weight: 750 !important;
}

/* Review summary/actions remain readable and keyboard-operable above Description. */
body.axon-design-system.single-product #reviews :where(.pls-product-review-form-btn, .pls-review-form-btn) {
	color: var(--axon-text) !important;
}

body.axon-design-system.single-product #reviews .pls-review-form-btn {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid var(--axon-border);
	border-radius: 999px;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

body.axon-design-system.single-product #reviews .pls-review-form-btn:is(:hover, :focus-visible) {
	border-color: rgba(95, 199, 240, .52);
	color: var(--axon-cyan-soft) !important;
}

body.axon-design-system.single-product #reviews .comment-form-cookies-consent {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
}

body.axon-design-system.single-product #reviews .comment-form-cookies-consent input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	margin: 0 auto !important;
	accent-color: var(--axon-cyan-strong);
}

@media (max-width: 420px) {
	body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-item {
		grid-template-columns: 44px 52px minmax(0, 1fr) !important;
		gap: 7px !important;
	}

	body.axon-design-system.single-product .pls-bought-together-products .pls-fbt-product-image {
		width: 52px !important;
		height: 52px !important;
	}
}

/* Final PDP cleanup: the tier plugin replaces the parent quantity shell and
 * the streamlined purchase flow does not expose secondary wishlist/compare
 * controls here. */
body.axon-design-system.single-product div.product .summary form.cart > .pls-quantity,
body.axon-design-system.single-product div.product .summary :where(.pls-whishlist-btn, .pls-compare-btn) {
	display: none !important;
}

/* One consistent assurance language across the trust and shipping rows. */
body.axon-design-system.single-product .axon-pdp-trust {
	gap: 0 !important;
	overflow: hidden;
	padding: 5px !important;
	border: 1px solid var(--axon-border) !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, .025) !important;
	box-shadow: none !important;
}

body.axon-design-system.single-product .axon-pdp-trust > div {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.axon-design-system.single-product .axon-pdp-trust > div + div {
	border-left: 1px solid var(--axon-border) !important;
}

body.axon-design-system.single-product .summary :where(.pls-estimated-delivery, .pls-product-return) {
	width: 100%;
	min-height: 48px;
	margin: 0 !important;
	padding: 10px 12px;
	border: 1px solid var(--axon-border) !important;
	background: rgba(255, 255, 255, .025) !important;
	box-shadow: none !important;
}

body.axon-design-system.single-product .summary .pls-estimated-delivery {
	margin-top: 8px !important;
	border-bottom: 0 !important;
	border-radius: 12px 12px 0 0 !important;
}

body.axon-design-system.single-product .summary .pls-product-return {
	border-radius: 0 0 12px 12px !important;
}

/* Restore the normal WooCommerce review list: no horizontal rail or controls,
 * just calm stacked entries separated by the site's cyan-grey rule. */
body.axon-design-system.single-product .axon-review-carousel-nav {
	display: none !important;
}

body.axon-design-system.single-product #reviews .woocommerce-Reviews-title {
	margin: 0 0 14px !important;
}

body.axon-design-system.single-product #reviews .commentlist {
	display: block !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	scroll-snap-type: none !important;
}

body.axon-design-system.single-product #reviews .commentlist > li {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.axon-design-system.single-product #reviews .comment_container {
	display: grid;
	min-height: 0 !important;
	height: auto !important;
	grid-template-columns: 44px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 8px 12px;
	padding: 16px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(142, 220, 247, .16) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

body.axon-design-system.single-product #reviews .commentlist > li:first-child .comment_container {
	border-top: 1px solid rgba(142, 220, 247, .16) !important;
}

body.axon-design-system.single-product #reviews .comment-gravatar img {
	width: 44px;
	height: 44px;
}

body.axon-design-system.single-product #reviews .comment-text {
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 767px) {
	body.axon-design-system.single-product .pls-site-content > .pls-site-container {
		padding-top: 8px !important;
	}

	body.axon-design-system.single-product .pls-single-product {
		margin-top: 0 !important;
	}

	body.axon-design-system.single-product .pls-product-gallery-summary {
		gap: 2px !important;
	}

	body.axon-design-system.single-product .pls-product-gallery {
		padding: 0 !important;
	}

	body.axon-design-system.single-product .pls-product-gallery-thumbnails {
		margin-top: 4px !important;
		margin-bottom: 0 !important;
	}

	body.axon-design-system.single-product .summary.entry-summary {
		padding: 6px 12px 14px !important;
	}

	body.axon-design-system.single-product .summary .pls-product-price-info {
		display: inline-flex !important;
		width: auto !important;
		align-items: center;
		margin: 0 8px 10px 0 !important;
		vertical-align: middle;
	}

	body.axon-design-system.single-product .summary .pls-product-stock {
		display: inline-flex !important;
		min-height: 24px !important;
		margin: 0 0 10px !important;
		padding: 3px 8px !important;
		border-radius: 999px !important;
		font-size: 9px !important;
		line-height: 1 !important;
		vertical-align: middle;
	}

	body.axon-design-system.single-product .summary .pls-product-stock .stock {
		min-height: 0 !important;
		padding: 0 !important;
		font-size: inherit !important;
		line-height: inherit !important;
	}

	body.axon-design-system.single-product #reviews .comment_container {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 14px 0 !important;
	}

	body.axon-design-system.single-product #reviews .comment-gravatar img {
		width: 38px;
		height: 38px;
	}
}

/* Compact variant handoff: the disclosure leads directly into the available
 * choices without a redundant attribute heading, reset link, fade, or rail. */
body.axon-design-system.single-product .pls-product-gallery-thumbnails {
	display: none !important;
}

body.axon-design-system.single-product .summary .axon-short-description.is-collapsed::after {
	display: none !important;
	background: none !important;
	content: none !important;
}

body.axon-design-system.single-product .summary .axon-short-description.is-collapsed {
	max-height: none !important;
	overflow: visible !important;
}

body.axon-design-system.single-product .summary .axon-short-description.is-collapsed > :first-child {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.axon-design-system.single-product .summary .axon-short-description.is-collapsed > :not(:first-child) {
	display: none !important;
}

body.axon-design-system.single-product .summary .axon-description-toggle {
	min-height: 28px;
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.2;
}

body.axon-design-system.single-product .summary form.cart {
	padding-top: 0 !important;
}

body.axon-design-system.single-product .summary .axon-points-message {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	color: var(--axon-text-muted) !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

body.axon-design-system.single-product .summary .axon-points-message strong {
	color: var(--axon-text) !important;
	font-weight: 700;
}

body.axon-design-system.single-product .summary form.variations_form .variations {
	margin-bottom: 12px;
}

body.axon-design-system.single-product .summary form.variations_form .variation-swatche {
	display: block;
}

body.axon-design-system.single-product .summary form.variations_form .variation-swatche > .label,
body.axon-design-system.single-product .summary form.variations_form .reset_variations,
body.axon-design-system.single-product div.summary form.variations_form .variation-swatche .value > a.reset_variations {
	display: none !important;
	visibility: hidden !important;
}

body.axon-design-system.single-product .summary form.variations_form .variation-swatche > .value {
	display: block;
	width: 100%;
}
