:root {
	--acb-orange: #fe5000;
	--acb-orange-dark: #d94300;
	--acb-black: #090a0b;
	--acb-ink: #111315;
	--acb-charcoal: #4d4f51;
	--acb-muted: #656a6f;
	--acb-line: #d6d6d6;
	--acb-pale: #f2f3f4;
	--acb-warm: #eeeae4;
	--acb-green: #21845a;
	--acb-shell: min(1400px, calc(100% - 64px));
}

.acb-single-product,
.acb-single-product * {
	box-sizing: border-box;
}

.acb-single-product {
	position: relative;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 calc(50% - 50vw);
	overflow: clip;
	background: #fff;
	color: var(--acb-ink);
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

.acb-single-product button,
.acb-single-product input,
.acb-single-product select,
.acb-single-product textarea {
	font: inherit !important;
}

.acb-single-product img {
	display: block;
	max-width: 100%;
}

.acb-single-product h1,
.acb-single-product h2,
.acb-single-product h3,
.acb-single-product h4,
.acb-single-product p {
	margin-top: 0;
}

.acb-single-product h1,
.acb-single-product h2,
.acb-single-product h3,
.acb-single-product h4,
.acb-single-product strong {
	letter-spacing: -.035em;
}

.acb-single-product a:focus-visible,
.acb-single-product button:focus-visible,
.acb-single-product input:focus-visible,
.acb-single-product select:focus-visible,
.acb-single-product textarea:focus-visible {
	outline: 3px solid rgba(254, 80, 0, .38) !important;
	outline-offset: 3px;
}

.acb-sp-shell {
	width: var(--acb-shell);
	margin-inline: auto;
}

.acb-sp-eyebrow {
	margin-bottom: 18px;
	color: var(--acb-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.35;
	text-transform: uppercase;
}

.acb-sp-eyebrow a,
.acb-single-product .tagged_as a,
.acb-single-product .product_meta a {
	color: var(--acb-orange) !important;
	text-decoration-color: currentColor;
	text-underline-offset: 4px;
}

/* Breadcrumbs and WooCommerce notices */
.acb-sp-breadcrumbs {
	min-height: 70px;
	display: flex;
	align-items: center;
	color: #6a6e72;
	font-size: 14px;
}

.acb-sp-breadcrumbs .woocommerce-breadcrumb {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	color: inherit;
}

.acb-sp-breadcrumbs a {
	color: #53575b;
	text-decoration: none;
}

.acb-single-product > .woocommerce-notices-wrapper {
	width: var(--acb-shell);
	margin: 0 auto 24px;
}

.acb-single-product .woocommerce-message,
.acb-single-product .woocommerce-error,
.acb-single-product .woocommerce-info {
	border-radius: 0;
	font-size: 16px;
}

/* Approved two-column product hero */
.acb-sp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(480px, .96fr);
	gap: clamp(48px, 5vw, 84px);
	padding: 24px 0 92px;
}

.acb-sp-gallery,
.acb-sp-buy {
	min-width: 0;
}

.acb-sp-gallery-stage {
	position: relative;
	min-height: clamp(560px, 42vw, 690px);
	display: grid;
	place-items: center;
	overflow: hidden;
	background: var(--acb-pale);
	padding: clamp(34px, 4vw, 68px);
}

.acb-sp-gallery-stage::after {
	position: absolute;
	right: -34px;
	bottom: -42px;
	content: "600";
	color: rgba(17, 19, 21, .035);
	font-size: clamp(160px, 19vw, 290px);
	font-weight: 700;
	letter-spacing: -.08em;
	line-height: .8;
	pointer-events: none;
}

.acb-sp-gallery-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	border: 1px solid #c8cacc;
	background: rgba(255, 255, 255, .94);
	padding: 9px 13px;
	color: var(--acb-ink);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
}

.acb-sp-gallery-link {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
}

.acb-sp-gallery-stage .acb-sp-main-image {
	width: 100%;
	height: 100%;
	max-height: 560px;
	object-fit: contain;
	transition: opacity .18s ease;
}

