:root {
	--aac-spw-ink: #182633;
	--aac-spw-muted: #4c5a66;
	--aac-spw-cyan: #08b9e7;
	--aac-spw-cyan-dark: #08b9e7;
	--aac-spw-soft: #eefaff;
	--aac-spw-warm: #f6f4ef;
	--aac-spw-line: #dfe7eb;
	--aac-spw-success: #078fc4;
	--aac-spw-radius: 24px;
	--aac-spw-shadow: 0 24px 80px rgba(24, 38, 51, 0.11);
	--aac-spw-sticky-top: 120px;
}

body.aac-spw-enabled {
	background: #f8fafb;
}

body.aac-spw-ready .aac-spw {
	opacity: 1;
}

body.aac-spw-enabled .woocommerce-breadcrumb {
	width: min(1380px, calc(100% - 48px));
	margin: 20px auto 14px;
	color: var(--aac-spw-muted);
	font-size: 13px;
}

body.aac-spw-enabled .site-main > .product,
body.aac-spw-enabled .woocommerce > .product,
body.aac-spw-enabled main .product.aac-spw {
	width: min(1380px, calc(100% - 48px));
	max-width: 1380px;
	margin: 0 auto 54px !important;
}

.aac-spw,
.aac-spw *,
.aac-spw *::before,
.aac-spw *::after {
	box-sizing: border-box;
}

.aac-spw {
	position: relative;
	display: block !important;
	padding: clamp(20px, 2.6vw, 38px) !important;
	border: 1px solid rgba(24, 38, 51, 0.07);
	border-radius: 32px;
	background: #fff;
	box-shadow: var(--aac-spw-shadow);
	color: var(--aac-spw-ink);
	overflow: visible;
}

.aac-spw__main {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
	gap: clamp(24px, 3vw, 54px);
	align-items: start;
	width: 100%;
	min-width: 0;
}

.aac-spw::after {
	display: none !important;
}

.aac-spw > *,
.aac-spw__main > * {
	position: relative;
	z-index: 1;
}

.aac-spw .woocommerce-product-gallery,
.aac-spw .images {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	align-self: start;
	position: sticky !important;
	top: var(--aac-spw-sticky-top);
}

.aac-spw .woocommerce-product-gallery__wrapper {
	display: block !important;
	max-width: none;
	margin: 0 !important;
	border: 1px solid #edf0f2;
	border-radius: var(--aac-spw-radius);
	background:
		radial-gradient(circle at 70% 22%, rgba(8, 185, 231, 0.1), transparent 27%),
		linear-gradient(145deg, #fafafa, var(--aac-spw-warm));
	overflow: hidden;
}

.aac-spw .woocommerce-product-gallery__image {
	display: grid !important;
	place-items: center;
	min-height: min(560px, 46vw);
}

.aac-spw .woocommerce-product-gallery__image a {
	display: grid !important;
	place-items: center;
	width: 100% !important;
	max-width: none !important;
	min-height: inherit;
}

.aac-spw .woocommerce-product-gallery__image img,
.aac-spw .images img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: 550px;
	object-fit: contain;
	mix-blend-mode: normal !important;
	opacity: 1 !important;
	filter: none !important;
	transition: none;
}

.aac-spw .woocommerce-product-gallery__image:hover img {
	transform: none !important;
}

/* WooCommerce Product Gallery injects a second high-resolution image for its
   pointer zoom. That overlay conflicts with the managed AAC gallery and can
   appear as a translucent duplicate on hover. The lightbox trigger remains. */
