/* ============================================================
   SKS Kilt Outfits — configurator styles
   Standalone from sks-outfit-builder.css. All classes use the .sko-*
   prefix to avoid collisions with the older section's .sks-outfit-*.
   ============================================================ */

.sko {
  --so-paper: #F5F0E8;
  --so-paper-warm: #EFE9DD;
  --so-paper-deeper: #E5DED0;
  --so-cream: #F1E9D6;
  --so-white: #FAF6EE;
  --so-ink: #1E2D3B;
  --so-ink-soft: #4A5664;
  --so-ink-mid: #6B7682;
  --so-ink-faint: #8B96A2;
  --so-line: rgba(30, 45, 59, 0.13);
  --so-line-soft: rgba(30, 45, 59, 0.07);
  --so-brand: #B8520A;
  --so-brand-deep: #8E3F08;
  --so-navy: #0E1A26;
  --so-gold: #B08439;
  --so-crimson: #5A1A2E;
  --so-success: #2C7A4A;
  --so-sh-sm: 0 2px 6px rgba(0, 0, 0, 0.05);
  --so-sh-md: 0 6px 16px rgba(0, 0, 0, 0.08);

  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--so-ink);
  line-height: 1.55;
  font-size: 16px;
}

.sko *,
.sko *::before,
.sko *::after {
  box-sizing: border-box;
}

.sko h2,
.sko h3,
.sko h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
  color: var(--so-ink);
}

.sko-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

@media (max-width:720px) {
  .sko-container {
    padding: 0 16px;
  }
}

/* ── Section scaffold ─────────────────────────────────────────── */
.sko-cfg-wrap {
  padding: 80px 0;
}

@media (max-width:720px) {
  .sko-cfg-wrap {
    padding: 48px 0;
  }
}

/* ── Hero — matched to sks-outfit-builder look ────────────────
   Two-column grid, big Playfair headline, paper background,
   product image framed inside a padded white card, absolute-
   positioned caption pill in the corner. Ports the classes 1:1
   from the older section's CSS but under the .sko-* prefix so
   nothing collides with it. */
.sko-hero {
  padding: 60px 0 52px;
  background: var(--so-paper);
}

@media (max-width: 940px) {
  .sko-hero {
    padding: 36px 0;
  }
}

.sko-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 940px) {
  .sko-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.sko-hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.1;
  margin: 14px 0 20px;
  color: var(--so-ink);
}

.sko-hero-h1 em {
  font-style: italic;
  color: var(--so-brand);
  font-weight: 400;
}

.sko-hero-sub {
  font-size: 18px;
  color: var(--so-ink-soft);
  max-width: 480px;
  margin: 0 0 26px;
}

.sko-hero-offer {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  padding: 13px 18px;
  background: var(--so-paper-warm);
  border: 1px solid var(--so-line);
  margin-bottom: 24px;
}

.sko-hero-offer-from {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--so-ink-mid);
}

.sko-hero-offer-price {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 600;
  color: var(--so-ink);
}

.sko-hero-offer-was {
  font-size: 13px;
  color: var(--so-ink-mid);
  text-decoration: line-through;
}

.sko-hero-offer-save {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--so-crimson);
  color: #fff;
  padding: 4px 9px;
}

.sko-hero-ctas {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.sko-btn-ghost {
  background: transparent;
  color: var(--so-ink);
  border: 1.5px solid var(--so-line);
}

.sko-btn-ghost:hover {
  background: var(--so-paper-warm);
  border-color: var(--so-ink-mid);
}

.sko-btn-dark {
  background: var(--so-ink);
  color: #fff;
}

.sko-btn-dark:hover {
  background: var(--so-navy);
  transform: translateY(-1px);
}

.sko-hero-visual {
  position: relative;
  aspect-ratio: 2/3;
  background: var(--so-white);
  border: 1px solid var(--so-line);
  padding: 14px;
  box-shadow: var(--so-sh-md);
}

.sko-hero-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--so-paper-warm);
}

.sko-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sko-hero-cap {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  background: rgba(30, 45, 59, 0.86);
  color: #fff;
  padding: 8px 13px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* ── Trust strip (under hero) — matches sks-outfit-builder style
   Dark ink background, cream check icon, up to 4 quick bullets
   distributed across the width. Wraps on tablet, stacks on mobile. */
.sko-trust {
  background: var(--so-ink);
  color: #fff;
}

.sko-trust-row {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  padding: 18px 0;
}

.sko-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  color: rgba(245, 240, 232, 0.85);
}

.sko-trust-item svg {
  width: 16px;
  height: 16px;
  color: var(--so-cream, #E8C9A8);
  flex-shrink: 0;
}

.sko-trust-item b {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 720px) {
  .sko-trust-row {
    justify-content: flex-start;
    gap: 12px 20px;
    padding: 14px 0;
  }

  .sko-trust-item {
    font-size: 12px;
  }
}

/* ── Hero review proof bar (matches sks-outfit-builder) ─────
   Star display uses two stacked layers — the gold overlay is
   width-clipped by sks-jm-store-numbers.js to reflect the true
   rating so it never overstates. Suffix text sits inline after
   the popup button. */
.sko-hero-proof {
  font-size: 13px;
  color: var(--so-ink-soft);
}

.sko-hero-proof p {
  margin: 0;
}

.sko-stars {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}

.sko-stars-bg {
  color: rgba(122, 114, 107, 0.3);
}

.sko-stars-fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  /* sks-jm-store-numbers.js sets the true fill % inline */
  overflow: hidden;
  color: var(--so-gold, #b8520a);
}

.sko-proof-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.sko-proof-btn:hover span:last-child {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sko-proof-btn:focus-visible {
  outline: 2px solid var(--so-gold, #b8520a);
  outline-offset: 3px;
  border-radius: 3px;
}

/* ── Hero stat counters (matches sks-outfit-builder) ────────── */
.sko-hero-stats {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--so-line);
}

.sko-hero-stat b {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--so-ink);
  display: block;
}

.sko-hero-stat span {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--so-ink-mid);
}

