@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Archivo+Black&family=JetBrains+Mono:wght@400;500;600&display=swap");
/* BOLTS productpagina-stylesheet — gescoped onder .bolts-pdp.
   Gegenereerd uit BOLTS Design System (colors_and_type.css) + redesign v1.1. */
/* ============================================================
   BOLTS Design System — colors, type, spacing, shadows
   Ported from field-service-platform / mobile/theme/tokens.ts
   ============================================================ */

/* Body UI uses Inter. Display uses Archivo Black for BOLTS wordmark.
   We import from Google Fonts as a substitute; flag to user if they
   have the licensed files. */


.bolts-pdp {
  /* ---------- Brand / primary ---------- */
  --navy:        #0E1F5B;  /* Primary BOLTS navy, wordmark, primary buttons */
  --navy-deep:   #081240;  /* Gradient partner */
  --navy-ink:    #05092A;  /* Darkest surface (listening screen bg) */
  --blue:        #1FA2E0;  /* Electric blue accent, voice / AI indicator */
  --blue-bright: #3CB8F0;  /* Gradient top for voice bubble */
  --blue-deep:   #1584BC;  /* Gradient bottom, pressed accent */

  /* ---------- Neutrals (light theme) ---------- */
  --white:       #FFFFFF;
  --surface:     #F6F8FC;  /* App background (light) */
  --surface-alt: #EEF2F8;  /* Input bg, dividers, inactive chips */
  --line:        #D9E0EB;  /* 1px borders */
  --ink:         #0E1730;  /* Body text */
  --ink-soft:    #40506B;  /* Secondary text */
  --muted:       #7A869F;  /* Tertiary, meta, labels */

  /* ---------- Semantic ---------- */
  --ok:     #1EA97C;       /* Confirmed, in-stock, "on call" */
  --warn:   #E8A33D;       /* Fault-code badge, safety warning */
  --danger: #E5484D;       /* Errors, destructive, "LISTENING" */

  /* ---------- Dark theme ---------- */
  --dark-bg:     #05092A;
  --dark-surf:   #0E1A44;
  --dark-surf-2: #152568;
  --dark-text:   #E8ECF7;
  --dark-muted:  #8C9BC2;
  --dark-line:   rgba(255, 255, 255, 0.10);

  /* ---------- Semantic foreground aliases ---------- */
  --fg-1: var(--ink);       /* primary text */
  --fg-2: var(--ink-soft);  /* secondary text */
  --fg-3: var(--muted);     /* tertiary / meta */
  --bg-1: var(--surface);   /* app bg */
  --bg-2: var(--white);     /* card bg */
  --bg-3: var(--surface-alt);

  /* ---------- Spacing (4px baseline) ---------- */
  --s-xs: 4px;
  --s-sm: 8px;
  --s-md: 12px;
  --s-base: 14px;
  --s-lg: 16px;
  --s-xl: 20px;
  --s-2xl: 24px;
  --s-3xl: 32px;
  --s-4xl: 48px;

  /* ---------- Radii ---------- */
  --r-sm: 6px;    /* badges, pills */
  --r-md: 12px;   /* cards, buttons */
  --r-lg: 16px;   /* cards */
  --r-xl: 20px;   /* hero-cards */
  --r-2xl: 26px;  /* glass containers */
  --r-pill: 9999px;

  /* ---------- Shadows ---------- */
  --shadow-card:  0 1px 3px rgba(5, 9, 42, 0.04), 0 4px 16px rgba(0, 0, 0, 0.06);
  --shadow-voice: 0 14px 40px rgba(31, 162, 224, 0.50);
  --shadow-modal: 0 20px 60px rgba(0, 0, 0, 0.15);
  --shadow-sm:    0 1px 2px rgba(5, 9, 42, 0.04);

  /* ---------- Type families ---------- */
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
  --font-display: "Archivo Black", "Inter Tight", "Inter", system-ui, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ============================================================
   Semantic type classes — use instead of raw styles where possible
   ============================================================ */

.bolts-pdp .bolts-display-32 {
  font-family: var(--font-body);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.05;
  color: var(--ink);
}

.bolts-pdp .bolts-display-26 {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.15;
  color: var(--ink);
}

.bolts-pdp .bolts-display-24 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.2;
  color: var(--ink);
}

.bolts-pdp .bolts-transcript {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.22;
}

.bolts-pdp .bolts-body-16 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 1.4;
  color: var(--ink);
}

.bolts-pdp .bolts-body-15 {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.35;
  color: var(--ink);
}

.bolts-pdp .bolts-body-14 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 1.4;
  color: var(--ink);
}

.bolts-pdp .bolts-body-13 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink-soft);
}

.bolts-pdp .bolts-meta-sm {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--muted);
}

.bolts-pdp .bolts-meta-md {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}

.bolts-pdp .bolts-chip {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.bolts-pdp .bolts-wordmark {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--navy);
}

/* ============================================================
   Semantic HTML element defaults (opt-in: scope via .bolts)
   ============================================================ */