body.aac-spw-enabled .aac-spw .woocommerce-product-gallery__image img.zoomImg {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.aac-spw .flex-control-thumbs {
	display: flex;
	gap: 10px;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

.aac-spw .flex-control-thumbs li {
	width: 72px !important;
	margin: 0 !important;
}

.aac-spw .flex-control-thumbs img {
	width: 72px !important;
	height: 72px !important;
	padding: 5px;
	border: 1px solid var(--aac-spw-line);
	border-radius: 14px;
	background: #fff;
	object-fit: cover;
}

.aac-spw .flex-control-thumbs img.flex-active {
	border-color: var(--aac-spw-cyan);
	box-shadow: 0 0 0 3px rgba(8, 185, 231, 0.12);
}

.aac-spw-gallery--managed .flex-viewport {
	height: auto !important;
	overflow: visible !important;
}

.aac-spw-gallery--managed .woocommerce-product-gallery__wrapper {
	width: 100% !important;
	transform: none !important;
	transition: none !important;
}

.aac-spw-gallery--managed .woocommerce-product-gallery__image.aac-spw__gallery-slide {
	display: none !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.aac-spw-gallery--managed .woocommerce-product-gallery__image.aac-spw__gallery-slide.is-active {
	display: grid !important;
}

.aac-spw-gallery--managed .flex-control-thumbs {
	display: none !important;
}

.aac-spw__gallery-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-top: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 3px;
	-ms-overflow-style: none;
	overscroll-behavior-inline: contain;
	scroll-behavior: auto !important;
	scroll-snap-type: none !important;
	scrollbar-width: none;
}

.aac-spw__gallery-nav::-webkit-scrollbar {
	display: none;
}

.aac-spw__gallery-nav.is-carousel {
	-webkit-mask-image: linear-gradient(to right, transparent, #000 18px, #000 calc(100% - 18px), transparent);
	mask-image: linear-gradient(to right, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}

.aac-spw__gallery-thumb {
	display: grid !important;
	place-items: center;
	flex: 0 0 76px;
	width: 76px !important;
	height: 76px;
	margin: 0 !important;
	padding: 5px !important;
	border: 1px solid var(--aac-spw-line) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: none !important;
	cursor: pointer;
	scroll-snap-align: none !important;
	overflow: hidden;
}

.aac-spw__gallery-thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	border-radius: 9px;
	object-fit: cover;
	mix-blend-mode: normal !important;
}

.aac-spw__gallery-thumb.is-active,
.aac-spw__gallery-thumb:hover,
.aac-spw__gallery-thumb:focus-visible {
	border-color: var(--aac-spw-cyan) !important;
	box-shadow: 0 0 0 3px rgba(8, 185, 231, 0.14) !important;
	outline: none;
}

.aac-spw .summary {
	float: none !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
}

.aac-spw .summary > .product_title,
.aac-spw .summary > .aac-spw__progress,
.aac-spw .summary > .aac-spw__price-card,
.aac-spw .summary > .woocommerce-product-details__short-description,
.aac-spw .summary > form.cart,
.aac-spw .summary > .aac-spw__help {
	width: 100% !important;
	max-width: none !important;
}

.aac-spw__eyebrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 1px 0 10px;
	color: var(--aac-spw-cyan-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.aac-spw__eyebrow > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.aac-spw__eyebrow svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.aac-spw__live {
	color: var(--aac-spw-success);
	font-size: 11px;
	letter-spacing: 0.03em;
}

.aac-spw__live i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--aac-spw-success);
	box-shadow: 0 0 0 0 rgba(8, 185, 231, 0.38);
	animation: aac-spw-live-pulse 1.8s ease-out infinite;
}

@keyframes aac-spw-live-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(8, 185, 231, 0.38);
	}

	55%,
	100% {
		box-shadow: 0 0 0 7px rgba(8, 185, 231, 0);
	}
}

.aac-spw .product_title {
	margin: 0 0 18px !important;
	color: var(--aac-spw-ink) !important;
	font-size: clamp(32px, 3.2vw, 52px) !important;
	font-weight: 850 !important;
	letter-spacing: -0.045em;
	line-height: 1.02 !important;
}

.aac-spw .aac-spw__starting-price,
.aac-spw #custom-price-acf-under-title.aac-spw__starting-price {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	max-width: 100%;
	margin: -7px 0 16px !important;
	padding: 7px 11px !important;
	border: 1px solid #d5eef7;
	border-radius: 10px;
	background: #eefaff;
	color: var(--aac-spw-cyan-dark) !important;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.35;
}

