/*
 * Azure V6 WooCommerce integration layer.
 *
 * badmafia-azure-v6.css is the prototype stylesheet. This file contains only
 * the small selectors needed where native WooCommerce markup replaces the
 * prototype's fixture controls. It is loaded only on the isolated shop/PDP
 * surface, so the landing page and the shared V1 shell are unaffected.
 */

body.bad-mafia-azure-commerce {
	background: var(--paper);
	color: var(--ink);
}

body.bad-mafia-azure-commerce .site-header {
	background: rgba(8, 8, 8, .97);
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, .2);
}

body.bad-mafia-azure-commerce .site-header__inner {
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

body.bad-mafia-azure-commerce .brand strong,
body.bad-mafia-azure-commerce .header-actions .icon-button {
	color: #fff;
}

body.bad-mafia-azure-commerce .brand small {
	color: var(--signal);
	font-size: .52rem;
	font-weight: 850;
	letter-spacing: .18em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .desktop-nav {
	justify-self: center;
}

body.bad-mafia-azure-commerce .desktop-nav a {
	color: rgba(255, 255, 255, .78);
}

body.bad-mafia-azure-commerce .desktop-nav a:hover,
body.bad-mafia-azure-commerce .desktop-nav a[aria-current="page"] {
	color: #fff;
	border-color: var(--signal);
}

body.bad-mafia-azure-commerce .header-utility {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(.65rem, 1.5vw, 1.6rem);
}

body.bad-mafia-azure-commerce .header-actions {
	display: flex;
	align-items: center;
	gap: .2rem;
}

body.bad-mafia-azure-commerce .header-actions .icon-button:hover {
	border-color: rgba(255, 255, 255, .44);
	background: rgba(255, 255, 255, .1);
}

body.bad-mafia-azure-commerce .menu-button {
	color: #fff;
}

body.bad-mafia-azure-commerce .mobile-menu {
	background: var(--ink);
	color: #fff;
}

/* The V6 shop header is an open paper field, not the older black banner. */
body.bad-mafia-azure-commerce .shop-page .shop-intro {
	min-height: 164px;
	margin-top: 1rem;
	padding: clamp(1.65rem, 2.45vw, 2.35rem) clamp(1.35rem, 2.7vw, 2.75rem);
	background: transparent;
	color: var(--ink);
	border-bottom: 1px solid var(--ink);
}

body.bad-mafia-azure-commerce .shop-page .shop-intro h1 {
	color: var(--ink);
	font-size: clamp(3.45rem, 5.1vw, 5.5rem);
}

body.bad-mafia-azure-commerce .shop-page .shop-intro p {
	margin-top: .4rem;
	color: var(--muted);
	font-size: .78rem;
}

body.bad-mafia-azure-commerce .shop-page .shop-intro__count {
	color: var(--muted);
}

body.bad-mafia-azure-commerce .shop-page .shop-intro__count strong {
	color: var(--signal);
	font-size: 3.1rem;
}

body.bad-mafia-azure-commerce .shop-page .shop-layout {
	padding-block: 1.55rem clamp(4.2rem, 5.5vw, 6rem);
	grid-template-columns: 180px minmax(0, 1fr);
	gap: clamp(1.5rem, 2.65vw, 2.7rem);
}

body.bad-mafia-azure-commerce .shop-page .filter-rail {
	top: 84px;
}

body.bad-mafia-azure-commerce .shop-page .filter-chip {
	min-height: 31px;
	padding: .35rem .55rem;
	border-color: transparent;
	background: transparent;
	color: var(--muted);
	font-size: .61rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-align: left;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .shop-page .filter-chip:hover {
	color: var(--ink);
	border-color: var(--line);
}

body.bad-mafia-azure-commerce .shop-page .filter-chip.is-active {
	background: var(--ink);
	color: #fff;
	border-color: var(--ink);
}

body.bad-mafia-azure-commerce .shop-page .catalogue-toolbar {
	min-height: 56px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	border-bottom-color: var(--line);
}

@view-transition {
	navigation: auto;
}

@supports (view-transition-name: none) {
	::view-transition-old(root) {
		animation: bad-mafia-v6-page-out 150ms ease-in both;
	}

	::view-transition-new(root) {
		animation: bad-mafia-v6-page-in 380ms cubic-bezier(.16, 1, .3, 1) both;
	}
}

body.bad-mafia-azure-commerce .shop-page .shop-search input {
	color: var(--ink);
}

body.bad-mafia-azure-commerce .shop-page .filter-trigger {
	display: none;
}

body.bad-mafia-azure-commerce .shop-page .filter-count {
	display: inline-grid;
	place-items: center;
	min-width: 1.15rem;
	height: 1.15rem;
	padding: 0 .25rem;
	background: var(--red);
	color: #fff;
	font-size: .58rem;
	font-style: normal;
	line-height: 1;
}

body.bad-mafia-azure-commerce.is-filter-open {
	overflow: hidden;
}

body.bad-mafia-azure-commerce .overlay[hidden] {
	display: none;
}

body.bad-mafia-azure-commerce .overlay {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
}

body.bad-mafia-azure-commerce .overlay__backdrop {
	position: absolute;
	inset: 0;
	padding: 0;
	border: 0;
	background: rgba(8, 8, 8, .62);
	animation: backdrop-in 180ms ease both;
}

body.bad-mafia-azure-commerce .drawer-head {
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .drawer-head h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 2.8rem;
	font-weight: 400;
	line-height: .85;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .filter-drawer {
	width: min(440px, 92vw);
	height: 100%;
	padding: 0 1.35rem;
	position: relative;
	justify-self: end;
	display: flex;
	flex-direction: column;
	background: var(--paper);
	box-shadow: -22px 0 60px rgba(0, 0, 0, .18);
	animation: drawer-in 280ms cubic-bezier(.16, 1, .3, 1) both;
	overflow-y: auto;
}

body.bad-mafia-azure-commerce .filter-drawer fieldset {
	margin: 0;
	padding: 1.2rem 0;
	border: 0;
	border-bottom: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .filter-drawer legend {
	margin-bottom: .7rem;
	font-size: .61rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .drawer-options {
	display: grid;
	gap: .4rem;
}

body.bad-mafia-azure-commerce .drawer-options label {
	min-height: 44px;
	display: flex;
	align-items: center;
	gap: .5rem;
	color: var(--muted);
	font-size: .76rem;
}

body.bad-mafia-azure-commerce .drawer-options input {
	accent-color: var(--red);
}

body.bad-mafia-azure-commerce .drawer-options--sizes {
	grid-template-columns: repeat(3, 1fr);
}

body.bad-mafia-azure-commerce .filter-drawer__actions {
	position: sticky;
	bottom: 0;
	margin-top: auto;
	padding-block: 1rem max(1rem, env(safe-area-inset-bottom));
	display: flex;
	gap: .6rem;
	background: var(--paper);
}

body.bad-mafia-azure-commerce .filter-drawer__actions a,
body.bad-mafia-azure-commerce .filter-drawer__actions button {
	min-height: 44px;
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ink);
	background: transparent;
	color: var(--ink);
	font-size: .61rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .filter-drawer__actions button {
	background: var(--ink);
	color: #fff;
}

body.bad-mafia-azure-commerce .shop-filter-drawer[hidden] {
	display: none;
}

body.bad-mafia-azure-commerce .shop-filter-drawer {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	pointer-events: none;
}

body.bad-mafia-azure-commerce .shop-filter-drawer.is-open {
	pointer-events: auto;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__backdrop {
	background: rgba(0, 0, 0, .52);
	opacity: 0;
	transition: opacity .24s ease;
}

body.bad-mafia-azure-commerce .shop-filter-drawer.is-open .shop-filter-drawer__backdrop {
	opacity: 1;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__panel {
	min-height: 100%;
	padding: 1.25rem;
	background: var(--paper);
	border-left: 1px solid var(--ink);
	transform: translateX(100%);
	transition: transform .34s cubic-bezier(.2, .8, .2, 1);
	overflow-y: auto;
}

body.bad-mafia-azure-commerce .shop-filter-drawer.is-open .shop-filter-drawer__panel {
	transform: translateX(0);
}

body.bad-mafia-azure-commerce .shop-filter-drawer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .shop-filter-drawer__header h2 {
	margin: .18rem 0 0;
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 7vw, 4rem);
	line-height: .88;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__close {
	width: 44px;
	height: 44px;
	border: 1px solid var(--ink);
	background: transparent;
	color: var(--ink);
	font-size: 1.55rem;
	line-height: 1;
	cursor: pointer;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__group {
	padding: 1.2rem 0;
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: .55rem;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__group h3 {
	margin: 0 0 .25rem;
	color: var(--red);
	font-size: .68rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__group a,
body.bad-mafia-azure-commerce .shop-filter-drawer__footer a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: .7rem .75rem;
	border: 1px solid var(--line);
	color: var(--muted);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__group a::after {
	content: "→";
	color: var(--red);
}

body.bad-mafia-azure-commerce .shop-filter-drawer__group a.is-active {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
}

body.bad-mafia-azure-commerce .shop-filter-drawer__footer {
	padding-top: 1.2rem;
}

body.bad-mafia-azure-commerce .shop-page .sort-control {
	min-height: 34px;
	border-bottom-color: var(--ink);
}

body.bad-mafia-azure-commerce .shop-page .active-filter-summary {
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .8rem;
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-size: .62rem;
}

body.bad-mafia-azure-commerce .shop-page .active-filter-summary a {
	border-bottom: 1px solid currentColor;
	color: inherit;
	font-size: inherit;
	font-weight: 800;
	text-decoration: none;
}

body.bad-mafia-azure-commerce .shop-page .product-index-grid {
	padding-top: 1.45rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem .85rem;
}

body.bad-mafia-azure-commerce .shop-page .product-card__media {
	border-color: rgba(8, 8, 8, .22);
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce .shop-page .product-card__image {
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce.storefront-product-images--clean .shop-page .product-card__media,
body.bad-mafia-azure-commerce.storefront-product-images--clean .shop-page .product-card__image {
	background: #f7f6f2;
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .shop-page .product-card__media,
body.bad-mafia-azure-commerce.storefront-product-images--tinted .shop-page .product-card__image {
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce .shop-page .product-card__image img {
	filter: none;
	mix-blend-mode: normal;
}

/* The compiled V9 cascade adds a saturate boost on card hover. The clean-media
 * contract forbids any colour filter on product photography, so keep only the
 * scale motion and never re-tint the approved attachment render. */
body.bad-mafia-azure-commerce .shop-page .product-card:hover .product-card__image img,
body.bad-mafia-azure-commerce .shop-page .product-card:focus-within .product-card__image img,
body.bad-mafia-azure-commerce .shop-page .product-card:active .product-card__image img {
	filter: none;
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .shop-page .product-card__image img {
	mix-blend-mode: multiply;
}

body.bad-mafia-azure-commerce .shop-page .product-card__title {
	font-size: clamp(1.05rem, 1.3vw, 1.36rem);
}

body.bad-mafia-azure-commerce .shop-page .product-card__footer {
	min-height: 38px;
	margin-top: .4rem;
}

/* Native WooCommerce images: one full-width, snap-aligned frame at a time. */
body.bad-mafia-azure-commerce .product-page .product-layout {
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
	gap: clamp(2rem, 4vw, 4rem);
	padding-bottom: clamp(4rem, 5vw, 5.5rem);
}

body.bad-mafia-azure-commerce .product-page .product-backbar {
	min-height: 0;
	display: flex;
	align-items: normal;
}

body.bad-mafia-azure-commerce .product-page .product-backbar .back-link {
	margin: 0;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: transparent;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__grid {
	display: flex;
	width: 100%;
	gap: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scroll-snap-stop: always;
	scrollbar-width: none;
	touch-action: auto;
	-webkit-overflow-scrolling: touch;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__grid::-webkit-scrollbar {
	display: none;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__card,
body.bad-mafia-azure-commerce .product-page .product-gallery__card:only-child {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	aspect-ratio: .88;
	padding: 0;
	overflow: hidden;
	scroll-snap-align: start;
	border: 1px solid var(--v9-line);
	background: #e4dcd1;
	appearance: none;
	font: inherit;
	text-align: inherit;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__card:only-child {
	aspect-ratio: .86;
}

body.bad-mafia-azure-commerce.storefront-product-images--clean .product-page .product-gallery__card {
	background: #f7f6f2;
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .product-page .product-gallery__card {
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__card img {
	width: 100%;
	height: 100%;
	background: transparent;
	object-fit: contain;
	object-position: center;
	filter: none;
	mix-blend-mode: normal;
	transition: transform 350ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .product-page .product-gallery__card img {
	mix-blend-mode: multiply;
}

@media (hover: hover) and (pointer: fine) {
	body.bad-mafia-azure-commerce .product-page .product-gallery__card:hover img {
		transform: scale(1.015);
	}
}

body.bad-mafia-azure-commerce .product-page .product-gallery__card:hover:not(.is-active),
body.bad-mafia-azure-commerce .product-page .product-gallery__card:focus-visible:not(.is-active) {
	border-color: rgba(8, 8, 8, .22);
}

body.bad-mafia-azure-commerce .product-page .product-gallery__card.is-active {
	border-color: var(--ink);
}

body.bad-mafia-azure-commerce .product-page .product-gallery__card.is-active img {
	transform: none;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__card > span {
	display: none;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__controls[hidden] {
	display: none !important;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__controls {
	position: absolute;
	top: auto;
	right: 1rem;
	bottom: 1rem;
	left: auto;
	z-index: 4;
	display: grid;
	grid-template-columns: 2.75rem minmax(4.25rem, auto) 2.75rem;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
	pointer-events: auto;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__control {
	position: static;
	width: 2.75rem;
	height: 2.75rem;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .28);
	background: rgba(8, 8, 8, .78);
	color: #fff;
	box-shadow: none;
	backdrop-filter: blur(8px);
	transition:
		transform 180ms cubic-bezier(.16, 1, .3, 1),
		background 180ms cubic-bezier(.16, 1, .3, 1),
		border-color 180ms cubic-bezier(.16, 1, .3, 1),
		opacity 180ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce .product-page .product-gallery__control--previous {
	transform: none;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__control--next {
	transform: none;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__control:hover:not(:disabled),
body.bad-mafia-azure-commerce .product-page .product-gallery__control:focus-visible {
	border-color: var(--red);
	background: rgba(237, 28, 36, .94);
	transform: none;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__control:disabled {
	opacity: .42;
	cursor: not-allowed;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__control .icon {
	width: 1rem;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__status {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.25rem;
	min-height: 2.75rem;
	padding: 0 .7rem;
	border: 1px solid rgba(255, 255, 255, .24);
	background: rgba(8, 8, 8, .74);
	color: #fff;
	box-shadow: none;
	font-size: .58rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
	pointer-events: none;
	backdrop-filter: blur(8px);
}

body.bad-mafia-azure-commerce .product-page .product-gallery__thumbnails {
	display: flex;
	gap: .5rem;
	margin-top: .65rem;
	padding: 0 0 .45rem;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__thumbnail {
	flex: 0 0 4.5rem;
	width: 4.5rem;
	aspect-ratio: .88;
	padding: 0;
	overflow: hidden;
	scroll-snap-align: start;
	border: 1px solid var(--v9-line);
	background: #f7f6f2;
	opacity: .66;
	transition: border-color 180ms cubic-bezier(.16, 1, .3, 1), opacity 180ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce .product-page .product-gallery__thumbnail:hover,
body.bad-mafia-azure-commerce .product-page .product-gallery__thumbnail:focus-visible,
body.bad-mafia-azure-commerce .product-page .product-gallery__thumbnail.is-active {
	border-color: var(--red);
	opacity: 1;
}

body.bad-mafia-azure-commerce .product-page .product-gallery__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.bad-mafia-azure-commerce .product-page .gallery-note {
	margin: .55rem 0 0;
	color: var(--muted);
	font-size: .6rem;
	letter-spacing: .03em;
}

body.bad-mafia-azure-commerce .product-page .product-gallery.has-multiple-images .gallery-note {
	font-weight: 700;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel {
	top: 76px;
	padding-left: clamp(1.5rem, 2.25vw, 2.25rem);
	border-left-color: var(--line);
}

body.bad-mafia-azure-commerce .product-page .purchase-panel h1 {
	max-width: 8.5ch;
	font-size: clamp(3.2rem, 4.8vw, 5.2rem);
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__price {
	align-items: baseline;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__price .price,
body.bad-mafia-azure-commerce .product-page .purchase-panel__price .woocommerce-Price-amount {
	font-size: 1.05rem;
	font-weight: 800;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__price del {
	color: var(--muted);
	font-size: .78rem;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form {
	margin-top: 1.15rem;
}

/* Azure V6 presents Woo variations as visible controls. The native form stays
 * in the DOM for Woo's matching, stock and cart logic; only its visual chrome
 * is clipped after the proxy controls have successfully initialized. */
body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual {
	display: none;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual.is-ready {
	display: block;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form.is-bad-mafia-variation-enhanced {
	position: relative;
	margin-top: 0;
	contain: layout paint;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form.is-bad-mafia-variation-enhanced::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -.42rem;
	left: 0;
	height: 1px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, var(--signal), transparent);
	opacity: 0;
	transform: scaleX(.18);
	transform-origin: left center;
}

body.bad-mafia-azure-commerce.storefront-motion-style--scan .product-page .purchase-panel__native-form.is-state-refreshing::after {
	animation: bad-mafia-state-scan 360ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form.is-bad-mafia-variation-enhanced form.cart > .variations,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form.is-bad-mafia-variation-enhanced form.cart > .single_variation_wrap,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form.is-bad-mafia-variation-enhanced form.cart > .quantity,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form.is-bad-mafia-quantity-enhanced form.cart > .quantity,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form.is-bad-mafia-variation-enhanced form.cart > .single_add_to_cart_button {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .option-group {
	margin-top: 1.15rem;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .option-group__head button {
	min-height: 26px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
	color: var(--muted);
	font: inherit;
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .option-group__head button:hover,
body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .option-group__head button:focus-visible {
	color: var(--signal);
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .option-group__head button .icon {
	width: .72rem;
	color: var(--signal);
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .colour-option {
	min-height: 40px;
	margin-top: .5rem;
	padding: .4rem .65rem;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	cursor: pointer;
	border: 1px solid var(--ink);
	border-radius: 0;
	background: transparent;
	font: inherit;
	font-size: .64rem;
	font-weight: 800;
	text-align: left;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .colour-option:hover:not(:disabled),
body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .colour-option:focus-visible {
	background: var(--field);
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .colour-option,
body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .size-option,
body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper,
body.bad-mafia-azure-commerce .product-page .add-button {
	transition:
		background-color 180ms cubic-bezier(.16, 1, .3, 1),
		border-color 180ms cubic-bezier(.16, 1, .3, 1),
		color 180ms cubic-bezier(.16, 1, .3, 1),
		opacity 180ms cubic-bezier(.16, 1, .3, 1),
		transform 180ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce.storefront-motion-style--scan .product-page .purchase-panel__native-form.is-state-refreshing .bad-mafia-variation-visual,
body.bad-mafia-azure-commerce.storefront-motion-style--scan .product-page .purchase-panel__native-form.is-state-refreshing .bad-mafia-quantity-visual,
body.bad-mafia-azure-commerce.storefront-motion-style--scan .product-page .purchase-panel__native-form.is-state-refreshing .add-button,
body.bad-mafia-azure-commerce.storefront-motion-style--scan .product-page .purchase-panel__native-form.is-state-refreshing .option-message {
	animation: bad-mafia-state-refresh 420ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce.storefront-motion-style--scan .product-page .purchase-panel__native-form.is-state-refreshing .colour-option.is-active,
body.bad-mafia-azure-commerce.storefront-motion-style--scan .product-page .purchase-panel__native-form.is-state-refreshing .size-option.is-active {
	animation: bad-mafia-option-commit 420ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .bad-mafia-variation-visual .colour-option.is-active,
body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .bad-mafia-variation-visual .size-option.is-active,
body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .is-azure-option-confirming,
body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .bad-mafia-quantity-stepper button:active,
body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .add-button:active {
	animation: bad-mafia-v6-option-confirm 220ms cubic-bezier(.16, 1, .3, 1);
}

/* The prototype rebuilds #app after option, quantity, gallery and tab actions.
 * Re-enter only the affected Woo-backed surface with the same 620ms reveal so
 * native form state and focus survive the visual refresh. */
body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .purchase-panel.is-azure-state-refreshing {
	animation: bad-mafia-v6-purchase-refresh 620ms cubic-bezier(.16, 1, .3, 1) both;
}

body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .product-gallery.is-azure-gallery-refreshing,
body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .product-information.is-azure-details-refreshing {
	animation: bad-mafia-v6-surface-refresh 620ms cubic-bezier(.16, 1, .3, 1) both;
}

body.bad-mafia-azure-commerce.storefront-motion-style--azure-v6 .product-page .is-azure-detail-panel-refreshing {
	animation: bad-mafia-v6-detail-refresh 380ms cubic-bezier(.16, 1, .3, 1) both;
}

body.bad-mafia-azure-commerce .product-page .product-gallery.is-gallery-shifting .product-gallery__card.is-active img {
	animation: bad-mafia-gallery-focus 420ms cubic-bezier(.16, 1, .3, 1);
}

body.bad-mafia-azure-commerce .product-page .product-information {
	contain: layout paint;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .colour-option:disabled,
body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .size-option:disabled {
	cursor: not-allowed;
	opacity: .52;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-variation-visual .bad-mafia-option-list {
	margin-top: .5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .4rem;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-visual {
	margin-top: 1rem;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-visual[hidden] {
	display: none;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper {
	margin-top: .5rem;
	width: min(11.5rem, 100%);
	min-height: 45px;
	display: grid;
	grid-template-columns: 45px minmax(3.6rem, 1fr) 45px;
	border: 1px solid var(--line);
	background: transparent;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper button,
body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper output {
	min-width: 0;
	min-height: 43px;
	display: grid;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-size: .74rem;
	font-weight: 850;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper button {
	font-size: 1rem;
	transition: background-color 160ms ease, color 160ms ease;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper button:first-child {
	border-right: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper button:last-child {
	border-left: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper button:hover:not(:disabled),
body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper button:focus-visible {
	background: var(--ink);
	color: #fff;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-quantity-stepper button:disabled {
	color: rgba(8, 8, 8, .32);
	cursor: not-allowed;
}

@keyframes bad-mafia-state-refresh {
	0% {
		opacity: .58;
		filter: blur(1.5px);
		transform: translate3d(0, 8px, 0);
	}
	52% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, -1px, 0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: none;
	}
}

@keyframes bad-mafia-option-commit {
	0% {
		box-shadow: inset 0 0 0 1px var(--signal);
		transform: translate3d(0, 2px, 0);
	}
	50% {
		box-shadow: inset 0 0 0 2px var(--signal);
		transform: translate3d(0, -1px, 0);
	}
	100% {
		box-shadow: inset 0 0 0 0 transparent;
		transform: none;
	}
}

@keyframes bad-mafia-v6-option-confirm {
	50% {
		transform: scale(.96);
	}
}

@keyframes bad-mafia-v6-purchase-refresh {
	from {
		opacity: 0;
		transform: translate3d(16px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes bad-mafia-v6-surface-refresh {
	from {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes bad-mafia-v6-detail-refresh {
	from {
		opacity: 0;
		clip-path: inset(0 0 6% 0);
	}
	to {
		opacity: 1;
		clip-path: inset(0);
	}
}

@keyframes bad-mafia-state-scan {
	0% {
		opacity: 0;
		transform: scaleX(.06);
	}
	38% {
		opacity: .9;
	}
	100% {
		opacity: 0;
		transform: scaleX(1);
	}
}

@keyframes bad-mafia-v6-state-out {
	from {
		opacity: 1;
		filter: blur(0);
		transform: none;
	}
	to {
		opacity: .58;
		filter: blur(1px);
		transform: translate3d(0, -5px, 0);
	}
}

@keyframes bad-mafia-v6-state-in {
	from {
		opacity: .72;
		filter: blur(1px);
		transform: translate3d(0, 8px, 0);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: none;
	}
}

@keyframes bad-mafia-v6-gallery-out {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		opacity: .7;
		transform: translate3d(-10px, 0, 0) scale(.992);
	}
}

@keyframes bad-mafia-v6-gallery-in {
	from {
		opacity: .78;
		transform: translate3d(12px, 0, 0) scale(.992);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes bad-mafia-v6-page-out {
	to {
		opacity: 0;
		filter: blur(2px);
	}
}

@keyframes bad-mafia-v6-page-in {
	from {
		opacity: 0;
		clip-path: inset(0 0 6% 0);
	}
}

@keyframes bad-mafia-gallery-focus {
	0% {
		filter: saturate(.9) contrast(1);
		transform: scale(1.012);
	}
	100% {
		filter: saturate(1) contrast(1);
		transform: scale(1);
	}
}

body.bad-mafia-azure-commerce .product-page .purchase-facts {
	margin-top: 1.1rem;
	border-top: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .product-page .purchase-facts > div {
	min-height: 56px;
	padding-block: .6rem;
	display: flex;
	align-items: center;
	gap: .65rem;
	border-bottom: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .product-page .purchase-facts .icon {
	width: .95rem;
	color: var(--signal);
}

body.bad-mafia-azure-commerce .product-page .purchase-facts span {
	display: grid;
	gap: .1rem;
}

body.bad-mafia-azure-commerce .product-page .purchase-facts strong {
	font-size: .58rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .purchase-facts small {
	color: var(--muted);
	font-size: .64rem;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__selection-heading {
	min-height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .7rem;
	margin-top: 1.15rem;
	}

body.bad-mafia-azure-commerce .product-page .purchase-panel__selection-heading strong,
body.bad-mafia-azure-commerce .product-page .purchase-panel__selection-heading > span {
	font-size: .61rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__selection-heading > span {
	color: var(--muted);
	font-weight: 700;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form form.cart {
	margin: 0;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .variations {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .variations tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: .4rem;
	padding: 0 0 .85rem;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .variations th,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .variations td {
	display: block;
	width: auto;
	padding: 0;
	border: 0;
	text-align: left;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .variations label {
	color: var(--ink);
	font-size: .61rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .variations select,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form select {
	width: 100%;
	min-height: 45px;
	padding: .2rem .65rem;
	border: 1px solid var(--line);
	border-radius: 0;
	outline: 0;
	appearance: none;
	background: var(--paper-raised);
	font-size: .69rem;
	font-weight: 750;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .variations select:focus,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form select:focus {
	border-color: var(--ink);
	box-shadow: none;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .reset_variations {
	display: inline-block;
	margin-top: .4rem;
	color: var(--muted);
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-fit-guide-trigger {
	min-height: 26px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
	color: var(--muted);
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .bad-mafia-fit-guide-trigger:hover,
body.bad-mafia-azure-commerce .product-page .bad-mafia-fit-guide-trigger:focus-visible {
	color: var(--signal);
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .single_variation_wrap {
	margin-top: .15rem;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .single_variation {
	margin: 0 0 .7rem;
	color: var(--muted);
	font-size: .68rem;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .woocommerce-variation-description p {
	margin: 0 0 .6rem;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .woocommerce-variation-price {
	margin-bottom: .6rem;
	color: var(--ink);
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .quantity {
	display: inline-flex;
	align-items: center;
	margin: 1rem .55rem 0 0;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .quantity label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .quantity input {
	width: 4.2rem;
	min-height: 52px;
	padding: .5rem;
	border: 1px solid var(--line);
	border-radius: 0;
	background: var(--paper-raised);
	font-size: .72rem;
	text-align: center;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .quantity input:focus {
	border-color: var(--ink);
	box-shadow: none;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .single_add_to_cart_button {
	width: 100%;
	min-height: 52px;
	margin-top: 1rem;
	padding: .65rem .9rem;
	border: 1px solid var(--signal);
	border-radius: 0;
	background: var(--signal);
	color: #fff;
	font-size: .67rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: background-color .16s ease, transform .16s ease;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .single_add_to_cart_button:hover:not(:disabled) {
	background: #b91922;
	transform: translateY(-2px);
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .single_add_to_cart_button:disabled,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .single_add_to_cart_button.disabled {
	border-color: var(--line);
	background: var(--field);
	color: rgba(8, 8, 8, .48);
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .stock,
body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .out-of-stock {
	margin: .6rem 0 0;
	color: var(--muted);
	font-size: .62rem;
	font-weight: 750;
}

body.bad-mafia-azure-commerce .product-page .purchase-panel__native-form .out-of-stock {
	color: var(--signal);
}

body.bad-mafia-azure-commerce .product-page .fit-guide {
	margin-top: 1rem;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .product-page .fit-guide summary {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: .61rem;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .fit-guide summary::-webkit-details-marker {
	display: none;
}

body.bad-mafia-azure-commerce .product-page .fit-guide summary::after {
	content: '+';
	color: var(--signal);
	font-size: 1rem;
	font-weight: 400;
}

body.bad-mafia-azure-commerce .product-page .fit-guide[open] summary::after {
	content: '−';
}

body.bad-mafia-azure-commerce .product-page .fit-guide p {
	margin: 0 0 1rem;
	color: var(--muted);
	font-size: .75rem;
	line-height: 1.6;
}

body.bad-mafia-azure-commerce .product-page .product-review-summary {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}

body.bad-mafia-azure-commerce .product-page .product-review-summary h2 {
	margin: 0 0 .6rem;
	font: 400 2rem/.9 var(--display);
	text-transform: uppercase;
}

body.bad-mafia-azure-commerce .product-page .product-review-summary .section-heading__eyebrow {
	margin-bottom: .35rem;
}

body.bad-mafia-azure-commerce .product-page .product-information {
	padding-bottom: clamp(3.8rem, 5vw, 5.5rem);
}

body.bad-mafia-azure-commerce .product-page .detail-tabs button {
	min-height: 52px;
}

/* Preserve the Azure V6 reveal sequence on the replaced Woo markup. */
@media (prefers-reduced-motion: no-preference) {
	html.v9-motion-ready body.bad-mafia-azure-commerce .shop-page [data-reveal],
	html.v9-motion-ready body.bad-mafia-azure-commerce .product-page [data-reveal] {
		opacity: 0;
		filter: none;
		transform: translate3d(0, 16px, 0);
		transition: opacity 620ms var(--v9-ease), transform 620ms var(--v9-ease);
	}

	html.v9-motion-ready body.bad-mafia-azure-commerce .product-page [data-reveal="purchase"] {
		transform: translate3d(16px, 0, 0);
	}

	html.v9-motion-ready body.bad-mafia-azure-commerce .shop-page [data-reveal].is-visible,
	html.v9-motion-ready body.bad-mafia-azure-commerce .product-page [data-reveal].is-visible {
		opacity: 1;
		transform: none;
	}

	html.v9-motion-ready body.bad-mafia-azure-commerce .shop-page .product-index-grid > [data-reveal]:nth-child(2),
	html.v9-motion-ready body.bad-mafia-azure-commerce .product-page .related-grid > [data-reveal]:nth-child(2) {
		transition-delay: 70ms;
	}

	html.v9-motion-ready body.bad-mafia-azure-commerce .shop-page .product-index-grid > [data-reveal]:nth-child(3),
	html.v9-motion-ready body.bad-mafia-azure-commerce .product-page .related-grid > [data-reveal]:nth-child(3) {
		transition-delay: 140ms;
	}

	html.v9-motion-ready body.bad-mafia-azure-commerce .shop-page .product-index-grid > [data-reveal]:nth-child(4) {
		transition-delay: 210ms;
	}

	html.v9-motion-ready body.bad-mafia-azure-commerce .shop-page .product-index-grid > [data-reveal]:nth-child(5) {
		transition-delay: 280ms;
	}
}

body.bad-mafia-azure-commerce .product-page [hidden],
body.bad-mafia-azure-commerce .mobile-menu[hidden] {
	display: none !important;
}

@media (max-width: 760px) {
	body.bad-mafia-azure-commerce .filter-drawer {
		width: 100vw;
		padding-inline: 1rem;
	}

	body.bad-mafia-azure-commerce .drawer-head {
		min-height: 76px;
	}

	body.bad-mafia-azure-commerce .drawer-head h2 {
		font-size: 2.15rem;
		line-height: .84;
		white-space: nowrap;
	}

	body.bad-mafia-azure-commerce .filter-drawer fieldset {
		padding-block: .85rem;
	}

	body.bad-mafia-azure-commerce .filter-drawer .drawer-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .4rem;
	}

	body.bad-mafia-azure-commerce .filter-drawer fieldset:nth-of-type(2) .drawer-options,
	body.bad-mafia-azure-commerce .filter-drawer .drawer-options--sizes {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.bad-mafia-azure-commerce .filter-drawer .drawer-options label {
		min-width: 0;
		padding-inline: .55rem;
		border: 1px solid var(--line);
		color: var(--ink);
	}

	body.bad-mafia-azure-commerce .filter-drawer .drawer-options label:has(input:checked) {
		border-color: var(--ink);
		background: var(--ink);
		color: #fff;
	}

	body.bad-mafia-azure-commerce .site-header__inner {
	grid-template-columns: 48px minmax(0, 1fr) 80px;
	}

	body.bad-mafia-azure-commerce .brand small {
		font-size: .44rem;
	}

	body.bad-mafia-azure-commerce .header-utility {
		gap: 0;
	}

	body.bad-mafia-azure-commerce .product-page .product-layout {
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
	padding-bottom: 2.7rem;
	}

	body.bad-mafia-azure-commerce .product-page .product-backbar {
	min-height: 0;
	}

	body.bad-mafia-azure-commerce .product-page .product-gallery__card,
	body.bad-mafia-azure-commerce .product-page .product-gallery__card:only-child {
		aspect-ratio: .94;
	}

	body.bad-mafia-azure-commerce .product-page .product-gallery__controls {
		right: .7rem;
		bottom: .7rem;
		grid-template-columns: 2.75rem minmax(3.8rem, auto) 2.75rem;
	}

	body.bad-mafia-azure-commerce .product-page .product-gallery__thumbnail {
		flex-basis: 4rem;
		width: 4rem;
	}

	body.bad-mafia-azure-commerce .product-page .purchase-panel {
		position: static;
		width: 100%;
		padding: 0;
		border-left: 0;
	}

	body.bad-mafia-azure-commerce .product-page .purchase-panel h1 {
		display: block;
		max-width: 100%;
		overflow: visible;
		font-size: clamp(3.1rem, 13vw, 4.8rem);
	}

	body.bad-mafia-azure-commerce .product-page .purchase-panel__description {
		font-size: .79rem;
		line-height: 1.5;
	}

	body.bad-mafia-azure-commerce .product-page .product-information {
		padding-bottom: 3rem;
	}

	body.bad-mafia-azure-commerce .product-page .detail-tabs {
		display: block;
	}

	body.bad-mafia-azure-commerce .product-page .detail-tabs button,
	body.bad-mafia-azure-commerce .product-page .detail-tabs button:last-child {
		width: 100%;
		min-height: 48px;
		justify-content: space-between;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	body.bad-mafia-azure-commerce .product-page .detail-tabs button:last-child {
		border-bottom: 0;
	}

	body.bad-mafia-azure-commerce .product-page .detail-tabs .icon {
		display: block;
		width: .8rem;
	}

	body.bad-mafia-azure-commerce .product-page .mobile-add-bar {
		min-height: 70px;
		box-shadow: 0 -10px 28px rgba(8, 8, 8, .1);
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro {
		min-height: 158px;
		margin-top: .7rem;
		padding: 1.25rem 1.1rem;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro h1 {
		font-size: clamp(3.15rem, 13.3vw, 4.65rem);
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro p {
		max-width: 29ch;
		margin-top: .3rem;
		font-size: .75rem;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro__count strong {
		font-size: 2.7rem;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-layout {
		padding-top: .75rem;
		display: block;
	}

	body.bad-mafia-azure-commerce .shop-page .filter-rail {
		scrollbar-width: none;
	}

	body.bad-mafia-azure-commerce .shop-page .filter-chip,
	body.bad-mafia-azure-commerce .shop-page .filter-chip.is-active,
	body.bad-mafia-azure-commerce .shop-page .filter-chip:hover {
		min-height: 42px;
		flex: 0 0 auto;
		padding: .25rem 0;
		border: 0;
		background: transparent;
		color: var(--muted);
		text-align: left;
	}

	body.bad-mafia-azure-commerce .shop-page .filter-chip.is-active {
		color: var(--ink);
	}

	body.bad-mafia-azure-commerce .shop-page .filter-rail::-webkit-scrollbar {
		display: none;
	}

	body.bad-mafia-azure-commerce .shop-page .catalogue-toolbar {
		min-height: 90px;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: .45rem;
		align-items: center;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-search {
		grid-column: auto;
		min-height: 38px;
		width: 100%;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-search input {
		min-width: 0;
		width: 100%;
		font-size: .86rem;
		text-overflow: ellipsis;
	}

	body.bad-mafia-azure-commerce .shop-page .filter-trigger {
		min-width: 105px;
		min-height: 42px;
		padding-inline: .5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: .45rem;
		justify-self: start;
	}

	body.bad-mafia-azure-commerce .shop-page .sort-control {
		grid-column: 1 / -1;
		justify-self: end;
		min-height: 36px;
		border-bottom: 0;
	}

	body.bad-mafia-azure-commerce .shop-page .sort-control select {
		min-width: 118px;
		height: 36px;
	}

	body.bad-mafia-azure-commerce .shop-page .product-index-grid {
		padding-top: 1.1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.7rem .6rem;
	}

	body.bad-mafia-azure-commerce .shop-page .product-card__body {
		padding-top: .5rem;
	}

	body.bad-mafia-azure-commerce .shop-page .product-card__meta {
		font-size: .54rem;
	}

	body.bad-mafia-azure-commerce .shop-page .product-card__title {
		min-height: 1.84em;
		font-size: .88rem;
		line-height: .92;
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.bad-mafia-azure-commerce .shop-page .product-card__footer {
		min-height: 42px;
	}

	body.bad-mafia-azure-commerce .shop-page .product-card__action {
		min-height: 42px;
		font-size: .53rem;
	}
}

@media (max-width: 380px) {
	body.bad-mafia-azure-commerce .shop-page .shop-intro {
		min-height: 150px;
		padding: 1.1rem 1rem;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro h1 {
		font-size: clamp(3rem, 12.8vw, 4.2rem);
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro__count strong {
		font-size: 2.55rem;
	}

	body.bad-mafia-azure-commerce .shop-page .filter-trigger {
		min-width: 108px;
		gap: .3rem;
		font-size: .55rem;
	}

	body.bad-mafia-azure-commerce .shop-page .sort-control select {
		min-width: 106px;
	}

	body.bad-mafia-azure-commerce .product-page .breadcrumbs {
		min-height: 42px;
		gap: .35rem;
		font-size: .52rem;
	}

	body.bad-mafia-azure-commerce .product-page .product-gallery__card,
	body.bad-mafia-azure-commerce .product-page .product-gallery__card:only-child {
		aspect-ratio: .96;
	}

	body.bad-mafia-azure-commerce .product-page .purchase-panel h1 {
		font-size: clamp(2.95rem, 12.8vw, 4.4rem);
	}

	body.bad-mafia-azure-commerce .product-page .mobile-add-bar button {
		padding-inline: .65rem;
		font-size: .54rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.bad-mafia-azure-commerce .product-page .product-gallery__card img {
		transition: none;
	}
}

/* Below 340px the compiled V9 cascade tightens the header columns and the card
 * title one more notch. Match it exactly so the route surface never widens the
 * shell or overrides the reference title size on very narrow screens. */
@media (max-width: 340px) {
	body.bad-mafia-azure-commerce .site-header__inner {
		grid-template-columns: 40px minmax(0, 1fr) 76px;
	}

	body.bad-mafia-azure-commerce .shop-page .product-card__title {
		font-size: .82rem;
	}
}

/* Related products use the same Woo catalogue partial as Shop. Keep their
 * default attachment render clean too; the optional global tint remains an
 * explicit operator choice rather than a hidden image treatment. */
body.bad-mafia-azure-commerce .product-page .related .product-card__media,
body.bad-mafia-azure-commerce .product-page .related .product-card__image {
	border-color: rgba(8, 8, 8, .22);
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce.storefront-product-images--clean .product-page .related .product-card__media,
body.bad-mafia-azure-commerce.storefront-product-images--clean .product-page .related .product-card__image {
	background: #f7f6f2;
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .product-page .related .product-card__media,
body.bad-mafia-azure-commerce.storefront-product-images--tinted .product-page .related .product-card__image {
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce .product-page .related .product-card__image img {
	filter: none;
	mix-blend-mode: normal;
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .product-page .related .product-card__image img {
	mix-blend-mode: multiply;
}

/* The V2 home drop rail is the same Azure product-card system as Shop. Keep
 * uploaded product colours honest by default; the operator's global tint
 * setting remains the only path to the editorial paper blend. */
body.bad-mafia-azure-commerce .home-page .drop-index .product-card__media,
body.bad-mafia-azure-commerce .home-page .drop-index .product-card__image {
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce.storefront-product-images--clean .home-page .drop-index .product-card__media,
body.bad-mafia-azure-commerce.storefront-product-images--clean .home-page .drop-index .product-card__image {
	background: #f7f6f2;
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .home-page .drop-index .product-card__media,
body.bad-mafia-azure-commerce.storefront-product-images--tinted .home-page .drop-index .product-card__image {
	background: #e4dcd1;
}

body.bad-mafia-azure-commerce .home-page .drop-index .product-card__image img {
	filter: none;
	mix-blend-mode: normal;
}

body.bad-mafia-azure-commerce.storefront-product-images--tinted .home-page .drop-index .product-card__image img {
	mix-blend-mode: multiply;
}

body.bad-mafia-azure-commerce .home-page .drop-index .product-card:hover .product-card__image img,
body.bad-mafia-azure-commerce .home-page .drop-index .product-card:focus-within .product-card__image img,
body.bad-mafia-azure-commerce .home-page .drop-index .product-card:active .product-card__image img {
	filter: none;
}

/* T609 mobile shell guard: keep the compact shop heading and count inside
 * the padded frame on category names of every length. */
@media (max-width: 760px) {
	body.bad-mafia-azure-commerce .shop-page .shop-intro {
		gap: 1rem;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro > div:first-child {
		min-width: 0;
		flex: 1 1 auto;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro h1 {
		font-size: clamp(2.7rem, 11.3vw, 4.1rem);
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro__count {
		min-width: 0;
		flex: 0 0 auto;
	}
}

@media (max-width: 380px) {
	body.bad-mafia-azure-commerce .shop-page .shop-intro {
		gap: .75rem;
	}

	body.bad-mafia-azure-commerce .shop-page .shop-intro h1 {
		font-size: clamp(2.5rem, 11.3vw, 3.9rem);
	}
}

/* T617: keep Azure's live depth variables on the V2 hero. The base V6
 * layout previously reset this transform to none after the motion rules. */
.home-page .home-hero--v6 .home-hero__visual picture {
	transform: translate3d(0, var(--v9-hero-shift, 0px), 0) rotateX(var(--v9-tilt-y, 0deg)) rotateY(var(--v9-tilt-x, 0deg));
	transform-origin: center center;
	transition: transform .72s var(--v9-ease);
	will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
	.home-page .home-hero--v6 .home-hero__visual picture {
		transform: none;
		transition: none;
		will-change: auto;
	}
}
