/* ============================================================
   OnDestination Refurbished · shop section styles
   Loaded after colors_and_type.css + home.css.
   home.css supplies: .wrap, .eye, .btn, .ph, .band, .footer base.
   This file adds the shop header, cart, product cards, badges,
   filters, breadcrumb, product detail + related, toast.
   ============================================================ */

/* ── SHOP HEADER ───────────────────────────────────────────── */
.shop-utility {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: 12.5px;
}
.shop-utility .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 9px; padding-bottom: 9px; min-height: 38px;
}
.su-back {
  display: inline-flex; align-items: center; gap: 9px;
  color: rgba(248,245,238,.62); font-weight: 600; letter-spacing: .01em;
  padding: 4px 14px 4px 4px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.02);
  transition: color 180ms, border-color 180ms, background 180ms;
}
.su-back:hover { color: #F8F5EE; border-color: rgba(111,224,0,.4); background: rgba(111,224,0,.06); }
.su-back .su-back-ico {
  width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(111,224,0,.13); color: #6FE000; flex-shrink: 0;
  transition: background 180ms, color 180ms, transform 220ms cubic-bezier(.22,.61,.36,1);
}
.su-back:hover .su-back-ico { background: #6FE000; color: #000; transform: translateX(-2px); }
.su-back svg { width: 13px; height: 13px; }
.su-note {
  color: rgba(248,245,238,.34); font-weight: 500; letter-spacing: .02em;
  display: inline-flex; align-items: center; gap: 8px;
}
.su-note::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #6FE000; flex-shrink: 0; }

.shop-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13,13,13,.9); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.shop-nav .wrap {
  display: flex; align-items: center; gap: 18px;
  height: 68px;
}
.shop-logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.shop-logo img { height: 34px; width: auto; }
.logo-stack { display: flex; flex-direction: column; gap: 3px; }
.shop-logo .logo-text { font-family: 'Luxe Uno', sans-serif; font-size: 19px; font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.shop-logo .logo-on { color: #6FE000; }
.shop-logo .logo-dest { color: #F8F5EE; }
.logo-sub {
  display: flex; align-items: center; gap: 7px; line-height: 1;
  font-family: 'Luxe Uno', sans-serif; font-size: 9.5px; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase; color: #6FE000;
}
.logo-sub::before {
  content: ""; width: 15px; height: 1.5px; border-radius: 2px; flex-shrink: 0;
  background: linear-gradient(90deg, #6FE000, rgba(111,224,0,.25));
}

.shop-links { display: flex; align-items: center; gap: 4px; flex: 1; padding-left: 14px; }
.shop-links a {
  font-size: 14px; font-weight: 600; color: rgba(248,245,238,.7);
  padding: 8px 13px; border-radius: 8px; white-space: nowrap;
  transition: color 160ms, background 160ms; text-decoration: none;
}
.shop-links a:hover { color: #F8F5EE; background: rgba(255,255,255,.05); }
.shop-links a.active { color: #6FE000; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }

.shop-nav-r { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Taalschakelaar shop NL / EN */
.shop-lang { display: inline-flex; align-items: center; gap: 7px; margin-right: 2px; }
.shop-lang-opt { font-size: 12px; font-weight: 700; letter-spacing: .04em; color: rgba(248,245,238,.42);
  text-decoration: none; transition: color 160ms; }
.shop-lang-opt:hover { color: #F8F5EE; }
a.shop-lang-opt.is-active, a.shop-lang-opt.is-active:hover { color: #6FE000; cursor: default; }
.shop-lang-opt.is-disabled { color: rgba(248,245,238,.2); cursor: not-allowed; }
a.shop-lang-opt.is-disabled:hover { color: rgba(248,245,238,.2); }
.shop-lang-div { width: 1px; height: 11px; background: rgba(255,255,255,.22); }
.shop-mobile-lang { margin-top: 14px; }
.shop-mobile-lang .shop-lang { gap: 12px; }
.shop-mobile-lang .shop-lang-opt { font-size: 15px; }
.nav-cart {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 16px 9px 15px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.14); background: transparent;
  font: inherit; font-size: 13px; font-weight: 600; color: #F8F5EE;
  cursor: pointer; transition: border-color 180ms, background 180ms; text-decoration: none;
}
.nav-cart:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); }
.nav-cart svg { width: 17px; height: 17px; }
.nav-cart .cart-label { letter-spacing: .01em; }
.cart-count {
  min-width: 19px; height: 19px; border-radius: 999px; padding: 0 5px;
  background: #6FE000; color: #000; font-size: 10.5px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 320ms cubic-bezier(.34,1.56,.64,1);
}
.cart-count.is-empty { background: rgba(255,255,255,.12); color: rgba(248,245,238,.5); }
.cart-count.bump { transform: scale(1.45); }

.shop-ham {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 38px; background: none; border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px; padding: 9px; cursor: pointer; flex-shrink: 0;
}
.shop-ham span { display: block; height: 1.5px; background: #F8F5EE; border-radius: 1px; }

/* ── BREADCRUMB ────────────────────────────────────────────── */
.breadcrumb { background: #0A0A0A; border-bottom: 1px solid rgba(255,255,255,.05); }
.breadcrumb .wrap {
  display: flex; align-items: center; flex-wrap: wrap; gap: 9px;
  padding-top: 16px; padding-bottom: 16px;
  font-size: 12.5px; color: rgba(248,245,238,.4);
}
.breadcrumb a { color: rgba(248,245,238,.55); transition: color 150ms; text-decoration: none; }
.breadcrumb a:hover { color: #6FE000; }
.breadcrumb .sep { color: rgba(248,245,238,.25); }
.breadcrumb .current { color: #F8F5EE; font-weight: 500; }

/* ── PAGE HERO (shop) ──────────────────────────────────────── */
.shop-hero {
  position: relative; background: #000; color: #F8F5EE;
  padding: 96px 0 72px; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.shop-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(760px 340px at 96% 0%, rgba(111,224,0,.12), transparent 64%),
    radial-gradient(420px 420px at 2% 100%, rgba(111,224,0,.05), transparent 60%);
}
.shop-hero .wrap { position: relative; z-index: 2; }
.shop-hero h1 {
  font-family: 'Kardige', sans-serif; font-weight: 400;
  font-size: clamp(40px, 6vw, 78px); line-height: 1.0;
  letter-spacing: -.026em; margin: 0 0 22px; max-width: 18ch;
}
.shop-hero h1 em { font-style: normal; color: #6FE000; text-shadow: 0 0 48px rgba(111,224,0,.4); }
.shop-hero .lead {
  font-size: clamp(16px, 1.6vw, 19px); line-height: 1.62; font-weight: 300;
  color: rgba(248,245,238,.66); max-width: 56ch; margin: 0 0 36px;
}
.shop-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── USP / 3 PUNTEN ────────────────────────────────────────── */
.usp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.usp {
  background: #141414; border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 30px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 240ms, transform 240ms cubic-bezier(.22,.61,.36,1);
}
.usp:hover { border-color: rgba(111,224,0,.34); transform: translateY(-4px); }
.usp-ico {
  width: 46px; height: 46px; border-radius: 13px;
  background: rgba(111,224,0,.12); color: #6FE000;
  display: grid; place-items: center; flex-shrink: 0;
}
.usp-ico svg { width: 22px; height: 22px; }
.usp-num { font-family: 'Kardige', sans-serif; font-size: 14px; color: rgba(111,224,0,.6); letter-spacing: .04em; }
.usp h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 23px; letter-spacing: -.01em; color: #F8F5EE; margin: 0; line-height: 1.12; }
.usp p { font-size: 14.5px; line-height: 1.6; color: rgba(248,245,238,.55); margin: 0; max-width: none; }

/* ── FILTER BAR ────────────────────────────────────────────── */
.filter-bar {
  position: sticky; top: 67px; z-index: 50;
  background: rgba(10,10,10,.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.filter-bar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; padding-top: 13px; padding-bottom: 13px;
}
.filter-group { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filter-lbl { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(248,245,238,.3); font-weight: 700; margin-right: 2px; }
.chip {
  padding: 7px 15px; border-radius: 999px;
  font: inherit; font-size: 12.5px; font-weight: 600; letter-spacing: .01em;
  border: 1.5px solid rgba(255,255,255,.12); color: rgba(248,245,238,.62);
  background: transparent; transition: all 150ms; cursor: pointer; white-space: nowrap;
}
.chip:hover { border-color: rgba(255,255,255,.3); color: #F8F5EE; }
.chip.active { background: #6FE000; border-color: #6FE000; color: #000; }
.chip .n { opacity: .55; font-weight: 400; margin-left: 5px; font-size: 11px; }
.filter-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.filter-select {
  font: inherit; font-size: 12.5px; font-weight: 600;
  padding: 8px 30px 8px 13px; border-radius: 9px;
  border: 1.5px solid rgba(255,255,255,.12);
  background-color: #161616; color: rgba(248,245,238,.7); outline: none; cursor: pointer;
  transition: all 150ms; appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%238a8a8a' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-position: right 11px center;
}
.filter-select:focus, .filter-select:hover { border-color: rgba(255,255,255,.26); color: #F8F5EE; }
.result-count { font-size: 12px; color: rgba(248,245,238,.34); white-space: nowrap; }

/* ── PRODUCT GRID + CARD ───────────────────────────────────── */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
a.card {
  background: #141414; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  transition: transform 250ms cubic-bezier(.22,.61,.36,1), box-shadow 250ms, border-color 250ms;
}
a.card:hover { transform: translateY(-5px); box-shadow: 0 28px 64px rgba(0,0,0,.7); border-color: rgba(111,224,0,.22); }
.card-image {
  position: relative; height: 182px; background: #0F0F0F;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden;
}
.card-image::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(111,224,0,.06), transparent 65%);
}
.card-image svg { transition: transform 250ms cubic-bezier(.22,.61,.36,1); opacity: .82; }
a.card:hover .card-image svg { transform: scale(1.08); opacity: 1; }
.card-badges {
  position: absolute; top: 11px; left: 11px; right: 11px; z-index: 1;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 8px;
}
.card-body { padding: 17px 17px 18px; display: flex; flex-direction: column; flex: 1; }
.card-name { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.18; letter-spacing: -.01em; margin: 0 0 6px; color: #F0EDE6; }
.card-spec { font-size: 11.5px; color: rgba(248,245,238,.4); margin: 0 0 11px; line-height: 1.45; }
.card-stock { display: flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: rgba(248,245,238,.58); margin: 0 0 14px; }
.card-stock .dot { width: 7px; height: 7px; border-radius: 50%; background: #6FE000; box-shadow: 0 0 6px rgba(111,224,0,.6); flex-shrink: 0; }
.card-stock.low { color: #E8B100; }
.card-stock.low .dot { background: #E8B100; box-shadow: none; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: 8px; }
.card-price { font-family: 'Kardige', sans-serif; font-size: 21px; letter-spacing: -.02em; color: #F8F5EE; line-height: 1; }
.btn-card {
  padding: 8px 15px; border-radius: 999px;
  background: rgba(111,224,0,.1); color: #6FE000;
  font-size: 11.5px; font-weight: 700; letter-spacing: .03em;
  border: 1px solid rgba(111,224,0,.24); transition: all 150ms;
  white-space: nowrap; flex-shrink: 0;
}
a.card:hover .btn-card { background: #6FE000; color: #000; border-color: #6FE000; }

/* ── CONDITION BADGES (4 vaste graden) ─────────────────────── */
.badge {
  padding: 4px 10px; border-radius: 999px; line-height: 1;
  font-size: 9.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap;
  display: inline-flex; align-items: center;
}
.badge-cat { background: rgba(0,0,0,.55); color: rgba(248,245,238,.66); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(4px); }
.badge-nieuw     { background: #6FE000; color: #000; }
.badge-zeer-goed { background: rgba(58,147,232,.16); color: #6FB6F2; border: 1px solid rgba(58,147,232,.4); }
.badge-goed      { background: rgba(232,177,0,.14); color: #E8B100; border: 1px solid rgba(232,177,0,.36); }
.badge-redelijk  { background: rgba(138,138,138,.14); color: #B8B8B8; border: 1px solid rgba(138,138,138,.34); }

/* ── EMPTY STATE ───────────────────────────────────────────── */
.no-results { text-align: center; padding: 88px 20px; display: none; }
.no-results .nr-ring {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 22px;
  display: grid; place-items: center; background: rgba(111,224,0,.08); border: 1px solid rgba(111,224,0,.2);
}
.no-results svg { width: 28px; height: 28px; stroke: #6FE000; }
.no-results h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 26px; color: #F8F5EE; margin: 0 0 10px; }
.no-results p { font-size: 14.5px; color: rgba(248,245,238,.5); margin: 0 auto 24px; max-width: 40ch; }

/* ── CONDITION LEGEND (kaartjes) ───────────────────────────── */
.cond-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cond-card {
  background: #141414; border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 22px 22px 20px;
  display: flex; flex-direction: column; gap: 14px;
}
.cond-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cond-card-name { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 21px; letter-spacing: -.01em; color: #F8F5EE; }
.cond-wear { display: flex; gap: 5px; align-items: center; }
.wear-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.1); flex-shrink: 0; }
.wear-dot.on-nieuw     { background: #6FE000; box-shadow: 0 0 5px rgba(111,224,0,.6); }
.wear-dot.on-zeer-goed { background: #3A93E8; }
.wear-dot.on-goed      { background: #E8B100; }
.wear-dot.on-redelijk  { background: #8A8A8A; }
.cond-card p { font-size: 13px; line-height: 1.6; color: rgba(248,245,238,.52); margin: 0; max-width: none; }

/* ── PRODUCT DETAIL ────────────────────────────────────────── */
.pd-main { background: #0A0A0A; padding: 48px 0 96px; }
.pd-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pd-gallery {
  position: relative; background: #121212; border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; overflow: hidden; aspect-ratio: 5/4;
  position: sticky; top: 92px;
}
.pd-gallery::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(111,224,0,.07), transparent 62%);
}
.pd-gallery .pd-art { position: absolute; inset: 0; }
.pd-gallery .pd-art svg { opacity: .95; }
.pd-gallery .badge { position: absolute; top: 18px; left: 18px; font-size: 11px; padding: 6px 13px; z-index: 2; }
.pd-info { padding-top: 4px; }
.pd-catline { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(111,224,0,.7); font-weight: 700; margin: 0 0 14px; }
.pd-name { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(30px, 4vw, 46px); line-height: 1.04; letter-spacing: -.022em; color: #F8F5EE; margin: 0 0 10px; }
.pd-subspec { font-size: 14.5px; color: rgba(248,245,238,.5); margin: 0 0 26px; }
.pd-price { font-family: 'Kardige', sans-serif; font-size: 44px; letter-spacing: -.03em; color: #F8F5EE; line-height: 1; margin: 0 0 6px; }
.pd-marge { font-size: 12px; color: rgba(248,245,238,.4); margin: 0 0 26px; letter-spacing: .01em; line-height: 1.5; }
.pd-stock { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; color: rgba(248,245,238,.72); margin: 0 0 24px; }
.pd-stock .dot { width: 9px; height: 9px; border-radius: 50%; background: #6FE000; box-shadow: 0 0 7px rgba(111,224,0,.6); flex-shrink: 0; }
.pd-stock.low { color: #E8B100; }
.pd-stock.low .dot { background: #E8B100; box-shadow: none; }
.pd-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.pd-cta .btn { flex: 1; justify-content: center; min-width: 160px; }
.pd-pickup {
  display: flex; align-items: center; gap: 10px; padding: 13px 16px; margin-bottom: 32px;
  background: rgba(111,224,0,.06); border: 1px solid rgba(111,224,0,.16); border-radius: 12px;
  font-size: 13px; color: rgba(248,245,238,.66);
}
.pd-pickup svg { width: 17px; height: 17px; stroke: #6FE000; flex-shrink: 0; }
.pd-pickup b { color: #F8F5EE; font-weight: 600; }

.pd-block { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.08); }
.pd-block h3 { font-family: 'Luxe Uno', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .02em; color: #F8F5EE; margin: 0 0 16px; display: flex; align-items: center; gap: 10px; }
.pd-block h3 .cond-pill { margin-left: auto; }
.pd-block p { font-size: 15px; line-height: 1.72; color: rgba(248,245,238,.62); margin: 0; max-width: 60ch; }
.pd-cond-desc {
  display: flex; gap: 14px; padding: 18px 20px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 14px;
}
.pd-cond-desc .pd-cond-bar { width: 3px; border-radius: 3px; flex-shrink: 0; }
.pd-cond-desc.c-nieuw .pd-cond-bar     { background: #6FE000; }
.pd-cond-desc.c-zeer-goed .pd-cond-bar { background: #3A93E8; }
.pd-cond-desc.c-goed .pd-cond-bar      { background: #E8B100; }
.pd-cond-desc.c-redelijk .pd-cond-bar  { background: #8A8A8A; }
.pd-cond-desc p { font-size: 14.5px; line-height: 1.66; color: rgba(248,245,238,.6); margin: 0; }
.pd-cond-desc .cc-grade { color: #F8F5EE; font-weight: 600; }

.pd-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; overflow: hidden; }
.pd-spec { background: #111; padding: 14px 18px; display: flex; flex-direction: column; gap: 4px; }
.pd-spec .sk { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(248,245,238,.34); font-weight: 700; }
.pd-spec .sv { font-size: 14.5px; color: #D8D4CC; font-weight: 500; }

/* payment row on detail */
.pd-pay { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding-top: 6px; }
.pd-pay .pl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(248,245,238,.32); font-weight: 700; margin-right: 4px; }

/* ── PAYMENT METHOD CHIPS ──────────────────────────────────── */
.pay-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 13px; border-radius: 8px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  font-size: 12px; font-weight: 600; color: rgba(248,245,238,.7); white-space: nowrap;
}
.pay-chip svg { width: 16px; height: 16px; stroke: #6FE000; flex-shrink: 0; }

/* ── RELATED ───────────────────────────────────────────────── */
.related { background: #000; padding: 80px 0; border-top: 1px solid rgba(255,255,255,.06); }

/* ── CTA STRIP ─────────────────────────────────────────────── */
.cta-strip { position: relative; text-align: center; overflow: hidden; background: #000; padding: 104px 0; }
.cta-strip::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(111,224,0,.14), transparent 64%); }
.cta-strip .wrap { position: relative; z-index: 2; }
.cta-strip h2 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(34px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -.025em; margin: 0 auto 20px; max-width: 18ch; color: #F8F5EE; }
.cta-strip h2 em { font-style: normal; color: #6FE000; text-shadow: 0 0 44px rgba(111,224,0,.4); }
.cta-strip p { font-size: 18px; line-height: 1.55; font-weight: 300; color: rgba(248,245,238,.66); max-width: 48ch; margin: 0 auto 34px; }
.cta-strip-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ADDITIONS ──────────────────────────────────────── */
.footer-pay {
  margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; gap: 14px 26px; flex-wrap: wrap;
}
.footer-pay .fp-lbl { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(248,245,238,.34); font-weight: 700; }
.footer-pay-methods { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-marge {
  margin-top: 30px; font-size: 12.5px; line-height: 1.6; color: rgba(248,245,238,.42);
  display: flex; align-items: flex-start; gap: 11px; max-width: 72ch;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.05);
}
.footer-marge svg { width: 15px; height: 15px; stroke: rgba(111,224,0,.7); flex-shrink: 0; margin-top: 2px; }
.footer .footer-bottom .fb-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer .footer-bottom .fb-links a { font-size: 12px; color: #6a6a6a; transition: color 150ms; }
.footer .footer-bottom .fb-links a:hover { color: #6FE000; }

/* ── TOAST ─────────────────────────────────────────────────── */
.toast {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px);
  z-index: 200; background: #1C1C1C; border: 1px solid rgba(111,224,0,.3);
  border-radius: 12px; padding: 13px 22px 13px 16px;
  display: flex; align-items: center; gap: 12px;
  font-size: 13.5px; font-weight: 600; color: #F8F5EE;
  box-shadow: 0 16px 40px rgba(0,0,0,.7);
  opacity: 0; pointer-events: none;
  transition: opacity 250ms, transform 250ms cubic-bezier(.34,1.56,.64,1);
  max-width: 90vw;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: all; }
.toast-dot { width: 8px; height: 8px; border-radius: 50%; background: #6FE000; flex-shrink: 0; box-shadow: 0 0 8px #6FE000; }

/* ── MOBILE SHOP MENU ──────────────────────────────────────── */
.shop-mobile {
  position: fixed; inset: 0; z-index: 95; background: #000; overflow-y: auto;
  transform: translateX(100%); transition: transform 360ms cubic-bezier(.22,.61,.36,1); pointer-events: none;
}
.shop-mobile.is-open { transform: none; pointer-events: auto; }
.shop-mobile-inner { padding: 92px 28px 60px; }
.shop-mobile a {
  display: flex; align-items: center; justify-content: space-between; padding: 18px 0;
  font-family: 'Kardige', sans-serif; font-size: 24px; letter-spacing: -.02em;
  color: rgba(248,245,238,.84); border-bottom: 1px solid rgba(255,255,255,.08); text-decoration: none;
}
.shop-mobile a:hover { color: #6FE000; }

/* ── SECTION HELPERS ───────────────────────────────────────── */
.sec { padding: 84px 0; }
.sec.b-ink { background: #0A0A0A; }
.sec.b-black { background: #000; }
.sec-head { margin-bottom: 44px; max-width: 60ch; }
.sec-head h2 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.06; letter-spacing: -.022em; color: #F8F5EE; margin: 0; }
.sec-head .lead { font-size: 17px; line-height: 1.62; color: rgba(248,245,238,.6); margin: 16px 0 0; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1060px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .cond-cards { grid-template-columns: repeat(2, 1fr); }
  .usp-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .shop-links { display: none; }
  .shop-ham { display: flex; }
  .nav-cart .cart-label { display: none; }
  .pd-layout { grid-template-columns: 1fr; gap: 28px; }
  .pd-gallery { position: relative; top: 0; }
  .pd-gallery-wrap { position: static; top: auto; }
  .cart-summary { position: static; top: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: 1fr; }
  .cond-cards { grid-template-columns: 1fr; }
  .pd-specs { grid-template-columns: 1fr; }
  .su-note { display: none; }
  .filter-bar .wrap { flex-direction: column; align-items: flex-start; }
  .search-input { width: 100%; }
  .search-field { width: 100%; }
}

/* ── SEARCH FIELD ──────────────────────────────────────────── */
.search-field { position: relative; display: inline-flex; align-items: center; }
.search-field > svg {
  position: absolute; left: 14px; width: 15px; height: 15px;
  stroke: rgba(248,245,238,.42); pointer-events: none;
}
.search-input {
  font: inherit; font-size: 13px; font-weight: 500;
  padding: 9px 34px 9px 37px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.12); background: #161616;
  color: #F8F5EE; outline: none; width: 252px;
  transition: border-color 160ms, background 160ms, width 220ms cubic-bezier(.22,.61,.36,1);
}
.search-input::placeholder { color: rgba(248,245,238,.36); }
.search-input:focus { border-color: rgba(111,224,0,.5); background: #1A1A1A; }
.search-clear {
  position: absolute; right: 9px; width: 19px; height: 19px; border-radius: 50%;
  border: none; background: rgba(255,255,255,.1); color: rgba(248,245,238,.66);
  cursor: pointer; display: none; place-items: center; padding: 0;
  transition: background 150ms, color 150ms;
}
.search-clear svg { width: 11px; height: 11px; }
.search-clear.show { display: grid; }
.search-clear:hover { background: rgba(255,255,255,.22); color: #fff; }

/* search row on the landing-page offer block */
.shop-search-row {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin: 0 0 26px;
}
.shop-search-row .search-input { width: 320px; max-width: 100%; }
@media (max-width: 560px) { .shop-search-row .search-input { width: 100%; } }

/* ── BACK TO ALL PRODUCTS (detail) ─────────────────────────── */
.pd-back {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; color: rgba(248,245,238,.62);
  padding: 7px 16px 7px 8px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.02);
  text-decoration: none; margin: 0 0 24px;
  transition: color 180ms, border-color 180ms, background 180ms;
}
.pd-back .pd-back-ico {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(111,224,0,.13); color: #6FE000; flex-shrink: 0;
  transition: background 180ms, color 180ms, transform 220ms cubic-bezier(.22,.61,.36,1);
}
.pd-back svg { width: 13px; height: 13px; }
.pd-back:hover { color: #F8F5EE; border-color: rgba(111,224,0,.4); background: rgba(111,224,0,.06); }
.pd-back:hover .pd-back-ico { background: #6FE000; color: #000; transform: translateX(-2px); }

/* ── FOOTER REFINEMENTS ────────────────────────────────────── */
.footer .footer-inner { grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; gap: 56px 52px; }
.footer .footer-contact-strip { grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; }
.footer-lockup { display: flex; align-items: center; gap: 15px; margin: 0 0 20px; }
.footer-lockup img { height: 52px; width: auto; }
.footer-lockup .fl-stack { display: flex; flex-direction: column; gap: 6px; }
.footer-lockup .fl-word { font-family: 'Kardige', sans-serif; font-size: 34px; line-height: 1; color: #F8F5EE; letter-spacing: -.01em; }
.footer-pay { margin-top: 64px; padding-top: 36px; }
@media (max-width: 1024px) {
  .footer .footer-inner { grid-template-columns: 1fr 1fr 1fr; }
  .footer .footer-contact-strip { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 700px) {
  .footer .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer .footer-contact-strip { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   LIGHT SHOP MODE  ·  Productoverzicht + Productdetail
   Page content sits on warm paper; the shared utility bar, nav,
   footer, toast and the dark CTA band stay in event/dark mode.
   ============================================================ */
.shop-light { background: var(--od-paper); }

/* breadcrumb */
.shop-light .breadcrumb { background: #DCD9CE; border-bottom: 1px solid rgba(0,0,0,.08); }
.shop-light .breadcrumb .wrap { color: rgba(10,10,10,.5); }
.shop-light .breadcrumb a { color: rgba(10,10,10,.62); }
.shop-light .breadcrumb a:hover { color: #3F8A00; }
.shop-light .breadcrumb .sep { color: rgba(10,10,10,.3); }
.shop-light .breadcrumb .current { color: #0A0A0A; }

/* compacte hero (Producten) */
.shop-light .shop-hero { background: var(--od-paper); border-bottom: 1px solid rgba(0,0,0,.08); }
.shop-light .shop-hero::before {
  background: radial-gradient(700px 320px at 96% 0%, rgba(111,224,0,.10), transparent 64%);
  opacity: .55;
}
.shop-light .shop-hero h1 { color: #15140F; }
.shop-light .shop-hero h1 em { color: #3F8A00; text-shadow: none; }
.shop-light .shop-hero .lead { color: rgba(10,10,10,.6); }
.shop-light .shop-hero .eye { color: #15140F; }
.shop-light .shop-hero .eye::before { color: #3F8A00; }

/* section backgrounds */
.shop-light .sec.b-black,
.shop-light .sec.b-ink,
.shop-light main.sec.b-black { background: var(--od-paper); }
.shop-light.sec.b-black, .shop-light.sec.b-ink { background: var(--od-paper); }
.shop-light .pd-main { background: var(--od-paper); }
.shop-light .related { background: #DCD9CE; border-top: 1px solid rgba(0,0,0,.08); }
.shop-light .sec-head h2 { color: #15140F; }
.shop-light .sec-head .lead { color: rgba(10,10,10,.6); }

/* filter bar */
.shop-light .filter-bar { background: rgba(227,225,216,.92); border-bottom: 1px solid rgba(0,0,0,.1); }
.shop-light .filter-lbl { color: rgba(10,10,10,.45); }
.shop-light .chip { border-color: rgba(0,0,0,.18); color: rgba(10,10,10,.7); }
.shop-light .chip:hover { border-color: rgba(0,0,0,.42); color: #0A0A0A; }
.shop-light .chip.active { background: #6FE000; border-color: #6FE000; color: #000; }
.shop-light .filter-select { background-color: #fff; color: rgba(10,10,10,.78); border-color: rgba(0,0,0,.18); }
.shop-light .filter-select:hover, .shop-light .filter-select:focus { border-color: rgba(0,0,0,.42); color: #0A0A0A; }
.shop-light .result-count { color: rgba(10,10,10,.45); }

/* search field */
.shop-light .search-input { background: #fff; color: #0A0A0A; border-color: rgba(0,0,0,.18); }
.shop-light .search-input::placeholder { color: rgba(10,10,10,.4); }
.shop-light .search-input:focus { border-color: #3F8A00; background: #fff; }
.shop-light .search-field > svg { stroke: rgba(10,10,10,.42); }
.shop-light .search-clear { background: rgba(0,0,0,.1); color: rgba(10,10,10,.6); }
.shop-light .search-clear:hover { background: rgba(0,0,0,.22); color: #000; }

/* product card */
.shop-light a.card { background: #fff; border: 1px solid rgba(0,0,0,.09); box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.shop-light a.card:hover { box-shadow: 0 22px 50px rgba(0,0,0,.16); border-color: rgba(111,224,0,.5); transform: translateY(-5px); }
.shop-light .card-image { background: #F1EEE6; }
.shop-light .card-image::before { background: radial-gradient(ellipse at 50% 60%, rgba(111,224,0,.05), transparent 65%); }
.shop-light .card-image svg { opacity: .95; }
.shop-light .card-name { color: #15140F; }
.shop-light .card-spec { color: rgba(10,10,10,.5); }
.shop-light .card-price { color: #15140F; }
.shop-light .card-stock { color: rgba(10,10,10,.6); }
.shop-light .card-stock.low { color: #9a7400; }
.shop-light .btn-card { background: rgba(111,224,0,.18); color: #357200; border-color: rgba(63,138,0,.35); }
.shop-light a.card:hover .btn-card { background: #6FE000; color: #000; border-color: #6FE000; }

/* badges on light */
.shop-light .badge-cat { background: rgba(255,255,255,.85); color: rgba(10,10,10,.7); border: 1px solid rgba(0,0,0,.14); }
.shop-light .badge-zeer-goed { background: rgba(58,147,232,.14); color: #1E5F9E; border: 1px solid rgba(58,147,232,.45); }
.shop-light .badge-goed { background: rgba(232,177,0,.18); color: #876600; border: 1px solid rgba(232,177,0,.5); }
.shop-light .badge-redelijk { background: rgba(90,90,90,.12); color: #555; border: 1px solid rgba(90,90,90,.32); }

/* empty state */
.shop-light .no-results h3 { color: #15140F; }
.shop-light .no-results p { color: rgba(10,10,10,.55); }
.shop-light .no-results .nr-ring { background: rgba(111,224,0,.12); border-color: rgba(63,138,0,.3); }
.shop-light .no-results svg { stroke: #3F8A00; }

/* product detail */
.shop-light .pd-back { border-color: rgba(0,0,0,.14); color: rgba(10,10,10,.62); background: rgba(0,0,0,.02); }
.shop-light .pd-back .pd-back-ico { background: rgba(111,224,0,.18); color: #3F8A00; }
.shop-light .pd-back:hover { color: #0A0A0A; border-color: rgba(63,138,0,.5); background: rgba(111,224,0,.08); }
.shop-light .pd-back:hover .pd-back-ico { background: #6FE000; color: #000; }
.shop-light .pd-gallery { background: #fff; border: 1px solid rgba(0,0,0,.1); }
.shop-light .pd-gallery::before { background: radial-gradient(ellipse at center, rgba(111,224,0,.06), transparent 62%); }
.shop-light .pd-catline { color: #357200; }
.shop-light .pd-name { color: #15140F; }
.shop-light .pd-subspec { color: rgba(10,10,10,.55); }
.shop-light .pd-price { color: #15140F; }
.shop-light .pd-stock { color: rgba(10,10,10,.72); }
.shop-light .pd-stock.low { color: #9a7400; }
.shop-light .pd-marge { color: rgba(10,10,10,.5); }
.shop-light .pd-pickup { background: rgba(111,224,0,.1); border: 1px solid rgba(63,138,0,.28); color: rgba(10,10,10,.72); }
.shop-light .pd-pickup b { color: #15140F; }
.shop-light .pd-pickup svg { stroke: #3F8A00; }
.shop-light .pd-block { border-top: 1px solid rgba(0,0,0,.1); }
.shop-light .pd-block h3 { color: #15140F; }
.shop-light .pd-block p { color: rgba(10,10,10,.66); }
.shop-light .pd-cond-desc { background: rgba(0,0,0,.025); border: 1px solid rgba(0,0,0,.08); }
.shop-light .pd-cond-desc p { color: rgba(10,10,10,.66); }
.shop-light .pd-cond-desc .cc-grade { color: #15140F; }
.shop-light .pd-specs { background: rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); }
.shop-light .pd-spec { background: #fff; }
.shop-light .pd-spec .sk { color: rgba(10,10,10,.45); }
.shop-light .pd-spec .sv { color: #1C1C1C; }
.shop-light .pay-chip { background: #fff; border: 1px solid rgba(0,0,0,.12); color: rgba(10,10,10,.7); }
.shop-light .pay-chip svg { stroke: #3F8A00; }

/* ghost button on light content */
.shop-light .btn-ghost { color: #0A0A0A; border-color: rgba(0,0,0,.22); }
.shop-light .btn-ghost:hover { border-color: rgba(0,0,0,.45); background: rgba(0,0,0,.04); }
.shop-light #wishBtn.on { color: #3F8A00; border-color: rgba(63,138,0,.4); }
.shop-light #wishBtn.on svg { fill: #3F8A00; }
#wishBtn svg { width: 17px; height: 17px; transition: fill 160ms; }
.pd-eta { display: flex; align-items: center; gap: 9px; font-size: 13px; color: rgba(248,245,238,.7); margin: 0 0 24px; }
.pd-eta svg { width: 17px; height: 17px; stroke: #6FE000; flex-shrink: 0; }
.pd-eta b { color: #F8F5EE; font-weight: 600; }
.shop-light .pd-eta { color: rgba(10,10,10,.7); }
.shop-light .pd-eta svg { stroke: #3F8A00; }
.shop-light .pd-eta b { color: #15140F; }

/* quick add-to-cart on product cards */
.card-add { width: 38px; height: 38px; border-radius: 999px; border: 1px solid rgba(111,224,0,.24); background: rgba(111,224,0,.1); color: #6FE000; cursor: pointer; display: grid; place-items: center; transition: background 150ms, color 150ms, border-color 150ms, transform 150ms; flex-shrink: 0; padding: 0; }
.card-add:hover { background: #6FE000; color: #000; border-color: #6FE000; transform: scale(1.06); }
.card-add svg { width: 18px; height: 18px; }
.shop-light .card-add { color: #357200; }
.shop-light .card-add:hover { color: #000; }

/* keep the always-dark footer behaving as dark mode (links stay brand green) */
.shop-light .footer a { color: var(--od-green); }
.shop-light .footer .footer-bottom .fb-links a { color: #6a6a6a; }
.shop-light .footer .footer-bottom .fb-links a:hover { color: #6FE000; }

/* ============================================================
   CART · CHECKOUT · CONFIRM  (always light shop pages)
   ============================================================ */
.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }

/* ── line items ── */
.cart-items { display: flex; flex-direction: column; gap: 14px; }
.cart-line {
  display: grid; grid-template-columns: 100px 1fr auto auto; gap: 22px; align-items: center;
  background: #fff; border: 1px solid rgba(0,0,0,.09); border-radius: 16px; padding: 16px; box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.cart-thumb { position: relative; width: 100px; height: 82px; border-radius: 11px; overflow: hidden; background: #F1EEE6; display: block; flex-shrink: 0; }
.cart-thumb svg { opacity: .96; }
.cart-line-main { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.cart-line-name { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 19px; letter-spacing: -.01em; color: #15140F; text-decoration: none; line-height: 1.12; }
.cart-line-name:hover { color: #3F8A00; }
.cart-line-spec { font-size: 12.5px; color: rgba(10,10,10,.5); margin: 0; }
.cart-line-tags { display: flex; gap: 8px; align-items: center; margin-top: 1px; }
.cart-remove { align-self: flex-start; margin-top: 3px; background: none; border: none; padding: 0; font: inherit; font-size: 12.5px; font-weight: 600; color: rgba(10,10,10,.45); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: color 150ms; }
.cart-remove:hover { color: #C0392B; }
.cart-remove svg { width: 13px; height: 13px; }
.cart-qty { display: inline-flex; align-items: center; border: 1.5px solid rgba(0,0,0,.16); border-radius: 999px; overflow: hidden; background: #fff; }
.cart-qty button { width: 34px; height: 36px; border: none; background: none; font-size: 17px; color: #15140F; cursor: pointer; display: grid; place-items: center; transition: background 150ms; }
.cart-qty button:hover { background: rgba(0,0,0,.05); }
.cart-qty button:disabled { color: rgba(0,0,0,.22); cursor: default; }
.cart-qty .qv { min-width: 30px; text-align: center; font-weight: 700; font-size: 14px; color: #15140F; }
.cart-line-price { text-align: right; }
.cart-line-price .lp { font-family: 'Kardige', sans-serif; font-size: 21px; letter-spacing: -.02em; color: #15140F; }
.cart-line-price .up { display: block; font-size: 11.5px; color: rgba(10,10,10,.45); margin-top: 3px; white-space: nowrap; }

/* ── summary card (cart + checkout) ── */
.cart-summary { background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 18px; padding: 26px 24px; position: sticky; top: 92px; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
@media (max-width: 900px) {
  .cart-summary { position: static; top: auto; }
}
.cart-summary h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 24px; color: #15140F; margin: 0 0 16px; }
.sum-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; font-size: 14px; color: rgba(10,10,10,.7); padding: 8px 0; }
.sum-row .sv { font-weight: 600; color: #15140F; white-space: nowrap; }
.sum-divider { height: 1px; background: rgba(0,0,0,.1); margin: 10px 0; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; margin: 6px 0 4px; }
.sum-total .tl { font-size: 15px; font-weight: 700; color: #15140F; }
.sum-total .tv { font-family: 'Kardige', sans-serif; font-size: 30px; letter-spacing: -.02em; color: #15140F; }
.sum-vat { font-size: 11.5px; line-height: 1.5; color: rgba(10,10,10,.45); margin: 2px 0 18px; }
.cart-summary .btn { width: 100%; justify-content: center; }
.sum-pay { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.1); }
.sum-pay .spl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(10,10,10,.4); font-weight: 700; display: block; margin-bottom: 11px; }
.sum-pay .footer-pay-methods { gap: 8px; }
.sum-secure { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(10,10,10,.5); margin: 16px 0 0; }
.sum-secure svg { width: 14px; height: 14px; stroke: #3F8A00; flex-shrink: 0; }

/* ── delivery / payment option radios ── */
.opt-list { display: flex; flex-direction: column; gap: 10px; }
.opt {
  position: relative; display: flex; align-items: center; gap: 13px; padding: 13px 15px;
  border: 1.5px solid rgba(0,0,0,.14); border-radius: 12px; cursor: pointer;
  transition: border-color 160ms, background 160ms;
}
.opt:hover { border-color: rgba(0,0,0,.3); }
.opt.sel { border-color: #3F8A00; background: rgba(111,224,0,.07); }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt .opt-radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(0,0,0,.28); flex-shrink: 0; display: grid; place-items: center; transition: border-color 160ms; }
.opt.sel .opt-radio { border-color: #3F8A00; }
.opt.sel .opt-radio::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #3F8A00; }
.opt .opt-ico { width: 20px; height: 20px; stroke: rgba(10,10,10,.6); flex-shrink: 0; }
.opt.sel .opt-ico { stroke: #3F8A00; }
.opt-text { flex: 1; min-width: 0; }
.opt-label { font-size: 13.5px; font-weight: 700; color: #15140F; display: block; line-height: 1.2; }
.opt-sub { font-size: 12px; color: rgba(10,10,10,.5); }
.opt-fee { font-size: 13px; font-weight: 700; color: #15140F; flex-shrink: 0; }

/* ── empty cart ── */
.cart-empty { text-align: center; padding: 72px 20px 80px; display: none; }
.cart-empty .ce-ring { width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; background: rgba(111,224,0,.12); border: 1px solid rgba(63,138,0,.3); }
.cart-empty svg { width: 32px; height: 32px; stroke: #3F8A00; }
.cart-empty h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 28px; color: #15140F; margin: 0 0 10px; }
.cart-empty p { font-size: 15px; color: rgba(10,10,10,.55); margin: 0 auto 24px; max-width: 42ch; }

/* ── checkout steps ── */
.checkout-steps { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; flex-wrap: wrap; }
.cstep { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: rgba(10,10,10,.4); }
.cstep .cs-n { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,.2); display: grid; place-items: center; font-size: 12px; }
.cstep .cs-n svg { width: 13px; height: 13px; stroke: #000; }
.cstep.done { color: rgba(10,10,10,.6); }
.cstep.done .cs-n { background: #6FE000; border-color: #6FE000; color: #000; }
.cstep.active { color: #15140F; }
.cstep.active .cs-n { border-color: #3F8A00; color: #3F8A00; }
.cstep-sep { width: 24px; height: 1.5px; background: rgba(0,0,0,.15); }

/* ── checkout form ── */
.co-form { display: flex; flex-direction: column; gap: 22px; }
.co-section { background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 18px; padding: 24px 24px 26px; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.co-section h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 22px; color: #15140F; margin: 0 0 18px; display: flex; align-items: center; gap: 11px; }
.co-section h3 .cs-num { width: 26px; height: 26px; border-radius: 50%; background: rgba(111,224,0,.16); color: #357200; font-family: 'Luxe Uno', sans-serif; font-size: 13px; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 700; letter-spacing: .01em; color: rgba(10,10,10,.6); }
.field input, .field select { font: inherit; font-size: 14px; padding: 11px 13px; border: 1.5px solid rgba(0,0,0,.16); border-radius: 10px; background: #fff; color: #15140F; outline: none; transition: border-color 150ms; }
.field input:focus, .field select:focus { border-color: #3F8A00; }
.field input::placeholder { color: rgba(10,10,10,.35); }
.field .err { font-size: 11.5px; color: #C0392B; display: none; }
.field.invalid input { border-color: #C0392B; }
.field.invalid .err { display: block; }
.co-addr { display: none; margin-top: 16px; }
.co-addr.show { display: block; }
.co-submit { width: 100%; justify-content: center; margin-top: 4px; }
.co-back-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: rgba(10,10,10,.55); text-decoration: none; margin-top: 16px; }
.co-back-link:hover { color: #3F8A00; }
.co-back-link svg { width: 14px; height: 14px; }

/* review (step 3) */
.co-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 14px; }
.co-head h3 { margin: 0; }
.co-edit { font-size: 12.5px; font-weight: 700; color: #3F8A00; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; }
.co-edit svg { width: 13px; height: 13px; }
.co-edit:hover { text-decoration: underline; }
.review-line { font-size: 14.5px; line-height: 1.7; color: rgba(10,10,10,.72); margin: 0; }
.review-line b { color: #15140F; font-weight: 600; }
.review-items .mini-line:first-child { padding-top: 0; }

/* mini summary lines (checkout + confirm) */
.mini-line { display: flex; gap: 12px; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(0,0,0,.07); }
.mini-line:last-child { border-bottom: none; }
.mini-thumb { width: 50px; height: 42px; border-radius: 8px; overflow: hidden; background: #F1EEE6; flex-shrink: 0; position: relative; }
.mini-thumb svg { opacity: .96; }
.mini-info { flex: 1; min-width: 0; }
.mini-name { font-size: 13px; font-weight: 600; color: #15140F; line-height: 1.25; margin: 0; }
.mini-qty { font-size: 11.5px; color: rgba(10,10,10,.5); }
.mini-price { font-size: 13.5px; font-weight: 700; color: #15140F; white-space: nowrap; }

/* ── confirmation ── */
.confirm-wrap { max-width: 760px; margin: 0 auto; }
.confirm-top { text-align: center; }
.confirm-check { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 26px; display: grid; place-items: center; background: rgba(111,224,0,.14); border: 1px solid rgba(63,138,0,.34); }
.confirm-check svg { width: 40px; height: 40px; stroke: #2f7a00; }
.confirm-top h1 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(34px, 5vw, 56px); color: #15140F; margin: 0 0 14px; letter-spacing: -.022em; line-height: 1.02; }
.confirm-lead { font-size: 17px; line-height: 1.6; color: rgba(10,10,10,.6); margin: 0 auto; max-width: 56ch; }
.confirm-orderno { display: inline-flex; align-items: center; gap: 10px; margin: 22px auto 0; padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid rgba(0,0,0,.12); font-size: 13.5px; color: rgba(10,10,10,.6); }
.confirm-orderno b { font-family: 'Kardige', sans-serif; letter-spacing: .02em; color: #15140F; font-size: 15px; }
.confirm-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 40px 0 0; counter-reset: cs; }
.confirm-step { background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 16px; padding: 22px 20px; position: relative; }
.confirm-step .csn { font-family: 'Kardige', sans-serif; font-size: 34px; color: rgba(63,138,0,.5); line-height: 1; letter-spacing: -.03em; }
.confirm-step h4 { font-family: 'Luxe Uno', sans-serif; font-weight: 700; font-size: 15px; color: #15140F; margin: 12px 0 7px; }
.confirm-step p { font-size: 13px; line-height: 1.55; color: rgba(10,10,10,.55); margin: 0; }
.confirm-card { background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 18px; padding: 26px; margin: 24px 0 0; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.confirm-card h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: 22px; color: #15140F; margin: 0 0 16px; }
.confirm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 20px 0 0; }
.confirm-block .cb-lbl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(10,10,10,.4); font-weight: 700; margin: 0 0 7px; }
.confirm-block p { font-size: 14px; line-height: 1.6; color: rgba(10,10,10,.7); margin: 0; }
.confirm-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 36px 0 0; }

@media (max-width: 960px) {
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; gap: 26px; }
  .cart-summary { position: static; }
  .confirm-steps { grid-template-columns: 1fr 1fr; }
  .confirm-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cart-line { grid-template-columns: 72px 1fr; grid-auto-rows: auto; gap: 14px 16px; }
  .cart-thumb { width: 72px; height: 64px; }
  .cart-line .cart-qty { grid-column: 1 / 2; }
  .cart-line-price { grid-column: 2 / 3; text-align: right; align-self: center; }
  .field-grid { grid-template-columns: 1fr; }
  .confirm-steps { grid-template-columns: 1fr; }
}

/* ============================================================
   NAV ICONS (zoeken · verlanglijst), always-dark header
   ============================================================ */
.nav-icon {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 999px; flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,.14); background: transparent; color: #F8F5EE;
  text-decoration: none; cursor: pointer; transition: border-color 180ms, background 180ms, color 180ms;
}
.nav-icon:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.04); color: #6FE000; }
.nav-icon svg { width: 18px; height: 18px; }
.nav-badge {
  position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; border-radius: 999px; padding: 0 5px;
  background: #6FE000; color: #000; font-size: 10px; font-weight: 700; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 320ms cubic-bezier(.34,1.56,.64,1);
}
.nav-badge.is-empty { display: none; }
.nav-badge.bump { transform: scale(1.4); }

/* ── wishlist heart on product cards ── */
.card-wish {
  position: absolute; bottom: 11px; right: 11px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%; border: none; cursor: pointer;
  display: grid; place-items: center; background: rgba(0,0,0,.5); backdrop-filter: blur(4px);
  color: rgba(255,255,255,.85); transition: background 160ms, color 160ms, transform 160ms;
}
.card-wish:hover { background: rgba(0,0,0,.7); transform: scale(1.08); }
.card-wish svg { width: 17px; height: 17px; transition: fill 160ms; }
.card-wish.on { color: #6FE000; }
.card-wish.on svg { fill: #6FE000; }
.shop-light .card-wish { background: rgba(255,255,255,.85); border: 1px solid rgba(0,0,0,.1); color: rgba(10,10,10,.55); }
.shop-light .card-wish:hover { background: #fff; color: #15140F; }
.shop-light .card-wish.on { color: #3F8A00; }
.shop-light .card-wish.on svg { fill: #3F8A00; }

/* ── coupon / kortingscode ── */
.coupon { margin: 16px 0 2px; }
.coupon-row { display: flex; gap: 8px; }
.coupon-row input {
  flex: 1; min-width: 0; font: inherit; font-size: 13px; font-weight: 600; letter-spacing: .04em;
  padding: 10px 12px; border: 1.5px solid rgba(0,0,0,.16); border-radius: 10px; background: #fff; color: #15140F; outline: none; text-transform: uppercase;
}
.coupon-row input::placeholder { text-transform: none; letter-spacing: normal; font-weight: 500; color: rgba(10,10,10,.4); }
.coupon-row input:focus { border-color: #3F8A00; }
.coupon-apply {
  font: inherit; font-size: 13px; font-weight: 700; padding: 0 16px; border-radius: 10px;
  border: none; background: #15140F; color: #fff; cursor: pointer; transition: background 150ms; white-space: nowrap;
}
.coupon-apply:hover { background: #000; }
.coupon-msg { font-size: 12px; margin: 8px 0 0; display: none; line-height: 1.4; }
.coupon-msg.show { display: block; }
.coupon-msg.ok { color: #357200; }
.coupon-msg.err { color: #C0392B; }
.coupon-active {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin: 14px 0 2px; padding: 10px 12px; border: 1px dashed rgba(63,138,0,.5); border-radius: 10px; background: rgba(111,224,0,.08); font-size: 13px;
}
.coupon-active .ca-code { font-weight: 700; color: #15140F; display: inline-flex; align-items: center; gap: 8px; }
.coupon-active .ca-code svg { width: 15px; height: 15px; stroke: #3F8A00; }
.coupon-remove { background: none; border: none; cursor: pointer; color: rgba(10,10,10,.5); font-size: 12px; font-weight: 600; }
.coupon-remove:hover { color: #C0392B; }
.sum-row.discount .sv { color: #357200; }

/* besparing-hint (winkelwagen) */
.save-hint { display: flex; gap: 12px; align-items: flex-start; margin: 16px 0 2px; padding: 13px 15px; border-radius: 12px; background: rgba(111,224,0,.08); border: 1px solid rgba(63,138,0,.28); text-decoration: none; transition: background 160ms, border-color 160ms; }
.save-hint:hover { background: rgba(111,224,0,.15); border-color: rgba(63,138,0,.5); }
.save-hint .sh-ico { width: 28px; height: 28px; border-radius: 50%; background: #6FE000; color: #000; display: grid; place-items: center; flex-shrink: 0; }
.save-hint .sh-ico svg { width: 15px; height: 15px; }
.save-hint .sh-text { font-size: 12.5px; line-height: 1.5; color: rgba(10,10,10,.72); }
.save-hint .sh-text b { color: #15140F; }
.save-hint .sh-cta { display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; color: #357200; font-weight: 700; }

/* ── product gallery (meerdere foto's) ── */
.pd-gallery-wrap { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 900px) {
  .pd-gallery-wrap { position: static; top: auto; }
}
.pd-stage { position: relative; background: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: 20px; overflow: hidden; aspect-ratio: 5/4; }
.pd-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(111,224,0,.06), transparent 62%); z-index: 0; }
.pd-stage .badge { position: absolute; top: 18px; left: 18px; z-index: 3; font-size: 11px; padding: 6px 13px; }
.pd-layer { position: absolute; inset: 0; display: none; z-index: 1; }
.pd-layer.active { display: block; }
.pd-layer .pd-art { position: absolute; inset: 0; }
.pd-layer image-slot { width: 100%; height: 100%; display: block; }
.pd-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pd-thumb { position: relative; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: #F1EEE6; border: 1.5px solid rgba(0,0,0,.12); cursor: pointer; padding: 0; transition: border-color 160ms; }
.pd-thumb:hover { border-color: rgba(0,0,0,.3); }
.pd-thumb.active { border-color: #3F8A00; }
.pd-thumb .pd-art { position: absolute; inset: 0; }
.pd-thumb-add { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 100%; height: 100%; color: rgba(10,10,10,.45); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pd-thumb-add svg { width: 18px; height: 18px; }
.pd-thumb.filled .pd-thumb-add { display: none; }
.pd-wish {
  position: absolute; top: 16px; right: 16px; z-index: 3; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(0,0,0,.12); background: rgba(255,255,255,.9); backdrop-filter: blur(4px);
  color: rgba(10,10,10,.55); cursor: pointer; display: grid; place-items: center; transition: all 160ms;
}
.pd-wish:hover { color: #15140F; transform: scale(1.06); }
.pd-wish svg { width: 20px; height: 20px; transition: fill 160ms; }
.pd-wish.on { color: #3F8A00; border-color: rgba(63,138,0,.4); }
.pd-wish.on svg { fill: #3F8A00; }

/* ── newsletter band (footer, dark) ── */
.footer-news { display: flex; align-items: center; justify-content: space-between; gap: 22px 40px; flex-wrap: wrap; padding: 0 0 40px; margin: 0 0 44px; border-bottom: 1px solid rgba(255,255,255,.1); scroll-margin-top: 90px; }
.footer-news .fn-text h3 { font-family: 'Kardige', sans-serif; font-weight: 400; font-size: clamp(22px, 2.4vw, 30px); color: #F8F5EE; margin: 0 0 6px; letter-spacing: -.01em; }
.footer-news .fn-text p { font-size: 14px; line-height: 1.55; color: #8a8a86; margin: 0; max-width: 46ch; }
.footer-news form { display: flex; gap: 10px; flex: 1; min-width: 280px; max-width: 460px; }
.footer-news input { flex: 1; min-width: 0; font: inherit; font-size: 14px; padding: 13px 18px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #F8F5EE; outline: none; }
.footer-news input::placeholder { color: rgba(248,245,238,.4); }
.footer-news input:focus { border-color: rgba(111,224,0,.5); }
.footer-news .fn-submit { font: inherit; font-size: 14px; font-weight: 700; padding: 13px 24px; border-radius: 999px; border: none; background: #6FE000; color: #000; cursor: pointer; white-space: nowrap; transition: background 180ms, box-shadow 180ms; }
.footer-news .fn-submit:hover { background: #8BFF1F; box-shadow: 0 0 30px rgba(111,224,0,.4); }
.footer-news .fn-done { flex: 1; min-width: 280px; max-width: 460px; display: flex; align-items: flex-start; gap: 10px; color: #6FE000; font-weight: 600; font-size: 14.5px; line-height: 1.5; margin: 0; }
.footer-news .fn-done svg { width: 18px; height: 18px; stroke: #6FE000; flex-shrink: 0; margin-top: 2px; }

@media (max-width: 560px) {
  .nav-icon { width: 38px; height: 38px; }
  .pd-thumbs { grid-template-columns: repeat(4, 1fr); }
}

/* === Mobiele refurbished-headerbalk: overflow-fix (icons behouden) === */
@media (max-width: 560px) {
  .shop-nav-r { gap: 6px; }
  .shop-nav-r .shop-lang { display: none; }            /* taalswitch staat in het hamburgermenu */
  .nav-icon, .shop-ham { width: 34px; height: 34px; }  /* iconen iets compacter op smal scherm */
  .nav-cart { padding: 7px 10px; gap: 6px; }           /* cart-pill compacter (icoon + telbadge) */
}

/* Extra krap voor kleine telefoons (<=400px): iconen behouden, alles past */
@media (max-width: 400px) {
  .shop-nav .wrap { padding-left: 14px; padding-right: 14px; }
  .shop-nav-r { gap: 5px; }
  .nav-icon, .shop-ham { width: 32px; height: 32px; }
  .nav-cart { padding: 6px 9px; gap: 5px; }
}


/* === Sticky shop-header (altijd zichtbaar) + schaduw bij scrollen === */
.shop-nav { transition: box-shadow .3s ease, background .3s ease; }
.shop-nav.is-scrolled { box-shadow: 0 6px 26px rgba(0,0,0,.34); }
@media (prefers-reduced-motion: reduce) {
  .shop-nav { transition: none; }
}

/* === Smalle telefoons (<=400px): footer enkele kolom === */
@media (max-width: 400px) {
  .footer .footer-inner { grid-template-columns: 1fr; }
  .footer .footer-contact-strip { grid-template-columns: 1fr; }
  .footer .footer-inner > *, .footer .footer-contact-strip > * { min-width: 0; }
  .footer-news form, .footer-news .fn-done { min-width: 0; }
}

/* === Smalle telefoons (<=400px): shop-logo compacter zodat header past === */
@media (max-width: 400px) {
  .shop-nav .wrap { padding-left: 8px; padding-right: 8px; gap: 8px; }
  .shop-logo { gap: 7px; }
  .shop-logo img { height: 24px; }
  .shop-logo .logo-text { font-size: 13px; }
  .logo-sub { letter-spacing: .12em; font-size: 9px; }
  .logo-sub::before { width: 10px; }
  .shop-nav-r { gap: 5px; }
  .nav-icon, .shop-ham { width: 30px; height: 30px; }
  .nav-cart { padding: 6px 9px; gap: 6px; }
}

/* === Shop-header: compacte (hamburger) layout aanhouden tot 1040px ===
   De volledige nav (logo + links + lang + winkelwagen-label) past pas vanaf ~1040px;
   daaronder ontstond overflow in het 901-1037px bereik. Desktop (>=1041) ongewijzigd. */
@media (max-width: 1040px) {
  .shop-links { display: none; }
  .shop-ham { display: flex; }
  .nav-cart .cart-label { display: none; }
}
