/* Generated presentation subset of woocommerce.css. Keep the marked source
 * sections synchronized; tests/assets-contract.php enforces exact parity. */
/* Theme-owned WooCommerce foundations. Custom commerce logic must not depend on
 * layout rules supplied by a third-party theme. */
.woocommerce :where(img, video) { max-width: 100%; height: auto; }
.woocommerce :where(ul.products, .products ul) { clear: both; margin: 0; padding: 0; list-style: none; }
.woocommerce :where(ul.products, .products ul) > li { list-style: none; }
.woocommerce ul.products li.product { position: relative; min-width: 0; }
.woocommerce ul.products li.product :where(a, .woocommerce-loop-product__link) { text-decoration: none; }
.woocommerce ul.products li.product img { display: block; width: 100%; height: auto; margin: 0; box-shadow: none; }
.woocommerce :where(.woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__image) { margin: 0; padding: 0; }
.woocommerce :where(.woocommerce-product-gallery__image, .woocommerce-product-gallery__image > a, .woocommerce-product-gallery__image img) { display: block; max-width: 100%; }
.woocommerce table.woocommerce-product-attributes { width: 100%; border-collapse: collapse; }
.woocommerce table.woocommerce-product-attributes :where(th, td) { padding: .75rem 1rem; border: 0; text-align: left; vertical-align: top; }
.woocommerce table.woocommerce-product-attributes tr:nth-child(even) { background: var(--aau-color-surface); }
.woocommerce :where(.clear, .woocommerce-notices-wrapper)::after { display: table; clear: both; content: ""; }
.woocommerce :where(.button, button.button, input.button, a.button):disabled { cursor: not-allowed; opacity: .58; }
.woocommerce :where(.button, button.button, input.button, a.button).aau-button--secondary { border-color: var(--aau-color-contrast); background: transparent; color: var(--aau-color-contrast); }
.woocommerce :where(.button, button.button, input.button, a.button).aau-button--secondary:hover { background: var(--aau-color-contrast); color: var(--aau-color-base); filter: none; }
.aa-toast-container {
	position: fixed;
	left: 50%;
	bottom: calc(16px + env(safe-area-inset-bottom, 0px));
	transform: translateX(-50%);
	z-index: 999999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: min(520px, 92vw);
	pointer-events: none;
}

.aa-toast {
	pointer-events: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(18, 18, 18, 0.92);
	color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.aa-toast__text {
	font-size: 14px;
	line-height: 1.35;
}

.aa-toast__controls {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.aa-toast__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.95);
}

.aa-toast__action:hover {
	background: rgba(255, 255, 255, 0.18);
}

.aa-toast__action:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.6);
	outline-offset: 3px;
}

.aa-toast__close {
	appearance: none;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.85);
	font-size: 22px;
	line-height: 1;
	padding: 0 2px;
	margin: -2px -2px 0 0;
	cursor: pointer;
}

.aa-toast__close:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.6);
	outline-offset: 3px;
	border-radius: 8px;
}

.aa-toast__close:hover {
	color: rgba(255, 255, 255, 1);
}

.aa-add-to-cart-disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

a.aa-add-to-cart-disabled {
	pointer-events: none;
}

p.stock.out-of-stock {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 8px;
	background: #b22222;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
}
/* WooCommerce single product price suffix (tax + shipping). */
.single-product .aa-product-price-suffix {
	display: block;
	margin-top: 0;
	padding-top: 0;
	font-size: 0.75em;
	font-weight: 400;
	opacity: 0.85;
	line-height: 1.3;
}

