/* AlphaLabs single-product redesign. */
body.single-product {
	background: #f8f5f6;
}

.alpx-product-breadcrumb,
.alpx-single-product-page,
.alpx-product-trust,
.alpx-product-information,
.alpx-product-coa,
.alpx-related-products,
.alpx-excellence,
.alpx-mobile-purchase {
	font-family: Inter, Arial, sans-serif;
}

.alpx-product-breadcrumb *,
.alpx-single-product-page *,
.alpx-product-trust *,
.alpx-product-information *,
.alpx-product-coa *,
.alpx-related-products *,
.alpx-excellence *,
.alpx-mobile-purchase * {
	box-sizing: border-box;
}

.alpx-commerce-container {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto;
}

.alpx-product-breadcrumb {
	padding: 12px 0;
	border-top: 1px solid rgba(8, 45, 56, .06);
	border-bottom: 1px solid rgba(8, 45, 56, .08);
	background: #e8f3ef;
	color: #496a6d;
	font-size: 12px;
	line-height: 1.5;
}

.alpx-product-breadcrumb a,
.alpx-product-breadcrumb span,
.alpx-product-breadcrumb .breadcrumb_last {
	color: #496a6d !important;
	font-size: 12px !important;
	text-decoration: none !important;
}

.alpx-product-breadcrumb a:hover {
	color: var(--alpx-orange) !important;
}

.alpx-single-product-page {
	position: relative;
	padding: clamp(44px, 6vw, 82px) 0 0;
	background:
		radial-gradient(circle at 8% 18%, rgba(20, 141, 147, .06), transparent 24%),
		linear-gradient(180deg, #fff 0%, #fff 52%, #f8f5f6 100%);
}

.alpx-single-product {
	margin: 0 !important;
}

.alpx-single-product__top {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
	align-items: start;
	gap: clamp(42px, 6vw, 92px);
	padding-bottom: clamp(55px, 7vw, 90px);
}

.alpx-single-product__gallery {
	position: sticky;
	top: 160px;
	min-width: 0;
}

.admin-bar .alpx-single-product__gallery {
	top: 192px;
}

/* Reset the parent theme's floats and fixed widths. */
body.single-product .alpx-single-product div.images,
body.single-product .alpx-single-product .woocommerce-product-gallery,
body.single-product .alpx-single-product div.summary,
body.single-product .alpx-single-product .summary.entry-summary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.single-product .alpx-single-product .woocommerce-product-gallery {
	position: relative;
	padding: 18px;
	border: 1px solid #e1ebe8;
	border-radius: 28px;
	background:
		radial-gradient(circle at 16% 16%, rgba(20, 141, 147, .18), transparent 27%),
		radial-gradient(circle at 88% 82%, rgba(239, 125, 33, .16), transparent 26%),
		#f8fbfa;
	box-shadow: 0 25px 65px rgba(6, 45, 56, .11);
}

body.single-product .alpx-single-product .woocommerce-product-gallery::before,
body.single-product .alpx-single-product .woocommerce-product-gallery::after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
}

body.single-product .alpx-single-product .woocommerce-product-gallery::before {
	width: 42px;
	height: 42px;
	right: 8%;
	top: 8%;
	border: 1px solid rgba(20, 141, 147, .22);
	box-shadow: -52px 34px 0 -15px rgba(239, 125, 33, .14);
}

body.single-product .alpx-single-product .woocommerce-product-gallery::after {
	width: 120px;
	height: 120px;
	left: -30px;
	bottom: -35px;
	background: rgba(20, 141, 147, .07);
	filter: blur(2px);
}

body.single-product .alpx-single-product .woocommerce-product-gallery__wrapper,
body.single-product .alpx-single-product .woocommerce-product-gallery__image {
	position: relative;
	z-index: 1;
}

body.single-product .alpx-single-product .woocommerce-product-gallery__image a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}

body.single-product .alpx-single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	margin: 0 !important;
	object-fit: cover;
	border-radius: 20px;
}

body.single-product .alpx-single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.single-product .alpx-single-product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .alpx-single-product .woocommerce-product-gallery .flex-control-thumbs img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 2px solid transparent;
	border-radius: 11px;
	opacity: .7;
	transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

body.single-product .alpx-single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product .alpx-single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
	border-color: var(--alpx-teal);
	opacity: 1;
	transform: translateY(-2px);
}

body.single-product .alpx-single-product .woocommerce-product-gallery__trigger {
	top: 30px !important;
	right: 30px !important;
	z-index: 8 !important;
	width: 44px !important;
	height: 44px !important;
	display: grid !important;
	place-items: center;
	border: 1px solid rgba(8, 45, 56, .12);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94) !important;
	box-shadow: 0 10px 30px rgba(6, 45, 56, .11);
}

body.single-product .alpx-single-product .onsale {
	left: 32px !important;
	right: auto !important;
	top: 32px !important;
	z-index: 7 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 8px 13px !important;
	border-radius: 999px !important;
	background: var(--alpx-orange) !important;
	color: #fff !important;
	font: 800 10px/1 Inter, Arial, sans-serif !important;
	box-shadow: 0 8px 20px rgba(239, 125, 33, .25);
}

.alpx-single-product__summary {
	position: relative;
	padding: clamp(28px, 3.4vw, 46px);
	border: 1px solid #e2ebe9;
	border-radius: 28px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 26px 70px rgba(6, 45, 56, .1);
}

