/** Shopify CDN: Minification failed

Line 343:0 Unexpected "}"

**/
/* ============================================
   SETPOINT — Custom Brand CSS
   Archivo: assets/setpoint.css
   Agregar en: Layout > theme.liquid antes de </head>
   {{ 'setpoint.css' | asset_url | stylesheet_tag }}
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');

/* ── VARIABLES DE MARCA ── */
:root {
  --sp-noir: #0D0D0D;
  --sp-blanc: #F7F4EF;
  --sp-sage: #8FAF8C;
  --sp-sage-dark: #4A6B47;
  --sp-terra: #C96A3B;
  --sp-dusted: #E8DDD0;
  --sp-gold: #B8945A;
  --sp-light: #D8D4CE;
  --sp-font-display: 'Playfair Display', Georgia, serif;
  --sp-font-body: 'DM Sans', system-ui, sans-serif;

  /* Aliases — usados en reglas posteriores; apuntan a los tokens de arriba para que el retheme funcione */
  --sp-crema: var(--sp-blanc);
  --sp-sans: var(--sp-font-body);
  --sp-serif: var(--sp-font-display);
}

/* ── TIPOGRAFÍA BASE ── */
body { font-family: var(--sp-font-body); background: var(--sp-blanc); }
h1, h2, h3 { font-family: var(--sp-font-display); }

