/* Kitsune Statue — boutique, fiche, panier, compte */

/* —— PDP —— */
body.single-product {
	background: var(--white);
}
body.single-product .masthead {
	background: transparent;
}
body.single-product .site-footer {
	background: #000;
}
body.single-product .woocommerce-notices-wrapper,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
	margin: 16px 6vw 0;
	max-width: 980px;
}

.pdp {
	background: transparent;
	color: var(--white);
}
.pdp-head {
	position: relative;
	z-index: 1;
	margin-top: 0;
	background: var(--white);
	color: var(--ink);
	text-align: center;
	padding: calc(var(--slash-extend) + var(--slash-line) + 0.4rem) 6vw 20px;
}
.pdp-scale {
	margin: 0 0 14px;
	font-size: clamp(1.05rem, 2.1vw, 1.55rem);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--brand);
}
.pdp-title {
	display: inline-block;
	max-width: min(980px, 100%);
	margin: 0;
	padding: 0.28em 0.72em 0.32em;
	border: 5px solid #111;
	background: var(--white);
	font-family: var(--display);
	font-size: clamp(1.55rem, 4.2vw, 2.75rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.12;
	text-transform: uppercase;
	color: #111;
}
.pdp-edition {
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: 500;
	color: #6e6e73;
}
.pdp-edition strong {
	font-weight: 800;
	color: #111;
}

.pdp-gallery {
	--pdp-gap: 18px;
	position: relative;
	padding: 0 var(--pdp-gap) var(--pdp-gap);
	background: var(--white);
}
.pdp-gallery-viewport {
	overflow: hidden;
}
.pdp-gallery-track {
	display: flex;
	gap: var(--pdp-gap);
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.pdp-gallery-track::-webkit-scrollbar { display: none; }
.pdp-gallery-slide {
	flex: 0 0 calc((100% - 2 * var(--pdp-gap)) / 3);
	min-width: 0;
	scroll-snap-align: start;
}
.pdp-gallery-open {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: var(--white);
	cursor: zoom-in;
}
.pdp-gallery-open img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
	background: var(--white);
	border-radius: 0;
}
.pdp-gallery-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 64px;
	height: 88px;
	color: rgba(17, 17, 17, 0.78);
	transform: translateY(-50%);
	transition: color 0.2s var(--ease), opacity 0.2s;
}
.pdp-gallery-nav:hover { color: #111; }
.pdp-gallery-nav:focus-visible {
	outline: 2px solid #111;
	outline-offset: 4px;
}
.pdp-gallery-nav svg {
	display: block;
	stroke-width: 2.6;
	filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.9));
}
.pdp-gallery-nav--prev { left: var(--pdp-gap); }
.pdp-gallery-nav--next { right: var(--pdp-gap); }
.pdp-gallery.is-start .pdp-gallery-nav--prev,
.pdp-gallery.is-end .pdp-gallery-nav--next { opacity: 0.28; }

.pdp-liseret {
	height: 4px;
	background: var(--brand);
}