.alpx-single-product__summary::after {
	content: "";
	position: absolute;
	right: -16px;
	top: -16px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(239, 125, 33, .09);
	pointer-events: none;
}

.alpx-product-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 14px;
	color: var(--alpx-teal-dark) !important;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .11em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.alpx-product-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--alpx-orange);
	box-shadow: 0 0 0 5px rgba(239, 125, 33, .1);
}

body.single-product .alpx-single-product__summary .product_title,
body.single-product .alpx-single-product__summary h1.product_title.entry-title {
	margin: 0 !important;
	color: var(--alpx-ink) !important;
	font-size: clamp(36px, 4.5vw, 62px) !important;
	font-weight: 880 !important;
	letter-spacing: -.055em;
	line-height: 1.02 !important;
}

body.single-product .alpx-single-product__summary .woocommerce-product-details__short-description {
	margin: 18px 0 0;
	color: #587075;
	font-size: 15px;
	line-height: 1.7;
}

body.single-product .alpx-single-product__summary .woocommerce-product-details__short-description p {
	margin: 0 !important;
	color: #587075 !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
}

body.single-product .alpx-single-product__summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 15px 0 0 !important;
}

.alpx-product-price-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 24px 0 0;
}

body.single-product .alpx-product-price-block .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 !important;
	color: var(--alpx-ink) !important;
	font-size: 28px !important;
	font-weight: 880 !important;
	line-height: 1.1;
}

body.single-product .alpx-product-price-block .price ins,
body.single-product .alpx-product-price-block .price ins .amount,
body.single-product .alpx-product-price-block .price ins bdi,
body.single-product .alpx-product-price-block .price > .amount,
body.single-product .alpx-product-price-block .price > .amount bdi {
	color: var(--alpx-orange) !important;
	font-size: 30px !important;
	font-weight: 880 !important;
	text-decoration: none !important;
}

body.single-product .alpx-product-price-block .price del,
body.single-product .alpx-product-price-block .price del .amount,
body.single-product .alpx-product-price-block .price del bdi {
	color: #98a5a6 !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	opacity: 1 !important;
}

.alpx-product-price-block__saving {
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #e9f7ef;
	color: #287247;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.alpx-tested-for {
	display: grid !important;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 12px;
	margin: 18px 0 0 !important;
	padding: 14px 15px;
	border: 1px solid #e1ebe8;
	border-radius: 15px;
	background: #f7fbfa;
}

.alpx-tested-for > span {
	color: var(--alpx-ink) !important;
	font: 800 11px/1.2 Inter, Arial, sans-serif !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.alpx-tested-for ul {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.alpx-tested-for ul li {
	position: relative;
	margin: 0 !important;
	padding: 7px 10px 7px 27px !important;
	border: 0 !important;
	border-radius: 999px;
	background: #fff;
	color: #49676a !important;
	font: 750 10px/1 Inter, Arial, sans-serif !important;
	text-transform: capitalize;
}

.alpx-tested-for ul li::before {
	content: "✓";
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--alpx-teal);
	font-weight: 900;
}

body.single-product .alpx-single-product__summary form.cart {
	display: flex !important;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0 !important;
	padding: 18px;
	border: 1px solid #e1e9e7;
	border-radius: 18px;
	background: #fffaf5;
}

body.single-product .alpx-single-product__summary form.cart::before,
body.single-product .alpx-single-product__summary form.cart::after {
	display: none !important;
}

body.single-product .alpx-single-product__summary form.cart .quantity,
body.single-product .alpx-single-product__summary form.cart .qib-button-wrapper {
	display: flex !important;
	align-items: center;
	float: none !important;
	margin: 0 !important;
}

body.single-product .alpx-single-product__summary form.cart .qib-button-wrapper {
	min-width: 128px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #d8e4e1;
	border-radius: 999px;
	background: #fff;
}

body.single-product .alpx-single-product__summary form.cart .quantity {
	flex: 1;
}

body.single-product .alpx-single-product__summary form.cart .qib-button,
body.single-product .alpx-single-product__summary form.cart input.qty {
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	border: 0 !important;
	background: #fff !important;
	color: var(--alpx-ink) !important;
	box-shadow: none !important;
	font: 800 14px/1 Inter, Arial, sans-serif !important;
}

body.single-product .alpx-single-product__summary form.cart .qib-button {
	width: 38px !important;
	min-width: 38px !important;
	padding: 0 !important;
}

body.single-product .alpx-single-product__summary form.cart input.qty {
	width: 46px !important;
	padding: 0 !important;
	text-align: center;
}

body.single-product .alpx-single-product__summary form.cart .single_add_to_cart_button {
	flex: 1 1 220px;
	min-height: 50px;
	margin: 0 !important;
	padding: 13px 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--alpx-orange) !important;
	color: #fff !important;
	box-shadow: 0 13px 28px rgba(239, 125, 33, .24) !important;
	font: 850 14px/1 Inter, Arial, sans-serif !important;
	text-transform: none !important;
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

body.single-product .alpx-single-product__summary form.cart .single_add_to_cart_button:hover {
	transform: translateY(-2px);
	background: #d96914 !important;
	box-shadow: 0 16px 32px rgba(239, 125, 33, .3) !important;
}

body.single-product .alpx-single-product__summary form.cart .single_add_to_cart_button.disabled,
body.single-product .alpx-single-product__summary form.cart .single_add_to_cart_button:disabled {
	transform: none;
	background: #aeb9b9 !important;
	box-shadow: none !important;
}

body.single-product .alpx-single-product__summary form.cart table.variations,
body.single-product .alpx-single-product__summary form.cart .variations,
body.single-product .alpx-single-product__summary form.cart .composite_data,
body.single-product .alpx-single-product__summary form.cart .component {
	flex-basis: 100%;
	width: 100%;
}

body.single-product .alpx-single-product__summary form.cart table.variations {
	margin: 0 0 10px !important;
	border: 0 !important;
}

body.single-product .alpx-single-product__summary form.cart table.variations th,
body.single-product .alpx-single-product__summary form.cart table.variations td {
	display: block;
	padding: 0 0 8px !important;
	border: 0 !important;
	text-align: left;
}

body.single-product .alpx-single-product__summary form.cart table.variations label {
	color: var(--alpx-ink);
	font-size: 12px;
	font-weight: 800;
}

body.single-product .alpx-single-product__summary form.cart select {
	width: 100%;
	min-height: 48px;
	padding: 0 42px 0 14px;
	border: 1px solid #d8e4e1;
	border-radius: 12px;
	background: #fff;
	color: var(--alpx-ink);
	font-size: 13px;
}

body.single-product .alpx-single-product__summary .woocommerce-variation-price {
	margin: 10px 0;
}

body.single-product .alpx-single-product__summary .trustedsite-trustmark {
	flex-basis: 100%;
	margin: 5px 0 0;
}

.alpx-summary-coa {
	margin-top: 12px;
}

.alpx-summary-coa__button {
	width: 100%;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 18px;
	border: 1px solid rgba(20, 141, 147, .28);
	border-radius: 999px;
	background: #eef9f7;
	color: var(--alpx-teal-dark) !important;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none !important;
}

.alpx-summary-coa__button svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 1.8;
}

