/* ═══════════════════════════════════════════════════════════════
   CeesCards — RESPONSIVE LAYER
   Desktop blijft volledig intact. Alleen ≤1024px wordt aangepast.
   Breakpoints:  ≤1024 tablet · ≤768 grote telefoon · ≤480 iPhone
   Touch targets ≥44px · iOS safe-areas · geen horizontale scroll
   ═══════════════════════════════════════════════════════════════ */

/* Globaal: voorkom horizontale overflow op alle viewports */
html, body { overflow-x: clip; }

/* Mobiel-only elementen standaard verbergen (desktop) */
.cc-burger, .cc-nav-head, .cc-nav-overlay, .cc-filter-fab { display: none; }

/* iOS: voorkom auto-zoom bij focus → inputs min. 16px (alleen mobiel hieronder) */


/* ═══════════════════════════════════════════════
   ≤ 1024px  —  TABLET & kleiner
   ═══════════════════════════════════════════════ */
@media (max-width: 1024px) {

  /* ─── HEADER ─── */
  .header-inner {
    position: relative;
    gap: 10px; height: 64px;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
  .cc-burger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; border: none; background: transparent;
    cursor: pointer; flex-shrink: 0; padding: 10px; margin-left: -6px;
  }
  .cc-burger span { display: block; height: 2.5px; width: 100%; background: var(--navy); border-radius: 2px; transition: .25s; }

  /* Zoekicoon weg op mobiel (er staat al een hele zoekbalk eronder) */
  .cc-search-icon { display: none !important; }

  /* Logo exact in het midden; hamburger links, account+cart rechts */
  .site-logo {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%); margin: 0; justify-content: center;
  }
  .header-inner .site-logo img,
  .header-inner .site-logo .custom-logo,
  .header-inner .site-logo .site-logo-img {
    height: 46px !important; max-height: 46px !important; width: auto !important;
    max-width: 68vw; object-fit: contain;
  }
  .header-actions { margin-left: auto; }

  /* Nav → slide-in drawer van links */
  .site-nav {
    position: fixed; top: 0; left: 0; bottom: 0; z-index: 9001;
    width: 320px; max-width: 86vw; background: var(--surface);
    flex: none; transform: translateX(-100%);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    box-shadow: 8px 0 40px rgba(15,31,92,.18);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .site-nav.open { transform: translateX(0); }

  .cc-nav-overlay {
    position: fixed; inset: 0; z-index: 9000; background: rgba(15,31,92,.45);
    opacity: 0; pointer-events: none; transition: opacity .3s; backdrop-filter: blur(2px);
  }
  .cc-nav-overlay.visible { display: block; opacity: 1; pointer-events: auto; }

  .cc-nav-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 20px calc(18px); border-bottom: 1px solid rgba(30,58,138,.08);
    padding-top: max(18px, env(safe-area-inset-top));
  }
  .cc-nav-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px; color: var(--navy); }
  .cc-nav-close {
    width: 44px; height: 44px; border: none; background: rgba(30,58,138,.06);
    border-radius: 50%; cursor: pointer; color: var(--navy);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }

  .site-nav > ul { flex-direction: column; gap: 0; padding: 6px 0 16px; list-style: none; }
  .site-nav > ul > li { width: 100%; border-bottom: 1px solid rgba(30,58,138,.06); position: static; }
  .site-nav > ul > li > a {
    width: 100%; justify-content: space-between; min-height: 52px; padding: 0 20px;
    font-size: 15.5px; border-radius: 0;
  }
  .site-nav a.nav-highlight {
    margin: 0; border-radius: 0; background: transparent !important;
    color: var(--yellow-dk) !important; font-weight: 700; justify-content: space-between;
  }
  .site-nav a.nav-verkoop {
    margin: 0; border-radius: 0; background: transparent !important;
    color: #16A34A !important; font-weight: 700; justify-content: flex-start; gap: 8px;
    animation: none; min-height: 52px; padding: 0 20px;
  }
  .site-nav a.nav-verkoop:hover { transform: none; background: rgba(22,163,74,.06) !important; }
  .site-nav a.nav-highlight:hover { background: rgba(255,215,0,.08) !important; }

  /* Submenu's inline uitklappen (tap op item) */
  .mega-menu, .sub-menu {
    display: none !important; position: static !important;
    width: auto !important; left: auto !important; right: auto !important;
    box-shadow: none !important; border: none !important; border-radius: 0 !important;
    min-width: 0 !important; padding: 0 !important; animation: none !important;
    background: rgba(30,58,138,.03) !important;
  }
  .mega-grid { display: block !important; }
  .mega-menu::before, .sub-menu::before { display: none !important; }
  .site-nav > ul > li.cc-sub-open > .mega-menu,
  .site-nav > ul > li.cc-sub-open > .sub-menu { display: block !important; }
  .mega-col { border: none !important; padding: 6px 0 !important; }
  .mega-grid-2 .mega-col + .mega-col,
  .mega-grid-3 .mega-col + .mega-col { border-left: none !important; border-top: 1px solid rgba(30,58,138,.06) !important; }
  .sub-menu li a, .mega-col > a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px !important; font-size: 14px; }
  .mega-label { padding: 12px 32px 4px !important; }
  .cc-sub-open > a .menu-arrow { transform: rotate(-135deg) translateY(-2px); }

  /* Promo-paneel + CTA's op mobiel */
  .mega-col-promo { padding: 10px 20px !important; }
  .mega-promo { border-radius: 12px !important; }
  .mega-usps { padding: 12px 0 4px !important; }
  .mega-usps span { padding-left: 12px; }
  .mega-foot-cta { margin: 12px 20px 16px !important; }
  .mega-count { margin-right: 2px; }

  /* Header-acties: touch-vriendelijk, strak tegen de rechterrand */
  .header-actions { gap: 2px; margin-right: -6px; }
  .btn-icon { width: 44px; height: 44px; }
  .cart-btn { height: 44px; padding: 0 12px; }
  .cart-btn-label { display: none; }

  /* ─── SEARCH + TIMER BAR ─── */
  .search-bar {
    position: static; padding: 10px 16px;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
  .search-bar-inner { flex-wrap: wrap; gap: 10px; }
  .search-input-wrap { flex: 1 1 100%; order: 1; min-width: 0; }
  .search-input { height: 46px; font-size: 16px; } /* 16px = geen iOS zoom */
  .search-submit { height: 34px; }
  .timer-block { order: 2; border-left: none; padding-left: 0; width: 100%; justify-content: flex-start; gap: 10px; }
  .timer-countdown { min-width: 0; font-size: 18px; }

  /* ─── HERO ─── */
  .hero { grid-template-columns: 1fr; gap: 20px; padding: 32px 20px 36px; }
  .hero-visual { display: none; } /* zwevend product alleen desktop */
  .hero h1 { font-size: clamp(30px, 6.4vw, 46px); letter-spacing: -1px; line-height: 1.07; }
  .hero-sub { font-size: 16px; max-width: 100%; }
  .hero-actions { gap: 10px; }
  .btn-primary, .btn-secondary { min-height: 48px; padding: 0 24px; }
  .hero-trust { gap: 10px 14px; }
  .hero-trust .trust-divider { display: none; }
  .trust-item { font-size: 12.5px; }
  /* Microtrust netjes onder elkaar op mobiel i.p.v. één lange regel */
  .hero-microtrust { flex-direction: column; gap: 9px; font-size: 12.5px; }

  /* ═══ MOBIELE HERO — premium collector-card met grail-foto ═══ */
  /* Desktop-hero verbergen op telefoon, mobiele premium-card tonen */
  .hero-content, .hero-visual { display: none !important; }
  .hero { padding: 14px 14px 24px; gap: 0; grid-template-columns: 1fr; }
  .hero-mobile {
    display: flex; flex-direction: column; min-height: 500px;
    position: relative; overflow: hidden; text-align: center;
    background-image:
      linear-gradient(180deg, rgba(8,11,33,.86) 0%, rgba(8,11,33,.34) 38%, rgba(8,11,33,.44) 64%, rgba(8,11,33,.96) 100%),
      var(--hero-img, radial-gradient(130% 100% at 50% 0%, #243395 0%, var(--navy) 50%, #121a4a 100%));
    background-size: cover; background-position: center 36%; background-repeat: no-repeat;
    border: 1px solid rgba(255,255,255,.07); border-radius: 24px;
    padding: 32px 24px 26px; box-shadow: 0 14px 34px rgba(13,20,60,.24);
  }
  .hero-mobile > * { position: relative; z-index: 1; }

  /* 1. Premium badge */
  .hero-mobile .hero-eyebrow {
    display: inline-block; margin-bottom: 16px;
    font-family: 'Inter', sans-serif; font-size: 10.5px; font-weight: 700;
    letter-spacing: .24em; text-transform: uppercase; color: var(--yellow);
  }
  /* 2. Statement-headline */
  .hero-mobile .hero-mtitle {
    color: #fff; font-size: clamp(32px, 9.4vw, 44px); line-height: 1.03;
    letter-spacing: -.5px; margin: 0 0 14px; text-shadow: 0 2px 22px rgba(0,0,0,.55);
  }
  .hero-mobile .hero-mtitle em { color: var(--yellow); font-style: italic; }
  .hero-mobile .hero-mtitle em::after { bottom: -4px; height: 4px; opacity: .9; }
  /* 3. Ultrakorte sub */
  .hero-mobile .hero-msub { color: rgba(255,255,255,.8); font-size: 13.5px; line-height: 1.5; max-width: 290px; margin: 0 auto; text-shadow: 0 1px 14px rgba(0,0,0,.6); }
  /* 4. Subtiele WebwinkelKeur-trust + gele CTA onderaan */
  .hero-mobile .hero-cta-trust {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    margin: auto auto 13px; font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,.8); text-shadow: 0 1px 12px rgba(0,0,0,.65);
  }
  .hero-mobile .hero-cta-trust svg { color: #16C47F; flex-shrink: 0; }
  .hero-mobile .hero-cta-trust strong { color: #fff; font-weight: 800; }
  .hero-mobile .hero-actions { margin: 0; justify-content: center; }
  .hero-mobile .btn-hero-yellow { width: 100%; justify-content: center; font-size: 16px; min-height: 54px; box-shadow: 0 12px 32px rgba(255,186,0,.45); }

  /* ─── USP → één premium trust-bar (in stijl van de hero, ondersteunt 'm) ─── */
  .hero { padding-bottom: 8px; }                  /* hero en bar dicht bij elkaar = één blok */
  .usp-strip { background: transparent; padding: 4px 14px 6px; }
  .usp-inner {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    max-width: none; margin: 0; padding: 15px 4px;
    background:
      radial-gradient(120% 90% at 50% -25%, rgba(255,186,0,.10), transparent 60%),
      linear-gradient(165deg, #1a2560 0%, #131c48 50%, #0d1438 100%);
    border: 1px solid rgba(255,255,255,.09); border-radius: 18px;
    box-shadow: 0 5px 15px rgba(13,20,60,.13);
  }
  /* Alleen 3 USP's op mobiel: echt, verzending, risicovrij */
  .usp-item:nth-child(n+4) { display: none; }
  .usp-item {
    flex-direction: column; align-items: center; text-align: center; justify-content: flex-start;
    gap: 6px; padding: 2px 6px; background: none; border: none;
    border-right: 1px solid rgba(255,255,255,.1);
  }
  .usp-item:nth-child(3) { border-right: none; }
  /* Klein icoon, geen icon-box */
  .usp-icon { width: 24px; height: 24px; background: none; border: none; color: var(--yellow); }
  .usp-icon svg { width: 20px; height: 20px; }
  .usp-text strong { display: block; font-size: 11.5px; color: #fff; line-height: 1.2; margin-bottom: 1px; }
  .usp-text span { display: block; font-size: 9.5px; color: rgba(255,255,255,.5); line-height: 1.25; }
  /* Nieuwe drops dichter onder de USP-bar (minder grote sprong) */
  .cc-drops-wrap .section { padding-top: 24px; }


  /* ─── SECTIES ─── */
  .section { padding: 44px 20px; }
  .section-title { font-size: 24px; }

  /* Horizontale scrollers: nette padding + snappy */
  .drops-scroll { scroll-padding-left: 20px; }
  .series-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
  .series-tab { white-space: nowrap; flex-shrink: 0; }

  /* Assortiment / series → 2 kolommen */
  .series-panel.active { grid-template-columns: 1fr 1fr; }

  /* Bestsellers → 2 kolommen */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 14px; }

  /* Cadeau-banner stapelt */
  .gift-banner { flex-direction: column; align-items: stretch; gap: 14px; padding: 18px 20px; }
  .gift-progress-wrap { width: 100%; }

  /* ─── SOCIAL PROOF ─── */
  .social-inner { padding: 48px 20px; }
  .social-top { grid-template-columns: 1fr; gap: 28px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .wa-cta { flex-direction: column; align-items: flex-start; gap: 16px; }
  .wa-btn { width: 100%; justify-content: center; min-height: 48px; }

  /* ─── FOOTER ─── */
  .footer-main {
    grid-template-columns: 1fr 1fr; gap: 28px 24px; padding: 56px 20px 36px;
  }
  .footer-pokemon-img.haunter { width: 80px; left: 20px; }
  .footer-pokemon-img.gengar { width: 64px; right: 28px; }
  .footer-bottom { padding-bottom: calc(16px + env(safe-area-inset-bottom)); }

  /* ─── PRODUCTPAGINA ─── */
  .product-layout { grid-template-columns: 1fr; gap: 24px; }
  .product-main-img, .product-img-placeholder { height: clamp(280px, 50vw, 420px); }
  .bundle-box { position: static; }
  .product-info { position: static; }
  /* beschrijving + bundle stapelen */
  .single-product .woocommerce + div > div[style*="grid-template-columns"],
  body.single-product div[style*="1fr 340px"] { grid-template-columns: 1fr !important; }

  /* Sticky add-to-cart: safe-area */
  .sticky-atc-inner { padding-bottom: calc(12px + env(safe-area-inset-bottom)); }

  /* ─── WINKELWAGEN ─── */
  .cc-cart-grid { grid-template-columns: 1fr; gap: 20px; }
  .cart_totals, .cc-cart-side { position: static; }
  .cc-totals-mascot { width: 58px; top: -36px; right: 12px; }
  .cc-crosssell-grid { grid-template-columns: 1fr 1fr; }

  /* ─── CHECKOUT ─── */
  .woocommerce-checkout .cc-shop-inner { max-width: 100%; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; gap: 20px; }
  /* Natuurlijke volgorde: eerst gegevens, dan overzicht + betalen */
  .cc-checkout-left { order: 1; }
  .cc-checkout-right { order: 2; }
  .woocommerce-checkout #order_review { position: static; }
  .cc-checkout-reassure { gap: 10px 16px; padding: 12px 14px; }

  /* ─── MINI-CART DRAWER ─── */
  .cc-cart-drawer { width: 100%; max-width: 420px; padding-bottom: env(safe-area-inset-bottom); }
}


/* ═══════════════════════════════════════════════
   ≤ 768px  —  GROTE TELEFOON
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Drops-cards iets smaller */
  .product-card { width: 200px; }

  /* USP-trust-bar nog iets compacter op kleine telefoons */
  .usp-strip { padding: 6px 12px 4px; }
  .usp-inner { padding: 13px 2px; }
  .usp-item { gap: 5px; padding: 2px 4px; }
  .usp-text strong { font-size: 11px; }
  .usp-text span { font-size: 9px; }

  /* ─── ONTDEK HET ASSORTIMENT ─── */
  /* Categorie-pills: nette 2-koloms grid, volle breedte, touch-vriendelijk */
  .cat-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .cat-list-item {
    min-height: 48px; font-size: 13px; padding: 8px 12px 8px 8px;
    border-radius: 10px; justify-content: flex-start;
  }
  .cat-list-icon { width: 28px; height: 28px; }

  /* Series → 2-koloms compacte rij-tegels: klein logo links, naam + aantal rechts.
     Maximaal compact bij 15+ sets per serie. */
  .series-panel.active { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8px; }
  .series-set-card { flex-direction: row; align-items: center; min-height: 54px; min-width: 0; }
  .series-set-logo {
    height: auto; min-height: 52px; width: 60px; flex-shrink: 0; padding: 6px;
  }
  .series-set-logo img { max-height: 32px; }
  .series-set-fallback { font-size: 10px; }
  .series-set-card.has-logo .series-set-logo { border-right: 1px solid rgba(30,58,138,.07); }
  .series-set-meta { flex: 1; min-width: 0; border-top: none; padding: 6px 9px; }
  .series-set-name { font-size: 12px; line-height: 1.2; margin-bottom: 1px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .series-set-count { font-size: 10.5px; }

  /* Tabs: swipebaar met fade-hint, geen harde rand */
  .series-tabs { gap: 2px; margin-bottom: 16px; }
  .series-tab { padding: 10px 14px; font-size: 13px; }

  /* Cross-sell → 1 kolom */
  .cc-crosssell-grid { grid-template-columns: 1fr; }

  /* Footer → 1 kolom */
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 10px; }

  /* Social score kleiner */
  .score-number { font-size: clamp(48px, 16vw, 72px); }

  /* Sectie-koppen stapelen */
  .section-header { flex-direction: column; align-items: flex-start; gap: 6px; }

  /* ─── FORMULIEREN (checkout) — volledig bruikbaar ─── */
  .woocommerce-checkout input.input-text,
  .woocommerce-checkout textarea,
  .woocommerce-checkout select,
  .woocommerce-checkout .select2-selection,
  .cc-coupon input, .notify-input, .search-input,
  .woocommerce-cart .cc-coupon input {
    font-size: 16px !important; /* voorkomt iOS auto-zoom */
    min-height: 48px;
  }
  .woocommerce-checkout #place_order,
  .cc-checkout-btn, .atc-btn, .btn-primary, .btn-secondary,
  .cc-coupon-btn, .add-to-cart-btn, .product-card-btn {
    min-height: 48px;
  }

  /* Checkout review producten compacter */
  .cc-review-item { grid-template-columns: 48px 1fr auto; gap: 10px; }
  .cc-review-thumb, .cc-review-thumb img { width: 48px; height: 48px; }
}


/* ═══════════════════════════════════════════════
   ≤ 480px  —  iPHONE (SE → Pro Max)
   ═══════════════════════════════════════════════ */
@media (max-width: 480px) {

  /* ─── HERO ─── */
  .hero { padding: 26px 16px 32px; gap: 18px; }
  .hero h1 { font-size: clamp(27px, 8.2vw, 36px); letter-spacing: -.6px; }
  .hero-sub { font-size: 15px; line-height: 1.6; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; justify-content: center; }

  /* ─── SECTIES ─── */
  .section { padding: 34px 16px; }
  .section-title { font-size: 21px; }
  .social-inner { padding: 40px 16px; }

  /* Drops-cards: 2 zichtbaar */
  .product-card { width: 160px; }
  .product-card-img, .product-card-img-placeholder { height: 150px; }

  /* Bestsellers → 2 smalle kolommen */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-grid .product-card-img-placeholder,
  .product-grid img.product-card-img { height: 140px; }
  .product-card-name { font-size: 12.5px; }
  .product-card-price { font-size: 17px; }
  .product-card-btn { font-size: 12px; padding: 11px 8px; }

  /* Categorie pills: 2-koloms grid blijft, iets compacter */
  .cat-list { gap: 7px; }
  .cat-list-item { font-size: 12.5px; }

  /* ─── FOOTER ─── */
  .footer-main { padding: 48px 16px 32px; }
  .footer-pokemon-img.gengar { display: none; }
  .footer-pokemon-img.haunter { width: 60px; left: 14px; top: -34px; }
  .payment-methods { gap: 5px; }
  .payment-badge { font-size: 10.5px; padding: 5px 8px; }

  /* ─── PRODUCTPAGINA ─── */
  .cc-shop-inner, .woo-wrap { padding-left: 16px; padding-right: 16px; }
  .product-main-img, .product-img-placeholder { height: clamp(240px, 64vw, 320px); }
  .product-title { font-size: clamp(20px, 6vw, 26px); }
  .price-current { font-size: 30px; }
  .atc-wrap { gap: 8px; }
  .product-thumbs { gap: 6px; }
  .product-thumb { width: 58px; height: 58px; }
  /* trust-strip wrapt netjes */
  .product-trust { gap: 6px 0; }
  .product-trust-item {
    font-size: 11.5px; padding: 4px 12px 4px 0; margin-right: 12px;
  }

  /* Sticky ATC compact */
  .sticky-atc-btn { padding: 12px 20px; font-size: 14px; }
  .sticky-atc-info div div:first-child { font-size: 13px; }

  /* ─── WINKELWAGEN ─── */
  .cc-shop-inner { padding-top: 24px; }
  .cc-page-title { font-size: clamp(24px, 8vw, 32px); }
  .cc-page-sub { font-size: 13px; }
  /* productregel: prijs/qty onder de naam */
  .cc-line-item {
    grid-template-columns: 60px 1fr; gap: 12px;
    position: relative; padding: 14px 44px 14px 14px;
  }
  .cc-line-thumb img { width: 60px; height: 60px; }
  .cc-line-controls { grid-column: 1 / -1; justify-content: space-between; margin-top: 6px; }
  .cc-line-remove { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; }
  .cc-cart-actions { flex-direction: column; align-items: stretch; }
  .cc-coupon { min-width: 0; }
  .cc-coupon-btn { white-space: nowrap; }
  .cc-totals-mascot { width: 52px; top: -32px; }
  .cc-crosssell-grid { grid-template-columns: 1fr; }

  /* ─── CHECKOUT ─── */
  .cc-shop-inner { padding: 22px 16px calc(48px + env(safe-area-inset-bottom)); }
  .cc-checkout-steps { gap: 6px; }
  .cc-step span:not(.cc-step-num) { display: none; } /* alleen cijfers/check */
  .cc-step-line { max-width: 28px; }
  .cc-checkout-card { padding: 18px 16px; }
  .woocommerce-checkout #order_review { padding: 18px 16px; }
  /* naam-velden naast elkaar houden waar mogelijk */
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last { width: 100% !important; float: none !important; margin-right: 0 !important; }
  /* Compacte trust-strip op telefoon: 3 gelijke kolommen, icoon boven titel */
  .cc-checkout-reassure {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
    padding: 13px 8px; box-shadow: none; margin-bottom: 22px;
  }
  .cc-reassure-item { flex-direction: column; align-items: center; text-align: center; gap: 6px; }
  .cc-reassure-ico { width: 30px; height: 30px; border-radius: 8px; }
  .cc-reassure-ico svg { width: 16px; height: 16px; }
  .cc-reassure-item > div { align-items: center; text-align: center; }
  .cc-reassure-item strong { font-size: 11px; line-height: 1.2; }
  .cc-reassure-item > div > span { display: none; }

  /* ─── MINI-CART DRAWER ─── */
  /* Strook links vrijlaten zodat je daar kunt tikken om te sluiten
     (verder winkelen / meer in je mandje doen). */
  .cc-cart-drawer { max-width: calc(100% - 54px); }
  .cc-cart-header { padding: 16px; padding-top: max(16px, env(safe-area-inset-top)); }
  .cc-cart-items { padding: 8px 16px; }
  .cc-cart-footer { padding: 16px; padding-bottom: calc(16px + env(safe-area-inset-bottom)); }
  .cc-cart-item-img { width: 60px; height: 60px; }
  .cc-checkout-btn, .cc-cart-link { min-height: 48px; }

  /* Modals/notices netjes binnen scherm */
  .woocommerce-message, .woocommerce-info, .woocommerce-error { font-size: 13.5px; padding: 12px 14px; }
}


/* ═══════════════════════════════════════════════
   ≤ 380px  —  iPhone SE / Mini
   ═══════════════════════════════════════════════ */
@media (max-width: 380px) {
  .hero h1 { font-size: 25px; }
  .product-grid { gap: 8px; }
  .product-card { width: 145px; }
  .timer-block .timer-text-wrap { display: none; } /* alleen de teller tonen */
  .cart-btn { padding: 0 10px; }
  /* Logo iets kleiner op mini-schermen zodat het nooit de icoontjes raakt */
  .header-inner .site-logo img,
  .header-inner .site-logo .custom-logo,
  .header-inner .site-logo .site-logo-img { height: 38px !important; max-width: 46vw; }
}


/* ═══════════════════════════════════════════════
   SHOP ARCHIVE — responsive
   ═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  /* 1 kolom layout: filters worden drawer */
  .cc-archive-body { grid-template-columns: 1fr; gap: 0; padding: 20px 20px 64px; }
  .cc-archive-head-inner { padding: 22px 20px 24px; }

  /* Filter-knop in toolbar tonen */
  .cc-filter-open {
    display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px;
    background: var(--surface); border: 1.5px solid rgba(30,58,138,.15); border-radius: var(--radius);
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); cursor: pointer;
    position: relative;
  }
  .cc-filter-badge {
    background: var(--navy); color: #fff; font-size: 11px; font-weight: 700;
    min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
  }
  .cc-toolbar-count { display: none; }
  .cc-toolbar { gap: 10px; }

  /* Filter-form → slide-over drawer van rechts */
  .cc-filter-form { position: static; }
  .cc-filters {
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 9501;
    width: 360px; max-width: 90vw; background: var(--surface);
    transform: translateX(100%); transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0 20px 20px;
    box-shadow: -8px 0 40px rgba(15,31,92,.18);
  }
  .cc-filters.open { transform: translateX(0); }
  .cc-filters-head {
    display: flex; align-items: center; justify-content: space-between;
    position: sticky; top: 0; background: var(--surface); z-index: 2;
    padding: 18px 0 14px; margin-bottom: 4px; border-bottom: 1px solid rgba(30,58,138,.08);
    padding-top: max(18px, env(safe-area-inset-top));
  }
  .cc-filters-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px; color: var(--navy); }
  .cc-filters-close { width: 40px; height: 40px; border: none; background: rgba(30,58,138,.06); border-radius: 50%; color: var(--navy); display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .cc-filters-overlay {
    display: block; position: fixed; inset: 0; z-index: 9500; background: rgba(15,31,92,.45);
    opacity: 0; pointer-events: none; transition: opacity .3s; backdrop-filter: blur(2px);
  }
  .cc-filters-overlay.visible { opacity: 1; pointer-events: auto; }

  /* Zwevende filterknop: altijd bereikbaar bij scrollen (verschijnt na top-knop) */
  .cc-filter-fab {
    position: fixed; left: 50%; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 9300;
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--navy); color: #fff; border: none; border-radius: 30px;
    padding: 13px 22px; font-family: 'Inter', sans-serif; font-weight: 800; font-size: 14.5px;
    box-shadow: 0 10px 30px rgba(15,31,92,.32); cursor: pointer;
    opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(16px);
    transition: opacity .25s, transform .25s;
  }
  .cc-filter-fab.visible { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
  .cc-filter-fab svg { width: 16px; height: 16px; }
  .cc-filter-fab-badge {
    background: var(--yellow); color: var(--navy); font-size: 11px; font-weight: 800;
    min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
  }

  /* Toon-resultaten knop onderaan drawer */
  .cc-filters-apply { display: block; position: sticky; bottom: 0; background: var(--surface); padding: 14px 0 calc(8px + env(safe-area-inset-bottom)); margin-top: 8px; border-top: 1px solid rgba(30,58,138,.08); }
  .cc-apply-btn { width: 100%; min-height: 50px; background: var(--navy); color: #fff; border: none; border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; }

  /* Grid → 3 kolommen (tablet) */
  .cc-product-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .cc-trust-band { grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px 20px; }
}

@media (max-width: 768px) {
  /* Grid → 2 kolommen */
  .cc-product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cc-pcard-quick { display: none; } /* hover-actie heeft geen zin op touch; hele kaart is klikbaar */
  .cc-pcard-title { font-size: 13px; }
  .cc-archive-desc { font-size: 14px; }
}

@media (max-width: 480px) {
  .cc-archive-head-inner { padding: 18px 16px 20px; }
  .cc-archive-body { padding: 16px 16px 56px; }
  .cc-product-grid { gap: 10px; }
  .cc-pcard-info { padding: 11px; }
  .cc-pcard-title { font-size: 12.5px; }
  .cc-pcard-price { font-size: 17px; }
  .cc-pcard-set { font-size: 10px; }
  .cc-trust-band { grid-template-columns: 1fr 1fr; gap: 12px 14px; padding: 16px; }
  .cc-trust-band-item { font-size: 12px; gap: 8px; }
  .cc-trust-band-item svg { width: 16px; height: 16px; }
  .cc-toolbar { flex-wrap: wrap; }
  .cc-filter-open { min-height: 44px; }
}

/* ═══════════════════════════════════════════════
   MY ACCOUNT — responsive
   ═══════════════════════════════════════════════ */
@media (max-width: 980px) {
  .cc-account-layout { grid-template-columns: 1fr; gap: 18px; min-width: 0; }
  /* Navigatie als wrappende tabs bovenaan: álle tabbladen zichtbaar, geen overflow */
  .cc-account-nav { min-width: 0; }
  .cc-account-nav ul { flex-direction: row; flex-wrap: wrap; gap: 8px; padding: 0; }
  .cc-account-nav a { white-space: nowrap; min-height: 42px; padding: 9px 14px; }
  .cc-vieworder-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .cc-dash-cards { grid-template-columns: 1fr 1fr; }
  .cc-login.has-register { grid-template-columns: 1fr; max-width: 460px; }
  .woocommerce-MyAccount-content .woocommerce-Addresses { grid-template-columns: 1fr; }
  .cc-order-card-actions .cc-btn-outline,
  .cc-order-card-actions .cc-btn-ghost,
  .cc-order-card-actions .cc-btn-pay { flex: 1; justify-content: center; min-height: 44px; }
}
@media (max-width: 480px) {
  .cc-dash-cards { grid-template-columns: 1fr; }
  .cc-timeline-step span { font-size: 11px; }
  .cc-track-box { flex-direction: column; align-items: flex-start; gap: 12px; }
  .cc-track-box .cc-btn-pay { width: 100%; justify-content: center; }
  .cc-order-card-body { flex-wrap: wrap; }
}

/* ═══════════════════════════════════════════════
   LANDSCAPE telefoon — voorkom te hoge drawers
   ═══════════════════════════════════════════════ */
@media (max-height: 480px) and (orientation: landscape) {
  .cc-cart-drawer, .site-nav, .cc-filters { overflow-y: auto; }
}

/* ═══════════════════════════════════════════════
   PERFORMANCE — minder animatie op mobiel + a11y
   ═══════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
}
@media (max-width: 768px) {
  /* decoratieve oneindige animaties uit (batterij/jank) */
  .cc-totals-mascot, .social-poke, .footer-pokemon-img,
  .hero-glow, .timer-dot, .nav-verkoop { animation: none !important; }
}

/* ═══════════════════════════════════════════════
   STICKY BESTELKNOP — checkout (conversie, mobiel)
   ═══════════════════════════════════════════════ */
.cc-checkout-sticky { display: none; }
@media (max-width: 768px) {
  body.woocommerce-checkout { padding-bottom: 76px; }
  .cc-checkout-sticky {
    display: flex; align-items: center; gap: 12px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 9400;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: var(--surface); border-top: 1px solid rgba(30,58,138,.12);
    box-shadow: 0 -6px 22px rgba(15,31,92,.12);
  }
  .cc-cos-total { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px; color: var(--navy); white-space: nowrap; }
  .cc-cos-total small { display: block; font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: .03em; text-transform: uppercase; }
  .cc-cos-btn { flex: 1; min-height: 50px; background: var(--navy); color: #fff !important; border: none; border-radius: 10px; font-family: 'Inter', sans-serif; font-weight: 800; font-size: 15px; cursor: pointer; }
  .cc-cos-btn:disabled { opacity: .6; }
  /* dubbele inline-knop verbergen op mobiel als sticky actief is */
  body.woocommerce-checkout.cc-has-sticky #place_order { display: none; }
}
/* Veld dat de sticky-knop aanwijst als het leeg is */
.cc-field-flash input,
.cc-field-flash select,
.cc-field-flash textarea,
.cc-field-flash .select2-selection {
  border-color: var(--navy) !important;
  box-shadow: 0 0 0 3px rgba(30,58,138,.18) !important;
  transition: box-shadow .25s, border-color .25s;
}

/* ═══════════════════════════════════════════════
   INKLAPBARE PRODUCTBESCHRIJVING — mobiel
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .product-desc.cc-clamp { max-height: 230px; overflow: hidden; position: relative; }
  .product-desc.cc-clamp::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70px;
    background: linear-gradient(transparent, var(--surface, #fff));
  }
  .product-desc.cc-expanded { max-height: none; }
  .product-desc.cc-expanded::after { display: none; }
  .cc-desc-more {
    display: inline-flex; align-items: center; gap: 6px; margin-top: 10px;
    background: none; border: none; color: var(--navy); font-family: 'Inter', sans-serif;
    font-weight: 700; font-size: 14px; cursor: pointer; padding: 6px 0;
  }
  .cc-desc-more svg { transition: transform .2s; }
  .cc-desc-more.is-open svg { transform: rotate(180deg); }
}

/* ═══════════════════════════════════════════════
   VERKOOPPAGINA — "in 3 stappen" netjes stapelen op mobiel
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .cc-sell-grid-3 { grid-template-columns: 1fr; max-width: 440px; gap: 14px; }
}

/* ═══════════════════════════════════════════════
   PRODUCTPAGINA — mobiele polish
   ═══════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Voorraad-stip netjes uitgelijnd */
  .stock-indicator { align-items: center; }

  /* Premium trust-tegels iets compacter op telefoon */
  .cc-product-reassure { gap: 8px; padding: 16px 8px; }
  .cc-product-reassure .cc-reassure-item strong { font-size: 11.5px; }

  /* Beschrijving stapelen + minder grote ruimte erboven */
  .cc-prod-detail { grid-template-columns: 1fr; gap: 28px; padding: 24px 18px; }

  /* Notify-me → input + knop netjes onder elkaar, volle breedte */
  .notify-form { flex-direction: column; gap: 10px; }
  .notify-input { height: 48px; width: 100%; }
  .notify-submit { height: 48px; width: 100%; justify-content: center; font-size: 14px; }
}

/* Social-proof gecentreerd op mobiel */
@media (max-width: 768px) {
  .social-header { text-align: center; }
  .cc-scorebox { justify-content: center; flex-wrap: wrap; }
  .score-badges { justify-content: center; }
  .cc-reviews-feed { display: flex; justify-content: center; }
  .cc-score-text, .cc-score-info { text-align: center; }
}

/* Verlanglijst — kaarten + favorietenpagina op mobiel */
@media (max-width: 768px) {
  .cc-wish-btn { width: 32px; height: 32px; top: 8px; right: 8px; }
  .cc-wish-btn svg { width: 16px; height: 16px; }
}

/* Reviewwidget op mobiel gecentreerd i.p.v. links */
@media (max-width: 768px) {
  .cc-reviews-feed .cc-rev-desktop { display: none !important; }
  .cc-reviews-feed .cc-rev-mobile { display: block !important; }
}

/* Productpagina-polish reset op mobiel */
@media (max-width: 1024px) {
  .product-gallery { position: static; }
  .cc-desc-card { padding: 22px 20px; }
}

/* Productpagina: gat tussen trust-tegels en beschrijving verkleinen */
@media (max-width: 768px) {
  .cc-prod-top { padding: 22px 16px 10px; }
  .cc-prod-detail { padding-top: 18px; }
}