.pdp-buy {
	padding: 48px 6vw 28px;
	text-align: center;
	background: #000;
	color: var(--white);
}
.pdp-price {
	margin: 0 0 22px;
	font-size: clamp(1.7rem, 3.2vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
	color: var(--white);
}
.pdp-price .woocommerce-Price-amount,
.pdp-price bdi {
	font-weight: 700;
	color: var(--white);
}
.pdp-price-tax {
	margin-left: 0.25em;
	font-size: 0.62em;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.pdp form.cart {
	display: flex;
	justify-content: center;
	margin: 0 auto 48px;
	max-width: 520px;
}
.pdp form.cart .quantity {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.pdp .single_add_to_cart_button.btn-slash {
	width: min(440px, 100%);
	min-height: 56px;
	padding: 0 36px;
	border-radius: 980px;
	clip-path: none;
	letter-spacing: 0.06em;
	text-transform: none;
}
.pdp .single_add_to_cart_button.btn-slash:hover {
	transform: scale(1.03);
}
.pdp .single_add_to_cart_button.btn-slash:active {
	transform: scale(0.98);
}
.pdp .single_add_to_cart_button.is-busy { opacity: 0.55; }
.pdp-oos {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(440px, 100%);
	min-height: 56px;
	margin: 0 auto 48px;
	border-radius: 980px;
	background: var(--stock-out);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pdp-split {
	display: grid;
	grid-template-columns: minmax(320px, 380px) minmax(0, 40rem);
	justify-content: center;
	gap: 48px 56px;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	align-items: start;
}
.pdp-specs {
	text-align: center;
}
.pdp-release {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 22px;
	font-size: 15px;
	font-weight: 500;
	color: var(--white);
	text-align: center;
}
.pdp-release strong {
	display: block;
	margin: 10px 0 0;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--brand);
}
.pdp-specbox {
	margin: 0;
	padding: 22px 22px 10px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 18px;
	text-align: center;
}
.pdp-specbox > div {
	margin: 0 0 18px;
}
.pdp-specbox dt {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: var(--white);
}
.pdp-specbox dd {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.4;
}
.pdp-specbox a {
	display: inline-flex;
	justify-content: center;
}
.pdp-license-logo {
	max-height: 96px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
	background: transparent;
	border-radius: 0;
}
.pdp-copy {
	max-width: 40rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	line-height: 1.65;
}
.pdp-copy p + p { margin-top: 1em; }

.pdp-credits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 32px;
	max-width: 1100px;
	margin: 40px auto 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
	color: var(--white);
}
.pdp-credits span {
	color: var(--brand);
	font-weight: 700;
}

.pdp-related {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 6vw 0;
	background: #000;
	color: var(--white);
}
.pdp-related-rule {
	width: min(920px, 100%);
	height: 2px;
	margin: 8px 0 36px;
	background: var(--white);
}
.pdp-related .ks-ruled {
	margin-bottom: 40px;
	color: var(--white);
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	letter-spacing: 0.16em;
}
.pdp-related .ks-ruled::before,
.pdp-related .ks-ruled::after {
	background: var(--white);
	height: 3px;
}
.pdp-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 32px;
	width: 100%;
	max-width: 1100px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
.pdp-related-grid li { min-width: 0; }
.pdp-related .ks-product-frame {
	padding: 0;
	background: transparent;
	border: 2px solid var(--brand);
	border-radius: 2px;
	box-shadow: none;
}
.pdp-related .ks-product-inset {
	border-radius: 0;
}
.pdp-related .btn-slash { margin-top: 4px; }
.pdp-sku { display: none; }

.pdp-lightbox {
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	max-height: 100vh;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.96);
	color: var(--white);
	overscroll-behavior: none;
}
.pdp-lightbox::backdrop {
	background: #000;
}
.pdp-lightbox-stage {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 56px 72px;
	overflow: hidden;
	touch-action: none;
}
.pdp-lightbox-stage img {
	max-width: min(1400px, 100%);
	max-height: calc(100vh - 80px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 0;
	transform-origin: center center;
	transition: transform 0.32s var(--ease);
	cursor: zoom-in;
	user-select: none;
	-webkit-user-drag: none;
	will-change: transform;
}
.pdp-lightbox.is-zoomed .pdp-lightbox-stage img { cursor: grab; }
.pdp-lightbox.is-dragging .pdp-lightbox-stage img {
	cursor: grabbing;
	transition: none;
}
.pdp-lightbox-close,
.pdp-lightbox-nav {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.8);
}
.pdp-lightbox-close {
	top: 16px;
	right: 16px;
	width: 48px;
	height: 48px;
}
.pdp-lightbox-nav {
	top: 50%;
	width: 64px;
	height: 88px;
	transform: translateY(-50%);
}
.pdp-lightbox-nav--prev { left: 8px; }
.pdp-lightbox-nav--next { right: 8px; }
.pdp-lightbox-close:hover,
.pdp-lightbox-nav:hover { color: var(--white); }
.pdp-lightbox-close:focus-visible,
.pdp-lightbox-nav:focus-visible {
	outline: 2px solid var(--white);
	outline-offset: 4px;
}
.pdp-lightbox-count {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.7);
}

.license-archive {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 2rem var(--page-gutter) 28px;
}
.license-archive .ks-ruled {
	width: 100%;
	max-width: 48rem;
	margin-bottom: 36px;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	letter-spacing: 0.16em;
}
.license-archive .ks-ruled::before,
.license-archive .ks-ruled::after {
	flex-basis: 48px;
	width: 48px;
	height: 3px;
}
.license-archive .ks-ruled span {
	flex: 1 1 auto;
	min-width: 0;
}
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering { display: none !important; }
.license-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(520px, 68vw);
	margin: 0;
	padding: 0;
	background: transparent;
}
.license-banner-img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	background: transparent;
	aspect-ratio: auto;
	border-radius: 0;
}
.license-section { padding: 12px 0 48px; }
.license-section .ks-ruled { margin-bottom: 28px; padding-inline: 6vw; }
.license-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	padding: 0 6vw;
	list-style: none;
	margin: 0;
}
.license-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 220px;
	padding: 18px 18px 16px;
	border-radius: var(--radius);
	background: #1d1d1f;
	overflow: hidden;
	color: #fff;
}
.license-tile img {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
	max-height: 54%;
	object-fit: contain;
	background: transparent;
	aspect-ratio: auto;
	border-radius: 0;
	transition: transform 0.8s var(--ease);
}
.license-tile:hover img { transform: translate(-50%, -50%) scale(1.06); }
.license-name {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #fff;
}
.license-count {
	position: relative;
	margin-top: 2px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
}
.shop-statues-head { padding-top: 28px; }
.shop-statues-head .display { font-size: clamp(1.8rem, 3.4vw, 2.8rem); }
.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}
.chips a {
	min-height: 44px;
	padding: 0 16px;
	border-radius: 980px;
	background: rgba(0, 0, 0, 0.04);
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.25s var(--ease), color 0.25s;
}
.chips a.is-on,
.chips a:hover { background: var(--ink); color: var(--white); }
.shop-page .catalog,
.archive .catalog,
.search .catalog { padding: 0 6vw 80px; }