.alpx-product-meta {
	margin-top: 14px;
	border-top: 1px solid #e6eceb;
}

.alpx-product-meta summary {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 12px 2px 0;
	color: var(--alpx-ink);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.alpx-product-meta summary::-webkit-details-marker {
	display: none;
}

.alpx-product-meta summary span {
	font-size: 19px;
	transition: transform .2s ease;
}

.alpx-product-meta[open] summary span {
	transform: rotate(45deg);
}

.alpx-product-meta__content {
	display: grid;
	gap: 8px;
	padding: 8px 2px 3px;
	color: var(--alpx-muted);
	font-size: 11px;
	line-height: 1.5;
}

.alpx-product-meta__content a {
	color: var(--alpx-teal-dark) !important;
}

.alpx-product-notice {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	margin-top: 16px;
	padding: 14px;
	border-left: 4px solid var(--alpx-orange);
	border-radius: 12px;
	background: #fff4e9;
}

.alpx-product-notice svg {
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 10px;
	background: #fff;
	stroke: var(--alpx-orange);
	stroke-width: 1.7;
}

.alpx-product-notice strong {
	display: block;
	margin-bottom: 3px;
	color: var(--alpx-ink);
	font-size: 12px;
}

.alpx-product-notice p {
	margin: 0 !important;
	color: #6b5b50 !important;
	font-size: 11px !important;
	line-height: 1.55 !important;
}

/* Trust strip. */
.alpx-product-trust {
	padding: 28px 0;
	border-top: 1px solid #e4ecea;
	border-bottom: 1px solid #e4ecea;
	background: #f5faf8;
}

.alpx-product-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.alpx-product-trust__item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 16px;
	border: 1px solid #e1ebe8;
	border-radius: 16px;
	background: #fff;
}

.alpx-product-trust__item strong,
.alpx-product-trust__item small {
	display: block;
}

.alpx-product-trust__item strong {
	color: var(--alpx-ink);
	font-size: 12px;
	line-height: 1.2;
}

.alpx-product-trust__item small {
	margin-top: 4px;
	color: var(--alpx-muted);
	font-size: 9px;
	line-height: 1.45;
}

.alpx-product-trust__icon {
	position: relative;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #edf9f7;
	color: var(--alpx-teal-dark);
}

.alpx-product-trust__icon::before,
.alpx-product-trust__icon::after {
	content: "";
	position: absolute;
}

.alpx-product-trust__icon--truck::before {
	left: 9px; top: 15px; width: 21px; height: 13px;
	border: 2px solid currentColor; border-radius: 3px;
}
.alpx-product-trust__icon--truck::after {
	left: 14px; top: 29px; width: 5px; height: 5px; border: 2px solid currentColor; border-radius: 50%;
	box-shadow: 15px 0 0 -2px #edf9f7, 15px 0 0 0 currentColor;
}
.alpx-product-trust__icon--flask::before {
	left: 18px; top: 9px; width: 10px; height: 22px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 7px 7px; transform: skew(-8deg);
}
.alpx-product-trust__icon--flask::after {
	left: 15px; top: 8px; width: 16px; border-top: 2px solid currentColor; box-shadow: 2px 18px 0 -1px currentColor;
}
.alpx-product-trust__icon--box::before {
	left: 12px; top: 12px; width: 22px; height: 22px; border: 2px solid currentColor; border-radius: 4px;
}
.alpx-product-trust__icon--box::after {
	left: 12px; top: 20px; width: 22px; border-top: 2px solid currentColor; transform: rotate(-27deg);
}
.alpx-product-trust__icon--support::before {
	left: 12px; top: 12px; width: 22px; height: 20px; border: 2px solid currentColor; border-radius: 50%;
}
.alpx-product-trust__icon--support::after {
	left: 8px; top: 22px; width: 6px; height: 10px; border: 2px solid currentColor; border-right: 0; border-radius: 5px 0 0 5px;
	box-shadow: 30px 0 0 -2px #edf9f7, 30px 0 0 0 currentColor;
}