.acb-sp-gallery-stage.is-changing .acb-sp-main-image {
	opacity: .36;
}

.acb-sp-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.acb-sp-gallery-thumb {
	min-width: 0;
	height: 110px;
	display: grid;
	place-items: center;
	border: 2px solid transparent !important;
	border-radius: 0 !important;
	background: var(--acb-pale) !important;
	box-shadow: none !important;
	padding: 10px !important;
	cursor: pointer;
}

.acb-sp-gallery-thumb:hover,
.acb-sp-gallery-thumb.is-active {
	border-color: var(--acb-orange) !important;
	background: #fff !important;
}

.acb-sp-gallery-thumb img {
	width: 100%;
	height: 86px;
	object-fit: contain;
}

.acb-sp-buy {
	align-self: start;
	padding-top: 6px;
}

@media (min-width: 981px) {
	.acb-sp-buy {
		position: sticky;
		top: 24px;
	}
}

.acb-sp-brand-logo {
	width: 136px;
	max-height: 42px;
	margin-bottom: 22px;
	object-fit: contain;
	object-position: left center;
}

.acb-sp-title {
	max-width: 760px;
	margin: 0 0 26px;
	color: var(--acb-ink);
	font-size: clamp(48px, 4vw, 72px);
	font-weight: 700;
	line-height: 1.03;
}

.acb-sp-rating {
	margin-bottom: 18px;
}

.acb-sp-rating .star-rating {
	color: var(--acb-orange);
}

.acb-sp-summary,
.acb-sp-summary p {
	max-width: 680px;
	margin-bottom: 30px;
	color: var(--acb-muted);
	font-size: 18px;
	line-height: 1.7;
}

.acb-sp-summary p:last-child {
	margin-bottom: 0;
}

.acb-sp-commercial {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	border-top: 1px solid var(--acb-line);
	border-bottom: 1px solid var(--acb-line);
	padding: 22px 0;
}

.acb-sp-price,
.acb-sp-price .price {
	margin: 0 !important;
	color: var(--acb-ink) !important;
	font-size: clamp(34px, 2.6vw, 44px) !important;
	font-weight: 700 !important;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.acb-sp-price del {
	margin-right: 8px;
	color: #777 !important;
	font-size: .58em;
}

.acb-sp-price ins {
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.acb-sp-sku {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #777;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.acb-sp-sku strong {
	max-width: 260px;
	color: var(--acb-orange) !important;
	font-size: 16px;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	text-align: right;
}

.acb-sp-stock {
	min-height: 58px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--acb-line);
}

.acb-sp-stock:empty {
	display: none;
}

.acb-sp-stock .stock {
	position: relative;
	margin: 0 !important;
	padding-left: 24px;
	color: var(--acb-green) !important;
	font-size: 16px;
	font-weight: 600;
}

.acb-sp-stock .stock::before {
	position: absolute;
	left: 0;
	top: .62em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

/* WooCommerce purchase controls */
.acb-sp-add-to-cart {
	padding: 20px 0 28px;
}

.acb-sp-add-to-cart form.cart {
	width: 100%;
	margin: 0 !important;
}

.acb-sp-add-to-cart form.cart:not(.variations_form),
.acb-sp-add-to-cart .woocommerce-variation-add-to-cart {
	display: flex !important;
	align-items: stretch;
	justify-content: flex-start;
	gap: 12px;
	flex-wrap: wrap;
}

.acb-sp-add-to-cart form.cart:not(.variations_form) > :not(.quantity):not(.single_add_to_cart_button),
.acb-sp-add-to-cart .woocommerce-variation-add-to-cart > :not(.quantity):not(.single_add_to_cart_button) {
	flex-basis: 100%;
}

.acb-sp-add-to-cart .quantity {
	position: relative;
	width: 132px !important;
	height: 58px !important;
	display: grid !important;
	grid-template-columns: 40px 52px 40px;
	flex: 0 0 132px;
	float: none !important;
	margin: 0 !important;
	border: 1px solid #bfc3c6;
	background: #fff;
}

.acb-sp-add-to-cart .quantity input.qty {
	width: 52px !important;
	min-width: 0 !important;
	height: 56px !important;
	grid-column: 2;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	padding: 0 !important;
	color: var(--acb-ink) !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	text-align: center;
	-moz-appearance: textfield;
}

.acb-sp-add-to-cart .quantity input.qty::-webkit-inner-spin-button,
.acb-sp-add-to-cart .quantity input.qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.acb-sp-add-to-cart .quantity > .plus,
.acb-sp-add-to-cart .quantity > .minus,
.acb-sp-add-to-cart .quantity > .quantity-nav,
.acb-sp-add-to-cart .quantity > [class*="quantity-nav"],
.acb-sp-add-to-cart .quantity > [class*="quantity-button"] {
	display: none !important;
}

.acb-sp-add-to-cart .acb-qty-button {
	position: static !important;
	width: 40px !important;
	min-width: 40px !important;
	height: 56px !important;
	display: grid !important;
	place-items: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--acb-black) !important;
	box-shadow: none !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 21px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	cursor: pointer;
}

.acb-sp-add-to-cart .acb-qty-minus {
	grid-column: 1;
	grid-row: 1;
}

.acb-sp-add-to-cart .acb-qty-plus {
	grid-column: 3;
	grid-row: 1;
}

.acb-sp-add-to-cart .single_add_to_cart_button,
.acb-sp-add-to-cart button.single_add_to_cart_button,
.acb-sp-add-to-cart .button.alt {
	width: auto !important;
	min-width: 290px !important;
	height: 58px !important;
	flex: 0 1 360px;
	float: none !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--acb-orange) !important;
	box-shadow: none !important;
	padding: 0 34px !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 58px !important;
	text-align: center;
	text-transform: none !important;
}