@media (max-width: 520px) {
  .sko-hero-stats {
    gap: 12px;
    flex-wrap: nowrap;
  }

  .sko-hero-stat {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* ── What's Included ──────────────────────────────────────────
   Grid of product cards showing every piece included in the
   outfit. Sourced from the accessories metafield (with the
   current product shown first as the outfit anchor). */
.sko-inc-wrap {
  padding: 80px 0;
  background: var(--so-white);
  border-top: 1px solid var(--so-line);
}

@media (max-width: 720px) {
  .sko-inc-wrap {
    padding: 48px 0;
  }
}

.sko-inc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .sko-inc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .sko-inc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Collapsed "includes" grid — show only 4 rows, cutoff matching the column
   count at each breakpoint (4→16, 3→12, 2→8, 1→4). "Show more" reveals the rest. */
.sko-inc-grid--collapsed .sko-inc-item:nth-child(n+17) {
  display: none;
}

@media (max-width: 1100px) {
  .sko-inc-grid--collapsed .sko-inc-item:nth-child(n+13) {
    display: none;
  }
}

@media (max-width: 800px) {
  .sko-inc-grid--collapsed .sko-inc-item:nth-child(n+9) {
    display: none;
  }
}

@media (max-width: 640px) {
  .sko-inc-grid--collapsed .sko-inc-item:nth-child(n+5) {
    display: none;
  }
}

.sko-inc-more-wrap {
  text-align: center;
  margin-top: 22px;
}

.sko-inc-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: var(--so-ink);
  border: none;
  cursor: pointer;
  transition: all .18s;
}

.sko-inc-more:hover {
  background: var(--so-brand);
  color: #fff;
}

.sko-inc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background: var(--so-paper-warm);
  border: 1px solid var(--so-line);
  border-radius: 6px;
  transition: box-shadow 0.15s ease, transform 0.12s ease;
}

.sko-inc-item:hover {
  box-shadow: var(--so-sh-sm);
  transform: translateY(-1px);
}

.sko-inc-slot {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--so-line-soft);
}

.sko-inc-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 4px;
}

.sko-inc-ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f2ede4 25%, #ece5d8 25%, #ece5d8 50%, #f2ede4 50%, #f2ede4 75%, #ece5d8 75%);
  background-size: 8px 8px;
}

.sko-inc-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sko-inc-nm {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--so-ink);
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Meta row: category on the left, price on the right — sits under
   the full-width title so the title has the whole card width to
   wrap into instead of fighting the price for space. */
.sko-inc-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}

.sko-inc-sub {
  font-size: 11px;
  color: var(--so-ink-mid);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sko-inc-pr {
  font-size: 14px;
  font-weight: 600;
  color: var(--so-brand);
  white-space: nowrap;
}

.sko-inc-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--so-line);
  flex-wrap: wrap;
}

.sko-inc-foot-l {
  font-size: 14px;
  color: var(--so-ink-soft);
  flex: 1 1 auto;
}

/* ── Plan ahead / timing calculator ──────────────────────────
   Left = date input + speed toggle; right = computed order-by
   date + explanation note. On phones the two panels stack. */
.sko-timing-wrap {
  padding: 80px 0;
  background: var(--so-paper);
  border-top: 1px solid var(--so-line);
}

@media (max-width: 720px) {
  .sko-timing-wrap {
    padding: 48px 0;
  }
}

.sko-timing-calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
  background: var(--so-white);
  border: 1px solid var(--so-line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: var(--so-sh-sm);
}

@media (max-width: 720px) {
  .sko-timing-calc {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.sko-timing-in {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sko-timing-label {
  font-size: 12px;
  color: var(--so-ink-mid);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.sko-timing-date {
  padding: 12px 14px;
  border: 1px solid var(--so-line);
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  color: var(--so-ink);
  background: #fff;
  width: 100%;
}

.sko-timing-date:focus-visible {
  outline: none;
  border-color: var(--so-gold);
  box-shadow: 0 0 0 3px rgba(191, 133, 42, 0.2);
}

.sko-timing-tog {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--so-paper-warm);
  border-radius: 6px;
  align-self: flex-start;
}

.sko-timing-tog-btn {
  border: none;
  background: transparent;
  padding: 8px 14px;
  font-size: 12.5px;
  font-family: inherit;
  color: var(--so-ink-soft);
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.15s ease, color 0.15s ease;
  letter-spacing: 0.02em;
}

.sko-timing-tog-btn:hover {
  color: var(--so-ink);
}

.sko-timing-tog-btn.on {
  background: var(--so-ink);
  color: #fff;
  font-weight: 500;
}

.sko-timing-out {
  padding: 20px 24px;
  background: var(--so-paper-warm);
  border-left: 3px solid var(--so-brand);
  border-radius: 0 4px 4px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sko-timing-out-eb {
  font-size: 11px;
  color: var(--so-ink-mid);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.sko-timing-date-out {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--so-brand);
  font-weight: 600;
  line-height: 1.15;
}

.sko-timing-note {
  font-size: 13px;
  color: var(--so-ink-soft);
  line-height: 1.5;
  margin: 6px 0 0;
}

.sko-timing-note a {
  color: var(--so-brand);
  text-decoration: underline;
}

/* ── How it works (4 numbered steps) ────────────────────────── */
.sko-how-wrap {
  padding: 80px 0;
  background: var(--so-white);
  border-top: 1px solid var(--so-line);
}

@media (max-width: 720px) {
  .sko-how-wrap {
    padding: 48px 0;
  }
}

.sko-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}

@media (max-width: 900px) {
  .sko-how-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 520px) {
  .sko-how-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.sko-how-item {
  padding: 24px 20px;
  background: var(--so-paper);
  border: 1px solid var(--so-line-soft);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sko-how-num {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--so-brand);
  letter-spacing: 0.08em;
}

.sko-how-h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--so-ink);
  margin: 0;
  line-height: 1.2;
}

.sko-how-p {
  font-size: 14px;
  color: var(--so-ink-soft);
  line-height: 1.55;
  margin: 4px 0 0;
}

/* ── Final CTA — matched to sks-outfit-builder style ─────────
   Dark-navy background, centered text, cream CTA. Uses .sko-final
   .sko-final-h2 double-selector to beat the global .sko h2 {color:ink}
   rule which would otherwise paint the heading dark on the navy bg. */
.sko-final-wrap {
  background: var(--so-navy, #1E2D3B);
  color: var(--so-paper);
  text-align: center;
  padding: 76px 0;
}

@media (max-width: 720px) {
  .sko-final-wrap {
    padding: 52px 0;
  }
}

.sko-final-card {
  max-width: 720px;
  margin: 0 auto;
}

.sko-final-wrap .sko-final-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--so-paper);
  margin: 0 0 14px;
}

.sko-final-wrap .sko-final-h2 em {
  font-style: italic;
  color: var(--so-cream, #E8C9A8);
}

.sko-final-wrap .sko-final-sub {
  font-size: 16px;
  color: rgba(245, 240, 232, 0.85);
  max-width: 540px;
  margin: 0 auto 26px;
}

.sko-final-wrap .sko-final-cta {
  background: var(--so-paper);
  color: var(--so-brand);
  padding: 18px 34px;
  font-size: 14px;
}

.sko-final-wrap .sko-final-cta:hover {
  background: var(--so-cream, #E8C9A8);
  color: var(--so-ink);
  transform: translateY(-1px);
}

.sko-final-note {
  margin-top: 24px;
  font-size: 12.5px;
  color: rgba(245, 240, 232, 0.65);
  line-height: 1.5;
}

.sko-final-note p {
  margin: 0;
}

.sko-final-note a {
  color: var(--so-cream, #E8C9A8);
  text-decoration: underline;
}

.sko-shead {
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: center;
}

.sko-eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--so-brand);
  font-weight: 500;
}

/* ── Product description + FAQ — page-vibe content blocks ─────────── */
.sko-desc-wrap {
  padding: 60px 0;
  background: var(--so-white);
  border-top: 1px solid var(--so-line);
}
.sko-faq-wrap {
  padding: 60px 0;
  background: var(--so-paper-warm);
  border-top: 1px solid var(--so-line);
}
.sko-desc-h2,
.sko-faq-h2 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--so-ink);
  margin: 8px 0 22px;
}
.sko-desc-body {
  max-width: 780px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--so-ink-soft);
}
.sko-desc-body p { margin: 0 0 14px; }
.sko-desc-body p:last-child { margin-bottom: 0; }
.sko-desc-body a { color: var(--so-brand); text-decoration: underline; }
.sko-desc-body h2,
.sko-desc-body h3 {
  font-family: 'Playfair Display', serif;
  color: var(--so-ink);
  margin: 22px 0 10px;
}
.sko-desc-body ul,
.sko-desc-body ol { margin: 0 0 14px; padding-left: 20px; }