/* Product information tabs. */
.alpx-product-information {
	padding: clamp(60px, 7vw, 96px) 0;
	background: #fff;
}

.alpx-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 26px;
}

.alpx-section-heading h2 {
	margin: 5px 0 0 !important;
	color: var(--alpx-ink) !important;
	font-size: clamp(30px, 4vw, 48px) !important;
	font-weight: 870 !important;
	letter-spacing: -.045em;
	line-height: 1.06 !important;
}

.alpx-section-heading p {
	max-width: 620px;
	margin: 10px 0 0 !important;
	color: var(--alpx-muted) !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}

.alpx-kicker {
	display: inline-block;
	color: var(--alpx-orange);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.alpx-product-tabs {
	overflow: hidden;
	border: 1px solid #e1ebe8;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 17px 45px rgba(6, 45, 56, .07);
}

body.single-product .alpx-product-tabs ul.tabs {
	display: flex !important;
	gap: 4px;
	margin: 0 !important;
	padding: 9px !important;
	border: 0 !important;
	border-bottom: 1px solid #e1ebe8 !important;
	background: #f7faf9;
}

body.single-product .alpx-product-tabs ul.tabs::before,
body.single-product .alpx-product-tabs ul.tabs::after,
body.single-product .alpx-product-tabs ul.tabs li::before,
body.single-product .alpx-product-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .alpx-product-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
}

body.single-product .alpx-product-tabs ul.tabs li a {
	min-height: 42px;
	display: inline-flex !important;
	align-items: center;
	padding: 10px 18px !important;
	border-radius: 999px;
	color: #587075 !important;
	font: 800 12px/1.2 Inter, Arial, sans-serif !important;
	text-decoration: none !important;
}

body.single-product .alpx-product-tabs ul.tabs li.active,
body.single-product .alpx-product-tabs ul.tabs li.active a {
	background: var(--alpx-deep) !important;
	color: #fff !important;
}

.alpx-product-tabs__panels {
	padding: clamp(25px, 4vw, 45px);
}

body.single-product .alpx-product-tabs .woocommerce-Tabs-panel {
	margin: 0 !important;
	padding: 0 !important;
	color: #51696d;
	font-size: 14px;
	line-height: 1.75;
}

body.single-product .alpx-product-tabs .woocommerce-Tabs-panel p,
body.single-product .alpx-product-tabs .woocommerce-Tabs-panel li,
body.single-product .alpx-product-tabs .woocommerce-Tabs-panel td {
	color: #51696d !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
}

body.single-product .alpx-product-tabs .woocommerce-Tabs-panel h2 {
	margin: 0 0 18px !important;
	color: var(--alpx-ink) !important;
	font-size: 26px !important;
	font-weight: 850 !important;
}

body.single-product .alpx-product-tabs .woocommerce-Tabs-panel h3 {
	margin: 22px 0 8px !important;
	color: var(--alpx-ink) !important;
	font-size: 18px !important;
	font-weight: 820 !important;
}

body.single-product .alpx-product-tabs table.shop_attributes {
	width: 100%;
	margin: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 8px !important;
	border: 0 !important;
}

body.single-product .alpx-product-tabs table.shop_attributes th,
body.single-product .alpx-product-tabs table.shop_attributes td {
	padding: 13px 15px !important;
	border: 0 !important;
	background: #f7faf9 !important;
}

body.single-product .alpx-product-tabs table.shop_attributes th {
	width: 28%;
	border-radius: 11px 0 0 11px;
	color: var(--alpx-ink) !important;
	font: 800 12px/1.4 Inter, Arial, sans-serif !important;
}

body.single-product .alpx-product-tabs table.shop_attributes td {
	border-radius: 0 11px 11px 0;
}

.alpx-tab-mobile-toggle {
	display: none;
}

.alpx-research-notice {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 22px;
}

.alpx-research-notice h3,
.alpx-research-notice p {
	margin: 0 !important;
}

.alpx-research-notice h3 {
	grid-row: 1;
}

.alpx-research-notice p {
	grid-row: 2;
	padding: 15px;
	border-radius: 13px;
	background: #f7faf9;
}