.woocommerce-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0 6vw 80px;
}
.woocommerce-pagination a,
.woocommerce-pagination span {
	min-width: 44px;
	min-height: 44px;
	display: grid;
	place-items: center;
	border-radius: 980px;
}
.woocommerce-pagination .current { background: var(--ink); color: var(--white); }

.quantity {
	display: inline-flex;
	align-items: center;
	height: 48px;
	padding: 4px;
	border-radius: 980px;
	background: rgba(0, 0, 0, 0.05);
	overflow: hidden;
	gap: 0;
}
.qty-btn {
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: var(--ink);
	flex: 0 0 auto;
}
.quantity input {
	width: 44px;
	min-width: 44px;
	max-width: 48px;
	height: 40px;
	min-height: 40px;
	border: 0;
	border-radius: 980px;
	background: var(--white);
	text-align: center;
	box-shadow: none;
	padding: 0 4px;
	-moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button { appearance: none; }

.wc-page {
	max-width: 980px;
	width: 100%;
	margin-inline: auto;
}

/* Cart + checkout */
.cart-page,
.checkout-page {
	padding: 48px 6vw 100px;
	max-width: 1240px;
	margin: 0 auto;
}
.cart-masthead,
.checkout-masthead { margin-bottom: 40px; }
.cart-title {
	margin: 0 0 18px;
	font-size: clamp(2.4rem, 5.4vw, 4.4rem);
}
.cart-masthead-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.cart-count { color: var(--muted); }
.cart-count [data-cart-qty-total] { font-variant-numeric: tabular-nums; }
.cart-continue .btn-slash {
	min-height: 44px;
	padding: 0 28px 0 32px;
	font-size: 14px;
}
.cart-board,
form.checkout.checkout-board {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
	gap: 56px 72px;
	align-items: start;
}
.woocommerce-cart-form,
.cart-primary,
.checkout-primary { position: relative; min-width: 0; }
.cart-lines { display: flex; flex-direction: column; }
.cart-line {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) auto;
	gap: 20px 22px;
	padding: 22px 0;
	border-top: 1px solid var(--line);
	animation: cart-line-in 0.55s var(--ease) both;
}
.cart-line:nth-child(1) { animation-delay: 0s; }
.cart-line:nth-child(2) { animation-delay: 0.06s; }
.cart-line:nth-child(3) { animation-delay: 0.12s; }
.cart-line:nth-child(4) { animation-delay: 0.18s; }
.cart-line:nth-child(5) { animation-delay: 0.24s; }
.cart-line:nth-child(n+6) { animation-delay: 0.28s; }
.cart-line:first-child { border-top: 0; padding-top: 0; }
@keyframes cart-line-in {
	from { opacity: 0; transform: translate3d(0, 10px, 0); }
	to { opacity: 1; transform: none; }
}
.cart-line-media {
	width: 112px;
	height: 140px;
	border-radius: 16px;
	overflow: hidden;
	background: #e8e8ed;
}
.cart-line-media a,
.cart-line-media img {
	display: block;
	width: 100%;
	height: 100%;
}
.cart-line-media img {
	object-fit: cover;
	transition: transform 0.7s var(--ease);
}
.cart-line-media a:hover img { transform: scale(1.04); }
.cart-line-body { min-width: 0; padding-top: 4px; }
.cart-line .product-name a {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -0.022em;
	line-height: 1.2;
}
.cart-line .product-name a:hover { opacity: 0.62; }
.cart-line-excerpt,
.cart-line-unit,
.cart-line .variation,
.cart-line .backorder_notification {
	margin-top: 6px;
	font-size: 14px;
	color: var(--muted);
}
.cart-line .variation { display: flex; flex-wrap: wrap; gap: 4px 10px; }
.cart-line .variation p { margin: 0; }
.cart-line-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	flex-wrap: wrap;
}
.cart-line .quantity {
	height: 48px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.045);
}
.cart-line .qty-btn { width: 40px; height: 40px; }
.cart-line .quantity input.qty,
.cart-line .quantity input.input-text {
	height: 40px;
	min-height: 40px;
	background: var(--white);
	box-shadow: none;
	padding: 0 4px;
}
.product-remove .remove {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 4px;
	font-size: 14px;
	color: var(--muted);
	background: none;
	border-radius: 0;
}
.product-remove .remove:hover { color: var(--ink); }
.cart-line-price {
	font-size: 17px;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	padding-top: 6px;
	white-space: nowrap;
}
.cart-toolbar { padding-top: 28px; }
.cart-update {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.ks-coupon {
	padding: 20px 0;
	margin: 4px 0 0;
	border-top: 1px solid var(--line);
}
.ks-coupon-label {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--ink);
}
.ks-coupon-row,
.coupon {
	display: flex;
	gap: 8px;
	margin: 0;
	align-items: stretch;
}
.ks-coupon-row .input-text,
.coupon input.input-text {
	flex: 1 1 auto;
	min-height: 52px;
	font-size: 16px;
}
.ks-coupon-row .button,
.ks-coupon-row button,
button[name="apply_coupon"],
[data-ks-apply-coupon] {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	border: 0;
	border-radius: 14px;
	background: var(--ink);
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
	width: auto;
}
.coupon-error-notice {
	margin: 8px 0 0;
	font-size: 13px;
	color: #b42318;
}
.cart-collaterals,
.checkout-aside {
	position: sticky;
	top: calc(var(--topbar) + 24px);
	align-self: start;
	min-width: 0;
}
.cart_totals,
.checkout-aside {
	display: flex;
	flex-direction: column;
}
.cart_totals .eyebrow,
.checkout-aside .eyebrow { order: 0; margin-bottom: 8px; }
.cart_totals .cart-recap,
.cart_totals table.shop_table { order: 1; }
.cart_totals .ks-coupon { order: 2; }
.cart_totals #ks-loyalty-widget { order: 3; }
.cart_totals .wc-proceed-to-checkout { order: 4; }
.cart_totals .cart-trust { order: 5; }
.checkout-aside .ks-coupon { order: 1; }
.checkout-aside #ks-loyalty-widget { order: 2; }
.checkout-aside #order_review { order: 3; }
.cart_totals .ks-loyalty,
.checkout-aside .ks-loyalty {
	background: transparent;
	padding: 16px 0;
	margin: 0;
	border-radius: 0;
	border-top: 1px solid var(--line);
	border-bottom: 0;
}
.cart_totals .ks-loyalty--guest p,
.checkout-aside .ks-loyalty--guest p { margin: 0; }
.cart_totals .ks-loyalty--guest a,
.checkout-aside .ks-loyalty--guest a { color: var(--ink); font-weight: 500; }
.cart-recap,
.cart_totals table.shop_table,
.woocommerce-checkout-review-order-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.cart_totals table.shop_table thead,
.cart_totals table.shop_table tbody,
.cart_totals table.shop_table tfoot,
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
	border: 0;
}
.cart_totals table.shop_table tr,
.woocommerce-checkout-review-order-table tr {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	width: 100%;
	padding: 14px 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--line);
	background: none;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 0;
	border: 0;
	background: none;
	font-weight: 400;
	text-align: left;
	vertical-align: baseline;
}
.cart_totals table.shop_table th,
.woocommerce-checkout-review-order-table tfoot th {
	color: var(--muted);
}
.cart_totals table.shop_table td,
.woocommerce-checkout-review-order-table td {
	text-align: right;
	font-variant-numeric: tabular-nums;
}
.woocommerce-checkout-review-order-table tbody tr:first-child {
	border-top: 1px solid var(--line);
}
.woocommerce-checkout select.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	min-height: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	border: 0 !important;
	box-shadow: none !important;
}
.woocommerce-checkout-review-order-table .product-name {
	text-align: left;
	flex: 1 1 auto;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
	font-weight: 500;
	color: var(--ink);
}
.cart_totals .order-total,
.cart_totals table.shop_table tr.order-total,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table tr.order-total {
	border-bottom: 0;
	padding-top: 16px;
}
.cart_totals .order-total th,
.cart_totals .order-total td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
	color: var(--ink);
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -0.022em;
}
.cart_totals .woocommerce-Price-amount small,
.cart_totals .includes_tax,
.woocommerce-checkout-review-order-table .includes_tax {
	display: inline;
	margin-left: 6px;
	font-size: 12px;
	font-weight: 400;
	color: var(--muted);
	letter-spacing: 0;
}
.woocommerce-shipping-methods { display: flex; flex-direction: column; gap: 6px; }
.woocommerce-shipping-methods li {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	font-size: 14px;
}
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
	margin-top: 8px;
	font-size: 13px;
	color: var(--muted);
}
.woocommerce-remove-coupon {
	display: inline-flex;
	margin-left: 8px;
	font-size: 13px;
	color: var(--muted);
}
.wc-proceed-to-checkout { margin-top: 22px; }
.wc-proceed-to-checkout .ks-cta,
.woocommerce-checkout .form-row.place-order {
	display: block;
	width: 100%;
}
.wc-proceed-to-checkout .btn-slash,
.woocommerce-checkout #place_order.btn-slash {
	width: 100%;
	max-width: 100%;
	min-height: 52px;
	box-sizing: border-box;
}
.cart-trust {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 10px;
	list-style: none;
	text-align: center;
}
.cart-trust li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.cart-trust-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: var(--ink);
}
.cart-trust-icon svg { display: block; }
.cart-trust-label {
	font-size: 12px;
	line-height: 1.35;
	font-weight: 500;
	color: var(--muted);
}
.cart-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: clamp(1.25rem, 4vh, 2.5rem) 0 clamp(2rem, 5vh, 3.25rem);
}
.cart-empty .ks-ruled {
	margin-bottom: 8px;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	letter-spacing: 0.16em;
}
.cart-empty .ks-ruled::before,
.cart-empty .ks-ruled::after {
	flex-basis: 48px;
	width: 48px;
	height: 3px;
}
.cart-empty .lead {
	margin: 22px auto 28px;
	max-width: 36ch;
}
.cart-page .return-to-shop { display: none; }
.cart-suggest {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 12px 0 0;
	padding-top: 8px;
}
.cart-suggest .ks-ruled {
	margin-bottom: 32px;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	letter-spacing: 0.16em;
}
.cart-suggest .ks-ruled::before,
.cart-suggest .ks-ruled::after {
	flex-basis: 48px;
	width: 48px;
	height: 3px;
}
.cart-suggest .products-page-grid {
	width: 100%;
	max-width: 1100px;
	margin-bottom: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.woocommerce-cart .blockUI.blockOverlay {
	background: var(--bg) !important;
	opacity: 0.48 !important;
	border-radius: 18px;
}
.woocommerce-cart .blockUI.blockMsg { display: none !important; }
.cart-page .woocommerce-notices-wrapper,
.cart-page .woocommerce-message,
.cart-page .woocommerce-info,
.cart-page .woocommerce-error,
.checkout-page .woocommerce-notices-wrapper,
.checkout-page .woocommerce-message,
.checkout-page .woocommerce-info,
.checkout-page .woocommerce-error {
	margin: 0 0 24px;
	max-width: none;
}

.shop_table {
	width: 100%;
	border-collapse: collapse;
}
.shop_table td,
.shop_table th {
	padding: 20px 8px;
	border-bottom: 1px solid var(--line);
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
}
.cart_totals table.shop_table thead,
.shop_table.woocommerce-checkout-review-order-table thead {
	display: none;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td,
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
	padding: 0;
	border: 0;
	background: none;
	vertical-align: baseline;
}

.coupon input:not([type="checkbox"]):not([type="radio"]),
.form-row input:not([type="checkbox"]):not([type="radio"]),
.form-row select,
.form-row textarea,
input.input-text,
select,
textarea {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 14px;
	background: var(--white);
	padding: 0 16px;
	box-shadow: 0 0 0 1px var(--line);
	font: inherit;
	color: var(--ink);
}
.form-row textarea,
textarea.input-text,
textarea {
	min-height: 128px;
	padding: 14px 16px;
	line-height: 1.5;
	resize: vertical;
}
.quantity input.qty,
.quantity input.input-text {
	width: 44px;
	min-width: 44px;
	max-width: 48px;
	height: 40px;
	min-height: 40px;
	padding: 0 4px;
	background: var(--white);
	box-shadow: none;
	border-radius: 980px;
}
.woocommerce-checkout .form-row > label,
.woocommerce-billing-fields .form-row label,
.woocommerce-shipping-fields .form-row label,
.woocommerce-additional-fields .form-row label {
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
	color: var(--ink);
}
.woocommerce-checkout .form-row .required {
	color: var(--brand);
	font-weight: 700;
	text-decoration: none;
}
.form-row { margin: 0 0 12px; float: none; }
.woocommerce-checkout .form-row { width: auto; }
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.woocommerce-checkout .form-row-wide {
	grid-column: 1 / -1;
}
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-shipping-fields > h3 {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}
.woocommerce-additional-fields { margin-top: 28px; }
#ship-to-different-address {
	margin: 28px 0 16px;
	font-size: 15px;
	font-weight: 600;
}
#ship-to-different-address label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: var(--ink);
}
#customer_details {
	margin-bottom: 0;
	width: 100%;
	float: none;
}
#customer_details .col-1,
#customer_details .col-2 {
	width: 100%;
	float: none;
	max-width: none;
}
#order_review {
	background: transparent;
	border-radius: 0;
	padding: 0;
}
.woocommerce-checkout .select2-container {
	width: 100% !important;
}
.woocommerce-checkout .select2-container .select2-selection--single {
	height: 48px;
	border: 0;
	border-radius: 14px;
	background: var(--white);
	box-shadow: 0 0 0 1px var(--line);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-left: 16px;
	padding-right: 28px;
	color: var(--ink);
	font-size: 16px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	width: 32px;
	right: 6px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--muted);
}
.select2-dropdown {
	border: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 0 0 1px var(--line), 0 16px 40px rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	min-height: 44px;
	border: 0;
	border-radius: 10px;
	background: var(--bg);
	padding: 0 12px;
	box-shadow: 0 0 0 1px var(--line);
}
.select2-container--default .select2-results__option {
	padding: 10px 14px;
	font-size: 15px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: var(--ink);
	color: var(--white);
}
.woocommerce-checkout-payment {
	margin-top: 8px;
}
.wc_payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wc_payment_method {
	padding: 14px 0;
	border-top: 1px solid var(--line);
}
.wc_payment_method label {
	font-size: 15px;
	font-weight: 600;
	color: var(--ink);
}
.payment_box {
	margin-top: 8px;
	font-size: 14px;
	color: var(--muted);
	line-height: 1.45;
}
.woocommerce-terms-and-conditions-wrapper {
	margin: 16px 0 18px;
	font-size: 13px;
	color: var(--muted);
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	display: none;
}
.woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 0;
	padding: 0;
	float: none;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row > label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
	color: var(--muted);
	cursor: pointer;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox,