.acb-sp-add-to-cart .single_add_to_cart_button:hover,
.acb-sp-add-to-cart button.single_add_to_cart_button:hover,
.acb-sp-add-to-cart .button.alt:hover {
	background: var(--acb-orange-dark) !important;
}

.acb-sp-add-to-cart .single_add_to_cart_button::after {
	margin-left: 13px;
	content: "↗";
}

.acb-sp-add-to-cart .variations {
	width: 100%;
	margin: 0 0 18px !important;
	border: 0 !important;
}

.acb-sp-add-to-cart .variations tbody,
.acb-sp-add-to-cart .variations tr,
.acb-sp-add-to-cart .variations th,
.acb-sp-add-to-cart .variations td {
	display: block;
	width: 100%;
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
}

.acb-sp-add-to-cart .variations tr + tr {
	margin-top: 16px;
}

.acb-sp-add-to-cart .variations label,
.acb-sp-add-to-cart .wcpa_form_item label,
.acb-sp-add-to-cart .wcpa_form_item .label_inside {
	display: block;
	margin: 0 0 8px;
	color: var(--acb-ink) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}

.acb-sp-add-to-cart .variations select,
.acb-sp-add-to-cart .wcpa_form_item input,
.acb-sp-add-to-cart .wcpa_form_item select,
.acb-sp-add-to-cart .wcpa_form_item textarea {
	width: 100% !important;
	min-height: 50px;
	border: 1px solid #bfc3c6 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	padding: 11px 14px !important;
	color: var(--acb-ink) !important;
	font-size: 16px !important;
}

.acb-sp-add-to-cart .variations .value > div,
.acb-sp-add-to-cart .variable-items-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
}

.acb-sp-add-to-cart .variable-item,
.acb-sp-add-to-cart .button-variable-item,
.acb-sp-add-to-cart [data-wvstooltip] {
	min-width: 58px !important;
	height: 48px !important;
	display: grid !important;
	place-items: center;
	border: 1px solid #afb4b8 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	padding: 0 16px !important;
	color: var(--acb-ink) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}

.acb-sp-add-to-cart .variable-item.selected,
.acb-sp-add-to-cart .button-variable-item.selected,
.acb-sp-add-to-cart [data-wvstooltip].selected {
	border-color: var(--acb-orange) !important;
	background: var(--acb-black) !important;
	color: #fff !important;
}

