:root {
	--apx-navy: #071528;
	--apx-navy-2: #0c1f3a;
	--apx-black: #0a0a0a;
	--apx-white: #ffffff;
	--apx-grey: #f3f4f6;
	--apx-grey-2: #e7e9ee;
	--apx-muted: #6b7280;
	--apx-text: #111111;
	--apx-blue: #1e5aa8;
	--apx-gold: #e2b93b;
	--apx-max: 1240px;
	--apx-radius: 3px;
	--apx-header: 84px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	color: var(--apx-text);
	background: var(--apx-white);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
body.apx-nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font-family: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -0.02em; }

.apx-container {
	width: min(var(--apx-max), calc(100% - 40px));
	margin-inline: auto;
}

.screen-reader-text,
.woocommerce-product-gallery__trigger {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* Buttons */
.apx-btn,
.button,
button.button,
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: var(--apx-radius);
	background: var(--apx-black);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.18s ease;
	text-decoration: none !important;
}

.apx-btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	background: var(--apx-navy);
}

.apx-btn--light { background: #fff; color: var(--apx-navy) !important; }
.apx-btn--light:hover { background: var(--apx-grey); }
.apx-btn--ghost-light {
	background: transparent;
	border-color: rgba(255,255,255,.45);
	color: #fff !important;
}
.apx-btn--ghost-light:hover { background: rgba(255,255,255,.08); }
.apx-btn--dark { background: var(--apx-black); color: #fff !important; }
.apx-btn--ghost {
	background: transparent;
	border-color: var(--apx-black);
	color: var(--apx-black) !important;
}
.apx-btn--block,
.apx-card .add_to_cart_button,
.single_add_to_cart_button { width: 100%; }
.apx-btn__icon { display: inline-flex; }
.apx-btn__icon svg { width: 16px; height: 16px; }

.apx-kicker {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--apx-muted);
}
.apx-kicker--light { color: rgba(255,255,255,.65); }

.apx-icon-btn {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: var(--apx-navy);
	cursor: pointer;
	position: relative;
}

/* Announcement */
.apx-announcement {
	background: var(--apx-black);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.apx-announcement__inner {
	display: flex;
	justify-content: center;
	gap: 42px;
	padding: 10px 0;
	flex-wrap: wrap;
}
.apx-announcement span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.apx-announcement svg { opacity: .85; }

/* Header */
.apx-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.apx-header__inner {
	min-height: var(--apx-header);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
}
.apx-logo { display: flex; align-items: center; gap: 10px; color: var(--apx-navy); }
.apx-logo__img,
.apx-logo img,
.custom-logo-link img,
img.custom-logo {
	display: block;
	height: 52px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
}
.apx-footer .apx-logo__img,
.apx-footer .apx-logo img,
.apx-footer .custom-logo-link img {
	height: 48px;
	background: #fff;
	padding: 6px 8px;
}
.apx-logo__text { display: flex; flex-direction: column; line-height: 1; }
.apx-logo__text { display: flex; flex-direction: column; line-height: 1; }
.apx-logo__text strong { font-size: 18px; letter-spacing: 0.18em; }
.apx-logo__text small { font-size: 10px; letter-spacing: 0.32em; margin-top: 4px; color: var(--apx-muted); }
.apx-logo--light { color: #fff; }
.apx-logo--light small { color: rgba(255,255,255,.55); }
.apx-nav { display: flex; justify-content: center; gap: 28px; }
.apx-nav a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--apx-navy);
}
.apx-nav a:hover { color: var(--apx-blue); }
.apx-header__tools { display: flex; align-items: center; gap: 4px; }
.apx-cart-count {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 99px;
	background: var(--apx-navy);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.apx-nav-toggle { display: none; }
.apx-nav-toggle__close { display: none; }
.apx-nav-toggle[aria-expanded="true"] .apx-nav-toggle__open { display: none; }
.apx-nav-toggle[aria-expanded="true"] .apx-nav-toggle__close { display: inline-flex; }
.apx-nav-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(7, 21, 40, .45);
	z-index: 30;
}
.apx-search-panel {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 16px 0 20px;
}
.apx-search-form { display: flex; gap: 10px; align-items: center; }
.apx-search-form input[type="search"] {
	flex: 1;
	height: 48px;
	border: 1px solid #ddd;
	padding: 0 14px;
	font-size: 15px;
}
.apx-mobile-nav {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 12px 20px 20px;
}
.apx-nav--mobile,
.apx-mobile-nav .apx-nav { flex-direction: column; align-items: flex-start; gap: 14px; }

/* Hero */
.apx-hero {
	background: var(--apx-navy);
	color: #fff;
	overflow: hidden;
}
.apx-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 40px;
	align-items: center;
	min-height: 620px;
	padding: 48px 0 56px;
}
.apx-hero h1 {
	font-size: clamp(36px, 5vw, 62px);
	font-weight: 800;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}
