/* Rex Championship Belts — Custom Cart page (2026-07-21). Replica of the approved mockup. */
.rex-cart {
  --navy:#233A77; --navy-deep:#16233F; --gold:#FCCA06; --gold-deep:#E3B200; --gold-soft:#FFF6D6;
  --ink:#14181F; --muted:#566072; --faint:#8A93A3; --line:#E6E9EF; --line-2:#EEF1F6;
  --surface:#fff; --surface-2:#F4F6FA; --stage-1:#fff; --stage-2:#F5F7FB; --success:#1E9E5A; --danger:#C0392B;
  --shadow-sm:0 1px 2px rgba(20,24,31,.05),0 4px 14px rgba(23,33,64,.06);
  --shadow-md:0 6px 24px rgba(23,33,64,.10);
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink); max-width:1180px; margin:-34px auto 0; padding:8px 22px 8px; line-height:1.6;
  overflow-x:clip;   /* belt-and-suspenders: no horizontal page scroll from a stray reward-bar milestone label etc. (clip keeps vertical scroll normal) */
  /* the -22px top margin trims the Elementor section's 50px top padding above the breadcrumb (the "extra gap below the header") without editing Elementor */
}
.rex-cart *, .rex-cart *::before, .rex-cart *::after { box-sizing:border-box; }
.rex-cart img { max-width:100%; display:block; }
.rex-cart a { text-decoration:none; color:inherit; }
.rex-cart button { font-family:inherit; cursor:pointer; }

.rex-cart-head { padding:14px 0 22px; }
.rex-cart-head h1 { font-size:clamp(26px,3.4vw,36px); line-height:1.1; letter-spacing:-.02em; font-weight:800; margin:0 0 6px; }
.rex-cart-head p { margin:0; color:var(--muted); font-size:14.5px; }
.rex-cart-head p b { color:var(--ink); font-weight:700; }

.rex-cart-layout { display:grid; grid-template-columns:1fr 380px; gap:34px; align-items:start; padding-bottom:8px; }
/* Grid children default to min-width:auto and refuse to shrink below their content's
   intrinsic width — the carousel rail then blows the column past the viewport on mobile
   (horizontal overflow, everything cut off). min-width:0 lets the column shrink to fit. */
.rex-cart-main, .rex-cart-aside { min-width:0; }
@media (max-width:920px){ .rex-cart-layout{ grid-template-columns:1fr; gap:26px; } }

/* free shipping bar */
.rex-cart-freeship { background:var(--surface); border:1px solid var(--line-2); border-radius:14px; padding:15px 18px; box-shadow:var(--shadow-sm); margin-bottom:18px; }
.rex-cart-freeship .txt { font-size:13px; font-weight:700; color:var(--muted); margin-bottom:9px; display:flex; align-items:center; gap:8px; }
.rex-cart-freeship .txt b { color:var(--success); font-weight:800; }
.rex-cart-freeship .txt svg { color:var(--success); flex:none; }
.rex-cart-freeship .track { height:7px; background:var(--surface-2); border-radius:100px; overflow:hidden; }
.rex-cart-freeship .track span { display:block; height:100%; width:100%; background:linear-gradient(90deg,var(--gold),var(--gold-deep)); border-radius:100px; }

/* items */
.rex-cart-items { background:var(--surface); border:1px solid var(--line-2); border-radius:18px; box-shadow:var(--shadow-sm); overflow:hidden; }
.rex-cart-items-head { display:flex; align-items:center; justify-content:space-between; padding:16px 22px; border-bottom:1px solid var(--line-2); }
.rex-cart-items-head span { font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--faint); }
.rex-cart-clear { font-size:12.5px; font-weight:600; color:var(--muted); background:none; border:0; padding:0; }
.rex-cart-clear:hover { color:var(--danger); }

