/* Zimple Print — gedeelde shop styles */
:root {
  --primary: #1c8a9e;
  --primary-light: #2aa6bc;
  --primary-dark: #135e6d;
  --accent: #b3187d;
  --accent-dark: #8f1264;
  --green: #38a169;
  --text: #2d3748;
  --text-light: #718096;
  --bg: #ffffff;
  --bg-soft: #f7fafc;
  --bg-mute: #edf2f7;
  --border: #e2e8f0;
  --star: #c9a227;
  --highlight-bg: #f6e3ef;
  --shadow: 0 4px 6px rgba(28, 138, 158, 0.08);
  --shadow-lg: 0 12px 28px rgba(28, 138, 158, 0.14);
  --radius: 10px;
  --container: 1240px;
  --transition: 0.22s ease;
  --bad: #9b2c2c;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Tahoma, Helvetica, Arial, sans-serif; color: var(--text); line-height: 1.6; background: var(--bg); }
h1, h2, h3, h4 { color: var(--primary); line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.8rem 1.6rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem;
  cursor: pointer; border: 2px solid transparent; transition: all var(--transition);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost, .btn-secondary { background: #fff; color: var(--primary); border-color: var(--border); }
.btn-block { width: 100%; }
.btn-sm { padding: 0.4rem 0.85rem; font-size: 0.82rem; }

/* Header shell (als pagina shop.css laadt) */
.topbar { background: var(--primary-dark); color: rgba(255,255,255,0.85); font-size: 0.82rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.topbar-usps { display: flex; gap: 1.5rem; }
.topbar-right { display: flex; gap: 1.25rem; }
.topbar a { color: inherit; }
.header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: var(--shadow); }
.header-main { display: flex; align-items: center; gap: 1.5rem; padding: 1rem 0; }
.logo img { height: 38px; width: auto; }
.search { flex: 1; display: flex; max-width: 620px; margin: 0 auto; position: relative; }
.search input {
  flex: 1; border: 2px solid var(--border); border-right: none;
  border-radius: var(--radius) 0 0 var(--radius); padding: 0.7rem 1rem; font-size: 0.95rem; outline: none;
}
.search button {
  background: var(--primary); color: #fff; border: none; padding: 0 1.3rem;
  border-radius: 0 var(--radius) var(--radius) 0; cursor: pointer;
}
.search-results {
  display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff;
  border: 1px solid var(--border); border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow-lg); z-index: 50; max-height: 320px; overflow: auto;
}
.search-results.open { display: block; }
.search-results a {
  display: block; padding: 0.65rem 1rem; border-bottom: 1px solid var(--border);
  font-size: 0.9rem; color: var(--text);
}
.search-results a:hover { background: var(--bg-soft); }
.search-results .sr-meta {
  padding: 0.65rem 1rem; font-size: 0.76rem; color: var(--text-light);
  text-transform: uppercase; letter-spacing: 0.4px; border-bottom: 1px solid var(--border);
}
.sr-item { display: flex; align-items: center; gap: 0.85rem; padding: 0.65rem 1rem; border-bottom: 1px solid var(--border); }
.sr-item:last-child { border-bottom: none; }
.sr-item:hover, .sr-item.active { background: var(--bg-soft); }
.sr-thumb { flex-shrink: 0; width: 48px; height: 48px; border-radius: 6px; overflow: hidden; background: var(--bg-mute, #eee); }
.sr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sr-info { flex: 1; min-width: 0; }
.sr-info h4 { font-size: 0.9rem; color: var(--text); font-weight: 600; margin-bottom: 0.15rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sr-info .sr-cat { font-size: 0.72rem; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
.sr-info .sr-rating { font-size: 0.72rem; color: #e0a326; margin-left: 0.5rem; }
.sr-info .sr-rating span { color: var(--text-light); }
.sr-price { flex-shrink: 0; text-align: right; font-size: 0.72rem; color: var(--text-light); }
.sr-price strong { display: block; font-size: 1rem; color: var(--primary); }
.sr-empty { padding: 1.5rem 1rem; text-align: center; color: var(--text-light); font-size: 0.9rem; }
.sr-footer { padding: 0.6rem 1rem; text-align: center; border-top: 1px solid var(--border); }
.sr-footer a { border-bottom: none; font-size: 0.85rem; font-weight: 600; color: var(--accent); padding: 0; }
.header-actions { display: flex; align-items: center; gap: 1.25rem; }
.header-action {
  display: flex; flex-direction: column; align-items: center; font-size: 0.72rem;
  color: var(--text-light); position: relative;
}
.header-action i { font-size: 1.25rem; color: var(--primary); margin-bottom: 2px; }
.cart-count {
  position: absolute; top: -6px; right: 2px; background: var(--accent); color: #fff;
  font-size: 0.65rem; font-weight: 700; min-width: 17px; height: 17px; border-radius: 999px;
  display: grid; place-items: center; padding: 0 4px; font-style: normal;
}
.header-phone { display: flex; align-items: center; gap: 0.6rem; white-space: nowrap; }
.header-phone small { display: block; color: var(--text-light); font-size: 0.72rem; }
.header-advice-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--accent); color: #fff;
}
.catnav { background: var(--primary); }
.catnav-inner { display: flex; align-items: stretch; gap: 0.25rem; overflow-x: auto; }
.catnav a {
  color: #fff; padding: 0.85rem 1rem; font-weight: 500; font-size: 0.92rem;
  display: flex; align-items: center; gap: 0.5rem; white-space: nowrap;
}
.catnav a:hover { background: var(--primary-light); }
.catnav .nav-highlight { color: #ffd9a8; margin-left: auto; }
.hamburger {
  display: none; align-items: center; justify-content: center;
  width: 2.35rem; height: 2.35rem; background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: 8px; font-size: 1.05rem; color: var(--primary); cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
}
.hamburger:hover { background: var(--bg-mute); }
.catnav-head, .catnav-foot { display: none; }
body.nav-open { overflow: hidden; }

/* Content pages */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff; padding: 2.5rem 0; margin-bottom: 0;
}
.page-hero h1 { color: #fff; font-size: 1.9rem; margin-bottom: 0.4rem; }
.page-hero p { opacity: 0.9; max-width: 640px; }
.content-page { padding: 2.5rem 0 4rem; }
.content-page .prose { max-width: 760px; }
.content-page .prose h2 { margin: 1.75rem 0 0.6rem; font-size: 1.25rem; }
.content-page .prose h3 { margin: 1.25rem 0 0.4rem; font-size: 1.05rem; color: var(--primary-dark); }
.content-page .prose p, .content-page .prose li { color: var(--text); margin-bottom: 0.75rem; }
.content-page .prose ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
.content-page .prose ol { list-style: decimal; padding-left: 1.25rem; margin-bottom: 1rem; }
.content-page .prose a { color: var(--accent); font-weight: 600; }
.content-page .callout {
  background: var(--bg-soft); border-left: 4px solid var(--primary);
  padding: 1rem 1.25rem; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.25rem 0;
}

/* Product grid search */
.product-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.25rem;
}
.product-card {
  border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
  background: #fff; transition: box-shadow var(--transition), transform var(--transition);
  display: flex; flex-direction: column;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.product-card img { width: 100%; height: 160px; object-fit: cover; background: var(--bg-mute); }
.product-card .body { padding: 1rem; display: flex; flex-direction: column; flex: 1; }
.product-card h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.product-card .price { color: var(--accent); font-weight: 700; }
.product-thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-mute); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-badge { position: absolute; top: 0.7rem; right: 0.7rem; background: var(--green); color: #fff; font-size: 0.68rem; font-weight: 700; padding: 0.22rem 0.55rem; border-radius: 999px; }
.product-badge.sale { background: var(--accent); }
.product-rating { font-size: 0.78rem; color: var(--star); margin-bottom: 0.5rem; }
.product-rating span { color: var(--text-light); margin-left: 0.3rem; }
.product-body p { color: var(--text-light); font-size: 0.84rem; margin-bottom: 1rem; flex: 1; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.product-foot .price { font-size: 0.78rem; color: var(--text-light); }
.product-foot .price strong { display: block; font-size: 1.15rem; color: var(--primary); }
.product-foot .price del { color: var(--text-light); font-size: 0.8rem; margin-right: 0.3rem; }

/* Filter- en sorteerbalk (categorie/zoeken) */
.filter-bar { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.5rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--border); }
.fchip { font-size: 0.82rem; border: 1.5px solid var(--border); border-radius: 999px; padding: 0.4rem 0.9rem; color: var(--text); background: #fff; }
.fchip:hover { border-color: var(--primary); }
.fchip.active { border-color: var(--primary); background: var(--bg-soft); color: var(--primary-dark); font-weight: 600; }
.filter-bar select { border: 1.5px solid var(--border); border-radius: 999px; padding: 0.4rem 0.9rem; font-size: 0.82rem; color: var(--text); background: #fff; }
.filter-bar .fsort { margin-left: auto; display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--text-light); }

/* Footer */
.footer { background: var(--primary-dark); color: rgba(255,255,255,0.85); padding: 3rem 0 1.5rem; margin-top: 3rem; }
.footer h4 { color: #fff; margin-bottom: 0.85rem; font-size: 0.95rem; }
.footer a { color: rgba(255,255,255,0.85); }
.footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; }
.footer-contact li { display: flex; gap: 0.5rem; margin-bottom: 0.5rem; align-items: flex-start; }
.socials { display: flex; gap: 0.6rem; margin: 1rem 0; }
.socials a {
  width: 2rem; height: 2rem; border-radius: 50%; background: rgba(255,255,255,0.1);
  display: grid; place-items: center;
}
.payments { display: flex; gap: 0.6rem; margin-top: 1rem; font-size: 1.6rem; color: rgba(255,255,255,0.7); }
.newsletter { display: flex; margin-top: 0.5rem; }
.newsletter input {
  flex: 1; border: none; padding: 0.6rem 0.8rem; border-radius: 6px 0 0 6px; font: inherit;
}
.newsletter button {
  background: var(--accent); color: #fff; border: none; padding: 0 0.9rem;
  border-radius: 0 6px 6px 0; cursor: pointer;
}
.footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.82rem; opacity: 0.85;
}
.chat-fab-group { position: fixed; right: 1.25rem; bottom: 1.25rem; display: flex; flex-direction: column; gap: 0.6rem; z-index: 90; }
.chat-fab {
  width: 3rem; height: 3rem; border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-size: 1.25rem; box-shadow: var(--shadow-lg);
}
.chat-fab-whatsapp { background: #25d366; }
.chat-fab-mail { background: var(--accent); }

.muted { color: var(--text-light); font-size: 0.9rem; }
.status { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 999px; font-size: 0.75rem; font-weight: 600; background: var(--bg-mute); color: var(--text); }
.status.approved, .status.shipped, .status.completed { background: #c6f6d5; color: #22543d; }
.status.rejected, .status.changes_requested, .status.cancelled { background: #fed7d7; color: #742a2a; }
.status.in_review, .status.uploaded, .status.in_production { background: #feebc8; color: #7b341e; }
.status.awaiting_design, .status.pending_payment { background: #e9d8fd; color: #44337a; }
.flash { padding: 0.85rem 1.1rem; border-radius: var(--radius); margin-bottom: 1rem; font-size: 0.9rem; }
.flash.success { background: #c6f6d5; color: #22543d; }
.flash.error { background: #fed7d7; color: #742a2a; }
.flash.info { background: #bee3f8; color: #2a4365; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .topbar-usps { display: none; }
  .header-action span { display: none; }
}

@media (max-width: 768px) {
  .header-main { flex-wrap: wrap; gap: 1rem; }
  .logo { order: 1; }
  .search { 
    order: 3; 
    flex-basis: 100%; 
    max-width: none; 
    margin-top: 0.75rem; 
  }
  .header-actions { 
    order: 2; 
    gap: 0.75rem; 
  }
  .header-phone { display: none; }
  .header-action span { display: none; }

  /* Mobile navigation: off-canvas drawer */
  .hamburger { display: inline-flex; order: 4; }
  .nav-backdrop {
    position: fixed; inset: 0; background: rgba(15, 23, 42, 0.55);
    opacity: 0; visibility: hidden; transition: opacity 0.25s ease; z-index: 190;
  }
  .nav-backdrop.open { opacity: 1; visibility: visible; }
  .catnav {
    display: flex; flex-direction: column;
    position: fixed; top: 0; bottom: 0; left: 0;
    width: min(86vw, 320px); background: #fff;
    transform: translateX(-100%); transition: transform 0.3s ease;
    z-index: 200; box-shadow: var(--shadow-lg);
  }
  .catnav.open { transform: translateX(0); }
  .catnav-head, .catnav-foot { display: flex; }
  .catnav-head {
    align-items: center; justify-content: space-between; flex-shrink: 0;
    padding: 1.1rem 1.25rem; background: var(--primary-dark); color: #fff;
  }
  .catnav-head span { font-weight: 700; font-size: 1rem; }
  .catnav-close {
    width: 2rem; height: 2rem; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.15); color: #fff; font-size: 0.9rem;
    display: grid; place-items: center; cursor: pointer;
  }
  .catnav-close:hover { background: rgba(255,255,255,0.28); }
  .catnav-inner { flex: 1; flex-direction: column; overflow-y: auto; padding: 0.4rem 0; }
  .catnav a { color: var(--text); padding: 0.85rem 1.25rem; font-size: 0.92rem; border-bottom: 1px solid var(--bg-mute); }
  .catnav a:hover { background: var(--bg-soft); }
  .catnav .nav-highlight { margin-left: 0; color: var(--accent-dark); }
  .catnav-foot {
    flex-direction: column; flex-shrink: 0;
    border-top: 1px solid var(--border); padding: 0.4rem 0 1rem; background: var(--bg-soft);
  }
  .catnav-foot a {
    display: flex; align-items: center; gap: 0.65rem; color: var(--text);
    padding: 0.75rem 1.25rem; font-size: 0.85rem; border-bottom: none;
  }
  .catnav-foot a i { width: 1.1rem; text-align: center; color: var(--primary); }
  .catnav-foot a:hover { background: var(--bg-mute); }

  /* Layout improvements */
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .chat-fab-group { right: 1.25rem; left: auto; }
  .container { padding: 0 1rem; }
  
  /* Content spacing */
  .page-hero { padding: 2rem 0; }
  .content-page { padding: 2rem 0 3rem; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 0.5rem; }
  .product-grid { grid-template-columns: 1fr; gap: 1rem; }
  .page-hero h1 { font-size: 1.6rem; }
  .content-page .prose h2 { font-size: 1.3rem; }
}

/* =========================================================================
   Productconfigurator, winkelwagen & bestandscontrole — gedeelde componenten
   (voorheen per pagina gedupliceerd; zie adviesrapport hoofdstuk 06)
   ========================================================================= */
.breadcrumb { background: var(--bg-soft); border-bottom: 1px solid var(--border); font-size: 0.85rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 0.75rem 0; color: var(--text-light); }
.breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--border); }
.breadcrumb li[aria-current] { color: var(--primary); font-weight: 600; }

.product { padding: 2rem 0 3rem; }
.product-top { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.product-config { display: grid; grid-template-columns: 1fr 360px; gap: 2.5rem; align-items: start; margin-top: 2.5rem; }
.config-panel { border: 1px solid var(--border); border-radius: var(--radius); padding: 1.75rem; background: #fff; }
.config-panel h2 { font-size: 1.15rem; margin-bottom: 1.25rem; }
.config-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
.config-grid .opt-group.full { grid-column: 1 / -1; }
.gallery-main { position: relative; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--bg-mute); aspect-ratio: 4/3; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-flag { position: absolute; top: 1rem; left: 1rem; background: var(--green); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 999px; }
.usp-inline { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.usp-inline li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--text); }
.usp-inline i { color: var(--green); }
.product-info h1 { font-size: 1.75rem; margin-bottom: 0.5rem; }
.product-info .rating-line { display: flex; align-items: center; gap: 0.5rem; font-size: 0.88rem; color: var(--text-light); margin-bottom: 1rem; }
.product-info .rating-line .stars { color: var(--star); }
.product-info .intro { color: var(--text-light); font-size: 0.95rem; }
.desc-block { margin-top: 1.5rem; }
.desc-block h3 { margin: 1.25rem 0 0.5rem; font-size: 1.15rem; }
.desc-block h3:first-child { margin-top: 0; }
.desc-block p { margin-bottom: 1rem; max-width: 760px; }

.opt-group { margin-bottom: 1.5rem; }
.opt-group > label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; color: var(--primary); margin-bottom: 0.6rem; font-size: 0.95rem; }
.opt-group > label .hint { font-weight: 400; font-size: 0.8rem; color: var(--text-light); }
.opt-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: 0.6rem; }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.opt span { display: flex; flex-direction: column; justify-content: center; height: 100%; border: 2px solid var(--border); border-radius: var(--radius); padding: 0.6rem 1rem; font-size: 0.88rem; cursor: pointer; transition: all var(--transition); background: #fff; }
.opt small { display: block; font-size: 0.72rem; color: var(--text-light); margin-top: 2px; }
.opt input:checked + span { border-color: var(--accent); background: var(--highlight-bg); color: var(--accent-dark); font-weight: 600; }
.opt input:focus-visible + span { outline: 2px solid var(--primary); outline-offset: 1px; }

/* Formaatkaarten: visuele papierverhouding i.p.v. platte tekst */
.fmt-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.fmt { position: relative; }
.fmt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.fmt-card {
  display: flex; flex-direction: column; align-items: center;
  width: 104px; padding: 0.7rem 0.6rem 0.6rem; border: 2px solid var(--border); border-radius: var(--radius);
  background: #fff; text-align: center; cursor: pointer; transition: all var(--transition);
}
.fmt-card .swatch {
  flex: none; margin-bottom: 0.5rem; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 3px;
  box-shadow: 0 1px 2px rgba(28,138,158,0.08);
}
.fmt-card .flabel { font-size: 0.82rem; font-weight: 700; color: var(--text); }
.fmt-card .fdim { font-size: 0.68rem; color: var(--text-light); margin-top: 1px; }
.fmt input:checked + .fmt-card { border-color: var(--accent); background: var(--highlight-bg); box-shadow: 0 0 0 1px var(--accent) inset; }
.fmt input:checked + .fmt-card .flabel { color: var(--accent-dark); }
.fmt input:checked + .fmt-card .swatch { border-color: var(--accent); background: #fff; }
.fmt input:focus-visible + .fmt-card { outline: 2px solid var(--primary); outline-offset: 1px; }

/* Oplage als pillen i.p.v. dropdown */
.qty-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.qty-pill { position: relative; }
.qty-pill input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.qty-pill span {
  display: block; border: 2px solid var(--border); border-radius: var(--radius); padding: 0.55rem 1rem;
  font-size: 0.88rem; cursor: pointer; transition: all var(--transition); background: #fff; white-space: nowrap;
}
.qty-pill .pop { display: block; font-size: 0.68rem; color: var(--accent-dark); font-weight: 700; }
.qty-pill input:checked + span { border-color: var(--accent); background: var(--highlight-bg); color: var(--accent-dark); font-weight: 600; }
.qty-pill input:focus-visible + span { outline: 2px solid var(--primary); outline-offset: 1px; }

select.qty { width: 100%; padding: 0.7rem 1rem; border: 2px solid var(--border); border-radius: var(--radius); font-size: 0.95rem; background: #fff; cursor: pointer; }
.upload-alt { text-align: center; font-size: 0.85rem; color: var(--text-light); margin-top: 0.75rem; }
.upload-alt a { color: var(--accent-dark); font-weight: 600; }
.upload-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem 1.5rem; margin-top: 0.9rem; padding: 0.9rem 1rem; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.upload-specs div { display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem; font-size: 0.82rem; color: var(--text); }
.upload-specs small { color: var(--text-light); font-weight: 400; }
.upload-specs strong { color: var(--primary); font-weight: 700; white-space: nowrap; }
.design-review { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.25rem; background: var(--bg-soft); }
.design-review-status { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; font-weight: 600; }

/* Prijsbox */
.pricebox { position: sticky; top: 90px; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); background: #fff; margin-top: 1.5rem; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.4rem; font-size: 0.9rem; color: var(--text-light); }
.price-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 0.75rem; margin-top: 0.5rem; border-top: 1px solid var(--border); }
.price-total .big { font-size: 1.9rem; font-weight: 800; color: var(--primary); }
.price-total .per { font-size: 0.8rem; color: var(--text-light); }
.cta-row { display: grid; grid-template-columns: 1fr auto; gap: 0.75rem; }
.trust-row { display: flex; justify-content: center; gap: 1.25rem; margin-top: 1rem; font-size: 0.78rem; color: var(--text-light); }
.trust-row span { display: flex; align-items: center; gap: 0.35rem; }
.trust-row i { color: var(--green); }

/* Levertijd/deadline-belofte in de prijsbox (rapport hoofdstuk 01) */
.deliver-hint { border: 1.5px solid var(--primary); background: rgba(28,138,158,0.07); border-radius: var(--radius); padding: 0.7rem 0.85rem; margin-bottom: 0.9rem; font-size: 0.8rem; color: var(--text); }
.deliver-hint strong { display: block; color: var(--primary-dark); font-size: 0.92rem; margin-bottom: 1px; }
.deadline-hint { display: flex; align-items: center; gap: 0.4rem; font-size: 0.76rem; color: var(--accent-dark); margin: -0.4rem 0 0.9rem; }

/* Statuschips (winkelwagen, account, admin) */
.chip { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 999px; }
.chip::before { content: ''; width: 6px; height: 6px; border-radius: 50%; }
.chip-ok { background: #c6f6d5; color: #22543d; } .chip-ok::before { background: #22543d; }
.chip-wait { background: #feebc8; color: #7b341e; } .chip-wait::before { background: #7b341e; }
.chip-bad { background: #fed7d7; color: #742a2a; } .chip-bad::before { background: #742a2a; }
.chip-info { background: var(--highlight-bg); color: var(--accent-dark); } .chip-info::before { background: var(--accent-dark); }

/* Winkelwagen */
.page-head { padding: 2rem 0 1rem; }
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 2rem; padding-bottom: 3rem; align-items: start; }
.cart-item { display: flex; gap: 1rem; padding: 1.25rem; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 1rem; background: #fff; }
.cart-item img { width: 96px; height: 72px; object-fit: cover; border-radius: 6px; background: var(--bg-mute); flex-shrink: 0; }
.cart-item-body { flex: 1; min-width: 0; }
.cart-item-body h3 { font-size: 1rem; margin-bottom: 0.3rem; color: var(--text); }
.cart-item-opts { font-size: 0.82rem; color: var(--text-light); margin-bottom: 0.5rem; }
.cart-item-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
select.qty-select { padding: 0.4rem 0.6rem; border: 2px solid var(--border); border-radius: 6px; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 8px; border: 1px solid var(--border); background: #fff; color: var(--text-light); cursor: pointer; transition: all var(--transition); }
.icon-btn:hover { color: var(--accent); border-color: var(--accent); }
.remove-btn { background: none; border: none; color: var(--text-light); cursor: pointer; font-size: 0.85rem; }
.remove-btn:hover { color: var(--accent); }
.line-price { font-weight: 700; color: var(--primary); }
.summary { border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; background: #fff; box-shadow: var(--shadow); }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 0.5rem; font-size: 0.92rem; color: var(--text-light); }
.summary-total { display: flex; justify-content: space-between; padding-top: 0.75rem; margin-top: 0.5rem; border-top: 1px solid var(--border); font-size: 1.2rem; font-weight: 800; color: var(--primary); }
.empty-state { padding: 4rem 0; text-align: center; color: var(--text-light); }
.empty-state p { margin-bottom: 0.75rem; }
.upsell-strip { display: flex; align-items: center; gap: 0.6rem; background: var(--highlight-bg); color: var(--accent-dark); border-radius: 999px; padding: 0.6rem 1.1rem; font-size: 0.85rem; font-weight: 600; width: fit-content; margin-bottom: 1.25rem; }

/* Bestandscontrole-keuze (winkelwagen upsell, rapport hoofdstuk 02) */
.check-tiers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; margin-top: 1.5rem; }
.check-tier { position: relative; border: 2px solid var(--border); border-radius: var(--radius); padding: 1rem; background: #fff; cursor: pointer; transition: all var(--transition); }
.check-tier input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.check-tier .tprice { font-size: 1.2rem; font-weight: 800; color: var(--primary); margin: 0.2rem 0 0.4rem; }
.check-tier .ttitle { font-weight: 700; font-size: 0.9rem; }
.check-tier .tdesc { font-size: 0.78rem; color: var(--text-light); }
.check-tier.active { border-color: var(--accent); background: var(--highlight-bg); }
.check-tier.active .tprice { color: var(--accent-dark); }
.check-tier .badge { position: absolute; top: -0.6rem; right: 0.9rem; background: var(--primary); color: #fff; font-size: 0.65rem; font-weight: 700; padding: 0.2rem 0.55rem; border-radius: 999px; }

/* Reviews (productpagina) */
.reviews-block { padding: 1.5rem 0 3rem; border-top: 1px solid var(--border); margin-top: 2rem; }
.reviews-block h2 { font-size: 1.3rem; margin-bottom: 1rem; }
.review-summary { display: flex; gap: 2rem; align-items: center; margin-bottom: 1.5rem; flex-wrap: wrap; }
.review-score { text-align: center; }
.review-score .big { display: block; font-size: 2.2rem; font-weight: 800; color: var(--primary); }
.review-score .stars { color: var(--star); display: block; margin: 0.15rem 0; }
.review-bars { flex: 1; min-width: 220px; display: grid; gap: 0.3rem; }
.review-bar-row { display: grid; grid-template-columns: 12px 1fr 32px; gap: 0.5rem; align-items: center; font-size: 0.78rem; color: var(--text-light); }
.review-bar-track { height: 6px; background: var(--bg-mute); border-radius: 999px; overflow: hidden; }
.review-bar-fill { height: 100%; background: var(--star); }
.review-item { border-top: 1px solid var(--border); padding: 1rem 0; }
.review-item .review-who { font-weight: 700; font-size: 0.9rem; }
.review-item .review-stars { color: var(--star); font-size: 0.85rem; margin: 0.15rem 0 0.4rem; }
.review-item p { font-size: 0.9rem; color: var(--text); margin-bottom: 0.3rem; }
.review-item .review-date { font-size: 0.75rem; color: var(--text-light); }

/* Admin: thumbnails in de ontwerpqueue */
.file-thumb { width: 42px; height: 42px; border-radius: 8px; border: 1px solid var(--border); object-fit: cover; background: var(--bg-mute); flex-shrink: 0; }
.file-badge { width: 42px; height: 42px; border-radius: 8px; display: grid; place-items: center; font-size: 0.68rem; font-weight: 800; color: #fff; flex-shrink: 0; text-transform: uppercase; }
.file-badge.pdf { background: #c0392b; } .file-badge.ai { background: #e67e22; } .file-badge.eps { background: #8e44ad; } .file-badge.img { background: var(--primary); }
.file-cell { display: flex; align-items: center; gap: 0.65rem; }

@media (max-width: 900px) {
  .header-action span { display: none; }
}
@media (max-width: 860px) {
  .topbar { display: none; }
}
@media (max-width: 1080px) {
  .product-top { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .product-config { grid-template-columns: 1fr; }
  .pricebox { position: static; }
}
@media (max-width: 820px) {
  .cart-layout { grid-template-columns: 1fr; }
  .summary { margin-top: 1.5rem; }
}
@media (max-width: 768px) {
  .cart-item { flex-direction: column; gap: 0.75rem; }
  .cart-item img { width: 100%; height: auto; max-height: 180px; object-fit: contain; }
  .cart-item-foot { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .cart-item-body h3 { font-size: 1.1rem; }
  .page-head { padding: 1.5rem 0 0.75rem; }
}
@media (max-width: 640px) {
  .config-grid { grid-template-columns: 1fr; }
  .upload-specs { grid-template-columns: 1fr; }
  .cta-row { grid-template-columns: 1fr; }
  .check-tiers { grid-template-columns: 1fr; }
}