.apx-hero__lead {
	max-width: 520px;
	color: rgba(255,255,255,.78);
	font-size: 16px;
	margin: 18px 0 28px;
}
.apx-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.apx-hero__media {
	background: #050e1c;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
}
.apx-hero__media img {
	width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: contain;
	object-position: center;
}

.apx-hero__trust {
	background: #050e1c;
	border-top: 1px solid rgba(255,255,255,.08);
}
.apx-hero__trust .apx-trustbar__grid {
	color: rgba(255,255,255,.92);
	padding: 18px 0;
}
.apx-hero__trust .apx-trustbar__grid > div { justify-content: center; }
.apx-hero__trust svg { color: #fff; opacity: .9; }

.apx-trustbar { background: var(--apx-grey); border-bottom: 1px solid #e6e8ec; }
.apx-trustbar__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 16px 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--apx-navy);
}
.apx-trustbar__grid > div { display: flex; align-items: center; justify-content: center; gap: 8px; }

/* Stats */
.apx-stats { background: var(--apx-grey); border-bottom: 1px solid #e6e8ec; }
.apx-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 28px 0;
}
.apx-stats__grid > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
	padding: 8px;
}
.apx-stats strong { font-size: 22px; }
.apx-stats small { color: var(--apx-muted); letter-spacing: 0.04em; text-transform: uppercase; font-size: 11px; }
.apx-stats svg { color: var(--apx-navy); }

/* Sections */
.apx-section { padding: 84px 0; }
.apx-section--grey { background: var(--apx-grey); }
.apx-section--tight { padding-top: 20px; }
.apx-section__head { margin-bottom: 36px; }
.apx-section__head--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}
.apx-section__head h2,
.apx-page h1,
.apx-page__head h1 {
	font-size: clamp(28px, 4vw, 42px);
	text-transform: uppercase;
	letter-spacing: -0.03em;
}
.apx-section__sub { margin-top: 10px; color: var(--apx-muted); display: flex; align-items: center; gap: 10px; }
.apx-textlink {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--apx-navy);
	white-space: nowrap;
}
.apx-textlink::after { content: " →"; }

/* Product grid / cards */
.apx-product-grid,
.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.apx-product-grid--4 { grid-template-columns: repeat(4, 1fr); }
.apx-card {
	background: #fff;
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
}
.apx-card__media {
	position: relative;
	background: #0b1220;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.apx-card__media img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center;
}
.apx-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	background: var(--apx-black);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 99px;
}
.apx-pdp__summary > .apx-badge { position: static; display: inline-block; margin-bottom: 12px; }
.apx-card__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.apx-card__cat { margin: 0; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--apx-muted); }
.apx-card__title { font-size: 16px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; overflow-wrap: anywhere; }
.apx-card__price { font-size: 18px; font-weight: 800; margin-top: auto; }
.apx-card .add_to_cart_button { margin-top: 8px; border-radius: var(--apx-radius); }

.apx-stars { display: inline-flex; align-items: center; gap: 2px; color: var(--apx-gold); }
.apx-stars svg { fill: var(--apx-gold); color: var(--apx-gold); }
.apx-stars__val { margin-left: 6px; font-size: 12px; color: var(--apx-muted); font-weight: 600; }