/* COA documentation section. */
.alpx-product-coa {
	scroll-margin-top: 160px;
	padding: clamp(60px, 7vw, 96px) 0;
	background: linear-gradient(125deg, #eaf8f5 0%, #fff 55%, #fff4e8 100%);
}

.alpx-product-coa__inner {
	display: grid;
	grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
	align-items: center;
	gap: clamp(35px, 6vw, 80px);
}

.alpx-product-coa__visual {
	position: relative;
	min-height: 330px;
	display: grid;
	place-items: center;
	border-radius: 28px;
	background: rgba(255, 255, 255, .7);
	box-shadow: inset 0 0 0 1px rgba(20, 141, 147, .13), 0 25px 60px rgba(6, 45, 56, .1);
}

.alpx-product-coa__sheet {
	position: relative;
	width: 190px;
	height: 245px;
	border: 1px solid #dbe6e4;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 22px 45px rgba(6, 45, 56, .13);
	transform: rotate(-4deg);
}

.alpx-product-coa__sheet::before {
	content: "";
	position: absolute;
	left: 25px;
	right: 25px;
	top: 35px;
	height: 9px;
	border-radius: 5px;
	background: var(--alpx-teal);
	box-shadow: 0 28px 0 -2px #dce8e6, 0 50px 0 -2px #dce8e6, 0 72px 0 -2px #dce8e6, 0 104px 0 7px #eff6f4;
}

.alpx-product-coa__seal {
	position: absolute;
	right: 14%;
	bottom: 14%;
	width: 74px;
	height: 74px;
	display: grid;
	place-items: center;
	border: 7px solid rgba(239, 125, 33, .18);
	border-radius: 50%;
	background: var(--alpx-orange);
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: .08em;
	box-shadow: 0 15px 30px rgba(239, 125, 33, .25);
}

.alpx-product-coa__content h2 {
	max-width: 720px;
	margin: 7px 0 16px !important;
	color: var(--alpx-ink) !important;
	font-size: clamp(34px, 4.5vw, 58px) !important;
	font-weight: 880 !important;
	letter-spacing: -.05em;
	line-height: 1.04 !important;
}

.alpx-product-coa__content p {
	max-width: 650px;
	margin: 0 !important;
	color: var(--alpx-muted) !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
}

.alpx-product-coa__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.alpx-product-coa__links a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 17px;
	border-radius: 999px;
	background: var(--alpx-deep);
	color: #fff !important;
	font-size: 12px;
	font-weight: 820;
	text-decoration: none !important;
}

.alpx-product-coa__links a.alpx-product-coa__library {
	border: 1px solid rgba(8, 45, 56, .17);
	background: #fff;
	color: var(--alpx-ink) !important;
}

/* Related products. Product-card internals come from catalog.css. */
.alpx-related-products {
	margin: 0 !important;
	padding: clamp(60px, 7vw, 96px) 0 !important;
	background: #f8f5f6 !important;
}

body.single-product .alpx-related-products > .alpx-commerce-container > h2 {
	display: none;
}

body.single-product .alpx-related-products ul.products {
	margin-top: 0 !important;
}

/* Standard of Excellence. */
.alpx-excellence {
	position: relative;
	overflow: hidden;
	padding: clamp(65px, 8vw, 112px) 0;
	background:
		radial-gradient(circle at 8% 12%, rgba(239, 125, 33, .13), transparent 23%),
		linear-gradient(120deg, #fff8ef 0%, #fff 48%, #e9f8f5 100%);
}

.alpx-excellence::before {
	content: "";
	position: absolute;
	left: -65px;
	top: -65px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: 1px solid rgba(20, 141, 147, .16);
	box-shadow: 80px 70px 0 -60px rgba(20, 141, 147, .12), 150px 20px 0 -82px rgba(239, 125, 33, .14);
}

.alpx-excellence__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
	align-items: center;
	gap: clamp(40px, 7vw, 95px);
}

.alpx-excellence__content h2 {
	margin: 7px 0 18px !important;
	color: var(--alpx-ink) !important;
	font-size: clamp(38px, 5vw, 66px) !important;
	font-weight: 880 !important;
	letter-spacing: -.055em;
	line-height: 1 !important;
}

.alpx-excellence__content p {
	max-width: 700px;
	margin: 0 !important;
	color: var(--alpx-muted) !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}

.alpx-excellence__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 25px;
}

.alpx-excellence__visual {
	position: relative;
	min-height: 380px;
	border-radius: 48% 52% 44% 56%;
	background: rgba(255, 255, 255, .72);
	box-shadow: inset 0 0 0 1px rgba(20, 141, 147, .12), 0 35px 80px rgba(6, 45, 56, .12);
}

.alpx-excellence__visual img {
	position: absolute;
	z-index: 2;
	object-fit: contain;
	filter: drop-shadow(0 25px 28px rgba(6, 45, 56, .2));
}

.alpx-excellence__vial {
	width: 47%;
	left: 18%;
	bottom: 2%;
	animation: alpxSingleFloat 10s ease-in-out infinite;
}

.alpx-excellence__spray {
	width: 34%;
	right: 8%;
	bottom: 5%;
	animation: alpxSingleFloat 12s ease-in-out -4s infinite;
}

.alpx-excellence__badge {
	position: absolute;
	z-index: 4;
	left: 3%;
	top: 12%;
	min-width: 118px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 13px 16px;
	border: 1px solid rgba(20, 141, 147, .16);
	border-radius: 15px;
	background: rgba(255, 255, 255, .94);
	color: var(--alpx-muted);
	font-size: 9px;
	box-shadow: 0 16px 35px rgba(6, 45, 56, .11);
}

.alpx-excellence__badge b {
	color: var(--alpx-teal-dark);
	font-size: 24px;
	line-height: 1;
}

