/**
 * SEWARD Cart Ledger v1.5.5 — selected full-page option 3, white-surface correction.
 * Scope: cart presentation only. WooCommerce remains authoritative for all commerce data and actions.
 */

body.swc200-cart-page.swc-commerce-express {
	--swc-ledger-ink: #071015;
	--swc-ledger-ink-soft: #10191e;
	--swc-ledger-paper: #fff;
	--swc-ledger-paper-bright: #fff;
	--swc-ledger-red: #f01822;
	--swc-ledger-line: #c7c3bd;
	--swc-ledger-muted: #5e6468;
	background: var(--swc-ledger-paper) !important;
	color: var(--swc-ledger-ink);
}

body.swc200-cart-page.swc-commerce-express .uk-contact-widget {
	display: none !important;
}

/* Full-page hero from the selected visual target. */
body.swc200-cart-page.swc-commerce-express .swc-page-hero {
	min-height: clamp(250px, 24vw, 360px) !important;
	padding: 0 !important;
	background-color: var(--swc-ledger-paper) !important;
	background-image: url("swc-cart-hero-v155.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

body.swc200-cart-page.swc-commerce-express .swc-page-hero::before,
body.swc200-cart-page.swc-commerce-express .swc-page-hero::after {
	display: none !important;
	content: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-page-hero .swc-shell {
	box-sizing: border-box;
	display: flex;
	min-height: clamp(250px, 24vw, 360px);
	flex-direction: column;
	justify-content: center;
	padding-top: 26px;
	padding-bottom: 28px;
}

body.swc200-cart-page.swc-commerce-express .swc-page-hero p {
	margin: 0 0 10px !important;
	color: var(--swc-ledger-red) !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase;
}

body.swc200-cart-page.swc-commerce-express .swc-page-hero h1 {
	max-width: 52%;
	margin: 0 !important;
	color: var(--swc-ledger-ink) !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: clamp(64px, 7vw, 112px) !important;
	font-weight: 900 !important;
	letter-spacing: -.055em !important;
	line-height: .82 !important;
	text-transform: uppercase;
}

body.swc200-cart-page.swc-commerce-express .swc-page-hero .swc-shell > span {
	max-width: 480px;
	margin-top: 24px;
	color: #283036 !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-hero-return {
	position: absolute;
	top: 50%;
	right: max(28px, calc((100vw - min(1440px, calc(100vw - 48px))) / 2));
	z-index: 4;
	display: inline-flex !important;
	min-height: 44px;
	align-items: center;
	gap: 11px;
	padding: 0 4px;
	color: #fff !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .06em;
	text-transform: uppercase;
	transform: translateY(-50%);
}

body.swc200-cart-page.swc-commerce-express .swc-cart-hero-return:hover,
body.swc200-cart-page.swc-commerce-express .swc-cart-hero-return:focus-visible {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 6px;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-hero-return:focus-visible,
body.swc200-cart-page.swc-commerce-express .swc-cart-native a:focus-visible,
body.swc200-cart-page.swc-commerce-express .swc-cart-native button:focus-visible,
body.swc200-cart-page.swc-commerce-express .swc-cart-native input:focus-visible {
	outline: 3px solid var(--swc-ledger-red) !important;
	outline-offset: 3px;
}

/* The product-count heading is replaced by the stronger full hero. */
body.swc200-cart-page.swc-commerce-express .swc-cart-experience__head {
	display: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-store-main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: var(--swc-ledger-paper) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-store-main > .swc-shell {
	width: min(100%, 1440px) !important;
}

/* Thin three-step ledger rail. */
body.swc200-cart-page.swc-commerce-express .swc-pr-flow {
	margin: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--swc-ledger-line) !important;
	background: var(--swc-ledger-paper-bright) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-pr-flow__eyebrow {
	display: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-pr-flow__steps {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 !important;
	padding: 0 24px !important;
}

body.swc200-cart-page.swc-commerce-express .swc-pr-flow__step {
	border: 0 !important;
	border-right: 1px solid var(--swc-ledger-line) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-pr-flow__step:last-child {
	border-right: 0 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-pr-flow__link {
	display: flex !important;
	min-height: 68px !important;
	align-items: center;
	gap: 12px;
	justify-content: flex-start;
	padding: 0 18px !important;
	color: var(--swc-ledger-ink) !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.swc200-cart-page.swc-commerce-express .swc-pr-flow__number {
	display: grid;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	place-items: center;
	border: 1px solid #777 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--swc-ledger-ink) !important;
	font-size: 10px !important;
}

body.swc200-cart-page.swc-commerce-express .swc-pr-flow__step.is-active .swc-pr-flow__number {
	border-color: var(--swc-ledger-red) !important;
	background: var(--swc-ledger-red) !important;
	color: #fff !important;
}

/* Unified cart ledger and full-height dark order column. */
body.swc200-cart-page.swc-commerce-express .swc-cart-native > .woocommerce {
	display: block !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-content-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 2.15fr) minmax(330px, .95fr) !important;
	align-items: stretch !important;
	gap: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	background: var(--swc-ledger-ink);
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-collaterals {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form {
	background: var(--swc-ledger-paper) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-collaterals {
	grid-column: 2 !important;
	height: 100%;
	background: var(--swc-ledger-ink) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	background: var(--swc-ledger-paper) !important;
	table-layout: auto !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form thead th {
	height: 56px !important;
	padding: 0 12px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--swc-ledger-line) !important;
	background: var(--swc-ledger-paper-bright) !important;
	color: #3f4549 !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .08em;
	text-align: left;
	text-transform: uppercase;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form tbody {
	counter-reset: swc-ledger-row;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item {
	counter-increment: swc-ledger-row;
	background: var(--swc-ledger-paper) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item td {
	height: 150px;
	padding: 18px 12px !important;
	vertical-align: middle !important;
	border: 0 !important;
	border-bottom: 1px solid var(--swc-ledger-line) !important;
	background: var(--swc-ledger-paper) !important;
	color: var(--swc-ledger-ink) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native th.product-remove,
body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-remove {
	width: 52px !important;
	min-width: 52px !important;
	text-align: center !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-remove::before {
	content: counter(swc-ledger-row, decimal-leading-zero) !important;
	display: block !important;
	float: none !important;
	margin: 0 0 10px !important;
	color: var(--swc-ledger-red) !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-remove a.remove {
	display: grid !important;
	width: 28px !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 auto !important;
	place-items: center;
	color: #4f565a !important;
	font-size: 18px !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native th.product-thumbnail,
body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-thumbnail {
	width: 112px !important;
	min-width: 112px !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .product-thumbnail img {
	box-sizing: border-box !important;
	width: 96px !important;
	height: 104px !important;
	margin: 0 !important;
	object-fit: contain !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .product-name {
	min-width: 210px;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .product-name a {
	display: inline !important;
	color: var(--swc-ledger-ink) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: -.012em;
	line-height: 1.3 !important;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .product-name .variation,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .product-name .wc-item-meta {
	margin-top: 10px !important;
	color: #565d61 !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 10px !important;
	line-height: 1.45 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native th.product-price,
body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-price {
	width: 92px !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native th.product-quantity,
body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-quantity {
	width: 150px !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native th.product-subtotal,
body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-subtotal {
	width: 98px !important;
	padding-right: 24px !important;
	text-align: right !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-price,
body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-subtotal {
	font-family: Inter, Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	white-space: nowrap;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-subtotal {
	font-weight: 800 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity {
	display: inline-flex !important;
	min-width: 126px !important;
	align-items: stretch;
	justify-content: center;
	border: 1px solid #aeb3b5 !important;
	background: transparent !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity input,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity button,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity .minus,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity .plus {
	box-sizing: border-box !important;
	width: 42px !important;
	min-width: 42px !important;
	height: 44px !important;
	min-height: 44px !important;
	border: 0 !important;
	border-right: 1px solid #c2c6c8 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--swc-ledger-ink) !important;
	box-shadow: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .quantity > :last-child {
	border-right: 0 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native td.actions {
	height: auto !important;
	padding: 22px 24px !important;
	border: 0 !important;
	background: var(--swc-ledger-paper-bright) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-actions {
	display: flex !important;
	align-items: center;
	gap: 14px;
	justify-content: space-between;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon {
	display: grid !important;
	width: min(420px, 60%);
	grid-template-columns: minmax(150px, 1fr) auto !important;
	gap: 0 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon input,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon .button,
body.swc200-cart-page.swc-commerce-express .swc-cart-native [name="update_cart"] {
	min-height: 48px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon input {
	border: 1px solid #aeb3b5 !important;
	background: var(--swc-ledger-paper-bright) !important;
	color: var(--swc-ledger-ink) !important;
	font-size: 13px !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon .button {
	border: 1px solid var(--swc-ledger-ink) !important;
	background: var(--swc-ledger-ink) !important;
	color: #fff !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native [name="update_cart"] {
	border: 1px solid #697176 !important;
	background: transparent !important;
	color: var(--swc-ledger-ink) !important;
}

/* Dark Order Ledger — one calm surface, not a compressed two-color table. */
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals {
	position: sticky !important;
	top: 0 !important;
	box-sizing: border-box;
	width: 100% !important;
	height: 100%;
	min-height: 100%;
	margin: 0 !important;
	overflow: hidden;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--swc-ledger-ink) !important;
	box-shadow: none !important;
	color: #fff !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .swc-express-totals-kicker {
	display: block !important;
	min-height: 0 !important;
	padding: 34px 28px 29px !important;
	background: var(--swc-ledger-ink) !important;
	color: #fff !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 17px !important;
	font-weight: 900 !important;
	letter-spacing: .09em !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .swc-express-totals-kicker::after {
	content: "";
	display: block;
	width: 34px;
	height: 4px;
	margin-top: 18px;
	background: var(--swc-ledger-red);
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .cart-totals-inner {
	margin: 0 !important;
	padding: 0 28px 28px !important;
	background: var(--swc-ledger-ink) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals h2 {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table {
	display: table !important;
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: var(--swc-ledger-ink) !important;
	table-layout: fixed !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table tbody {
	display: table-row-group !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table tr {
	display: table-row !important;
	border: 0 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table th,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table td {
	display: table-cell !important;
	width: 50% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 24px 0 !important;
	vertical-align: top !important;
	border: 0 !important;
	border-bottom: 1px solid #465057 !important;
	background: var(--swc-ledger-ink) !important;
	color: #fff !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: .01em !important;
	line-height: 1.45 !important;
	text-transform: uppercase !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table th {
	padding-right: 12px !important;
	text-align: left !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table td {
	padding-left: 12px !important;
	text-align: right !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table td::before,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table th::before {
	display: none !important;
	content: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .shipping td,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .shipping td label {
	color: #fff !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .shipping td label {
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	letter-spacing: .03em;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .woocommerce-shipping-destination,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .shipping-calculator-button {
	color: #c8cdd0 !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.45 !important;
	text-transform: none !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total th,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	vertical-align: middle !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total th {
	font-weight: 800 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td .amount {
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: clamp(42px, 3.2vw, 56px) !important;
	font-weight: 900 !important;
	letter-spacing: -.035em !important;
	line-height: .95 !important;
	white-space: nowrap;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td strong {
	display: inline-block;
	padding-bottom: 9px;
	border-bottom: 4px solid var(--swc-ledger-red);
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .wc-proceed-to-checkout {
	margin: 0 !important;
	padding: 28px 0 0 !important;
	border: 0 !important;
	background: var(--swc-ledger-ink) !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .checkout-button {
	display: flex !important;
	width: 100% !important;
	min-height: 58px !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--swc-ledger-red) !important;
	color: #fff !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: .02em;
	text-transform: uppercase;
	transition: background-color 180ms ease;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .checkout-button:hover,
body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .checkout-button:focus-visible {
	background: #cc1019 !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .swc-pr-assurance {
	display: grid !important;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 12px;
	margin: 0 !important;
	padding: 20px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .swc-pr-assurance__mark {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	background: transparent !important;
	color: var(--swc-ledger-red) !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif;
	font-size: 11px;
	font-weight: 900;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .swc-pr-assurance strong {
	color: #fff !important;
	font-family: var(--swc-display), "Arial Narrow", sans-serif !important;
	font-size: 11px !important;
	letter-spacing: .06em;
}

body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .swc-pr-assurance p {
	margin: 5px 0 0 !important;
	color: #c8cdd0 !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 10px !important;
	line-height: 1.5 !important;
}

@media (max-width: 1180px) {
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-content-wrapper {
		grid-template-columns: minmax(0, 1.78fr) minmax(310px, .86fr) !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native th.product-thumbnail,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-thumbnail {
		width: 96px !important;
		min-width: 96px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .product-thumbnail img {
		width: 80px !important;
		height: 92px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native th.product-quantity,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native td.product-quantity {
		width: 136px !important;
	}
}

@media (max-width: 980px) {
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-content-wrapper {
		display: block !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-collaterals {
		margin-top: 0 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals {
		position: static !important;
	}
}

@media (max-width: 767px) {
	body.swc200-cart-page,
	body.swc200-cart-page #page,
	body.swc200-cart-page .site,
	body.swc200-cart-page .site-content,
	body.swc200-cart-page.swc-commerce-express .swc-store-main,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form table,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form tr,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form td {
		background-color: #fff !important;
	}

	/* Cart mobile starts directly below the header and stays edge-to-edge. */
	body.swc200-cart-page .swc-breadcrumbs {
		display: none !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-store-main.swc-shell {
		box-sizing: border-box !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-message,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-info,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-error {
		margin-bottom: 0 !important;
	}

	/* Keep the mobile crest centered even when side controls or translation UI reflow. */
	body.swc200-cart-page .swc-header .swc-main-head {
		position: relative !important;
	}

	body.swc200-cart-page .swc-header .swc-main-head > .swc-brand {
		position: absolute !important;
		left: 50% !important;
		right: auto !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		transform: translateX(-50%) !important;
	}

	body.swc200-cart-page .swc-header .swc-main-head > .swc-brand .swc-logo {
		display: block !important;
		width: 110px !important;
		max-width: 110px !important;
		height: 92px !important;
		max-height: 92px !important;
		object-fit: contain !important;
		object-position: center !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero {
		min-height: 225px !important;
		background-position: 45% center !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero .swc-shell {
		min-height: 225px;
		padding-top: 22px;
		padding-bottom: 24px;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero p {
		font-size: 9px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero h1 {
		max-width: 67%;
		font-size: clamp(50px, 15vw, 68px) !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-page-hero .swc-shell > span {
		max-width: 65%;
		margin-top: 14px;
		font-size: 12px !important;
		line-height: 1.4 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-hero-return {
		top: auto;
		right: 16px;
		bottom: 16px;
		min-height: 40px;
		font-size: 9px !important;
		transform: none;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__steps {
		padding: 0 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__link {
		min-height: 58px !important;
		gap: 7px;
		justify-content: center;
		padding: 0 6px !important;
		font-size: 8px !important;
		letter-spacing: .02em;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__number {
		width: 23px !important;
		height: 23px !important;
		min-width: 23px !important;
		font-size: 8px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .woocommerce-cart-form {
		background: var(--swc-ledger-paper) !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native table.shop_table_responsive tr.cart_item {
		display: grid !important;
		grid-template-columns: 90px minmax(0, 1fr) 46px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-bottom: 1px solid var(--swc-ledger-line) !important;
		background: var(--swc-ledger-paper) !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item td {
		box-sizing: border-box;
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		height: auto !important;
		padding: 12px !important;
		border: 0 !important;
		border-top: 1px solid #d7d3cd !important;
		background: var(--swc-ledger-paper) !important;
		text-align: left !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item td::before {
		display: block;
		float: none;
		margin: 0 0 6px;
		color: #656b6f;
		font-family: var(--swc-display), "Arial Narrow", sans-serif;
		font-size: 9px;
		font-weight: 800;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 90px !important;
		min-width: 90px !important;
		max-width: 90px !important;
		border-top: 0 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-thumbnail a,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-thumbnail img {
		box-sizing: border-box !important;
		width: 70px !important;
		min-width: 70px !important;
		max-width: 70px !important;
		height: 88px !important;
		object-fit: contain !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-name {
		grid-column: 2;
		grid-row: 1;
		border-top: 0 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-name a {
		font-size: 15px !important;
		line-height: 1.28 !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-remove {
		grid-column: 3;
		grid-row: 1;
		width: 46px !important;
		min-width: 46px !important;
		border-top: 0 !important;
		text-align: center !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-remove::before {
		content: counter(swc-ledger-row, decimal-leading-zero) !important;
		margin-bottom: 8px !important;
		color: var(--swc-ledger-red) !important;
		font-size: 13px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-price {
		grid-column: 2 / 4;
		grid-row: 2;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-quantity {
		grid-column: 1 / 3;
		grid-row: 3;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native tr.cart_item .product-subtotal {
		grid-column: 3;
		grid-row: 3;
		padding-right: 12px !important;
		text-align: right !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart-actions {
		display: grid !important;
		gap: 12px;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native td.actions {
		padding: 18px 14px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon {
		width: 100%;
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native [name="update_cart"] {
		width: 100% !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .swc-express-totals-kicker {
		padding: 28px 18px 24px !important;
		font-size: 16px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .cart-totals-inner {
		padding: 0 18px 22px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table th,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals table.shop_table td {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
		font-size: 12px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td .amount {
		font-size: clamp(38px, 11vw, 50px) !important;
	}
}

@media (max-width: 374px) {
	body.swc200-cart-page.swc-commerce-express .swc-page-hero h1 {
		font-size: 48px !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-pr-flow__label {
		max-width: 62px;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .coupon {
		grid-template-columns: 1fr !important;
	}

	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td,
	body.swc200-cart-page.swc-commerce-express .swc-cart-native .cart_totals .order-total td .amount {
		font-size: 35px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.swc200-cart-page.swc-commerce-express .swc-cart-native *,
	body.swc200-cart-page.swc-commerce-express .swc-cart-hero-return {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