.bolts-pdp .bolts {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bolts-pdp .bolts h1 { font-family: var(--font-body); font-size: 32px; font-weight: 800; letter-spacing: -1px; line-height: 1.05; margin: 0; }
.bolts-pdp .bolts h2 { font-family: var(--font-body); font-size: 24px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.2; margin: 0; }
.bolts-pdp .bolts h3 { font-family: var(--font-body); font-size: 18px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.25; margin: 0; }
.bolts-pdp .bolts h4 { font-family: var(--font-body); font-size: 15px; font-weight: 700; letter-spacing: -0.2px; margin: 0; }
.bolts-pdp .bolts p  { font-family: var(--font-body); font-size: 15px; font-weight: 400; line-height: 1.5; color: var(--ink-soft); margin: 0; }
.bolts-pdp .bolts small { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--muted); }
.bolts-pdp .bolts code { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-soft); }



  /* ----------------------------------------------------------------
     Page reset + page-local tokens
     ---------------------------------------------------------------- */
  .bolts-pdp *, .bolts-pdp *::before, .bolts-pdp *::after { box-sizing: border-box; }
  .bolts-pdp, .bolts-pdp { margin: 0; padding: 0; }
  .bolts-pdp {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bolts-pdp a { color: inherit; text-decoration: none; }
  .bolts-pdp img { max-width: 100%; display: block; }
  .bolts-pdp button { font: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }

  .bolts-pdp {
    --page-max: 1320px;
    --gutter: 40px;
    --hero-h: 760px;
  }
  @media (max-width: 900px) { .bolts-pdp { --gutter: 20px; --hero-h: auto; } }

  .bolts-pdp .wrap {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }

  /* ----------------------------------------------------------------
     Utility bar (very thin top strip)
     ---------------------------------------------------------------- */
  .bolts-pdp .utility {
    background: var(--navy-ink);
    color: rgba(255,255,255,0.65);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .bolts-pdp .utility .wrap {
    display: flex; align-items: center; justify-content: space-between;
    height: 32px;
  }
  .bolts-pdp .utility .promise { display: flex; align-items: center; gap: 8px; }
  .bolts-pdp .utility .promise .bolt {
    width: 11px; height: 11px;
    display: inline-block;
    fill: var(--blue);
  }
  .bolts-pdp .utility .meta { display: flex; gap: 22px; align-items: center; }
  .bolts-pdp .utility .meta span:hover { color: #fff; cursor: pointer; }
  .bolts-pdp .utility .meta .lang { color: var(--blue); }

  /* ----------------------------------------------------------------
     Header (navigation)
     ---------------------------------------------------------------- */
  .bolts-pdp header.site {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky; top: 0;
    z-index: 50;
  }
  .bolts-pdp header.site .wrap {
    display: flex; align-items: center; justify-content: space-between;
    height: 72px;
  }
  .bolts-pdp .logo {
    display: flex; align-items: center; gap: 10px;
  }
  .bolts-pdp .logo svg.mark { width: 28px; height: 28px; }
  .bolts-pdp .logo .word {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--navy);
    letter-spacing: -0.5px;
    line-height: 1;
  }
  .bolts-pdp .logo .tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--muted);
    text-transform: uppercase;
    border-left: 1px solid var(--line);
    padding-left: 10px;
    margin-left: 4px;
  }
  .bolts-pdp nav.primary {
    display: flex; gap: 28px; align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--ink-soft);
  }
  .bolts-pdp nav.primary a { padding: 8px 0; position: relative; }
  .bolts-pdp nav.primary a:hover { color: var(--navy); }
  .bolts-pdp nav.primary a.active { color: var(--navy); }
  .bolts-pdp nav.primary a.active::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
    height: 2px; background: var(--blue);
  }
  .bolts-pdp .header-cta {
    display: flex; align-items: center; gap: 8px;
    background: var(--navy);
    color: #fff;
    padding: 10px 18px;
    border-radius: var(--r-pill);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.3px;
    transition: background 0.15s;
  }
  .bolts-pdp .header-cta:hover { background: var(--navy-deep); }

  @media (max-width: 900px) {
    .bolts-pdp nav.primary { display: none; }
  }

  /* ----------------------------------------------------------------
     Breadcrumb
     ---------------------------------------------------------------- */
  .bolts-pdp .crumb {
    display: flex; align-items: center; gap: 8px;
    padding: 18px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0.3px;
  }
  .bolts-pdp .crumb a:hover { color: var(--navy); }
  .bolts-pdp .crumb .sep { color: var(--line); }
  .bolts-pdp .crumb .current { color: var(--ink-soft); }

  /* ----------------------------------------------------------------
     HERO — editorial split
     ---------------------------------------------------------------- */
  .bolts-pdp .hero {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(120% 80% at 80% 20%, rgba(31,162,224,0.20), transparent 60%),
      linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: #fff;
    margin-top: 24px;
    border-radius: 28px;
  }
  .bolts-pdp .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 0;
    min-height: var(--hero-h);
  }
  @media (max-width: 900px) {
    .bolts-pdp .hero-grid { grid-template-columns: 1fr; }
  }

  .bolts-pdp .hero-left {
    padding: 56px 48px 56px 56px;
    display: flex; flex-direction: column; justify-content: space-between;
    position: relative;
    min-height: var(--hero-h);
  }
  @media (max-width: 900px) {
    .bolts-pdp .hero-left { padding: 36px 24px; min-height: auto; }
  }

  .bolts-pdp .hero-meta {
    display: flex; align-items: center; gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--blue-bright);
  }
  .bolts-pdp .hero-meta .merk {
    background: rgba(31,162,224,0.18);
    border: 1px solid rgba(60,184,240,0.4);
    padding: 4px 10px;
    border-radius: var(--r-sm);
  }

  .bolts-pdp .hero-title {
    font-family: var(--font-body);
    font-weight: 800;
    letter-spacing: -2.4px;
    line-height: 0.92;
    font-size: clamp(56px, 7.4vw, 104px);
    margin: 22px 0 14px;
    color: #fff;
  }
  .bolts-pdp .hero-title .super {
    font-size: 0.42em;
    letter-spacing: -1px;
    color: rgba(255,255,255,0.7);
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
  }
  .bolts-pdp .hero-title em {
    font-style: normal;
    color: var(--blue-bright);
  }
  .bolts-pdp .hero-sub {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255,255,255,0.78);
    max-width: 460px;
    margin-top: 4px;
  }

  .bolts-pdp .hero-pricerow {
    display: flex; align-items: flex-end; gap: 32px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .bolts-pdp .hero-price .label {
    font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
  }
  .bolts-pdp .hero-price .value {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.6px;
    color: #fff;
    margin-top: 4px;
    display: flex; align-items: center; gap: 10px;
  }
  .bolts-pdp .hero-price .value .sub {
    font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0;
    text-transform: none;
  }

  .bolts-pdp .hero-ctas {
    display: flex; gap: 12px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .bolts-pdp .btn-primary {
    background: var(--blue);
    color: #fff;
    padding: 14px 22px;
    font-size: 14px; font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: var(--r-pill);
    display: inline-flex; align-items: center; gap: 8px;
    transition: background 0.15s, transform 0.1s;
    box-shadow: 0 8px 24px rgba(31,162,224,0.35);
  }
  .bolts-pdp .btn-primary:hover { background: var(--blue-bright); }
  .bolts-pdp .btn-primary:active { transform: translateY(1px); }
  .bolts-pdp .btn-ghost {
    background: transparent;
    color: #fff;
    padding: 14px 22px;
    font-size: 14px; font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: var(--r-pill);
    border: 1px solid rgba(255,255,255,0.22);
    display: inline-flex; align-items: center; gap: 8px;
  }
  .bolts-pdp .btn-ghost:hover { background: rgba(255,255,255,0.06); }

  /* Hero right — product image w/ magnifier zoom */
  .bolts-pdp .hero-right {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    padding: 40px;
    overflow: hidden;
  }
  @media (max-width: 900px) {
    .bolts-pdp .hero-right { padding: 0; min-height: 420px; }
  }

  .bolts-pdp .product-stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex; align-items: center; justify-content: center;
  }
  @media (max-width: 900px) {
    .bolts-pdp .product-stage { min-height: 420px; }
  }

  /* Floating decorative SKU plate */
  .bolts-pdp .sku-plate {
    position: absolute; top: 20px; right: 20px;
    background: rgba(5,9,42,0.7);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.4px;
    padding: 10px 14px;
    border-radius: 12px;
    line-height: 1.3;
    z-index: 3;
  }
  .bolts-pdp .sku-plate .k { color: rgba(255,255,255,0.45); margin-right: 6px; }

  /* Floating index tag */
  .bolts-pdp .index-tag {
    position: absolute; bottom: 20px; left: 20px;
    color: rgba(255,255,255,0.6);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    z-index: 3;
  }

  /* Striped placeholder card */
  .bolts-pdp .product-card {
    position: relative;
    width: 100%; height: 100%;
    min-height: 560px;
    border-radius: 20px;
    overflow: hidden;
    cursor: zoom-in;
    background:
      repeating-linear-gradient(
        135deg,
        rgba(255,255,255,0.06) 0,
        rgba(255,255,255,0.06) 1px,
        transparent 1px,
        transparent 14px
      ),
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.0));
    border: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
  }
  @media (max-width: 900px) {
    .bolts-pdp .product-card { min-height: 420px; }
  }
  .bolts-pdp .product-card .placeholder {
    font-family: var(--font-mono);
    color: rgba(255,255,255,0.5);
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1.6;
  }
  .bolts-pdp .product-card .placeholder strong {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 6px;
  }

  /* Magnifier lens */
  .bolts-pdp .lens {
    position: absolute;
    width: 200px; height: 200px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease-out;
    background-repeat: no-repeat;
    border: 2px solid rgba(255,255,255,0.9);
    box-shadow:
      0 14px 40px rgba(0,0,0,0.4),
      inset 0 0 0 1px rgba(0,0,0,0.2);
    z-index: 4;
  }
  .bolts-pdp .product-card.active .lens { opacity: 1; }

  /* Thumbnails strip */
  .bolts-pdp .thumbs {
    position: absolute;
    left: 56px;
    bottom: 56px;
    display: flex; gap: 10px;
    z-index: 3;
  }
  @media (max-width: 900px) {
    .bolts-pdp .thumbs { left: 24px; bottom: 24px; }
  }
  .bolts-pdp .thumb {
    width: 56px; height: 56px;
    border-radius: 10px;
    background:
      repeating-linear-gradient(
        135deg,
        rgba(255,255,255,0.1) 0,
        rgba(255,255,255,0.1) 1px,
        transparent 1px,
        transparent 6px
      ),
      rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.55);
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
  }
  .bolts-pdp .thumb:hover { border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.85); }
  .bolts-pdp .thumb.sel {
    border-color: var(--blue);
    color: var(--blue-bright);
    box-shadow: 0 0 0 1px var(--blue);
  }

  /* Big rotating diag bg accent bolt */
  .bolts-pdp .hero-deco {
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 460px; height: 460px;
    opacity: 0.06;
    pointer-events: none;
  }

  /* ----------------------------------------------------------------
     Stats strip
     ---------------------------------------------------------------- */
  .bolts-pdp .stats {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  @media (max-width: 900px) {
    .bolts-pdp .stats { grid-template-columns: repeat(2, 1fr); }
  }
  .bolts-pdp .stat {
    padding: 28px 24px;
    border-right: 1px solid var(--line);
    display: flex; flex-direction: column; gap: 4px;
  }
  .bolts-pdp .stat:last-child { border-right: none; }
  @media (max-width: 900px) {
    .bolts-pdp .stat:nth-child(2) { border-right: none; }
    .bolts-pdp .stat:nth-child(odd) { border-right: 1px solid var(--line); }
    .bolts-pdp .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  }
  .bolts-pdp .stat .num {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    color: var(--navy);
    font-variant-numeric: tabular-nums;
  }
  .bolts-pdp .stat .num .unit {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: var(--ink-soft);
    margin-left: 4px;
  }
  .bolts-pdp .stat .lbl {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 8px;
  }
  .bolts-pdp .stat .sub {
    font-size: 13px;
    color: var(--ink-soft);
    font-weight: 500;
    margin-top: 2px;
  }

  /* ----------------------------------------------------------------
     Section heads
     ---------------------------------------------------------------- */
  .bolts-pdp .section {
    margin-top: 96px;
  }
  .bolts-pdp .section-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 32px;
    gap: 24px;
  }
  .bolts-pdp .section-head .left .eyebrow {
    display: flex; align-items: center; gap: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 14px;
  }
  .bolts-pdp .section-head .left .eyebrow .num {
    font-family: var(--font-mono);
    color: var(--muted);
    font-weight: 600;
  }
  .bolts-pdp .section-head h2 {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -1.6px;
    line-height: 1.05;
    color: var(--ink);
    margin: 0;
    max-width: 720px;
  }
  .bolts-pdp .section-head .right {
    font-size: 14px;
    color: var(--ink-soft);
    max-width: 380px;
    line-height: 1.5;
  }
  @media (max-width: 900px) {
    .bolts-pdp .section-head { flex-direction: column; align-items: flex-start; }
    .bolts-pdp .section-head h2 { font-size: 32px; letter-spacing: -1px; }
  }

  /* ----------------------------------------------------------------
     Specs section — technical data plate
     ---------------------------------------------------------------- */
  .bolts-pdp .spec-plate {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
  }
  @media (max-width: 900px) {
    .bolts-pdp .spec-plate { grid-template-columns: 1fr; }
  }
  .bolts-pdp .spec-plate-side {
    background: var(--navy);
    color: #fff;
    padding: 36px;
    display: flex; flex-direction: column; justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  .bolts-pdp .spec-plate-side::before {
    content: ""; position: absolute;
    right: -60px; top: -60px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(31,162,224,0.4), transparent 70%);
    pointer-events: none;
  }
  .bolts-pdp .spec-plate-side .plate-meta {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .bolts-pdp .spec-plate-side .plate-sku {
    font-family: var(--font-mono);
    color: var(--blue-bright);
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
  }
  .bolts-pdp .spec-plate-side .plate-title {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 14px;
  }
  .bolts-pdp .spec-plate-side .plate-desc {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
  }
  .bolts-pdp .spec-plate-side .plate-cert {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.12);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    display: flex; gap: 12px;
  }
  .bolts-pdp .spec-plate-side .plate-cert span {
    border: 1px solid rgba(255,255,255,0.18);
    padding: 4px 8px;
    border-radius: 4px;
  }

  .bolts-pdp .spec-rows {
    padding: 18px 36px;
  }
  .bolts-pdp .spec-row {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    align-items: baseline;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    gap: 16px;
  }
  .bolts-pdp .spec-row:last-child { border-bottom: none; }
  .bolts-pdp .spec-row .k {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--muted);
  }
  .bolts-pdp .spec-row .v {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.1px;
  }
  .bolts-pdp .spec-row .v .mono {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-soft);
  }
  .bolts-pdp .spec-row .tag {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.6px;
    color: var(--muted);
    text-transform: uppercase;
  }

  /* ----------------------------------------------------------------
     Drinks grid — visualization of 34 programmable drinks
     ---------------------------------------------------------------- */
  .bolts-pdp .drinks-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--surface) 0%, #fff 100%);
    border: 1px solid var(--line);
    padding: 40px;
  }
  .bolts-pdp .drinks-counter {
    position: absolute; top: 36px; right: 40px;
    text-align: right;
  }
  .bolts-pdp .drinks-counter .big {
    font-size: 84px;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 0.9;
    color: var(--navy);
    font-variant-numeric: tabular-nums;
  }
  .bolts-pdp .drinks-counter .lbl {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 6px;
  }
  .bolts-pdp .drinks-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    max-width: calc(100% - 200px);
    margin-top: 24px;
  }
  @media (max-width: 900px) {
    .bolts-pdp .drinks-grid { grid-template-columns: repeat(3, 1fr); max-width: 100%; }
    .bolts-pdp .drinks-counter { position: static; text-align: left; margin-bottom: 16px; }
    .bolts-pdp .drinks-counter .big { font-size: 64px; }
  }
  .bolts-pdp .drink {
    display: flex; flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 14px 12px;
    transition: border-color 0.15s, transform 0.1s, box-shadow 0.15s;
    cursor: default;
  }
  .bolts-pdp .drink:hover {
    border-color: var(--blue);
    box-shadow: 0 4px 16px rgba(31,162,224,0.12);
  }
  .bolts-pdp .drink .idx {
    font-family: var(--font-mono);
    font-size: 9px;
    color: var(--muted);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .bolts-pdp .drink .name {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 1.2;
    color: var(--ink);
  }
  .bolts-pdp .drink .ml {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--ink-soft);
    margin-top: 4px;
  }
  .bolts-pdp .drink .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--muted);
    margin-top: 6px;
  }
  .bolts-pdp .drink[data-type="coffee"] .dot { background: #8B5A2B; }
  .bolts-pdp .drink[data-type="milk"]   .dot { background: #DDE3EE; }
  .bolts-pdp .drink[data-type="choco"]  .dot { background: #4A2C1A; }
  .bolts-pdp .drink[data-type="tea"]    .dot { background: #C28A4E; }
  .bolts-pdp .drink[data-type="custom"] .dot { background: var(--blue); }

  /* ----------------------------------------------------------------
     In the box + Garantie split
     ---------------------------------------------------------------- */
  .bolts-pdp .split {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 24px;
  }
  @media (max-width: 900px) {
    .bolts-pdp .split { grid-template-columns: 1fr; }
  }

  .bolts-pdp .box-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 36px;
    background: #fff;
  }
  .bolts-pdp .box-card h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.6px;
    margin: 0 0 6px;
    color: var(--ink);
  }
  .bolts-pdp .box-card .lede {
    font-size: 14px; color: var(--ink-soft); margin: 0 0 20px;
  }
  .bolts-pdp .box-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column;
  }
  .bolts-pdp .box-list li {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px dashed var(--line);
  }
  .bolts-pdp .box-list li:first-child { border-top: none; }
  .bolts-pdp .box-list .check {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--surface);
    color: var(--ok);
    display: flex; align-items: center; justify-content: center;
  }
  .bolts-pdp .box-list .check svg { width: 12px; height: 12px; }
  .bolts-pdp .box-list .label {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
  }
  .bolts-pdp .box-list .qty {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0.5px;
  }

  /* Garantie card */
  .bolts-pdp .garantie {
    border-radius: 20px;
    padding: 36px;
    background:
      radial-gradient(120% 80% at 100% 0%, rgba(31,162,224,0.25), transparent 60%),
      linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .bolts-pdp .garantie .eyebrow {
    display: flex; align-items: center; gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--blue-bright);
    margin-bottom: 14px;
  }
  .bolts-pdp .garantie .bolt-mark { width: 14px; height: 14px; fill: var(--blue-bright); }
  .bolts-pdp .garantie h3 {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.1;
    margin: 0 0 14px;
    color: #fff;
  }
  .bolts-pdp .garantie p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.55;
    margin: 0 0 24px;
    max-width: 480px;
  }
  .bolts-pdp .garantie-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }
  .bolts-pdp .garantie-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 14px;
  }
  .bolts-pdp .garantie-item .k {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 4px;
  }
  .bolts-pdp .garantie-item .v {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: #fff;
  }
  .bolts-pdp .garantie-item .sub {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-top: 2px;
  }
  .bolts-pdp .garantie-cta {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--blue-bright);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
  }
  .bolts-pdp .garantie-cta:hover { color: #fff; }

  /* ----------------------------------------------------------------
     Beschrijving (description) section
     ---------------------------------------------------------------- */
  .bolts-pdp .description {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 56px;
  }
  @media (max-width: 900px) {
    .bolts-pdp .description { grid-template-columns: 1fr; gap: 24px; }
  }
  .bolts-pdp .description .col-meta {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.5px;
    line-height: 1.6;
  }
  .bolts-pdp .description .col-meta .label {
    font-weight: 700;
    color: var(--ink);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: var(--font-body);
    display: block;
    margin-bottom: 6px;
    margin-top: 16px;
  }
  .bolts-pdp .description .col-meta .label:first-child { margin-top: 0; }
  .bolts-pdp .description .col-meta a { color: var(--blue); font-family: var(--font-body); font-weight: 600; font-size: 12px; text-transform: lowercase; letter-spacing: 0; }
  .bolts-pdp .description .col-meta a:hover { text-decoration: underline; }
  .bolts-pdp .description .col-body {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink);
    font-weight: 500;
  }
  .bolts-pdp .description .col-body .drop {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: var(--ink);
    margin-bottom: 20px;
    line-height: 1.35;
    max-width: 760px;
  }
  .bolts-pdp .description .col-body p {
    color: var(--ink-soft);
    margin: 0 0 18px;
    max-width: 760px;
  }

  /* ----------------------------------------------------------------
     Bottom quote CTA
     ---------------------------------------------------------------- */
  .bolts-pdp .quote-cta {
    margin-top: 96px;
    margin-bottom: 96px;
    border-radius: 28px;
    padding: 64px 56px;
    background:
      radial-gradient(60% 100% at 100% 50%, rgba(31,162,224,0.18), transparent 70%),
      linear-gradient(135deg, var(--navy-ink) 0%, var(--navy) 100%);
    color: #fff;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 900px) {
    .bolts-pdp .quote-cta { grid-template-columns: 1fr; padding: 40px 28px; }
  }
  .bolts-pdp .quote-cta h2 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1.6px;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 16px;
    max-width: 540px;
  }
  .bolts-pdp .quote-cta h2 em {
    font-style: normal;
    color: var(--blue-bright);
  }
  .bolts-pdp .quote-cta p {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    margin: 0;
    max-width: 460px;
  }
  .bolts-pdp .quote-form {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 24px;
    display: flex; flex-direction: column; gap: 12px;
  }
  .bolts-pdp .quote-form .row { display: flex; gap: 10px; }
  .bolts-pdp .quote-form input, .bolts-pdp .quote-form select {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    font-family: var(--font-body);
    font-size: 14px;
    flex: 1;
    outline: none;
  }
  .bolts-pdp .quote-form input::placeholder { color: rgba(255,255,255,0.4); }
  .bolts-pdp .quote-form input:focus, .bolts-pdp .quote-form select:focus {
    border-color: var(--blue);
    background: rgba(255,255,255,0.08);
  }
  .bolts-pdp .quote-form button {
    background: var(--blue);
    color: #fff;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: background 0.15s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
  }
  .bolts-pdp .quote-form button:hover { background: var(--blue-bright); }
  .bolts-pdp .quote-form .small {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    margin-top: 4px;
  }

  /* ----------------------------------------------------------------
     Footer
     ---------------------------------------------------------------- */
  .bolts-pdp footer.site {
    background: var(--navy-ink);
    color: rgba(255,255,255,0.6);
    padding: 56px 0 28px;
  }
  .bolts-pdp footer.site .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
  @media (max-width: 900px) {
    .bolts-pdp footer.site .wrap { grid-template-columns: 1fr 1fr; }
  }
  .bolts-pdp footer.site .col h4 {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin: 0 0 14px;
  }
  .bolts-pdp footer.site a { display: block; padding: 5px 0; color: rgba(255,255,255,0.7); font-size: 13px; }
  .bolts-pdp footer.site a:hover { color: #fff; }
  .bolts-pdp footer.site .brand .word {
    font-family: var(--font-display);
    font-size: 32px;
    color: #fff;
    letter-spacing: -0.5px;
    display: flex; align-items: center; gap: 10px;
  }
  .bolts-pdp footer.site .brand .word svg { width: 32px; height: 32px; }
  .bolts-pdp footer.site .brand p {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin: 14px 0 0;
    line-height: 1.55;
    max-width: 320px;
  }
  .bolts-pdp footer.site .copyright {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    margin-top: 12px;
    display: flex; justify-content: space-between;
    font-size: 11px;
    letter-spacing: 0.4px;
    color: rgba(255,255,255,0.4);
  }

  /* ----------------------------------------------------------------
     Tweaks panel toggle button (built-in floating fallback)
     ---------------------------------------------------------------- */
  /* The Tweaks panel is rendered via React-free vanilla JS in <script> below */

  /* ================================================================
     MOBILE OVERRIDES — comprehensive fix for ≤ 700px
     Goal: kill all horizontal overflow, tighten paddings, stack rows.
     ================================================================ */
  @media (max-width: 700px) {

    .bolts-pdp { --gutter: 16px; }
    .bolts-pdp { overflow-x: hidden; }

    /* Utility bar — keep promise, drop pillars on small */
    .bolts-pdp .utility { font-size: 10px; }
    .bolts-pdp .utility .wrap { height: 28px; gap: 8px; }
    .bolts-pdp .utility .meta span:not(.lang) { display: none; }

    /* Header */
    .bolts-pdp header.site .wrap { height: 60px; gap: 8px; }
    .bolts-pdp .logo .tag { display: none; }
    .bolts-pdp .logo .word { font-size: 22px; }
    .bolts-pdp .logo svg.mark { width: 22px; height: 22px; }
    .bolts-pdp .header-cta { padding: 8px 12px; font-size: 12px; }
    .bolts-pdp .header-cta svg { display: none; }

    /* Breadcrumb */
    .bolts-pdp .crumb { flex-wrap: wrap; row-gap: 4px; font-size: 11px; padding: 16px 0 0; }
    .bolts-pdp .crumb .current { font-size: 11px; }

    /* Hero — kill rounded edges and reduce paddings */
    .bolts-pdp .hero { border-radius: 16px; margin-top: 16px; }
    .bolts-pdp .hero-left { padding: 28px 20px 24px; }
    .bolts-pdp .hero-meta { flex-wrap: wrap; row-gap: 4px; font-size: 10px; letter-spacing: 1.2px; }
    .bolts-pdp .hero-title { font-size: 48px !important; letter-spacing: -1.4px; margin: 16px 0 12px; }
    .bolts-pdp .hero-title .super { font-size: 0.4em; }
    .bolts-pdp .hero-sub { font-size: 15px; max-width: none; }

    /* Pricerow stacks; CTAs full-width */
    .bolts-pdp .hero-pricerow {
      flex-direction: column;
      align-items: stretch;
      gap: 16px;
      padding-top: 22px;
      margin-top: 24px;
    }
    .bolts-pdp .hero-ctas { margin-left: 0; flex-direction: column; gap: 8px; }
    .bolts-pdp .hero-ctas .btn-primary, .bolts-pdp .hero-ctas .btn-ghost {
      justify-content: center; padding: 13px 18px; font-size: 13px;
    }
    .bolts-pdp .hero-price .value { font-size: 22px; flex-wrap: wrap; gap: 6px; }
    .bolts-pdp .hero-price .value .sub { font-size: 11px; }

    /* Hero right (product stage) */
    .bolts-pdp .hero-right { padding: 0; }
    .bolts-pdp .product-stage, .bolts-pdp .product-card { min-height: 360px; }
    .bolts-pdp .product-card { border-radius: 0 0 16px 16px; }
    .bolts-pdp .sku-plate { top: 12px; right: 12px; font-size: 10px; padding: 8px 10px; }
    .bolts-pdp .sku-plate .k { display: inline-block; min-width: 28px; }
    .bolts-pdp .index-tag { bottom: 12px; left: 12px; font-size: 9px; }
    .bolts-pdp .thumbs { left: 12px; bottom: 12px; gap: 6px; }
    .bolts-pdp .thumb { width: 44px; height: 44px; font-size: 9px; }
    .bolts-pdp .hero-deco { display: none; }
    .bolts-pdp .lens { display: none; } /* no cursor on touch */

    /* Stats — 2x2 */
    .bolts-pdp .stats { margin-top: 32px; grid-template-columns: 1fr 1fr; }
    .bolts-pdp .stat { padding: 20px 16px; }
    .bolts-pdp .stat .num { font-size: 32px; letter-spacing: -1.2px; }
    .bolts-pdp .stat .num .unit { font-size: 14px; }
    .bolts-pdp .stat .lbl { font-size: 10px; letter-spacing: 1px; margin-top: 6px; }
    .bolts-pdp .stat .sub { font-size: 11px; }

    /* Sections — tighter */
    .bolts-pdp .section { margin-top: 56px; }
    .bolts-pdp .section-head { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
    .bolts-pdp .section-head h2 { font-size: 26px; letter-spacing: -0.8px; }
    .bolts-pdp .section-head .right { max-width: none; font-size: 13px; }
    .bolts-pdp .section-head .left .eyebrow { font-size: 10px; letter-spacing: 1.2px; margin-bottom: 10px; }

    /* Description */
    .bolts-pdp .description .col-body .drop { font-size: 18px; line-height: 1.4; }
    .bolts-pdp .description .col-body p { font-size: 15px; }
    .bolts-pdp .description .col-meta a { font-size: 12px; }

    /* Spec-plate — stack and remove the fixed 200px label column */
    .bolts-pdp .spec-plate { grid-template-columns: 1fr; border-radius: 16px; }
    .bolts-pdp .spec-plate-side { padding: 24px 20px; min-width: 0; overflow: hidden; }
    .bolts-pdp .spec-plate-side .plate-sku,
    .bolts-pdp .spec-plate-side .plate-title { overflow-wrap: anywhere; }
    .bolts-pdp .spec-plate-side .plate-title { font-size: 22px; line-height: 1.15; }
    .bolts-pdp .spec-plate-side .plate-desc { font-size: 13px; }
    .bolts-pdp .spec-plate-side .plate-cert { flex-wrap: wrap; gap: 6px; }
    .bolts-pdp .spec-rows { padding: 4px 20px 12px; }
    .bolts-pdp .spec-row {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      padding: 14px 0;
    }
    .bolts-pdp .spec-row .k { font-size: 10px; letter-spacing: 1px; }
    .bolts-pdp .spec-row .v { font-size: 14px; }
    .bolts-pdp .spec-row .v .mono { font-size: 12px; display: block; margin-top: 2px; }
    .bolts-pdp .spec-row .tag { display: none; } /* hide the right-side mini tag on mobile */

    /* Box card + Garantie */
    .bolts-pdp .box-card { padding: 24px 20px; border-radius: 16px; }
    .bolts-pdp .box-card h3 { font-size: 18px; }
    .bolts-pdp .box-list li { grid-template-columns: 22px 1fr auto; gap: 10px; padding: 12px 0; }
    .bolts-pdp .box-list .label { font-size: 14px; }
    .bolts-pdp .box-list .qty { font-size: 10px; }
    .bolts-pdp .box-list .check { width: 20px; height: 20px; }

    .bolts-pdp .garantie { padding: 28px 20px; border-radius: 16px; }
    .bolts-pdp .garantie h3 { font-size: 22px; letter-spacing: -0.4px; }
    .bolts-pdp .garantie p { font-size: 13px; }
    .bolts-pdp .garantie-items { grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
    .bolts-pdp .garantie-item { padding: 12px; }
    .bolts-pdp .garantie-item .k { font-size: 9px; }
    .bolts-pdp .garantie-item .v { font-size: 15px; }
    .bolts-pdp .garantie-item .sub { font-size: 11px; }

    /* Quote CTA */
    .bolts-pdp .quote-cta {
      grid-template-columns: 1fr;
      padding: 32px 20px;
      gap: 24px;
      margin-top: 56px;
      margin-bottom: 40px;
      border-radius: 20px;
      overflow: hidden;
    }
    .bolts-pdp .quote-cta h2 { font-size: 26px; letter-spacing: -0.8px; overflow-wrap: anywhere; }
    .bolts-pdp .quote-cta p { font-size: 14px; }
    .bolts-pdp .quote-form { padding: 18px; min-width: 0; }
    .bolts-pdp .quote-form .row { flex-direction: column; gap: 8px; }
    .bolts-pdp .quote-form input, .bolts-pdp .quote-form select { font-size: 14px; padding: 11px 12px; min-width: 0; width: 100%; }
    .bolts-pdp .quote-form button { width: 100%; }

    /* Footer */
    .bolts-pdp footer.site { padding: 36px 0 20px; }
    .bolts-pdp footer.site .wrap { grid-template-columns: 1fr 1fr; gap: 24px; }
    .bolts-pdp footer.site .brand { grid-column: 1 / -1; }
    .bolts-pdp footer.site .brand .word { font-size: 26px; }
    .bolts-pdp footer.site .copyright {
      flex-direction: column;
      gap: 6px;
      align-items: flex-start;
      font-size: 10px;
    }

    /* Tweaks panel itself — fit the screen */
    .bolts-pdp #tweaks-panel { right: 12px !important; bottom: 12px !important; left: 12px !important; width: auto !important; }
  }


/* ============================================================
   BOLTS WooCommerce-template — aanvullingen op het redesign
   (echte productfoto, WooCommerce-omschrijving, breadcrumb)
   ============================================================ */
.bolts-pdp { background: #fff; }
.bolts-pdp .product-card { cursor: zoom-in; }
.bolts-pdp .product-card .product-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 40px;
}
.bolts-pdp .product-card.has-photo { background: #fff; border-color: rgba(255,255,255,0.14); }
.bolts-pdp .product-card.has-photo .placeholder { display: none; }
.bolts-pdp .thumb.thumb-photo {
  background-size: cover; background-position: center;
  background-color: #fff; color: transparent;
}
/* WooCommerce-omschrijving in de beschrijving-kolom */
.bolts-pdp .col-body > p:first-of-type {
  font-size: 22px; font-weight: 700; letter-spacing: -0.4px;
  color: var(--ink); margin: 0 0 20px; line-height: 1.35; max-width: 760px;
}
.bolts-pdp .col-body h3 {
  font-size: 15px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase;
  color: var(--muted); margin: 28px 0 10px;
}
.bolts-pdp .col-body ul { margin: 0 0 18px; padding-left: 20px; }
.bolts-pdp .col-body li { color: var(--ink-soft); padding: 3px 0; max-width: 760px; }
.bolts-pdp .col-body p { margin: 0 0 18px; }
/* breadcrumb-fallback wanneer WooCommerce-breadcrumb wordt gebruikt */
.bolts-pdp .woocommerce-breadcrumb {
  font-size: 12px; font-weight: 600; color: var(--muted);
  padding: 18px 0 0; letter-spacing: 0.3px;
}
.bolts-pdp .woocommerce-breadcrumb a { color: var(--muted); }
.bolts-pdp .woocommerce-breadcrumb a:hover { color: var(--navy); }
@media (max-width: 700px) {
  .bolts-pdp .product-card .product-photo { padding: 20px; }
  .bolts-pdp .col-body > p:first-of-type { font-size: 18px; }
}

.bolts-pdp .hero-title { overflow-wrap: break-word; word-break: break-word; }
