:root {
	--alpx-ink: #082d38;
	--alpx-deep: #062632;
	--alpx-teal: #148d93;
	--alpx-teal-dark: #0b6670;
	--alpx-orange: #ef7d21;
	--alpx-cream: #fff7ef;
	--alpx-mint: #ebf8f5;
	--alpx-line: #dce9e7;
	--alpx-muted: #62777b;
	--alpx-shadow: 0 18px 48px rgba(6, 45, 56, .12);
	--alpx-sticky-offset: 0px;
}

.alpx-header,
.alpx-footer,
.alpx-drawer,
.alpx-drawer-overlay {
	font-family: Inter, Arial, sans-serif;
}

.alpx-header *,
.alpx-footer *,
.alpx-drawer * {
	box-sizing: border-box;
}

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

/* Header */
.alpx-header {
	position: sticky;
	top: var(--alpx-sticky-offset);
	z-index: 9990;
	background: rgba(255, 255, 255, .97);
	border-bottom: 1px solid rgba(8, 45, 56, .08);
	box-shadow: 0 8px 30px rgba(6, 45, 56, .07);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.admin-bar .alpx-header {
	--alpx-admin-offset: 32px;
}

.alpx-header__accent {
	position: absolute;
	right: 2%;
	top: 5px;
	width: 150px;
	height: 72px;
	pointer-events: none;
	opacity: .38;
	overflow: hidden;
}

.alpx-header__accent span {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(20, 141, 147, .18);
	box-shadow: 0 0 0 1px rgba(20, 141, 147, .16);
}

.alpx-header__accent span::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 9px;
	width: 54px;
	height: 1px;
	background: rgba(20, 141, 147, .28);
	transform: rotate(-18deg);
	transform-origin: left center;
}

.alpx-header__accent span:nth-child(1) { right: 95px; top: 28px; }
.alpx-header__accent span:nth-child(2) { right: 47px; top: 12px; width: 13px; height: 13px; background: rgba(239, 125, 33, .24); }
.alpx-header__accent span:nth-child(3) { right: 10px; top: 39px; width: 27px; height: 27px; }
.alpx-header__accent span:nth-child(2)::after { width: 45px; transform: rotate(38deg); }
.alpx-header__accent span:nth-child(3)::after { display: none; }

.alpx-header__main {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, .94);
}

.alpx-header__main-grid {
	min-height: 88px;
	display: grid;
	grid-template-columns: 190px minmax(280px, 1fr) auto;
	align-items: center;
	gap: clamp(24px, 4vw, 58px);
}

.alpx-brand {
	display: inline-flex;
	align-items: center;
	width: fit-content;
}