.woocommerce-checkout .form-row input[type="checkbox"] {
	appearance: none;
	width: 14px;
	height: 14px;
	min-width: 14px;
	min-height: 14px;
	margin: 3px 0 0;
	padding: 0;
	flex-shrink: 0;
	border: 1px solid var(--ink);
	border-radius: 3px;
	background: var(--white);
	box-shadow: none;
	display: inline-grid;
	place-items: center;
	vertical-align: top;
	cursor: pointer;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox:checked,
.woocommerce-checkout .form-row input[type="checkbox"]:checked {
	background: var(--ink);
	border-color: var(--ink);
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox:checked::after,
.woocommerce-checkout .form-row input[type="checkbox"]:checked::after {
	content: "";
	width: 8px;
	height: 4px;
	margin-top: -1px;
	border: 1.5px solid var(--white);
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox:focus-visible {
	outline: 2px solid var(--brand);
	outline-offset: 2px;
}
.woocommerce-terms-and-conditions-wrapper a {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}
.woocommerce-terms-and-conditions-wrapper .required {
	display: none;
}
.woocommerce-form-coupon-toggle { display: none; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
	background: var(--white);
	border-radius: 16px;
	padding: 16px 18px;
	margin: 16px 6vw 0;
	list-style: none;
}

.account-wrap { padding-top: 0; }
body.woocommerce-account:not(.logged-in) .account-wrap { padding-top: 0; }
.account-auth {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding: 2rem var(--page-gutter) calc(96px + var(--slash-extend));
}
.account-auth-panel[hidden] { display: none !important; }
.account-auth .ks-ruled {
	margin-bottom: 36px;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	letter-spacing: 0.16em;
}
.account-auth .ks-ruled::before,
.account-auth .ks-ruled::after {
	flex-basis: 48px;
	width: 48px;
	height: 3px;
}
.account-auth-lead {
	color: var(--muted);
	max-width: 36ch;
	margin: -12px auto 28px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.account-auth .account-form {
	max-width: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.account-form { max-width: 420px; }
.account-form .form-row { margin: 0 0 16px; }
.account-form .form-row-first,
.account-form .form-row-last { width: calc(50% - 8px); display: inline-block; vertical-align: top; }
.account-form .form-row-first { margin-right: 16px; }
.account-app .account-form .btn { margin-top: 8px; width: 100%; }
.account-auth .account-form .btn.btn-slash {
	margin-top: 8px;
	margin-inline: auto;
	width: auto;
	align-self: center;
}
.account-auth .woocommerce-form-login button[type="submit"],
.account-auth .woocommerce-form-register button[type="submit"],
.account-auth .lost_reset_password button[type="submit"] {
	width: auto;
	margin-inline: auto;
}
.account-auth input.input-text,
.account-auth input[type="email"],
.account-auth input[type="password"],
.account-auth input[type="text"] {
	height: 52px;
	min-height: 52px;
	border-radius: 8px;
	background: #e4e4e4;
	box-shadow: none;
	padding: 0 18px;
}
.account-auth input.input-text:focus,
.account-auth input[type="email"]:focus,
.account-auth input[type="password"]:focus,
.account-auth input[type="text"]:focus {
	outline: 2px solid var(--brand);
	outline-offset: 2px;
}
.account-auth .woocommerce-privacy-policy-text { display: none; }
.account-form-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 4px 0 20px;
	font-size: 14px;
	color: var(--muted);
}
.account-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.45;
	color: var(--muted);
}
.account-check input {
	width: 16px;
	min-height: 16px;
	margin-top: 2px;
	flex-shrink: 0;
	accent-color: var(--ink);
	box-shadow: none;
}
.account-check a {
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}
.account-terms { margin: 4px 0 18px; }
.account-mute-link { color: var(--muted); font-size: 14px; }
.account-mute-link:hover { color: var(--ink); }
.account-hint { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
.account-auth-switch {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35em;
	margin: 10px 0 0;
	font-size: 15px;
	color: var(--muted);
	text-align: center;
}
.account-auth-switch a {
	color: var(--ink);
	font-weight: 600;
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}
.account-auth-switch a:hover { opacity: 0.72; }
.password-input {
	position: relative;
	display: block;
}
.password-input input[type="password"],
.password-input input[type="text"] {
	padding-right: 48px;
}
.password-input .show-password-input {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 0.45;
	cursor: pointer;
}
.password-input .show-password-input:hover,
.password-input .show-password-input:focus-visible {
	opacity: 0.9;
}
.password-input .show-password-input::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%231d1d1f"/></svg>');
}
.password-input .show-password-input.display-password::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%231d1d1f"/></svg>');
}

.account-app {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 64px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 6vw 120px;
}
.account-nav .eyebrow { margin-bottom: 18px; }
.account-nav ul { display: flex; flex-direction: column; gap: 4px; }
.account-nav a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 0;
	font-size: 15px;
	color: var(--muted);
	transition: color 0.25s var(--ease);
}
.account-nav a:hover,
.account-nav .is-active a {
	color: var(--ink);
}
.account-nav .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}
.account-hello {
	font-size: clamp(2.1rem, 4.4vw, 3.5rem);
	margin: 6px 0 36px;
}
.account-lead { color: var(--muted); margin: -24px 0 36px; }
.account-loyalty { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.account-loyalty-num,
.ks-loyalty-dash__num {
	margin: 6px 0 8px;
	font-family: var(--display);
	font-size: clamp(3rem, 7vw, 5rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 0.95;
	color: var(--ink);
}
.account-loyalty-num span,
.ks-loyalty-dash__num span {
	font-size: 0.28em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 600;
}
.account-loyalty-eq,
.ks-loyalty-dash__eq { color: var(--muted); margin: 0 0 18px; }
.account-block-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 8px;
}
.account-block-head h2 { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.account-block-head a { font-size: 14px; color: var(--muted); min-height: 44px; display: inline-flex; align-items: center; }
.account-empty { color: var(--muted); margin: 8px 0 10px; }
.account-orders { list-style: none; }
.account-orders a {
	display: grid;
	grid-template-columns: 5.5rem 1fr auto auto;
	gap: 16px;
	padding: 16px 0;
	border-top: 1px solid var(--line);
	font-size: 15px;
	align-items: baseline;
	min-height: 44px;
}
.account-orders time,
.account-status { color: var(--muted); }
.account-addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 48px;
}
.account-address h2 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.account-address address { font-style: normal; margin-bottom: 12px; }
.account-fieldset {
	border: 0;
	padding: 24px 0 0;
	margin: 12px 0 8px;
	border-top: 1px solid var(--line);
}
.account-fieldset legend { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); padding: 0; }
.woocommerce-account .shop_table { margin-top: 8px; }
.woocommerce-account .woocommerce-button,
.woocommerce-account .button.view {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 980px;
	background: rgba(0,0,0,0.06);
	font-size: 13px;
	font-weight: 500;
}
.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	margin: 16px 6vw 0;
	max-width: 720px;
}
body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper,
body.woocommerce-account:not(.logged-in) .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce-error {
	margin: 24px auto 0;
	max-width: 560px;
	padding-inline: var(--page-gutter);
}
.ks-loyalty-account { margin: 0; }
.ks-loyalty-account__h {
	margin: 40px 0 8px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 600;
}