/* Banner */
.apx-banner {
	position: relative;
	display: block;
	background: var(--apx-navy);
	color: #fff;
	min-height: 480px;
	overflow: hidden;
}
.apx-banner__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.apx-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7,21,40,.88) 0%, rgba(7,21,40,.55) 42%, rgba(7,21,40,.18) 100%);
}
.apx-banner__copy {
	position: relative;
	z-index: 1;
	min-height: 480px;
	padding: 72px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.apx-banner__copy h2 { font-size: clamp(32px, 4vw, 48px); text-transform: uppercase; margin-bottom: 16px; }
.apx-banner__copy p { color: rgba(255,255,255,.78); max-width: 460px; }

/* Process */
.apx-process {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	counter-reset: none;
	list-style: none;
	padding: 0;
	position: relative;
}
.apx-process::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: #d9dee6;
	z-index: 0;
}
.apx-process li {
	text-align: center;
	padding: 8px 10px;
	position: relative;
	z-index: 1;
}
.apx-process span {
	display: inline-flex;
	width: 56px;
	height: 56px;
	border: 1px solid var(--apx-grey-2);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	margin-bottom: 14px;
	background: #fff;
}
.apx-process h3 { font-size: 15px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.04em; }
.apx-process p { margin: 0; color: var(--apx-muted); font-size: 14px; }

/* Quality */
.apx-quality {
	display: grid;
	grid-template-columns: 1fr 1.1fr 260px;
	gap: 32px;
	align-items: stretch;
}
.apx-quality__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.apx-quality__copy p { color: var(--apx-muted); margin: 14px 0 22px; }
.apx-quality__media img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.apx-quality__panel {
	background: var(--apx-navy);
	color: #fff;
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.apx-quality__panel > div { padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.apx-quality__panel > div:last-child { border-bottom: 0; }
.apx-quality__panel span { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: .65; margin-bottom: 6px; }
.apx-quality__panel strong { font-size: 22px; letter-spacing: 0.02em; }
.quantity { border-radius: var(--apx-radius); }

/* Reviews */
.apx-reviews {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}
.apx-review {
	margin: 0;
	padding: 22px;
	border: 1px solid #eee;
	background: #fff;
	min-width: 280px;
	flex: 0 0 280px;
	scroll-snap-align: start;
}
.apx-review__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.apx-review__top strong { display: block; font-size: 14px; }
.apx-review__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--apx-navy);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	flex-shrink: 0;
}
.apx-review p { margin: 0 0 16px; }
.apx-review footer { display: flex; flex-direction: column; gap: 2px; }
.apx-review span { font-size: 12px; color: var(--apx-muted); text-transform: uppercase; letter-spacing: 0.08em; }