.acb-sp-add-to-cart .reset_variations {
	display: inline-block !important;
	margin-top: 8px;
	color: var(--acb-orange) !important;
	font-size: 14px;
	font-weight: 600;
	text-underline-offset: 4px;
}

.acb-sp-add-to-cart .single_variation_wrap {
	width: 100%;
}

.acb-sp-add-to-cart .woocommerce-variation-price {
	margin: 8px 0 20px;
	border-left: 4px solid var(--acb-orange);
	background: #fff0e9;
	padding: 15px 20px;
}

.acb-sp-add-to-cart .woocommerce-variation-price .price,
.acb-sp-add-to-cart .woocommerce-variation-price .amount {
	color: var(--acb-orange) !important;
	font-size: clamp(30px, 2.4vw, 40px) !important;
	font-weight: 700 !important;
	line-height: 1.15;
}

.acb-sp-add-to-cart .woocommerce-variation-availability {
	margin-bottom: 14px;
}

.acb-sp-add-to-cart .wcpa_form_outer,
.acb-sp-add-to-cart .wcpa_form_item,
.acb-sp-add-to-cart .wcpa_row,
.acb-sp-add-to-cart .wcpa_field,
.acb-sp-add-to-cart .wcpa_wrap {
	width: 100% !important;
	max-width: none !important;
}

.acb-sp-add-to-cart .wcpa_form_outer {
	flex-basis: 100%;
	margin-bottom: 22px;
}

.acb-sp-add-to-cart .wcpa_form_item {
	margin-bottom: 16px !important;
}

.acb-sp-add-to-cart .ppcp-messages,
.acb-sp-add-to-cart .ppcp-messages-container,
.acb-sp-add-to-cart [id*="ppcp-messages"] {
	display: none !important;
}

.acb-sp-assurance {
	border-top: 1px solid var(--acb-line);
}

.acb-sp-assurance > div {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-bottom: 1px solid var(--acb-line);
}

.acb-sp-assurance strong {
	color: var(--acb-ink);
	font-size: 15px;
}

.acb-sp-assurance span {
	color: var(--acb-muted);
	font-size: 15px;
	text-align: right;
}

.acb-sp-help {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 22px;
	background: var(--acb-warm);
	padding: 16px 20px;
}

.acb-sp-help div {
	display: flex;
	flex-direction: column;
}

.acb-sp-help strong {
	color: var(--acb-ink);
	font-size: 15px;
}

.acb-sp-help span {
	color: var(--acb-muted);
	font-size: 14px;
}