@media (max-width: 1068px) {
	.pdp-gallery-slide { flex-basis: calc((100% - var(--pdp-gap)) / 2); }
	.pdp-split { grid-template-columns: 1fr; gap: 32px; max-width: 640px; }
	.pdp-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.license-grid { grid-template-columns: repeat(3, 1fr); }
	.cart-board,
	form.checkout.checkout-board { grid-template-columns: 1fr; gap: 48px; }
	.cart-collaterals,
	.checkout-aside { position: static; max-width: none; }
	.wc-proceed-to-checkout,
	.woocommerce-checkout .form-row.place-order {
		position: sticky;
		bottom: 12px;
		z-index: 8;
		background: rgba(245, 245, 247, 0.86);
		backdrop-filter: blur(16px);
		padding: 10px;
		border-radius: 18px;
		margin-inline: -10px;
	}
	.cart-suggest .products-page-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 734px) {
	.license-archive {
		padding: 1.5rem var(--page-gutter) 20px;
	}
	.license-archive .ks-ruled { margin-bottom: 28px; }
	.license-archive .ks-ruled::before,
	.license-archive .ks-ruled::after {
		flex-basis: 40px;
		width: 40px;
	}
	.license-banner {
		width: min(280px, 72vw);
	}
	.pdp-head { padding: calc(var(--slash-extend) + var(--slash-line) + 0.25rem) 24px 16px; }
	.pdp-title { border-width: 4px; }
	.pdp-release { white-space: normal; }
	.pdp-gallery-slide { flex-basis: calc(82% - var(--pdp-gap) / 2); }
	.pdp-gallery-nav { width: 48px; height: 64px; }
	.pdp-gallery-nav svg { width: 40px; height: 40px; }
	.pdp-buy { padding: 36px 24px 20px; }
	.pdp form.cart {
		position: sticky;
		bottom: 12px;
		z-index: 8;
		width: 100%;
		max-width: none;
		margin-bottom: 36px;
	}
	.pdp .single_add_to_cart_button { width: 100%; }
	.pdp-credits {
		flex-direction: column;
		align-items: center;
		gap: 6px;
		text-align: center;
	}
	.pdp-related { padding-inline: 24px; padding-bottom: 0; }
	.pdp-related-grid { grid-template-columns: 1fr; gap: 20px; }
	.pdp-lightbox-stage { padding: 56px 16px; }
	.pdp-lightbox-nav { width: 48px; }
	.license-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; padding-inline: 24px; }
	.license-tile { min-height: 180px; padding: 14px; }
	.license-section .ks-ruled,
	.shop-statues-head { padding-inline: 24px; }
	.cart-page,
	.checkout-page { padding-inline: 24px; }
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
	.account-auth { padding-inline: 24px; }
	.account-auth .ks-ruled { margin-bottom: 28px; }
	.account-auth .ks-ruled::before,
	.account-auth .ks-ruled::after {
		flex-basis: 36px;
		width: 36px;
	}
	.account-form-row { flex-wrap: wrap; }
	.account-app { grid-template-columns: 1fr; gap: 28px; padding: 40px 24px 96px; }
	.account-nav ul { flex-direction: row; flex-wrap: wrap; gap: 4px 18px; }
	.account-nav .eyebrow { display: none; }
	.account-nav .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
		width: 100%;
	}
	.account-orders a { grid-template-columns: 1fr auto; }
	.account-orders time { display: none; }
	.account-addresses { grid-template-columns: 1fr; }
	.account-form .form-row-first,
	.account-form .form-row-last { width: 100%; margin-right: 0; }
	.cart-line { grid-template-columns: 88px minmax(0, 1fr); gap: 14px 16px; }
	.cart-line-media { width: 88px; height: 110px; border-radius: 12px; }
	.cart-line-price {
		grid-column: 2;
		padding-top: 0;
		font-size: 16px;
	}
	.cart-empty .ks-ruled::before,
	.cart-empty .ks-ruled::after,
	.cart-suggest .ks-ruled::before,
	.cart-suggest .ks-ruled::after {
		flex-basis: 40px;
		width: 40px;
		height: 3px;
	}
	.cart-suggest .products-page-grid {
		grid-template-columns: 1fr;
	}
}

	@media (prefers-reduced-motion: reduce) {
	.cart-line,
	.license-tile img {
		animation: none !important;
		filter: none !important;
		transform: none !important;
	}
	.pdp-gallery-track { scroll-behavior: auto; }
	.pdp-lightbox-stage img { transition: none; }
}