/* FAQ accordion — native <details>, no JS. Centered on the page. */
.sko-faq-wrap .sko-container { text-align: center; }
.sko-faq-list {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;        /* keep the Q&A left-aligned inside the centered block */
  border-top: 1px solid var(--so-line);
}
.sko-faq-item { border-bottom: 1px solid var(--so-line); }
.sko-faq-q {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 44px 20px 0;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--so-ink);
}
.sko-faq-q::-webkit-details-marker { display: none; }
.sko-faq-q::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: var(--so-brand);
}
.sko-faq-item[open] .sko-faq-q::after { content: '−'; }
.sko-faq-answer {
  padding: 0 44px 22px 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--so-ink-soft);
}
.sko-faq-answer p { margin: 0 0 12px; }
.sko-faq-answer p:last-child { margin-bottom: 0; }
.sko-faq-answer a { color: var(--so-brand); text-decoration: underline; }

@media (max-width: 720px) {
  .sko-desc-wrap,
  .sko-faq-wrap { padding: 44px 0; }
  .sko-desc-h2,
  .sko-faq-h2 { font-size: 24px; }
  .sko-faq-q { font-size: 15.5px; padding-right: 40px; }
  .sko-desc-body { font-size: 15px; }
}

.sko-h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin: 10px 0 14px;
}

.sko-h2 em {
  font-style: italic;
  color: var(--so-brand);
}

.sko-shead p {
  font-size: 16px;
  color: var(--so-ink-soft);
  margin: 0;
}

/* ── Buttons ──────────────────────────────────────────────────── */
.sko-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .18s;
  font-family: inherit;
}

.sko-btn-primary {
  background: var(--so-brand);
  color: #fff;
}

.sko-btn-primary:hover {
  background: var(--so-brand-deep);
  transform: translateY(-1px);
}

/* ── Configurator layout ──────────────────────────────────────── */
.sko-config {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width:980px) {
  .sko-config {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* LEFT: preview + summary */
.sko-cfg-preview {
  position: sticky;
  top: 0;
}

@media (max-width:980px) {
  .sko-cfg-preview {
    position: static;
    margin-bottom: 20px;
  }
}

.sko-cfg-render {
  aspect-ratio: 1/1;
  border: 1px solid var(--so-line);
  background: var(--so-white);
  padding: 12px;
  box-shadow: var(--so-sh-sm);
}

.sko-kilt-render {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--so-paper-deeper);
}

/* "Select your tartan" placeholder (shown until a tartan is chosen) */
.sko-tartan-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
  padding: 28px 24px;
  color: var(--so-ink-mid, #6B7682);
  background: var(--so-paper-warm, #EFE9DD);
}

/* "Select Your Tartan" placeholder card (shared markup across builders). */
.sks-tph-ico { width: 44px; height: auto; color: #68758b; margin-bottom: 12px; }
.sks-tph-eyebrow {
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: #8d949d;
}
.sks-tph-h {
  margin-top: 12px;
  font-family: var(--so-serif, 'Playfair Display', Georgia, serif);
  font-weight: 500; font-size: clamp(26px, 4.4vw, 40px); line-height: 1.03;
  letter-spacing: -0.5px; color: #1e2b3a;
}
.sks-tph-rule { display: block; width: 46px; height: 1px; margin: 16px 0; background: rgba(30, 43, 58, 0.3); }
.sks-tph-sub {
  max-width: 230px; font-size: 9.5px; line-height: 1.7; letter-spacing: 0.13em;
  text-transform: uppercase; color: #5c6875;
}
/* Mandatory-tartan prompt — red outline after an add-to-cart attempt with none chosen */
.sko-tartan-missing { outline: 2px solid #C0392B; outline-offset: 2px; }
.sko-tartan-missing .sko-tartan-ph { color: #C0392B; }

.sko-cfg-look {
  margin-top: 16px;
  border: 1px solid var(--so-line);
  background: var(--so-white);
}

/* "Best offer" — small ribbon-tag in the summary header (brand warm accent,
   matching the primary CTA orange). Rectangular with a notched left end for a
   ribbon look. Scoped selector beats the generic .sko-cfg-look-head span rule. */
.sko-cfg-look-head .sko-cfg-badge {
  display: inline-block;
  background: #B8520A;
  background: linear-gradient(135deg, #CA6A22, #A8490A);
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 4px 11px 4px 15px;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7px 50%);
  box-shadow: 0 1px 3px rgba(20, 29, 38, 0.2);
}

.sko-cfg-look-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--so-line);
  background: var(--so-paper-warm);
}

.sko-cfg-look-head b {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 500;
}

.sko-cfg-look-head span {
  font-size: 11px;
  color: var(--so-ink-mid);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sko-cfg-lines {
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sko-cfg-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: var(--so-ink-soft);
}

.sko-cfg-line span:last-child {
  color: var(--so-ink-mid);
  white-space: nowrap;
}

.sko-cfg-line.core span:last-child {
  color: var(--so-brand);
}

.sko-cfg-totals {
  padding: 12px 18px;
  border-top: 1px solid var(--so-line);
}

.sko-cfg-trow {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--so-ink-mid);
  padding: 2px 0;
}

.sko-cfg-trow.disc {
  color: var(--so-success);
}

.sko-cfg-trow.total {
  font-size: 15px;
  color: var(--so-ink);
  padding-top: 8px;
  margin-top: 4px;
  border-top: 1px solid var(--so-line-soft);
  align-items: baseline;
}

.sko-cfg-trow.total strong {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--so-brand);
  font-weight: 600;
}

.sko-cfg-trow[hidden] {
  display: none;
}

.sko-cfg-save {
  font-size: 11.5px;
  color: var(--so-success);
  padding: 0 18px 8px;
  min-height: 14px;
}

.sko-cfg-cta {
  display: block;
  width: calc(100% - 36px);
  margin: 4px 18px 14px;
}

/* RIGHT: stepped controls */
.sko-cfg-steps {}

.sko-stepper {
  display: flex;
  gap: 6px;
  background: var(--so-paper);
  padding: 10px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--so-line);
}

.sko-step-pip {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 4px 2px;
  opacity: 0.5;
  transition: opacity .2s;
  font-family: inherit;
}

.sko-step-pip.active,
.sko-step-pip.done {
  opacity: 1;
}

.sko-step-pip-bar {
  height: 3px;
  background: var(--so-line);
}

.sko-step-pip.active .sko-step-pip-bar,
.sko-step-pip.done .sko-step-pip-bar {
  background: var(--so-brand);
}

.sko-step-pip-label {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--so-ink-mid);
}

