/** Shopify CDN: Minification failed

Line 35:28 Unexpected "\\n"
Line 797:2 Expected "{" but found end of file

**/
/* FRERES Redise\u00f1o 2026 - theme styles (ported from prototype; identical class names) */\n
:root {
  --bg: #F3EEE4; --bg-2: #EAE2D4; --bg-3: #E2D8C7;
  --ink: #1E1B16; --ink-soft: #423d34; --muted: #837a6a; --line: #DCD3C2;
  --accent: #97653f; --card: #F7F3EB;
  --display: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --maxw: 1480px; --gut: 40px; --pp: 16px; --rad: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1); --cta: var(--ink);
}
[data-palette="cool"] { --bg:#F1F1EE; --bg-2:#E7E7E2; --bg-3:#DEDED8; --ink:#1A1A18; --ink-soft:#3c3c38; --muted:#767468; --line:#DBDBD4; --accent:#6c6a5c; --card:#F6F6F2; }
[data-palette="sand"] { --bg:#F4EADF; --bg-2:#ECDDCD; --bg-3:#E4D1BD; --ink:#251C14; --ink-soft:#4a3c2f; --muted:#8a7360; --line:#E1D1BF; --accent:#B26A41; --card:#F8EFE4; }
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--ink); color: var(--bg); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }
.eyebrow { font-family: var(--sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.serif { font-family: var(--display); font-weight: 500; line-height: 1.0; letter-spacing: -0.022em; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: var(--bg-3); border-radius: 10px; }
::-webkit-scrollbar-track { background: transparent; }
:focus { outline: none; }
:focus-visible { outline: 1.5px solid var(--accent); outline-offset: 3px; }
[hidden] { display: none !important; }
\n/* ---- components ---- */\n
/* ============ placeholders & images ============ */
.ph {
  width: 100%;
  background-color: var(--bg-2);
  background-image: repeating-linear-gradient(
    -45deg, var(--bg-2) 0, var(--bg-2) 11px, var(--bg-3) 11px, var(--bg-3) 12px);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.ph-label {
  font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
  font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); background: var(--bg);
  padding: 6px 10px; border-radius: 2px; text-align: center;
  max-width: 80%; line-height: 1.3;
}
.img-box { width: 100%; overflow: hidden; background: var(--bg-2); }
.img-box img { width: 100%; height: 100%; object-fit: cover; }

/* ============ buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 500; padding: 14px 26px; border-radius: 999px;
  border: 1px solid transparent; transition: all .4s var(--ease);
}
.btn--solid { background: var(--ink); color: var(--bg); }
.btn--solid:hover { background: var(--accent); transform: translateY(-1px); }
.btn--ghost { border-color: currentColor; color: inherit; }
.btn--ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn--block { width: 100%; padding: 17px; }

.link-arrow {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 500; display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--line); padding-bottom: 4px; transition: .3s var(--ease);
}
.link-arrow span { transition: transform .3s var(--ease); }
.link-arrow:hover { border-color: var(--ink); }
.link-arrow:hover span { transform: translateX(5px); }

/* ============ announcement ============ */
.announce {
  margin: var(--pp) var(--pp) 0; border-radius: 999px; border: 1px solid var(--line);
  background: var(--bg-2); color: var(--ink-soft); text-align: center;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  height: 40px; display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.announce-track { animation: fadeUp .6s var(--ease); font-weight: 600; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ============ nav (floating rounded panel) ============ */
.nav {
  position: sticky; top: 0; z-index: 60; padding: 12px var(--pp) 0;
}
.nav-inner {
  height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 24px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--rad); box-shadow: 0 6px 22px rgba(20,18,14,.05);
  transition: box-shadow .4s var(--ease);
}
.nav--solid .nav-inner { box-shadow: 0 12px 34px rgba(20,18,14,.11); }
.nav-left { display: flex; gap: 24px; }
.nav-link {
  font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0;
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--ink); transition: width .3s var(--ease);
}
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after { width: 100%; }
.nav-logo { font-family: var(--sans); font-weight: 700; font-size: 22px; letter-spacing: 0.2em; text-indent: 0.2em; text-align: center; line-height: 1; }
.nav-right { display: flex; gap: 22px; justify-content: flex-end; align-items: center; }
.nav-icon {
  background: none; border: none; color: var(--ink-soft); padding: 4px 0;
  font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase; font-weight: 500;
  transition: color .3s;
}
.nav-icon:hover { color: var(--ink); }
.nav-cart { display: inline-flex; align-items: center; gap: 7px; }
.cart-count {
  background: var(--ink); color: var(--bg); border-radius: 999px;
  min-width: 18px; height: 18px; padding: 0 5px; display: inline-flex;
  align-items: center; justify-content: center; font-size: 10px; letter-spacing: 0;
}
.nav-burger { display: none; }

/* ============ hero (compact rounded panel) ============ */
.hero { position: relative; padding: 12px var(--pp) 0; }
.hero-media { position: relative; border-radius: var(--rad); overflow: hidden; height: clamp(400px, 58vh, 600px); }
.hero-img { width: 100%; height: 100%; }
.hero-img.ph, .hero-img.img-box { height: 100%; width: 100%; }
.hero-grad {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,18,14,.24) 0%, rgba(20,18,14,.04) 32%, rgba(20,18,14,.12) 66%, rgba(20,18,14,.44) 100%);
}
.hero-copy {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 0 24px;
}
.hero-eyebrow { color: rgba(247,243,235,.9); margin-bottom: 16px; }
.hero-title {
  color: #F7F3EB; font-size: clamp(34px, 4.4vw, 64px); margin: 0 0 26px; line-height: 1.05;
  text-shadow: 0 2px 30px rgba(0,0,0,.3);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-actions .btn--solid { background: #F7F3EB; color: var(--ink); }
.hero-actions .btn--solid:hover { background: var(--accent); color: #F7F3EB; }

/* ============ marquee ============ */
.marquee {
  overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 22px 0; white-space: nowrap;
}
.marquee-track { display: inline-flex; animation: marq 38s linear infinite; }
.marquee-item { font-size: 34px; color: var(--ink); padding-right: 4px; }
.marquee-dot { color: var(--accent); font-style: normal; padding: 0 6px; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ editorial ============ */
.editorial {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  padding: 120px var(--gut);
}
.editorial-media { max-width: 520px; }
.editorial-title { font-size: clamp(36px, 4.4vw, 68px); margin: 18px 0 26px; }
.editorial-body {
  font-size: 16px; line-height: 1.7; color: var(--ink-soft); max-width: 440px;
  margin-bottom: 32px; text-wrap: pretty;
}
.editorial-links { display: flex; gap: 28px; flex-wrap: wrap; }

/* ============ section heads ============ */
.sec-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px; gap: 24px;
}
.sec-title { font-size: clamp(34px, 4vw, 60px); margin: 14px 0 0; }

/* ============ grids ============ */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }

.featured, .shop, .cats, .hermandad { padding: 110px var(--gut); }
.shop { padding-top: 54px; }
.cats { padding-top: 10px; }

/* ============ shop bar (Rhode-style shoppable home) ============ */
.shop-head { margin-bottom: 26px; }
.shop-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.shop-chips::-webkit-scrollbar { display: none; }
.chip {
  background: none; border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 18px; font-size: 12px; letter-spacing: 0.06em; color: var(--ink-soft);
  font-weight: 500; transition: all .3s var(--ease);
}
.chip:hover { border-color: var(--ink-soft); }
.chip.is-on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.shop-bar {
  display: flex; align-items: center; gap: 18px; padding: 14px 0 22px;
  border-bottom: 1px solid var(--line); margin-bottom: 30px;
}
.shop-sort { font-size: 12px; letter-spacing: 0.04em; color: var(--muted); }
.shop-sort strong { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.shop-count { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-left: auto; }
.shop-density { display: flex; gap: 4px; }
.dens { background: none; border: 1px solid transparent; border-radius: 6px; padding: 7px; display: flex; align-items: center; justify-content: center; color: var(--muted); transition: .25s; }
.dens.is-on { border-color: var(--line); color: var(--ink); }
.dots { display: grid; gap: 2px; }
.dots--2 { grid-template-columns: repeat(2, 4px); }
.dots--1 { grid-template-columns: 1fr; }
.dots span { background: currentColor; border-radius: 1px; }
.dots--2 span { width: 4px; height: 4px; }
.dots--1 span { width: 11px; height: 11px; }

.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 22px; }
.shop-grid--large { grid-template-columns: repeat(2, 1fr); gap: 34px; }

/* ============ product card ============ */
.card { display: flex; flex-direction: column; }
.card-media { display: block; position: relative; overflow: hidden; background: var(--card); border-radius: 14px; }
.card--bordered .card-media { border: 1px solid var(--line); border-radius: 4px; }
.card-media .ph, .card-media .img-box { transition: transform .7s var(--ease); }
.card:hover .card-media .img-box img { transform: scale(1.04); }
.card-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--bg); color: var(--ink); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; font-weight: 600; padding: 5px 11px; border-radius: 999px;
}
.card-stock {
  position: absolute; bottom: 12px; left: 12px; z-index: 2;
  background: color-mix(in srgb, var(--accent) 92%, #000 0%); color: #fff;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  padding: 5px 10px; border-radius: 999px;
}
.card-info { padding-top: 15px; display: flex; flex-direction: column; gap: 7px; }
.card-name { font-size: 14px; font-weight: 600; margin: 0; letter-spacing: 0.01em; line-height: 1.3; }
.card-color { color: var(--muted); font-weight: 400; }
.card-rating { display: flex; align-items: center; gap: 8px; }
.stars { position: relative; display: inline-block; font-size: 12px; line-height: 1; letter-spacing: 1px; }
.stars-bg { color: var(--line); }
.stars-fill { position: absolute; left: 0; top: 0; color: var(--accent); overflow: hidden; white-space: nowrap; }
.rating-n { font-size: 11px; color: var(--muted); letter-spacing: 0.02em; white-space: nowrap; }
.card-cuotas {
  align-self: flex-start; font-size: 11px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, transparent);
  padding: 5px 10px; border-radius: 6px;
}
.card-meta-line { font-size: 12px; color: var(--muted); }
.card-meta-line strong { color: var(--ink-soft); font-weight: 600; }
.card-buy {
  margin-top: 4px; width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: var(--cta, var(--ink)); color: var(--bg); border: none; border-radius: 999px;
  padding: 13px 20px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
  transition: all .3s var(--ease); cursor: pointer;
}
.card-buy:hover { filter: brightness(1.12); transform: translateY(-1px); }
.card-buy-price { letter-spacing: 0.02em; }