.alpx-brand img {
	display: block;
	width: 166px;
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.alpx-search {
	min-width: 0;
}

.alpx-search .dgwt-wcas-search-wrapp {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.alpx-search .dgwt-wcas-search-input,
.alpx-search input[type="search"],
.alpx-search .search-field {
	width: 100% !important;
	height: 50px !important;
	padding: 0 52px 0 20px !important;
	border: 1px solid #d8e5e3 !important;
	border-radius: 999px !important;
	background: #f8fbfa !important;
	color: var(--alpx-ink) !important;
	font-size: 14px !important;
	box-shadow: inset 0 1px 1px rgba(6, 45, 56, .02) !important;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.alpx-search .dgwt-wcas-search-input:focus,
.alpx-search input[type="search"]:focus,
.alpx-search .search-field:focus {
	outline: none !important;
	border-color: rgba(20, 141, 147, .58) !important;
	background: #fff !important;
	box-shadow: 0 0 0 4px rgba(20, 141, 147, .1) !important;
}

.alpx-search .dgwt-wcas-search-submit,
.alpx-search button[type="submit"] {
	border-radius: 999px !important;
}

.alpx-header__tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	position: relative;
	z-index: 4;
}

.alpx-icon-button {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--alpx-mint);
	color: var(--alpx-teal-dark);
	flex: 0 0 auto;
}

.alpx-icon-button svg,
.alpx-cart-fallback svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alpx-account {
	position: relative;
	margin: 0;
}

.alpx-account > summary {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 10px 6px 6px;
	border-radius: 999px;
	cursor: pointer;
	color: var(--alpx-ink);
	transition: background .2s ease;
}

.alpx-account > summary::-webkit-details-marker { display: none; }
.alpx-account > summary:hover,
.alpx-account[open] > summary { background: #f2f8f7; }

.alpx-account__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.alpx-account__copy small {
	font-size: 10px;
	font-weight: 600;
	color: var(--alpx-muted);
}

.alpx-account__copy b {
	font-size: 13px;
	font-weight: 750;
	color: var(--alpx-ink);
}

.alpx-account__chevron {
	width: 10px;
	height: 7px;
	fill: none;
	stroke: #84999b;
	stroke-width: 1.5;
	transition: transform .2s ease;
}

.alpx-account[open] .alpx-account__chevron { transform: rotate(180deg); }

.alpx-account__menu {
	position: absolute;
	top: calc(100% + 13px);
	right: 0;
	min-width: 210px;
	padding: 10px;
	border: 1px solid var(--alpx-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--alpx-shadow);
}

.alpx-account__menu::before {
	content: "";
	position: absolute;
	right: 25px;
	top: -6px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-left: 1px solid var(--alpx-line);
	border-top: 1px solid var(--alpx-line);
	transform: rotate(45deg);
}

.alpx-account__menu a {
	position: relative;
	display: block;
	padding: 11px 12px;
	border-radius: 9px;
	color: var(--alpx-ink);
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.alpx-account__menu a:hover { background: var(--alpx-mint); color: var(--alpx-teal-dark); }

.alpx-cart {
	min-width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alpx-cart .fkcart-menu-icon,
.alpx-cart .fkcart-shortcode-container,
.alpx-cart .fkcart-shortcode {
	margin: 0 !important;
}

.alpx-cart-fallback {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	min-height: 44px;
	padding: 8px 11px;
	border: 1px solid var(--alpx-line);
	border-radius: 999px;
	color: var(--alpx-ink);
	text-decoration: none;
	font-size: 13px;
	font-weight: 750;
}

.alpx-cart-fallback__count {
	min-width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: var(--alpx-orange);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.alpx-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--alpx-mint);
	color: var(--alpx-ink);
}

.alpx-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	border-radius: 3px;
	background: currentColor;
}

.alpx-header__nav-row {
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(8, 45, 56, .07);
	background: #fff;
}

.alpx-header__nav-grid {
	min-height: 52px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
}

.alpx-nav {
	min-width: 0;
}

.alpx-nav__menu,
.alpx-nav__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alpx-nav__menu {
	display: flex;
	align-items: center;
	gap: 2px;
}

.alpx-nav__menu > li {
	position: relative;
	margin: 0;
	padding: 0;
}

.alpx-nav__menu > li > a {
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 0 14px;
	position: relative;
	color: #263e44;
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.alpx-nav__menu > li > a::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 0;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: var(--alpx-orange);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s ease;
}

.alpx-nav__menu > li:hover > a,
.alpx-nav__menu > .current-menu-item > a,
.alpx-nav__menu > .current-menu-ancestor > a { color: var(--alpx-teal-dark); }

.alpx-nav__menu > li:hover > a::after,
.alpx-nav__menu > .current-menu-item > a::after,
.alpx-nav__menu > .current-menu-ancestor > a::after { transform: scaleX(1); }

.alpx-nav__menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 245px;
	padding: 10px;
	border: 1px solid var(--alpx-line);
	border-radius: 0 0 16px 16px;
	background: #fff;
	box-shadow: var(--alpx-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.alpx-nav__menu li:hover > .sub-menu,
.alpx-nav__menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.alpx-nav__menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 8px;
	color: var(--alpx-ink);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.alpx-nav__menu .sub-menu a:hover { color: var(--alpx-teal-dark); background: var(--alpx-mint); }

.alpx-nav__menu a[href*="wholesale"] {
	margin-left: 6px;
	min-height: 36px;
	padding: 0 16px;
	border: 1px solid rgba(20, 141, 147, .25);
	border-radius: 999px;
	background: #f5fbfa;
	color: var(--alpx-teal-dark);
}

.alpx-nav__menu a[href*="wholesale"]::after { display: none; }

.alpx-nav__menu a[href*="coa"],
.alpx-nav__menu a[href*="coas"] {
	color: var(--alpx-teal-dark);
	font-weight: 760;
}

.alpx-header__promise {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 20px;
	border-left: 1px solid var(--alpx-line);
	white-space: nowrap;
}

.alpx-header__promise-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4dc995;
	box-shadow: 0 0 0 5px rgba(77, 201, 149, .12);
}

.alpx-header__promise span:last-child {
	display: flex;
	flex-direction: column;
	font-size: 9px;
	line-height: 1.25;
	color: var(--alpx-muted);
	text-transform: uppercase;
	letter-spacing: .055em;
}

.alpx-header__promise b { color: var(--alpx-ink); font-size: 11px; }

/* Mobile drawer */
.alpx-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 9997;
	background: rgba(4, 27, 34, .56);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity .25s ease;
}

.alpx-drawer-overlay.is-visible { opacity: 1; }

.alpx-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	width: min(390px, 91vw);
	display: flex;
	flex-direction: column;
	padding: 18px 20px 22px;
	background: #fff;
	box-shadow: 24px 0 60px rgba(4, 27, 34, .22);
	transform: translateX(-104%);
	transition: transform .28s cubic-bezier(.2,.75,.25,1);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.alpx-drawer.is-open { transform: translateX(0); }

.alpx-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--alpx-line);
}