.sko-step-pip.active .sko-step-pip-label {
  color: var(--so-ink);
  font-weight: 500;
}

.sko-step-pip-label b {
  color: var(--so-brand);
  margin-right: 4px;
}

.sko-cstep {
  padding: 26px 0;
  border-bottom: 1px solid var(--so-line);
  scroll-margin-top: 130px;
}

.sko-cstep:last-child {
  border-bottom: none;
}

.sko-cstep-h {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}

.sko-cstep-h h3 {
  font-size: 24px;
}

.sko-cstep-h .num {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: var(--so-brand);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.sko-cstep-sub {
  font-size: 14px;
  color: var(--so-ink-mid);
  margin: 0 0 18px;
}

/* Optional single line under the outfit-base product card (Step 2). */
.sko-cstep-note {
  font-size: 14px;
  color: var(--so-ink-mid);
  margin: 14px 0 0;
  padding-top: 14px;
}

/* ── Tartan grid ───────────────────────────────────────────────── */
.sko-tartan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width:520px) {
  .sko-tartan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sko-tartan-card {
  background: var(--so-white);
  border: 1px solid var(--so-line);
  padding: 7px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: all .15s;
}

.sko-tartan-card:hover {
  border-color: var(--so-brand);
}

.sko-tartan-card.sel {
  border-color: var(--so-brand);
  box-shadow: 0 0 0 1px var(--so-brand);
}

.sko-tartan-sw {
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 6px;
  background: var(--so-paper-deeper);
  position: relative;
}

.sko-tartan-sw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sko-kilt-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sko-tartan-nm {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 500;
}

.sko-tartan-mt {
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--so-ink-mid);
  margin-top: 2px;
}

.sko-tartan-pr {
  font-size: 13px;
  font-weight: 600;
  color: var(--so-brand);
  margin-top: 4px;
  font-family: 'Playfair Display', serif;
}

.sko-tartan-more {
  margin-top: 14px;
  font-size: 13px;
  color: var(--so-ink-soft);
}

.sko-tartan-more a {
  color: var(--so-brand);
  font-weight: 500;
}
/* On mobile the "Browse from all stock tartans" link drops to its own line */
@media (max-width: 640px) {
  .sko-tartan-more a {
    display: block;
    margin-top: 4px;
  }
}

.sko-tartan-loading {
  padding: 30px;
  text-align: center;
  color: var(--so-ink-mid);
}

/* ── Option rows (locked product + accessories) ───────────────── */
.sko-opt {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border: 1px solid var(--so-line-soft);
  background: var(--so-white);
  margin-bottom: 9px;
  cursor: pointer;
  transition: all .15s;
}

.sko-opt:hover {
  border-color: var(--so-brand);
}

/* Selectable base-product cards (multi-base mode). Reuse .sko-opt + .sel
   (same look as accessory selection); just make them clickable + spaced. */
.sko-opt--pick { cursor: pointer; }
.sko-opt--pick + .sko-opt--pick { margin-top: 10px; }

.sko-opt.sel {
  border-color: var(--so-brand);
  background: rgba(184, 82, 10, 0.04);
  box-shadow: inset 0 0 0 1px var(--so-brand);
}

.sko-opt-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border: 1px solid var(--so-line);
  overflow: hidden;
  background: white;
}

.sko-opt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sko-opt-thumb-ph {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--so-paper-deeper);
}

.sko-opt-check {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  border: 1.5px solid var(--so-line);
  background: var(--so-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: transparent;
}

.sko-opt.sel .sko-opt-check {
  background: var(--so-brand);
  border-color: var(--so-brand);
  color: #fff;
}

.sko-opt-body {
  flex: 1;
  min-width: 0;
}

.sko-opt-nm {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.sko-opt-ds {
  font-size: 12px;
  color: var(--so-ink-mid);
  margin-top: 1px;
  display: block;
}

.sko-opt-pr {
  font-size: 13px;
  color: var(--so-ink);
  white-space: nowrap;
  text-align: right;
}

/* Compare-at (was) price on the base card — struck through, under the price. */
.sko-opt-was {
  display: block;
  color: var(--so-ink-mid, #9A9088);
  font-size: 11px;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 1px;
}

/* Locked (current product) card — no hover lift, no cursor change */
.sko-opt--locked {
  cursor: default;
  border-color: var(--so-brand);
  background: rgba(184, 82, 10, 0.04);
  box-shadow: inset 0 0 0 1px var(--so-brand);
}

.sko-opt--locked:hover {
  transform: none;
}

.sko-opt--locked .sko-opt-check {
  background: var(--so-brand);
  border-color: var(--so-brand);
  color: #fff;
}

/* ── Accessory groups (Step 3) ─────────────────────────────────── */
.sko-acc-group {
  margin-top: 22px;
}

.sko-acc-group:first-child {
  margin-top: 0;
}

.sko-acc-group-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--so-ink-mid);
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--so-line);
}

.sko-acc-group-items {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px 8px;
  align-items: start;
}

/* ── Accessory swatches (Step 3) ──────────────────────────────
   Image tile + always-visible price row underneath. Product name
   floats above the tile on hover / select, matching the swatch
   UX on regular product pages. The .sel class is toggled by JS
   (same handler as the older .sko-opt cards). */
.sko-swatch {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  min-width: 0;
}