.aac-spw__progress {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin: 0 0 18px !important;
	padding: 0 !important;
	list-style: none !important;
}

.aac-spw__progress li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 9px 10px;
	border-radius: 12px;
	background: #f3f6f7;
	color: var(--aac-spw-muted);
	font-size: 11px;
}

.aac-spw__progress li span {
	display: grid;
	place-items: center;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	font-size: 9px;
	font-weight: 800;
}

.aac-spw__progress li strong {
	overflow: hidden;
	font-size: inherit;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aac-spw__progress li.is-active {
	background: var(--aac-spw-soft);
	color: var(--aac-spw-cyan-dark);
}

.aac-spw__progress li.is-active span {
	background: var(--aac-spw-cyan);
	color: #fff;
}

.aac-spw__progress li.is-complete {
	background: #eaf8fd;
	color: var(--aac-spw-success);
}

.aac-spw__price-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 78px;
	margin: 0 0 18px;
	padding: 15px 18px;
	border: 1px solid rgba(8, 185, 231, 0.18);
	border-radius: 18px;
	background: linear-gradient(135deg, #f7fdff, #ecfaff);
}

.aac-spw__price-card::before {
	content: attr(data-aac-spw-label);
	flex: 0 0 auto;
	color: var(--aac-spw-muted);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aac-spw .price.aac-spw__price-card {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 18px !important;
	color: var(--aac-spw-ink) !important;
	font-size: clamp(23px, 2vw, 31px) !important;
	font-weight: 850 !important;
	line-height: 1.1 !important;
	text-align: right;
}

.aac-spw .price.aac-spw__price-card .amount,
.aac-spw .price.aac-spw__price-card ins {
	color: var(--aac-spw-cyan-dark) !important;
	font-weight: inherit;
	text-decoration: none;
}

.aac-spw .price.aac-spw__price-card .woocommerce-price-suffix {
	color: var(--aac-spw-ink) !important;
	font-size: 0.58em !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.aac-spw__total {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100% !important;
	max-width: none !important;
	min-height: 52px;
	margin: -7px 0 18px !important;
	padding: 13px 18px !important;
	border: 1px solid #d9edf5;
	border-radius: 14px;
	background: #f1faff;
	color: var(--aac-spw-ink) !important;
	font-size: 15px !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
}

.aac-spw .woocommerce-product-details__short-description {
	margin: 0 0 18px;
	color: var(--aac-spw-muted);
	font-size: 15px;
	line-height: 1.65;
}

.aac-spw .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.aac-spw__form {
	margin: 0 !important;
	padding: 18px !important;
	border: 1px solid var(--aac-spw-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(24, 38, 51, 0.055);
}

.aac-spw__form-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf1f3;
}

.aac-spw__form-heading > div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.aac-spw__form-heading span {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border-radius: 10px;
	background: var(--aac-spw-ink);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.aac-spw__form-heading h2 {
	margin: 0 !important;
	color: var(--aac-spw-ink) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.aac-spw__form-heading p {
	max-width: 250px;
	margin: 0 !important;
	color: var(--aac-spw-muted);
	font-size: 11px;
	line-height: 1.45;
	text-align: right;
}

.aac-spw table.variations,
.aac-spw table.variations tbody,
.aac-spw table.variations tr,
.aac-spw table.variations th,
.aac-spw table.variations td {
	display: block;
	width: 100% !important;
	border: 0 !important;
}

.aac-spw table.variations {
	margin: 0 !important;
	border: 0 !important;
}

.aac-spw table.variations tr {
	position: relative;
	margin: 0 0 13px;
	padding: 0 !important;
}

.aac-spw table.variations tr:last-child {
	margin-bottom: 7px;
}

.aac-spw table.variations th.label,
.aac-spw table.variations td.label {
	padding: 0 0 6px !important;
	background: transparent !important;
	color: var(--aac-spw-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-align: left;
}

.aac-spw table.variations th.label label::before,
.aac-spw table.variations td.label label::before {
	content: var(--aac-spw-option-index);
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	margin-right: 7px;
	border-radius: 7px;
	background: var(--aac-spw-soft);
	color: var(--aac-spw-cyan-dark);
	font-size: 8px;
	vertical-align: middle;
}

.aac-spw table.variations td.value {
	padding: 0 !important;
}

.aac-spw select,
.aac-spw .aac-spw__form select {
	appearance: none;
	width: 100% !important;
	max-width: none !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 44px 0 14px !important;
	border: 1px solid #d9e1e5 !important;
	border-radius: 13px !important;
	background-color: #fbfcfc !important;
	background-image: linear-gradient(45deg, transparent 50%, #63727b 50%), linear-gradient(135deg, #63727b 50%, transparent 50%) !important;
	background-position: calc(100% - 19px) 21px, calc(100% - 14px) 21px !important;
	background-repeat: no-repeat !important;
	background-size: 5px 5px, 5px 5px !important;
	box-shadow: none !important;
	color: var(--aac-spw-ink) !important;
	font: inherit;
	font-size: 14px !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.aac-spw select:hover {
	border-color: #b9c7ce !important;
	background-color: #fff !important;
}

.aac-spw select:focus {
	border-color: var(--aac-spw-cyan) !important;
	box-shadow: 0 0 0 4px rgba(8, 185, 231, 0.12) !important;
	outline: 0 !important;
}

.aac-spw .reset_variations {
	display: inline-block;
	margin: 7px 0 0 !important;
	color: var(--aac-spw-muted) !important;
	font-size: 11px !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.aac-spw .woocommerce-variation {
	margin: 8px 0 0;
}

.aac-spw .woocommerce-variation-description,
.aac-spw .woocommerce-variation-availability {
	color: var(--aac-spw-muted);
	font-size: 12px;
}

.aac-spw .woocommerce-variation-price {
	margin: 0 0 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: var(--aac-spw-soft);
}

.aac-spw .woocommerce-variation-price .price {
	margin: 0 !important;
	color: var(--aac-spw-cyan-dark) !important;
	font-size: 20px !important;
	font-weight: 850 !important;
}

.aac-spw__action,
.aac-spw form.cart:not(.variations_form) {
	display: grid !important;
	grid-template-columns: minmax(128px, 0.38fr) minmax(180px, 1fr);
	gap: 10px;
	align-items: end;
	width: 100%;
	margin-top: 12px !important;
}

.aac-spw__action > .aac-spw__form-heading,
.aac-spw form.cart:not(.variations_form) > .aac-spw__form-heading {
	grid-column: 1 / -1;
	width: 100%;
}

.aac-spw__action > .adp-total-price {
	display: block !important;
	grid-column: 1 / -1;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 4px !important;
	padding: 14px 16px !important;
	border: 1px solid #cfeaf5;
	border-radius: 13px;
	background: linear-gradient(135deg, #eefaff, #f8fdff);
	color: var(--aac-spw-ink) !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.45 !important;
	text-align: left;
}

.aac-spw__action > .adp-total-price .amount {
	color: var(--aac-spw-cyan-dark) !important;
	font-size: 17px;
	font-weight: 900;
}

.aac-spw__action > br {
	display: none !important;
}

.aac-spw__action > #lumise-customize-button,
.aac-spw__action > .lumise-customize-button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	grid-column: 1 / -1;
	justify-self: stretch !important;
	width: 100% !important;
	min-width: 100% !important;
	height: 54px !important;
	min-height: 54px !important;
	max-width: none !important;
	box-sizing: border-box !important;
	margin-top: 2px !important;
	padding: 0 20px !important;
	border-radius: 14px !important;
	line-height: 1.2 !important;
	text-align: center !important;
}

.aac-spw__action.aac-spw__action--design-only {
	grid-template-columns: minmax(128px, 0.38fr) minmax(180px, 1fr) !important;
}

.aac-spw__action.aac-spw__action--design-only > #lumise-customize-button,
.aac-spw__action.aac-spw__action--design-only > .lumise-customize-button {
	grid-column: 2;
	justify-self: stretch !important;
	align-self: end;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
}

.aac-spw__action.aac-spw__action--simple {
	grid-template-columns: minmax(110px, 0.34fr) minmax(180px, 1fr) !important;
}

.aac-spw__action.aac-spw__action--simple > .quantity {
	grid-column: 1 !important;
}

.aac-spw__action.aac-spw__action--simple > .single_add_to_cart_button {
	grid-column: 2 !important;
}

/* Mark the real form-level cells as well as the WooCommerce action wrapper.
   Some themes and pricing plugins wrap the submit button separately, which
   previously left the quantity and button in two full-width rows. */
body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form {
	display: grid !important;
	grid-template-columns: minmax(110px, 0.34fr) minmax(180px, 1fr) !important;
	column-gap: 10px !important;
	align-items: end !important;
}

body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form > .aac-spw__form-heading,
body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form > .adp-total-price {
	grid-column: 1 / -1 !important;
}

body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form > .aac-spw__simple-quantity-cell {
	grid-column: 1 !important;
	min-width: 0 !important;
	align-self: end !important;
}

body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form > .aac-spw__simple-button-cell {
	grid-column: 2 !important;
	min-width: 0 !important;
	align-self: end !important;
}

body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form > .aac-spw__simple-purchase-row {
	display: grid !important;
	grid-column: 1 / -1 !important;
	grid-template-columns: minmax(110px, 0.34fr) minmax(180px, 1fr) !important;
	gap: 10px !important;
	align-items: end !important;
	width: 100% !important;
}

body.aac-spw-enabled .aac-spw .aac-spw__simple-quantity-cell .quantity,
body.aac-spw-enabled .aac-spw .aac-spw__simple-button-cell .single_add_to_cart_button {
	width: 100% !important;
}

.aac-spw .quantity {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 5px;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.aac-spw__quantity-label {
	display: block;
	color: var(--aac-spw-ink);
	font-size: 11px;
	font-weight: 800;
}

.aac-spw .quantity .qty {
	width: 100% !important;
	min-width: 0 !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 1px solid #d9e1e5 !important;
	border-radius: 14px !important;
	background: #fbfcfc !important;
	box-shadow: none !important;
	color: var(--aac-spw-ink) !important;
	font-size: 16px !important;
	font-weight: 800;
	text-align: center;
}

.aac-spw .quantity .qty:focus {
	border-color: var(--aac-spw-cyan) !important;
	box-shadow: 0 0 0 4px rgba(8, 185, 231, 0.12) !important;
	outline: 0;
}

.aac-spw .single_add_to_cart_button,
.aac-spw .button.single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: end;
	width: 100% !important;
	height: 54px !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, var(--aac-spw-cyan), #08a9dd) !important;
	box-shadow: 0 12px 24px rgba(8, 185, 231, 0.24) !important;
	color: #fff !important;
	font: inherit;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

/* Use a higher-specificity shared control rule so late theme and Lumise button
   styles cannot change the radius or pull the custom-design label off-centre. */
body.aac-spw-enabled .aac-spw .single_add_to_cart_button,
body.aac-spw-enabled .aac-spw #lumise-customize-button,
body.aac-spw-enabled .aac-spw .lumise-customize-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	height: 54px !important;
	min-height: 54px !important;
	padding: 0 20px !important;
	border-radius: 14px !important;
	line-height: 1.2 !important;
	text-align: center !important;
	vertical-align: middle !important;
}

.aac-spw .single_add_to_cart_button:hover,
.aac-spw .single_add_to_cart_button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(8, 185, 231, 0.31) !important;
	filter: saturate(1.08);
}

.aac-spw .single_add_to_cart_button.disabled {
	box-shadow: none !important;
	opacity: 0.48 !important;
	transform: none;
}

.aac-spw__help {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	margin-top: 11px;
	padding: 12px 14px;
	border: 1px solid #dce9ed;
	border-radius: 16px;
	background: #f8fbfc;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.aac-spw__help:hover,
.aac-spw__help:focus-visible {
	border-color: rgba(8, 185, 231, 0.48);
	background: var(--aac-spw-soft);
	outline: 0;
	transform: translateY(-1px);
}

.aac-spw__help-icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--aac-spw-ink);
	color: #fff;
}

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

.aac-spw__help > span:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.aac-spw__help strong {
	color: var(--aac-spw-ink);
	font-size: 12px;
}

.aac-spw__help small {
	color: var(--aac-spw-muted);
	font-size: 11px;
	line-height: 1.35;
}

.aac-spw__help-arrow {
	color: var(--aac-spw-cyan-dark);
	font-size: 20px;
}

.aac-spw .aac-spw__native-chat-trigger {
	display: none !important;
}

.aac-spw__benefits {
	margin-top: 12px;
}

.aac-spw__benefits-status {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 2px 8px !important;
	color: var(--aac-spw-ink);
	font-size: 10px;
	font-weight: 750;
	line-height: 1.25;
}

.aac-spw__benefits-status > span {
	display: grid;
	place-items: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border-radius: 7px;
	background: #e8f7fd;
	color: var(--aac-spw-success);
}

.aac-spw__benefits-status svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.aac-spw__benefit-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.aac-spw__benefit-cards--count-1 {
	grid-template-columns: minmax(0, 1fr);
}

.aac-spw__benefit {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	padding: 11px 10px;
	border: 1px solid #e8edef;
	border-radius: 14px;
	background: #fff;
}

.aac-spw__benefit:first-child {
	border-color: #c6eaf5;
	background: linear-gradient(135deg, #fff 0%, #f3fbfe 100%);
	box-shadow: 0 8px 22px rgba(8, 143, 196, 0.08);
}

.aac-spw__benefit > span {
	display: grid;
	place-items: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 8px;
	background: #e8f7fd;
	color: var(--aac-spw-success);
}

.aac-spw__benefit:first-child > span {
	background: #dff5fc;
	color: #058fc5;
	box-shadow: inset 0 0 0 1px rgba(8, 185, 231, 0.1);
}

.aac-spw__benefit svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.aac-spw__benefit p {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	margin: 0 !important;
}

.aac-spw__benefit strong {
	color: var(--aac-spw-ink);
	font-size: 11px;
	line-height: 1.2;
}

.aac-spw__benefit small {
	color: var(--aac-spw-muted);
	font-size: 10px;
	line-height: 1.35;
}

.aac-spw__benefits-note {
	margin: 8px 2px 0 !important;
	color: var(--aac-spw-muted);
	font-size: 10px;
	line-height: 1.4;
}

.aac-spw .product_meta {
	display: none !important;
}

.aac-spw .woocommerce-Tabs-panel--description > h2:first-child,
.aac-spw #tab-description > h2:first-child,
body.aac-spw-enabled .woocommerce-Tabs-panel--description > h2:first-child {
	margin-top: 30px !important;
}

.aac-spw ~ .woocommerce-tabs,
.aac-spw .woocommerce-tabs,
.aac-spw ~ .related,
.aac-spw .related,
.aac-spw ~ .upsells,
.aac-spw .upsells {
	grid-column: 1 / -1;
}

@media (max-width: 1040px) {
	.aac-spw__main {
		grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
		gap: 24px;
	}

	.aac-spw {
		padding: 22px !important;
	}

	.aac-spw__benefit-cards {
		grid-template-columns: 1fr;
	}

	.aac-spw__benefit small {
		font-size: 10px;
	}
}

@media (max-width: 780px) {
	body.aac-spw-enabled {
		overflow-x: hidden;
	}

	@supports (overflow: clip) {
		body.aac-spw-enabled {
			overflow-x: clip;
		}
	}

	body.aac-spw-enabled .woocommerce-breadcrumb,
	body.aac-spw-enabled .site-main > .product,
	body.aac-spw-enabled .woocommerce > .product,
	body.aac-spw-enabled main .product.aac-spw {
		width: min(680px, calc(100% - 24px));
	}

	.aac-spw {
		display: block !important;
		padding: 12px 12px 18px !important;
		border-radius: 22px;
		overflow: hidden;
	}

	.aac-spw__main {
		display: block;
	}

	.aac-spw .woocommerce-product-gallery,
	.aac-spw .images {
		position: relative !important;
		top: auto;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-bottom: 20px !important;
	}

	.aac-spw .woocommerce-product-gallery__wrapper,
	.aac-spw .aac-spw__gallery-nav {
		width: 100% !important;
		max-width: 100% !important;
	}

	.aac-spw .woocommerce-product-gallery__image,
	.aac-spw .woocommerce-product-gallery__image a {
		min-height: 330px;
	}

	.aac-spw__benefits {
		display: block;
		margin-top: 10px;
	}

	.aac-spw .product_title {
		font-size: clamp(30px, 10vw, 42px) !important;
	}

	.aac-spw__progress li {
		justify-content: center;
	}

	.aac-spw__progress li strong {
		display: none;
	}

	.aac-spw__form-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.aac-spw__form-heading p {
		max-width: none;
		text-align: left;
	}
}

/* Element-width fallback for themes that place the product inside a narrow
   desktop column. JavaScript toggles this from the actual card width. */
.aac-spw.aac-spw--compact {
	display: block !important;
	padding: 18px !important;
	border-radius: 24px;
	overflow: hidden;
}

.aac-spw.aac-spw--compact .aac-spw__main {
	display: block;
}

.aac-spw.aac-spw--compact .woocommerce-product-gallery,
.aac-spw.aac-spw--compact .images {
	position: relative !important;
	top: auto;
	margin-bottom: 24px !important;
}

.aac-spw.aac-spw--compact .woocommerce-product-gallery__image,
.aac-spw.aac-spw--compact .woocommerce-product-gallery__image a {
	min-height: clamp(320px, 58vw, 540px);
}

.aac-spw.aac-spw--compact .aac-spw__benefit-cards--count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 780px) {
	.aac-spw.aac-spw--compact .aac-spw__benefit-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 460px) {
	.aac-spw__eyebrow {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.aac-spw__price-card {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.aac-spw .price.aac-spw__price-card {
		text-align: left;
	}

	.aac-spw__action,
	.aac-spw form.cart:not(.variations_form) {
		grid-template-columns: 1fr !important;
	}

	.aac-spw .quantity {
		grid-template-columns: 90px 1fr !important;
		align-items: center;
	}

	.aac-spw .quantity .qty {
		grid-column: 2;
	}

	.aac-spw__action.aac-spw__action--design-only {
		grid-template-columns: 90px minmax(0, 1fr) !important;
	}

	.aac-spw__action.aac-spw__action--design-only .quantity {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.aac-spw__action.aac-spw__action--design-only .quantity .qty {
		grid-column: 1 !important;
	}

	.aac-spw__action.aac-spw__action--simple {
		grid-template-columns: minmax(96px, 0.34fr) minmax(0, 1fr) !important;
	}

	.aac-spw__action.aac-spw__action--simple .quantity {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.aac-spw__action.aac-spw__action--simple .quantity .qty {
		grid-column: 1 !important;
	}

	body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form,
	body.aac-spw-enabled .aac-spw form.cart.aac-spw__simple-form > .aac-spw__simple-purchase-row {
		grid-template-columns: minmax(96px, 0.34fr) minmax(0, 1fr) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aac-spw *,
	.aac-spw *::before,
	.aac-spw *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.aac-spw__live i {
		animation: none !important;
		box-shadow: 0 0 0 4px rgba(8, 185, 231, 0.14);
	}

}

/* Critical visual overrides are intentionally repeated at the end of the
   stylesheet so cached theme rules cannot reintroduce retired treatments. */
.aac-spw::before {
	content: none !important;
	display: none !important;
}

.aac-spw__eyebrow svg {
	display: none !important;
}

.aac-spw__live,
.aac-spw__progress li.is-complete,
.aac-spw__benefit > span,
.aac-spw__benefits-status > span {
	color: var(--aac-spw-cyan-dark) !important;
}

.aac-spw__progress li.is-complete,
.aac-spw__benefit > span,
.aac-spw__benefits-status > span {
	background: #e8f7fd !important;
}