.apx-inside {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.apx-inside img { width: 100%; height: 240px; object-fit: cover; }

/* Footer */
.apx-footer { background: var(--apx-navy); color: rgba(255,255,255,.78); padding: 0 0 28px; }
.apx-trust-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 26px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
	color: #fff;
}
.apx-trust-footer__grid > div { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; }
.apx-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding: 48px 0 32px; }
.apx-footer h4 { color: #fff; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 16px; }
.apx-footer__links { display: grid; gap: 8px; }
.apx-footer__links a:hover { color: #fff; }
.apx-footer__copy { margin: 0; font-size: 12px; opacity: .7; }
.apx-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.apx-pay__row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}
.apx-pay__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 32px;
	flex: 0 0 auto;
	padding: 3px 4px;
	box-sizing: border-box;
	background: #000;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 4px;
	overflow: hidden;
	line-height: 0;
}
.apx-pay__mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/* PDP */
.apx-breadcrumbs { padding: 18px 0 0; font-size: 13px; color: var(--apx-muted); }
.apx-breadcrumbs a:hover { color: var(--apx-navy); }
.apx-pdp { padding-bottom: 40px; }
.apx-pdp__top {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 48px;
	padding: 24px 0 56px;
	align-items: start;
}
.apx-pdp__gallery { display: grid; grid-template-columns: 72px 1fr; gap: 12px; }
.apx-thumbs { display: flex; flex-direction: column; gap: 8px; }
.apx-thumbs__btn { border: 1px solid #e5e7eb; background: var(--apx-grey); padding: 0; cursor: pointer; border-radius: var(--apx-radius); }
.apx-thumbs__btn.is-active { border-color: var(--apx-black); }
.apx-thumbs__btn img { width: 72px; height: 72px; object-fit: cover; }
.apx-pdp__stage {
	position: relative;
	background: #0b1220;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.apx-pdp__stage img,
.apx-pdp__image,
.apx-pdp .woocommerce-product-gallery img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center center;
	display: block;
}
.apx-pdp__title { font-size: clamp(28px, 4vw, 40px); text-transform: uppercase; margin: 8px 0 8px; }
.apx-pdp__cat { color: var(--apx-muted); text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; margin: 0 0 10px; }
.apx-pdp__rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.apx-pdp__rating > span:last-child { font-size: 12px; color: var(--apx-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.apx-pdp__price { font-size: 28px; font-weight: 800; margin: 14px 0 18px; }
.apx-pdp__price del { color: var(--apx-muted); font-weight: 500; font-size: 18px; margin-right: 8px; }
.apx-usps { margin: 18px 0 0; display: grid; gap: 10px; }
.apx-usps li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.apx-usps svg { color: var(--apx-navy); }

.apx-pdp .cart {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
}
.apx-pdp .single_variation_wrap,
.apx-pdp .woocommerce-variation-add-to-cart,
.apx-pdp-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin: 0;
}
.apx-pdp .woocommerce-variation,
.apx-pdp .reset_variations_alert {
	display: none !important;
}
.apx-format-label {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.apx-pdp .variations { width: 100%; border: 0; margin: 0; border-collapse: collapse; }
.apx-pdp .variations tbody,
.apx-pdp .variations tr { display: block; width: 100%; }
.apx-pdp .variations th { display: none; }
.apx-pdp .variations td { padding: 0; border: 0; }
.apx-pdp .reset_variations { display: none !important; }
.apx-format {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0;
}
.apx-format button {
	min-height: 72px;
	border: 1px solid #d7dbe2;
	border-radius: 4px;
	background: #fff;
	color: var(--apx-text);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 14px;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: none;
	font-weight: 700;
}
.apx-format button small { font-weight: 600; color: var(--apx-muted); }
.apx-format button.is-active {
	border-color: var(--apx-blue);
	box-shadow: inset 0 0 0 1px var(--apx-blue);
	background: #f4f8fd;
}
.apx-qty-row {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 8px;
	width: 100%;
	align-items: stretch;
}
.quantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #d7dbe2;
	height: 48px;
	min-height: 48px;
	margin: 0;
	border-radius: var(--apx-radius);
	box-sizing: border-box;
}
.apx-pdp .quantity,
.apx-qty-row .quantity {
	width: 100%;
}
.quantity .apx-qty-btn {
	width: 40px;
	height: 46px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0;
}
.quantity .qty {
	width: 40px;
	border: 0;
	text-align: center;
	height: 46px;
	font-weight: 700;
	padding: 0;
	-moz-appearance: textfield;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button { appearance: none; margin: 0; }
.apx-pdp .single_add_to_cart_button,
.apx-pdp .apx-buy-now {
	display: flex;
	width: 100%;
	height: 48px;
	min-height: 48px;
	margin: 0;
	padding: 0 16px;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box;
}
.apx-buy-now {
	background: transparent !important;
	border: 1px solid var(--apx-black) !important;
	color: var(--apx-black) !important;
}

/* Tabs */
.apx-tabs { margin: 10px 0 40px; }
.apx-tabs__nav {
	display: flex;
	gap: 0;
	border-bottom: 1px solid #e5e7eb;
	overflow-x: auto;
}
.apx-tabs__nav button {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	padding: 14px 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--apx-muted);
	cursor: pointer;
	white-space: nowrap;
}
.apx-tabs__nav button.is-active { color: var(--apx-navy); border-bottom-color: var(--apx-navy); }
.apx-tabs__panel { padding: 32px 0; }
.apx-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.apx-split__media {
	background: var(--apx-grey);
	overflow: hidden;
	width: 100%;
}
.apx-split__media img,
.apx-split__photo {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.apx-icons-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.apx-icons-row div { border: 1px solid #eee; padding: 16px; }
.apx-icons-row strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; }
.apx-icons-row span { color: var(--apx-muted); font-size: 13px; }

.apx-spec { width: 100%; border-collapse: collapse; }
.apx-spec th, .apx-spec td { text-align: left; padding: 12px 0; border-bottom: 1px solid #eee; }
.apx-spec th { width: 240px; color: var(--apx-muted); font-weight: 600; }
.apx-faq details { border-bottom: 1px solid #eee; padding: 14px 0; }
.apx-faq summary { cursor: pointer; font-weight: 700; }
.apx-faq p { color: var(--apx-muted); margin: 8px 0 0; }

/* Bundle */
.apx-bundle { background: var(--apx-grey); padding: 64px 0; }
.apx-bundle__row { display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: center; }
.apx-bundle__items { display: flex; align-items: stretch; gap: 16px; min-width: 0; }
.apx-bundle__item {
	background: #fff;
	border: 1px solid #eee;
	padding: 0 0 14px;
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	display: grid;
	gap: 8px;
	text-align: center;
	align-content: start;
}
.apx-bundle__item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	background: var(--apx-grey);
	display: block;
}
.apx-bundle__item strong,
.apx-bundle__item span { padding: 0 12px; }
.apx-bundle__item strong { font-size: 12px; }
.apx-bundle__plus {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	color: var(--apx-muted);
}
.apx-bundle__box { background: var(--apx-navy); color: #fff; padding: 24px; }
.apx-bundle__label { margin: 0; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; opacity: .7; }
.apx-bundle__now { font-size: 28px; font-weight: 800; margin: 6px 0; }
.apx-bundle__was { text-decoration: line-through; opacity: .55; margin: 0; }
.apx-bundle__save { color: #b7f0c8; font-weight: 700; }

.apx-page { padding: 48px 0 80px; }
.apx-page--center { text-align: center; min-height: 40vh; padding-top: 80px; }
.apx-page__head { margin-bottom: 28px; }
.apx-prose { font-size: 16px; max-width: 72ch; }
.apx-prose p { margin: 0 0 14px; }
.apx-prose h3 { margin: 22px 0 10px; }
.apx-prose ul { list-style: disc; padding-left: 18px; margin: 0 0 14px; }
.apx-shop { padding: 28px 0 80px; }
.apx-shop__toolbar { display: flex; justify-content: flex-end; margin-bottom: 22px; }
.apx-shop__toolbar select { height: 42px; border: 1px solid #ddd; padding: 0 10px; }

/* Cart / checkout */
.woocommerce-cart .apx-page,
.woocommerce-checkout .apx-page { max-width: none; }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 14px 8px; border-bottom: 1px solid #eee; text-align: left; }
.woocommerce .cart_totals { background: var(--apx-grey); padding: 24px; margin-top: 24px; }
.woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.woocommerce form .form-row { margin-bottom: 12px; }
.woocommerce-cart-form { margin-top: 8px; }
.woocommerce td.product-thumbnail img { width: 72px; height: 72px; object-fit: cover; background: var(--apx-grey); }
.woocommerce .cart-empty { padding: 40px 0; }
.woocommerce .return-to-shop { margin-top: 16px; }
.woocommerce-checkout-review-order { background: var(--apx-grey); padding: 24px; }
.woocommerce form .form-row { margin-bottom: 12px; }
.woocommerce form .input-text,
.woocommerce form select,
.select2-container .select2-selection--single {
	width: 100%;
	height: 46px;
	border: 1px solid #d7dbe2;
	padding: 0 12px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 12px 16px;
	margin: 16px 0;
	border: 1px solid #eee;
	background: var(--apx-grey);
}
.added_to_cart { display: none !important; }
.apx-empty { grid-column: 1 / -1; color: var(--apx-muted); }

.woocommerce-pagination { margin-top: 36px; }
.woocommerce-pagination ul { display: flex; gap: 8px; justify-content: center; }
.woocommerce-pagination a,
.woocommerce-pagination span {
	min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #eee;
}

/* Responsive */
@media (max-width: 1100px) {
	.apx-product-grid, .products, .apx-product-grid--4 { grid-template-columns: repeat(3, 1fr); }
	.apx-hero__grid, .apx-quality, .apx-pdp__top, .apx-split, .apx-bundle__row { grid-template-columns: 1fr; }
	.apx-quality__panel { display: grid; grid-template-columns: 1fr 1fr; }
	.apx-quality__media img { min-height: 240px; max-height: 320px; }
	.apx-process { grid-template-columns: repeat(3, 1fr); }
	.apx-process::before { display: none; }
	.apx-inside { grid-template-columns: repeat(2, 1fr); }
	.apx-footer__grid { grid-template-columns: 1fr 1fr; }
	.apx-hero__media { min-height: 0; }
	.apx-hero__media img { height: auto; max-height: 420px; }
	.apx-pdp__stage { min-height: 0; }
	.apx-pdp__gallery { grid-template-columns: 1fr; }
	.apx-thumbs { flex-direction: row; overflow-x: auto; }
}

@media (max-width: 760px) {
	:root { --apx-header: 64px; }

	.apx-container { width: min(var(--apx-max), calc(100% - 32px)); }
	.apx-section { padding: 48px 0; }
	.apx-section__head { margin-bottom: 24px; }
	.apx-section__head--row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.apx-announcement { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
	.apx-announcement__inner {
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 22px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		font-size: 10px;
		padding: 10px 0;
	}
	.apx-announcement__inner::-webkit-scrollbar { display: none; }

	.apx-header { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
	.apx-header__nav { display: none; }
	.apx-nav-toggle { display: inline-flex; }
	.apx-header__inner { grid-template-columns: 40px 1fr auto; gap: 8px; min-height: 64px; }
	.apx-logo { justify-content: center; }
	.apx-logo__img,
	.apx-logo img,
	.custom-logo-link img,
	img.custom-logo {
		height: 40px;
		max-width: min(160px, 42vw);
	}
	.apx-header__tools { gap: 0; }
	.apx-icon-btn { width: 40px; height: 40px; }

	.apx-nav-backdrop { display: block; }
	.apx-nav-backdrop[hidden] { display: none; }
	.apx-mobile-nav {
		position: relative;
		z-index: 35;
		padding: 8px 0 20px;
		box-shadow: 0 16px 32px rgba(7, 21, 40, .12);
	}
	.apx-mobile-nav .apx-nav a {
		display: flex;
		align-items: center;
		min-height: 48px;
		font-size: 14px;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #f0f0f0;
		width: 100%;
	}

	.apx-search-form { flex-wrap: wrap; }
	.apx-search-form input[type="search"] { width: 100%; flex: 1 1 100%; font-size: 16px; }
	.apx-search-form .apx-btn { flex: 1; }

	.apx-hero__grid {
		min-height: 0;
		padding: 28px 0 20px;
		gap: 20px;
	}
	.apx-hero h1 { font-size: clamp(28px, 8.4vw, 40px); }
	.apx-hero__lead { font-size: 15px; margin: 14px 0 20px; }
	.apx-hero__cta { flex-direction: column; }
	.apx-hero__cta .apx-btn { width: 100%; }
	.apx-hero__media { min-height: 0; }
	.apx-hero__media img { height: auto; max-height: 280px; object-fit: contain; background: #050e1c; }

	.apx-hero__trust .apx-trustbar__grid,
	.apx-trustbar__grid,
	.apx-stats__grid,
	.apx-trust-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px 8px;
		padding: 16px 0;
		font-size: 10px;
		letter-spacing: 0.08em;
	}
	.apx-hero__trust .apx-trustbar__grid > div,
	.apx-trustbar__grid > div,
	.apx-trust-footer__grid > div {
		justify-content: flex-start;
		text-align: left;
		min-width: 0;
	}
	.apx-stats__grid { padding: 20px 0; }
	.apx-stats strong { font-size: 18px; }
	.apx-stats small { font-size: 10px; }

	.apx-product-grid, .products, .apx-product-grid--4, .apx-inside, .apx-icons-row {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.apx-card__body { padding: 12px 10px 12px; gap: 6px; }
	.apx-card__title { font-size: 13px; }
	.apx-card__price { font-size: 15px; }
	.apx-card .add_to_cart_button,
	.apx-card .button {
		min-height: 42px;
		padding: 8px 8px;
		font-size: 10px;
		letter-spacing: 0.08em;
	}
	.apx-badge { font-size: 9px; padding: 4px 8px; }

	.apx-banner { min-height: 320px; }
	.apx-banner__copy { min-height: 320px; padding: 36px 0; }
	.apx-banner::after {
		background: linear-gradient(180deg, rgba(7,21,40,.82) 10%, rgba(7,21,40,.55) 100%);
	}

	.apx-process { grid-template-columns: 1fr; gap: 0; }
	.apx-process li {
		display: grid;
		grid-template-columns: 48px 1fr;
		grid-template-rows: auto auto;
		column-gap: 14px;
		text-align: left;
		padding: 0 0 22px;
	}
	.apx-process span {
		grid-row: 1 / span 2;
		width: 48px;
		height: 48px;
		margin: 0;
	}
	.apx-process h3 { margin-bottom: 4px; }

	.apx-quality__copy p { margin: 12px 0 18px; }
	.apx-quality__media img { min-height: 200px; max-height: 240px; }
	.apx-quality .apx-btn { width: 100%; }

	.apx-review { min-width: min(78vw, 280px); flex-basis: min(78vw, 280px); }

	.apx-inside img { height: 160px; }

	.apx-footer { padding-bottom: calc(20px + env(safe-area-inset-bottom)); }
	.apx-footer__grid { grid-template-columns: 1fr; gap: 28px; padding: 36px 0 24px; }
	.apx-footer__bottom { flex-direction: column; align-items: stretch; }
	.apx-pay__row {
		width: 100%;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 4px;
	}
	.apx-pay__mark {
		width: auto;
		flex: 1 1 0;
		min-width: 0;
		max-width: 58px;
		height: 28px;
		padding: 3px;
	}
	.apx-footer .apx-logo__img { height: 40px; }

	.apx-pdp { padding-bottom: 12px; }
	.apx-pdp__top { gap: 24px; padding: 12px 0 32px; }
	.apx-pdp__stage { min-height: 0; }
	.apx-thumbs__btn img { width: 56px; height: 56px; }
	.apx-pdp__title { font-size: clamp(24px, 7vw, 32px); }
	.apx-pdp__price { font-size: 24px; }
	.apx-qty-row { grid-template-columns: 108px 1fr; gap: 8px; }
	.apx-pdp .single_add_to_cart_button,
	.apx-pdp .apx-buy-now {
		white-space: normal;
		height: auto;
		min-height: 48px;
		padding: 10px 10px;
		letter-spacing: 0.08em;
		font-size: 11px;
		text-align: center;
	}
	.apx-pdp-actions {
		position: sticky;
		bottom: 0;
		z-index: 20;
		background: #fff;
		padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
		box-shadow: 0 -8px 24px rgba(7, 21, 40, .08);
	}
	.apx-format button { min-height: 64px; padding: 10px 12px; }
	.apx-tabs__nav button { padding: 12px 12px; font-size: 11px; }
	.apx-icons-row { grid-template-columns: 1fr; }

	.woocommerce-checkout .col2-set { grid-template-columns: 1fr; }
	.woocommerce table.shop_table { display: block; overflow-x: auto; }
	.woocommerce td.product-thumbnail,
	.woocommerce th.product-thumbnail { display: none; }
	.woocommerce form .input-text,
	.woocommerce form select { font-size: 16px; height: 48px; }
	.apx-bundle__items { flex-wrap: wrap; }
	.apx-bundle__item { flex: 1 1 calc(50% - 28px); }
}

@media (max-width: 400px) {
	.apx-product-grid, .products, .apx-product-grid--4 {
		grid-template-columns: 1fr;
	}
	.apx-header__tools .apx-icon-btn:nth-child(2) { display: none; }
	.apx-hero__media img { height: auto; max-height: 240px; }
	.apx-qty-row { grid-template-columns: 96px 1fr; }
}