/* ============ trust bar ============ */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.trust-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 40px; padding: 20px var(--gut); }
.trust-item {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500;
  position: relative; padding-left: 40px;
}
.trust-item::before { content: ""; position: absolute; left: 18px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); transform: translateY(-50%) rotate(45deg); }
.trust-item:first-child { padding-left: 0; }
.trust-item:first-child::before { display: none; }

/* ============ sticky checkout ============ */
.sticky-buy {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: flex; align-items: center; gap: 16px; padding: 14px 20px;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line); box-shadow: 0 -10px 40px rgba(20,18,14,.08);
  animation: stickyUp .4s var(--ease);
}
@keyframes stickyUp { from { transform: translateY(100%); } to { transform: none; } }
.sticky-info { display: flex; flex-direction: column; line-height: 1.2; }
.sticky-count { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.sticky-total { font-size: 18px; font-family: var(--display); font-weight: 600; }
.sticky-cta {
  margin-left: auto; background: var(--cta, var(--ink)); color: var(--bg); border: none; border-radius: 999px;
  padding: 15px 30px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; transition: .3s;
}
.sticky-cta:hover { filter: brightness(1.12); }

/* ============ first-order nudge ============ */
.nudge {
  position: fixed; left: 24px; bottom: 24px; z-index: 85; width: 330px; max-width: calc(100vw - 36px);
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 22px;
  box-shadow: 0 24px 60px rgba(20,18,14,.18); animation: nudgeIn .5s var(--ease);
}
@keyframes nudgeIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.nudge-x { position: absolute; top: 14px; right: 14px; background: none; border: none; color: var(--muted); font-size: 13px; }
.nudge-x:hover { color: var(--ink); }
.nudge-title { font-size: 26px; margin: 10px 0 16px; line-height: 1.05; }
.nudge-form { display: flex; flex-direction: column; gap: 9px; }
.nudge-input { background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 12px 18px; font-size: 13px; font-family: var(--sans); color: var(--ink); }
.nudge-input:focus { border-color: var(--ink); }
.nudge-btn { background: var(--cta, var(--ink)); color: var(--bg); border: none; border-radius: 999px; padding: 13px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; transition: .3s; }
.nudge-btn:hover { filter: brightness(1.12); }
.nudge-thanks { font-size: 14px; color: var(--accent); margin: 4px 0 0; }

/* ============ categories ============ */
.cat { display: block; }
.cat-media { transition: transform .7s var(--ease); }
.cat:hover .cat-media.img-box img { transform: scale(1.04); }
.cat-foot {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 14px; border-top: 1px solid var(--line); margin-top: 14px;
}
.cat-name { font-size: 18px; font-family: var(--display); }
.cat-count { font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.cat-count em { font-style: normal; transition: .3s; }
.cat:hover .cat-count em { padding-left: 4px; color: var(--ink); }

/* ============ lookbook ============ */
.lookbook { position: relative; background: var(--bg-2); }
.lookbook-media { width: 100%; }
.lookbook-img.ph, .lookbook-img.img-box { aspect-ratio: 16 / 9; min-height: 520px; }
.lookbook-rail {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: center; pointer-events: none;
}
.lookbook-head { margin-bottom: 30px; }
.lookbook-head .eyebrow { color: rgba(247,243,235,.8); }
.lookbook-head .sec-title { color: #F7F3EB; }
.lookbook-list { list-style: none; margin: 0; padding: 0; max-width: 440px; pointer-events: auto; }
.look-item {
  width: 100%; background: none; border: none; border-top: 1px solid rgba(247,243,235,.25);
  display: flex; align-items: center; gap: 18px; padding: 18px 0; text-align: left;
  color: rgba(247,243,235,.7); transition: .35s var(--ease);
}
.lookbook-list li:last-child .look-item { border-bottom: 1px solid rgba(247,243,235,.25); }
.look-n { font-family: var(--display); font-size: 22px; min-width: 36px; }
.look-name { flex: 1; font-size: 15px; letter-spacing: 0.02em; }
.look-arrow { opacity: 0; transition: .3s var(--ease); }
.look-item.is-active { color: #F7F3EB; padding-left: 14px; }
.look-item.is-active .look-arrow { opacity: 1; }

/* ============ manifesto ============ */
.manifesto { padding: 130px var(--gut); text-align: center; }
.manifesto-inner { max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.manifesto-text {
  font-size: clamp(26px, 3.4vw, 46px); line-height: 1.32; letter-spacing: -0.01em;
  margin: 8px 0 0; text-wrap: balance;
}
.manifesto-text em { font-style: italic; color: var(--accent); }

/* ============ hermandad ============ */
.herm-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.herm-media { transition: filter .5s; filter: grayscale(0.2); }
.herm:hover .herm-media.img-box img { transform: scale(1.05); }
.herm-handle { display: block; margin-top: 12px; font-size: 12px; color: var(--muted); letter-spacing: 0.02em; transition: .3s; }
.herm:hover .herm-handle { color: var(--ink); }

/* ============ store ============ */
.store { display: grid; grid-template-columns: 1.3fr 1fr; }
.store-media { overflow: hidden; }
.store-img.ph, .store-img.img-box { height: 100%; min-height: 560px; aspect-ratio: auto; }
.store-info {
  background: var(--ink); color: var(--bg); padding: clamp(48px, 7vw, 100px);
  display: flex; flex-direction: column; justify-content: center;
}
.store-info .eyebrow { color: rgba(247,243,235,.7); }
.store-title { font-size: clamp(40px, 5vw, 76px); margin: 16px 0 24px; color: #F7F3EB; }
.store-addr { font-size: 17px; line-height: 1.6; color: rgba(247,243,235,.85); margin: 0 0 34px; }
.store-hours { display: flex; gap: 56px; margin-bottom: 40px; }
.store-h-label { display: block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,243,235,.55); margin-bottom: 6px; }
.store-h-time { font-family: var(--display); font-size: 22px; color: #F7F3EB; }
.store-btn { align-self: flex-start; background: #F7F3EB; color: var(--ink); }
.store-btn:hover { background: var(--accent); color: #F7F3EB; }

/* ============ newsletter ============ */
.news { padding: 120px var(--gut); border-top: 1px solid var(--line); }
.news-inner { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.news-title { font-size: clamp(32px, 4.2vw, 60px); margin: 0; }
.news-form { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; justify-content: center; }
.news-input {
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 15px 24px; font-size: 14px; font-family: var(--sans); color: var(--ink);
  width: 320px; max-width: 80vw; transition: border-color .3s;
}
.news-input:focus { border-color: var(--ink); }
.news-input::placeholder { color: var(--muted); }
.news-thanks { font-size: 18px; color: var(--accent); font-family: var(--display); }

/* ============ footer ============ */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 80px var(--gut) 40px; }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.footer-logo { font-family: var(--sans); font-weight: 700; font-size: 32px; letter-spacing: 0.18em; text-indent: 0.18em; }
.footer-tag { font-size: 13px; color: var(--muted); margin: 14px 0 0; max-width: 240px; line-height: 1.6; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-col-h { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); font-weight: 600; display: block; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 13px; color: var(--muted); transition: color .3s; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 12px; color: var(--muted); letter-spacing: 0.02em; flex-wrap: wrap; gap: 16px; }
.footer-pay { display: flex; gap: 10px; }
.pay { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid var(--line); border-radius: 4px; padding: 5px 9px; color: var(--muted); }

/* ============ scrim ============ */
.scrim {
  position: fixed; inset: 0; background: rgba(20,18,14,.42); z-index: 90;
  opacity: 0; pointer-events: none; transition: opacity .4s var(--ease);
  backdrop-filter: blur(2px);
}
.scrim.is-on { opacity: 1; pointer-events: auto; }

/* ============ cart ============ */
.cart {
  position: fixed; top: 0; right: 0; bottom: 0; width: 440px; max-width: 92vw; z-index: 100;
  background: var(--bg); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .5s var(--ease);
  box-shadow: -20px 0 60px rgba(20,18,14,.12);
}
.cart.is-on { transform: none; }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.cart-x { background: none; border: none; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.cart-x:hover { color: var(--ink); }
.cart-ship { padding: 18px 26px; border-bottom: 1px solid var(--line); }
.cart-ship p { margin: 0 0 12px; font-size: 13px; color: var(--ink-soft); }
.cart-ship strong { color: var(--ink); }
.cart-bar { height: 4px; background: var(--bg-3); border-radius: 999px; overflow: hidden; }
.cart-bar span { display: block; height: 100%; background: var(--accent); border-radius: 999px; transition: width .5s var(--ease); }
.cart-body { flex: 1; overflow-y: auto; padding: 8px 26px; }
.cart-empty { text-align: center; padding: 60px 10px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cart-empty .serif { font-size: 26px; margin: 0; }
.cart-empty-sub { font-size: 13px; color: var(--muted); max-width: 260px; margin: 0 0 10px; line-height: 1.6; }

.ci { display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.ci-media { border-radius: 3px; }
.ci-info { display: flex; flex-direction: column; }
.ci-top { display: flex; justify-content: space-between; gap: 10px; }
.ci-name { font-size: 14px; font-weight: 500; }
.ci-name em { color: var(--muted); font-style: normal; font-weight: 400; }
.ci-rm { background: none; border: none; font-size: 11px; color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.ci-rm:hover { color: var(--accent); }
.ci-size { font-size: 12px; color: var(--muted); margin-top: 4px; }
.ci-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 12px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.qty button { width: 28px; height: 28px; background: none; border: none; font-size: 15px; color: var(--ink-soft); }
.qty button:hover { color: var(--ink); }
.qty span { min-width: 22px; text-align: center; font-size: 13px; }
.ci-price { font-size: 14px; font-weight: 500; }

.cart-upsell { padding: 18px 26px; border-top: 1px solid var(--line); background: var(--bg-2); }
.up { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; margin-top: 12px; }
.up-media { border-radius: 3px; }
.up-info { display: flex; flex-direction: column; gap: 3px; }
.up-name { font-size: 13px; font-weight: 500; }
.up-price { font-size: 12px; color: var(--muted); }
.up-add { background: none; border: 1px solid var(--ink); border-radius: 999px; padding: 8px 16px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; transition: .3s; }
.up-add:hover { background: var(--ink); color: var(--bg); }

.cart-foot { padding: 22px 26px; border-top: 1px solid var(--line); }
.cart-sub { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.cart-sub span:first-child { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.cart-sub-n { font-size: 22px; font-family: var(--display); }
.cart-note { display: block; text-align: center; margin-top: 12px; font-size: 11px; color: var(--muted); letter-spacing: 0.04em; }

/* ============ mega menu (Rhode-style top sheet) ============ */
.mmenu {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  max-width: 480px; margin: 0 auto; max-height: 92vh;
  background: var(--bg); transform: translateY(-100%); transition: transform .55s var(--ease);
  display: flex; flex-direction: column;
  border-radius: 0 0 var(--rad) var(--rad);
  box-shadow: 0 30px 70px rgba(20,18,14,.18);
}
.mmenu.is-on { transform: translateY(0); }
.mmenu-bar {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 20px 24px; border-bottom: 1px solid var(--line);
}
.mmenu-close { justify-self: start; background: none; border: none; width: 22px; height: 16px; position: relative; }
.mmenu-close span { position: absolute; top: 7px; left: 0; width: 22px; height: 1.5px; background: var(--ink); }
.mmenu-close span:first-child { transform: rotate(45deg); }
.mmenu-close span:last-child { transform: rotate(-45deg); }
.mmenu-logo { font-family: var(--sans); font-weight: 700; font-size: 19px; letter-spacing: 0.2em; text-indent: 0.2em; text-align: center; }
.mmenu-cart { justify-self: end; background: none; border: none; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; }
.mmenu-cart:hover { color: var(--ink); }

.mmenu-tabs {
  display: flex; gap: 26px; padding: 16px 24px 0; border-bottom: 1px solid var(--line);
  overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none;
}
.mmenu-tabs::-webkit-scrollbar { display: none; }
.mmenu-tab {
  background: none; border: none; padding: 0 0 14px; white-space: nowrap;
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  color: var(--muted); position: relative; transition: color .3s;
}
.mmenu-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1.5px; background: var(--ink); transform: scaleX(0); transition: transform .3s var(--ease); }
.mmenu-tab:hover { color: var(--ink-soft); }
.mmenu-tab.is-active { color: var(--ink); }
.mmenu-tab.is-active::after { transform: scaleX(1); }

.mmenu-scroll { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 8px 24px 28px; }
.mmenu-list { list-style: none; margin: 0; padding: 0; }
.mrow {
  display: grid; grid-template-columns: 52px 1fr auto auto; align-items: center; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease);
}
.mrow:hover { padding-left: 6px; }
.mrow-thumb { width: 52px; border-radius: 4px; background: var(--card); }
.mrow-thumb.ph { background-color: var(--card); }
.mrow-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.mrow-name { font-size: 15px; font-weight: 500; letter-spacing: 0.01em; }
.mrow-desc { font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mrow-badge {
  font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  padding: 4px 9px; border-radius: 999px; white-space: nowrap;
}
.badge--new { background: var(--ink); color: var(--bg); }
.badge--eterno { background: none; color: var(--accent); border: 1px solid var(--accent); }
.mrow-arrow { color: var(--muted); opacity: 0; transform: translateX(-4px); transition: .3s var(--ease); font-size: 14px; }
.mrow:hover .mrow-arrow { opacity: 1; transform: none; }

.mmenu-cta { width: 100%; margin: 22px 0 8px; }

.mmenu-sec { display: flex; flex-direction: column; border-top: 1px solid var(--line); margin-top: 16px; padding-top: 8px; }
.mmenu-sec-link {
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
  color: var(--ink-soft); padding: 13px 0; border-bottom: 1px solid var(--line); transition: .3s;
}
.mmenu-sec-link:hover { color: var(--ink); padding-left: 5px; }
.mmenu-foot { display: flex; gap: 22px; padding-top: 22px; }
.mmenu-mini { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); transition: color .3s; }
.mmenu-mini:hover { color: var(--ink); }

/* ============ toast ============ */
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translate(-50%, 20px); z-index: 110;
  background: var(--ink); color: var(--bg); padding: 14px 24px; border-radius: 999px;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
  opacity: 0; pointer-events: none; transition: all .4s var(--ease); box-shadow: 0 12px 40px rgba(20,18,14,.2);
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ============ responsive ============ */
@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
  .herm-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 820px) {
  :root { --gut: 22px; }
  .nav-left { display: none; }
  .nav-burger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px 0; }
  .nav-burger span { width: 22px; height: 1.5px; background: var(--ink); display: block; }
  .nav-inner { grid-template-columns: 1fr auto 1fr; }
  .nav-hide-sm { display: none; }
  .nav-logo { font-size: 17px; letter-spacing: 0.16em; text-indent: 0.16em; }
  .editorial { grid-template-columns: 1fr; gap: 40px; padding: 80px var(--gut); }
  .editorial-media { max-width: 100%; }
  .store { grid-template-columns: 1fr; }
  .store-img.ph, .store-img.img-box { min-height: 380px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .featured, .cats, .hermandad, .manifesto, .news { padding: 72px var(--gut); }
  .marquee-item { font-size: 26px; }
  .lookbook-rail { position: static; padding-top: 40px; padding-bottom: 50px; }
  .lookbook-head .sec-title, .look-item.is-active { color: var(--ink); }
  .lookbook-head .eyebrow { color: var(--muted); }
  .look-item { color: var(--ink-soft); border-top-color: var(--line); }
  .lookbook-list li:last-child .look-item { border-bottom-color: var(--line); }
  .store-hours { gap: 32px; }
  .mmenu { max-width: none; }
}
@media (max-width: 520px) {
  .grid-4 { grid-template-columns: 1fr 1fr; gap: 16px 14px; }
  .herm-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-img.ph, .hero-img.img-box { min-height: 480px; aspect-ratio: 3 / 4; }
  .card-add.is-on { opacity: 1; transform: none; }
  .card-add { opacity: 1; transform: none; position: static; margin-top: 12px; }
  .card-media .card-add { position: static; }
}

/* ============ PDP ============ */
.crumb { display: flex; align-items: center; gap: 10px; padding-top: 26px; font-size: 12px; letter-spacing: 0.04em; color: var(--muted); }
.crumb a:hover { color: var(--ink); }
.crumb span { color: var(--bg-3); }
.crumb-cur { color: var(--ink-soft); }

.pdp { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; padding: 30px var(--gut) 100px; align-items: start; }

.gallery { display: grid; grid-template-columns: 84px 1fr; gap: 16px; position: sticky; top: 90px; }
.gallery-thumbs { display: flex; flex-direction: column; gap: 12px; }
.gthumb { padding: 0; border: 1.5px solid transparent; border-radius: 11px; overflow: hidden; background: var(--card); transition: border-color .25s; }
.gthumb .ph, .gthumb .img-box { border-radius: 9px; }
.gthumb.is-on { border-color: var(--ink); }
.gallery-main { position: relative; border-radius: var(--rad); overflow: hidden; background: var(--card); }
.gmain { border-radius: var(--rad); }
.gallery-main .card-tag { top: 16px; left: 16px; }
.gallery-carousel, .gallery-progress { display: none; }
.gslide-img { border-radius: var(--rad); }

.pinfo { padding-top: 4px; }
.pinfo-eyebrow { color: var(--accent); }
.pinfo-name { font-size: clamp(30px, 3.3vw, 48px); margin: 12px 0 14px; }
.pinfo-rating { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.pinfo-rating:hover { color: var(--ink); }
.pinfo-price { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.pinfo-amount { font-size: 30px; font-weight: 600; font-family: var(--display); letter-spacing: -0.01em; }
.pinfo-cuotas { font-size: 12px; font-weight: 600; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, transparent); padding: 6px 11px; border-radius: 6px; }
.pinfo-transfer { font-size: 13px; color: var(--muted); margin: 10px 0 30px; }
.pinfo-block { padding: 22px 0; border-top: 1px solid var(--line); }
.pinfo-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.pinfo-label strong { color: var(--ink); font-weight: 600; letter-spacing: 0; text-transform: none; font-size: 13px; }
.pinfo-guide { font-size: 11px; text-decoration: underline; text-underline-offset: 3px; color: var(--ink-soft); letter-spacing: 0; text-transform: none; }
.pinfo-guide:hover { color: var(--accent); }
.swatches { display: flex; gap: 10px; }
.swatch { display: block; width: 30px; height: 30px; border-radius: 50%; background: var(--sw); border: 1px solid rgba(0,0,0,.15); transition: box-shadow .25s; }
.swatch.is-on { box-shadow: 0 0 0 2px var(--bg), 0 0 0 3.5px var(--ink); }
.swatch-note { font-size: 11px; color: var(--muted); margin: 12px 0 0; letter-spacing: 0.01em; }
.sizes { display: flex; gap: 9px; flex-wrap: wrap; }
.size { min-width: 52px; height: 46px; padding: 0 12px; border: 1px solid var(--line); background: none; border-radius: 10px; font-size: 13px; font-weight: 500; color: var(--ink-soft); transition: .25s; }
.size:hover:not(:disabled) { border-color: var(--ink-soft); }
.size.is-on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.size.is-out { color: var(--bg-3); text-decoration: line-through; cursor: not-allowed; }
.pinfo-stock { font-size: 12px; color: var(--accent); margin: 12px 0 0; font-weight: 500; }

.pinfo-buy { display: flex; gap: 12px; margin-top: 26px; }
.qty--lg { height: 54px; }
.qty--lg button { width: 42px; height: 54px; font-size: 18px; }
.qty--lg span { min-width: 30px; }
.pinfo-add { flex: 1; background: var(--cta, var(--ink)); color: var(--bg); border: none; border-radius: 999px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; transition: .3s; }
.pinfo-add:hover { filter: brightness(1.12); }

.pinfo-trust { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 26px 0 8px; padding: 22px 0 0; border-top: 1px solid var(--line); }
.pinfo-trust li { font-size: 12px; color: var(--ink-soft); padding-left: 22px; position: relative; letter-spacing: 0.01em; }
.pinfo-trust li::before { content: ""; position: absolute; left: 4px; top: 50%; width: 5px; height: 5px; background: var(--accent); transform: translateY(-50%) rotate(45deg); }

.pinfo-acc { margin-top: 18px; }
.acc { border-top: 1px solid var(--line); }
.acc:last-child { border-bottom: 1px solid var(--line); }
.acc-head { width: 100%; background: none; border: none; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font-size: 12px; letter-spacing: 0.06em; font-weight: 600; color: var(--ink); text-transform: uppercase; }
.acc-sign { font-size: 18px; color: var(--muted); font-weight: 400; }
.acc-body { overflow: hidden; transition: max-height .4s var(--ease); }
.acc-inner { padding: 0 0 20px; font-size: 14px; line-height: 1.7; color: var(--ink-soft); }
.acc-inner p { margin: 0 0 10px; }
.acc-inner strong { color: var(--ink); font-weight: 600; }

.look { padding: 30px var(--gut) 60px; }
.look-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lrow { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; padding: 16px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
.lrow-media { width: 64px; border-radius: 8px; }
.lrow-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.lrow-name { font-size: 13px; font-weight: 600; }
.lrow-name em { color: var(--muted); font-style: normal; font-weight: 400; }
.lrow-price { font-size: 11.5px; color: var(--muted); }
.lrow-add { background: none; border: 1px solid var(--ink); border-radius: 999px; padding: 9px 16px; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; transition: .3s; white-space: nowrap; }
.lrow-add:hover { background: var(--ink); color: var(--bg); }

.related { padding: 60px var(--gut) 110px; }
.related-price { font-size: 14px; font-weight: 600; }
.related .card-info { gap: 6px; }

@media (max-width: 960px) {
  .pdp { grid-template-columns: 1fr; gap: 30px; }
  .gallery { position: static; grid-template-columns: 72px 1fr; }
}
@media (max-width: 820px) {
  .pdp { padding: 22px var(--gut) 90px; }
  .look-row { grid-template-columns: 1fr; }
  .gallery { display: block; grid-template-columns: none; position: static; }
  .gallery-thumbs, .gallery-main { display: none; }
  .gallery-carousel {
    display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    margin: 0 calc(var(--gut) * -1); padding: 0 var(--gut);
  }
  .gallery-carousel::-webkit-scrollbar { display: none; }
  .gslide { position: relative; flex: 0 0 84%; scroll-snap-align: center; }
  .gallery-progress { display: block; height: 2px; background: var(--line); border-radius: 2px; margin: 14px var(--gut) 0; overflow: hidden; }
  .gallery-progress-bar { display: block; height: 100%; background: var(--ink); border-radius: 2px; width: calc(100% / var(--n)); transform: translateX(0); transition: transform .06s linear; }
}
@media (max-width: 520px) {
  .pinfo-trust { grid-template-columns: 1fr; }
  .related .shop-grid { grid-template-columns: 1fr 1fr; }
  .gslide { flex: 0 0 88%; }
}

/* ============ scroll-driven zoom (Rhode-style) ============ */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    @keyframes parallaxZoom {
      0%   { transform: scale(1.08); }
      50%  { transform: scale(1); }
      100% { transform: scale(1.08); }
    }
    .hero-media .img-box img,
    .editorial-media .img-box img,
    .lookbook-media .img-box img,
    .store-media .img-box img,
    .gallery-main .img-box img {
      animation: parallaxZoom linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
      will-change: transform;
    }
    /* placeholders get a softer version so striped fills don't jump */
    .editorial-media .ph,
    .lookbook-media .ph,
    .store-media .ph {
      animation: parallaxZoom linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }
  }
}

/* ============ reveal on scroll (fade + translate) ============
   Secciones y product cards entran suave al aparecer en el viewport.
   Anti-flash: los elementos SOLO se ocultan si el JS marcó <html>.js-reveal
   (si el JS no corre, todo se ve normal). El JS pone [data-fr-reveal] en los
   targets y agrega .is-inview cuando entran. El stagger por columna llega via
   la variable inline --fr-delay. No pisa el zoom parallax (ese corre sobre las
   <img> internas; esto sobre los contenedores). */
html.js-reveal [data-fr-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .8s var(--ease);
  transition-delay: var(--fr-delay, 0ms);
  will-change: opacity, transform;
}
html.js-reveal [data-fr-reveal].is-inview {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.js-reveal [data-fr-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================================
   Mobile-first audit fixes (2026-06)
   ============================================================ */

/* Carrusel de imágenes en product cards (estaba sin estilos → cards rotas) */
.card-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:14px;}
.card-carousel::-webkit-scrollbar{display:none;}
.card-slide{flex:0 0 100%;scroll-snap-align:center;display:block;}
.card-slide img{width:100%;aspect-ratio:3/4;height:auto;object-fit:cover;display:block;}
.card-dots{display:flex;justify-content:center;gap:6px;margin-top:10px;}
.card-dot{width:6px;height:6px;border-radius:50%;background:var(--bg-3);transition:.3s var(--ease);}
.card-dot.is-on{background:var(--ink);width:18px;border-radius:3px;}

/* iOS: inputs con font-size < 16px disparan zoom automático al hacer focus */
.news-input,.nudge-input{font-size:16px;}
@media (min-width:821px){.news-input{font-size:14px;}.nudge-input{font-size:13px;}}

/* z-index: carrito por encima del menú si ambos quedaran abiertos */
.cart{z-index:101;}

/* footer: colapsar a 2 columnas en mobile chico */
@media (max-width:520px){.footer-cols{grid-template-columns:repeat(2,1fr);gap:22px;}}

/* Tap targets >= 44px en navegación mobile + flecha de categoría siempre visible */
@media (max-width:820px){
  .nav-burger{padding:11px 8px !important;}
  .nav-icon{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;}
  .mmenu-close{width:44px;height:44px;}
  .mmenu-close span{top:50%;left:50%;width:20px;}
  .mmenu-close span:first-child{transform:translate(-50%,-50%) rotate(45deg);}
  .mmenu-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg);}
  .mmenu-tab{padding:12px 4px;}
  .qty button{width:40px;height:40px;}
  .mrow-arrow{opacity:1;}
}

/* Upsell del carrito ("Para completar tu outfit") */
.cart-upsell{padding:16px 26px 6px;border-top:1px solid var(--line);}
.cart-upsell .eyebrow{display:block;margin-bottom:12px;}
.up{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.up-card{display:block;}
.up-media{border-radius:10px;overflow:hidden;margin-bottom:6px;background:var(--card);}
.up-media img{width:100%;height:100%;object-fit:cover;display:block;}
.up-name{display:block;font-size:11px;line-height:1.25;color:var(--ink);}
.up-price{display:block;font-size:11px;color:var(--muted);margin-top:2px;}

/* Paginación de colección (estaba sin estilos → "123…6→" plano) */
.pager{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:48px 0 8px;}
.pager-btn{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border:1px solid var(--line);border-radius:999px;font-size:13px;color:var(--ink-soft);transition:border-color .25s var(--ease),color .25s var(--ease),background .25s var(--ease);}
.pager-btn:hover{border-color:var(--ink);color:var(--ink);}
.pager-btn.is-current{background:var(--ink);color:var(--bg);border-color:var(--ink);}
.pager-arrow{font-size:16px;}
.pager-dots{padding:0 2px;color:var(--muted);}

/* Formato de producto AGOTADO en cards (antes solo tachaba los talles) */
.card--soldout .card-media{opacity:.6;}
.card-tag--out{background:var(--ink) !important;color:var(--bg) !important;}
.card-soldout-btn{display:block;width:100%;text-align:center;color:var(--muted);border:1px solid var(--line);border-radius:8px;padding:12px 0;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:var(--bg-2);cursor:default;}
\n