.acb-sp-help a {
	flex: 0 0 auto;
	color: var(--acb-orange) !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

/* Four-part navigation and key facts */
.acb-sp-nav {
	border-top: 1px solid var(--acb-line);
	border-bottom: 1px solid var(--acb-line);
	background: #fff;
}

.acb-sp-nav .acb-sp-shell {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.acb-sp-nav a {
	min-height: 64px;
	display: grid;
	place-items: center;
	border-right: 1px solid var(--acb-line);
	color: var(--acb-ink) !important;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.acb-sp-nav a:first-child {
	border-left: 1px solid var(--acb-line);
}

.acb-sp-nav a:hover {
	box-shadow: inset 0 -3px 0 var(--acb-orange);
}

.acb-sp-proof {
	background: #fff;
}

.acb-sp-proof .acb-sp-shell {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid var(--acb-line);
}

.acb-sp-proof .acb-sp-shell > div {
	min-height: 128px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid var(--acb-line);
	padding: 24px 30px;
}

.acb-sp-proof strong {
	color: var(--acb-ink);
	font-size: clamp(20px, 1.6vw, 28px);
	font-weight: 700;
	line-height: 1.15;
}

.acb-sp-proof span {
	margin-top: 7px;
	color: var(--acb-muted);
	font-size: 14px;
}

/* Editorial overview */
.acb-sp-story {
	background: #fff;
	padding: clamp(88px, 9vw, 150px) 0;
	scroll-margin-top: 24px;
}

.acb-sp-story-grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
	align-items: center;
	gap: clamp(64px, 9vw, 150px);
}

.acb-sp-story-copy {
	max-width: 600px;
}

.acb-sp-story h2,
.acb-sp-features h2,
.acb-sp-specifications h2,
.acb-sp-supplies h2,
.acb-sp-faq h2,
.acb-sp-cta h2 {
	margin: 0;
	font-size: clamp(48px, 4.5vw, 78px);
	font-weight: 700;
	line-height: .98;
}

.acb-sp-story-copy p {
	margin: 28px 0 0;
	color: var(--acb-muted);
	font-size: 17px;
	line-height: 1.75;
}

.acb-sp-story-media {
	margin: 0;
	background: var(--acb-pale);
	padding: clamp(34px, 5vw, 80px);
}

.acb-sp-story-media img {
	width: 100%;
	height: 470px;
	object-fit: contain;
}

.acb-sp-story-media figcaption {
	margin-top: 18px;
	color: var(--acb-muted);
	font-size: 13px;
}

/* Dark benefit section */
.acb-sp-features {
	position: relative;
	overflow: hidden;
	background: var(--acb-black);
	padding: clamp(88px, 8vw, 132px) 0;
	color: #fff;
	scroll-margin-top: 24px;
}

.acb-sp-features::after {
	position: absolute;
	top: -260px;
	right: 3%;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: rgba(254, 80, 0, .1);
	filter: blur(100px);
	content: "";
	pointer-events: none;
}

.acb-sp-features .acb-sp-shell {
	position: relative;
	z-index: 1;
}

.acb-sp-features h2 {
	max-width: 820px;
	color: #fff !important;
}

.acb-sp-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 56px;
	border-top: 1px solid #333537;
	border-left: 1px solid #333537;
}

.acb-sp-feature-grid article {
	min-height: 270px;
	border-right: 1px solid #333537;
	border-bottom: 1px solid #333537;
	background: rgba(255, 255, 255, .012);
	padding: 34px;
}

.acb-sp-feature-grid article > span {
	display: block;
	margin-bottom: 50px;
	color: var(--acb-orange) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
}

.acb-sp-feature-grid h3 {
	margin: 0 0 16px;
	color: #fff !important;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.acb-sp-feature-grid p {
	margin: 0;
	color: #c4c7c9 !important;
	font-size: 15px;
	line-height: 1.7;
}

/* Specifications */
.acb-sp-specifications {
	background: #fff;
	padding: clamp(88px, 8vw, 132px) 0;
	scroll-margin-top: 24px;
}

.acb-sp-spec-heading,
.acb-sp-faq-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	align-items: end;
	gap: clamp(50px, 8vw, 130px);
}

.acb-sp-spec-heading h2,
.acb-sp-faq-heading h2 {
	max-width: 850px;
}

.acb-sp-spec-heading > p,
.acb-sp-faq-heading > p {
	margin: 0 0 8px;
	color: var(--acb-muted);
	font-size: 16px;
	line-height: 1.75;
}

.acb-sp-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 58px;
	border-top: 1px solid var(--acb-line);
	border-left: 1px solid var(--acb-line);
}

.acb-sp-spec-grid > div {
	min-height: 78px;
	display: grid;
	grid-template-columns: minmax(150px, .75fr) minmax(0, 1.25fr);
	align-items: center;
	gap: 20px;
	border-right: 1px solid var(--acb-line);
	border-bottom: 1px solid var(--acb-line);
	padding: 18px 24px;
}

.acb-sp-spec-grid span {
	color: var(--acb-muted);
	font-size: 14px;
}

.acb-sp-spec-grid strong {
	color: var(--acb-ink);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -.01em;
}

/* Warm compatible-supplies section */
.acb-sp-supplies {
	background: var(--acb-warm);
	padding: clamp(86px, 8vw, 132px) 0;
	scroll-margin-top: 24px;
}

.acb-sp-supplies-grid {
	display: grid;
	grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
	align-items: start;
	gap: clamp(60px, 10vw, 160px);
}

.acb-sp-supplies header {
	position: sticky;
	top: 24px;
	max-width: 520px;
}

.acb-sp-supplies h2 {
	color: var(--acb-ink);
}