.aau-floating-bar .aa-product-price-suffix--floating {
	display: inline;
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
}
.aau-product-image-swap {
	position: relative;
	display: grid;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.aau-product-gallery-frame { position: relative; }
.aau-product-badges { position: absolute; z-index: 4; top: .75rem; left: 0; display: flex; flex-direction: column; align-items: flex-start; gap: .25rem; pointer-events: none; }
.aau-product-badge { display: inline-flex; align-items: center; min-height: 30px; padding: .4rem .7rem; border-radius: 0; background: var(--aau-color-contrast); color: var(--aau-color-base); font-size: .78rem; font-weight: 750; letter-spacing: .035em; line-height: 1; text-transform: uppercase; }
.aau-product-badge--sale { background: #9f1239; color: #fff; }
.aau-product-badge--new { background: #075985; color: #fff; }
.aau-product-badge--out-of-stock { background: #4b5563; color: #fff; }
.aau-product-badge--low-stock { background: #92400e; color: #fff; }

.aau-shop-grid { width: 100%; }
.aau-shop-grid > .wc-block-product-template { width: 100%; max-width: none; }
.aau-shop-grid .wp-block-post-title { margin: 1rem 0 .25rem; font-size: clamp(1rem, .94rem + .25vw, 1.15rem); line-height: 1.35; }
.aau-shop-grid .wp-block-post-title a { color: var(--aau-color-contrast); text-decoration: none; }
.aau-shop-grid .wp-block-woocommerce-product-price { color: var(--aau-color-muted); }

.aau-product-image-swap > :not(.aau-product-hover-image) { grid-area: 1 / 1; min-width: 0; }
.aau-product-image-swap > :not(.aau-product-hover-image) img { width: 100%; height: 100%; object-fit: cover; }

.aau-product-image-swap > .aau-product-hover-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 200ms ease;
	pointer-events: none;
}

.aau-product-image-swap:hover > .aau-product-hover-image {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.aau-product-image-swap > .aau-product-hover-image {
		transition: none;
	}
}

.aau-product-panel,
.single-product .aa-secure-payments-box {
	margin-block: 1.5rem;
	width: 100%;
	padding: 1rem 1.125rem 1.125rem;
	border: 1px solid var(--aau-color-border);
	border-radius: 12px;
	background: var(--aau-color-surface);
}
.aau-product-panel > legend,
.single-product .aa-secure-payments-box > legend { float: none; width: auto; margin: 0; padding-inline: .4rem; color: var(--aau-color-contrast); font-size: 1rem; font-weight: 750; line-height: 1.35; text-align: left; }

.aau-product-price-note { margin: -.75rem 0 1.25rem; color: var(--aau-color-muted); font-size: .875rem; }
.aau-product-price-note a { color: inherit; text-underline-offset: 2px; }

.aau-product-usps ul,
.aau-social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.aau-social-links :is(a, button) { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--aau-color-border); border-radius: 50%; background: var(--aau-color-base); color: var(--aau-color-contrast); cursor: pointer; }
.aau-social-links :is(a, button):hover { border-color: var(--aau-color-contrast); }
.aau-social-links svg { width: 20px; height: 20px; }
.aau-product-page { padding-top: 0; }
.aau-product-story { position: relative; isolation: isolate; width: 100vw !important; max-width: none !important; min-height: clamp(34rem, 78svh, 52rem); margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; overflow: hidden; background: var(--aau-color-contrast); color: #fff; }
.aau-product-story__media { position: absolute; z-index: -3; inset: 0; display: block; margin: 0; overflow: hidden; border: 0; }
.woocommerce .aau-product-story__image { position: absolute; inset: 0; display: block; width: 100%; max-width: none; height: 100%; border: 0; border-radius: 0; object-fit: cover; object-position: 50% 50%; }
.aau-product-story__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(3 7 18 / .82) 0%, rgb(3 7 18 / .52) 42%, rgb(3 7 18 / .12) 72%, transparent 100%), linear-gradient(0deg, rgb(3 7 18 / .48), transparent 45%); pointer-events: none; }
.aau-product-story--text-only { background: linear-gradient(135deg, var(--aau-color-contrast), color-mix(in srgb, var(--aau-color-contrast) 72%, var(--aau-color-accent))); }
.aau-product-story__content { display: flex; min-height: inherit; align-items: flex-end; padding-block: clamp(5rem, 12vh, 9rem); }
.aau-product-story h1 { max-width: 13ch; margin: 0; font-size: clamp(3rem, 1.8rem + 5vw, 7rem); letter-spacing: -.06em; line-height: .9; }
.aau-product-purchase { margin-bottom: clamp(3rem, 7vw, 6rem); padding: clamp(1.25rem, 3vw, 2.5rem) 1rem clamp(3rem, 7vw, 6rem); scroll-margin-top: 6rem; background: linear-gradient(145deg, var(--aau-color-surface), var(--aau-color-base)); border-bottom: 1px solid var(--aau-color-border); }
.aau-product-purchase .wc-block-breadcrumbs { margin-bottom: clamp(1.5rem, 3vw, 2.5rem); color: var(--aau-color-muted); }
.aau-product-layout { align-items: flex-start; gap: clamp(2rem, 5vw, 5rem); }
.aau-product-gallery-column { min-width: 0; padding: 0; }
.aau-product-gallery-column :is(.woocommerce-product-gallery, .wc-block-product-gallery) { margin: 0; }
.aau-product-gallery-column .woocommerce-product-gallery { opacity: 1 !important; }
.aau-product-gallery-column :is(.woocommerce-product-gallery__wrapper, .wc-block-product-gallery-large-image) { overflow: hidden; }
.aau-product-gallery-column .woocommerce-product-gallery__wrapper { touch-action: pan-y; }
.aau-product-gallery-column .woocommerce-product-gallery__image[hidden] { display: none !important; }
.aau-product-gallery-column .woocommerce-product-gallery[data-aau-gallery-ready="true"] .woocommerce-product-gallery__image:not([hidden]) { display: block !important; width: 100% !important; }
.aau-product-gallery-column .woocommerce-product-gallery[data-aau-gallery-ready="true"] .woocommerce-product-gallery__wrapper img,
.aau-product-gallery-column .wc-block-product-gallery-large-image img { display: block; width: 100%; height: auto; margin-inline: auto; }
.aau-product-gallery-column .woocommerce-product-gallery__image > a { display: block; cursor: zoom-in; }
.aau-product-gallery-column .woocommerce-product-gallery__image .zoomImg { pointer-events: none; }
.aau-product-gallery-column :is(.flex-control-thumbs, .wc-block-product-gallery-thumbnails) { gap: .75rem; margin-top: 1rem; }
.aau-product-gallery__thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .75rem; margin-top: 1rem; }
.aau-product-gallery__thumbs button { appearance: none; background: transparent; border: 1px solid transparent; border-radius: .35rem; cursor: pointer; padding: .2rem; }
.aau-product-gallery__thumbs button[aria-current="true"] { border-color: currentColor; }
.aau-product-gallery__thumbs button:focus-visible,
.aau-gallery-dialog button:focus-visible { outline: 3px solid var(--aau-color-focus, currentColor); outline-offset: 3px; }
.aau-product-gallery__thumbs img { display: block; height: auto; width: 100%; }
.aau-gallery-dialog { box-sizing: border-box; width: min(94vw, 1100px); max-height: calc(100dvh - 1rem); overflow: auto; padding: 3rem 3.75rem 2rem; border: 1px solid var(--aau-color-border); border-radius: 14px; background: var(--aau-color-base); color: var(--aau-color-contrast); box-shadow: 0 24px 80px rgb(0 0 0 / .28); }
.aau-gallery-dialog figure { margin: 0; text-align: center; }
.aau-gallery-dialog figure img { display: block; margin: auto; max-height: 78vh; max-width: 100%; object-fit: contain; }
.aau-gallery-dialog button { position: absolute; display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--aau-color-border); border-radius: 50%; background: var(--aau-color-base); color: var(--aau-color-contrast); box-shadow: 0 6px 20px rgb(0 0 0 / .12); font: inherit; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.aau-gallery-dialog button:hover { background: var(--aau-color-surface); }
.aau-gallery-dialog__close { right: .5rem; top: .5rem; }
.aau-gallery-dialog__previous { left: .5rem; top: 50%; transform: translateY(-50%); }
.aau-gallery-dialog__next { right: .5rem; top: 50%; transform: translateY(-50%); }
.aau-gallery-dialog__counter { display: block; margin-top: .5rem; }
@media (max-width: 600px) {
	.aau-gallery-dialog { padding: 3rem .75rem 1rem; }
	.aau-gallery-dialog__previous { left: .25rem; }
	.aau-gallery-dialog__next { right: .25rem; }
}
.aau-product-summary { min-width: 0; }
.aau-product-summary .wp-block-woocommerce-product-rating { margin-bottom: 1rem; }
.aau-product-summary .wp-block-woocommerce-product-price { margin-bottom: 1rem; font-size: clamp(1.4rem, 1.2rem + .75vw, 2rem); font-weight: 700; }
.aau-product-summary .wp-block-woocommerce-product-summary { color: var(--aau-color-muted); font-size: 1.05rem; }
.aau-product-summary form.cart .quantity { margin-bottom: .75rem; }
.aau-product-summary form.cart { margin-bottom: 1.25rem; }
.aau-product-summary form.cart :is(.variations, .variations_button) { width: 100%; }
.aau-product-summary form.cart .single_add_to_cart_button { width: 100%; justify-content: center; }
.single-product .aa-secure-payments-box { margin-block: 2rem; }
.single-product .aa-secure-payments-box__icons { display: flex; min-height: 56px; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 14px; }
.single-product img.aa-secure-payments-box__icon { display: block; width: auto; height: 26px; max-width: 140px; margin: 0; object-fit: contain; }
.aau-product-summary .aau-social-links { margin-top: 1.25rem; }
.aau-size-swatches { margin: .25rem 0 1.25rem; padding: 0; border: 0; }
.aau-size-swatches legend { margin-bottom: .6rem; font-weight: 700; }
.aau-size-swatches__options { display: flex; flex-wrap: wrap; gap: .6rem; }
.aau-size-swatch { position: relative; min-width: 52px; min-height: 48px; padding: .6rem .8rem; overflow: hidden; border: 1px solid var(--aau-color-control-border, var(--aau-color-contrast)); border-radius: 4px; background: var(--aau-color-base); color: var(--aau-color-contrast); font: inherit; font-weight: 700; cursor: pointer; }
.aau-size-swatch[aria-pressed="true"] { border-color: var(--aau-color-contrast); box-shadow: inset 0 0 0 2px var(--aau-color-contrast); }
.aau-size-swatch:disabled { color: var(--aau-color-muted); background: var(--aau-color-surface); cursor: not-allowed; opacity: .72; }
.aau-size-swatch:disabled::after { position: absolute; top: 50%; left: -15%; width: 130%; height: 1px; background: currentColor; transform: rotate(-28deg); content: ""; }
.aau-native-size-select { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.aau-size-variation-row > th.label,
.aau-size-variation-row .reset_variations { display: none !important; }
.aau-size-variation-row > td.value { display: table-cell; width: 100%; padding-left: 0; }
:where(.wp-block-woocommerce-related-products, .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"]) { position: relative; margin-top: clamp(4rem, 8vw, 7rem); padding-top: clamp(3rem, 6vw, 5rem); }
:where(.wp-block-woocommerce-related-products, .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"])::before { position: absolute; top: 0; left: 50%; width: 100vw; border-top: 1px solid var(--aau-color-border); transform: translateX(-50%); content: ""; }
.wp-block-woocommerce-related-products > h2,
.wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"] > h2.wp-block-heading { margin-top: 0 !important; margin-bottom: clamp(1.75rem, 4vw, 3rem) !important; font-size: clamp(2.5rem, 1.7rem + 2.8vw, 4.5rem); letter-spacing: -.045em; line-height: .98; }

.aau-shop-hero { position: relative; isolation: isolate; width: 100vw; max-width: none !important; min-height: clamp(28rem, 68svh, 46rem); margin-inline: calc(50% - 50vw); overflow: hidden; background: var(--aau-color-contrast); color: #fff; }
.aau-shop-hero__media { position: absolute; z-index: -3; inset: 0; margin: 0; }
.woocommerce .aau-shop-hero__image { display: block; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: 50% 50%; }
.aau-shop-hero__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(3 7 18 / .82), rgb(3 7 18 / .28) 70%, rgb(3 7 18 / .12)); }
.aau-shop-hero--text-only { background: linear-gradient(135deg, var(--aau-color-contrast), color-mix(in srgb, var(--aau-color-contrast) 70%, var(--aau-color-accent))); }
.aau-shop-hero__content { display: flex; min-height: inherit; align-items: flex-end; padding-block: clamp(5rem, 12vh, 9rem); }
.aau-shop-hero h1 { max-width: 13ch; margin: 0; color: inherit; font-size: clamp(3.5rem, 2rem + 5.5vw, 7.5rem); letter-spacing: -.06em; line-height: .9; }
.aau-shop-page { padding-top: 0; }
.aau-shop-page > .aau-shop-grid { margin-top: clamp(3rem, 6vw, 5rem); }
.aau-category-directory ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); margin: 0; padding: 0; list-style: none; }
.aau-category-directory a { display: grid; gap: .85rem; color: var(--aau-color-contrast); font-size: clamp(1rem, .9rem + .35vw, 1.25rem); font-weight: 750; text-align: center; text-decoration: none; }
.aau-category-directory__image { display: block; overflow: hidden; border-radius: 12px; background: var(--aau-color-surface); aspect-ratio: 1; }
.aau-category-directory__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.aau-category-directory a:hover img { transform: scale(1.025); }
.aa-product-identifiers { display: grid; gap: .35rem; margin-block: 1.5rem; }
.aa-product-identifiers div { display: flex; gap: .5rem; }
.aa-product-identifiers dt { font-weight: 700; }
.aa-product-identifiers dd { margin: 0; }
.aa-product-identifiers--compact { margin-block: 0 1.5rem; color: var(--aau-color-muted, #667085); font-size: .875rem; }
.aa-product-identifiers--compact :is(dt, dd) { color: inherit; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	align-items: flex-end;
	gap: clamp(.25rem, 2vw, 1rem);
	margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
	padding: 0;
	border-bottom: 1px solid var(--aau-color-border);
	list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: .75rem .25rem;
	border-bottom: 2px solid transparent;
	color: var(--aau-color-muted);
	font-weight: 750;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: var(--aau-color-control-border, var(--aau-color-contrast));
	color: var(--aau-color-contrast);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible { outline-color: var(--aau-color-focus-ring, var(--aau-color-contrast)); }
.aa-product-category-usps-wrap { margin-bottom: 2rem; }
.aa-product-category-content { margin-top: clamp(2rem, 4vw, 3.5rem); }
.aa-product-category-usps { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.aa-product-category-usps li { display: flex; gap: .65rem; }
.aa-product-video { position: relative; margin-top: 2rem; overflow: hidden; border-radius: 12px; aspect-ratio: 16 / 9; background: #000; }
.aa-product-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.aa-product-video__media { position: absolute; inset: 0; }
.aa-product-video__load { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
.aa-product-video__load:focus-visible { outline: 3px solid #fff; outline-offset: -6px; box-shadow: inset 0 0 0 6px var(--aau-color-accent); }
.aa-product-video__poster { display: block; width: 100%; height: 100%; object-fit: cover; }
.aa-product-video__poster-play { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; width: clamp(5.5rem, 14vw, 8rem); height: clamp(5.5rem, 14vw, 8rem); place-items: center; border: 2px solid rgb(255 255 255 / .78); border-radius: 50%; background: rgb(0 0 0 / .58); color: #fff; font-size: clamp(2.5rem, 7vw, 4rem); line-height: 1; text-indent: .12em; text-shadow: 0 2px 12px rgb(0 0 0 / .9); transform: translate(-50%, -50%); }
.aa-product-video__prompt { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: .75rem; padding: 1rem; background: linear-gradient(0deg, rgb(0 0 0 / .6), rgb(0 0 0 / .08) 65%); text-shadow: 0 1px 5px rgb(0 0 0 / .9); }
.aa-product-video__play { display: grid; width: 3.25rem; height: 3.25rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgb(0 0 0 / .72); font-size: 1.35rem; line-height: 1; transition: transform 160ms ease, background 160ms ease; }
.aa-product-video__load:hover .aa-product-video__play { background: var(--aau-color-accent); color: var(--aau-color-on-accent); transform: scale(1.06); }
.aa-product-video [hidden] { display: none !important; }
.aa-product-video__consent { position: absolute; z-index: 2; inset: 0; display: grid; align-items: start; overflow: auto; padding: clamp(.75rem, 3vw, 1.5rem); background: rgb(2 6 23 / .66); color: #fff; backdrop-filter: blur(12px) brightness(.62); -webkit-backdrop-filter: blur(12px) brightness(.62); }
.aa-product-video__consent-panel { position: relative; max-width: 42rem; padding: clamp(.85rem, 2.5vw, 1.35rem); border: 1px solid rgb(255 255 255 / .34); border-radius: 10px; background: rgb(10 18 32 / .84); box-shadow: 0 10px 30px rgb(0 0 0 / .42); }
.aa-product-video__consent-panel strong { display: block; font-size: clamp(1rem, 2vw, 1.2rem); }
.aa-product-video__consent-panel p { margin: .45rem 0 .75rem; font-size: clamp(.82rem, 1.7vw, .98rem); line-height: 1.45; }
.aa-product-video__consent-panel a { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-thickness: .1em; text-underline-offset: .16em; }
.aa-product-video__consent-panel a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; border-radius: 2px; }
.aa-product-video__consent-panel .aau-button { min-height: 2.75rem; }
.aa-product-video__consent-error { color: #fff; font-weight: 700; }
@media (max-width: 600px) { .aa-product-video--needs-consent { min-height: 20rem; aspect-ratio: auto; } }
.aau-product-summary .aau-size-guide-button { display: block; margin-block: 2rem; }
.aau-category-directory a:focus-visible { outline: 3px solid var(--aau-color-contrast); outline-offset: 5px; border-radius: 8px; }

@media (min-width: 782px) {
	.aau-product-summary { position: sticky; top: calc(var(--wp-admin--admin-bar--height, 0px) + 93px); }
}

@media (max-width: 781px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}
	.aau-category-directory ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	:where(.wp-block-woocommerce-related-products, .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"]) .wc-block-product-template.is-flex-container { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 1.5rem 1rem; }
	:where(.wp-block-woocommerce-related-products, .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/related"]) .wc-block-product-template.is-flex-container > .wc-block-product { width: 100% !important; max-width: none !important; }
	.aau-product-story { min-height: min(46rem, 84svh); }
	.aau-product-story__shade { background: linear-gradient(0deg, rgb(3 7 18 / .88) 0%, rgb(3 7 18 / .48) 55%, rgb(3 7 18 / .08) 100%); }
	.aau-product-story__content { padding-block: 5rem 7rem; }
	.aau-product-story h1 { font-size: clamp(2.75rem, 13vw, 5rem); }
	.aau-product-purchase { padding-inline: 1rem; }
	.aau-product-layout { gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
}

.aau-product-usps li {
	display: flex;
	gap: 0.625rem;
	margin-block: 0.5rem;
}

.aau-social-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.aau-hidden-desktop {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .aau-product-hover-image {
		opacity: 1;
	}
}

@media (max-width: 689.98px) {
	.aau-hidden-mobile {
		display: none;
	}

	.aau-hidden-desktop {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce ul.products li.product .aau-product-hover-image {
		transition: none;
	}
}