.sko-swatch-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1.5px solid var(--so-line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.sko-swatch:hover .sko-swatch-img {
  border-color: var(--so-ink-mid);
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.sko-swatch:focus-visible {
  outline: none;
}

.sko-swatch:focus-visible .sko-swatch-img {
  border-color: var(--so-gold);
  box-shadow: 0 0 0 3px rgba(191, 133, 42, 0.25);
}

.sko-swatch.sel .sko-swatch-img {
  border-color: var(--so-gold);
  border-width: 2px;
  box-shadow: 0 0 0 1px var(--so-gold);
}

.sko-swatch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sko-swatch-ph {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f2ede4 25%, #ece5d8 25%, #ece5d8 50%, #f2ede4 50%, #f2ede4 75%, #ece5d8 75%);
  background-size: 8px 8px;
}

/* Always-visible price line under the tile. */
.sko-swatch-price {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--so-ink);
  padding: 6px 2px 0;
  letter-spacing: 0.01em;
}

.sko-swatch.sel .sko-swatch-price {
  color: var(--so-gold);
  font-weight: 600;
}

/* Compare-at (was) price — struck through, muted, on its own line UNDER
   the sale price. */
.sko-swatch-was {
  display: block;
  text-align: center;
  color: var(--so-ink-mid, #9A9088);
  font-size: 11px;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 1px;
}

.sko-swatch.sel .sko-swatch-was {
  color: var(--so-ink-mid, #9A9088);
  font-weight: 400;
}

/* Hover / selected tooltip — the product name floats ABOVE the
   tile in a dark pill, matching product-page swatch behaviour. */
.sko-swatch::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  background: #1c1a17;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 5;
}

.sko-swatch::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1c1a17;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 6;
}

.sko-swatch:hover::after,
.sko-swatch:focus-visible::after,
.sko-swatch:hover::before,
.sko-swatch:focus-visible::before {
  opacity: 1;
}

/* Tablets: 6 per row so tiles don't get cramped in the narrower panel. */
@media (max-width: 980px) and (min-width: 641px) {
  .sko-acc-group-items {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Phones: 4 per row, tighter gap. Tiles stay responsive squares. */
@media (max-width: 640px) {
  .sko-acc-group-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 8px;
  }
}

.sko-acc-count {
  font-size: 11px;
  color: var(--so-ink-mid);
  letter-spacing: 0.04em;
  margin-left: 8px;
}

/* Inline "(optional)" tag next to the Step 3 heading — smaller,
   faded gray, sans-serif so it reads as meta rather than part of
   the section title. */
.sko-cstep-optional {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--so-ink-faint);
  letter-spacing: 0;
  margin-left: 4px;
}

/* ── Step 4 — Gift banner + measurement card ─────────────────── */
.sko-gift {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--so-paper-warm);
  border: 1px solid var(--so-gold);
  border-left: 4px solid var(--so-gold);
  padding: 18px 22px;
  margin-bottom: 20px;
}

.sko-gift-mk {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--so-gold);
  color: var(--so-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sko-gift-mk svg {
  width: 28px;
  height: 28px;
}

.sko-gift-eb {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--so-brand);
  font-weight: 600;
  margin-bottom: 4px;
}

.sko-gift h4 {
  font-size: 19px;
  margin-bottom: 5px;
}

.sko-gift h4 em {
  font-style: italic;
  color: var(--so-brand);
}

.sko-gift p {
  font-size: 13.5px;
  color: var(--so-ink-soft);
  line-height: 1.55;
  margin: 0;
}

.sko-mf {
  border: 1px solid var(--so-line);
  background: var(--so-white);
}

.sko-mf-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background: var(--so-paper-warm);
  border-bottom: 1px solid var(--so-line);
}

.sko-mf-top b {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.sko-mf-pill {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--so-ink-mid);
  background: var(--so-white);
  border: 1px solid var(--so-line);
  padding: 3px 10px;
  border-radius: 20px;
}

.sko-mf-pill.done {
  color: var(--so-success);
  border-color: var(--so-success);
}

.sko-seg {
  display: inline-flex;
  border: 1px solid var(--so-line);
}

.sko-seg-btn {
  padding: 8px 13px;
  background: var(--so-white);
  border: none;
  border-right: 1px solid var(--so-line);
  font-size: 12px;
  color: var(--so-ink-soft);
  cursor: pointer;
  font-family: inherit;
}

.sko-seg-btn:last-child {
  border-right: none;
}

.sko-seg-btn.on {
  background: var(--so-ink);
  color: #fff;
}

.sko-mf-empty {
  padding: 24px 20px;
  text-align: center;
  color: var(--so-ink-mid);
  font-size: 13px;
  margin: 0;
}

.sko-mf-foot {
  padding: 14px 20px;
  border-top: 1px solid var(--so-line-soft);
}

.sko-mf-re {
  font-size: 12px;
  color: var(--so-ink-mid);
  margin: 0;
}

.sko-mf-re strong {
  color: var(--so-ink);
}

/* Measurement group sections (one per source) — 2-column grid of
   fields on desktop so the measurement card stays compact instead
   of scrolling for pages. Collapses to 1 column below 900px. */
.sko-mfg {
  padding: 6px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 0;
}

.sko-mfg+.sko-mfg {
  border-top: 1px solid var(--so-line-soft);
}

/* Fabric swatch grid: full-width row, 6 swatches per row.
   Uses dedicated -fabsw classes to avoid the theme's .sko-swatch tartan styles. */