.acb-sp-supplies header > p {
	margin: 28px 0 30px;
	color: var(--acb-muted);
	font-size: 16px;
	line-height: 1.7;
}

.acb-sp-button {
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 0;
	background: var(--acb-orange);
	padding: 14px 24px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.acb-sp-button:hover {
	background: var(--acb-orange-dark);
	color: #fff !important;
}

.acb-sp-supply-list {
	border-top: 1px solid #d2cec8;
}

.acb-sp-supply-item {
	min-height: 150px;
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	align-items: center;
	gap: 28px;
	border-bottom: 1px solid #d2cec8;
	background: rgba(255, 255, 255, .66);
	padding: 20px 26px;
}

.acb-sp-supply-image {
	width: 140px;
	height: 105px;
	display: grid;
	place-items: center;
	background: #fff;
	padding: 10px;
}

.acb-sp-supply-image img {
	width: 100%;
	height: 85px;
	object-fit: contain;
}

.acb-sp-supply-item > div > span {
	color: var(--acb-orange);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
}

.acb-sp-supply-item h3 {
	margin: 5px 0 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.acb-sp-supply-item h3 a {
	color: var(--acb-ink) !important;
	text-decoration: none;
}

.acb-sp-text-link {
	color: var(--acb-orange) !important;
	font-size: 13px;
	font-weight: 700;
	text-underline-offset: 4px;
}

/* Compact FAQ accordion */
.acb-sp-faq {
	background: #fff;
	padding: clamp(88px, 8vw, 132px) 0;
}

.acb-sp-faq-list {
	margin-top: 48px;
	border-top: 1px solid var(--acb-line);
}

.acb-sp-faq-item {
	border-bottom: 1px solid var(--acb-line);
}

.acb-sp-faq-item h3 {
	margin: 0;
}

.acb-sp-faq-item button {
	width: 100%;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 18px 0 !important;
	color: var(--acb-ink) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	text-align: left;
	cursor: pointer;
}

.acb-sp-faq-icon {
	flex: 0 0 auto;
	color: var(--acb-orange) !important;
	font-size: 22px;
	font-weight: 400;
}

.acb-sp-faq-answer {
	max-width: 880px;
	padding: 0 0 22px;
}

.acb-sp-faq-answer[hidden] {
	display: none;
}

.acb-sp-faq-answer p {
	margin: 0;
	color: var(--acb-muted);
	font-size: 16px;
	line-height: 1.75;
}

/* Final dark call to action */
.acb-sp-cta {
	background: var(--acb-black);
	padding: 74px 0;
	color: #fff;
}

.acb-sp-cta .acb-sp-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .75fr) auto;
	align-items: center;
	gap: clamp(36px, 6vw, 100px);
}

.acb-sp-cta h2 {
	max-width: 650px;
	color: #fff !important;
	font-size: clamp(44px, 4vw, 68px);
}

.acb-sp-cta p {
	margin: 0;
	color: #c4c7c9 !important;
	font-size: 15px;
	line-height: 1.75;
}

.acb-sp-mobile-buy {
	display: none;
}

/* Elementor and Shoptimizer containment */
.elementor-widget-shortcode:has(.acb-single-product),
.elementor-widget-shortcode:has(.acb-single-product) > .elementor-widget-container,
.elementor-shortcode:has(.acb-single-product) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .site-content,
body.single-product .content-area,
body.single-product main.site-main {
	max-width: none;
}

/* Tablet */
@media (max-width: 1100px) {
	:root {
		--acb-shell: min(100% - 40px, 1000px);
	}

	.acb-sp-hero {
		grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
		gap: 40px;
	}

	.acb-sp-gallery-stage {
		min-height: 500px;
	}

	.acb-sp-title {
		font-size: clamp(44px, 5vw, 60px);
	}

	.acb-sp-story-grid,
	.acb-sp-supplies-grid {
		gap: 60px;
	}

	.acb-sp-story h2,
	.acb-sp-features h2,
	.acb-sp-specifications h2,
	.acb-sp-supplies h2,
	.acb-sp-faq h2 {
		font-size: clamp(44px, 5.4vw, 66px);
	}
}