.rex-cart-item { display:grid; grid-template-columns:96px 1fr auto; gap:18px; padding:20px 22px; border-bottom:1px solid var(--line-2); align-items:center; }
.rex-cart-item:last-child { border-bottom:0; }
.rex-cart-thumb { width:96px; height:96px; border-radius:14px; background:linear-gradient(180deg,var(--stage-1),var(--stage-2)); border:1px solid var(--line-2); display:grid; place-items:center; overflow:hidden; }
.rex-cart-thumb img { width:100%; height:100%; object-fit:contain; padding:6px; }
.rex-cart-meta { min-width:0; }
.rex-cart-eyebrow { font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; color:var(--gold-deep); }
.rex-cart-name { display:block; margin:3px 0 5px; font-size:16px; font-weight:800; letter-spacing:-.01em; line-height:1.25; color:var(--ink); }
.rex-cart-name:hover { color:var(--navy); }
.rex-cart-sub { font-size:12.5px; color:var(--faint); margin-bottom:12px; }
.rex-cart-price { display:flex; align-items:baseline; gap:8px; flex-wrap:wrap; font-size:13px; }
.rex-cart-price .now { font-weight:800; color:var(--ink); font-size:14.5px; }
.rex-cart-price .now .woocommerce-Price-amount { font-weight:800; }
.rex-cart-price .was { color:var(--faint); text-decoration:line-through; }
.rex-cart-price .save { color:var(--gold-deep); font-weight:800; font-size:11.5px; background:var(--gold-soft); padding:2px 9px; border-radius:100px; }
.rex-cart-controls { display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.rex-cart-line { font-size:17px; font-weight:800; letter-spacing:-.01em; white-space:nowrap; }
.rex-cart-line .woocommerce-Price-amount { font-weight:800; }

.rex-cart-stepper { display:inline-flex; align-items:stretch; border:1.5px solid var(--line); border-radius:11px; overflow:hidden; height:40px; background:var(--surface); }
.rex-cart-stepper button { width:38px; height:100%; border:0; padding:0; margin:0; background:transparent; color:var(--navy); font-size:18px; font-weight:700; line-height:1; text-align:center; display:flex; align-items:center; justify-content:center; transition:background .15s,color .15s; }
.rex-cart-stepper button:hover { background:var(--navy); color:#fff; }
.rex-cart-qty { width:40px; display:grid; place-items:center; font-size:14px; font-weight:700; border-left:1.5px solid var(--line); border-right:1.5px solid var(--line); }
.rex-cart-remove { font-size:12px; font-weight:600; color:var(--faint); background:none; border:0; display:inline-flex; align-items:center; gap:5px; padding:0; }
.rex-cart-remove svg { width:13px; height:13px; }
.rex-cart-remove:hover { color:var(--danger); }

.rex-cart-continue { display:inline-flex; align-items:center; gap:9px; margin-top:20px; font-size:14px; font-weight:700; color:var(--navy); }
.rex-cart-continue:hover { gap:12px; }
.rex-cart-continue svg { transition:transform .15s; }

/* summary */
.rex-cart-aside { position:sticky; top:20px; display:flex; flex-direction:column; gap:16px; }
@media (max-width:920px){ .rex-cart-aside{ position:static; } }
.rex-cart-summary { background:var(--surface); border:1px solid var(--line-2); border-radius:18px; box-shadow:var(--shadow-sm); padding:22px; }
.rex-cart-summary h2 { margin:0 0 4px; font-size:17px; font-weight:800; letter-spacing:-.01em; }
.rex-cart-summary-sub { font-size:12.5px; color:var(--faint); margin-bottom:18px; }

.rex-cart-coupon { display:flex; gap:8px; margin-bottom:8px; }
.rex-cart-coupon-input { flex:1; min-width:0; height:44px; border:1.5px solid var(--line); border-radius:11px; padding:0 14px; font-size:14px; color:var(--ink); background:var(--surface); font-family:inherit; }
.rex-cart-coupon-input:focus { outline:none; border-color:var(--navy); box-shadow:0 0 0 3px rgba(35,58,119,.12); }
.rex-cart-coupon-apply { height:44px; padding:0 18px; border:1.5px solid var(--navy); background:var(--surface); color:var(--navy); font-weight:800; font-size:13.5px; border-radius:11px; white-space:nowrap; }
.rex-cart-coupon-apply:hover { background:var(--navy); color:#fff; }
.rex-cart-coupon-msg { font-size:12.5px; margin:2px 0 12px; font-weight:600; }
.rex-cart-coupon-msg.ok { color:var(--success); }
.rex-cart-coupon-msg.err { color:var(--danger); }
.rex-cart-coupon-tag { display:flex; align-items:center; justify-content:space-between; gap:10px; margin:8px 0 4px; padding:8px 12px; background:var(--gold-soft); border:1px solid #F0DD90; border-radius:10px; font-size:12.5px; font-weight:800; color:var(--gold-deep); }
.rex-cart-coupon-tag span { display:inline-flex; align-items:center; gap:6px; }
.rex-cart-coupon-tag svg { width:13px; height:13px; }
.rex-cart-coupon-remove { background:none; border:0; color:var(--muted); font-size:12px; font-weight:600; }
.rex-cart-coupon-remove:hover { color:var(--danger); }

.rex-cart-totals { border-top:1px solid var(--line-2); padding-top:16px; margin-top:8px; }
.rex-cart-totals .row { display:flex; justify-content:space-between; align-items:center; font-size:14px; color:var(--muted); margin-bottom:11px; }
.rex-cart-totals .row .v { font-weight:700; color:var(--ink); }
.rex-cart-totals .row .free { color:var(--success); font-weight:800; }
.rex-cart-totals .row.discount .v { color:var(--success); }
.rex-cart-grand { display:flex; justify-content:space-between; align-items:baseline; border-top:1px solid var(--line-2); margin-top:6px; padding-top:15px; }
.rex-cart-grand .lbl { font-size:15px; font-weight:800; }
.rex-cart-grand .amt { font-size:26px; font-weight:800; letter-spacing:-.02em; }
.rex-cart-grand .amt small { font-size:12px; font-weight:600; color:var(--faint); }

.rex-cart-btn { height:54px; border-radius:13px; font-size:15px; font-weight:800; letter-spacing:.01em; display:inline-flex; align-items:center; justify-content:center; gap:10px; border:1.5px solid transparent; width:100%; transition:transform .12s,box-shadow .15s,background .15s; }
.rex-cart-btn:active { transform:translateY(1px); }
.rex-cart-checkout { background:var(--gold); color:var(--navy-deep); margin-top:18px; }
.rex-cart-checkout:hover { background:var(--gold-deep); box-shadow:0 8px 22px rgba(252,202,6,.4); }
.rex-cart-btn-navy { background:var(--navy); color:#fff; width:auto; padding:0 28px; }
.rex-cart-btn-navy:hover { background:var(--navy-deep); }

/* Sticky mobile checkout bar — pinned to the bottom so the way forward is always in
   view. Hidden on desktop (the summary sidebar is already sticky there). JS toggles
   .is-hidden when the real Order Summary button scrolls into/out of view. */
.rex-cart-stickybar { display:none; }
@media (max-width:820px){
  .rex-cart-stickybar {
    position:fixed; left:0; right:0; bottom:0; z-index:1200;
    display:flex; align-items:center; gap:14px;
    padding:11px 15px calc(11px + env(safe-area-inset-bottom, 0px));
    background:rgba(255,255,255,.94); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
    border-top:1px solid var(--line); box-shadow:0 -6px 24px rgba(23,33,64,.13);
    transform:translateY(0); transition:transform .34s cubic-bezier(.4,0,.15,1);
  }
  .rex-cart-stickybar.is-hidden { transform:translateY(130%); }   /* slides down out of view */
  .rex-cart-stickybar-info { display:flex; flex-direction:column; line-height:1.12; flex:none; }
  .rex-cart-stickybar-label { font-size:11px; font-weight:700; color:var(--faint); letter-spacing:.02em; }
  .rex-cart-stickybar-total { font-size:19px; font-weight:800; color:var(--ink); letter-spacing:-.01em; }
  .rex-cart-stickybar .rex-cart-checkout { flex:1; min-width:0; margin:0; height:50px; border-radius:12px; }
}

.rex-cart-assure { display:flex; flex-direction:column; gap:9px; margin-top:16px; }
.rex-cart-assure span { display:flex; align-items:center; gap:9px; font-size:12.5px; color:var(--muted); font-weight:500; }
.rex-cart-assure svg { color:var(--navy); flex:none; width:14px; height:14px; }
.rex-cart-pay { border-top:1px solid var(--line-2); margin-top:16px; padding-top:15px; text-align:center; }
.rex-cart-pay span { display:block; font-size:10.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--faint); margin-bottom:9px; }
.rex-cart-pay img { height:26px !important; width:auto !important; display:inline-block; aspect-ratio:914/147; }

.rex-cart-help { background:var(--surface-2); border:1px solid var(--line-2); border-radius:14px; padding:16px 18px; }
.rex-cart-help h3 { margin:0 0 4px; font-size:13.5px; font-weight:800; display:flex; align-items:center; gap:8px; }
.rex-cart-help h3 svg { color:var(--navy); flex:none; }
.rex-cart-help p { margin:0; font-size:12.5px; color:var(--muted); line-height:1.5; }
.rex-cart-help a { color:var(--navy); font-weight:700; }

/* trust row */
.rex-cart-trustrow { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:24px 0 44px; }
@media (max-width:720px){ .rex-cart-trustrow{ grid-template-columns:1fr 1fr; } }
.rex-cart-trustrow .cell { text-align:center; padding:24px 16px; background:var(--surface); border:1px solid var(--line-2); border-radius:16px; box-shadow:var(--shadow-sm); }
.rex-cart-trustrow .ic { width:48px; height:48px; border-radius:14px; background:var(--gold-soft); color:var(--gold-deep); display:grid; place-items:center; margin:0 auto 13px; }
.rex-cart-trustrow .ic svg { width:22px; height:22px; }
.rex-cart-trustrow h4 { margin:0 0 4px; font-size:14.5px; font-weight:800; }
.rex-cart-trustrow p { margin:0; font-size:12px; color:var(--faint); }

/* empty */
.rex-cart-empty { background:var(--surface); border:1px solid var(--line-2); border-radius:18px; box-shadow:var(--shadow-sm); text-align:center; padding:56px 22px; max-width:640px; margin:20px auto 60px; }
.rex-cart-empty svg { color:var(--line); margin:0 auto 16px; width:64px; height:64px; }
.rex-cart-empty h3 { margin:0 0 6px; font-size:19px; font-weight:800; }
.rex-cart-empty p { margin:0 0 20px; color:var(--muted); font-size:14px; }

/* loading */
#rex-cart-root.rex-cart-loading { opacity:.55; pointer-events:none; transition:opacity .15s; }

/* neutralise WooCommerce price wrapper spacing inside our markup */
.rex-cart .woocommerce-Price-amount { font-weight:inherit; }
.rex-cart bdi { border:0; }

/* ---------- Cart item reflow on small screens (2026-07-21) ---------- */
@media (max-width:560px){
  .rex-cart-item {
    grid-template-columns:76px 1fr;
    grid-template-areas:"thumb meta" "controls controls";
    gap:12px 16px;
  }
  .rex-cart-thumb { grid-area:thumb; width:76px; height:76px; }
  .rex-cart-meta  { grid-area:meta; }
  .rex-cart-controls {
    grid-area:controls; flex-direction:row; align-items:center; justify-content:space-between;
    gap:12px; padding-top:14px; border-top:1px solid var(--line-2);
  }
  .rex-cart-items-head, .rex-cart-item { padding-left:16px; padding-right:16px; }
  .rex-cart { padding-left:16px; padding-right:16px; }
}

/* ---------- Audit fixes (2026-07-21) ---------- */

/* breadcrumb, matching the reference + product page */
.rex-cart-crumb { font-size:12.5px; color:var(--faint); padding:8px 0 0; letter-spacing:.01em; }
.rex-cart-crumb a { color:var(--muted); }
.rex-cart-crumb a:hover { color:var(--navy); }
.rex-cart-crumb b { color:var(--muted); font-weight:600; }

/* Hide the theme's hero banner on the cart page only.
   It duplicated the heading (two <h1>s: "Cart" then "Your Cart") and the
   reference uses breadcrumb + heading, like the product page. */
body.woocommerce-cart .elementor-element-d1de5fb { display:none !important; }

/* ---------- Link colour fix (2026-07-21) ----------
   Elementor's global kit sets `.elementor-kit-28 a { color:#FF9200 }` (orange).
   Its specificity (0,1,1) beats our element classes (0,1,0), so every <a> in the
   cart — product title, Checkout label, breadcrumb, continue, help link — was
   repainted orange. Pin ours explicitly. */
.rex-cart a { color:inherit !important; }
.rex-cart .rex-cart-crumb a { color:var(--muted) !important; }
.rex-cart .rex-cart-crumb a:hover { color:var(--navy) !important; }
.rex-cart .rex-cart-name { color:var(--ink) !important; }
.rex-cart .rex-cart-name:hover { color:var(--navy) !important; }
.rex-cart .rex-cart-checkout { color:var(--navy-deep) !important; }
.rex-cart .rex-cart-checkout:hover { color:var(--navy-deep) !important; }
.rex-cart .rex-cart-continue { color:var(--navy) !important; }
.rex-cart .rex-cart-help a { color:var(--navy) !important; }
.rex-cart .rex-cart-btn-navy { color:#fff !important; }

.rex-cart-freeship .track span { transition:width .35s ease; }

/* ---- Reward milestone bar inside the order summary (2026-07-27) ----
   Reuses the side-cart .rex-reward markup (rex_reward_bar_html); the summary
   column is drawer-width so the bar fits, and its CSS vars resolve here.
   Restyle the drawer strip (edge-to-edge, bottom border) into a card. */
.rex-cart-reward{margin:0 0 14px}
.rex-cart-reward .rex-reward{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:14px 16px 13px}
.rex-cart-reward .rex-msg{margin-top:9px;font-size:12.5px}

/* ================= Cart redesign 2026-07-27: reward bar on top + cross-sell carousel ================= */

/* Reward bar as the hero card at the top of the main column (full-width track). */
.rex-cart-topreward{ margin:0 0 18px; }
.rex-cart-topreward .rex-reward{ background:#fff; border:1px solid var(--line); border-radius:16px; padding:17px 22px 15px; box-shadow:0 1px 2px rgba(20,24,31,.05), 0 4px 14px rgba(23,33,64,.06); }
.rex-cart-topreward .rex-bar{ padding:0 !important; }   /* override inline padding:0 30px → full-width track */
.rex-cart-topreward .rex-msg{ margin-top:11px; font-size:13px; }

/* "You may also like" — cross-sell carousel, vertical cards, 3-up (paged 3 at a time). */
.rex-xs{ margin-top:30px; }
.rex-xs-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.rex-xs-head h2{ margin:0; font-size:20px; font-weight:800; letter-spacing:-.01em; color:var(--ink); }
.rex-xs-nav{ display:flex; gap:8px; }
.rex-xs-nav button{ width:38px; height:38px; border-radius:10px; border:1.5px solid var(--line); background:#fff; color:var(--navy); font-size:19px; display:grid; place-items:center; cursor:pointer; transition:.15s; }
.rex-xs-nav button:hover:not(:disabled){ background:var(--navy); color:#fff; border-color:var(--navy); }
.rex-xs-nav button:disabled{ opacity:.35; cursor:default; }
.rex-xs-view{ overflow:hidden; }
.rex-xs-rail{ display:flex; gap:20px; transition:transform .45s cubic-bezier(.4,0,.15,1); }
.rex-xs-card{ flex:0 0 calc((100% - 40px)/3); min-width:0; display:flex; flex-direction:column; gap:11px; background:#fff; border:1px solid var(--line); border-radius:14px; padding:14px; }
@media (max-width:820px){ .rex-xs-card{ flex-basis:calc((100% - 20px)/2); } }
@media (max-width:560px){ .rex-xs-card{ flex-basis:100%; flex-direction:row; align-items:center; } }
.rex-xs-thumb{ display:block; width:100%; height:104px; border-radius:10px; overflow:hidden; background:#f5f7fb; border:1px solid var(--line-2); flex:none; }
.rex-xs-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
@media (max-width:560px){ .rex-xs-thumb{ width:60px; height:60px; } }
.rex-xs-meta{ flex:1; min-width:0; }
.rex-xs-name{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; font-size:13px; font-weight:700; line-height:1.32; color:var(--ink); margin-bottom:5px; }
.rex-xs-name:hover{ color:var(--navy); }
.rex-xs-price{ font-size:13.5px; font-weight:800; color:var(--ink); }
.rex-xs-price .from{ font-weight:600; color:var(--faint); font-size:11.5px; }
.rex-xs-price .was{ color:var(--faint); text-decoration:line-through; font-weight:600; font-size:12px; margin-left:5px; }
.rex-xs-add{ width:100%; justify-content:center; margin-top:auto; background:var(--navy); color:#fff; border:0; border-radius:9px; padding:10px 15px; font-size:12.5px; font-weight:800; display:inline-flex; align-items:center; gap:5px; cursor:pointer; }
.rex-xs-add:hover{ background:var(--navy-deep); }
@media (max-width:560px){ .rex-xs-add{ width:auto; margin-top:0; } }

/* Cross-sell variant picker — centred modal (self-contained; distinct from #rexPick). */
.rex-xpick{ position:fixed; inset:0; background:rgba(16,22,38,.5); display:none; align-items:center; justify-content:center; z-index:100000; padding:20px; }
.rex-xpick.open{ display:flex; }
.rex-xpick-sheet{ position:relative; background:#fff; border-radius:16px; padding:20px 22px 22px; width:100%; max-width:430px; box-shadow:0 18px 50px rgba(22,35,63,.25); max-height:90vh; overflow-y:auto; }
.rex-xpick-sheet h4{ margin:0 0 2px; font-size:16px; font-weight:800; color:var(--ink); padding-right:34px; }
.rex-xpick-x{ position:absolute; top:14px; right:14px; width:30px; height:30px; border:0; background:transparent; color:var(--faint); font-size:23px; line-height:1; border-radius:8px; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.rex-xpick-x:hover{ background:var(--line-2); color:var(--ink); }
.rex-xpick-sub{ font-size:12px; color:var(--navy); font-weight:700; margin-bottom:16px; }
.rex-xpick-label{ font-size:9.5px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--faint); margin-bottom:7px; }
.rex-xpick-pills{ display:flex; gap:7px; margin-bottom:16px; }
.rex-xpick-pills button{ flex:1; padding:9px 6px; border:1.5px solid var(--line); border-radius:10px; background:#fff; font-size:12.5px; font-weight:700; color:var(--ink); text-align:center; cursor:pointer; }
.rex-xpick-pills button small{ display:block; font-size:10px; font-weight:600; opacity:.7; margin-top:2px; }
.rex-xpick-pills button:hover{ border-color:var(--navy); background:#fff; }
.rex-xpick-pills button.on, .rex-xpick-pills button.on:hover, .rex-xpick-pills button.on:focus{ border-color:var(--navy); background:var(--navy); color:#fff; }
.rex-xpick-sw{ display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-bottom:18px; }
.rex-xpick-sw button{ height:46px; border-radius:9px; border:2px solid #D5DAE3; cursor:pointer; padding:0; position:relative; }
.rex-xpick-sw button[data-light="1"]{ border-color:#B4BCCB; }
.rex-xpick-sw button.on{ border-color:var(--navy); box-shadow:0 0 0 3px rgba(35,58,119,.2); }
.rex-xpick-sw button.on::after{ content:""; position:absolute; inset:0; border-radius:5px; border:2px solid rgba(255,255,255,.9); }
.rex-xpick-sw button.on[data-light="1"]::after{ border-color:var(--navy); opacity:.5; }
.rex-xpick-foot{ display:flex; align-items:center; gap:12px; border-top:1px solid var(--line-2); padding-top:14px; }
.rex-xpick-price{ font-size:19px; font-weight:800; color:var(--ink); }
.rex-xpick-price .was{ font-size:14px; font-weight:600; color:var(--faint); text-decoration:line-through; margin-right:6px; }
.rex-xpick-add{ flex:1; height:46px; border:0; border-radius:10px; background:var(--gold); color:var(--navy-deep); font-weight:800; font-size:13.5px; cursor:pointer; }
.rex-xpick-add:hover{ background:var(--gold-deep); }

/* reset.css sets [type=button]:focus{color:#fff}; the stepper button's bg is
   transparent, so after a click the focused − / + turns white and vanishes.
   Keep the glyph navy in every state except hover (which is white-on-navy). */
.rex-cart-stepper button:not(:hover){ color: var(--navy); }

/* Respect the OS 'reduce motion' setting — disable cart animations (scoped to the cart + drawer, not the whole site). */
@media (prefers-reduced-motion: reduce){
  #rex-cart-root, #rex-cart-root *, #rexDrawer, #rexDrawer *, #rexScrim{ transition-duration:.01ms !important; animation-duration:.01ms !important; scroll-behavior:auto !important; }
}