.sko-mfield--fabric { grid-column: 1 / -1; }
.sko-fabric-select, .sko-fabric-input { display: none !important; }
.sko-fabgrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 4px;
}
.sko-fabsw {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: center;
  min-width: 0;
}
.sko-fabsw-img {
  display: block;
  aspect-ratio: 1;
  border: 1px solid var(--so-line, rgba(30,45,59,.2));
  background: var(--so-paper-deeper, #E5DED0) center/cover no-repeat;
  transition: box-shadow .15s, border-color .15s;
}
.sko-fabsw::before, .sko-fabsw::after { content: none !important; }
.sko-fabsw:hover .sko-fabsw-img { border-color: var(--so-brand, #B8520A); }
.sko-fabsw.is-on .sko-fabsw-img {
  border-color: var(--so-brand, #B8520A);
  box-shadow: 0 0 0 2px rgba(184, 82, 10, .35);
}
.sko-fabsw-name {
  font-size: 11px;
  line-height: 1.25;
  color: var(--so-ink, #1E2D3B);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sko-fabsw.is-on .sko-fabsw-name { font-weight: 600; }
.sko-fabsw-price { font-size: 10.5px; color: var(--so-brand, #B8520A); }
@media (max-width: 640px) { .sko-fabgrid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 420px) { .sko-fabgrid { grid-template-columns: repeat(3, 1fr); } }

.sko-mfg-t {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 600;
  margin: 18px 0 8px;
  padding: 8px 12px;
  color: var(--so-brand);
  background: var(--so-paper-warm);
  border-left: 3px solid var(--so-brand);
  border-radius: 0 4px 4px 0;
}

.sko-mfg-t span {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--so-ink-mid);
}

/* Measurement field (label ABOVE input). The parent .sko-mfg is now
   a 2-column grid, so these fields tile side-by-side on desktop —
   which is why the internal layout is single-column (label on top,
   input below) instead of the old label-left / input-right split. */
.sko-mfield {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--so-line-soft);
  align-items: start;
  min-width: 0;
}

.sko-mfg:last-child .sko-mfield:last-child {
  border-bottom: none;
}

.sko-mfl {
  grid-column: 1;
  grid-row: auto;
  margin-bottom: 6px;
  align-self: start;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 500;
}

.sko-mfl small {
  font-family: 'Jost', sans-serif;
  color: var(--so-ink-faint);
  font-size: 12px;
  font-weight: 400;
}

.sko-mfi-wrap {
  grid-column: 1;
  grid-row: auto;
  position: relative;
  display: flex;
  align-items: center;
}

.sko-mfi {
  width: 100%;
  padding: 11px 60px 11px 14px;
  border: 1px solid var(--so-line);
  background: var(--so-white);
  font-size: 16px;
  color: var(--so-ink);
  font-family: inherit;
}

.sko-mfi:focus,
.sko-mfi:focus-visible {
  outline: none;
  border-color: var(--so-brand);
  box-shadow: 0 0 0 1px var(--so-brand);
}

.sko-mfi.sko-mfi-invalid,
.sko-mfi-invalid {
  border-color: var(--so-crimson);
  background: rgba(90, 26, 46, 0.03);
}

.sko-mfi.sko-mfi-invalid:focus,
.sko-mfi.sko-mfi-invalid:focus-visible,
.sko-mfi-invalid:focus,
.sko-mfi-invalid:focus-visible {
  outline: none;
  border-color: var(--so-crimson);
  box-shadow: 0 0 0 1px var(--so-crimson);
}

.sko-mfi-sfx {
  position: absolute;
  right: 14px;
  color: var(--so-ink-mid);
  font-size: 13px;
  pointer-events: none;
}

/* Head row: label on the left, cm/in conversion hint on the right.
   Sits above the input. Replaces the old grid-column: 2 positioning
   which had cm hint drifting off in space. */
.sko-mfield-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.sko-mfield-head .sko-mfl {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.sko-mfi-cm {
  font-size: 12px;
  color: var(--so-ink-faint);
  min-height: 16px;
  text-align: right;
  flex: 0 0 auto;
  white-space: nowrap;
}

/* "+$X size surcharge" hint — brand-color, shown when tier addon
   applies. Mirrors the sks-options-form product-page pattern. */
.sko-mfi-addon {
  font-size: 12.5px;
  color: var(--so-brand);
  font-weight: 500;
  padding: 4px 0 0;
}

.sko-mfi-addon[hidden] {
  display: none;
}

.sko-mfi-error {
  font-size: 12.5px;
  color: var(--so-crimson);
  font-weight: 500;
  padding-top: 4px;
}

.sko-mfi-error[hidden] {
  display: none;
}

/* Below 900px: measurement groups collapse to 1 column of fields so
   each field has full width to breathe on tablets/phones. */
@media (max-width: 900px) {
  .sko-mfg {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

.sko-cfg-empty {
  font-size: 12px;
  color: var(--so-ink-mid);
  text-align: center;
  padding: 8px 0;
  font-style: italic;
}

/* ── Toast ────────────────────────────────────────────────────── */
.sko-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--so-ink);
  color: #fff;
  padding: 13px 20px;
  font-size: 13px;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
  border-radius: 4px;
  max-width: 90%;
}

.sko-toast.show {
  opacity: 1;
}

/* ── Empty / loading states ───────────────────────────────────── */
.sko-empty {
  padding: 30px;
  text-align: center;
  color: var(--so-ink-mid);
  font-size: 13px;
  background: var(--so-paper-warm);
  border: 1px dashed var(--so-line);
}

/* ── Mobile responsive polish ─────────────────────────────────── */
@media (max-width:980px) {
  .sko-cfg-wrap {
    padding: 56px 0;
  }

  .sko-step-pip-label {
    font-size: 10.5px;
  }

  .sko-step-pip-label b {
    margin-right: 3px;
  }
}

@media (max-width:720px) {
  .sko-cfg-wrap {
    padding: 40px 0;
  }

  .sko-shead {
    margin-bottom: 28px;
  }

  .sko-stepper {
    padding: 8px 0;
    gap: 4px;
  }

  .sko-step-pip {
    padding: 4px 1px;
  }

  .sko-step-pip-label {
    font-size: 10px;
    line-height: 1.25;
  }

  .sko-tartan-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .sko-opt {
    padding: 10px 12px;
    gap: 10px;
  }

  .sko-opt-thumb {
    width: 64px;
    height: 64px;
  }

  .sko-opt-nm {
    font-size: 14px;
  }
}

@media (max-width:560px) {
  .sko {
    font-size: 15px;
  }

  .sko-cfg-wrap {
    padding: 28px 0;
  }

  .sko-cfg-render {
    aspect-ratio: 1/1;
  }

  .sko-cfg-cta {
    width: calc(100% - 28px);
    margin: 4px 14px 12px;
    padding: 14px 18px;
    font-size: 12px;
  }

  .sko-cfg-look-head,
  .sko-cfg-lines,
  .sko-cfg-totals,
  .sko-cfg-save {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sko-step-pip-label {
    font-size: 9.5px;
  }

  .sko-tartan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sko-h2 {
    font-size: clamp(22px, 6vw, 30px);
  }

  .sko-tartan-modal-head {
    padding: 14px 16px;
  }

  .sko-tartan-modal-head h3 {
    font-size: 18px;
  }

  .sko-tartan-modal-toolbar {
    padding: 10px 16px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .sko-tartan-modal-search {
    font-size: 16px;
    padding: 10px 12px;
  }
}

/* ── Browse-all tartan modal ──────────────────────────────────── */
body.sko-modal-open {
  overflow: hidden;
}

.sko-tartan-modal[hidden] {
  display: none;
}

.sko-tartan-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 20px;
  background: rgba(15, 22, 35, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.sko-tartan-modal-inner {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  height: 90vh;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
}

@media (max-width:720px) {
  .sko-tartan-modal {
    padding: 0;
  }

  .sko-tartan-modal-inner {
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    border-radius: 0;
  }
}

.sko-tartan-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--so-line);
}

.sko-tartan-modal-head-info {
  flex: 1;
  min-width: 0;
}

.sko-tartan-modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--so-ink);
  letter-spacing: -0.01em;
}

.sko-tartan-modal-title em {
  font-style: normal;
  color: var(--so-brand);
  font-weight: 400;
}

.sko-tartan-modal-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--so-paper);
  color: var(--so-ink);
  border: 1px solid var(--so-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s, color .2s, border-color .2s;
  font-family: inherit;
  padding: 0;
}

.sko-tartan-modal-close:hover {
  background: var(--so-brand);
  border-color: var(--so-brand);
  color: #fff;
}

.sko-tartan-modal-search {
  padding: 16px 28px 12px;
  position: relative;
}

.sko-tartan-modal-search input {
  width: 100%;
  background: var(--so-paper);
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 13px 14px 13px 42px;
  font-family: inherit;
  font-size: 14px;
  color: var(--so-ink);
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.sko-tartan-modal-search input::placeholder {
  color: var(--so-ink-mid);
}

.sko-tartan-modal-search input:focus,
.sko-tartan-modal-search input:focus-visible {
  outline: none;
  background: #fff;
  border-color: var(--so-brand);
  box-shadow: 0 0 0 3px rgba(184, 82, 10, 0.1);
}

.sko-tartan-modal-search-icon {
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--so-ink-mid);
  pointer-events: none;
}

.sko-tartan-modal-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 28px 10px;
}

.sko-tartan-modal-grid {
  flex: 1;
  overflow-y: auto;
  align-content: start;
  position: relative;
}

.sko-tartan-modal-grid.is-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px;
  padding: 14px 24px 20px;
}

.sko-tartan-modal-grid.is-grid .sko-modal-letter-head {
  grid-column: 1 / -1;
  margin: 8px -24px 0;
}

@media (max-width:520px) {
  .sko-tartan-modal-grid.is-grid {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 10px;
    padding: 10px 16px 14px;
  }

  .sko-tartan-modal-grid.is-grid .sko-modal-letter-head {
    margin: 4px -16px 0;
  }
}

.sko-tartan-modal-grid.is-list {
  display: block;
  padding: 0;
}

.sko-tartan-row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px 28px;
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--so-line-soft);
  margin: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s;
  position: relative;
}

.sko-tartan-row:hover {
  background: rgba(184, 82, 10, 0.05);
}

.sko-tartan-row.sel {
  background: rgba(184, 82, 10, 0.08);
  box-shadow: inset 3px 0 0 var(--so-brand);
}

.sko-tartan-row-sw {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 4px;
  border: 1px solid var(--so-line);
  background: var(--so-paper-deeper);
  overflow: hidden;
  flex-shrink: 0;
}

.sko-tartan-row-sw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sko-tartan-row-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sko-tartan-row-nm {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--so-ink);
  line-height: 1.25;
}