@keyframes alpxSingleFloat {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
	50% { transform: translate3d(0, -9px, 0) rotate(1deg); }
}

/* Sticky mobile purchase helper is hidden on desktop. */
.alpx-mobile-purchase {
	display: none;
}

@media (max-width: 1100px) {
	.alpx-single-product__top {
		grid-template-columns: minmax(0, .95fr) minmax(370px, 1.05fr);
		gap: 35px;
	}
	.alpx-product-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.alpx-research-notice {
		grid-template-columns: 1fr;
	}
	.alpx-research-notice h3,
	.alpx-research-notice p {
		grid-row: auto;
	}
}

@media (max-width: 900px) {
	.alpx-single-product__top,
	.alpx-product-coa__inner,
	.alpx-excellence__inner {
		grid-template-columns: 1fr;
	}
	.alpx-single-product__gallery {
		position: relative;
		top: auto;
		max-width: 680px;
		width: 100%;
		margin-inline: auto;
	}
	.alpx-single-product__summary {
		max-width: 680px !important;
		width: 100% !important;
		margin-inline: auto !important;
	}
	.alpx-product-coa__visual {
		max-width: 520px;
		width: 100%;
		margin-inline: auto;
	}
	.alpx-excellence__visual {
		max-width: 600px;
		width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 700px) {
	.alpx-commerce-container {
		width: min(100% - 30px, 1320px);
	}
	.alpx-product-breadcrumb {
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: none;
	}
	.alpx-product-breadcrumb::-webkit-scrollbar {
		display: none;
	}
	.alpx-single-product-page {
		padding-top: 28px;
	}
	.alpx-single-product__top {
		gap: 22px;
		padding-bottom: 46px;
	}
	body.single-product .alpx-single-product .woocommerce-product-gallery {
		padding: 10px;
		border-radius: 19px;
	}
	body.single-product .alpx-single-product .woocommerce-product-gallery__image a,
	body.single-product .alpx-single-product .woocommerce-product-gallery__image img {
		border-radius: 14px;
	}
	body.single-product .alpx-single-product .woocommerce-product-gallery__trigger {
		top: 19px !important;
		right: 19px !important;
		width: 39px !important;
		height: 39px !important;
	}
	body.single-product .alpx-single-product .onsale {
		left: 20px !important;
		top: 20px !important;
	}
	body.single-product .alpx-single-product .woocommerce-product-gallery .flex-control-thumbs {
		gap: 6px;
	}
	.alpx-single-product__summary {
		padding: 24px 18px;
		border-radius: 20px;
	}
	body.single-product .alpx-single-product__summary .product_title,
	body.single-product .alpx-single-product__summary h1.product_title.entry-title {
		font-size: clamp(32px, 10vw, 46px) !important;
	}
	body.single-product .alpx-single-product__summary .woocommerce-product-details__short-description p {
		font-size: 14px !important;
	}
	.alpx-tested-for {
		grid-template-columns: 1fr;
	}
	body.single-product .alpx-single-product__summary form.cart {
		padding: 13px;
	}
	body.single-product .alpx-single-product__summary form.cart .qib-button-wrapper {
		flex: 0 0 116px;
		min-width: 116px;
	}
	body.single-product .alpx-single-product__summary form.cart .single_add_to_cart_button {
		flex-basis: calc(100% - 126px);
		padding-inline: 13px !important;
		font-size: 12px !important;
	}
	.alpx-product-trust {
		padding: 20px 0;
		overflow: hidden;
	}
	.alpx-product-trust__grid {
		display: flex;
		overflow-x: auto;
		gap: 10px;
		padding-bottom: 5px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.alpx-product-trust__grid::-webkit-scrollbar {
		display: none;
	}
	.alpx-product-trust__item {
		flex: 0 0 235px;
		scroll-snap-align: start;
	}
	.alpx-product-information,
	.alpx-product-coa,
	.alpx-related-products,
	.alpx-excellence {
		padding-block: 52px !important;
	}
	.alpx-section-heading h2 {
		font-size: 32px !important;
	}
	.alpx-section-heading p {
		font-size: 13px !important;
	}
	body.single-product .alpx-product-tabs ul.tabs {
		display: none !important;
	}
	.alpx-product-tabs__panels {
		padding: 8px 15px 15px;
	}
	.alpx-tab-mobile-toggle {
		width: 100%;
		min-height: 54px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		padding: 13px 4px;
		border: 0;
		border-bottom: 1px solid #e5ecea;
		background: transparent;
		color: var(--alpx-ink);
		font: 820 13px/1.3 Inter, Arial, sans-serif;
		text-align: left;
		cursor: pointer;
	}
	.alpx-tab-mobile-toggle span {
		font-size: 21px;
		transition: transform .2s ease;
	}
	.alpx-tab-mobile-toggle.is-open span {
		transform: rotate(45deg);
	}
	body.single-product .alpx-product-tabs .woocommerce-Tabs-panel {
		display: none !important;
		padding: 20px 0 25px !important;
	}
	body.single-product .alpx-product-tabs .woocommerce-Tabs-panel.is-mobile-open {
		display: block !important;
	}
	body.single-product .alpx-product-tabs .woocommerce-Tabs-panel p,
	body.single-product .alpx-product-tabs .woocommerce-Tabs-panel li,
	body.single-product .alpx-product-tabs .woocommerce-Tabs-panel td {
		font-size: 13px !important;
	}
	body.single-product .alpx-product-tabs .woocommerce-Tabs-panel h2 {
		font-size: 22px !important;
	}
	body.single-product .alpx-product-tabs .woocommerce-Tabs-panel h3 {
		font-size: 17px !important;
	}
	body.single-product .alpx-product-tabs table.shop_attributes th,
	body.single-product .alpx-product-tabs table.shop_attributes td {
		display: block;
		width: 100%;
		border-radius: 10px !important;
	}
	body.single-product .alpx-product-tabs table.shop_attributes th {
		padding-bottom: 3px !important;
		background: #eef6f4 !important;
	}
	body.single-product .alpx-product-tabs table.shop_attributes td {
		padding-top: 5px !important;
	}
	.alpx-product-coa__content h2,
	.alpx-excellence__content h2 {
		font-size: 36px !important;
	}
	.alpx-product-coa__content p,
	.alpx-excellence__content p {
		font-size: 14px !important;
	}
	.alpx-product-coa__visual {
		min-height: 285px;
	}
	.alpx-product-coa__sheet {
		width: 160px;
		height: 210px;
	}
	.alpx-excellence__visual {
		min-height: 300px;
	}
	.alpx-excellence__actions .alpx-btn {
		flex: 1;
		min-width: 135px;
	}
	.alpx-mobile-purchase {
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: max(10px, env(safe-area-inset-bottom));
		z-index: 9995;
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px;
		border: 1px solid rgba(8, 45, 56, .12);
		border-radius: 18px;
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 20px 55px rgba(3, 25, 32, .25);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		transform: translateY(calc(100% + 30px));
		opacity: 0;
		pointer-events: none;
		transition: transform .25s ease, opacity .25s ease;
	}
	.alpx-mobile-purchase.is-visible {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
	.alpx-mobile-purchase__price {
		min-width: 0;
		flex: 1;
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 4px;
		color: var(--alpx-ink);
		font-size: 17px;
		font-weight: 850;
	}
	.alpx-mobile-purchase__price del {
		color: #97a3a4;
		font-size: 9px;
		order: 2;
	}
	.alpx-mobile-purchase__price ins {
		color: var(--alpx-orange);
		font-size: 18px;
		text-decoration: none;
		order: 1;
	}
	.alpx-mobile-purchase__button {
		min-height: 45px;
		min-width: 135px;
		padding: 10px 16px;
		border: 0;
		border-radius: 999px;
		background: var(--alpx-orange);
		color: #fff;
		font: 850 12px/1 Inter, Arial, sans-serif;
	}
	.alpx-mobile-purchase__button:disabled {
		background: #aab6b6;
	}
}

@media (max-width: 390px) {
	body.single-product .alpx-single-product__summary form.cart .qib-button-wrapper,
	body.single-product .alpx-single-product__summary form.cart .single_add_to_cart_button {
		flex-basis: 100%;
		width: 100%;
	}
	.alpx-product-trust__item {
		flex-basis: 218px;
	}
	.alpx-mobile-purchase__button {
		min-width: 120px;
		padding-inline: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alpx-excellence__visual img,
	body.single-product .alpx-single-product .woocommerce-product-gallery .flex-control-thumbs img,
	.alpx-mobile-purchase {
		animation: none !important;
		transition: none !important;
	}
}

/* ==========================================================
   v1.3.1 — Product page aligned to the current AlphaLabs look
   ========================================================== */
body.single-product { background: #fbf7f4; }
.alpx-product-breadcrumb {
	background: #98b5a1;
	border-color: rgba(255,255,255,.26);
	color: #fff;
}
.alpx-product-breadcrumb a,
.alpx-product-breadcrumb span,
.alpx-product-breadcrumb .breadcrumb_last { color: #fff !important; }

.alpx-single-product-page {
	overflow: hidden;
	background:
		radial-gradient(circle at 3% 16%, rgba(20,137,144,.10), transparent 23%),
		radial-gradient(circle at 96% 13%, rgba(239,125,33,.14), transparent 27%),
		linear-gradient(180deg, #fff 0%, #fffaf6 55%, #fbf7f4 100%);
}
.alpx-single-product__ambient {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}
.alpx-single-product__ambient img { position: absolute; object-fit: contain; }
.alpx-single-product__ambient-molecule {
	width: 520px;
	right: -150px;
	top: -95px;
	opacity: .19;
	animation: alpxProductMolecule 20s ease-in-out infinite;
}
.alpx-single-product__ambient-spray {
	width: 118px;
	right: 2.5%;
	top: 30%;
	opacity: .18;
	filter: drop-shadow(0 20px 22px rgba(89,52,26,.16));
	animation: alpxProductAmbient 12s ease-in-out -4s infinite;
}
.alpx-single-product__ambient-vial {
	width: 105px;
	left: -25px;
	top: 54%;
	opacity: .15;
	filter: drop-shadow(0 20px 22px rgba(89,52,26,.15));
	animation: alpxProductAmbient 13s ease-in-out -7s infinite reverse;
}
.alpx-single-product { position: relative; z-index: 1; }

body.single-product .alpx-single-product .woocommerce-product-gallery {
	border-color: rgba(89,52,26,.12);
	background:
		radial-gradient(circle at 12% 17%, rgba(20,137,144,.18), transparent 28%),
		radial-gradient(circle at 88% 82%, rgba(239,125,33,.18), transparent 28%),
		linear-gradient(145deg, #e8f6f5, #fff 48%, #fff0e5);
	box-shadow: 0 25px 65px rgba(89,52,26,.12);
}
.alpx-single-product__summary {
	border-color: rgba(89,52,26,.13);
	background: rgba(255,253,250,.98);
	box-shadow: 0 25px 65px rgba(89,52,26,.11);
}
.alpx-single-product__summary::before {
	content: "";
	position: absolute;
	left: -28px;
	bottom: 42px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(20,137,144,.08);
	box-shadow: 24px -84px 0 -16px rgba(199,93,32,.10);
	pointer-events: none;
}
.alpx-product-eyebrow { color: #148990 !important; }
body.single-product .alpx-single-product .product_title,
body.single-product .alpx-single-product h1.product_title {
	background: linear-gradient(90deg, #59341a 0%, #8f4b22 55%, #c75d20 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
body.single-product .alpx-single-product .summary .price,
body.single-product .alpx-single-product .summary .price ins,
body.single-product .alpx-single-product .summary .price .amount,
body.single-product .alpx-single-product .summary .price bdi { color: #bd581e !important; }
body.single-product .alpx-single-product .single_add_to_cart_button {
	background: linear-gradient(90deg, #c75d20, #e17b2e) !important;
	box-shadow: 0 13px 26px rgba(199,93,32,.24) !important;
}
body.single-product .alpx-single-product .qib-button,
body.single-product .alpx-single-product input.qty {
	background: #fff5ed !important;
	color: #59341a !important;
}
.alpx-summary-coa__button {
	border-color: rgba(20,137,144,.24) !important;
	background: #edf8f6 !important;
	color: #116f75 !important;
}
.alpx-product-trust {
	background: #f8dfca;
	border-color: rgba(199,93,32,.13);
}
.alpx-product-trust__item {
	border-color: rgba(89,52,26,.10);
	background: rgba(255,255,255,.72);
	box-shadow: 0 10px 24px rgba(89,52,26,.06);
}
.alpx-product-trust__item strong { color: #59341a; }
.alpx-product-trust__icon { color: #c75d20; background: #fff6ef; }
.alpx-product-information,
.alpx-related-products { background: #fbf7f4; }
body.single-product .woocommerce-tabs ul.tabs li.active { background: #bd581e !important; }
body.single-product .woocommerce-tabs ul.tabs li a { color: #59341a !important; }
body.single-product .woocommerce-tabs ul.tabs li.active a { color: #fff !important; }
body.single-product .alpx-related-products > .alpx-commerce-container > h2 {
	background: linear-gradient(90deg, #59341a, #c75d20);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.alpx-product-coa {
	background:
		radial-gradient(circle at 14% 20%, rgba(20,137,144,.13), transparent 26%),
		linear-gradient(125deg, #edf8f6, #fff8f0);
}
.alpx-excellence {
	background:
		radial-gradient(circle at 4% 20%, rgba(239,125,33,.15), transparent 22%),
		radial-gradient(circle at 92% 76%, rgba(20,137,144,.17), transparent 27%),
		linear-gradient(120deg, #fff8f1, #f8e8d9 48%, #eaf7f5);
}
.alpx-excellence__content h2 {
	background: linear-gradient(90deg, #59341a, #c75d20);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.alpx-excellence__visual {
	min-height: 390px;
	border: 1px solid rgba(89,52,26,.09);
	border-radius: 36% 64% 46% 54% / 54% 42% 58% 46%;
	background: rgba(255,255,255,.52);
	box-shadow: 0 30px 70px rgba(89,52,26,.12);
}
.alpx-excellence__vial { animation: alpxExcellenceFloat 9s ease-in-out infinite; }
.alpx-excellence__spray { animation: alpxExcellenceFloat 11s ease-in-out -4s infinite reverse; }
.alpx-excellence__badge { animation: alpxProductAmbient 10s ease-in-out -3s infinite; }

@keyframes alpxProductAmbient {
	0%,100% { transform: translate3d(0,0,0) rotate(-2deg); }
	50% { transform: translate3d(4px,-11px,0) rotate(1deg); }
}
@keyframes alpxProductMolecule {
	0%,100% { transform: translate3d(0,0,0) rotate(0); }
	50% { transform: translate3d(-10px,9px,0) rotate(2deg); }
}
@keyframes alpxExcellenceFloat {
	0%,100% { transform: translate3d(0,0,0) rotate(-1deg); }
	50% { transform: translate3d(0,-12px,0) rotate(1deg); }
}

@media (max-width: 1180px) {
	.alpx-single-product__ambient-spray { right: -18px; opacity: .11; }
	.alpx-single-product__ambient-vial { display: none; }
}
@media (max-width: 900px) {
	.alpx-single-product__ambient-spray { display: none; }
	.alpx-single-product__ambient-molecule { width: 390px; right: -180px; opacity: .13; }
}
@media (max-width: 700px) {
	.alpx-single-product__ambient-molecule { display: none; }
	.alpx-excellence__visual { min-height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
	.alpx-single-product__ambient img,
	.alpx-excellence__visual img,
	.alpx-excellence__badge { animation: none !important; }
}