/* ── ANNOUNCEMENT BAR ── */
.sp-ann-bar {
  background: var(--sp-sage-dark);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sp-ann-bar span { margin: 0 14px; opacity: .5; }

/* ── HEADER ── */
.sp-header {
  background: var(--sp-noir);
  position: sticky;
  top: 0;
  z-index: 200;
  padding: 0 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1a1a1a;
}
.sp-logo { font-size: 20px; font-weight: 700; letter-spacing: -.5px; line-height: 1; }
.sp-logo .s1 { color: var(--sp-blanc); }
.sp-logo .s2 { color: var(--sp-terra); }
.sp-logo sub { font-size: 9px; letter-spacing: 2px; font-weight: 400; color: #555; display: block; text-transform: uppercase; margin-top: -2px; }
.sp-nav { display: flex; gap: 28px; }
.sp-nav a { color: #aaa; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; text-decoration: none; transition: color .2s; }
.sp-nav a:hover, .sp-nav a.active { color: #fff; }
.sp-header-right { display: flex; align-items: center; gap: 14px; }
.sp-icon-btn { color: #888; font-size: 16px; background: none; border: none; cursor: pointer; transition: color .2s; }
.sp-icon-btn:hover { color: #fff; }
.sp-cart-btn { background: var(--sp-terra); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 8px 18px; border-radius: 3px; border: none; cursor: pointer; position: relative; transition: background .2s; }
.sp-cart-btn:hover { background: #a85530; }
.sp-cart-count { position: absolute; top: -6px; right: -6px; background: var(--sp-sage); color: #fff; font-size: 9px; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* ── BOTONES ── */
.sp-btn-primary { background: var(--sp-terra); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 15px 32px; border-radius: 3px; border: none; cursor: pointer; transition: background .2s; display: inline-block; text-decoration: none; }
.sp-btn-primary:hover { background: #a85530; color: #fff; }
.sp-btn-ghost { background: transparent; color: var(--sp-blanc); font-size: 12px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; padding: 14px 32px; border-radius: 3px; border: 1px solid #333; cursor: pointer; transition: all .2s; display: inline-block; text-decoration: none; }
.sp-btn-ghost:hover { border-color: #666; }
.sp-btn-outline { background: transparent; color: var(--sp-noir); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 12px 28px; border-radius: 3px; border: 1.5px solid var(--sp-noir); cursor: pointer; transition: all .2s; display: inline-block; text-decoration: none; }
.sp-btn-outline:hover { background: var(--sp-noir); color: var(--sp-blanc); }
.sp-see-all { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sp-noir); border-bottom: 1.5px solid var(--sp-noir); padding-bottom: 2px; text-decoration: none; white-space: nowrap; transition: color .2s; }
.sp-see-all:hover { color: var(--sp-terra); border-color: var(--sp-terra); }

/* ── EYEBROW / SECTION LABELS ── */
.sp-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--sp-terra); margin-bottom: 10px; font-family: var(--sp-font-body); }
.sp-section-title { font-family: var(--sp-font-display); font-size: 38px; line-height: 1.1; color: var(--sp-noir); }
.sp-section-title.light { color: var(--sp-blanc); }
.sp-section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }

/* ── HERO ── */
.sp-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; overflow: hidden; }
.sp-hero-left { background: var(--sp-noir); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.sp-hero-left::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px solid #1d1d1d; top: -100px; right: -200px; pointer-events: none; }
.sp-hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,106,59,.15); border: 1px solid rgba(201,106,59,.3); color: var(--sp-terra); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 28px; width: fit-content; }
.sp-hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--sp-terra); border-radius: 50%; animation: sp-pulse 2s infinite; }
@keyframes sp-pulse { 0%,100%{ opacity:1; transform:scale(1) } 50%{ opacity:.5; transform:scale(1.3) } }
.sp-hero-h1 { font-family: var(--sp-font-display); font-size: 56px; line-height: 1.05; color: var(--sp-blanc); margin-bottom: 20px; }
.sp-hero-h1 em { color: var(--sp-sage); font-style: italic; }
.sp-hero-desc { font-size: 14px; color: #777; line-height: 1.8; max-width: 360px; margin-bottom: 36px; }
.sp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.sp-hero-trust { display: flex; align-items: center; gap: 12px; padding-top: 32px; border-top: 1px solid #1d1d1d; }
.sp-stars { color: var(--sp-gold); font-size: 14px; letter-spacing: 1px; }
.sp-trust-txt { font-size: 11px; color: #555; line-height: 1.5; }
.sp-trust-txt strong { color: #888; display: block; }
.sp-hero-right { background: #111; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 40px; position: relative; }
.sp-hero-bg { position: absolute; inset: 0; opacity: .04; background-image: repeating-linear-gradient(45deg,#fff 0,#fff 1px,transparent 0,transparent 50%); background-size: 20px 20px; }

/* ── SPORTS NAV ── */
.sp-sports-nav { background: var(--sp-noir); border-top: 1px solid #1d1d1d; padding: 14px 40px; display: flex; align-items: center; gap: 0; overflow-x: auto; }
.sp-sport-tab { padding: 8px 22px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #555; cursor: pointer; border-bottom: 2px solid transparent; white-space: nowrap; transition: all .2s; text-decoration: none; display: inline-block; }
.sp-sport-tab:hover { color: #aaa; }
.sp-sport-tab.active, .sp-sport-tab[aria-current] { color: var(--sp-blanc); border-bottom-color: var(--sp-terra); }
.sp-sport-sep { color: #2a2a2a; margin: 0 4px; }
.sp-sports-shipping { margin-left: auto; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #333; display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.sp-ship-dot { width: 6px; height: 6px; background: var(--sp-sage); border-radius: 50%; }

/* ── PRODUCT CARDS ── */
.sp-prod-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.sp-prod-card { background: #fff; border-radius: 8px; overflow: hidden; border: .5px solid #e8e4de; cursor: pointer; transition: all .25s; position: relative; }
.sp-prod-card:hover { border-color: var(--sp-terra); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.sp-prod-img-wrap { position: relative; overflow: hidden; }
.sp-prod-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform .4s; }
.sp-prod-card:hover .sp-prod-img { transform: scale(1.04); }
.sp-prod-img-placeholder { width: 100%; aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 22px; color: rgba(255,255,255,.15); }
.sp-prod-tag { position: absolute; top: 12px; left: 12px; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 9px; border-radius: 2px; z-index: 2; }
.sp-tag-nuevo { background: var(--sp-terra); color: #fff; }
.sp-tag-trend { background: var(--sp-noir); color: #fff; }
.sp-tag-sale { background: var(--sp-sage); color: #1D2B1D; }
.sp-tag-hot { background: var(--sp-terra); color: #fff; }
.sp-prod-wish { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; background: rgba(255,255,255,.92); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; opacity: 0; transition: opacity .2s; z-index: 2; border: none; }
.sp-prod-card:hover .sp-prod-wish { opacity: 1; }
.sp-prod-body { padding: 14px 16px; }
.sp-prod-sport { font-size: 8px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--sp-terra); margin-bottom: 5px; }
.sp-prod-title { font-size: 13px; font-weight: 700; color: var(--sp-noir); margin-bottom: 3px; line-height: 1.4; font-family: var(--sp-font-body); }
.sp-prod-desc { font-size: 11px; color: #aaa; margin-bottom: 12px; line-height: 1.5; }
.sp-prod-bottom { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.sp-prod-price { font-size: 16px; font-weight: 700; color: var(--sp-noir); }
.sp-prod-price-old { font-size: 12px; color: #bbb; text-decoration: line-through; margin-left: 5px; }
.sp-swatches { display: flex; gap: 4px; }
.sp-swatch { width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid #e8e4de; cursor: pointer; }
.sp-add-btn { width: 100%; background: var(--sp-noir); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 10px; border-radius: 3px; border: none; cursor: pointer; transition: background .2s; font-family: var(--sp-font-body); }
.sp-add-btn:hover { background: var(--sp-terra); }

/* ── CATEGORY GRID ── */
.sp-cat-grid { display: grid; grid-template-columns: 5fr 3fr 3fr; gap: 14px; }
.sp-cat-card { border-radius: 6px; overflow: hidden; cursor: pointer; position: relative; }
.sp-cat-img { width: 100%; display: flex; align-items: flex-end; padding: 24px; position: relative; }
.sp-cat-img.h-tall { height: 480px; }
.sp-cat-img.h-half { height: 232px; }
.sp-cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.1) 50%,transparent 100%); transition: background .3s; }
.sp-cat-card:hover .sp-cat-overlay { background: linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.2) 50%,transparent 100%); }
.sp-cat-info { position: relative; z-index: 2; }
.sp-cat-sport { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 5px; }
.sp-cat-name { font-family: var(--sp-font-display); font-size: 22px; color: #fff; margin-bottom: 10px; }
.sp-cat-btn { display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 2px; transition: all .2s; text-decoration: none; }
.sp-cat-card:hover .sp-cat-btn { background: rgba(255,255,255,.22); }
.sp-cat-col { display: flex; flex-direction: column; gap: 14px; }
.sp-cat-count { font-size: 10px; color: rgba(255,255,255,.45); margin-top: 6px; }

/* ── COLOR BGs para placeholders ── */
.bg-sage { background: linear-gradient(160deg,#2D4A2A 0%,#4A6B47 40%,#8FAF8C 100%); }
.bg-terra { background: linear-gradient(160deg,#5C2210 0%,#8B3A18 40%,#C96A3B 100%); }
.bg-noir { background: linear-gradient(160deg,#0D0D0D 0%,#1d1d1d 60%,#333 100%); }
.bg-gold { background: linear-gradient(160deg,#5C3D10 0%,#8B6830 40%,#B8945A 100%); }
.bg-pink { background: linear-gradient(160deg,#6B2040 0%,#A84060 50%,#D47090 100%); }
.bg-aqua { background: linear-gradient(160deg,#2a5a8a 0%,#4a8abf 100%); }
.bg-lavanda { background: linear-gradient(160deg,#3d2a5a 0%,#6a4a9f 100%); }
.bg-yellow { background: linear-gradient(160deg,#6B5810 0%,#A8900A 50%,#D4B82A 100%); }

/* ── TRENDING STRIP ── */
.sp-trending-strip { background: var(--sp-noir); padding: 18px 40px; display: flex; align-items: center; gap: 0; overflow-x: auto; }
.sp-trending-label { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--sp-terra); white-space: nowrap; margin-right: 24px; padding-right: 24px; border-right: 1px solid #2a2a2a; }
.sp-trend-tags { display: flex; gap: 8px; flex-wrap: nowrap; }
.sp-trend-tag { background: #1a1a1a; border: 1px solid #2a2a2a; color: #777; font-size: 10px; font-weight: 600; letter-spacing: .5px; padding: 7px 14px; border-radius: 20px; white-space: nowrap; cursor: pointer; transition: all .2s; text-decoration: none; }
.sp-trend-tag:hover, .sp-trend-tag.hot { background: var(--sp-terra); border-color: var(--sp-terra); color: #fff; }

/* ── TREND BANNER ── */
.sp-trend-banner { background: var(--sp-noir); padding: 72px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.sp-trend-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sp-trend-img { border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: rgba(255,255,255,.1); }
.sp-trend-img.t1 { height: 220px; }
.sp-trend-img.t2 { height: 220px; margin-top: 36px; }
.sp-trend-list { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.sp-trend-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: #111; border-radius: 6px; border: 1px solid #1d1d1d; }
.sp-trend-num { font-family: var(--sp-font-display); font-size: 24px; font-weight: 700; color: var(--sp-terra); min-width: 28px; line-height: 1; }
.sp-trend-name { font-size: 13px; font-weight: 700; color: var(--sp-blanc); margin-bottom: 3px; }
.sp-trend-desc { font-size: 11px; color: #555; line-height: 1.5; }

/* ── ACCESSORIES ── */
.sp-acc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sp-acc-card { border-radius: 6px; overflow: hidden; background: #fff; border: .5px solid #e8e4de; cursor: pointer; transition: all .2s; }
.sp-acc-card:hover { border-color: var(--sp-sage); transform: translateY(-2px); }
.sp-acc-img { width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.sp-acc-body { padding: 12px 14px; }
.sp-acc-name { font-size: 12px; font-weight: 700; color: var(--sp-noir); margin-bottom: 3px; }
.sp-acc-sub { font-size: 10px; color: #aaa; margin-bottom: 8px; }
.sp-acc-price { font-size: 14px; font-weight: 700; color: var(--sp-noir); }

/* ── REVIEWS ── */
.sp-review-card { background: #111; border-radius: 8px; padding: 24px; border: .5px solid #1d1d1d; }
.sp-rev-stars { color: var(--sp-gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 14px; }
.sp-rev-text { font-size: 13px; color: #bbb; line-height: 1.7; font-style: italic; margin-bottom: 18px; }
.sp-rev-author { display: flex; align-items: center; gap: 10px; }
.sp-rev-avatar { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.sp-av-sage { background: var(--sp-sage); color: #1D2B1D; }
.sp-av-terra { background: var(--sp-terra); color: #fff; }
.sp-av-gold { background: var(--sp-gold); color: #fff; }
.sp-rev-name { font-size: 12px; font-weight: 700; color: var(--sp-blanc); }
.sp-rev-meta { font-size: 10px; color: #555; }
.sp-proof-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid #1d1d1d; padding-top: 48px; margin-top: 48px; }
.sp-stat { text-align: center; border-right: 1px solid #1d1d1d; padding: 8px; }
.sp-stat:last-child { border-right: none; }
.sp-stat-num { font-family: var(--sp-font-display); font-size: 40px; font-weight: 700; color: var(--sp-blanc); line-height: 1; }
.sp-stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #555; margin-top: 6px; }

/* ── UGC GRID ── */
.sp-ugc-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; margin-top: 28px; }
.sp-ugc-item { aspect-ratio: 1; border-radius: 5px; cursor: pointer; overflow: hidden; position: relative; display: block; }
.sp-ugc-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sp-ugc-item:hover img { transform: scale(1.06); }
.sp-ugc-hover { position: absolute; inset: 0; background: rgba(0,0,0,0); display: flex; align-items: center; justify-content: center; transition: background .2s; }
.sp-ugc-item:hover .sp-ugc-hover { background: rgba(0,0,0,.35); }
.sp-ugc-icon { color: #fff; font-size: 20px; opacity: 0; transition: opacity .2s; }
.sp-ugc-item:hover .sp-ugc-icon { opacity: 1; }

/* ── EMAIL CTA ── */
.sp-email-cta { background: var(--sp-terra); padding: 72px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sp-cta-h2 { font-family: var(--sp-font-display); font-size: 42px; color: #fff; line-height: 1.1; margin: 10px 0 18px; }
.sp-cta-p { font-size: 14px; color: rgba(255,255,255,.75); line-height: 1.8; margin-bottom: 28px; }
.sp-email-form { display: flex; gap: 10px; }
.sp-email-input { flex: 1; padding: 14px 18px; border-radius: 3px; border: none; font-size: 13px; background: rgba(255,255,255,.15); color: #fff; font-family: var(--sp-font-body); }
.sp-email-input::placeholder { color: rgba(255,255,255,.5); }
.sp-email-input:focus { outline: none; background: rgba(255,255,255,.2); }
.sp-email-submit { background: var(--sp-noir); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 14px 24px; border-radius: 3px; border: none; cursor: pointer; white-space: nowrap; font-family: var(--sp-font-body); }
.sp-email-legal { font-size: 10px; color: rgba(255,255,255,.4); margin-top: 10px; }
.sp-cta-perks { display: flex; flex-direction: column; gap: 18px; }
.sp-perk { display: flex; align-items: flex-start; gap: 14px; }
.sp-perk-icon { width: 38px; height: 38px; background: rgba(255,255,255,.12); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.sp-perk-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.sp-perk-sub { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.5; }

/* ── FOOTER ── */
.sp-footer-main { background: var(--sp-noir); padding: 64px 40px 40px; display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr 1.5fr; gap: 40px; }
.sp-footer-tagline { font-size: 12px; color: #555; line-height: 1.8; margin: 14px 0 20px; }
.sp-footer-social { display: flex; gap: 8px; }
.sp-social-icon { width: 32px; height: 32px; background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #555; cursor: pointer; transition: all .2s; text-decoration: none; }
.sp-social-icon:hover { background: var(--sp-terra); border-color: var(--sp-terra); color: #fff; }
.sp-footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--sp-blanc); margin-bottom: 18px; font-family: var(--sp-font-body); }
.sp-footer-col a { display: block; font-size: 12px; color: #555; margin-bottom: 10px; transition: color .2s; text-decoration: none; }
.sp-footer-col a:hover { color: var(--sp-sage); }
.sp-footer-bottom { background: var(--sp-noir); border-top: 1px solid #1a1a1a; padding: 20px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.sp-footer-copy { font-size: 11px; color: #333; }
.sp-pay-badges { display: flex; gap: 6px; align-items: center; }
.sp-pay-badge { background: #111; border: 1px solid #1d1d1d; border-radius: 3px; padding: 4px 9px; font-size: 9px; font-weight: 700; letter-spacing: .5px; color: #444; }

/* ── RESPONSIVE TABLET ── */
@media (max-width: 900px) {
  .sp-hero { grid-template-columns: 1fr; }
  .sp-hero-right { display: none; }
  .sp-cat-grid { grid-template-columns: 1fr 1fr; }
  .sp-cat-img.h-tall { height: 300px; }
  .sp-prod-grid { grid-template-columns: repeat(2,1fr); }
  .sp-acc-grid { grid-template-columns: repeat(2,1fr); }
  .sp-trend-banner { grid-template-columns: 1fr; }
  .sp-trend-visual { display: none; }
  .sp-email-cta { grid-template-columns: 1fr; }
  .sp-footer-main { grid-template-columns: 1fr 1fr; }
  .sp-ugc-grid { grid-template-columns: repeat(3,1fr); }
  .sp-proof-stats { grid-template-columns: repeat(2,1fr); }
  .sp-header { padding: 0 20px; }
  .sp-nav { display: none; }
  .sp-hero-left { padding: 48px 24px; }
  .sp-section, .sp-section-sm { padding: 48px 20px; }
}

/* ── RESPONSIVE MOBILE ── */
@media (max-width: 600px) {
  /* Hero */
  .sp-hero-left { padding: 40px 20px; }
  .sp-hero-h1 { font-size: 38px; }
  .sp-hero-actions { flex-direction: column; }
  .sp-btn-primary, .sp-btn-ghost { width: 100%; text-align: center; padding: 14px 20px; }

  /* Sections */
  .sp-section, .sp-section-sm { padding: 40px 20px; }
  .sp-section-title { font-size: 28px; }
  .sp-section-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 24px; }

  /* Categories */
  .sp-cat-grid { grid-template-columns: 1fr; }
  .sp-cat-col { gap: 10px; }
  .sp-cat-img.h-tall { height: 260px; }
  .sp-cat-img.h-half { height: 180px; }

  /* Products */
  .sp-prod-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .sp-prod-title { font-size: 12px; }
  .sp-prod-desc { display: none; }
  .sp-prod-price { font-size: 14px; }
  .sp-prod-body { padding: 10px 12px; }

  /* Accessories */
  .sp-acc-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }

  /* Trending strip */
  .sp-trending-strip { padding: 14px 20px; }

  /* Reviews */
  .sp-proof-grid { grid-template-columns: 1fr; }
  .sp-proof-stats { grid-template-columns: repeat(2,1fr); }
  .sp-stat-num { font-size: 28px; }
  .sp-proof-section { padding: 48px 20px; }
  .sp-rev-author { flex-direction: row; align-items: center; }

  /* UGC */
  .sp-ugc-grid { grid-template-columns: repeat(3,1fr); gap: 5px; }

  /* Email CTA */
  .sp-email-cta { padding: 48px 20px; grid-template-columns: 1fr; gap: 32px; }
  .sp-cta-h2 { font-size: 28px; }
  .sp-email-form { flex-direction: column; }
  .sp-email-submit { width: 100%; padding: 14px; }

  /* Trend banner */
  .sp-trend-banner { padding: 48px 20px; }
  .sp-trend-item { padding: 12px; }

  /* Sports nav */
  .sp-sports-nav { padding: 10px 20px; gap: 0; overflow-x: auto; }
  .sp-sport-tab { padding: 6px 14px; font-size: 10px; }
  .sp-sports-shipping { display: none; }

  /* Footer */
  .sp-footer-main { grid-template-columns: 1fr; gap: 32px; padding: 40px 20px 32px; }
  .sp-footer-bottom { flex-direction: column; align-items: flex-start; padding: 16px 20px; }
  .sp-pay-badges { flex-wrap: wrap; }
}
  .sp-pay-badges { flex-wrap: wrap; }
}

/* ── HERO MOBILE - sin circulos ── */
@media (max-width: 600px) {
  .sp-hero-left::before,
  .sp-hero-left::after {
    display: none;
  }
}
.sp-reviews-wrap {
  border-top: 1px solid #1a1a1a;
  margin-top: 0;
}
/* ── SPACING BETWEEN SECTIONS ── */
.sp-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.sp-trending-strip + div .sp-section,
.sp-section + .sp-section {
  padding-top: 40px;
}

.sp-eyebrow {
  margin-bottom: 6px;
}

.sp-section-title {
  margin-top: 6px;
  margin-bottom: 0;
}

.sp-section-header {
  margin-bottom: 32px;
}
/* ── COLOR SWATCHES ── */
[data-option-name="Color"] .variant-picker__option-values,
[data-option-name="color"] .variant-picker__option-values {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

[data-option-name="Color"] .variant-picker__option-label,
[data-option-name="color"] .variant-picker__option-label {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  font-size: 0 !important;
  border: 2px solid transparent !important;
  outline: 2px solid transparent !important;
  min-width: unset !important;
}

[data-option-name="Color"] .variant-picker__option-label[aria-checked="true"],
[data-option-name="color"] .variant-picker__option-label[aria-checked="true"] {
  border-color: #fff !important;
  outline-color: #0D0D0D !important;
}

/* Colores individuales */
[data-option-value="Sage"] .variant-picker__option-label,
[data-option-value="sage"] .variant-picker__option-label { background: #8FAF8C !important; }

[data-option-value="Negro"] .variant-picker__option-label,
[data-option-value="negro"] .variant-picker__option-label { background: #0D0D0D !important; }

[data-option-value="Blanco"] .variant-picker__option-label,
[data-option-value="blanco"] .variant-picker__option-label { background: #F7F4EF !important; border: 1px solid #ddd !important; }

[data-option-value="Terracota"] .variant-picker__option-label,
[data-option-value="terracota"] .variant-picker__option-label { background: #C96A3B !important; }

[data-option-value="Rosa"] .variant-picker__option-label,
[data-option-value="rosa"] .variant-picker__option-label { background: #D47090 !important; }

[data-option-value="Aqua"] .variant-picker__option-label,
[data-option-value="aqua"] .variant-picker__option-label { background: #4a8abf !important; }

[data-option-value="Lavanda"] .variant-picker__option-label,
[data-option-value="lavanda"] .variant-picker__option-label { background: #6a4a9f !important; }

[data-option-value="Mantequilla"] .variant-picker__option-label,
[data-option-value="mantequilla"] .variant-picker__option-label { background: #D4B82A !important; }

[data-option-value="Arcilla"] .variant-picker__option-label,
[data-option-value="arcilla"] .variant-picker__option-label { background: #B8945A !important; }

[data-option-value="Amarillo"] .variant-picker__option-label,
[data-option-value="amarillo"] .variant-picker__option-label { background: #D4B82A !important; }

/* ── TREND ITEMS HOVER STATE ── */
.sp-trend-item { cursor: pointer; }

.sp-trend-item:hover .sp-trend-num {
  color: var(--sp-sage);
  transition: color 0.2s ease;
}

.sp-trend-item:hover .sp-trend-name {
  color: var(--sp-terra);
  transition: color 0.2s ease;
}

.sp-trend-item:hover {
  background: #161616;
  border-color: #2a2a2a;
  transform: translateX(6px);
  transition: all 0.25s ease;
}

.sp-trend-num {
  transition: color 0.2s ease;
}

.sp-trend-name {
  transition: color 0.2s ease;
}
/* ── CATEGORY CARDS - remove overlay on hover ── */
.sp-cat-card:hover .sp-cat-overlay {
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 50%, transparent 100%);
}
/* ── TREND BANNER IMAGES - zoom on hover ── */
.sp-trend-img {
  overflow: hidden;
  cursor: pointer;
}

.sp-trend-img img,
.sp-trend-img {
  transition: transform 0.4s ease;
}

.sp-trend-img:hover {
  transform: scale(1.04);
}
/* ── HERO TAG BLINK/PULSE ── */
.sp-hero-tag {
  animation: sp-tag-pulse 2.5s ease-in-out infinite;
}

@keyframes sp-tag-pulse {
  0%, 100% { 
    opacity: 1; 
    box-shadow: 0 0 0 0 rgba(201,106,59,0.4);
  }
  50% { 
    opacity: 0.85; 
    box-shadow: 0 0 0 6px rgba(201,106,59,0);
  }
}

.sp-hero-tag::before {
  animation: sp-pulse 1.5s infinite;
}
/* ── HERO TAG - smaller ── */
.sp-hero-tag {
  font-size: 8px;
  padding: 4px 10px;
  letter-spacing: 1.5px;
}
/* SETPOINT — PDP: mostrar imagen completa desde arriba */
.product-media,
.product__media,
.product-media-container,
[class*="product-media"],
[class*="media-gallery"] .media,
.product-gallery__media {
  aspect-ratio: auto !important;
  height: auto !important;
}

.product-media img,
.product__media img,
.product-media-container img,
[class*="product-media"] img,
[class*="media-gallery"] img,
.product-gallery__media img {
  object-fit: contain !important;
  object-position: top center !important;
  height: auto !important;
  width: 100% !important;
  max-height: none !important;
}
/* ============================================
   SETPOINT - Mega Menu with logo + icons
   Append to setpoint.css
   ============================================ */

.sp-mega-wrap {
  background: var(--sp-noir, #0D0D0D);
  position: relative;
  z-index: 90;
  width: 100%;
}

.sp-mega-sticky {
  position: sticky;
  top: 0;
}

.sp-mega-top {
  border-bottom: 0.5px solid rgba(247, 244, 239, 0.08);
}

.sp-mega-top-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 72px;
}

/* ----- LOGO ----- */
.sp-mega-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--sp-crema, #F7F4EF);
  line-height: 1;
}

.sp-mega-logo img {
  max-height: 40px;
  width: auto;
  display: block;
}

.sp-mega-logo-text {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 26px;
  font-weight: 500;
  color: var(--sp-sage, #8FAF8C);
  letter-spacing: 0.02em;
  line-height: 1;
}

/* ----- NAV (center) ----- */
.sp-mega-nav {
  display: flex;
  justify-content: center;
}

.sp-mega-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-mega-item {
  position: static;
}

.sp-mega-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 24px 4px;
  color: var(--sp-crema, #F7F4EF);
  text-decoration: none;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s ease;
  position: relative;
}

.sp-mega-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 1px;
  background: var(--sp-sage, #8FAF8C);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.sp-mega-item:hover .sp-mega-link,
.sp-mega-item:focus-within .sp-mega-link {
  color: var(--sp-sage, #8FAF8C);
}

.sp-mega-item:hover .sp-mega-link::after,
.sp-mega-item:focus-within .sp-mega-link::after {
  transform: scaleX(1);
}

.sp-mega-caret {
  opacity: 0.6;
  transition: transform 0.25s ease;
}

.sp-mega-item:hover .sp-mega-caret {
  transform: rotate(180deg);
}

/* ----- ICONS (right) ----- */
.sp-mega-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sp-mega-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--sp-crema, #F7F4EF);
  text-decoration: none;
  border-radius: 50%;
  transition: color 0.2s ease, background-color 0.2s ease;
  position: relative;
}

.sp-mega-icon:hover {
  color: var(--sp-sage, #8FAF8C);
  background: rgba(247, 244, 239, 0.06);
}

.sp-mega-cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--sp-terra, #C96A3B);
  color: var(--sp-crema, #F7F4EF);
  border-radius: 9px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0;
}

/* ----- MOBILE HAMBURGER ----- */
.sp-mega-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: var(--sp-crema, #F7F4EF);
}

.sp-mega-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.sp-mega-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.sp-mega-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.sp-mega-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ----- DROPDOWN PANEL ----- */
.sp-mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--sp-crema, #F7F4EF);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  padding: 3rem 32px 3.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  pointer-events: none;
  border-top: 0.5px solid rgba(13, 13, 13, 0.08);
}

.sp-mega-item:hover .sp-mega-panel,
.sp-mega-item:focus-within .sp-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
}

.sp-mega-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.sp-mega-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.sp-mega-col-title {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 12px;
  font-weight: 500;
  color: var(--sp-noir, #0D0D0D);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.15);
}

.sp-mega-col-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-mega-col-links li {
  margin: 0;
  padding: 0;
}

.sp-mega-col-links a,
.sp-mega-col a {
  display: inline-block;
  padding: 7px 0;
  color: var(--sp-noir, #0D0D0D);
  text-decoration: none;
  font-size: 14px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-weight: 400;
  transition: color 0.15s ease, transform 0.15s ease;
}

.sp-mega-col-links a:hover,
.sp-mega-col a:hover {
  color: var(--sp-terra, #C96A3B);
  transform: translateX(4px);
}

/* ----- FEATURED PRODUCTS ----- */
.sp-mega-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sp-mega-product {
  text-decoration: none;
  color: var(--sp-noir, #0D0D0D);
  display: block;
}

.sp-mega-product-img {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
}

.sp-mega-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sp-mega-product:hover .sp-mega-product-img img {
  transform: scale(1.06);
}

.sp-mega-product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sp-sage, #8FAF8C);
  color: var(--sp-crema, #F7F4EF);
  font-family: var(--sp-serif, serif);
  font-size: 28px;
  letter-spacing: 0.1em;
}

.sp-mega-product-name {
  font-size: 12px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  line-height: 1.35;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-mega-product-price {
  font-size: 12px;
  color: var(--sp-terra, #C96A3B);
  font-weight: 500;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

/* ----- PROMO IMAGE ----- */
.sp-mega-promo {
  display: block;
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  text-decoration: none;
  color: var(--sp-crema, #F7F4EF);
  border-radius: 2px;
}

.sp-mega-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.sp-mega-promo:hover img {
  transform: scale(1.04);
}

.sp-mega-promo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sp-terra, #C96A3B);
  color: var(--sp-crema, #F7F4EF);
  font-family: var(--sp-serif, serif);
  font-size: 56px;
  letter-spacing: 0.08em;
}

.sp-mega-promo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 70%);
}

.sp-mega-promo-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 6px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  opacity: 0.9;
}

.sp-mega-promo-title {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}

.sp-mega-promo-cta {
  font-size: 12px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s ease;
}

.sp-mega-promo:hover .sp-mega-promo-cta {
  gap: 14px;
}

/* ----- TABLET ----- */
@media (max-width: 1200px) {
  .sp-mega-grid {
    grid-template-columns: 1fr 1.5fr;
    gap: 2.5rem;
  }
  .sp-mega-promo {
    display: none;
  }
  .sp-mega-list {
    gap: 1.5rem;
  }
}

/* ----- MOBILE ----- */
@media (max-width: 899px) {
  .sp-mega-top-inner {
    grid-template-columns: auto 1fr auto;
    padding: 0 20px;
    min-height: 64px;
    gap: 8px;
  }

  .sp-mega-logo {
    order: 2;
    justify-self: center;
  }

  .sp-mega-toggle {
    display: flex;
    order: 1;
    margin-left: -8px;
  }

  .sp-mega-icons {
    order: 3;
  }

  .sp-mega-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--sp-noir, #0D0D0D);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    z-index: 95;
  }

  .sp-mega-nav.open {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    border-top: 0.5px solid rgba(247, 244, 239, 0.1);
  }

  .sp-mega-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 20px 24px;
  }

  .sp-mega-item {
    border-bottom: 0.5px solid rgba(247, 244, 239, 0.1);
  }

  .sp-mega-link {
    padding: 18px 0;
    justify-content: space-between;
    width: 100%;
  }

  .sp-mega-link::after {
    display: none;
  }

  .sp-mega-panel {
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 0 0 1.5rem;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    border-top: none;
    display: none;
  }

  .sp-mega-item:hover .sp-mega-panel,
  .sp-mega-item:focus-within .sp-mega-panel {
    display: block;
  }

  .sp-mega-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .sp-mega-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sp-mega-col-title,
  .sp-mega-col-links a,
  .sp-mega-col a,
  .sp-mega-product-name {
    color: var(--sp-crema, #F7F4EF);
  }

  .sp-mega-col-title {
    border-bottom-color: rgba(247, 244, 239, 0.15);
  }

  .sp-mega-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-mega-promo {
    display: block;
    aspect-ratio: 16 / 9;
  }

  .sp-mega-icon {
    width: 36px;
    height: 36px;
  }
}
/* SETPOINT - Hero image en pantallas grandes */
.sp-hero,
.sp-hero-section,
[class*="sp-hero"] {
  max-height: 85vh;
}

.sp-hero img,
.sp-hero-image img,
.sp-hero-visual img,
[class*="sp-hero"] img {
  object-position: center 25% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* En pantallas ultra anchas, evita que el hero sea demasiado alto */
@media (min-width: 1600px) {
  .sp-hero,
  .sp-hero-section,
  [class*="sp-hero"] {
    max-height: 720px;
  }
}

/* Si el hero es split (texto izq, imagen der), asegura proporcion */
@media (min-width: 1200px) {
  .sp-hero-grid,
  .sp-hero-split,
  [class*="sp-hero"][class*="grid"] {
    aspect-ratio: auto;
    min-height: 600px;
    max-height: 720px;
  }
}
/* ============================================
   SETPOINT - PLP / Collection page
   Append to setpoint.css
   ============================================ */

.sp-plp {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.5rem 24px 5rem;
}

/* ----- MINI COLLECTIONS MENU (pills) ----- */
.sp-plp-menu-wrap {
  margin: 0 -24px 2.5rem;
  padding: 0 24px 16px;
  overflow-x: auto;
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.1);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sp-plp-menu-wrap::-webkit-scrollbar {
  display: none;
}

.sp-plp-menu {
  display: flex;
  gap: 8px;
  white-space: nowrap;
  min-width: max-content;
}

.sp-plp-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 0.5px solid rgba(13, 13, 13, 0.2);
  border-radius: 999px;
  color: var(--sp-noir, #0D0D0D);
  text-decoration: none;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

.sp-plp-pill:hover {
  background: rgba(13, 13, 13, 0.04);
  border-color: rgba(13, 13, 13, 0.4);
}

.sp-plp-pill.active {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
  border-color: var(--sp-noir, #0D0D0D);
}

/* ----- HEADER ----- */
.sp-plp-header {
  margin-bottom: 2.5rem;
  max-width: 680px;
}

.sp-plp-eyebrow {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--sp-terra, #C96A3B);
  margin-bottom: 12px;
}

.sp-plp-title {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--sp-noir, #0D0D0D);
  letter-spacing: -0.01em;
}

.sp-plp-desc {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(13, 13, 13, 0.7);
}

/* ----- TOOLBAR ----- */
.sp-plp-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 12px 0;
  border-top: 0.5px solid rgba(13, 13, 13, 0.12);
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.12);
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.sp-plp-filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.sp-plp-filter {
  position: relative;
}

.sp-plp-filter summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--sp-noir, #0D0D0D);
  border-radius: 4px;
  transition: background-color 0.15s ease;
}

.sp-plp-filter summary::-webkit-details-marker {
  display: none;
}

.sp-plp-filter summary:hover {
  background: rgba(13, 13, 13, 0.04);
}

.sp-plp-filter[open] summary {
  background: rgba(13, 13, 13, 0.04);
}

.sp-plp-filter[open] summary svg {
  transform: rotate(180deg);
}

.sp-plp-filter summary svg {
  transition: transform 0.2s ease;
}

.sp-filter-badge {
  background: var(--sp-terra, #C96A3B);
  color: var(--sp-crema, #F7F4EF);
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 8px;
  font-weight: 500;
  margin-left: 2px;
}

.sp-plp-filter-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--sp-crema, #F7F4EF);
  border: 0.5px solid rgba(13, 13, 13, 0.15);
  border-radius: 6px;
  padding: 12px;
  min-width: 220px;
  max-height: 320px;
  overflow-y: auto;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  z-index: 20;
}

.sp-plp-filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 6px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: var(--sp-noir, #0D0D0D);
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}

.sp-plp-filter-check:hover {
  background: rgba(13, 13, 13, 0.04);
}

.sp-plp-filter-check input {
  margin: 0;
  accent-color: var(--sp-noir, #0D0D0D);
}

.sp-filter-count {
  color: rgba(13, 13, 13, 0.5);
  font-size: 12px;
  margin-left: auto;
}

.sp-plp-filter-price {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.sp-plp-filter-price label {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  color: rgba(13, 13, 13, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  gap: 4px;
}

.sp-plp-filter-price input {
  padding: 8px 10px;
  font-size: 14px;
  border: 0.5px solid rgba(13, 13, 13, 0.25);
  border-radius: 4px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  background: #fff;
}

.sp-plp-btn-apply {
  padding: 10px 16px;
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
  border: 0;
  border-radius: 4px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-weight: 500;
}

.sp-plp-btn-apply:hover {
  background: var(--sp-terra, #C96A3B);
}

.sp-plp-toolbar-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.sp-plp-count {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: rgba(13, 13, 13, 0.6);
}

.sp-plp-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-plp-sort label {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: rgba(13, 13, 13, 0.6);
}

.sp-plp-sort select {
  padding: 8px 28px 8px 10px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  border: 0.5px solid rgba(13, 13, 13, 0.25);
  border-radius: 4px;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path d='M2 3.5L5 6.5L8 3.5' stroke='%230D0D0D' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 10px center;
  appearance: none;
  cursor: pointer;
}

/* ----- ACTIVE FILTERS ----- */
.sp-plp-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.5rem;
  align-items: center;
}

.sp-plp-active-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--sp-sage, #8FAF8C);
  color: var(--sp-crema, #F7F4EF);
  text-decoration: none;
  border-radius: 999px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 500;
}

.sp-plp-active-pill span {
  font-size: 16px;
  line-height: 0.8;
  margin-top: -2px;
}

.sp-plp-active-pill:hover {
  background: var(--sp-terra, #C96A3B);
}

.sp-plp-clear {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: rgba(13, 13, 13, 0.6);
  text-decoration: underline;
  margin-left: 8px;
}

.sp-plp-clear:hover {
  color: var(--sp-terra, #C96A3B);
}

/* ----- PRODUCT GRID ----- */
.sp-plp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem 1.25rem;
}

/* ----- PRODUCT CARD ----- */
.sp-card {
  position: relative;
}

.sp-card-link {
  text-decoration: none;
  color: var(--sp-noir, #0D0D0D);
  display: block;
}

.sp-card-img-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f0eee8;
  border-radius: 2px;
  margin-bottom: 14px;
}

.sp-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 200ms cubic-bezier(.2, .7, .3, 1), transform 240ms cubic-bezier(.2, .7, .3, 1);
}

.sp-card-img-main {
  opacity: 1;
  z-index: 1;
}

.sp-card-img-hover {
  opacity: 0;
  z-index: 2;
}

.sp-card-link:hover .sp-card-img-main {
  opacity: 0;
  transform: scale(1.03);
}

.sp-card-link:hover .sp-card-img-hover {
  opacity: 1;
  transform: scale(1.03);
}

.sp-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sp-sage, #8FAF8C);
  color: var(--sp-crema, #F7F4EF);
  font-family: var(--sp-serif, serif);
  font-size: 36px;
  letter-spacing: 0.1em;
}

.sp-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 2px;
  z-index: 3;
}

.sp-tag-sale {
  background: var(--sp-terra, #C96A3B);
  color: var(--sp-crema, #F7F4EF);
}

.sp-tag-new {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
}

.sp-tag-best {
  background: var(--sp-sage, #8FAF8C);
  color: var(--sp-crema, #F7F4EF);
}

/* ----- CARD BODY ----- */
.sp-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Swatches */
.sp-card-swatches {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  min-height: 18px;
}

.sp-card-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0.5px solid rgba(13, 13, 13, 0.25);
  display: inline-block;
  box-shadow: inset 0 0 0 1.5px var(--sp-crema, #F7F4EF);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sp-card-swatch:hover {
  transform: scale(1.15);
  box-shadow: inset 0 0 0 2px var(--sp-crema, #F7F4EF);
}

.sp-card-swatch-more {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  color: rgba(13, 13, 13, 0.55);
  margin-left: 2px;
}

/* Name */
.sp-card-name {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  color: var(--sp-noir, #0D0D0D);
}

/* Judge.me reviews */
.sp-card-reviews {
  min-height: 16px;
  display: flex;
  align-items: center;
}

.sp-card-reviews .jdgm-prev-badge {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif) !important;
  font-size: 12px !important;
}

.sp-card-reviews .jdgm-prev-badge__stars {
  letter-spacing: 1px;
}

.sp-card-reviews .jdgm-star {
  color: var(--sp-terra, #C96A3B) !important;
  font-size: 13px !important;
}

.sp-card-reviews .jdgm-prev-badge__text {
  font-size: 11px !important;
  color: rgba(13, 13, 13, 0.55) !important;
}

/* Price */
.sp-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 2px;
}

.sp-price-current {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--sp-noir, #0D0D0D);
}

.sp-price-sale {
  color: var(--sp-terra, #C96A3B);
}

.sp-price-compare {
  font-size: 13px;
  color: rgba(13, 13, 13, 0.45);
  text-decoration: line-through;
  font-weight: 400;
}

/* ----- PAGINATION ----- */
.sp-plp-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 0.5px solid rgba(13, 13, 13, 0.1);
  gap: 1rem;
  flex-wrap: wrap;
}

.sp-plp-page-btn {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: var(--sp-noir, #0D0D0D);
  text-decoration: none;
  padding: 8px 16px;
  border: 0.5px solid rgba(13, 13, 13, 0.25);
  border-radius: 4px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.sp-plp-page-btn:hover {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
}

.sp-plp-page-numbers {
  display: flex;
  gap: 4px;
}

.sp-plp-page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: var(--sp-noir, #0D0D0D);
  text-decoration: none;
  border-radius: 4px;
}

.sp-plp-page-num:hover:not(.current) {
  background: rgba(13, 13, 13, 0.05);
}

.sp-plp-page-num.current {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
  font-weight: 500;
}

/* ----- EMPTY STATE ----- */
.sp-plp-empty {
  text-align: center;
  padding: 4rem 1rem;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  color: rgba(13, 13, 13, 0.6);
}

.sp-plp-empty p {
  margin-bottom: 1.5rem;
}

.sp-plp-empty .sp-plp-btn-apply {
  display: inline-block;
  text-decoration: none;
}

/* ----- MOBILE ----- */
@media (max-width: 749px) {
  .sp-plp {
    padding: 1.5rem 16px 3rem;
  }

  .sp-plp-menu-wrap {
    margin: 0 -16px 1.5rem;
    padding: 0 16px 12px;
  }

  .sp-plp-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .sp-plp-toolbar-right {
    justify-content: space-between;
    width: 100%;
  }

  .sp-plp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.75rem;
  }

  .sp-plp-filter-panel {
    left: 0;
    right: auto;
    max-width: calc(100vw - 32px);
  }
}

@media (min-width: 1200px) {
  .sp-plp-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1500px) {
  .sp-plp-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* ============================================
   SETPOINT - Recommendations Carousel
   Append to setpoint.css
   ============================================ */

.sp-reco-section {
  background: var(--sp-crema, #F7F4EF);
  width: 100%;
}

.sp-reco-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.sp-reco-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.12);
}

.sp-reco-eyebrow {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--sp-terra, #C96A3B);
  margin-bottom: 10px;
}

.sp-reco-title {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: var(--sp-noir, #0D0D0D);
  letter-spacing: -0.01em;
}

.sp-reco-controls {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.sp-reco-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0.5px solid rgba(13, 13, 13, 0.25);
  background: transparent;
  color: var(--sp-noir, #0D0D0D);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  padding: 0;
}

.sp-reco-nav:hover {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
  border-color: var(--sp-noir, #0D0D0D);
}

.sp-reco-nav:active {
  transform: scale(0.95);
}

/* Track */
.sp-reco-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.sp-reco-track::-webkit-scrollbar {
  display: none;
}

.sp-reco-item {
  flex: 0 0 auto;
  width: calc((100% - 1.25rem * 3) / 4);
  min-width: 220px;
  scroll-snap-align: start;
}

/* Skeleton loading state */
.sp-reco-skeleton {
  pointer-events: none;
}

.sp-reco-skeleton-img {
  aspect-ratio: 3 / 4;
  background: rgba(13, 13, 13, 0.06);
  border-radius: 2px;
  margin-bottom: 12px;
  animation: sp-reco-pulse 1.5s ease-in-out infinite;
}

.sp-reco-skeleton-line {
  height: 12px;
  background: rgba(13, 13, 13, 0.06);
  border-radius: 2px;
  margin-bottom: 8px;
  animation: sp-reco-pulse 1.5s ease-in-out infinite;
}

.sp-reco-skeleton-line.short {
  width: 40%;
}

@keyframes sp-reco-pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.sp-reco-empty {
  text-align: center;
  padding: 3rem 1rem;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  color: rgba(13, 13, 13, 0.55);
  font-size: 14px;
}

/* Tablet */
@media (max-width: 1100px) {
  .sp-reco-item {
    width: calc((100% - 1rem * 2) / 3);
  }
}

/* Mobile */
@media (max-width: 749px) {
  .sp-reco-inner {
    padding: 0 16px;
  }

  .sp-reco-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .sp-reco-controls {
    display: none;
  }

  .sp-reco-track {
    gap: 0.75rem;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sp-reco-item {
    width: 60%;
    min-width: 180px;
  }
}

/* Wide screens */
@media (min-width: 1500px) {
  .sp-reco-item {
    width: calc((100% - 1.25rem * 4) / 5);
  }
}
/* ============================================
   SETPOINT - Variant hover + home products + tabs
   Append to setpoint.css
   ============================================ */

/* ----- VARIANT IMAGE OVERLAY (hover swatch to change) ----- */
.sp-card-img-variant {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 3;
  transform: scale(1);
  transition: opacity 200ms cubic-bezier(.2, .7, .3, 1), transform 240ms cubic-bezier(.2, .7, .3, 1);
  pointer-events: none;
}

.sp-card-img-variant.is-active {
  opacity: 1;
  transform: scale(1.04);
}

.sp-card.sp-swatch-active .sp-card-img-hover {
  opacity: 0;
}

/* ----- SWATCH ACTIVE RING ----- */
.sp-card-swatch {
  position: relative;
  cursor: pointer;
}

.sp-card-swatch::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 0.2s ease;
  pointer-events: none;
}

.sp-card-swatch:hover::after,
.sp-card-swatch.is-active::after {
  border-color: var(--sp-noir, #0D0D0D);
}

/* ----- EYEBROW (above title) ----- */
.sp-card-eyebrow {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--sp-terra, #C96A3B);
  margin-bottom: 2px;
  font-weight: 500;
  line-height: 1;
}

/* ============================================
   HOME PRODUCTS SECTION
   ============================================ */

.sp-products-section {
  background: var(--sp-crema, #F7F4EF);
  width: 100%;
}

.sp-products-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.sp-products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.12);
}

.sp-products-eyebrow {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--sp-terra, #C96A3B);
  margin-bottom: 10px;
}

.sp-products-title {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
  color: var(--sp-noir, #0D0D0D);
  letter-spacing: -0.01em;
}

.sp-products-see-all {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sp-noir, #0D0D0D);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--sp-noir, #0D0D0D);
  transition: gap 0.25s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.sp-products-see-all:hover {
  gap: 14px;
  color: var(--sp-terra, #C96A3B);
  border-bottom-color: var(--sp-terra, #C96A3B);
}

/* Tabs */
.sp-products-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.sp-products-tab {
  background: transparent;
  border: 0.5px solid rgba(13, 13, 13, 0.2);
  padding: 8px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--sp-noir, #0D0D0D);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sp-products-tab:hover {
  background: rgba(13, 13, 13, 0.04);
  border-color: rgba(13, 13, 13, 0.4);
}

.sp-products-tab.is-active {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
  border-color: var(--sp-noir, #0D0D0D);
}

.sp-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem 1.25rem;
}

.sp-products-empty {
  text-align: center;
  padding: 3rem 1rem;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  color: rgba(13, 13, 13, 0.55);
  font-size: 14px;
}

@media (min-width: 1200px) {
  .sp-products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1500px) {
  .sp-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 1.5rem;
  }
}

@media (max-width: 749px) {
  .sp-products-inner {
    padding: 0 16px;
  }
  .sp-products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .sp-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.75rem;
  }
}
/* ============================================
   SETPOINT - Sort Dropdown (CRZ style)
   Append to setpoint.css
   ============================================ */

/* Section controls row (tabs + sort) */
.sp-products-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

/* Override: replace native select in PLP with new dropdown */
.sp-plp-sort-form select {
  display: none;
}

/* Sort dropdown component */
.sp-sort {
  position: relative;
  display: inline-block;
}

.sp-sort-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--sp-crema, #F7F4EF);
  border: 0.5px solid rgba(13, 13, 13, 0.25);
  border-radius: 999px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: var(--sp-noir, #0D0D0D);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
  font-weight: 400;
}

.sp-sort-trigger:hover {
  border-color: var(--sp-noir, #0D0D0D);
}

.sp-sort-trigger[aria-expanded="true"] {
  border-color: var(--sp-noir, #0D0D0D);
}

.sp-sort-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.sp-sort-trigger svg {
  transition: transform 0.25s ease;
  margin-left: 2px;
  opacity: 0.6;
}

.sp-sort-label {
  color: rgba(13, 13, 13, 0.55);
  font-weight: 400;
}

.sp-sort-current {
  color: var(--sp-noir, #0D0D0D);
  font-weight: 500;
}

/* Dropdown menu */
.sp-sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 260px;
  background: var(--sp-crema, #F7F4EF);
  border: 0.5px solid rgba(13, 13, 13, 0.12);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2px;
  animation: sp-sort-in 0.2s ease;
}

@keyframes sp-sort-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sp-sort-option {
  display: block;
  width: 100%;
  text-align: right;
  padding: 10px 16px;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  color: var(--sp-noir, #0D0D0D);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  font-weight: 400;
}

.sp-sort-option:hover {
  background: rgba(13, 13, 13, 0.04);
}

.sp-sort-option.is-active {
  font-weight: 500;
  color: var(--sp-noir, #0D0D0D);
  background: rgba(13, 13, 13, 0.04);
}

/* Mobile */
@media (max-width: 749px) {
  .sp-products-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .sp-sort {
    align-self: flex-end;
  }

  .sp-sort-menu {
    right: 0;
    left: auto;
    min-width: 240px;
    max-width: calc(100vw - 32px);
  }

  .sp-sort-label {
    display: none;
  }
}

/* Override PLP toolbar layout for new sort dropdown */
.sp-plp-sort-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-plp-sort-form > label {
  display: none;
}
/* Fix: respetar el atributo hidden en el sort menu */
.sp-sort-menu[hidden] {
  display: none !important;
}
/* ============================================
   SETPOINT - About + Contact pages
   Append to setpoint.css
   ============================================ */

.sp-about,
.sp-contact {
  background: var(--sp-crema, #F7F4EF);
  color: var(--sp-noir, #0D0D0D);
}

.sp-about-inner,
.sp-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.sp-about-center,
.sp-contact-center {
  text-align: center;
  margin-bottom: 4rem;
}

/* Eyebrow */
.sp-eyebrow {
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sp-terra, #C96A3B);
  margin-bottom: 16px;
  font-weight: 500;
}

.sp-eyebrow-light {
  color: var(--sp-terra, #C96A3B);
}

/* Headings */
.sp-about-h1,
.sp-contact-h1 {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.95;
  font-weight: 400;
  margin: 0 0 32px;
  letter-spacing: -0.02em;
  color: var(--sp-crema, #F7F4EF);
}

.sp-about-h1 em,
.sp-contact-h1 em {
  color: var(--sp-sage, #8FAF8C);
  font-style: italic;
}

.sp-about-h2 {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--sp-noir, #0D0D0D);
}

.sp-contact-h2 {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 40px;
  letter-spacing: -0.01em;
  color: var(--sp-noir, #0D0D0D);
}

.sp-about-h2-light {
  color: var(--sp-crema, #F7F4EF);
}

/* ============================================
   ABOUT - Hero
   ============================================ */

.sp-about-hero {
  background: var(--sp-noir, #0D0D0D);
  padding: 100px 0;
}

.sp-about-lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  color: rgba(247, 244, 239, 0.75);
  margin: 0;
}

.sp-about-est {
  margin-top: 60px;
  font-size: 13px;
  color: rgba(247, 244, 239, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

/* About - Origin */
.sp-about-origin {
  padding: 100px 0;
}

.sp-about-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.sp-about-grid-center {
  align-items: center;
}

.sp-about-prose {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(13, 13, 13, 0.78);
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-about-prose p {
  margin: 0 0 20px;
}

.sp-about-prose p:last-child {
  margin-bottom: 0;
}

/* About - Values */
.sp-about-values {
  background: #FFFFFF;
  padding: 100px 0;
  border-top: 0.5px solid rgba(13, 13, 13, 0.08);
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.08);
}

.sp-about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.sp-value {
  border-top: 0.5px solid var(--sp-noir, #0D0D0D);
  padding-top: 32px;
}

.sp-value-num {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 56px;
  line-height: 1;
  color: var(--sp-terra, #C96A3B);
  margin-bottom: 24px;
  font-weight: 400;
}

.sp-value-title {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 16px;
  color: var(--sp-noir, #0D0D0D);
}

.sp-value-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(13, 13, 13, 0.7);
  margin: 0;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

/* About - Process */
.sp-about-process {
  padding: 100px 0;
}

.sp-about-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2px;
}

.sp-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-about-image-fallback {
  aspect-ratio: 4 / 5;
  background: var(--sp-sage, #8FAF8C);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 96px;
  color: rgba(247, 244, 239, 0.4);
  letter-spacing: 0.1em;
}

.sp-process-list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.sp-process-item {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-top: 0.5px solid rgba(13, 13, 13, 0.15);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(13, 13, 13, 0.78);
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-process-item.sp-process-last {
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.15);
}

.sp-process-item strong {
  font-weight: 600;
  color: var(--sp-noir, #0D0D0D);
}

.sp-process-num {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 18px;
  color: var(--sp-terra, #C96A3B);
  min-width: 30px;
}

/* About - Stats */
.sp-about-stats {
  background: var(--sp-terra, #C96A3B);
  color: var(--sp-crema, #F7F4EF);
  padding: 80px 0;
}

.sp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.sp-stat-num {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(40px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--sp-crema, #F7F4EF);
}

.sp-stat-label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(247, 244, 239, 0.9);
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

/* About - Quote */
.sp-about-quote {
  padding: 120px 0;
}

.sp-about-quote .sp-about-inner {
  max-width: 900px;
}

.sp-about-quote-mark {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 100px;
  line-height: 1;
  color: var(--sp-sage, #8FAF8C);
  margin-bottom: 32px;
  font-style: italic;
}

.sp-about-quote-text {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.35;
  font-weight: 400;
  margin: 0 0 40px;
  color: var(--sp-noir, #0D0D0D);
  font-style: italic;
}

.sp-about-quote-author {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.sp-about-quote-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--sp-sage, #8FAF8C);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-crema, #F7F4EF);
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 18px;
}

.sp-about-quote-name {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  text-align: left;
}

.sp-about-quote-role {
  font-size: 12px;
  color: rgba(13, 13, 13, 0.55);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  text-align: left;
}

/* About - CTA */
.sp-about-cta {
  background: var(--sp-noir, #0D0D0D);
  padding: 100px 0;
}

.sp-about-cta-text {
  font-size: 16px;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 40px;
  color: rgba(247, 244, 239, 0.75);
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-about-cta-btn {
  display: inline-block;
  background: var(--sp-terra, #C96A3B);
  color: var(--sp-crema, #F7F4EF);
  padding: 16px 40px;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  transition: background-color 0.2s ease;
}

.sp-about-cta-btn:hover {
  background: var(--sp-sage, #8FAF8C);
}

/* ============================================
   CONTACT
   ============================================ */

.sp-contact-hero {
  background: var(--sp-noir, #0D0D0D);
  padding: 80px 0;
}

.sp-contact-lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  color: rgba(247, 244, 239, 0.75);
  margin: 0;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-contact-main {
  padding: 80px 0;
}

.sp-contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
}

/* Contact - Form */
.sp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-contact-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sp-contact-field label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(13, 13, 13, 0.6);
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-contact-field input[type="text"],
.sp-contact-field input[type="email"],
.sp-contact-field input[type="tel"],
.sp-contact-field textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(13, 13, 13, 0.25);
  background: transparent;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  color: var(--sp-noir, #0D0D0D);
  outline: none;
  transition: border-color 0.2s ease;
}

.sp-contact-field input:focus,
.sp-contact-field textarea:focus {
  border-bottom-color: var(--sp-noir, #0D0D0D);
}

.sp-contact-field textarea {
  resize: vertical;
  min-height: 120px;
}

.sp-contact-field input::placeholder,
.sp-contact-field textarea::placeholder {
  color: rgba(13, 13, 13, 0.35);
}

/* Pills */
.sp-contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.sp-pill {
  display: inline-block;
  padding: 8px 16px;
  border: 0.5px solid rgba(13, 13, 13, 0.3);
  background: transparent;
  color: var(--sp-noir, #0D0D0D);
  border-radius: 999px;
  font-size: 13px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sp-pill:hover {
  border-color: rgba(13, 13, 13, 0.5);
}

.sp-pill.is-active {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
  border-color: var(--sp-noir, #0D0D0D);
  font-weight: 500;
}

.sp-contact-submit {
  background: var(--sp-noir, #0D0D0D);
  color: var(--sp-crema, #F7F4EF);
  border: 0;
  padding: 18px 40px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 8px;
  transition: background-color 0.2s ease;
}

.sp-contact-submit:hover {
  background: var(--sp-terra, #C96A3B);
}

.sp-contact-disclaimer {
  font-size: 12px;
  color: rgba(13, 13, 13, 0.55);
  margin: 8px 0 0;
  line-height: 1.6;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-contact-success {
  padding: 16px 20px;
  background: var(--sp-sage, #8FAF8C);
  color: var(--sp-crema, #F7F4EF);
  border-radius: 4px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 14px;
}

.sp-contact-error {
  padding: 16px 20px;
  background: rgba(201, 106, 59, 0.1);
  color: var(--sp-terra, #C96A3B);
  border-radius: 4px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  font-size: 14px;
}

/* Contact - Aside */
.sp-contact-card {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 32px;
  border: 0.5px solid rgba(13, 13, 13, 0.1);
  margin-bottom: 24px;
}

.sp-contact-card .sp-eyebrow {
  margin-bottom: 20px;
}

.sp-contact-info-row {
  border-top: 0.5px solid rgba(13, 13, 13, 0.1);
  padding: 20px 0;
}

.sp-contact-info-row.sp-contact-info-last {
  padding-bottom: 0;
}

.sp-contact-info-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(13, 13, 13, 0.55);
  margin-bottom: 6px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-contact-info-value,
.sp-contact-info-value p {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 22px;
  color: var(--sp-noir, #0D0D0D);
  text-decoration: none;
  line-height: 1.3;
  margin: 0;
  display: block;
}

a.sp-contact-info-value:hover {
  color: var(--sp-terra, #C96A3B);
}

.sp-contact-info-meta {
  font-size: 12px;
  color: rgba(13, 13, 13, 0.55);
  margin-top: 8px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

/* Contact - Social card */
.sp-contact-social {
  background: var(--sp-sage, #8FAF8C);
  color: var(--sp-crema, #F7F4EF);
  padding: 32px;
  border-radius: 4px;
}

.sp-contact-social .sp-eyebrow {
  color: var(--sp-crema, #F7F4EF);
  opacity: 0.9;
}

.sp-contact-social-title {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 16px;
  color: var(--sp-crema, #F7F4EF);
}

.sp-contact-social-text {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(247, 244, 239, 0.9);
  margin: 0 0 20px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-contact-social-list {
  display: flex;
  flex-direction: column;
}

.sp-contact-social-link {
  font-size: 14px;
  color: var(--sp-crema, #F7F4EF);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 0.5px solid rgba(247, 244, 239, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
  transition: padding 0.2s ease;
}

.sp-contact-social-link:hover {
  padding-left: 4px;
}

.sp-contact-social-link.sp-contact-social-last {
  border-bottom: 0;
}

/* Contact - FAQ */
.sp-contact-faq {
  background: #FFFFFF;
  padding: 80px 0;
  border-top: 0.5px solid rgba(13, 13, 13, 0.08);
}

.sp-contact-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.sp-faq-item {
  border-top: 0.5px solid rgba(13, 13, 13, 0.15);
  padding: 20px 0;
}

.sp-faq-item:last-child {
  border-bottom: 0.5px solid rgba(13, 13, 13, 0.15);
}

.sp-faq-item summary {
  font-family: var(--sp-serif, 'Playfair Display', Georgia, serif);
  font-size: 20px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--sp-noir, #0D0D0D);
}

.sp-faq-item summary::-webkit-details-marker {
  display: none;
}

.sp-faq-icon {
  font-size: 24px;
  color: var(--sp-terra, #C96A3B);
  font-weight: 300;
  transition: transform 0.2s ease;
  line-height: 1;
}

.sp-faq-item[open] .sp-faq-icon {
  transform: rotate(45deg);
}

.sp-faq-answer {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(13, 13, 13, 0.7);
  margin: 16px 0 0;
  padding-right: 40px;
  font-family: var(--sp-sans, 'DM Sans', sans-serif);
}

.sp-faq-answer p {
  margin: 0 0 12px;
}

.sp-faq-answer p:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 899px) {
  .sp-about-hero,
  .sp-about-cta {
    padding: 64px 0;
  }

  .sp-about-origin,
  .sp-about-values,
  .sp-about-process,
  .sp-about-quote {
    padding: 64px 0;
  }

  .sp-about-stats {
    padding: 56px 0;
  }

  .sp-about-grid-2,
  .sp-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sp-about-values-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sp-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .sp-contact-row-2 {
    grid-template-columns: 1fr;
  }

  .sp-contact-main,
  .sp-contact-faq {
    padding: 56px 0;
  }
}

/* ── ANIMACIONES DE ENTRADA ── */
.sp-animate,
.sp-animate-left,
.sp-animate-right,
.sp-animate-scale {
  opacity: 0;
  transition:
    opacity 700ms cubic-bezier(.2, .7, .3, 1),
    transform 700ms cubic-bezier(.2, .7, .3, 1);
  will-change: transform, opacity;
}
.sp-animate       { transform: translateY(20px); }
.sp-animate-left  { transform: translateX(-30px); }
.sp-animate-right { transform: translateX(30px); }
.sp-animate-scale { transform: scale(.96); }

.sp-animate.sp-visible,
.sp-animate-left.sp-visible,
.sp-animate-right.sp-visible,
.sp-animate-scale.sp-visible {
  opacity: 1;
  transform: none;
}

.sp-animate-stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 600ms cubic-bezier(.2, .7, .3, 1),
    transform 600ms cubic-bezier(.2, .7, .3, 1);
}
.sp-animate-stagger.sp-visible > * { opacity: 1; transform: none; }
.sp-animate-stagger.sp-visible > *:nth-child(1) { transition-delay:   0ms; }
.sp-animate-stagger.sp-visible > *:nth-child(2) { transition-delay:  80ms; }
.sp-animate-stagger.sp-visible > *:nth-child(3) { transition-delay: 160ms; }
.sp-animate-stagger.sp-visible > *:nth-child(4) { transition-delay: 240ms; }
.sp-animate-stagger.sp-visible > *:nth-child(5) { transition-delay: 320ms; }
.sp-animate-stagger.sp-visible > *:nth-child(6) { transition-delay: 400ms; }
.sp-animate-stagger.sp-visible > *:nth-child(7) { transition-delay: 480ms; }
.sp-animate-stagger.sp-visible > *:nth-child(8) { transition-delay: 560ms; }

@media (prefers-reduced-motion: reduce) {
  .sp-animate,
  .sp-animate-left,
  .sp-animate-right,
  .sp-animate-scale,
  .sp-animate-stagger > *,
  .sp-card-img,
  .sp-card-img-variant,
  .sp-card-swatch {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .sp-card-img-variant.is-active {
    opacity: 1;
  }
}

/* ============================================
   SETPOINT — PDP polish
   - Hover-zoom desktop sobre la galería
   - Info cards (envío + devoluciones)
   - Bloque "Avísame cuando esté disponible"
   - Refinamientos del lado derecho
   ============================================ */

/* ── Zoom DESACTIVADO en desktop ───────────────
   Decisión UX: el zoom hover/click no aporta valor en una
   PDP de fashion donde las fotos ya son grandes. Removemos
   el cursor zoom y el botón overlay de Horizon. */
@media (hover: hover) and (pointer: fine) {
  .product-media-container--zoomable.product-media-container--image {
    cursor: default;
  }
  .product-media-container--zoomable .product-media-container__zoom-button {
    display: none !important;
  }
  .product-media-container--zoomable.product-media-container--image .product-media,
  .product-media-container--zoomable.product-media-container--image .product-media__image,
  .product-media-container--zoomable.product-media-container--image picture {
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-media-container--zoomable.product-media-container--image .product-media,
  .product-media-container--zoomable.product-media-container--image .product-media__image,
  .product-media-container--zoomable.product-media-container--image picture {
    transition: none !important;
    transform: none !important;
  }
}

/* ── Info cards (envío / devoluciones) ─────── */
.sp-info-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sp-info-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--sp-blanc);
  border: 1px solid var(--sp-dusted);
  border-radius: 6px;
  font-family: var(--sp-font-body);
}
.sp-info-card__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--sp-noir);
}
.sp-info-card__icon svg {
  width: 22px;
  height: 22px;
}
.sp-info-card__body {
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--sp-noir);
}
.sp-info-card__title {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}
.sp-info-card__sub {
  color: #666;
  font-size: 0.78rem;
}

/* ── Notify when available ─────────────────── */
.sp-notify-restock {
  display: block;
  border: 1px solid var(--sp-dusted);
  border-radius: 6px;
  padding: 16px;
  background: var(--sp-blanc);
  font-family: var(--sp-font-body);
}
.sp-notify-restock.sp-notify--hidden {
  display: none;
}
.sp-notify-restock__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.sp-notify-restock__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--sp-terra);
}
.sp-notify-restock__icon svg {
  width: 22px;
  height: 22px;
}
.sp-notify-restock__heads {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sp-notify-restock__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--sp-noir);
}
.sp-notify-restock__sub {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.4;
}
.sp-notify-restock__form {
  display: flex;
  gap: 8px;
}
.sp-notify-restock__input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--sp-dusted);
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.9rem;
  background: #fff;
  color: var(--sp-noir);
}
.sp-notify-restock__input:focus {
  outline: 2px solid var(--sp-terra);
  outline-offset: -1px;
  border-color: transparent;
}
.sp-notify-restock__input:focus::placeholder {
  color: transparent;
}

/* ============================================
   SETPOINT — CTA "Ver más" debajo de SP Products
   ============================================ */
.sp-products-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.sp-products-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sp-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sp-noir);
  background: transparent;
  border: 1.5px solid var(--sp-noir);
  border-radius: 3px;
  padding: 14px 36px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.sp-products-cta:hover {
  background: var(--sp-noir);
  color: var(--sp-blanc);
}
.sp-products-cta span {
  transition: transform 0.2s ease;
}
.sp-products-cta:hover span {
  transform: translateX(3px);
}
@media (max-width: 600px) {
  .sp-products-cta-wrap { margin-top: 28px; }
  .sp-products-cta { padding: 12px 28px; font-size: 11px; }
}

/* ============================================
   SETPOINT — Static pages (FAQ, Envíos, Devoluciones,
   Embajadoras, Afiliadas, Mayoreo, Historia, Contacto)
   Layout editorial limpio: hero + secciones tipográficas
   con accordion/cards reutilizables.
   ============================================ */
.sp-static {
  font-family: var(--sp-font-body);
  color: var(--sp-noir);
  background: var(--sp-blanc);
  padding: 0 0 80px;
}
.sp-static__hero {
  background: var(--sp-noir);
  color: var(--sp-blanc);
  padding: 80px 24px 96px;
  text-align: center;
}
.sp-static__hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sp-terra);
  margin-bottom: 14px;
}
.sp-static__hero-title {
  font-family: var(--sp-font-display);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--sp-blanc);
}
.sp-static__hero-sub {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(247, 244, 239, 0.78);
}
.sp-static__container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}
.sp-static__section {
  padding: 56px 0;
  border-bottom: 1px solid var(--sp-dusted);
}
.sp-static__section:last-of-type { border-bottom: 0; }
.sp-static__h2 {
  font-family: var(--sp-font-display);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  margin: 0 0 20px;
}
.sp-static__lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: rgba(13, 13, 13, 0.82);
}
.sp-static__body p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 14px;
}
.sp-static__body strong { color: var(--sp-noir); }
.sp-static__body a {
  color: var(--sp-terra);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sp-static__body a:hover { text-decoration-thickness: 2px; }
.sp-static__body ul,
.sp-static__body ol {
  font-size: 15px;
  line-height: 1.75;
  padding-left: 22px;
  margin: 0 0 18px;
}
.sp-static__body li { margin-bottom: 6px; }

.sp-static__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.sp-static__card {
  border: 1px solid var(--sp-dusted);
  border-radius: 6px;
  padding: 22px;
  background: #fff;
}
.sp-static__card-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--sp-blanc);
  border: 1px solid var(--sp-dusted);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--sp-terra);
  font-size: 18px;
}
.sp-static__card-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--sp-noir);
}
.sp-static__card-text {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(13, 13, 13, 0.7);
  margin: 0;
}

.sp-static__faq details {
  border-bottom: 1px solid var(--sp-dusted);
  padding: 18px 0;
}
.sp-static__faq details:last-child { border-bottom: 0; }
.sp-static__faq summary {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
}
.sp-static__faq summary::-webkit-details-marker { display: none; }
.sp-static__faq summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  transition: transform 0.18s ease;
}
.sp-static__faq details[open] summary::after { content: '−'; }
.sp-static__faq details > *:not(summary) {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(13, 13, 13, 0.78);
  margin: 12px 0 0;
}

.sp-static__cta {
  text-align: center;
  background: var(--sp-blanc);
  padding: 56px 24px;
  border-radius: 8px;
  border: 1px solid var(--sp-dusted);
  margin: 48px 0 0;
}
.sp-static__cta h3 {
  font-family: var(--sp-font-display);
  font-size: clamp(22px, 2.6vw, 28px);
  margin: 0 0 12px;
}
.sp-static__cta p {
  max-width: 520px;
  margin: 0 auto 24px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(13, 13, 13, 0.7);
}
.sp-static__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--sp-noir);
  color: #fff;
  padding: 14px 32px;
  border: 1.5px solid var(--sp-noir);
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.sp-static__btn:hover { background: transparent; color: var(--sp-noir); }
.sp-static__btn--ghost { background: transparent; color: var(--sp-noir); }
.sp-static__btn--ghost:hover { background: var(--sp-noir); color: #fff; }

.sp-static__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin: 24px 0;
  counter-reset: step;
}
.sp-static__step {
  position: relative;
  padding: 24px 22px;
  border: 1px solid var(--sp-dusted);
  border-radius: 6px;
  background: #fff;
}
.sp-static__step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--sp-font-display);
  font-size: 32px;
  color: var(--sp-terra);
  display: block;
  margin-bottom: 8px;
}
.sp-static__step h4 {
  font-size: 15px;
  margin: 0 0 6px;
  font-weight: 700;
}
.sp-static__step p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(13, 13, 13, 0.7);
  margin: 0;
}

.sp-static__contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 24px 0;
}
.sp-static__contact-item {
  border: 1px solid var(--sp-dusted);
  border-radius: 6px;
  padding: 20px;
  background: #fff;
}
.sp-static__contact-item strong { display: block; margin-bottom: 6px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(13, 13, 13, 0.6); }
.sp-static__contact-item a { color: var(--sp-noir); font-weight: 600; }

@media (max-width: 600px) {
  .sp-static__hero { padding: 56px 20px 64px; }
  .sp-static__section { padding: 40px 0; }
}

/* ============================================
   SETPOINT — Sticky header siempre arriba
   El theme tiene "enable_sticky_header: always" pero a veces
   el flex column del body o algún ancestro rompe el sticky.
   Forzamos position: sticky con top: 0 para garantizar que
   el header se mantenga pegado al top del viewport.
   ============================================ */
#header-group,
.header-section {
  position: sticky;
  top: 0;
  z-index: var(--layer-sticky, 100);
}
.header-section {
  background: var(--color-background);
}
.sp-notify-restock__submit {
  height: 44px;
  padding: 0 18px;
  background: var(--sp-noir);
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.18s ease;
}
.sp-notify-restock__submit:hover { opacity: 0.85; }
.sp-notify-restock__msg {
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: var(--sp-sage-dark);
  min-height: 1em;
}

/* ── Right column polish del PDP ───────────── */
/* Talla → Guía de tallas inline a la derecha, estilo CRZ */
.product-information .variant-option--buttons legend {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product-information .variant-option--buttons legend .variant-option__swatch-value {
  margin-inline-end: auto;
}
/* el bloque de "Guía de tallas" justo después del variant-picker
   se sube al lado del legend del último fieldset */
.product-information .variant-picker + .text-block:has(a[href*="guia-de-tallas"]),
.product-information .variant-picker + .text-block:has(a[href*="guia"]) {
  margin-top: -2.6em;
  text-align: right;
  pointer-events: none;
}
.product-information .variant-picker + .text-block:has(a[href*="guia-de-tallas"]) a,
.product-information .variant-picker + .text-block:has(a[href*="guia"]) a {
  pointer-events: auto;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sp-noir);
}

/* product-inventory styling para "¡Sólo quedan X!" */
.product-information .product-inventory {
  font-family: var(--sp-font-body);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
.product-information .product-inventory__icon-low { color: var(--sp-terra); }
.product-information .product-inventory__icon-in_stock { color: var(--sp-sage-dark); }

/* Mobile: deshabilita el hover-zoom (por si el MQ no es suficiente) */
@media (max-width: 767px) {
  .product-media-container--zoomable.product-media-container--image .product-media__image,
  .product-media-container--zoomable.product-media-container--image .product-media,
  .product-media-container--zoomable.product-media-container--image picture {
    transform: none !important;
    transition: none !important;
  }
  .sp-notify-restock__form { flex-direction: column; gap: 10px; }
  .sp-notify-restock__input { height: 52px; font-size: 1rem; }
  .sp-notify-restock__submit { width: 100%; height: 52px; }
}

/* ── Inventory low: pulso suave del icono ────── */
@keyframes spInventoryPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.25); opacity: 0.55; }
}
.product-information .product-inventory--low .product-inventory__icon-low,
.product-details .product-inventory--low .product-inventory__icon-low {
  animation: spInventoryPulse 1.4s ease-in-out infinite;
  transform-origin: center;
  display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
  .product-information .product-inventory--low .product-inventory__icon-low,
  .product-details .product-inventory--low .product-inventory__icon-low {
    animation: none !important;
  }
}

/* ============================================
   SETPOINT — Size Guide drawer
   Desktop: side panel deslizante derecha
   Mobile: full-screen modal
   ============================================ */
html.sp-no-scroll,
html.sp-no-scroll body {
  overflow: hidden;
}
.sp-size-guide {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  font-family: var(--sp-font-body);
  color: var(--sp-noir);
  visibility: hidden;
}
.sp-size-guide.is-open {
  pointer-events: auto;
  visibility: visible;
}
.sp-size-guide__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.42);
  opacity: 0;
  transition: opacity 220ms ease;
}
.sp-size-guide.is-open .sp-size-guide__backdrop {
  opacity: 1;
}
.sp-size-guide__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(560px, 92vw);
  background: #fff;
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.sp-size-guide.is-open .sp-size-guide__panel {
  transform: translateX(0);
}
.sp-size-guide__head {
  position: sticky;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--sp-dusted);
  z-index: 1;
}
.sp-size-guide__title {
  font-family: var(--sp-font-display);
  font-size: 1.25rem;
  margin: 0;
  font-weight: 700;
}
.sp-size-guide__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--sp-noir);
  cursor: pointer;
  padding: 4px;
  display: grid;
  place-items: center;
  border-radius: 4px;
}
.sp-size-guide__close:hover {
  background: var(--sp-blanc);
}
.sp-size-guide__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 22px 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sp-size-guide__tab {
  appearance: none;
  background: transparent;
  border: 0;
  color: #888;
  cursor: pointer;
  padding: 6px 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  position: relative;
}
.sp-size-guide__tab.is-active {
  color: var(--sp-noir);
}
.sp-size-guide__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1.5px;
  background: var(--sp-noir);
}
.sp-size-guide__tab-sep { color: var(--sp-dusted); }
.sp-size-guide__section {
  padding: 14px 22px 22px;
  border-bottom: 1px solid var(--sp-dusted);
}
.sp-size-guide__section--note {
  border-bottom: 0;
  font-size: 0.8rem;
  color: #666;
}
.sp-size-guide__section--note a {
  color: var(--sp-noir);
  text-decoration: underline;
}
.sp-size-guide__h3 {
  font-family: var(--sp-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 14px;
  text-align: center;
  position: relative;
}
.sp-size-guide__h3::before,
.sp-size-guide__h3::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--sp-dusted);
  vertical-align: middle;
  margin: 0 12px;
}

/* Tabla */
.sp-size-guide__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  text-align: center;
}
.sp-size-guide__table thead th {
  background: #fafaf7;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
  color: var(--sp-noir);
  padding: 10px 6px;
  border-bottom: 1px solid var(--sp-dusted);
}
.sp-size-guide__table tbody th,
.sp-size-guide__table tbody td {
  padding: 10px 6px;
  border-bottom: 1px solid var(--sp-dusted);
}
.sp-size-guide__table tbody th {
  font-weight: 600;
  color: var(--sp-noir);
  background: #fdfcfa;
}
.sp-size-guide__table tbody tr:last-child th,
.sp-size-guide__table tbody tr:last-child td { border-bottom: 0; }

/* Toggle CM / IN — mostramos sólo el span correspondiente al data-unit del drawer */
.sp-size-guide[data-unit="cm"] .sp-size-guide__table [data-in],
.sp-size-guide[data-unit="in"] .sp-size-guide__table [data-cm] {
  display: none;
}

/* Body Measurements */
.sp-size-guide__measure {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: start;
}
.sp-size-guide__measure-img {
  background: #fafaf7;
  border-radius: 6px;
  padding: 8px;
  aspect-ratio: 1 / 1.6;
}
.sp-size-guide__measure-copy p {
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #444;
}
.sp-size-guide__measure-copy strong {
  color: var(--sp-noir);
}

/* Mobile: full-screen modal en vez de side panel */
@media (max-width: 767px) {
  .sp-size-guide__panel {
    width: 100%;
    max-width: 100%;
    transform: translateY(100%);
    box-shadow: 0 -8px 32px rgba(0,0,0,0.2);
  }
  .sp-size-guide.is-open .sp-size-guide__panel {
    transform: translateY(0);
  }
  .sp-size-guide__measure {
    grid-template-columns: 1fr;
  }
  .sp-size-guide__measure-img {
    width: 50%;
    margin: 0 auto;
    aspect-ratio: 1 / 1.4;
  }
  .sp-size-guide__table { font-size: 0.78rem; }
}

@media (prefers-reduced-motion: reduce) {
  .sp-size-guide__panel,
  .sp-size-guide__backdrop {
    transition: none !important;
  }
}

/* ============================================
   SETPOINT — Color variant pills → solid circles
   Override completo de .variant-option__button-label de Horizon
   (que tiene flex: 0 0 3.25em + min-width: fit-content + paddings).
   Usa !important porque la base de Horizon es muy específica
   y queremos un círculo perfecto sin importar las variables.
   Path nativo (recomendado a futuro): configurar swatches en
   Shopify Admin → Producto → Variantes → opción Color.
   ============================================ */
:root {
  --sp-circle-size: 30px;
  --sp-circle-gap: 14px;
  --sp-circle-active: var(--sp-noir);
}

.product-information .variant-option--buttons:has(input[name^="Color" i]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px var(--sp-circle-gap);
}
.product-information .variant-option--buttons:has(input[name^="Color" i]) legend {
  flex: 1 0 100%;
  margin-bottom: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sp-noir);
}
/* Override fuerte: dimensiones exactas + sin padding ni flex-basis */
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label {
  flex: 0 0 var(--sp-circle-size) !important;
  width: var(--sp-circle-size) !important;
  height: var(--sp-circle-size) !important;
  min-width: var(--sp-circle-size) !important;
  min-height: var(--sp-circle-size) !important;
  max-width: var(--sp-circle-size);
  max-height: var(--sp-circle-size);
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(13, 13, 13, 0.18) !important;
  background-clip: padding-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.18s ease;
  background-color: var(--sp-light);
  aspect-ratio: 1 / 1;
  overflow: visible;
}
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:hover {
  transform: scale(1.1);
}
/* Apaga los pseudoelementos del border fake de Horizon */
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label::before,
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label::after {
  content: none !important;
}
/* Esconde texto y pill internos (mantenidos para a11y vía aria-label del input) */
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label__pill,
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label__text {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Active: anillo sólido alrededor */
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input:checked) {
  outline: 1.5px solid var(--sp-circle-active);
  outline-offset: 3px;
}
/* Disabled / sold-out: tachado diagonal sobre el círculo */
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[aria-disabled="true"]) {
  opacity: 0.45;
}

/* Mapping de nombres → color sólido VÍVIDO.
   Agrega aquí cada nombre que uses en Shopify (case-insensitive). */
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Blue" i])    { background-color: #1E5FB5; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Azul" i])    { background-color: #1E5FB5; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Navy" i])   { background-color: #14213D; }

.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Green" i])   { background-color: #5FA85B; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Verde" i])   { background-color: #5FA85B; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Sage" i])    { background-color: var(--sp-sage); }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Olive" i])   { background-color: #6B7042; }

.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Naranja" i]) { background-color: #E2693E; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Orange" i])  { background-color: #E2693E; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Terra" i])   { background-color: var(--sp-terra); }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Terracota" i]) { background-color: var(--sp-terra); }

.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Black" i])   { background-color: var(--sp-noir); }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Negro" i])   { background-color: var(--sp-noir); }

.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="White" i])   { background-color: #FFFFFF; border-color: rgba(13,13,13,0.25) !important; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Blanco" i])  { background-color: #FFFFFF; border-color: rgba(13,13,13,0.25) !important; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Crema" i])   { background-color: var(--sp-blanc); }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Cream" i])   { background-color: var(--sp-blanc); }

.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Pink" i])    { background-color: #F0859C; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Rosa" i])    { background-color: #F0859C; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Red" i])     { background-color: #D7322C; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Rojo" i])    { background-color: #D7322C; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Yellow" i])  { background-color: #F5C518; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Amarillo" i]){ background-color: #F5C518; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Gray" i])    { background-color: #8C8C8C; }
.product-information .variant-option--buttons:has(input[name^="Color" i]) .variant-option__button-label:has(input[value="Gris" i])    { background-color: #8C8C8C; }

/* ============================================
   SETPOINT — Vertical thumbnail strip polish
   - Thumbnails verticales pegados a la imagen (gap mínimo)
   - Sin scroll container interno: el wheel siempre va al
     document, así la columna scrollea junto con la página
     y nunca atrapa el cursor.
   - El media-gallery completo es sticky en desktop — la
     columna de thumbnails y la imagen se mantienen visibles
     mientras el usuario scrollea la info de la derecha.
   ============================================ */
@media screen and (min-width: 750px) {
  /* Galería sticky: imagen + thumbnails se mantienen en viewport */
  .product-information media-gallery.media-gallery--carousel {
    position: sticky;
    top: 1rem;
    align-self: flex-start;
  }
  /* Pega la columna de thumbnails a la imagen — gap mínimo */
  .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails][pagination-position='left']),
  .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails][pagination-position='right']) {
    column-gap: 4px;
  }
  /* La columna de controles NO scrollea internamente: deja al document
     manejar el scroll para que se pueda continuar a la info de abajo */
  .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails][pagination-position='left']) slideshow-controls,
  .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails][pagination-position='right']) slideshow-controls {
    max-height: none;
    overflow: visible;
    padding-inline: 0;
  }
  .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__list {
    flex-direction: column;
    gap: 8px;
  }
  .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnail {
    width: var(--thumbnail-width);
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.18s ease, outline-color 0.18s ease;
  }
  .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnail:hover {
    opacity: 0.9;
  }
  .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnail[aria-selected='true'],
  .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnail[aria-current='true'] {
    opacity: 1;
    outline: 1.5px solid var(--sp-noir);
    outline-offset: 2px;
  }
  /* Imagen principal más compacta: limita altura para que no domine
     toda la pantalla. Mantiene aspect ratio original. */
  .product-information .media-gallery--carousel .product-media-container {
    max-height: 68vh;
  }

  /* Grid mode (PDP vertical stack): cada imagen al 65% del ancho
     de la columna — reduce visualmente el tamaño 35%. Centradas. */
  .product-information media-gallery.media-gallery--grid .media-gallery__grid {
    max-width: 65%;
    margin-inline: auto;
  }
}

/* ============================================
   SETPOINT — PDP slideshow: vertical fade
   Apilo las slides con position: absolute y solo la activa
   (aria-hidden="false") es visible con un fade suave hacia
   arriba. No hay "deslizamiento horizontal" entre fotos.
   Conservo el DOM intacto para que Horizon siga sincronizando
   thumbnails ↔ slide activa via aria-hidden.
   ============================================ */
@media screen and (min-width: 750px) {
  .media-gallery--carousel slideshow-arrows {
    display: none;
  }
  .media-gallery--carousel slideshow-slides {
    position: relative;
    height: min(68vh, var(--constrained-height, 78vh));
    overflow: hidden;
    overscroll-behavior: contain;
    scroll-snap-type: none;
  }
  .media-gallery--carousel slideshow-slide {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 420ms ease, transform 420ms ease;
    content-visibility: visible;
  }
  .media-gallery--carousel slideshow-slide[aria-hidden='false'] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 1;
  }
}

