/** Figma Make CartPage translated to live WooCommerce with ORENSU black-gold tokens. */

body.orensu-core-cart-v2 #primary,
body.orensu-core-cart-v2 #main,
body.orensu-core-cart-v2 .site-content,
body.orensu-core-cart-v2 .ast-container { width: 100%; max-width: none; margin: 0; padding: 0; }
body.orensu-core-cart-v2 #primary { flex: 1 1 100%; }

.orensu-cart-v2,
.orensu-cart-v2 * { box-sizing: border-box; }
.orensu-cart-v2 { min-height: 100vh; background: var(--orensu-color-obsidian); color: var(--orensu-color-text); font-family: var(--orensu-font-ui); }
.orensu-cart-v2 button,
.orensu-cart-v2 input { font: inherit; }
.orensu-cart-v2 button { cursor: pointer; }
.orensu-cart-v2 a { color: inherit; text-decoration: none; }
.orensu-cart-v2 img { display: block; max-width: 100%; }
.orensu-cart-v2__container { width: min(100%, var(--orensu-container)); margin: 0 auto; }

.orensu-cart-v2__hero { padding: 32px var(--orensu-gutter) 40px; border-bottom: 1px solid var(--orensu-color-border); background: var(--orensu-color-charcoal); }
.orensu-cart-v2__crumbs { display: flex; margin-bottom: 20px; gap: 10px; color: var(--orensu-color-muted); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.orensu-cart-v2__crumbs a { transition: color var(--orensu-transition-fast); }
.orensu-cart-v2__crumbs a:hover,
.orensu-cart-v2__crumbs a:focus-visible { color: var(--orensu-color-gold-highlight); }
.orensu-cart-v2__hero-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.orensu-cart-v2__hero h1 { margin: 0; color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: clamp(40px, 4vw, 52px); font-weight: 300; letter-spacing: -.035em; line-height: .95; }
.orensu-cart-v2__hero-row p { margin: 10px 0 0; color: var(--orensu-color-muted); font-size: 12px; }
.orensu-cart-v2__hero-row > button { display: none; align-items: center; gap: 6px; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--orensu-color-gold-highlight); background: transparent; color: var(--orensu-color-gold-highlight); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.orensu-cart-v2__hero-row > button img { width: 12px; height: 12px; filter: invert(82%) sepia(24%) saturate(730%); transition: transform var(--orensu-transition-fast); }
.orensu-cart-v2__hero-row > button[aria-expanded="true"] img { transform: rotate(90deg); }

.orensu-cart-v2__content { padding: 40px var(--orensu-gutter) 40px; }
.orensu-cart-v2__content > .woocommerce-notices-wrapper { margin-bottom: 24px; }
.orensu-cart-v2 .woocommerce-message,
.orensu-cart-v2 .woocommerce-error,
.orensu-cart-v2 .woocommerce-info { margin: 0 0 14px; padding: 15px 18px; border: 1px solid var(--orensu-color-border); border-top: 1px solid var(--orensu-color-gold); background: var(--orensu-color-surface); color: var(--orensu-color-text); font-size: 12px; }
.orensu-cart-v2 .woocommerce-message::before,
.orensu-cart-v2 .woocommerce-error::before,
.orensu-cart-v2 .woocommerce-info::before { display: none; }
.orensu-cart-v2 .woocommerce-error { border-color: rgba(170, 91, 74, .48); }
.orensu-cart-v2__layout { display: grid; align-items: start; gap: clamp(40px, 4.4vw, 56px); grid-template-columns: minmax(0, 1fr) 380px; }
.orensu-cart-v2__columns { display: grid; min-height: 38px; align-items: start; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--orensu-color-border); }
.orensu-cart-v2__columns h2,
.orensu-cart-v2__columns span { margin: 0; color: var(--orensu-color-muted); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

.orensu-cart-v2__item { display: grid; padding: 28px 0; border-bottom: 1px solid var(--orensu-color-border); gap: 24px; grid-template-columns: 112px minmax(0, 1fr); }
.orensu-cart-v2__image { width: 112px; height: 128px; background: var(--orensu-color-paper); overflow: hidden; }
.orensu-cart-v2__image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--orensu-transition-slow); }
.orensu-cart-v2__image:hover img { transform: scale(1.04); }
.orensu-cart-v2__item-copy { display: flex; min-width: 0; flex-direction: column; }
.orensu-cart-v2__item-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.orensu-cart-v2__item-head > div:first-child { min-width: 0; }
.orensu-cart-v2__tags { display: flex; margin-bottom: 9px; gap: 6px; }
.orensu-cart-v2__tags span { padding: 4px 7px; border: 1px solid var(--orensu-color-border); color: var(--orensu-color-gold-highlight); font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.orensu-cart-v2__item h3 { margin: 0 0 5px; color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 19px; font-weight: 400; line-height: 1.12; }
.orensu-cart-v2__item h3 a { transition: color var(--orensu-transition-fast); }
.orensu-cart-v2__item h3 a:hover,
.orensu-cart-v2__item h3 a:focus-visible { color: var(--orensu-color-gold-highlight); }
.orensu-cart-v2__item-head p { margin: 0 0 3px; color: var(--orensu-color-muted); font-size: 11px; }
.orensu-cart-v2__item-head small { color: #81796d; font-size: 9px; letter-spacing: .06em; }
.orensu-cart-v2__item .variation { display: flex; margin: 6px 0 0; gap: 5px 10px; flex-wrap: wrap; color: var(--orensu-color-muted); font-size: 9px; }
.orensu-cart-v2__item .variation dt,
.orensu-cart-v2__item .variation dd,
.orensu-cart-v2__item .variation p { margin: 0; padding: 0; }
.orensu-cart-v2__unit-price { flex-shrink: 0; color: var(--orensu-color-text); font-size: 12px; }
.orensu-cart-v2__item-controls { display: grid; margin-top: auto; padding-top: 18px; align-items: center; gap: 20px; grid-template-columns: 96px 1fr auto; }

.orensu-cart-v2__quantity { position: relative; display: grid; width: 96px; height: 34px; border: 1px solid var(--orensu-color-border); grid-template-columns: repeat(3, 32px); overflow: hidden; }
.orensu-cart-v2__quantity .quantity { position: absolute; inset: 0; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.orensu-cart-v2__quantity input.qty { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.orensu-cart-v2__qty-button,
.orensu-cart-v2__qty-value { display: grid; width: 32px; height: 32px; place-items: center; }
.orensu-cart-v2__qty-button { padding: 0; border: 0; border-radius: 0; background: transparent; }
.orensu-cart-v2__qty-button:hover,
.orensu-cart-v2__qty-button:focus-visible { background: rgba(180, 138, 66, .12); }
.orensu-cart-v2__qty-button:disabled { cursor: not-allowed; opacity: .28; }
.orensu-cart-v2__qty-button img { width: 11px; height: 11px; filter: invert(82%) sepia(24%) saturate(730%); }
.orensu-cart-v2__qty-value { color: var(--orensu-color-text); font-size: 12px; font-variant-numeric: tabular-nums; }
.orensu-cart-v2__line-subtotal { justify-self: end; color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 20px; }
.orensu-cart-v2__remove { display: inline-flex; padding: 7px; align-items: center; gap: 7px; color: var(--orensu-color-muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; transition: color var(--orensu-transition-fast); }
.orensu-cart-v2__remove:hover,
.orensu-cart-v2__remove:focus-visible { color: #c77d6c; }
.orensu-cart-v2__remove img { width: 14px; height: 14px; filter: invert(70%); }
.orensu-cart-v2__item-footer { display: flex; padding-top: 24px; align-items: center; justify-content: space-between; }
.orensu-cart-v2__item-footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--orensu-color-muted); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: color var(--orensu-transition-fast); }
.orensu-cart-v2__item-footer a:hover,
.orensu-cart-v2__item-footer a:focus-visible { color: var(--orensu-color-gold-highlight); }
.orensu-cart-v2__item-footer img { width: 12px; height: 12px; filter: invert(75%); }
.orensu-cart-v2__item-footer button { padding: 0; border: 0; background: transparent; color: var(--orensu-color-muted); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: color var(--orensu-transition-fast); }
.orensu-cart-v2__item-footer button:hover,
.orensu-cart-v2__item-footer button:focus-visible { color: #c77d6c; }
.orensu-cart-v2__native-update { position: absolute; width: 1px; height: 1px; padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.orensu-cart-v2__summary { position: sticky; top: calc(var(--orensu-header-height) + 24px); align-self: start; height: max-content; max-height: calc(100vh - var(--orensu-header-height) - 48px); overflow-y: auto; overscroll-behavior: contain; overflow-anchor: none; scrollbar-width: thin; scrollbar-color: rgba(180, 138, 66, .35) transparent; }
.orensu-cart-v2__summary::-webkit-scrollbar { width: 5px; }
.orensu-cart-v2__summary::-webkit-scrollbar-thumb { background: rgba(180, 138, 66, .35); }
.orensu-cart-v2__summary-card { position: static; padding: 28px; border: 1px solid var(--orensu-color-border); background: var(--orensu-color-charcoal); }
.orensu-cart-v2__summary-card > h2 { margin: 0 0 24px; padding-bottom: 16px; border-bottom: 1px solid var(--orensu-color-border); color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 21px; font-weight: 400; }
.orensu-cart-v2__totals { display: grid; margin: 0 0 22px; gap: 14px; }
.orensu-cart-v2__totals > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--orensu-color-muted); font-size: 11px; }
.orensu-cart-v2__totals dt { display: inline-flex; align-items: center; gap: 6px; }
.orensu-cart-v2__totals dd { margin: 0; color: var(--orensu-color-text); text-align: right; }
.orensu-cart-v2__totals .is-discount,
.orensu-cart-v2__totals .is-discount dd { color: var(--orensu-color-gold-highlight); }
.orensu-cart-v2__totals dt img { width: 12px; height: 12px; filter: invert(82%) sepia(24%) saturate(730%); }
.orensu-cart-v2__totals dd a { margin-left: 5px; font-size: 16px; }
.orensu-cart-v2__total { display: grid; padding: 18px 0 22px; border-top: 1px solid var(--orensu-color-border); grid-template-columns: 1fr auto; }
.orensu-cart-v2__total > span { color: var(--orensu-color-text); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.orensu-cart-v2__total strong { color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 26px; font-weight: 300; line-height: 1; }
.orensu-cart-v2__total small { margin-top: 7px; grid-column: 1 / -1; color: var(--orensu-color-muted); font-size: 9px; line-height: 1.5; }
/* 1.30.24 — Cart coupon UI matches Checkout and stays inside Site Core AJAX flow. */
.orensu-cart-v2__coupon { display: grid; margin: 0 0 20px; padding: 0 0 20px; gap: 8px; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 1px solid var(--orensu-color-border); }
.orensu-cart-v2__coupon > label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.orensu-cart-v2__coupon > span { position: relative; display: block; }
.orensu-cart-v2__coupon img { position: absolute; z-index: 1; top: 50%; left: 12px; width: 16px; height: 16px; margin: 0; transform: translateY(-50%); filter: invert(70%) sepia(10%) saturate(257%) hue-rotate(354deg) brightness(91%); pointer-events: none; }
body.orensu-core-cart-v2 .orensu-cart-v2__coupon input { display: block; width: 100%; height: 36px; min-height: 36px; min-width: 0; margin: 0; padding: 4px 12px 4px 38px; border: 1px solid var(--orensu-color-border); border-radius: 6px; outline: 0; background: var(--orensu-color-surface); color: var(--orensu-color-text); box-shadow: none; font-size: 14px; }
body.orensu-core-cart-v2 .orensu-cart-v2__coupon input:focus { border-color: var(--orensu-color-gold); box-shadow: var(--orensu-focus-ring); }
.orensu-cart-v2__coupon > button { height: 36px; min-height: 36px; margin: 0; padding: 0 24px; border: 1px solid var(--orensu-color-border); border-radius: 6px; background: transparent; color: var(--orensu-color-text); font-size: 12px; font-weight: 600; letter-spacing: 0; text-transform: uppercase; transition: border-color var(--orensu-transition-fast), color var(--orensu-transition-fast), opacity var(--orensu-transition-fast); }
.orensu-cart-v2__coupon > button:hover,.orensu-cart-v2__coupon > button:focus-visible { border-color: var(--orensu-color-gold-highlight); color: var(--orensu-color-gold-highlight); }
.orensu-cart-v2__coupon > button:disabled { cursor: wait; opacity: .55; }
.orensu-cart-v2__coupon [data-cart-coupon-message] { grid-column: 1 / -1; margin: 2px 0 0; color: var(--orensu-color-celadon); font-size: 12px; }
.orensu-cart-v2__coupon [data-cart-coupon-message].is-error { color: #dc9686; }
.orensu-cart-v2__summary-card .is-discount dd { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; }
/* 1.30.26 — Use a drawn X, not a text glyph, so coupon removal stays perfectly centered and cannot duplicate. */
.orensu-cart-v2__coupon-remove { position: relative; display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; margin: 0; padding: 0; border: 1px solid rgba(180,138,66,.38); border-radius: 50%; background: transparent; color: var(--orensu-color-muted); font-size: 0; line-height: 0; vertical-align: middle; }
.orensu-cart-v2__coupon-remove::before,.orensu-cart-v2__coupon-remove::after { position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; content: ""; background: currentColor; transform-origin: 50% 50%; }
.orensu-cart-v2__coupon-remove::before { transform: translate(-50%,-50%) rotate(45deg); }
.orensu-cart-v2__coupon-remove::after { transform: translate(-50%,-50%) rotate(-45deg); }
.orensu-cart-v2__coupon-remove:hover,.orensu-cart-v2__coupon-remove:focus-visible { border-color: var(--orensu-color-gold-highlight); color: var(--orensu-color-gold-highlight); }
.orensu-cart-v2__checkout,
.orensu-cart-v2__continue { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.orensu-cart-v2__checkout { margin-bottom: 10px; border: 1px solid var(--orensu-color-gold); background: var(--orensu-color-gold); color: #fff; transition: background-color var(--orensu-transition-fast), color var(--orensu-transition-fast); }
.orensu-cart-v2__checkout:hover,
.orensu-cart-v2__checkout:focus-visible { background: var(--orensu-color-gold-highlight); color: var(--orensu-color-ink); }
.orensu-cart-v2__continue { border: 1px solid var(--orensu-color-border); color: var(--orensu-color-muted); transition: border-color var(--orensu-transition-fast), color var(--orensu-transition-fast); }
.orensu-cart-v2__continue:hover,
.orensu-cart-v2__continue:focus-visible { border-color: var(--orensu-color-gold-highlight); color: var(--orensu-color-gold-highlight); }
.orensu-cart-v2__checkout img,
.orensu-cart-v2__continue img { width: 13px; height: 13px; filter: invert(1); }
.orensu-cart-v2__continue img { filter: invert(72%); }
.orensu-cart-v2__assurances { display: grid; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--orensu-color-border); gap: 14px; }
.orensu-cart-v2__assurances > div { display: flex; align-items: flex-start; gap: 11px; }
.orensu-cart-v2__assurances img { width: 15px; height: 15px; margin-top: 2px; filter: invert(82%) sepia(24%) saturate(730%); }
.orensu-cart-v2__assurances p { display: grid; margin: 0; gap: 3px; }
.orensu-cart-v2__assurances strong { color: var(--orensu-color-text); font-size: 10px; font-weight: 600; }
.orensu-cart-v2__assurances span { color: var(--orensu-color-muted); font-size: 9px; }

.orensu-cart-v2__recommendations { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--orensu-color-border); content-visibility: auto; contain-intrinsic-size: auto 620px; }
.orensu-cart-v2__recommendations > p { margin: 0 0 8px; color: var(--orensu-color-gold-highlight); font-size: 10px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.orensu-cart-v2__recommendations > h2 { margin: 0 0 32px; color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 22px; font-weight: 300; }
.orensu-cart-v2__recommendations > div { display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.orensu-cart-v2__rec-image { display: block; aspect-ratio: 3 / 4; margin-bottom: 13px; background: var(--orensu-color-paper); overflow: hidden; }
.orensu-cart-v2__rec-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--orensu-transition-slow); }
.orensu-cart-v2__recommendations article:hover .orensu-cart-v2__rec-image img { transform: scale(1.04); }
.orensu-cart-v2__recommendations article > p { margin: 0 0 5px; color: var(--orensu-color-gold-highlight); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.orensu-cart-v2__recommendations h3 { margin: 0 0 10px; color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 16px; font-weight: 400; line-height: 1.12; }
.orensu-cart-v2__recommendations article > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--orensu-color-muted); font-size: 11px; }

.orensu-cart-v2__empty { display: flex; min-height: 580px; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
.orensu-cart-v2__empty-icon { display: grid; width: 80px; height: 80px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: var(--orensu-color-surface-soft); }
.orensu-cart-v2__empty-icon img { width: 30px; height: 30px; filter: invert(82%) sepia(24%) saturate(730%); }
.orensu-cart-v2__empty > h2 { margin: 0 0 12px; color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 36px; font-weight: 300; }
.orensu-cart-v2__empty > p { max-width: 390px; margin: 0 0 34px; color: var(--orensu-color-muted); font-size: 13px; line-height: 1.7; }
.orensu-cart-v2__empty > a { display: inline-flex; min-height: 50px; padding: 0 28px; align-items: center; gap: 9px; background: var(--orensu-color-gold); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.orensu-cart-v2__empty > a img { width: 13px; height: 13px; filter: invert(1); }
.orensu-cart-v2__empty .orensu-cart-v2__recommendations { width: 100%; margin-top: 72px; }

.orensu-cart-v2__mobile-checkout { display: none; }
.orensu-cart-v2__remove-confirm { position: fixed; z-index: 10010; bottom: 24px; left: 50%; display: grid; width: min(calc(100% - 32px), 430px); min-height: 74px; padding: 14px 16px; align-items: center; gap: 12px; grid-template-columns: minmax(0, 1fr) auto auto; background: var(--orensu-color-surface-soft); box-shadow: var(--orensu-shadow-soft); transform: translateX(-50%); }
.orensu-cart-v2__remove-confirm[hidden] { display: none; }
.orensu-cart-v2__remove-confirm p { margin: 0 0 3px; overflow: hidden; color: var(--orensu-color-text); font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.orensu-cart-v2__remove-confirm span { color: var(--orensu-color-muted); font-size: 9px; }
.orensu-cart-v2__remove-confirm button { padding: 10px 12px; border: 0; background: transparent; color: var(--orensu-color-muted); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.orensu-cart-v2__remove-confirm [data-remove-confirm-action] { background: var(--orensu-color-gold); color: #fff; }
.orensu-cart-v2__remove-confirm [data-remove-confirm-action]:disabled { cursor: wait; opacity: .66; }
.orensu-cart-v2__item.is-updating { opacity: .58; pointer-events: none; transition: opacity .16s ease; }
.orensu-cart-v2__clear-modal { position: fixed; z-index: 10020; inset: 0; display: grid; place-items: center; }
.orensu-cart-v2__clear-modal[hidden] { display: none; }
.orensu-cart-v2__clear-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0, 0, 0, .76);  }
.orensu-cart-v2__clear-modal > div { position: relative; width: min(calc(100% - 32px), 460px); padding: 38px; border: 1px solid var(--orensu-color-border); background: var(--orensu-color-charcoal); box-shadow: var(--orensu-shadow-soft); }
.orensu-cart-v2__clear-modal h2 { margin: 0 0 12px; color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 32px; font-weight: 400; }
.orensu-cart-v2__clear-modal p { margin: 0 0 28px; color: var(--orensu-color-muted); font-size: 12px; }
.orensu-cart-v2__clear-modal > div > div { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.orensu-cart-v2__clear-modal > div button { min-height: 46px; border: 1px solid var(--orensu-color-border); border-radius: 0; background: transparent; color: var(--orensu-color-text); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.orensu-cart-v2__clear-modal > div button:last-child { border-color: #8d5146; background: #8d5146; color: #fff; }
.orensu-cart-v2 .orensu-cart-v2__clear-backdrop:hover,
.orensu-cart-v2 .orensu-cart-v2__clear-backdrop:focus,
.orensu-cart-v2 .orensu-cart-v2__clear-backdrop:active { border: 0; background: rgba(0, 0, 0, .76); }
body.orensu-cart-modal-open { overflow: hidden; }

@media (max-width: 1023px) {
  .orensu-cart-v2__hero-row > button { display: inline-flex; }
  .orensu-cart-v2__layout { display: flex; flex-direction: column; }
  .orensu-cart-v2__summary { position: static; display: none; max-height: none; margin-bottom: 38px; overflow: visible; }
  .orensu-cart-v2__summary.is-open { display: block; }
  .orensu-cart-v2__summary-card { position: static; }
  .orensu-cart-v2__items { display: flex; flex-direction: column; }
  .orensu-cart-v2__summary.is-open { order: -1; }
  .orensu-cart-v2__recommendations > div { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .orensu-cart-v2__mobile-checkout { position: fixed; z-index: 9990; right: 0; bottom: 0; left: 0; display: grid; min-height: 76px; padding: 10px 18px; align-items: center; gap: 14px; grid-template-columns: auto minmax(0, 1fr); border-top: 1px solid var(--orensu-color-border); background: rgba(7, 7, 6, .96); backdrop-filter: blur(16px); }
  .orensu-cart-v2__mobile-checkout > div { display: grid; min-width: 90px; gap: 3px; }
  .orensu-cart-v2__mobile-checkout small { color: var(--orensu-color-muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
  .orensu-cart-v2__mobile-checkout strong { color: var(--orensu-color-text); font-family: var(--orensu-font-display); font-size: 20px; font-weight: 400; }
  .orensu-cart-v2__mobile-checkout > a { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; background: var(--orensu-color-gold); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
  .orensu-cart-v2__mobile-checkout img { width: 12px; height: 12px; filter: invert(1); }
  .orensu-cart-v2__content { padding-bottom: 116px; }
}

@media (max-width: 767px) {
  .orensu-cart-v2__hero { padding: 40px 24px 40px; }
  .orensu-cart-v2__hero h1 { font-size: 40px; }
  .orensu-cart-v2__content { padding: 40px 24px 110px; }
  .orensu-cart-v2__columns { display: none; }
  .orensu-cart-v2__item { padding: 22px 0; gap: 15px; grid-template-columns: 92px minmax(0, 1fr); }
  .orensu-cart-v2__image { width: 92px; height: 112px; }
  .orensu-cart-v2__item-head { display: block; }
  .orensu-cart-v2__unit-price { margin-top: 8px; }
  .orensu-cart-v2__item h3 { font-size: 17px; }
  .orensu-cart-v2__item-controls { gap: 10px; grid-template-columns: 96px 1fr; }
  .orensu-cart-v2__line-subtotal { font-size: 17px; }
  .orensu-cart-v2__remove { grid-column: 2; justify-self: end; padding: 0; }
  .orensu-cart-v2__remove span { display: none; }
  .orensu-cart-v2__item-footer { padding-top: 20px; }
  .orensu-cart-v2__summary-card { padding: 22px; }
  .orensu-cart-v2__recommendations { margin-top: 56px; padding-top: 40px; }
  .orensu-cart-v2__recommendations > div { gap: 28px 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .orensu-cart-v2__recommendations > h2 { font-size: 22px; }
  .orensu-cart-v2__empty { min-height: 480px; }
  .orensu-cart-v2__empty .orensu-cart-v2__recommendations { margin-top: 58px; }
  .orensu-cart-v2__remove-confirm { bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  .orensu-cart-v2__image img,
  .orensu-cart-v2__rec-image img,
  .orensu-cart-v2__hero-row > button img { transition: none; }
}

/* 1.17.0 cart source/performance pass */
.orensu-cart-v2__item { contain: layout paint style; }
.orensu-cart-v2__summary-card { contain: layout style; }
.orensu-cart-v2__qty-button { position: relative; z-index: 1; }
.orensu-cart-v2__qty-value { position: relative; z-index: 1; }
.orensu-cart-v2__recommendations article { min-width: 0; }
@media (max-width: 767px) {
  .orensu-cart-v2__hero h1 { font-size: 40px; }
}


/* 1.17.4 cart sticky-summary stabilization */
@media (min-width: 1024px) {
  .orensu-cart-v2__layout { align-items: start; }
  .orensu-cart-v2__summary { z-index: 2; }
}