@media (max-width: 900px) {
	.acb-sp-hero,
	.acb-sp-story-grid,
	.acb-sp-supplies-grid,
	.acb-sp-spec-heading,
	.acb-sp-faq-heading,
	.acb-sp-cta .acb-sp-shell {
		grid-template-columns: 1fr;
	}

	.acb-sp-hero {
		padding-bottom: 70px;
	}

	.acb-sp-buy {
		padding-top: 12px;
	}

	.acb-sp-gallery-stage {
		min-height: 560px;
	}

	.acb-sp-story-copy,
	.acb-sp-supplies header {
		position: static;
		max-width: 760px;
	}

	.acb-sp-story-media img {
		height: 430px;
	}

	.acb-sp-feature-grid {
		grid-template-columns: 1fr;
	}

	.acb-sp-feature-grid article {
		min-height: 220px;
	}

	.acb-sp-feature-grid article > span {
		margin-bottom: 28px;
	}

	.acb-sp-spec-heading,
	.acb-sp-faq-heading {
		gap: 26px;
	}

	.acb-sp-supplies-grid {
		gap: 42px;
	}

	.acb-sp-cta .acb-sp-shell {
		align-items: start;
		gap: 28px;
	}
}

/* Mobile-first corrections */
@media (max-width: 640px) {
	:root {
		--acb-shell: calc(100% - 32px);
	}

	.acb-single-product {
		font-size: 16px;
	}

	.acb-sp-breadcrumbs {
		min-height: 58px;
		font-size: 12px;
		overflow: hidden;
		white-space: nowrap;
	}

	.acb-sp-hero {
		gap: 34px;
		padding: 10px 0 58px;
	}

	.acb-sp-gallery-stage {
		min-height: 360px;
		padding: 34px 22px;
	}

	.acb-sp-gallery-badge {
		top: 12px;
		right: 12px;
		font-size: 10px;
	}

	.acb-sp-gallery-thumbs {
		gap: 7px;
	}

	.acb-sp-gallery-thumb {
		height: 82px;
		padding: 7px !important;
	}

	.acb-sp-gallery-thumb img {
		height: 64px;
	}

	.acb-sp-brand-logo {
		width: 118px;
		margin-bottom: 18px;
	}

	.acb-sp-eyebrow {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.acb-sp-title {
		margin-bottom: 20px;
		font-size: clamp(38px, 11.5vw, 52px);
		line-height: 1.02;
	}

	.acb-sp-summary,
	.acb-sp-summary p {
		font-size: 16px;
		line-height: 1.65;
	}

	.acb-sp-commercial {
		align-items: flex-start;
		gap: 14px;
		padding: 18px 0;
	}

	.acb-sp-price,
	.acb-sp-price .price {
		font-size: 32px !important;
	}

	.acb-sp-sku {
		font-size: 11px;
	}

	.acb-sp-sku strong {
		max-width: 150px;
		font-size: 14px;
	}

	.acb-sp-add-to-cart form.cart:not(.variations_form),
	.acb-sp-add-to-cart .woocommerce-variation-add-to-cart {
		gap: 8px;
	}

	.acb-sp-add-to-cart .quantity {
		width: 114px !important;
		height: 54px !important;
		grid-template-columns: 35px 44px 35px;
		flex-basis: 114px;
	}

	.acb-sp-add-to-cart .quantity input.qty {
		width: 44px !important;
		height: 52px !important;
	}

	.acb-sp-add-to-cart .acb-qty-button {
		width: 35px !important;
		min-width: 35px !important;
		height: 52px !important;
		font-size: 19px !important;
	}

	.acb-sp-add-to-cart .single_add_to_cart_button,
	.acb-sp-add-to-cart button.single_add_to_cart_button,
	.acb-sp-add-to-cart .button.alt {
		width: auto !important;
		min-width: 0 !important;
		height: 54px !important;
		flex: 1 1 180px;
		padding: 0 18px !important;
		font-size: 15px !important;
		line-height: 54px !important;
	}

	.acb-sp-add-to-cart .wcpa_form_outer,
	.acb-sp-add-to-cart .variations,
	.acb-sp-add-to-cart .single_variation_wrap {
		flex-basis: 100%;
	}

	.acb-sp-assurance > div {
		align-items: flex-start;
		padding: 16px 0;
	}

	.acb-sp-assurance strong,
	.acb-sp-assurance span {
		font-size: 13px;
	}

	.acb-sp-help {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.acb-sp-nav .acb-sp-shell {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.acb-sp-nav a {
		min-height: 58px;
		padding: 0 14px;
		font-size: 12px;
	}

	.acb-sp-nav a:nth-child(-n + 2) {
		border-bottom: 1px solid var(--acb-line);
	}

	.acb-sp-proof .acb-sp-shell {
		grid-template-columns: repeat(2, 1fr);
	}

	.acb-sp-proof .acb-sp-shell > div {
		min-height: 112px;
		padding: 18px;
	}

	.acb-sp-proof strong {
		font-size: 20px;
	}

	.acb-sp-proof span {
		font-size: 12px;
	}

	.acb-sp-story,
	.acb-sp-features,
	.acb-sp-specifications,
	.acb-sp-supplies,
	.acb-sp-faq {
		padding: 76px 0;
	}

	.acb-sp-story h2,
	.acb-sp-features h2,
	.acb-sp-specifications h2,
	.acb-sp-supplies h2,
	.acb-sp-faq h2,
	.acb-sp-cta h2 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.acb-sp-story-copy p,
	.acb-sp-spec-heading > p,
	.acb-sp-faq-heading > p,
	.acb-sp-supplies header > p {
		font-size: 15px;
	}

	.acb-sp-story-media {
		padding: 24px;
	}

	.acb-sp-story-media img {
		height: 320px;
	}

	.acb-sp-feature-grid {
		margin-top: 38px;
	}

	.acb-sp-feature-grid article {
		min-height: 0;
		padding: 26px;
	}

	.acb-sp-feature-grid h3 {
		font-size: 22px;
	}

	.acb-sp-spec-grid {
		grid-template-columns: 1fr;
		margin-top: 38px;
	}

	.acb-sp-spec-grid > div {
		min-height: 72px;
		grid-template-columns: minmax(110px, .8fr) minmax(0, 1.2fr);
		gap: 14px;
		padding: 15px 16px;
	}

	.acb-sp-spec-grid span,
	.acb-sp-spec-grid strong {
		font-size: 13px;
	}

	.acb-sp-supply-item {
		min-height: 136px;
		grid-template-columns: 98px minmax(0, 1fr);
		gap: 18px;
		padding: 18px;
	}

	.acb-sp-supply-image {
		width: 98px;
		height: 88px;
	}

	.acb-sp-supply-image img {
		height: 68px;
	}

	.acb-sp-supply-item h3 {
		font-size: 15px;
	}

	.acb-sp-faq-list {
		margin-top: 34px;
	}

	.acb-sp-faq-item button {
		min-height: 64px;
		font-size: 14px !important;
	}

	.acb-sp-faq-answer p {
		font-size: 14px;
	}

	.acb-sp-cta {
		padding: 66px 0 92px;
	}

	.acb-sp-mobile-buy {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9994;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		border-top: 1px solid #2c2e30;
		background: rgba(9, 10, 11, .97);
		padding: 10px 16px;
		color: #fff;
	}

	.acb-sp-mobile-buy div {
		min-width: 0;
		display: flex;
		flex-direction: column;
	}

	.acb-sp-mobile-buy span {
		overflow: hidden;
		color: #bfc2c4;
		font-size: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.acb-sp-mobile-buy strong,
	.acb-sp-mobile-buy .amount {
		color: #fff !important;
		font-size: 17px !important;
	}

	.acb-sp-mobile-buy a {
		flex: 0 0 auto;
		background: var(--acb-orange);
		padding: 11px 16px;
		color: #fff !important;
		font-size: 13px;
		font-weight: 700;
		text-decoration: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.acb-single-product *,
	.acb-single-product *::before,
	.acb-single-product *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