.sko-tartan-row-mt {
  font-size: 12px;
  color: var(--so-ink-mid);
  line-height: 1.3;
}

.sko-tartan-row-chip {
  display: inline-block;
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--so-paper);
  color: var(--so-ink-mid);
  padding: 3px 7px;
  border-radius: 3px;
  margin-top: 2px;
  align-self: flex-start;
  font-weight: 600;
}

.sko-tartan-row-pr {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--so-brand);
  white-space: nowrap;
  flex-shrink: 0;
}

.sko-tartan-row-preview {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid var(--so-line);
  border-radius: 4px;
  color: var(--so-ink);
  font-family: inherit;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .15s, color .15s, border-color .15s;
}

.sko-tartan-row-preview:hover {
  background: var(--so-brand);
  border-color: var(--so-brand);
  color: #fff;
}

.sko-tartan-row-preview svg {
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .sko-tartan-row {
    padding: 10px 14px;
    gap: 10px;
  }

  .sko-tartan-row-preview {
    padding: 6px 10px;
    font-size: 10px;
  }

  .sko-tartan-row-pr {
    font-size: 13px;
  }
}

.sko-modal-letter-head {
  padding: 10px 28px 8px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: var(--so-brand);
  border-top: 1px solid var(--so-line-soft);
  border-bottom: 1px solid var(--so-line-soft);
  background: var(--so-paper);
  position: sticky;
  top: 0;
  z-index: 2;
  scroll-margin-top: 0;
}

.sko-modal-letter-head:first-child {
  border-top: none;
}

.sko-tartan-modal-grid.is-grid .sko-modal-letter-head {
  grid-column: 1 / -1;
  border-radius: 0;
  margin: 0 -24px;
}

.sko-tartan-modal-alphabet {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 28px;
  border-bottom: 1px solid var(--so-line);
  background: var(--so-paper);
}

@media (max-width:520px) {
  .sko-tartan-modal-alphabet {
    padding: 8px 14px;
    gap: 4px;
  }
}

.sko-modal-letter {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: none;
  background: transparent;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--so-ink);
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  transition: color .15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sko-modal-letter:hover:not(:disabled),
.sko-modal-letter:focus-visible:not(:disabled) {
  color: var(--so-brand);
  outline: none;
  background: transparent;
}

.sko-modal-letter.is-active {
  color: var(--so-brand);
}

.sko-modal-letter:disabled,
.sko-modal-letter.is-disabled {
  opacity: 0.25;
  cursor: default;
}

.sko-tartan-modal-views {
  display: inline-flex;
  border: 1px solid var(--so-line);
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.sko-tartan-modal-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--so-white);
  border: none;
  color: var(--so-ink-mid);
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  transition: background .15s, color .15s;
}

.sko-tartan-modal-view-btn:not(:last-child) {
  border-right: 1px solid var(--so-line);
}

.sko-tartan-modal-view-btn:hover {
  background: var(--so-paper);
  color: var(--so-ink);
}

.sko-tartan-modal-view-btn.active {
  background: var(--so-brand);
  color: #fff;
}

.sko-tartan-modal-view-btn svg {
  flex-shrink: 0;
}