.alpx-drawer__head img { width: 132px; height: auto; }

.alpx-drawer__close {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--alpx-mint);
	color: var(--alpx-ink);
}

.alpx-drawer__close svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.alpx-drawer__account { padding: 18px 0 12px; }

.alpx-drawer__account > a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid #dceae7;
	border-radius: 16px;
	background: linear-gradient(135deg, #f3fbf9, #fff8f2);
	color: var(--alpx-ink);
	text-decoration: none;
}

.alpx-drawer__account > a > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.alpx-drawer__account small { color: var(--alpx-muted); font-size: 10px; }
.alpx-drawer__account b { font-size: 14px; }
.alpx-drawer__arrow { width: 18px; height: 18px; fill: none; stroke: var(--alpx-teal-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.alpx-drawer__menu,
.alpx-drawer__menu ul { list-style: none; margin: 0; padding: 0; }
.alpx-drawer__menu > li { border-bottom: 1px solid #e7efed; }
.alpx-drawer__menu > li > a { display: block; padding: 15px 4px; color: var(--alpx-ink); font-size: 15px; font-weight: 720; text-decoration: none; }
.alpx-drawer__menu .sub-menu { margin: -5px 0 10px; padding-left: 13px; border-left: 2px solid rgba(20, 141, 147, .18); }
.alpx-drawer__menu .sub-menu a { display: block; padding: 9px 4px; color: var(--alpx-muted); font-size: 13px; font-weight: 600; text-decoration: none; }
.alpx-drawer__menu a[href*="wholesale"] { color: var(--alpx-orange); }

.alpx-drawer__trust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
	padding: 18px 0;
}

.alpx-drawer__trust a {
	display: flex;
	flex-direction: column;
	padding: 12px;
	border-radius: 13px;
	background: #f5f9f8;
	color: var(--alpx-ink);
	text-decoration: none;
}

.alpx-drawer__trust b { font-size: 11px; }
.alpx-drawer__trust span { margin-top: 3px; color: var(--alpx-muted); font-size: 9px; line-height: 1.35; }

.alpx-drawer__foot {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid var(--alpx-line);
	color: var(--alpx-muted);
	font-size: 10px;
}

.alpx-drawer__foot a { color: var(--alpx-orange); font-weight: 700; text-decoration: none; }
body.alpx-menu-open { overflow: hidden !important; }

/* Trust strip */
.alpx-trust-strip {
	background: linear-gradient(90deg, #0c7279, #075461);
	color: #fff;
}

.alpx-trust-strip__grid {
	min-height: 74px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: stretch;
}

.alpx-trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	position: relative;
	padding: 15px 22px;
}

.alpx-trust-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 22%;
	bottom: 22%;
	width: 1px;
	background: rgba(255, 255, 255, .18);
}

.alpx-trust-item > span {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	flex: 0 0 auto;
}

.alpx-trust-item svg,
.alpx-contact-row svg,
.alpx-footer__disclaimer svg {
	width: 21px;
	height: 21px;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alpx-trust-item p { display: flex; flex-direction: column; margin: 0; line-height: 1.2; }
.alpx-trust-item b { color: #fff; font-size: 12px; letter-spacing: .01em; }
.alpx-trust-item small { margin-top: 4px; color: rgba(255, 255, 255, .72); font-size: 9px; }

/* Footer CTA */
.alpx-footer-cta {
	padding: 58px 0;
	background: #f6f8f7;
	overflow: hidden;
}

.alpx-footer-cta__card {
	min-height: 270px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 46px clamp(32px, 6vw, 78px);
	border: 1px solid #dfeae7;
	border-radius: 28px;
	background: linear-gradient(115deg, #eaf9f5 0%, #fff8ef 60%, #fff2df 100%);
	overflow: hidden;
	box-shadow: 0 20px 55px rgba(6, 45, 56, .08);
}

.alpx-footer-cta__copy { position: relative; z-index: 3; max-width: 740px; }
.alpx-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--alpx-teal-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.alpx-eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--alpx-orange); }
.alpx-footer-cta h2 { max-width: 710px; margin: 0; color: var(--alpx-ink); font-size: clamp(27px, 3vw, 43px); line-height: 1.08; letter-spacing: -.035em; font-weight: 820; }
.alpx-footer-cta__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.alpx-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border-radius: 999px; font-size: 13px; font-weight: 760; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.alpx-button:hover { transform: translateY(-2px); text-decoration: none; }
.alpx-button--primary { background: var(--alpx-orange); color: #fff; box-shadow: 0 10px 24px rgba(239, 125, 33, .22); }
.alpx-button--primary:hover { color: #fff; background: #df6d16; }
.alpx-button--secondary { border: 1px solid rgba(8, 45, 56, .17); background: rgba(255, 255, 255, .72); color: var(--alpx-ink); }
.alpx-button--secondary:hover { color: var(--alpx-teal-dark); background: #fff; }

.alpx-footer-cta__vial {
	position: absolute;
	right: clamp(-45px, 1vw, 20px);
	bottom: -115px;
	width: clamp(245px, 26vw, 365px);
	height: auto;
	z-index: 2;
	filter: drop-shadow(0 28px 28px rgba(5, 50, 61, .19));
	transform: rotate(7deg);
	animation: alpx-float 9s ease-in-out infinite;
}

.alpx-footer-cta__molecules span {
	position: absolute;
	border-radius: 50%;
	background: rgba(20, 141, 147, .12);
	box-shadow: inset 0 0 0 1px rgba(20, 141, 147, .12);
}
.alpx-footer-cta__molecules span::after { content: ""; position: absolute; left: 90%; top: 50%; width: 88px; height: 1px; background: rgba(20, 141, 147, .19); transform: rotate(-22deg); transform-origin: left; }
.alpx-footer-cta__molecules span:nth-child(1) { width: 42px; height: 42px; left: -10px; top: 35px; }
.alpx-footer-cta__molecules span:nth-child(2) { width: 20px; height: 20px; left: 67px; top: 18px; background: rgba(239, 125, 33, .14); }
.alpx-footer-cta__molecules span:nth-child(3) { width: 68px; height: 68px; right: 225px; bottom: -18px; }
.alpx-footer-cta__molecules span:nth-child(2)::after { width: 120px; transform: rotate(22deg); }
.alpx-footer-cta__molecules span:nth-child(3)::after { display: none; }

@keyframes alpx-float { 0%, 100% { transform: translateY(0) rotate(7deg); } 50% { transform: translateY(-8px) rotate(5deg); } }

/* Main footer */
.alpx-footer__main {
	padding: 70px 0 32px;
	background:
		radial-gradient(circle at 8% 18%, rgba(20, 141, 147, .15), transparent 28%),
		linear-gradient(145deg, #062b37, #041e29 72%);
	color: #b9ced1;
}

.alpx-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr .72fr .82fr 1.18fr;
	gap: clamp(36px, 5vw, 74px);
}

.alpx-footer__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 15px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.alpx-footer__logo img { width: 175px; height: auto; display: block; }

.alpx-footer__about {
	max-width: 360px;
	margin-top: 20px;
	color: #a9c0c3;
	font-size: 12px;
	line-height: 1.7;
}

.alpx-footer__about .widget { margin: 0 !important; }
.alpx-footer__about p { margin: 0; color: inherit; font: inherit; line-height: inherit; }
.alpx-footer__about > *:last-child { margin-bottom: 0; }

.alpx-footer__research-mark {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 18px;
	color: #d3e1e2;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .09em;
}

.alpx-footer__research-mark span { width: 8px; height: 8px; border-radius: 50%; background: var(--alpx-orange); box-shadow: 0 0 0 5px rgba(239, 125, 33, .1); }

.alpx-footer__group { margin: 0; }
.alpx-footer__group > summary { list-style: none; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; cursor: default; }
.alpx-footer__group > summary::-webkit-details-marker { display: none; }
.alpx-footer__group > summary svg { display: none; width: 12px; height: 8px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.alpx-footer__group ul { list-style: none; margin: 0; padding: 0; }
.alpx-footer__group li { margin: 0 0 11px; padding: 0; }
.alpx-footer__group li a { color: #a9c0c3; font-size: 12px; font-weight: 540; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.alpx-footer__group li a:hover { color: #fff; }

.alpx-contact-row {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin-bottom: 16px;
}

.alpx-contact-row > span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(20, 141, 147, .16);
	color: #7de0dc;
}

.alpx-contact-row > div { min-width: 0; color: #b9ced1; font-size: 11px; line-height: 1.5; }
.alpx-contact-row .widget { margin: 0 !important; }
.alpx-contact-row p { margin: 0; color: inherit; font: inherit; line-height: inherit; }
.alpx-contact-row a { color: #dce8e9; font-size: 12px; font-weight: 650; text-decoration: none; overflow-wrap: anywhere; }
.alpx-contact-row small { display: block; margin-top: 3px; color: #7f9da1; font-size: 9px; }

.alpx-footer__disclaimer {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 15px;
	align-items: center;
	margin-top: 48px;
	padding: 18px 22px;
	border-left: 3px solid var(--alpx-orange);
	border-radius: 10px;
	background: rgba(255, 255, 255, .055);
}

.alpx-footer__disclaimer > svg { width: 30px; height: 30px; color: #efc56d; }
.alpx-footer__disclaimer p { margin: 0; color: #91aaae; font-size: 10px; line-height: 1.55; }
.alpx-footer__disclaimer b { color: #d9e5e6; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }

.alpx-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: #041b24;
	color: #789599;
}

.alpx-footer__bottom-grid {
	min-height: 76px;
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 30px;
}

.alpx-footer__bottom p { margin: 0; color: inherit; font-size: 9px; }
.alpx-footer__bottom nav { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; }
.alpx-footer__bottom nav a { color: #879fa2; font-size: 9px; text-decoration: none; }
.alpx-footer__bottom nav a:hover { color: #fff; }
.alpx-footer__payments { max-width: 158px; max-height: 28px; object-fit: contain; filter: grayscale(1) brightness(1.7); opacity: .65; }

@media (max-width: 1180px) {
	.alpx-header__main-grid { grid-template-columns: 165px minmax(250px, 1fr) auto; gap: 24px; }
	.alpx-brand img { width: 148px; }
	.alpx-account__copy small { display: none; }
	.alpx-nav__menu > li > a { padding-inline: 10px; font-size: 12px; }
	.alpx-nav__menu > li > a::after { left: 10px; right: 10px; }
	.alpx-header__promise { display: none; }
	.alpx-header__nav-grid { grid-template-columns: 1fr; }
	.alpx-footer__grid { grid-template-columns: 1.2fr .72fr .8fr 1fr; gap: 36px; }
}

@media (max-width: 900px) {
	.alpx-shell { width: min(100% - 34px, 1320px); }
	.alpx-header { top: var(--alpx-sticky-offset); }
	.alpx-header__accent { display: none; }
	.alpx-header__main-grid {
		min-height: auto;
		grid-template-columns: 48px minmax(0, 1fr) auto;
		grid-template-areas:
			"menu brand tools"
			"search search search";
		gap: 10px 14px;
		padding: 11px 0 13px;
	}
	.alpx-menu-toggle { display: block; grid-area: menu; }
	.alpx-brand { grid-area: brand; justify-self: center; }
	.alpx-brand img { width: 128px; max-height: 58px; }
	.alpx-search { grid-area: search; }
	.alpx-search .dgwt-wcas-search-input,
	.alpx-search input[type="search"],
	.alpx-search .search-field { height: 44px !important; font-size: 13px !important; }
	.alpx-header__tools { grid-area: tools; gap: 5px; }
	.alpx-account { display: none; }
	.alpx-cart-fallback { width: 44px; height: 44px; min-height: 44px; padding: 0; justify-content: center; border: 0; background: var(--alpx-mint); }
	.alpx-cart-fallback__label { display: none; }
	.alpx-cart-fallback__count { position: absolute; right: -2px; top: -2px; min-width: 17px; height: 17px; font-size: 9px; }
	.alpx-header__nav-row { display: none; }
	.alpx-trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
	.alpx-trust-item:nth-child(2)::after { display: none; }
	.alpx-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
	.alpx-footer-cta__copy { max-width: 65%; }
	.alpx-footer-cta__vial { right: -55px; width: 300px; }
	.alpx-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
	.alpx-footer__contact { grid-column: 2 / 4; }
	.alpx-footer__bottom-grid { grid-template-columns: 1fr auto; }
	.alpx-footer__bottom nav { grid-column: 1 / -1; grid-row: 2; padding-bottom: 18px; }
}

@media (max-width: 782px) {
	.admin-bar .alpx-drawer { top: 46px; }
}

@media (max-width: 640px) {
	.alpx-shell { width: calc(100% - 28px); }
	.alpx-header__main-grid { grid-template-columns: 44px minmax(0, 1fr) auto; padding-top: 9px; }
	.alpx-menu-toggle { width: 42px; height: 42px; }
	.alpx-brand img { width: 112px; }
	.alpx-trust-strip__grid { width: 100%; grid-template-columns: repeat(2, 1fr); }
	.alpx-trust-item { justify-content: flex-start; gap: 9px; padding: 13px 11px; }
	.alpx-trust-item > span { width: 31px; height: 31px; }
	.alpx-trust-item svg { width: 18px; height: 18px; }
	.alpx-trust-item b { font-size: 10px; }
	.alpx-trust-item small { font-size: 8px; }
	.alpx-footer-cta { padding: 35px 0; }
	.alpx-footer-cta__card { min-height: 385px; align-items: flex-start; padding: 32px 24px; border-radius: 22px; }
	.alpx-footer-cta__copy { max-width: none; }
	.alpx-footer-cta h2 { font-size: 27px; line-height: 1.08; }
	.alpx-footer-cta__actions { margin-top: 20px; }
	.alpx-button { min-height: 44px; padding-inline: 17px; font-size: 12px; }
	.alpx-footer-cta__vial { right: -23px; bottom: -150px; width: 260px; opacity: .98; }
	.alpx-footer-cta__molecules span:nth-child(3) { right: 100px; }
	.alpx-footer__main { padding: 52px 0 27px; }
	.alpx-footer__grid { display: block; }
	.alpx-footer__brand { margin-bottom: 28px; }
	.alpx-footer__logo img { width: 150px; }
	.alpx-footer__about { max-width: none; font-size: 11px; }
	.alpx-footer__group { border-top: 1px solid rgba(255, 255, 255, .1); }
	.alpx-footer__group > summary { min-height: 54px; margin: 0; cursor: pointer; }
	.alpx-footer__group > summary svg { display: block; transition: transform .2s ease; }
	.alpx-footer__group[open] > summary svg { transform: rotate(180deg); }
	.alpx-footer__group > ul,
	.alpx-footer__group > .alpx-contact-row:first-of-type { margin-top: 2px; }
	.alpx-footer__group > ul { padding-bottom: 15px; }
	.alpx-footer__contact { padding-bottom: 10px; }
	.alpx-footer__disclaimer { grid-template-columns: 30px 1fr; margin-top: 32px; padding: 15px; }
	.alpx-footer__disclaimer > svg { width: 24px; height: 24px; }
	.alpx-footer__disclaimer p { font-size: 9px; }
	.alpx-footer__bottom-grid { min-height: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 0; }
	.alpx-footer__bottom nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; padding: 0; }
	.alpx-footer__payments { max-width: 135px; }
}

@media (max-width: 420px) {
	.alpx-drawer { width: 94vw; padding-inline: 17px; }
	.alpx-drawer__trust { grid-template-columns: 1fr; }
	.alpx-footer-cta__card { min-height: 410px; }
	.alpx-footer-cta__vial { right: -48px; bottom: -138px; width: 255px; }
}

@media (prefers-reduced-motion: reduce) {
	.alpx-footer-cta__vial { animation: none; }
	.alpx-drawer,
	.alpx-drawer-overlay,
	.alpx-nav__menu .sub-menu,
	.alpx-button { transition: none; }
}

/* Shared redesign utilities used by commerce templates. */
.alpx-commerce-container {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto;
}

.alpx-kicker {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--alpx-teal-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.alpx-btn {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.alpx-btn:hover { transform: translateY(-2px); }
.alpx-btn--orange { background: var(--alpx-orange); color: #fff !important; box-shadow: 0 12px 24px rgba(239, 125, 33, .2); }
.alpx-btn--orange:hover { background: #d96813; }
.alpx-btn--outline { border-color: rgba(8, 45, 56, .2); background: #fff; color: var(--alpx-ink) !important; }
.alpx-btn--outline:hover { border-color: var(--alpx-teal); color: var(--alpx-teal-dark) !important; }

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

.alpx-section-heading h2 {
	margin: 0;
	color: var(--alpx-ink);
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.06;
}

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

@media (max-width: 767px) {
	.alpx-commerce-container { width: min(100% - 30px, 1320px); }
	.alpx-section-heading { margin-bottom: 22px; }
	.alpx-section-heading h2 { font-size: clamp(27px, 9vw, 38px); }
}

/* v1.3.1 — always use the logo already configured in the original theme. */
.alpx-original-logo,
.alpx-original-logo .widget,
.alpx-original-logo .widget_media_image,
.alpx-original-logo li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	background: transparent !important;
	border: 0 !important;
}
.alpx-original-logo a { display: inline-flex; align-items: center; }
.alpx-original-logo img,
.alpx-original-logo-image {
	display: block;
	width: 166px !important;
	height: auto !important;
	max-height: 76px !important;
	object-fit: contain;
}
.alpx-drawer__head .alpx-original-logo img,
.alpx-drawer__head .alpx-original-logo-image { width: 132px !important; max-height: 66px !important; }
@media (max-width: 900px) {
	.alpx-original-logo img,
	.alpx-original-logo-image { width: 128px !important; max-height: 62px !important; }
}
@media (max-width: 480px) {
	.alpx-original-logo img,
	.alpx-original-logo-image { width: 112px !important; max-height: 56px !important; }
}

/* v1.3.4 — use the original configured site logo in the redesigned footer. */
.alpx-footer__logo .alpx-original-logo,
.alpx-footer__logo .alpx-original-logo a {
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.alpx-footer__logo .alpx-original-logo-image {
	display: block;
	width: 156px !important;
	height: auto !important;
	max-width: 156px !important;
	max-height: 110px !important;
	object-fit: contain !important;
}