.sko-tartan-modal-foot {
  padding: 12px 28px;
  border-top: 1px solid var(--so-line);
  background: var(--so-paper);
  font-size: 12px;
  color: var(--so-ink-mid);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sko-tartan-modal-foot strong {
  color: var(--so-ink);
}

.sko-tartan-modal-foot-r a {
  color: var(--so-brand);
  font-weight: 500;
  text-decoration: none;
}

.sko-tartan-modal-foot-r a:hover {
  text-decoration: underline;
}

/* ── Mobile sticky checkout bar ───────────────────────────────── */
.sko-stickybar {
  display: none;
}

@media (max-width: 980px) {
  .sko-stickybar {
    display: flex;
    align-items: center;
    gap: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: var(--so-white);
    border-top: 1px solid var(--so-line);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.10);
  }

  .sko-stickybar-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex: none;
  }

  .sko-stickybar-label {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--so-ink-mid);
    font-weight: 600;
  }

  .sko-stickybar-price strong {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--so-brand);
  }

  .sko-stickybar-cta {
    flex: 1;
    padding: 15px 18px;
    font-size: 13px;
  }

  .sko-cfg-wrap {
    padding-bottom: 96px;
  }

  body.sko-active .sks-back-to-top {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE POLISH  (≤ 640px only)
   ───────────────────────────────────────────────────────────────
   Tightens type sizes, section paddings, button sizes and card
   padding so nothing feels oversized on phone viewports. Placed
   at the end of the stylesheet so the declarations override any
   earlier @media (max-width: 720|900|940px) rules whose scope
   extends into 640px territory. Desktop is untouched.
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {

  /* Container padding — tighter side gutters */
  .sko-container {
    padding: 0 14px;
  }

  /* Section vertical padding — halve the desktop numbers */
  .sko-hero {
    padding: 28px 0 24px;
  }

  .sko-cfg-wrap {
    padding: 32px 0;
  }

  .sko-inc-wrap {
    padding: 36px 0;
  }

  .sko-timing-wrap {
    padding: 36px 0;
  }

  .sko-how-wrap {
    padding: 36px 0;
  }

  .sko-final-wrap {
    padding: 40px 0;
  }

  /* Buttons — smaller everywhere */
  .sko-btn {
    padding: 12px 18px;
    font-size: 12px;
    gap: 8px;
  }

  .sko-final-wrap .sko-final-cta {
    padding: 13px 22px;
    font-size: 12.5px;
  }

  /* Section headings + eyebrows — compact */
  .sko-shead {
    margin-bottom: 24px;
  }

  .sko-h2 {
    font-size: clamp(22px, 6vw, 28px);
    margin: 6px 0 8px;
  }

  .sko-shead p {
    font-size: 14px;
    line-height: 1.5;
  }

  .sko-eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  /* ── HERO ── */
  .sko-hero-grid {
    gap: 20px;
  }

  .sko-hero-h1 {
    font-size: 28px;
    line-height: 1.15;
    margin: 8px 0 12px;
  }

  .sko-hero-sub {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
  }

  .sko-hero-offer {
    padding: 10px 12px;
    gap: 8px;
    margin-bottom: 16px;
  }

  .sko-hero-offer-from {
    font-size: 10px;
  }

  .sko-hero-offer-price {
    font-size: 24px;
  }

  .sko-hero-offer-was {
    font-size: 12px;
  }

  .sko-hero-offer-save {
    font-size: 10px;
    padding: 3px 6px;
  }

  .sko-hero-ctas {
    gap: 10px;
    margin-bottom: 16px;
  }

  .sko-hero-proof {
    font-size: 12px;
  }

  .sko-hero-visual {
    padding: 8px;
  }

  .sko-hero-cap {
    left: 14px;
    bottom: 14px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .sko-hero-stats {
    gap: 14px;
    margin-top: 18px;
    padding-top: 16px;
  }

  .sko-hero-stat b {
    font-size: 18px;
  }

  .sko-hero-stat span {
    font-size: 10px;
  }

  /* ── TRUST STRIP ── */
  .sko-trust-row {
    padding: 12px 0;
    gap: 8px 14px;
  }

  .sko-trust-item {
    font-size: 11.5px;
    gap: 7px;
  }

  .sko-trust-item svg {
    width: 14px;
    height: 14px;
  }

  /* ── CONFIGURATOR ── */
  .sko-cfg-preview {
    margin-bottom: 12px;
  }

  .sko-cfg-look-head {
    padding: 10px 12px;
  }

  .sko-cfg-look-head b {
    font-size: 13px;
  }

  .sko-cfg-lines {
    padding: 10px 12px;
    gap: 5px;
  }

  .sko-cfg-line {
    font-size: 12.5px;
  }

  .sko-cfg-totals {
    padding: 10px 12px;
  }

  .sko-cfg-trow {
    font-size: 12px;
  }

  .sko-cfg-trow.total {
    font-size: 13px;
    padding-top: 6px;
  }

  .sko-cfg-trow.total strong {
    font-size: 22px;
  }

  .sko-cfg-cta {
    width: calc(100% - 24px);
    margin: 4px 12px 12px;
  }

  .sko-stepper {
    padding: 8px 0;
    margin-bottom: 6px;
  }

  .sko-step-pip-label {
    font-size: 10px;
  }

  .sko-cstep {
    padding: 18px 0;
  }

  .sko-cstep-h h3 {
    font-size: 20px;
  }

  .sko-cstep-h .num {
    font-size: 11px;
  }

  .sko-cstep-sub {
    font-size: 13px;
    margin-bottom: 14px;
  }

  /* ── TARTAN GRID ── */
  .sko-tartan-grid {
    gap: 8px;
  }

  .sko-tartan-more {
    font-size: 12.5px;
  }

  /* ── STEP 3 ACCESSORY SWATCHES — already have 78px rule at 640px, tighten spacing more ── */
  .sko-acc-group-title {
    font-size: 12px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }

  .sko-acc-group {
    margin-top: 16px;
  }

  .sko-swatch-price {
    font-size: 11px;
    padding-top: 4px;
  }

  /* ── STEP 4 MEASUREMENTS ── */
  .sko-mfield {
    padding: 10px 0;
  }

  .sko-mfg {
    padding: 4px 12px;
  }

  .sko-mfg-t {
    font-size: 15px;
    padding: 6px 10px;
    margin: 12px 0 6px;
  }

  .sko-mfl {
    font-size: 13.5px;
    margin-bottom: 4px;
  }

  .sko-mfi {
    padding: 10px 44px 10px 12px;
    font-size: 14px;
  }

  .sko-mfi-sfx {
    right: 10px;
    font-size: 12px;
  }

  .sko-mfi-cm {
    font-size: 11px;
  }

  .sko-mfi-addon {
    font-size: 11.5px;
  }

  .sko-mfi-error {
    font-size: 11.5px;
  }

  /* ── INCLUDES ── */
  .sko-inc-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .sko-inc-item {
    padding: 10px;
    gap: 10px;
  }

  .sko-inc-slot {
    width: 50px;
    height: 50px;
  }

  .sko-inc-nm {
    font-size: 13px;
  }

  .sko-inc-sub {
    font-size: 10px;
  }

  .sko-inc-pr {
    font-size: 13px;
  }

  .sko-inc-foot {
    margin-top: 18px;
    padding-top: 14px;
    gap: 12px;
  }

  /* ── TIMING CALCULATOR ── */
  .sko-timing-calc {
    padding: 16px;
    gap: 16px;
    margin-top: 18px;
  }

  .sko-timing-label {
    font-size: 11px;
  }

  .sko-timing-date {
    padding: 10px 12px;
    font-size: 14px;
  }

  .sko-timing-tog-btn {
    padding: 7px 11px;
    font-size: 11.5px;
  }

  .sko-timing-out {
    padding: 14px 16px;
  }

  .sko-timing-out-eb {
    font-size: 10px;
  }

  .sko-timing-date-out {
    font-size: 18px;
  }

  .sko-timing-note {
    font-size: 12px;
  }

  /* ── HOW IT WORKS ── */
  .sko-how-grid {
    gap: 12px;
    margin-top: 20px;
  }

  .sko-how-item {
    padding: 18px 16px;
    gap: 6px;
  }

  .sko-how-num {
    font-size: 11px;
  }

  .sko-how-h3 {
    font-size: 16px;
  }

  .sko-how-p {
    font-size: 13px;
  }

  /* ── FINAL CTA ── */
  .sko-final-wrap .sko-final-h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sko-final-wrap .sko-final-sub {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sko-final-note {
    margin-top: 20px;
    font-size: 11.5px;
  }

  /* Sticky bottom bar — smaller footprint */
  .sko-stickybar {
    padding: 10px 12px;
  }

  .sko-stickybar-cta {
    padding: 12px 18px;
    font-size: 12.5px;
  }
}