/*!
Theme Name: Laminaatonline
Theme URI: https://laminaatonline.nl
Description: De voordeligste in laminaat en click PVC. Een zelfstandig WooCommerce-thema gebouwd op het Laminaatonline-design.
Author: Laminaatonline
Author URI: https://laminaatonline.nl
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laminaatonline
WC requires at least: 7.0
WC tested up to: 9.4
*/

/* ============================================================
   Laminaatonline — design system
   Ported from the Claude Design handoff (claude.ai/design).
   Loaded after the Shoptimizer parent stylesheet.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root{
  /* Brand */
  --blue:        #0654b0;
  --blue-700:    #0a4a93;
  --blue-800:    #073c78;
  --blue-50:     #eaf1fb;
  --blue-100:    #d6e3f6;
  --orange:      #f2742e;
  --orange-600:  #e26321;
  --orange-50:   #fdefe5;

  /* Neutrals (cool-neutral) */
  --ink:    #16202b;
  --body:   #38444f;
  --muted:  #6a7682;
  --line:   #e4e8ed;
  --line-2: #eef1f4;
  --bg:     #ffffff;
  --bg-2:   #f5f7f9;
  --bg-3:   #eef1f4;

  --green:  #1f9d57;
  --green-50:#e8f6ee;
  --star:   #f5a623;
  --sale:   #e23838;

  /* radii / shadow */
  --r-sm: 7px;
  --r:    11px;
  --r-lg: 16px;
  --r-xl: 22px;
  --sh-1: 0 1px 2px rgba(16,32,48,.05), 0 1px 3px rgba(16,32,48,.06);
  --sh-2: 0 6px 18px rgba(16,32,48,.08);
  --sh-3: 0 18px 48px rgba(16,32,48,.14);

  --maxw: 1440px;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}

/* accessibility: hide screen-reader-only text (WP/WooCommerce rely on the theme) */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.screen-reader-text:focus{background:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#16202b;display:block;font-size:14px;font-weight:700;height:auto;left:6px;line-height:normal;padding:14px 22px;position:absolute;top:6px;width:auto;z-index:100000}

.lo-body{
  margin:0;
  font-family:'Hanken Grotesk',system-ui,sans-serif;
  color:var(--body);
  background:var(--bg);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
.lo-body svg{stroke-linecap:round;stroke-linejoin:round}
.lo-body h1,.lo-body h2,.lo-body h3,.lo-body h4{color:var(--ink);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.01em;text-transform:none}
.lo-body h1{font-size:clamp(30px,4vw,46px);font-weight:800;letter-spacing:-.025em}
.lo-body h2{font-size:clamp(24px,2.6vw,33px);font-weight:800;letter-spacing:-.02em}
.lo-body h3{font-size:19px}
.lo-body p{margin:0}
.lo-body a{color:inherit;text-decoration:none}
.lo-body img{max-width:100%;display:block}
.lo-body button{font-family:inherit;cursor:pointer}
.lo-body ul{margin:0;padding:0;list-style:none}
.lo-nav-open{overflow:hidden}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.muted{color:var(--muted)}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-weight:700;font-size:15px;line-height:1;
  padding:13px 22px;border-radius:var(--r);
  transition:.16s ease;white-space:nowrap;border:0;cursor:pointer;
}
.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/* Prefixed with .lo-body so the white text beats `.lo-body a{color:inherit}`
   (otherwise anchor buttons inherit the dark body text colour). */
.lo-body .btn-primary{background:var(--blue);color:#fff}
.lo-body .btn-primary:hover{background:var(--blue-700);color:#fff}
.lo-body .btn-orange{background:var(--orange);color:#fff}
.lo-body .btn-orange:hover{background:var(--orange-600);color:#fff}
.lo-body .btn-dark{background:var(--ink);color:#fff}
.lo-body .btn-dark:hover{background:#0a1219}
.lo-body .btn-ghost{background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line)}
.btn-ghost:hover{box-shadow:inset 0 0 0 1.5px var(--blue);color:var(--blue)}
.btn-lg{padding:16px 28px;font-size:16px}
.btn-block{width:100%}
.btn:focus-visible,
.pill:focus-visible,
.lo-body a.button:focus-visible,
.lo-body button.button:focus-visible,
.lo-body input.button:focus-visible{
  outline:3px solid var(--blue-100);outline-offset:3px}

.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:999px;
  background:#fff;color:var(--ink);font-weight:600;font-size:14px;box-shadow:inset 0 0 0 1.5px var(--line);transition:.15s}
.pill:hover{box-shadow:inset 0 0 0 1.5px var(--blue);color:var(--blue)}

/* ---------- image placeholders (fallback when no product photo) ---------- */
.ph{
  position:relative;overflow:hidden;background:var(--bg-3);
  background-image:repeating-linear-gradient(135deg,rgba(6,84,176,.05) 0 12px,rgba(6,84,176,0) 12px 24px);
}
.ph::after{
  content:attr(data-label);
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:11px;letter-spacing:.06em;
  text-transform:uppercase;color:#9aa6b2;text-align:center;padding:10px;
}
.ph-wood{background:#e9e0d4;background-image:repeating-linear-gradient(90deg,rgba(140,110,72,.16) 0 2px,rgba(140,110,72,0) 2px 9px),repeating-linear-gradient(0deg,rgba(140,110,72,.05) 0 26px,rgba(120,92,58,.09) 26px 27px)}
.ph-wood::after{color:#9c8a6f}
.ph-room{background:#dfe5ea;background-image:repeating-linear-gradient(135deg,rgba(80,100,120,.07) 0 14px,rgba(80,100,120,0) 14px 28px)}
.ph-room::after{color:#8b97a3}

/* ---------- badges ---------- */
.badge{display:inline-flex;align-items:center;gap:5px;font-weight:700;font-size:12px;
  padding:5px 9px;border-radius:7px;line-height:1}
.badge-sale{background:var(--sale);color:#fff}
.badge-new{background:var(--blue);color:#fff}
.badge-tip{background:var(--orange);color:#fff}
.stock{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-weight:600;font-size:13px}
.stock::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green)}
.stock.out{color:var(--muted)}
.stock.out::before{background:var(--muted)}
.stock-card{margin-top:9px}

/* ---------- stars ---------- */
.stars{display:inline-flex;gap:2px;color:var(--star)}
.stars .star-on{color:var(--star)}
.stars .star-off{color:#d4dae0}
.stars svg{width:15px;height:15px;fill:currentColor}

/* ============================================================
   HEADER (brand chrome layered over Shoptimizer header hooks)
   ============================================================ */
.announce{background:var(--blue-800);color:#fff;font-size:13.5px;font-weight:500}
.announce .wrap{display:flex;align-items:center;justify-content:center;gap:10px;min-height:40px;text-align:center;white-space:nowrap}
.announce span{display:inline-flex;align-items:center;gap:6px}
.announce a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.announce svg{width:16px;height:16px;flex:none;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* USP bar */
.usp-bar{background:#fff;border-bottom:1px solid var(--line)}
.usp-bar .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.usp{display:flex;align-items:center;gap:13px;padding:18px 8px}
.usp svg{width:26px;height:26px;stroke:var(--blue);fill:none;stroke-width:1.7;flex:none}
.usp b{display:block;color:var(--ink);font-size:14.5px;font-weight:700;line-height:1.25}
.usp span{font-size:13px;color:var(--muted)}

/* main header row (logo / search / actions) */
.lo-site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}
.lo-site-header .header-main{display:flex;align-items:center;gap:28px;padding:18px 24px;max-width:var(--maxw);margin:0 auto}
.lo-site-header .lo-logo{display:block}
.lo-site-header .lo-logo img,.lo-site-header .lo-logo .custom-logo{height:44px;width:auto;display:block}
.lo-menu-toggle{display:none;width:44px;height:44px;border:1.5px solid var(--line);border-radius:var(--r);background:#fff;color:var(--ink);place-items:center;padding:0;transition:.15s}
.lo-menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:currentColor;transition:.18s}
.lo-menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.lo-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}
.lo-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.lo-search{flex:1;position:relative;max-width:620px}
.lo-search input[type=search]{width:100%;border:1.5px solid var(--line);border-radius:var(--r);padding:13px 50px 13px 18px;font-size:15px;color:var(--ink);background:var(--bg-2);transition:.15s;font-family:inherit}
.lo-search input[type=search]:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px var(--blue-50)}
.lo-search button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:8px;background:var(--blue);color:#fff;display:grid;place-items:center;border:0}
.lo-search button:hover{background:var(--blue-700)}
.lo-search svg{width:19px;height:19px}
.lo-site-header a:focus-visible,.lo-site-header button:focus-visible,.lo-nav a:focus-visible,.lo-nav button:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.lo-menu-toggle:hover,.lo-menu-toggle[aria-expanded=true]{border-color:var(--blue);color:var(--blue);background:var(--blue-50)}
.lo-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.lo-header-actions .hact{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--r);color:var(--ink);transition:.15s}
.lo-header-actions .hact:hover{background:var(--bg-2)}
.lo-header-actions .hact>svg{width:24px;height:24px;stroke:var(--ink);fill:none;stroke-width:1.7}
.lo-header-actions .hact-text{display:flex;flex-direction:column}
.lo-header-actions .l1{font-size:12px;color:var(--muted);line-height:1.1}
.lo-header-actions .l2{font-size:14px;font-weight:700;color:var(--ink);line-height:1.2}
/* cart link (Shoptimizer cart fragment, brand-styled) */
.lo-cart{position:relative}
.lo-cart a{display:flex;align-items:center;gap:8px;color:var(--ink)}
.lo-cart .amount{font-weight:700;color:var(--ink)}
.lo-cart .count,.lo-cart .cart-contents-count{position:absolute;top:-4px;left:18px;background:var(--orange);color:#fff;font-size:11px;font-weight:800;min-width:19px;height:19px;border-radius:999px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff}

/* primary navigation + mega menu */
.lo-nav{background:#fff;border-top:1px solid var(--line-2);border-bottom:1px solid var(--line)}
.lo-nav .nav-inner{display:flex;align-items:center;gap:4px;max-width:var(--maxw);margin:0 auto;padding:0 24px}
.lo-nav .nav-item{position:relative;display:flex;align-items:center}
.lo-nav .nav-link{display:flex;align-items:center;gap:6px;padding:15px 16px;font-weight:700;font-size:15.5px;color:var(--ink);transition:.15s}
.lo-nav .nav-link:hover{color:var(--blue)}
.lo-nav .has-mega .nav-link{padding-right:6px}
.lo-nav .nav-submenu-toggle{width:30px;height:30px;margin-left:-6px;border:0;border-radius:8px;background:transparent;color:var(--ink);display:grid;place-items:center;padding:0;transition:.15s}
.lo-nav .nav-submenu-toggle:hover{background:var(--bg-2);color:var(--blue)}
.lo-nav .nav-submenu-toggle svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;transition:.2s}
.lo-nav .nav-item.is-open .nav-submenu-toggle svg{transform:rotate(180deg)}
.lo-nav .nav-spacer{flex:1}
.lo-nav .nav-offerte{margin:8px 0;padding:11px 20px}
.lo-nav .mega{position:absolute;top:100%;left:0;min-width:760px;max-width:min(940px,calc(100vw - 48px));background:#fff;border:1px solid var(--line);
  border-radius:0 0 var(--r-lg) var(--r-lg);box-shadow:var(--sh-3);padding:18px 22px;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:70}
.lo-nav .nav-item.is-open .mega{opacity:1;visibility:visible;transform:translateY(0)}
.lo-nav .mega{display:flex;gap:22px;align-items:flex-start}
.lo-nav .mega-grid{flex:1;display:grid;grid-template-columns:1fr 1fr minmax(220px,1.05fr);gap:10px 36px}
.lo-nav .mega-cta{flex:0 0 240px;background:var(--bg-2);border-radius:var(--r);padding:14px;display:block;align-self:start;order:2}
.lo-nav .mega-cta .ph,.lo-nav .mega-cta img{aspect-ratio:16/10;border-radius:8px;margin-bottom:10px;width:100%;object-fit:cover}
.lo-nav .mega-cta .mc-t{font-weight:700;color:var(--ink);font-size:15px}
.lo-nav .mega-cta .mc-p{font-size:13px;color:var(--muted);margin-top:2px;line-height:1.3}
.lo-nav .mega-cta .mc-btn{display:inline-block;margin-top:12px;background:var(--orange);color:#fff;font-weight:700;font-size:13px;padding:8px 15px;border-radius:999px;transition:.15s}
.lo-nav .mega-cta:hover .mc-btn{background:var(--orange-600)}
.lo-nav .mega h4{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px;font-weight:700}
.lo-nav .mega ul li a{display:block;padding:5px 0;font-weight:600;color:var(--body);font-size:15px;white-space:nowrap;transition:.12s}
.lo-nav .mega ul li a:hover{color:var(--blue);transform:translateX(3px)}
.lo-nav .mega-feat{background:var(--bg-2);border-radius:var(--r);padding:14px;align-self:start;display:block}
.lo-nav .mega-feat .ph,.lo-nav .mega-feat img{aspect-ratio:4/3;border-radius:8px;margin-bottom:10px;width:100%;object-fit:cover}
.lo-nav .mega-feat .mf-t{font-weight:700;color:var(--ink);font-size:15px}
.lo-nav .mega-feat .mf-p{font-size:13px;color:var(--muted)}

/* ============================================================
   PRODUCT CARD (WooCommerce loop — content-product.php)
   ============================================================ */
.grid{display:grid;gap:22px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}

.lo-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  display:flex;flex-direction:column;transition:.18s;position:relative;color:var(--body)}
.lo-card:hover,.lo-card:focus-within{box-shadow:var(--sh-2);transform:translateY(-3px);border-color:var(--line-2)}
.lo-card .card-media{position:relative;aspect-ratio:1/1;background:var(--bg-2)}
.lo-card .card-media .ph{position:absolute;inset:0}
.lo-card .card-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.lo-card .card-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}
.lo-card .card-fav{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#fff;
  display:grid;place-items:center;box-shadow:var(--sh-1);z-index:2;transition:.15s;border:0}
.lo-card .card-fav svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.7}
.lo-card .card-fav:hover{transform:scale(1.08)}
.lo-card .card-fav.on svg{fill:var(--sale);stroke:var(--sale)}
.lo-card .card-body{padding:15px 16px 17px;display:flex;flex-direction:column;flex:1;text-align:left}
.lo-shop ul.products li.product,.lo-shop ul.products li.product .lo-card{text-align:left}
.lo-card .card-brand{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}
.lo-card .card-title{font-size:15.5px;font-weight:700;color:var(--ink);margin:3px 0 8px;line-height:1.3;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}
.lo-card .card-title a:hover{color:var(--blue)}
.lo-card .card-rating{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted);margin-bottom:9px}
.lo-card .price-row{display:flex;align-items:baseline;gap:9px;margin-top:auto;flex-wrap:wrap}
.lo-body .lo-card .price{font-size:21px;font-weight:800;color:var(--ink);display:inline-flex;align-items:baseline;gap:8px}
/* order:3 keeps the "per m²" unit after the price even when the flex order of
   the sale <ins>/<del> markup would otherwise push it in front. */
.lo-card .price .unit{font-size:13px;font-weight:600;color:var(--muted);order:3}
.lo-card .price-old{font-size:14px;color:var(--muted);text-decoration:line-through}
/* WooCommerce price markup inside the brand card */
.lo-body .lo-card .price del,.lo-body .lo-card .price del .amount{color:var(--muted);font-weight:600;font-size:14px;text-decoration:line-through;order:2}
.lo-body .lo-card .price ins{text-decoration:none;color:var(--sale);font-weight:800;order:1}
.lo-body .lo-card .price ins .amount{color:var(--sale)}
.lo-body .lo-card .price>.amount{color:var(--ink)}
.lo-card .card-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-top:16px;align-items:stretch}
.lo-card .card-cta--single{grid-template-columns:1fr}
/* Both CTA buttons share identical metrics. WooCommerce's add-to-cart anchor
   receives stricter sizing here because the plugin CSS sets its own button box. */
.lo-body .lo-card .card-cta .btn,
.lo-body .lo-card .card-cta .button,
.lo-body .lo-card .card-cta a.added_to_cart{
  width:100%;min-width:0;height:50px;min-height:50px;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;
  margin:0!important;padding:0 12px;font-size:14px;font-weight:700;line-height:1.2;
  border-radius:var(--r);white-space:normal;text-align:center;transition:.16s}
.lo-body .lo-card .card-cta .button,
.lo-body .lo-card .card-cta a.added_to_cart{background:var(--blue);color:#fff;border:0}
.lo-body .lo-card .card-cta .button:hover,
.lo-body .lo-card .card-cta a.added_to_cart:hover{background:var(--blue-700);color:#fff}
.lo-body .lo-card .card-cta .btn:focus-visible,
.lo-body .lo-card .card-cta .button:focus-visible,
.lo-body .lo-card .card-cta a.added_to_cart:focus-visible{outline:3px solid var(--blue-100);outline-offset:2px}
.lo-body .lo-card .card-cta .button.loading{opacity:.7}
.lo-body .lo-card .card-cta a.added_to_cart{grid-column:1/-1}
.lo-card .icon-btn{width:44px;flex:none!important;padding:0!important;background:var(--blue);color:#fff;border-radius:var(--r);display:grid;place-items:center;border:0}
.lo-card .icon-btn:hover{background:var(--blue-700)}
.lo-card .icon-btn svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.9}

/* ============================================================
   SECTIONS / generic
   ============================================================ */
.section{padding:62px 0}
.section.tight{padding:42px 0}
.section.alt{background:var(--bg-2)}
.section-no-top{padding-top:0}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}
.sec-head .eyebrow{color:var(--blue);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:8px}
.sec-head p.sub{color:var(--muted);margin-top:8px;max-width:560px}
.eyebrow{color:var(--blue);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:8px}
.link-arrow{display:inline-flex;align-items:center;gap:7px;font-weight:700;color:var(--blue);font-size:15px;white-space:nowrap}
.link-arrow svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;transition:.15s}
.link-arrow:hover svg{transform:translateX(4px)}

/* ---- HERO ---- */
.hero{background:var(--bg-2);position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center;padding:60px 0 64px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--blue-50);color:var(--blue);
  font-weight:700;font-size:13.5px;padding:8px 14px;border-radius:999px;margin-bottom:22px}
.hero-eyebrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
.hero h1{margin-bottom:18px}
.hero h1 .accent{color:var(--blue)}
.hero-lead{font-size:18px;color:var(--body);max-width:560px;margin:0}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px;margin-bottom:30px}
.hero-trust{display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:14px;color:var(--muted)}
.hero-trust .stars{color:var(--star)}
.hero-trust b{color:var(--ink)}
.hero-wwk{display:inline-flex;align-items:center;gap:7px}
.hero-media{position:relative}
.hero-media .ph{aspect-ratio:5/4;border-radius:var(--r-xl);box-shadow:var(--sh-2)}
.hero-media img{aspect-ratio:5/4;max-height:460px;border-radius:var(--r-xl);box-shadow:var(--sh-2);width:100%;object-fit:cover;object-position:center 66%}
.hero-float{position:absolute;background:#fff;border-radius:var(--r);box-shadow:var(--sh-3);padding:14px 16px;display:flex;align-items:center;gap:12px}
.hero-float svg{width:34px;height:34px;stroke:var(--green);fill:none;stroke-width:1.8;flex:none}
.hero-float .hf-t{font-weight:800;color:var(--ink);font-size:16px;line-height:1.1}
.hero-float .hf-s{font-size:13px;color:var(--muted)}
.hero-float.f1{bottom:24px;left:-20px}
.hero-float.f2{top:24px;right:-16px}
.hero-pills{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:30px}

/* category tiles */
.cat-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cat-tile{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:16/11;box-shadow:var(--sh-1);display:block}
.cat-tile .ph{position:absolute;inset:0}
.cat-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.4s}
.cat-tile .ct-body{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;
  padding:22px;background:linear-gradient(to top,rgba(7,28,60,.78),rgba(7,28,60,.05) 62%)}
.cat-tile h3{color:#fff;font-size:22px;font-weight:800}
.cat-tile span{color:rgba(255,255,255,.85);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px}
.cat-tile svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;transition:.18s}
.cat-tile:hover svg{transform:translateX(4px)}
.cat-tile:hover .ph,.cat-tile:hover img{transform:scale(1.04)}
.cat-tile .ph{transition:.4s}

/* promo banners */
.promos{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.promos.promos-full{grid-template-columns:1fr}
.promo{border-radius:var(--r-lg);padding:32px 34px;display:flex;align-items:center;gap:24px;overflow:hidden;position:relative;min-height:178px}
.promo.blue{background:var(--blue);color:#fff}
.promo.orange{background:linear-gradient(120deg,var(--orange),#f7944f);color:#fff}
.promo h3{color:#fff;font-size:25px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}
.promo p{font-size:15px;opacity:.92;margin-bottom:16px;max-width:300px}
.promo .btn{background:#fff}
.promo .btn:hover{box-shadow:0 0 0 3px rgba(255,255,255,.25)}
.promo .ptag{display:inline-block;background:rgba(255,255,255,.2);font-weight:700;font-size:12px;padding:5px 11px;border-radius:999px;margin-bottom:13px}
.promo.blue .btn{color:var(--blue)}
.promo.blue .btn:hover{background:#fff;color:var(--blue)}
.promo.orange .btn{color:var(--orange-600)}
.promo.orange .btn:hover{background:#fff;color:var(--orange-600)}
.promo-offerte{min-height:auto;padding:40px 44px;justify-content:space-between;flex-wrap:wrap}
.promo-offerte h3{font-size:28px}
.promo-offerte p{max-width:540px;font-size:16px}
.promo-ico{width:88px;height:88px;border-radius:var(--r);background:rgba(255,255,255,.14);display:grid;place-items:center;flex:none}
.promo-ico svg{width:46px;height:46px;stroke:#fff;fill:none;stroke-width:1.5}

/* brand logos */
.brands{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.brand-box{border:1px solid var(--line);border-radius:var(--r);aspect-ratio:16/9;display:grid;place-items:center;
  font-weight:800;font-size:18px;color:var(--ink);letter-spacing:-.01em;transition:.15s;background:#fff}
.brand-box:hover{border-color:var(--blue);color:var(--blue);box-shadow:var(--sh-1)}

/* reviews */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px}
.review .stars{margin-bottom:14px}
.review p{font-size:16px;color:var(--ink);line-height:1.6;margin-bottom:18px}
.review .who{display:flex;align-items:center;gap:12px}
.review .av{width:42px;height:42px;border-radius:50%;background:var(--blue-50);color:var(--blue);display:grid;place-items:center;font-weight:800}
.review .who b{display:block;color:var(--ink);font-size:15px}
.review .who span{font-size:13px;color:var(--muted)}

/* WebwinkelKeur keurmerk badge */
.wwk{display:inline-flex;align-items:center;gap:12px}
.wwk-logo{display:inline-flex;align-items:center;gap:8px}
.wwk-icon{width:28px;height:28px;flex:none;object-fit:contain;display:block}
.wwk-word{font-weight:800;color:var(--ink);font-size:15px;letter-spacing:-.01em;line-height:1}
.wwk-word b{color:#1c4f9c;font-weight:800}
.wwk-score{font-weight:700;color:var(--muted);font-size:14px;white-space:nowrap}
.wwk-score b{color:var(--ink);font-size:16px}
.foot-rating .wwk-icon{width:26px;height:26px}
.foot-rating .wwk-word{color:#fff}
.foot-rating .wwk-word b{color:#fff}

/* showroom / about */
.about{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:center}
.about .ph{aspect-ratio:4/3;border-radius:var(--r-xl);box-shadow:var(--sh-2)}
.about img{aspect-ratio:4/3;border-radius:var(--r-xl);box-shadow:var(--sh-2);width:100%;object-fit:cover}
.about-intro{margin-top:14px;font-size:17px}
.lo-body .about-list{display:grid;gap:9px;margin:44px 0 44px}
.about-list li{display:flex;gap:13px;align-items:flex-start}
.about-list svg{width:24px;height:24px;color:var(--green);flex:none;margin-top:1px}
.about-list b{color:var(--ink);display:block;font-size:16px}
.about-list span{font-size:14.5px;color:var(--muted)}

/* homepage SEO content block */
.lo-seo{background:var(--bg-2);border-top:1px solid var(--line)}
.lo-seo-prose{max-width:880px;margin:0 auto;color:var(--body)}
.lo-seo-prose h2{font-size:clamp(24px,2.6vw,32px);font-weight:800;letter-spacing:-.02em;color:var(--ink);margin:0 0 18px}
.lo-seo-prose h3{font-size:19px;font-weight:700;color:var(--ink);margin:30px 0 10px}
.lo-seo-prose p{font-size:16px;line-height:1.75;margin:0 0 14px}
.lo-seo-prose ul{margin:0 0 14px;padding-left:0;list-style:none;display:grid;gap:9px}
.lo-seo-prose ul li{position:relative;padding-left:28px;font-size:16px;line-height:1.6}
.lo-seo-prose ul li::before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7a3d' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}
.lo-seo-prose a{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.lo-seo-prose a:hover{color:var(--blue-700)}
/* Archive (category/brand) SEO block spans the full shop width, not the narrow prose column. */
.lo-seo-archive .lo-seo-prose{max-width:none}

/* inspiration */
.inspo{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:150px;gap:14px}
.inspo a{border-radius:var(--r);overflow:hidden;position:relative;display:block}
.inspo a:focus-visible{outline:3px solid var(--blue-100);outline-offset:3px}
.inspo .ph{position:absolute;inset:0;transition:.35s}
.inspo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}
.inspo a:hover .ph,.inspo a:hover img{transform:scale(1.06)}
.inspo .tall{grid-row:span 2}
.inspo .wide{grid-column:span 2}

/* ---------- footer USP strip ---------- */
.foot-usp{background:var(--blue-800);color:#fff}
.foot-usp .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;padding:20px 24px}
.foot-usp .fu{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14.5px}
.foot-usp svg{width:20px;height:20px;stroke:var(--orange);fill:none;stroke-width:2}

/* ---------- main footer (design 4-column) ---------- */
.lo-body .site-footer{background:var(--ink);color:#aeb8c2;padding:56px 0 0}
.lo-body .site-footer .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:44px}
.lo-body .site-footer .foot-grid>*{min-width:0}
.lo-body .site-footer h4{color:#fff;font-size:15px;margin-bottom:16px;font-weight:700}
.lo-body .site-footer .flogo{height:40px;margin-bottom:18px;width:auto}
.lo-body .site-footer p{font-size:14.5px;line-height:1.7}
.lo-body .site-footer .foot-links li a{display:block;padding:6px 0;font-size:14.5px;transition:.12s;color:#aeb8c2}
.lo-body .site-footer .foot-links li a:hover{color:#fff;transform:translateX(3px)}
.lo-body .site-footer .foot-rating-row{display:flex;gap:8px;margin-top:18px;align-items:center;flex-wrap:wrap}
.lo-body .site-footer .foot-rating-badge{margin-top:14px}
.lo-body .site-footer .foot-score{color:#fff;font-weight:700}
.lo-body .site-footer .news input{width:100%;padding:13px 15px;border-radius:var(--r);border:1.5px solid #2c3b49;background:#1d2832;color:#fff;font-family:inherit;font-size:14.5px}
.lo-body .site-footer .news input:focus{outline:none;border-color:var(--blue)}
.lo-body .site-footer .news input::placeholder{color:#6f7d8a}
.lo-body .site-footer .news-intro{margin-bottom:14px}
.lo-body .site-footer .news-form{display:flex;gap:8px}
.lo-body .site-footer .foot-contact{margin-top:22px;font-size:13.5px;line-height:1.7}
.lo-body .site-footer .foot-contact b{color:#fff}
.lo-body .site-footer .foot-bottom{border-top:1px solid #243240;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:13.5px}
.lo-body .site-footer .pay{display:flex;gap:7px;flex-wrap:wrap}
.lo-body .site-footer .pay span{background:#fff;border-radius:5px;height:26px;min-width:40px;display:grid;place-items:center;font-size:10px;font-weight:800;color:#1a2733;padding:0 7px;letter-spacing:.02em}

/* breadcrumb */
.crumb{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--muted);padding:18px 0;flex-wrap:wrap}
.crumb a:hover{color:var(--blue)}
.crumb svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}

/* toast */
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(120%);
  background:var(--ink);color:#fff;padding:14px 20px;border-radius:var(--r);box-shadow:var(--sh-3);
  display:flex;align-items:center;gap:11px;font-weight:600;z-index:200;transition:.3s cubic-bezier(.2,.8,.3,1);max-width:90vw}
.toast.show{transform:translateX(-50%) translateY(0)}
.toast svg{width:22px;height:22px;stroke:var(--green);fill:none;stroke-width:2.2;flex:none}
.toast a{color:#7fb0f0;font-weight:700;text-decoration:underline}

/* ============================================================
   WOOCOMMERCE — category / archive
   ============================================================ */
.cat-hero{background:var(--bg-2);border-bottom:1px solid var(--line);padding:8px 0 34px}
.cat-hero h1{margin-bottom:10px}
.cat-hero p{color:var(--muted);max-width:640px}
/* category description spans the full container width (no reserved image column) */
.cat-hero .lo-archive-desc{max-width:none;color:var(--muted);font-size:15.5px;line-height:1.9}
.cat-hero .lo-archive-desc p{max-width:none;margin:0 0 20px}
.cat-hero .lo-archive-desc p:last-child{margin-bottom:0}
.cat-hero .lo-archive-desc.is-collapsed{overflow:hidden;position:relative}
.cat-hero .lo-archive-desc.is-collapsed::after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(to bottom,rgba(245,247,249,0),var(--bg-2));pointer-events:none}
.lo-archive-readmore{margin-top:14px;display:inline-flex;align-items:center;gap:8px;background:none;border:0;padding:0;font-family:inherit;font-weight:700;font-size:15px;color:var(--blue);cursor:pointer}
.lo-archive-readmore svg{width:16px;height:16px;transition:transform .2s}
.lo-archive-readmore[aria-expanded="true"] svg{transform:rotate(180deg)}

/* native WooCommerce archive header, branded as the category hero */
.lo-body.woocommerce-page .woocommerce-products-header{padding:10px 0 18px}
.lo-body.woocommerce-page .woocommerce-products-header__title,
.lo-body.woocommerce-page .page-title{font-size:clamp(26px,3vw,38px);font-weight:800;color:var(--ink);letter-spacing:-.02em;margin-bottom:10px}
.lo-body.woocommerce-page .term-description,
.lo-body.woocommerce-page .woocommerce-archive-description,
.lo-body.woocommerce-page .woocommerce-products-header .term-description{color:var(--muted);max-width:640px;font-size:15.5px}
/* sidebar filter widget area on shop/category */
.lo-body.woocommerce-page #secondary.widget-area .widget{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;padding:16px 18px;margin-bottom:18px}
.lo-body.woocommerce-page #secondary.widget-area .widget .widget-title,
.lo-body.woocommerce-page #secondary.widget-area .widget .widgettitle{font-size:14px;color:var(--ink);font-weight:700;margin:0 0 12px;text-transform:none}
.lo-body.woocommerce-page #secondary.widget-area .widget ul{margin:0;padding:0;list-style:none}
/* each filter row: checkbox + label + count, no overlap, count right-aligned */
.lo-body.woocommerce-page #secondary.widget-area .widget ul li{display:flex;align-items:center;gap:10px;list-style:none;padding:6px 0;margin:0;font-size:14.5px;line-height:1.35}
.lo-body.woocommerce-page #secondary.widget-area .widget ul li a{display:flex;align-items:center;gap:10px;flex:1;min-width:0;padding:0;color:var(--body);text-indent:0;overflow:visible;white-space:normal}
.lo-body.woocommerce-page #secondary.widget-area .widget ul li a:hover{color:var(--blue)}
/* rebuild the layered-nav checkbox cleanly (neutralises the parent's overlapping pseudo) */
.lo-body.woocommerce-page #secondary.widget-area .widget ul li a:before{content:"";width:16px;height:16px;min-width:16px;border:1.5px solid var(--line);border-radius:4px;background:none;flex:none;display:inline-block;float:none;position:static;margin:0;transform:none}
.lo-body.woocommerce-page #secondary.widget-area .widget ul li.chosen a:before,
.lo-body.woocommerce-page #secondary.widget-area .widget ul li.wc-layered-nav-term.chosen a:before{background:var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;border-color:var(--blue)}
.lo-body.woocommerce-page #secondary.widget-area .widget ul li .count{margin-left:auto;color:var(--muted);font-size:13px;font-weight:600;flex:none}
.lo-body.woocommerce-page #secondary.widget-area .widget ul li a .count{margin-left:auto}
/* price filter slider + button */
.lo-body.woocommerce-page #secondary.widget-area .widget_price_filter .price_slider_wrapper{padding-top:4px}
.lo-body.woocommerce-page #secondary.widget-area .widget_price_filter .price_slider,
.lo-body.woocommerce-page #secondary.widget-area .widget_price_filter .ui-slider-horizontal{
  height:6px;border:0;border-radius:999px;background:var(--blue-50);margin:12px 8px 22px}
.lo-body.woocommerce-page #secondary.widget-area .widget_price_filter .ui-slider-range{
  background:var(--blue);border-radius:999px}
.lo-body.woocommerce-page #secondary.widget-area .widget_price_filter .ui-slider-handle{
  top:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border:3px solid #fff;border-radius:50%;
  background:var(--blue);box-shadow:var(--sh-1);cursor:pointer}
.lo-body.woocommerce-page #secondary.widget-area .widget_price_filter .ui-slider-handle:focus-visible{
  outline:3px solid var(--blue-100);outline-offset:2px}
.lo-body.woocommerce-page #secondary.widget-area .price_slider_amount{
  display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-top:8px}
.lo-body.woocommerce-page #secondary.widget-area .price_slider_amount .button{
  min-height:42px;padding:0 18px;background:var(--blue);color:#fff;border-radius:var(--r);font-weight:700;font-size:14px}
.lo-body.woocommerce-page #secondary.widget-area .price_slider_amount .price_label{
  justify-self:end;color:var(--body);font-size:14px;font-weight:600;text-align:right}
/* search widget (WooCommerce product search + default search widget) */
.lo-body.woocommerce-page #secondary.widget-area .woocommerce-product-search,
.lo-body.woocommerce-page #secondary.widget-area .search-form{position:relative;display:block}
.lo-body.woocommerce-page #secondary.widget-area .woocommerce-product-search label,
.lo-body.woocommerce-page #secondary.widget-area .search-form label{display:block;margin:0}
.lo-body.woocommerce-page #secondary.widget-area .search-field{
  width:100%;border:1.5px solid var(--line);border-radius:var(--r);padding:11px 46px 11px 14px;
  font-size:14.5px;font-family:inherit;color:var(--ink);background:var(--bg-2);transition:.15s}
.lo-body.woocommerce-page #secondary.widget-area .search-field:focus{
  outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px var(--blue-50)}
.lo-body.woocommerce-page #secondary.widget-area .woocommerce-product-search button,
.lo-body.woocommerce-page #secondary.widget-area .search-form .search-submit{
  position:absolute;right:5px;top:5px;bottom:5px;width:38px;padding:0;border:0;border-radius:8px;
  background:var(--blue);color:transparent;cursor:pointer;font-size:0;line-height:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;background-size:18px}
.lo-body.woocommerce-page #secondary.widget-area .woocommerce-product-search button:hover,
.lo-body.woocommerce-page #secondary.widget-area .search-form .search-submit:hover{background-color:var(--blue-700)}
/* active filter chips */
.lo-body.woocommerce-page #secondary.widget-area .woocommerce-widget-layered-nav-list,
.lo-body.woocommerce-page #secondary.widget-area .widget_layered_nav_filters ul{display:block}
.lo-body.woocommerce-page #secondary.widget-area .widget_layered_nav_filters ul li{display:inline-flex}
.filter-empty{padding:16px 18px;font-size:14px}

.lo-body.woocommerce-page .woocommerce-ordering select{border:1.5px solid var(--line);border-radius:var(--r);padding:10px 14px;font-family:inherit;font-weight:600;color:var(--ink)}
.lo-body.woocommerce-page .woocommerce-result-count{color:var(--muted);font-size:14.5px}
.lo-shop .filters{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff}
.lo-shop .filters .filters-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}
.lo-shop .filters .filters-head b{font-size:16px;color:var(--ink)}
.lo-shop .widget{border-bottom:1px solid var(--line-2);padding:16px 18px;margin:0}
.lo-shop .widget:last-child{border-bottom:0}
.lo-shop .widget .widget-title,.lo-shop .widget h4{font-size:14px;color:var(--ink);margin-bottom:12px;font-weight:700}
.lo-filter-toggle{display:none}
.lo-shop .cat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}
.lo-shop .woocommerce-result-count{color:var(--muted);font-size:14.5px;margin:0}
.lo-shop .woocommerce-ordering{margin:0;float:none}
.lo-shop .woocommerce-ordering select{
  width:auto;min-width:220px;height:44px;border:1px solid var(--line);border-radius:12px;padding:0 42px 0 16px;
  font-family:inherit;font-weight:700;font-size:14.5px;color:var(--ink);
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316202b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center/16px;
  cursor:pointer;appearance:none;box-shadow:none}
/* Product grids everywhere (shop, related, up-sells, cross-sells) */
.lo-body ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:0;padding:0;list-style:none;width:auto}
.lo-body ul.products::before,.lo-body ul.products::after{content:none;display:none}
.lo-body ul.products li.product{margin:0!important;width:100%!important;max-width:none;min-width:0;float:none!important;clear:none;padding:0}
.lo-body ul.products li.product::before,.lo-body ul.products li.product::after{display:none}
.lo-body .lo-shop ul.products{grid-template-columns:repeat(4,1fr)}
.lo-shop-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px 18px}
.lo-shop-main>.woocommerce-notices-wrapper,
.lo-shop-main>ul.products,
.lo-shop-main>.woocommerce-pagination{grid-column:1/-1}
.lo-shop-main>.woocommerce-result-count{grid-column:1;align-self:center}
.lo-shop-main>.woocommerce-ordering{grid-column:2;justify-self:end}
.lo-shop .woocommerce-pagination{margin-top:42px}
.lo-body.woocommerce .lo-shop nav.woocommerce-pagination ul.page-numbers,
.lo-shop .woocommerce-pagination ul{
  display:flex;justify-content:center;align-items:center;gap:6px;border:0!important;margin:0;padding:0;flex-wrap:wrap}
.lo-body.woocommerce .lo-shop nav.woocommerce-pagination ul.page-numbers li,
.lo-shop .woocommerce-pagination ul li{border:0!important;margin:0!important;padding:0!important;line-height:1}
.lo-shop .woocommerce-pagination ul li a,
.lo-shop .woocommerce-pagination ul li span{
  width:40px;height:40px;border-radius:10px;display:flex!important;align-items:center;justify-content:center;border:1px solid var(--line);
  font-weight:700;color:var(--ink);font-size:15px;line-height:1;transition:.15s;padding:0;background:#fff;box-shadow:none}
.lo-shop .woocommerce-pagination ul li a:hover,
.lo-shop .woocommerce-pagination ul li a:focus-visible{
  border-color:var(--blue);color:var(--blue);background:var(--blue-50);outline:none}
.lo-body.woocommerce .lo-shop nav.woocommerce-pagination ul li span.current,
.lo-shop .woocommerce-pagination ul li span.current{
  background:var(--blue)!important;color:#fff!important;border-color:var(--blue)!important;box-shadow:0 8px 18px rgba(6,84,176,.16)}
.lo-shop .woocommerce-pagination ul li span.dots{border-color:transparent;background:transparent;color:var(--muted)}
.lo-shop .woocommerce-pagination ul li a.next,
.lo-shop .woocommerce-pagination ul li a.prev{font-size:0}
.lo-shop .woocommerce-pagination ul li a.next::before,
.lo-shop .woocommerce-pagination ul li a.prev::before{
  content:"";display:block;box-sizing:border-box;width:10px;height:10px;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(-45deg);margin-left:-2px}
.lo-shop .woocommerce-pagination ul li a.prev::before{transform:rotate(135deg);margin-left:2px}

/* ============================================================
   WOOCOMMERCE — single product (PDP) brand calculator
   ============================================================ */
.lo-calc{border:1px solid var(--line);border-radius:var(--r-lg);padding:22px;background:var(--bg-2);margin:22px 0}
.lo-calc h4{font-size:16px;margin-bottom:4px}
.lo-calc .hint{font-size:13.5px;color:var(--muted);margin-bottom:16px}
.lo-calc .calc-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.lo-calc .lo-waste{display:flex;align-items:center;gap:9px;margin:0 0 16px;font-size:14px;color:var(--ink);cursor:pointer;user-select:none}
.lo-calc .lo-waste input{width:18px;height:18px;accent-color:var(--blue);cursor:pointer;flex:none}
.lo-calc .lo-waste b{color:var(--blue)}
.lo-calc .qty{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff}
.lo-calc .qty button{width:46px;height:50px;font-size:22px;color:var(--ink);display:grid;place-items:center;background:none;border:0}
.lo-calc .qty button:hover{background:var(--bg-2);color:var(--blue)}
.lo-calc .qty:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-50)}
.lo-calc .qty input{width:78px;height:50px;text-align:center;border:0;border-left:1.5px solid var(--line);border-right:1.5px solid var(--line);font-family:inherit;font-size:17px;font-weight:700;color:var(--ink)}
.lo-calc .qty input:focus{outline:none}
.lo-calc .calc-unit{font-weight:600;color:var(--body)}
.lo-calc .calc-summary{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px dashed var(--line);margin-top:4px}
.lo-calc .calc-summary .lbl{font-size:14px;color:var(--muted)}
.lo-calc .calc-summary .packs{font-weight:700;color:var(--ink)}
.lo-calc .calc-summary .tot{font-size:24px;font-weight:800;color:var(--ink)}
.lo-calc .calc-total{text-align:right}
/* doe-het-zelf korting preview inside the PDP calculator */
.lo-calc .lo-calc-dhz{margin-top:16px;padding:16px;border-radius:var(--r);background:#fff;border:1.5px solid var(--orange)}
.lo-calc .lo-calc-dhz[hidden]{display:none}
.lo-calc .dhz-tag{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--orange-600,#c2410c);margin-bottom:12px}
.lo-calc .dhz-tag svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.lo-calc .dhz-rows{display:flex;flex-direction:column;gap:7px}
.lo-calc .dhz-r{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:var(--body)}
.lo-calc .dhz-r s{color:var(--muted)}
.lo-calc .dhz-r.disc b{color:var(--orange-600,#c2410c)}
.lo-calc .dhz-r.pay{padding-top:8px;margin-top:3px;border-top:1px dashed var(--line)}
.lo-calc .dhz-r.pay span{font-weight:700;color:var(--ink)}
.lo-calc .dhz-r.pay b{font-size:22px;font-weight:800;color:var(--ink)}
.lo-calc .dhz-note{font-size:12px;color:var(--muted);margin:11px 0 0}

.lo-body.single-product .product .summary .price{font-size:30px;font-weight:800;color:var(--sale)}
.lo-body.single-product .product .summary .price ins{text-decoration:none}
.lo-body.single-product .product .summary .price del{font-size:18px;color:var(--muted);font-weight:600}
.lo-body.single-product .product .summary .price del .amount{color:var(--muted)}
.lo-body.single-product .product .summary .price .unit{font-size:15px;font-weight:600;color:var(--muted)}
.lo-body.single-product .single_add_to_cart_button.button{background:var(--orange);color:#fff;border-radius:var(--r);font-weight:700;padding:15px 26px}
.lo-body.single-product .single_add_to_cart_button.button:hover{background:var(--orange-600)}

/* brand line (brand + stock) */
.lo-brand-line{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.lo-brand-line a{font-weight:700;color:var(--blue);font-size:14px;text-transform:uppercase;letter-spacing:.04em}
/* save line */
.lo-save-line{color:var(--green);font-weight:700;font-size:14.5px;margin:6px 0 16px}
/* sample link */
.lo-sample{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--blue);font-size:15px;margin:18px 0 18px}
.lo-sample svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
/* reassurance list */
.lo-usp-mini{display:grid;gap:10px;margin:0 0 8px}
.lo-usp-mini li{display:flex;align-items:center;gap:11px;font-size:14.5px;color:var(--body)}
.lo-usp-mini svg{width:20px;height:20px;color:var(--green);flex:none}

/* tabs — brand underline style (extra div.product specificity to beat WooCommerce) */
.lo-body.single-product div.product .woocommerce-tabs{margin-top:10px}
.lo-body.single-product div.product .woocommerce-tabs ul.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);padding:0;margin:0;overflow-x:auto;background:none}
.lo-body.single-product div.product .woocommerce-tabs ul.tabs::before,
.lo-body.single-product div.product .woocommerce-tabs ul.tabs::after{display:none;content:none}
.lo-body.single-product div.product .woocommerce-tabs ul.tabs li{background:none!important;background-color:transparent!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important}
.lo-body.single-product div.product .woocommerce-tabs ul.tabs li::before,
.lo-body.single-product div.product .woocommerce-tabs ul.tabs li::after{display:none!important;content:none!important;border:0!important}
.lo-body.single-product div.product .woocommerce-tabs ul.tabs li a{padding:16px 22px;font-weight:700;font-size:16px;color:var(--muted);border-bottom:3px solid transparent;white-space:nowrap;display:block;background:none}
/* Align the first tab label with the panel content (both flush to the column). */
.lo-body.single-product div.product .woocommerce-tabs ul.tabs li:first-child a{padding-left:0}
.lo-body.single-product div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--ink)}
.lo-body.single-product div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ink);border-bottom-color:var(--blue)}
.lo-body.single-product div.product .woocommerce-tabs .panel,
.lo-body.single-product div.product .woocommerce-Tabs-panel{border:0;background:none;box-shadow:none;padding:32px 0 12px;margin:0;max-width:820px}
.lo-body.single-product div.product .woocommerce-Tabs-panel>:first-child{margin-top:0}
.lo-body.single-product div.product .woocommerce-Tabs-panel p{margin-bottom:14px;font-size:16px;line-height:1.7}
.lo-body.single-product div.product .woocommerce-Tabs-panel h2{font-size:clamp(22px,2.4vw,30px);font-weight:800;margin-bottom:18px}
/* links inside the product description — brand blue + underlined */
.lo-body.single-product div.product .woocommerce-Tabs-panel a,
.lo-body.single-product .summary .woocommerce-product-details__short-description a{color:var(--blue);text-decoration:none}
.lo-body.single-product div.product .woocommerce-Tabs-panel a:hover,
.lo-body.single-product .summary .woocommerce-product-details__short-description a:hover{color:var(--blue-700)}

/* Specifications tab — clean two-tone spec sheet instead of the bare table. */
.lo-body.single-product div.product .shop_attributes{
  width:100%;border-collapse:separate;border-spacing:0;margin:0;
  border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.lo-body.single-product div.product .shop_attributes th,
.lo-body.single-product div.product .shop_attributes td{
  text-align:left;padding:13px 20px;font-size:15px;line-height:1.5;
  border-bottom:1px solid var(--line);vertical-align:top}
.lo-body.single-product div.product .shop_attributes tr:last-child th,
.lo-body.single-product div.product .shop_attributes tr:last-child td{border-bottom:0}
.lo-body.single-product div.product .shop_attributes th{
  width:44%;color:var(--muted);font-weight:600;background:var(--bg-2)}
.lo-body.single-product div.product .shop_attributes td{color:var(--ink);font-weight:600}
.lo-body.single-product div.product .shop_attributes td p{margin:0!important;font-size:inherit;line-height:inherit}

/* Reviews tab — form + clickable rating stars (WooCommerce's star font isn't loaded in this standalone theme). */
.lo-body.single-product #reviews .woocommerce-Reviews-title{margin:0 0 18px}
.lo-body.single-product #reviews .commentlist{margin:0 0 26px;padding:0;list-style:none}
.lo-body.single-product #review_form_wrapper{max-width:620px}
.lo-body.single-product #reviews .comment-form{display:flex;flex-direction:column;gap:16px;margin:0}
.lo-body.single-product #reviews .comment-form>p{margin:0}
.lo-body.single-product #reviews .comment-reply-title{display:block;font-size:18px;font-weight:800;color:var(--ink);margin:0 0 2px}
.lo-body.single-product #reviews .comment-notes{color:var(--muted);font-size:14px;line-height:1.5}
.lo-body.single-product #reviews .comment-form label{display:block;font-weight:600;font-size:14.5px;color:var(--ink);margin-bottom:6px}
.lo-body.single-product #reviews textarea#comment{
  width:100%;border:1.5px solid var(--line);border-radius:var(--r);padding:12px 14px;
  font-family:inherit;font-size:15px;line-height:1.6;color:var(--ink);background:#fff;min-height:120px;transition:.15s}
.lo-body.single-product #reviews textarea#comment:focus,
.lo-body.single-product #reviews .comment-form input[type=text]:focus,
.lo-body.single-product #reviews .comment-form input[type=email]:focus{
  outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-50)}
.lo-body.single-product #reviews .comment-form-author,
.lo-body.single-product #reviews .comment-form-email{max-width:360px}
.lo-body.single-product #reviews .comment-form-author input,
.lo-body.single-product #reviews .comment-form-email input{width:100%}
.lo-body.single-product #reviews .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:9px}
.lo-body.single-product #reviews .comment-form-cookies-consent label{margin:0;font-weight:500;color:var(--body)}
/* rating stars */
.lo-body.single-product #reviews .comment-form-rating label[for=rating]{margin-bottom:4px}
.lo-body.single-product #reviews p.stars{position:relative;display:inline-block;height:1.15em;margin:0;font-size:26px;line-height:1.15}
.lo-body.single-product #reviews p.stars a{position:relative;float:left;width:1.15em;height:1.15em;text-indent:-9999px;overflow:hidden;text-decoration:none}
.lo-body.single-product #reviews p.stars a::before{
  position:absolute;left:0;top:0;width:1.15em;height:1.15em;text-indent:0;text-align:center;line-height:1.15;
  content:"\2606";color:#cbd2d9}
.lo-body.single-product #reviews p.stars a:hover ~ a::before{content:"\2606";color:#cbd2d9}
.lo-body.single-product #reviews p.stars:hover a::before{content:"\2605";color:var(--star)}
.lo-body.single-product #reviews p.stars:hover a:hover ~ a::before{content:"\2606";color:#cbd2d9}
.lo-body.single-product #reviews p.stars.selected a.active::before{content:"\2605";color:var(--star)}
.lo-body.single-product #reviews p.stars.selected a.active ~ a::before{content:"\2606";color:#cbd2d9}
.lo-body.single-product #reviews p.stars.selected a:not(.active)::before{content:"\2605";color:var(--star)}

/* ============================================================
   WOOCOMMERCE — cart
   ============================================================ */
.lo-body .summary,.lo-body .cart-collaterals .cart_totals{border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;background:#fff}

/* ============================================================
   OFFERTE page
   ============================================================ */
.off-hero{background:var(--blue);color:#fff;padding:44px 0 120px;position:relative;overflow:hidden}
.off-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(900px 360px at 85% -20%,rgba(255,255,255,.12),transparent)}
.off-hero .wrap{position:relative;z-index:1}
.off-hero .crumb{color:rgba(255,255,255,.7);padding-top:0}
.off-hero .crumb a:hover,.off-hero .crumb svg{color:#fff;stroke:rgba(255,255,255,.6)}
.off-hero h1{color:#fff;max-width:640px;margin-bottom:14px}
.off-hero p.lead{font-size:18px;color:rgba(255,255,255,.9);max-width:560px}
.off-usps{display:flex;gap:26px;flex-wrap:wrap;margin-top:24px}
.off-usps li{display:flex;align-items:center;gap:9px;font-weight:600;font-size:14.5px}
.off-usps svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2}

.off-layout{display:grid;grid-template-columns:1fr 372px;gap:30px;align-items:start;margin-top:-92px;padding-bottom:72px;position:relative;z-index:2}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-2);padding:28px 30px;margin-bottom:22px}
.panel-step{display:flex;align-items:center;gap:13px;margin-bottom:6px}
.step-num{width:30px;height:30px;border-radius:50%;background:var(--blue);color:#fff;font-weight:800;display:grid;place-items:center;font-size:15px;flex:none}
.panel-step h2{font-size:21px}
.panel-sub{color:var(--muted);font-size:14.5px;margin:0 0 20px 43px}

.psearch{position:relative;margin-bottom:18px}
.psearch-input{position:relative}
.psearch-input svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:20px;height:20px;fill:none;stroke:var(--muted);stroke-width:2}
.psearch input{width:100%;border:1.5px solid var(--line);border-radius:var(--r);padding:14px 16px 14px 46px;font-size:15.5px;font-family:inherit;background:var(--bg-2);transition:.15s}
.psearch input:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px var(--blue-50)}
.psearch-drop{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-3);max-height:340px;overflow-y:auto;z-index:30;display:none}
.psearch-drop.open{display:block}
.pres{display:flex;align-items:center;gap:13px;padding:11px 14px;cursor:pointer;border-bottom:1px solid var(--line-2);transition:.12s}
.pres:last-child{border-bottom:0}
.pres:hover{background:var(--blue-50)}
.pres .pimg{width:48px;height:48px;border-radius:8px;overflow:hidden;position:relative;flex:none;background:var(--bg-2)}
.pres .pimg .ph,.pres .pimg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.pres .pmeta{flex:1;min-width:0}
.pres .pbrand{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--muted);letter-spacing:.04em}
.pres .ptitle{font-size:14.5px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pres .pprice{font-weight:800;color:var(--ink);font-size:14.5px;white-space:nowrap}
.pres .padd{width:30px;height:30px;border-radius:8px;background:var(--blue);color:#fff;display:grid;place-items:center;flex:none}
.pres .padd svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}
.pres.added{opacity:.5;pointer-events:none}
.psearch-empty{padding:18px;text-align:center;color:var(--muted);font-size:14px}

.sel-list{display:flex;flex-direction:column;gap:12px}
.sel-item{display:grid;grid-template-columns:60px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:var(--r);padding:12px 14px}
.sel-item .simg{width:60px;height:60px;border-radius:8px;overflow:hidden;position:relative;background:var(--bg-2)}
.sel-item .simg .ph,.sel-item .simg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sel-item .sbrand{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--muted);letter-spacing:.04em}
.sel-item .stitle{font-size:15px;font-weight:700;color:var(--ink);line-height:1.3}
.sel-item .sprice{font-size:13px;color:var(--muted);margin-top:2px}
.sel-right{display:flex;align-items:center;gap:14px}
.m2field{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:9px;overflow:hidden}
.m2field:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-50)}
.m2field input{width:62px;height:40px;border:0;text-align:center;font-family:inherit;font-weight:700;font-size:14px;color:var(--ink)}
.m2field input:focus{outline:none}
.m2field .u{font-size:12px;color:var(--muted);padding:0 10px 0 4px}
.sel-item .srm{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;color:var(--muted);border:1.5px solid var(--line);background:none}
.sel-item .srm:hover{color:var(--sale);border-color:var(--sale)}
.sel-item .srm:focus-visible{outline:3px solid var(--blue-100);outline-offset:2px}
.sel-item .srm svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.sel-empty{border:1.5px dashed var(--line);border-radius:var(--r);padding:30px 20px;text-align:center;color:var(--muted);font-size:14.5px}
.sel-empty svg{width:40px;height:40px;fill:none;stroke:var(--line);stroke-width:1.5;margin-bottom:10px}
.advies{display:flex;align-items:flex-start;gap:11px;margin-top:16px;padding:14px 16px;background:var(--orange-50);border-radius:var(--r);font-size:14px;color:var(--body)}
.advies input{accent-color:var(--orange);width:18px;height:18px;margin-top:2px;flex:none}
.advies b{color:var(--ink)}

.frow{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.field label{display:block;font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:6px}
.field label .req{color:var(--sale)}
.field input,.field textarea,.field select{width:100%;border:1.5px solid var(--line);border-radius:var(--r);padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);transition:.15s;background:#fff}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-50)}
.field textarea{resize:vertical;min-height:96px}
.field.full{grid-column:1/-1}
.field-spaced{margin-bottom:16px}
.consent{display:flex;align-items:flex-start;gap:11px;font-size:13.5px;color:var(--muted);margin:6px 0 22px}
.consent input{accent-color:var(--blue);width:18px;height:18px;margin-top:2px;flex:none}
.consent a{color:var(--blue);font-weight:600;text-decoration:underline}

.off-aside{position:sticky;top:24px}
.aside-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-2);overflow:hidden}
.aside-head{padding:18px 22px;border-bottom:1px solid var(--line)}
.aside-head h3{font-size:17px}
.aside-head p{font-size:13px;color:var(--muted);margin-top:2px}
.aside-body{padding:18px 22px}
.aside-line{display:flex;justify-content:space-between;gap:10px;font-size:14px;padding:7px 0;color:var(--body)}
.aside-line span:first-child{min-width:0}
.aside-line span:last-child{font-weight:700;color:var(--ink);white-space:nowrap}
.aside-tot{display:flex;justify-content:space-between;border-top:1px dashed var(--line);margin-top:8px;padding-top:14px;align-items:baseline}
.aside-tot .lbl{font-size:14px;color:var(--muted)}
.aside-tot .val{font-size:23px;font-weight:800;color:var(--ink);text-align:right}
.aside-empty{font-size:14px}
.aside-note{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.5}
.aside-trust{background:var(--bg-2);padding:18px 22px;display:grid;gap:12px}
.aside-trust li{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:11px;font-size:13.5px;color:var(--body);font-weight:600;line-height:1.35}
.aside-trust svg{width:18px;height:18px;color:var(--green);stroke:var(--green);flex:none;display:block}
.aside-contact{padding:18px 22px;border-top:1px solid var(--line);font-size:13.5px;color:var(--muted);line-height:1.7}
.aside-contact b{color:var(--ink)}

/* contact page (/contact) — panel heading + details list, reuses the offerte design */
.lo-contact .contact-head{margin-bottom:6px}
.lo-contact .contact-head h2{font-size:21px;font-weight:800;letter-spacing:-.01em;color:var(--ink)}
.lo-contact .panel-intro{color:var(--muted);font-size:14.5px;margin:0 0 22px}
.lo-contact .contact-rows{padding:6px 22px 4px}
.lo-contact .contact-row{display:grid;grid-template-columns:22px 1fr;gap:13px;align-items:start;padding:13px 0;border-bottom:1px solid var(--line-2,var(--line));font-size:14px;color:var(--body);line-height:1.5}
.lo-contact .contact-row:last-child{border-bottom:0}
.lo-contact .contact-row svg{width:20px;height:20px;fill:none;stroke:var(--blue);stroke-width:1.8;margin-top:1px}
.lo-contact .contact-row b{display:block;color:var(--ink);font-size:14.5px;margin-bottom:1px}
.lo-contact .contact-row a{color:var(--blue)}
.lo-contact .contact-row a:hover{text-decoration:underline}

/* Gravity Forms (form 1) on the contact page — match the site field styling */
.lo-contact .gform_wrapper .gform_validation_errors{border-radius:var(--r);font-size:14px}
.lo-contact .gform_wrapper .gfield_label{font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:6px}
.lo-contact .gform_wrapper .gfield_required{color:var(--sale)}
.lo-contact .gform_wrapper input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.lo-contact .gform_wrapper textarea,
.lo-contact .gform_wrapper select{width:100%;border:1.5px solid var(--line);border-radius:var(--r);padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff;box-shadow:none}
.lo-contact .gform_wrapper input:focus,
.lo-contact .gform_wrapper textarea:focus,
.lo-contact .gform_wrapper select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-50)}
.lo-contact .gform_wrapper textarea{min-height:96px;resize:vertical}
.lo-contact .gform_wrapper .gform_footer{padding:8px 0 0;margin:0}
.lo-contact .gform_wrapper .gform_footer input[type=submit],
.lo-contact .gform_wrapper .gform_footer button{background:var(--orange);color:#fff;border:0;border-radius:var(--r);font-weight:700;font-size:16px;padding:15px 26px;width:100%;cursor:pointer;transition:.15s}
.lo-contact .gform_wrapper .gform_footer input[type=submit]:hover,
.lo-contact .gform_wrapper .gform_footer button:hover{background:var(--orange-600)}
.lo-contact .gform_confirmation_message{font-size:16px;line-height:1.7;color:var(--body)}

.success{text-align:center;padding:20px 10px}
.success .ok{width:78px;height:78px;border-radius:50%;background:var(--green-50);display:grid;place-items:center;margin:0 auto 22px}
.success .ok svg{width:42px;height:42px;fill:none;stroke:var(--green);stroke-width:2.4}
.success h2{font-size:28px;margin-bottom:12px}
.success p{color:var(--body);font-size:16px;max-width:480px;margin:0 auto 8px}
.success .success-note{font-size:14px}
.success-actions{display:flex;gap:12px;justify-content:center;margin-top:26px;flex-wrap:wrap}
.success .recap{text-align:left;background:var(--bg-2);border-radius:var(--r);padding:18px 20px;margin:26px auto 0;max-width:440px}
.success .recap h4{font-size:14px;margin-bottom:10px}
.success .recap .aside-line{font-size:14px}

/* ---- doe-het-zelf korting ---- */
.dhz-discount{background:var(--orange-50);border:1px solid var(--orange);border-radius:var(--r);padding:16px 18px;margin:14px 0 16px;text-align:center}
.dhz-discount .lbl{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--orange-600)}
.dhz-discount .val{display:block;font-size:34px;font-weight:800;color:var(--orange-600);line-height:1.1;margin-top:4px}
.dhz-note{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.5}
.dhz-error{font-size:14px;color:var(--sale);background:var(--bg-2);border-radius:var(--r);padding:14px 16px;line-height:1.45}
#m2Panel[hidden]{display:none}

/* ============================================================
   WOOCOMMERCE GLOBAL — buttons, forms, notices, quantity
   ============================================================ */
.lo-body.woocommerce a.button,.lo-body.woocommerce button.button,.lo-body.woocommerce input.button,
.lo-body.woocommerce .button,.lo-body.woocommerce #respond input#submit{
  background:var(--blue);color:#fff;border-radius:var(--r);font-weight:700;font-size:15px;line-height:1.2;
  padding:13px 22px;border:0;transition:.16s;text-shadow:none;text-transform:none}
.lo-body.woocommerce a.button:hover,.lo-body.woocommerce button.button:hover,.lo-body.woocommerce input.button:hover,
.lo-body.woocommerce .button:hover{background:var(--blue-700);color:#fff}
.lo-body.woocommerce .button.alt,.lo-body.woocommerce #place_order,.lo-body.woocommerce .checkout-button,
.lo-body.woocommerce .single_add_to_cart_button,.lo-body.woocommerce button.button.alt{background:var(--orange);color:#fff}
.lo-body.woocommerce .button.alt:hover,.lo-body.woocommerce #place_order:hover,.lo-body.woocommerce .checkout-button:hover,
.lo-body.woocommerce .single_add_to_cart_button:hover{background:var(--orange-600);color:#fff}

/* form fields */
.lo-body.woocommerce form .form-row input.input-text,.lo-body.woocommerce form .form-row textarea,
.lo-body.woocommerce form .form-row select,.lo-body.woocommerce .quantity .qty,
.lo-body.woocommerce input[type=text],.lo-body.woocommerce input[type=email],.lo-body.woocommerce input[type=tel],
.lo-body.woocommerce input[type=password],.lo-body.woocommerce input[type=number],.lo-body.woocommerce select,
.lo-body .select2-container .select2-selection{
  border:1.5px solid var(--line);border-radius:var(--r);padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff;transition:.15s}
.lo-body.woocommerce form .form-row input.input-text:focus,.lo-body.woocommerce form .form-row textarea:focus,
.lo-body.woocommerce form .form-row select:focus,.lo-body.woocommerce input:focus,.lo-body.woocommerce select:focus{
  outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-50)}
.lo-body.woocommerce .quantity .qty{width:84px;height:48px;text-align:center;font-weight:700}

/* notices / flash messages — consistent alignment site-wide */
.lo-body .woocommerce-message,.lo-body .woocommerce-info,.lo-body .woocommerce-error,
.lo-body .woocommerce-noreviews,.lo-body.woocommerce ul.woocommerce-error{
  display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;
  border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:var(--r);
  background:var(--bg-2);padding:14px 18px;margin:0 0 16px;
  font-size:14.5px;line-height:1.5;color:var(--body);list-style:none}
/* WooCommerce's icon-font ::before overlapped the text (the clipped first letter)
   — drop it; the coloured left border is the status indicator. */
.lo-body .woocommerce-message::before,.lo-body .woocommerce-info::before,
.lo-body .woocommerce-error::before,.lo-body .woocommerce-noreviews::before{content:none;display:none}
.lo-body .woocommerce-message{border-left-color:var(--green)}
.lo-body .woocommerce-info{border-left-color:var(--blue)}
.lo-body .woocommerce-error{border-left-color:var(--sale)}
.lo-body .woocommerce-message .button,.lo-body .woocommerce-info .button,
.lo-body .woocommerce-error .button{margin-left:auto;padding:8px 14px;font-size:13px}
/* validation-error list (multiple messages) stacks vertically */
.lo-body.woocommerce ul.woocommerce-error{flex-direction:column;align-items:stretch;gap:6px}
.lo-body.woocommerce ul.woocommerce-error li{list-style:none;margin:0;padding:0}

/* sale flash badge */
.lo-body.woocommerce span.onsale{background:var(--sale)!important;color:#fff!important;border-radius:7px!important;font-weight:700;font-size:12px!important;min-height:0!important;min-width:0!important;width:auto!important;height:auto!important;padding:5px 9px!important;line-height:1!important;top:16px;left:16px;margin:0!important;position:absolute;z-index:3}

/* ============================================================
   WOOCOMMERCE — single product (PDP) layout
   ============================================================ */
.lo-body.single-product div.product{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start;margin:0;position:relative}
.lo-body.single-product div.product>*{min-width:0}
/* Gallery: vertical thumbnail strip (left) + large main image (right). */
.lo-body.single-product div.product .woocommerce-product-gallery{
  --lo-thumb-col:104px;--lo-gallery-gap:16px;
  width:auto!important;max-width:100%;float:none;margin:0;min-width:0;
  position:sticky;top:24px;align-self:start;
  padding-left:calc(var(--lo-thumb-col) + var(--lo-gallery-gap))}
/* Clip + round the visible window only. NOT the __wrapper: FlexSlider sets its
   width inline (e.g. 400%) so all slides sit side by side; capping it with
   max-width/overflow:hidden collapses the track and blanks slides 2+. */
.lo-body.single-product div.product .woocommerce-product-gallery .flex-viewport{
  position:relative;max-width:100%;border-radius:var(--r-lg);overflow:hidden}
.lo-body.single-product div.product .woocommerce-product-gallery__wrapper{min-width:0}
.lo-body.single-product div.product .woocommerce-product-gallery img{border-radius:var(--r-lg);max-width:100%;height:auto;display:block}
/* thumbnails — absolute so they don't dictate the row height (arrows stay centered on the image).
   Capped to the main image height; extra thumbs scroll within the strip. */
.lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
  position:absolute;left:0;top:0;width:var(--lo-thumb-col);max-height:100%;overflow-y:auto;
  display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;
  scrollbar-width:thin;scrollbar-color:var(--line) transparent;overscroll-behavior:contain}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{width:5px}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{width:100%;margin:0;padding:0;list-style:none;line-height:0}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img{
  width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid var(--line);
  cursor:pointer;opacity:.72;transition:opacity .15s,border-color .15s}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active{opacity:1;border:2px solid var(--ink)}
/* zoom trigger — round button top-right of the main image */
.lo-body.single-product div.product .woocommerce-product-gallery__trigger{
  position:absolute;top:16px;right:16px;z-index:6;width:46px;height:46px;border-radius:50%;
  background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;
  font-size:0;text-indent:-9999px;overflow:hidden}
.lo-body.single-product div.product .woocommerce-product-gallery__trigger::before{content:none}
.lo-body.single-product div.product .woocommerce-product-gallery__trigger::after{
  content:"";width:20px;height:20px;text-indent:0;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316202b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E")}
/* prev/next arrows over the main image */
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav{margin:0;padding:0;list-style:none}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav li{position:static;margin:0;padding:0;list-style:none}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a{
  position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;
  background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;
  font-size:0;color:transparent;text-indent:0;overflow:hidden}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-prev{left:calc(var(--lo-thumb-col) + var(--lo-gallery-gap) + 16px)}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-next{right:16px}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a::before{
  content:"";display:block;width:11px;height:11px;border:2.5px solid var(--ink);border-left:0;border-bottom:0}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-prev::before{transform:rotate(-135deg);margin-left:4px}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-next::before{transform:rotate(45deg);margin-right:4px}
.lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-disabled{opacity:.35;pointer-events:none}
.lo-body.single-product div.product .summary.entry-summary{width:auto!important;max-width:100%;float:none;margin:0;min-width:0}
.lo-body.single-product div.product .woocommerce-tabs,
.lo-body.single-product div.product .related,
.lo-body.single-product div.product .upsells{grid-column:1/-1}
.lo-body.single-product .product_title{font-size:30px;font-weight:800;letter-spacing:-.02em;margin:0 0 12px;color:var(--ink);padding:0}
.lo-body.single-product .summary .woocommerce-product-rating{margin:0 0 16px}
.lo-body.single-product .summary .woocommerce-product-details__short-description{font-size:16px;color:var(--body);line-height:1.65;margin:0 0 18px}
.lo-body.single-product .summary .product_meta{font-size:13.5px;color:var(--muted);margin-top:18px}
.lo-body.single-product .summary form.cart{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 8px}
.lo-body.single-product .summary form.cart .lo-calc{flex-basis:100%}
.lo-body.single-product .summary form.cart .quantity{flex:none}
.lo-body.single-product .summary form.cart .single_add_to_cart_button{flex:1;min-width:180px}
.lo-body.single-product .related>h2,.lo-body.single-product .upsells>h2{font-size:clamp(22px,2.4vw,30px);font-weight:800;margin-bottom:24px}

/* ============================================================
   WOOCOMMERCE — cart
   ============================================================ */
.lo-body.woocommerce-cart .woocommerce{display:grid;grid-template-columns:1fr 360px;gap:34px;align-items:start}
.lo-body.woocommerce-cart .woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
.lo-body.woocommerce-cart form.woocommerce-cart-form{grid-column:1}
.lo-body.woocommerce-cart .cart-collaterals{grid-column:2;width:auto;float:none}
.lo-body.woocommerce-cart .cart-collaterals .cart_totals{width:auto;float:none}
/* Cross-sells: full-width brand grid below the cart (moved out of the sidebar). */
.lo-body.woocommerce-cart .woocommerce>.cross-sells{grid-column:1/-1;width:auto;float:none;margin-top:10px;border-top:1px solid var(--line);padding-top:28px}
.lo-body.woocommerce-cart .cross-sells>h2{font-size:20px;font-weight:800;color:var(--ink);margin-bottom:18px}
.lo-body .woocommerce-cart-form table.shop_table{border:1px solid var(--line);border-radius:var(--r-lg);border-collapse:separate;border-spacing:0;overflow:hidden;background:#fff}
.lo-body .woocommerce-cart-form table.shop_table th{background:var(--bg-2);font-weight:700;color:var(--ink);padding:14px 16px;font-size:13.5px}
.lo-body .woocommerce-cart-form table.shop_table td{padding:16px;border-top:1px solid var(--line-2);vertical-align:middle}
.lo-body .woocommerce-cart-form .product-thumbnail img{width:74px;height:74px;object-fit:cover;border-radius:var(--r)}
.lo-body .woocommerce-cart-form .product-name a{font-weight:700;color:var(--ink)}
.lo-body .woocommerce-cart-form .product-name a:hover{color:var(--blue)}
.lo-body .woocommerce-cart-form .coupon .input-text{width:160px}
.lo-body .cart_totals h2{font-size:18px;margin-bottom:14px}
.lo-body .cart_totals table.shop_table{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff}
.lo-body .cart-collaterals .cart_totals{border:1px solid var(--line);border-radius:var(--r-lg);background:#fff;padding:22px;position:sticky;top:24px}
.lo-body .cart-collaterals .cart_totals .order-total .amount{font-size:20px}
.lo-body .wc-proceed-to-checkout{padding-top:16px!important}
.lo-body .wc-proceed-to-checkout .checkout-button{display:block;text-align:center;font-size:16px;padding:16px}
.lo-body .cart-empty.woocommerce-info{text-align:center}
/* remove (×) button */
.lo-body .woocommerce-cart-form td.product-remove{width:44px;text-align:center}
.lo-body .woocommerce-cart-form td.product-remove a.remove{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--bg-2);color:var(--muted)!important;font-size:18px;line-height:1;text-decoration:none;transition:.15s}
.lo-body .woocommerce-cart-form td.product-remove a.remove:hover{background:var(--sale);color:#fff!important}
/* quantity field */
.lo-body .woocommerce-cart-form td.product-quantity .quantity .qty{width:72px;height:44px;border:1.5px solid var(--line);border-radius:var(--r);text-align:center;font-weight:700}
.lo-body .woocommerce-cart-form td.product-subtotal{font-weight:800;color:var(--ink)}
/* coupon + update-cart actions row */
.lo-body .woocommerce-cart-form td.actions{padding:16px}
.lo-body .woocommerce-cart-form td.actions .coupon{display:flex;gap:10px;align-items:center}
.lo-body .woocommerce-cart-form td.actions .coupon .input-text{flex:0 0 220px;height:46px;border:1.5px solid var(--line);border-radius:var(--r);padding:0 14px;background:#fff}
.lo-body .woocommerce-cart-form td.actions .coupon .input-text:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-50)}
.lo-body .woocommerce-cart-form td.actions button[name="update_cart"]{background:var(--ink)}
.lo-body .woocommerce-cart-form td.actions button[name="update_cart"]:hover{background:#0d141c}
@media(max-width:980px){
  .lo-body.woocommerce-cart .woocommerce{grid-template-columns:1fr}
  .lo-body.woocommerce-cart .cart-collaterals{grid-column:1}
  .lo-body .cart-collaterals .cart_totals{position:static}
}

/* ============================================================
   WOOCOMMERCE — checkout & account
   ============================================================ */
/* ----------------------------------------------------------------
   Shopify-style two-column checkout (form-checkout.php). Centered to the
   site width (var(--maxw)); the site header/footer (incl. the nav menu) are
   hidden and the design provides its own minimal chrome (logo + breadcrumb).
   The fields/gateways/totals are WooCommerce's own.
   ---------------------------------------------------------------- */
/* strip the site chrome on the checkout form (not the thank-you page) */
.lo-body.woocommerce-checkout:not(.woocommerce-order-received) .announce,
.lo-body.woocommerce-checkout:not(.woocommerce-order-received) .lo-site-header,
.lo-body.woocommerce-checkout:not(.woocommerce-order-received) #lo-primary-nav,
.lo-body.woocommerce-checkout:not(.woocommerce-order-received) .foot-usp,
.lo-body.woocommerce-checkout:not(.woocommerce-order-received) .site-footer{display:none}
.lo-body.woocommerce-checkout:not(.woocommerce-order-received) #content{padding:0;margin:0}
.lo-body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce{margin:0}
/* Keep checkout notices inside the page grid (not flush to the browser edge):
   the wrapper before the form AND the AJAX NoticeGroup prepended into the form. */
.lo-body.woocommerce-checkout .woocommerce-notices-wrapper:not(:empty),
.lo-body.woocommerce-checkout .lo-checkout > .woocommerce-NoticeGroup{max-width:var(--maxw);margin:0 auto;padding:16px 24px 0}

/* layout: centered at the site width (matches .wrap) — form (left) + summary panel (right) */
.lo-checkout .co{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,600px);column-gap:40px;row-gap:24px;align-items:start;max-width:var(--maxw);margin:0 auto;padding:36px 24px 80px}
/* logo spans the full width so both columns start level with the form (not the logo) */
.co-head{grid-column:1/-1}
.co-left{display:block}
.co-right{position:sticky;top:24px}
.co-left-in{width:100%;max-width:none;padding:0}
.co-right-in{width:100%;max-width:none;padding:0;display:flex;flex-direction:column;gap:14px}
.co-right #order_review{display:flex;flex-direction:column;gap:14px}
.co-right .lo-co-review{display:flex;flex-direction:column;gap:14px}
.co-right .rblock{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;margin:0}
.co-right .rblock.co-summary{padding:0}

/* checkout chrome: logo + breadcrumb + policy footer */
.co-head{margin-bottom:0}
.co-head .logo img{height:38px;width:auto}
.co-crumb{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--muted);margin-top:20px;flex-wrap:wrap}
.co-crumb a:hover{color:var(--blue)}
.co-crumb .on{color:var(--ink);font-weight:700}
.co-crumb svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.2}
.co-foot{border-top:1px solid var(--line);margin-top:34px;padding-top:18px;display:flex;flex-wrap:wrap;gap:8px 20px}
.co-foot a{font-size:13px;color:var(--blue)}
.co-foot a:hover{text-decoration:underline}

/* section headings */
.lo-checkout .woocommerce-billing-fields > h3,
.lo-checkout .woocommerce-shipping-fields > h3:first-child,
.lo-checkout .woocommerce-additional-fields > h3,
.co-sec-head h2{font-size:19px;font-weight:800;letter-spacing:-.01em;color:var(--ink);margin:0 0 14px}
.co-sec-head{margin-bottom:14px}
.lo-checkout #customer_details.col2-set{display:block;width:auto;margin:0}
.lo-checkout #customer_details .col-1,
.lo-checkout #customer_details .col-2{width:auto;float:none;padding:0}
.lo-checkout .woocommerce-shipping-fields,
.lo-checkout .woocommerce-account-fields,
.lo-checkout .woocommerce-additional-fields{margin-top:18px}
/* Facturering + verzending + extra informatie in the same bordered card. */
.lo-checkout .woocommerce-billing-fields,
.lo-checkout .woocommerce-shipping-fields,
.lo-checkout .woocommerce-additional-fields{border:1px solid var(--line);border-radius:14px;padding:20px}
/* …but never draw an empty card: WooCommerce always outputs the wrappers even
   when a group has no fields (e.g. order notes disabled). Strip the border then. */
.lo-checkout .woocommerce-billing-fields:not(:has(input,select,textarea)),
.lo-checkout .woocommerce-shipping-fields:not(:has(input,select,textarea)),
.lo-checkout .woocommerce-additional-fields:not(:has(input,select,textarea)){border:0;padding:0;margin-top:0}

/* field grid */
.lo-checkout .woocommerce-billing-fields__field-wrapper,
.lo-checkout .woocommerce-shipping-fields__field-wrapper,
.lo-checkout .woocommerce-additional-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
.lo-checkout .form-row{grid-column:1/-1}
.lo-checkout .form-row-first{grid-column:1/2}
.lo-checkout .form-row-last{grid-column:2/3}
/* street + house number 50/50 — forced by id because WooCommerce's address-i18n
   JS resets address_1 to form-row-wide (full width) on load. */
.lo-checkout #billing_address_1_field,
.lo-checkout #shipping_address_1_field{grid-column:1/2}
.lo-checkout #billing_house_number_field,
.lo-checkout #shipping_house_number_field{grid-column:2/3}
/* WooCommerce gives first/last name a 47% float width with higher specificity
   than the .form-row reset; neutralise it so each fills its 50/50 grid cell. */
.lo-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.lo-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
.lo-checkout .woocommerce-additional-fields__field-wrapper .form-row{width:auto;float:none}

/* floating-label fields (Shopify signature) — only text/select rows */
.lo-checkout .form-row{position:relative;margin:0 0 12px;padding:0;float:none;width:auto}
.lo-checkout .woocommerce-input-wrapper{display:block;width:100%}
.lo-checkout .form-row .input-text,
.lo-checkout .form-row select,
.lo-checkout .form-row .select2-container .select2-selection{
  width:100%;height:56px;border:1px solid #b8c0c9;border-radius:8px;font-family:inherit;font-size:15px;
  color:var(--ink);background:#fff;transition:.12s;-webkit-appearance:none;appearance:none;box-shadow:none}
.lo-checkout .form-row input.input-text,
.lo-checkout .form-row select{padding:20px 14px 6px}
.lo-checkout .form-row textarea.input-text{height:auto;min-height:92px;padding:26px 14px 10px;line-height:1.5}
.lo-checkout .form-row .input-text:focus,
.lo-checkout .form-row select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}
.lo-checkout .form-row .input-text::placeholder{color:transparent}
.lo-checkout .form-row:has(> .woocommerce-input-wrapper > .input-text) > label,
.lo-checkout .form-row:has(> .woocommerce-input-wrapper > select) > label{
  position:absolute;left:14px;top:17px;margin:0;font-weight:400;color:#6a7682;font-size:15px;
  pointer-events:none;transition:.12s ease;white-space:nowrap;max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis;z-index:2}
.lo-checkout .form-row:has(> .woocommerce-input-wrapper > .input-text):focus-within > label,
.lo-checkout .form-row:has(> .woocommerce-input-wrapper > .input-text:not(:placeholder-shown)) > label,
.lo-checkout .form-row:has(> .woocommerce-input-wrapper > select) > label{top:8px;font-size:11.5px;letter-spacing:.01em}
.lo-checkout .form-row.woocommerce-invalid:has(> .woocommerce-input-wrapper > .input-text) .input-text{border-color:var(--sale)}
.lo-checkout .form-row > label .required,
.lo-checkout .form-row > label .optional{color:#9aa6b1;border:0;text-decoration:none}

/* select2 (country/state) matched to the field box */
.lo-checkout .select2-container--default .select2-selection--single{border:1px solid #b8c0c9;border-radius:8px}
.lo-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.2;padding:22px 28px 0 14px;color:var(--ink)}
.lo-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:54px;right:8px}
.lo-checkout .select2-container--open .select2-selection--single{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}

/* delivery-date dropdown states set by assets/js/delivery-date.js */
.lo-checkout #billing_delivery_date_field.zero-total{display:none}
.lo-checkout #billing_delivery_date_field.multiple-carriers::after{content:"Je bestelling komt van meerdere leveranciers — we tonen alleen bezorgdata die voor alle artikelen haalbaar zijn.";display:block;font-size:12px;color:var(--muted);margin-top:6px;line-height:1.4}

/* checkboxes (create account, ship-to-different, terms, opt-ins) */
.lo-checkout .form-row > label.checkbox,
.lo-checkout .woocommerce-form__label-for-checkbox{position:static;display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:400;color:var(--body);cursor:pointer;margin:0;pointer-events:auto}
/* Custom checkbox. The compound .lo-checkout.checkout .form-row selector outranks
   WooCommerce's `.woocommerce form .form-row input.input-checkbox{display:inline}`,
   which would otherwise collapse the appearance:none box into a thin sliver. */
.lo-checkout.checkout .form-row input[type=checkbox],
.lo-checkout input[type=checkbox]{appearance:none;-webkit-appearance:none;box-sizing:border-box;display:inline-grid;place-items:center;width:19px;height:19px;min-width:19px;border:1.5px solid #b8c0c9;border-radius:5px;flex:none;margin:1px 0 0;cursor:pointer;background:#fff;transition:.12s}
.lo-checkout.checkout .form-row input[type=checkbox]:checked,
.lo-checkout input[type=checkbox]:checked{background:var(--blue);border-color:var(--blue)}
.lo-checkout.checkout .form-row input[type=checkbox]:checked::after,
.lo-checkout input[type=checkbox]:checked::after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-1px)}
.lo-checkout #ship-to-different-address{font-size:19px;font-weight:800;letter-spacing:-.01em;color:var(--ink);margin:0 0 14px}
.lo-checkout #ship-to-different-address label{display:flex;align-items:center;gap:10px;cursor:pointer}

/* login / coupon prompts (moved into the left rail) */
.lo-checkout .woocommerce-form-login-toggle,
.lo-checkout .woocommerce-form-coupon-toggle{margin-bottom:14px}
.lo-checkout .woocommerce-form-login,
.lo-checkout form.checkout_coupon{border:1px solid var(--line);border-radius:12px;padding:18px 20px;margin-bottom:18px;background:#fff}

/* order summary (right rail) */
.co-summary > summary{list-style:none;display:flex;align-items:center;gap:9px;padding:18px 20px;cursor:pointer;font-weight:700;color:var(--ink);font-size:15px}
.co-summary > summary::-webkit-details-marker{display:none}
.co-summary .bag{width:18px;height:18px;flex:none}
.co-summary .chev{width:16px;height:16px;transition:.22s;flex:none}
.co-summary[open] .chev{transform:rotate(180deg)}
.co-summary .st-amt{margin-left:auto;font-weight:800;font-size:15px}
.co-summary .st-amt .includes_tax,.co-summary .st-amt small{display:none}
.co-summary .sum-lines{display:flex;flex-direction:column;gap:18px;padding:0 20px 20px}
.co-summary .sum-line{display:grid;grid-template-columns:54px 1fr auto;gap:13px;align-items:center}
.co-summary .sum-thumb{width:54px;height:54px;border-radius:9px;border:1px solid var(--line);overflow:hidden;position:relative;background:var(--bg-2)}
.co-summary .sum-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.co-summary .sum-thumb .qbadge{position:absolute;top:-8px;right:-8px;background:#6a7682;color:#fff;font-size:11px;font-weight:800;min-width:21px;height:21px;border-radius:999px;display:grid;place-items:center;padding:0 5px;border:1.5px solid #fff;z-index:2}
.co-summary .sl-t{font-size:13.5px;font-weight:700;color:var(--ink);line-height:1.3}
.co-summary .sl-m{font-size:12.5px;color:var(--muted);margin-top:2px}
.co-summary .sl-p{font-weight:700;color:var(--ink);font-size:14px;white-space:nowrap}
.co-summary .sum-line>div{min-width:0}
.co-summary .sl-t{overflow:hidden;text-overflow:ellipsis}
.co-summary .variation,.co-summary .variation dt,.co-summary .variation dd{font-size:12px;color:var(--muted);margin:3px 0 0;padding:0}
.co-summary .variation p{margin:0}

/* totals */
.co-totals .sum-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:6px 0;font-size:15px;color:var(--body)}
.co-totals .sum-row .free{color:var(--green);font-weight:700}
.co-totals .sum-row.discount span:last-child,.co-totals .sum-row.discount .amt{color:var(--green);font-weight:700}
.co-totals .sum-row.grand{padding-top:16px;margin-top:8px;border-top:1px solid var(--line);align-items:flex-end}
.co-totals .grand .g-l{font-size:18px;font-weight:800;color:var(--ink)}
.co-totals .grand .g-cur{font-size:12px;color:var(--muted);font-weight:600;margin-right:8px}
.co-totals .grand .g-v,.co-totals .grand .g-v .amount{font-size:26px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.co-totals .grand .g-v .includes_tax,.co-totals .grand .g-v small{display:none}
.co-totals .sum-vat{font-size:12.5px;color:var(--muted);text-align:right;margin-top:4px}
.co-totals .sum-vat .amount{color:var(--muted)}

/* shipping + payment option cards */
.lo-checkout .opt-group{border:1px solid #b8c0c9;border-radius:9px;overflow:hidden}
.lo-checkout .opt{display:flex;align-items:center;gap:13px;padding:15px 16px;cursor:pointer;border-bottom:1px solid var(--line);transition:.12s;position:relative;margin:0}
.lo-checkout .opt:last-child{border-bottom:0}
.lo-checkout .opt:hover{background:#fafbfc}
.lo-checkout .opt:has(input:checked){background:var(--blue-50)}
.lo-checkout .opt .radio{width:20px;height:20px;border-radius:50%;border:1.5px solid #b8c0c9;flex:none;transition:.12s}
.lo-checkout .opt:has(input:checked) .radio{border-color:var(--blue);border-width:6px}
.lo-checkout .opt input[type=radio]{position:absolute;opacity:0;width:0;height:0}
.lo-checkout .opt .o-label{font-weight:700;color:var(--ink);font-size:15px}
.lo-checkout .opt .o-price{margin-left:auto;font-weight:800;color:var(--ink);font-size:15px}
.lo-checkout .opt .o-price.free,.lo-checkout .opt .o-price.free .amount{color:var(--green)}

/* payment: WooCommerce gateway list as the design's option cards.
   Scoped under #payment so it beats WooCommerce's own id-level rules
   (#payment{background:#ebe9eb;border-radius:5px} etc.). */
.co-right #payment{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}
.lo-checkout .secure-line{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted);margin:0 0 14px}
.lo-checkout .secure-line svg{width:14px;height:14px;stroke:var(--green);fill:none;flex:none}
.co-right #payment ul.payment_methods{list-style:none;margin:0;padding:0;border:1px solid #b8c0c9;border-radius:9px;overflow:hidden;background:#fff}
.co-right #payment ul.payment_methods li.wc_payment_method{border-bottom:1px solid var(--line);position:relative;list-style:none;padding:0;margin:0;background:none}
.co-right #payment ul.payment_methods li.wc_payment_method:last-child{border-bottom:0}
.co-right #payment ul.payment_methods li > input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0}
.co-right #payment ul.payment_methods li > label{display:flex;align-items:center;gap:10px;padding:15px 16px 15px 46px;margin:0;cursor:pointer;font-weight:700;color:var(--ink);font-size:15px;min-height:52px;position:relative}
.co-right #payment ul.payment_methods li > label::before{content:"";box-sizing:border-box;position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;border:1.5px solid #b8c0c9;background:#fff;transition:.12s}
.co-right #payment ul.payment_methods li:has(input:checked){background:var(--blue-50)}
.co-right #payment ul.payment_methods li:has(input:checked) > label::before{border-color:var(--blue);border-width:6px}
.co-right #payment ul.payment_methods li > label img{margin-left:auto;max-height:24px;width:auto;display:inline-block;float:none}
.co-right #payment ul.payment_methods .payment_box{background:#fafbfc;border-top:1px solid var(--line);border-radius:0;padding:16px;margin:0;font-size:13.5px;color:var(--muted);line-height:1.55}
.co-right #payment ul.payment_methods .payment_box::before{display:none}
.co-right #payment ul.payment_methods .payment_box p{margin:0 0 8px}
.co-right #payment ul.payment_methods .payment_box p:last-child{margin-bottom:0}

/* place order + terms — 1em margin top and bottom, no padding (beats WooCommerce
   core's #payment div.form-row{padding:1em} via the id). */
.lo-checkout .place-order,
.co-right #payment .place-order{padding:0;margin:1em 0}
.lo-checkout .woocommerce-terms-and-conditions-wrapper{font-size:13px;color:var(--muted);margin-bottom:14px}
/* Flush the reassurance line, terms checkbox and pay button with the rest of the
   card. WooCommerce core indents #payment's form-rows (#payment div.form-row{padding:1em}),
   which pushed these in from the left/right — neutralise that here. */
.co-right #payment .secure-line,
.co-right #payment .place-order,
.co-right #payment .place-order .form-row,
.co-right #payment .woocommerce-terms-and-conditions-wrapper,
.co-right #payment .woocommerce-privacy-policy-text{margin-left:0;margin-right:0;padding-left:0;padding-right:0;float:none;width:auto}
/* green pay button — two ids outrank WooCommerce's purple #place_order default */
.co-right #payment #place_order{width:100%;height:56px;font-size:17px;border-radius:8px;background:var(--green);color:#fff}
.co-right #payment #place_order:hover{background:#178a4b;color:#fff}

/* trust badge */
.co-right .trust{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:10px}
.co-right .trust svg{width:22px;height:22px;stroke:var(--blue);fill:none;flex:none}
.co-right .trust b{display:block;font-size:13.5px;color:var(--ink)}
.co-right .trust span{font-size:12.5px;color:var(--muted)}

/* responsive */
@media(max-width:980px){
  /* logo, then form, then order summary / payment (natural source order) */
  .lo-checkout .co{grid-template-columns:1fr;row-gap:20px;padding:26px 18px 60px}
  .co-right{position:static}
  .co-left-in,.co-right-in{padding:0}
}
@media(max-width:560px){
  .lo-checkout .woocommerce-billing-fields__field-wrapper,
  .lo-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}
  .lo-checkout .form-row-first,.lo-checkout .form-row-last{grid-column:1/-1}
  /* street + house number stack too (ID beats the class rule above) */
  .lo-checkout #billing_address_1_field,
  .lo-checkout #shipping_address_1_field,
  .lo-checkout #billing_house_number_field,
  .lo-checkout #shipping_house_number_field{grid-column:1/-1}
  .lo-checkout .co{padding:20px 14px 50px}
}

/* ----------------------------------------------------------------
   Order received / bevestiging (thankyou.php). Full-bleed confirmation
   hero + grey body grid; keeps the normal site header/footer.
   ---------------------------------------------------------------- */
.cf{background:var(--bg-2)}
.cf-hero{background:#fff;border-bottom:1px solid var(--line);padding:56px 0 48px;text-align:center}
.cf-badge{width:78px;height:78px;border-radius:50%;background:var(--green-50);display:grid;place-items:center;margin:0 auto 22px}
.cf-badge svg{width:40px;height:40px;stroke:var(--green);fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.cf-badge svg path{stroke-dasharray:30;stroke-dashoffset:30}
.cf-eyebrow{font-size:13px;font-weight:800;color:var(--blue);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.lo-body .cf-hero h1{font-size:clamp(26px,4vw,36px);font-weight:800;letter-spacing:-.02em;margin-bottom:14px;line-height:1.12}
.cf-hero .cf-sub{font-size:16px;color:var(--muted);max-width:580px;margin:0 auto;line-height:1.6}
.cf-hero .cf-sub b{color:var(--ink)}
@media(prefers-reduced-motion:no-preference){
  .cf-badge{animation:cfpop .5s cubic-bezier(.2,1.1,.4,1) both}
  .cf-badge svg path{animation:cfdraw .5s ease .35s forwards}
  @keyframes cfpop{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}
  @keyframes cfdraw{to{stroke-dashoffset:0}}
}
@media(prefers-reduced-motion:reduce){.cf-badge svg path{stroke-dashoffset:0}}

.cf-body{padding:38px 0 72px}
.cf-grid{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}
.cf-main{min-width:0}
.cf-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 28px}
.cf-card+.cf-card{margin-top:20px}
.lo-body .cf-card h2{font-size:19px;font-weight:800;letter-spacing:-.01em;margin-bottom:22px}
.lo-body .cf-card h3{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:14px}

.cf-meta{display:flex;flex-wrap:wrap;gap:26px 44px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 28px;margin-bottom:20px}
.cf-meta .m{display:flex;flex-direction:column;gap:3px}
.cf-meta .m .k{font-size:12.5px;color:var(--muted);font-weight:600}
.cf-meta .m .v{font-size:15.5px;color:var(--ink);font-weight:700}

.cf-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative}
.cf-steps::before{content:"";position:absolute;left:7%;right:7%;top:13px;height:3px;background:var(--line);z-index:0}
.cf-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px}
.cf-dot{width:28px;height:28px;border-radius:50%;background:#fff;border:3px solid var(--line);display:grid;place-items:center;box-sizing:border-box}
.cf-dot svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:3}
.cf-step.done .cf-dot{background:var(--green);border-color:var(--green)}
.cf-step.active .cf-dot{background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 5px var(--blue-50)}
.cf-step .s-t{font-size:13.5px;font-weight:700;color:var(--ink);line-height:1.25}
.cf-step .s-d{font-size:12px;color:var(--muted)}
.cf-step.todo .s-t{color:var(--muted)}

.cf-lines{display:flex;flex-direction:column;gap:18px}
.cf-line{display:grid;grid-template-columns:60px 1fr auto;gap:15px;align-items:center}
.cf-line>div{min-width:0}
.cf-thumb{width:60px;height:60px;border-radius:10px;border:1px solid var(--line);overflow:hidden;position:relative;background:var(--bg-2)}
.cf-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.cf-line .l-t{font-size:14.5px;font-weight:700;color:var(--ink);line-height:1.3;overflow:hidden;text-overflow:ellipsis}
.cf-line .l-m{font-size:12.5px;color:var(--muted);margin-top:3px}
.cf-line .l-p{font-weight:700;color:var(--ink);font-size:14.5px;white-space:nowrap}
.cf-totals{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}
.cf-row{display:flex;justify-content:space-between;align-items:baseline;padding:5px 0;font-size:15px;color:var(--body)}
.cf-row .free,.cf-row .free .amount{color:var(--green);font-weight:700}
.cf-row.discount span:last-child,.cf-row.discount span:last-child .amount{color:var(--green);font-weight:700}
.cf-row.grand{margin-top:10px;padding-top:15px;border-top:1px solid var(--line)}
.cf-row.grand .g-l{font-size:17px;font-weight:800;color:var(--ink)}
.cf-row.grand .g-v,.cf-row.grand .g-v .amount{font-size:23px;font-weight:800;color:var(--ink);letter-spacing:-.01em}
.cf-vat{font-size:12.5px;color:var(--muted);text-align:right;margin-top:5px}
.cf-vat .amount{color:var(--muted)}

.cf-addr{font-size:14.5px;line-height:1.6;color:var(--body)}
.cf-addr b{color:var(--ink)}
.cf-deliv{display:flex;align-items:flex-start;gap:13px}
.cf-deliv svg{width:24px;height:24px;stroke:var(--blue);fill:none;stroke-width:1.8;flex:none;margin-top:1px}
.cf-deliv b{display:block;font-size:15px;color:var(--ink);margin-bottom:3px}
.cf-deliv span{font-size:13.5px;color:var(--muted);line-height:1.5}
.cf-help p{font-size:13.5px;color:var(--muted);line-height:1.55;margin-bottom:14px}
.cf-help a.tel{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--blue);font-size:15px}
.cf-help a.tel svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9}

.cf-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

@media(max-width:900px){
  .cf-grid{grid-template-columns:1fr}
  .cf-steps::before{left:9%;right:9%}
}
@media(max-width:520px){
  .cf-step .s-d{display:none}
  .cf-cta .btn{flex:1}
}

.lo-body.woocommerce-account .woocommerce-MyAccount-navigation ul{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;list-style:none;margin:0;padding:0;background:#fff}
.lo-body.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--line-2)}
.lo-body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
.lo-body.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:13px 18px;font-weight:600;color:var(--body)}
.lo-body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{color:var(--blue);background:var(--blue-50)}

/* ============================================================
   STANDALONE LAYOUT — content wrapper, shop two-column, entries
   ============================================================ */
.lo-wc{padding:0 0 70px}
.lo-wc .cat-layout{display:grid;grid-template-columns:264px 1fr;gap:34px;align-items:start;padding-top:34px}
.lo-shop-main{min-width:0}
.lo-wc-single{padding-top:18px}

/* shop sidebar: a "Filters" label above stacked filter cards */
#secondary.widget-area{position:sticky;top:24px}
#secondary.widget-area .filters-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
#secondary.widget-area .filters-head b{font-size:16px;color:var(--ink)}

/* toolbar: result count + ordering */
.lo-shop-main .woocommerce-result-count{color:var(--muted);font-size:14.5px;margin:0;float:none}
.lo-shop-main .woocommerce-ordering{margin:0}
.lo-body.woocommerce .lo-shop .woocommerce-ordering select.orderby,
.lo-body.woocommerce .lo-shop-main .woocommerce-ordering select.orderby{
  width:auto;min-width:220px;max-width:100%;height:44px;border:1px solid var(--line);border-radius:12px;
  padding:0 42px 0 16px;font-size:14.5px;font-weight:700;line-height:42px;box-shadow:none;
  background-color:#fff;background-position:right 14px center;background-size:16px;appearance:none}
.lo-shop-main::after{content:"";display:table;clear:both}

/* blog / page / search entries */
.lo-entry-wrap{padding:40px 24px 64px}
.lo-page-head{margin-bottom:24px}
.lo-page-head h1{font-size:clamp(28px,3vw,40px);font-weight:800;color:var(--ink);letter-spacing:-.02em}
.lo-entry-content{font-size:16px;line-height:1.75;color:var(--body)}
.lo-entry-content h2,.lo-entry-content h3{margin:28px 0 12px;color:var(--ink)}
.lo-entry-content p{margin:0 0 16px}
.lo-entry-content a{color:var(--blue);text-decoration:underline}
.lo-entry-content ul,.lo-entry-content ol{margin:0 0 16px;padding-left:20px;list-style:revert}
.lo-entry-content img{border-radius:var(--r-lg)}
.lo-404{text-align:center;padding-top:60px;padding-bottom:60px}
.lo-404 .eyebrow{justify-content:center}
.lo-404 h1{margin:8px 0 12px}
.lo-404 p{max-width:520px;margin:0 auto 24px}
.lo-404-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.lo-entry-thumb{margin:0 0 24px;border-radius:var(--r-lg);overflow:hidden}
.lo-entry-thumb img{width:100%}
.lo-post-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.lo-post-card{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;padding:0 0 18px;background:#fff;display:flex;flex-direction:column}
.lo-post-card .lo-post-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover}
.lo-post-card .lo-post-title{font-size:18px;margin:14px 16px 6px}
.lo-post-card .lo-post-title a:hover{color:var(--blue)}
.lo-post-card .lo-post-meta{margin:0 16px}
.lo-post-card .lo-post-excerpt{margin:8px 16px 12px;color:var(--body);font-size:14.5px}
.lo-post-card .link-arrow{margin:0 16px}
.lo-body .woocommerce-pagination ul,.lo-body .pagination .nav-links{margin-top:36px}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1080px){
  .grid-4{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:920px){
  .hero-grid{grid-template-columns:1fr;gap:30px;padding:40px 0}
  .hero-media{display:none}
  .cat-tiles{grid-template-columns:1fr 1fr}
  .promos{grid-template-columns:1fr}
  .brands{grid-template-columns:repeat(3,1fr)}
  .reviews{grid-template-columns:1fr}
  .about{grid-template-columns:1fr;gap:28px}
  .inspo{grid-template-columns:repeat(3,1fr)}
  .usp-bar .wrap{grid-template-columns:1fr 1fr}
  .lo-body ul.products{grid-template-columns:repeat(3,1fr)}
  .lo-body .lo-shop ul.products{grid-template-columns:repeat(3,1fr)}
  .lo-wc .cat-layout{grid-template-columns:1fr}
  #secondary.widget-area{position:static}
  .lo-filter-toggle{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;margin-bottom:16px;border:1px solid var(--line);border-radius:12px;background:#fff;font-family:inherit;font-weight:700;font-size:15px;color:var(--ink);cursor:pointer;transition:.15s}
  .lo-filter-toggle svg{width:20px;height:20px;color:var(--blue)}
  .lo-filter-toggle[aria-expanded="true"]{border-color:var(--blue);color:var(--blue);background:var(--blue-50)}
  #secondary.widget-area{display:none;margin-bottom:8px}
  #secondary.widget-area.is-open{display:block}
  #secondary.widget-area .filters-head{display:none}
  .lo-post-list{grid-template-columns:1fr 1fr}
  .lo-body.single-product div.product{grid-template-columns:1fr;gap:28px}
  .lo-body.single-product div.product .woocommerce-product-gallery{position:static;width:100%!important;overflow:hidden;padding-left:0}
  .lo-body.single-product div.product .woocommerce-product-gallery .flex-viewport{width:100%!important;overflow:hidden}
  /* don't force the __wrapper width: FlexSlider sizes it to N×100% so the slides
     sit side by side; capping it collapses the track and blanks slides 2+. */
  .lo-body.single-product div.product .woocommerce-product-gallery__wrapper{min-width:0}
  .lo-body.single-product div.product .woocommerce-product-gallery__image,
  .lo-body.single-product div.product .woocommerce-product-gallery__image a,
  .lo-body.single-product div.product .woocommerce-product-gallery__image img{max-width:100%;width:100%;display:block}
  /* thumbnails drop below the image as a horizontal, wrapping row */
  .lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
    position:static;width:auto;flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:12px;max-width:100%;overflow:hidden}
  .lo-body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{width:72px}
  .lo-body.single-product div.product .woocommerce-product-gallery .flex-direction-nav a.flex-prev{left:14px}
  .lo-body.woocommerce-cart .woocommerce{grid-template-columns:1fr}
  .lo-body.woocommerce-cart .cart-collaterals .cart_totals{position:static}
  .off-layout{grid-template-columns:1fr;margin-top:-80px}
  .off-aside{position:static}
  .frow{grid-template-columns:1fr}
  .promo-offerte{align-items:flex-start}
  .lo-calc .calc-summary{gap:18px}
}
@media(max-width:760px){
  .grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}
  .lo-body ul.products{grid-template-columns:repeat(2,1fr)}
  .lo-body .lo-shop ul.products{grid-template-columns:repeat(2,1fr)}
  .sec-head{flex-direction:column;align-items:flex-start}
  .lo-post-list{grid-template-columns:1fr}
  .wrap{padding:0 18px}
  .announce{font-size:12px}
  .announce .wrap{gap:6px;min-height:38px;overflow:hidden}
  .announce span{gap:4px}
  .announce svg{width:14px;height:14px}
  .lo-shop-main{grid-template-columns:1fr;gap:14px}
  .lo-shop-main>.woocommerce-result-count,
  .lo-shop-main>.woocommerce-ordering,
  .lo-shop-main>ul.products,
  .lo-shop-main>.woocommerce-pagination{grid-column:1}
  .lo-shop-main>.woocommerce-ordering{justify-self:stretch}
  .lo-body.woocommerce .lo-shop .woocommerce-ordering select.orderby,
  .lo-body.woocommerce .lo-shop-main .woocommerce-ordering select.orderby{width:100%}
  .hero-cta{margin-top:30px;margin-bottom:26px}
  .promo{padding:26px 24px;gap:18px}
  .promo-offerte h3{font-size:24px}
  .promo-offerte p{font-size:15px}
  .off-hero{padding:34px 0 104px}
  .off-usps{gap:12px 20px}
  .lo-body .site-footer .news-form{flex-wrap:wrap}
  .lo-body .site-footer .news-form input{min-width:180px;flex:1}
}
@media(max-width:560px){
  .cat-tiles{grid-template-columns:1fr}
  .brands{grid-template-columns:repeat(2,1fr)}
  .btn{white-space:normal;text-align:center}
  .btn-lg{padding:14px 20px;font-size:15px}
  .lo-card .card-body{padding:13px 12px 14px}
  .lo-body .lo-card .price{font-size:18px;gap:6px}
  .lo-body .lo-card .price del,.lo-body .lo-card .price del .amount{font-size:12.5px}
  .lo-card .card-cta{grid-template-columns:1fr}
  .lo-body.woocommerce .lo-shop nav.woocommerce-pagination ul.page-numbers,
  .lo-shop .woocommerce-pagination ul{gap:4px}
  .lo-shop .woocommerce-pagination ul li a,
  .lo-shop .woocommerce-pagination ul li span{width:34px;height:36px;border-radius:9px;font-size:14px}
  .promo-offerte{padding:24px}
  .promo-offerte .btn{width:100%}
  .lo-body .about-list{gap:9px;margin:32px 0 32px}
  .about-intro{font-size:16px}
  .inspo{grid-template-columns:repeat(2,1fr);grid-auto-rows:130px}
  .inspo .wide{grid-column:span 2}
  .off-hero p.lead{font-size:16px}
  .off-usps{display:grid}
  .panel-step{align-items:flex-start}
  .panel-sub{margin-left:0}
  .pres{display:grid;grid-template-columns:48px 1fr 30px;align-items:center}
  .pres .pprice{grid-column:2/-1;white-space:normal;font-size:13.5px}
  .aside-body,.aside-head,.aside-trust,.aside-contact{padding-left:18px;padding-right:18px}
  .aside-line,.aside-tot{gap:14px}
  .success h2{font-size:24px}
  .success-actions .btn{width:100%}
  .lo-calc{padding:18px}
  .lo-calc .calc-row{align-items:flex-start;flex-direction:column}
  .lo-calc .calc-summary{align-items:flex-start;flex-direction:column}
  .lo-calc .calc-total{text-align:left}
  .lo-calc .calc-summary .tot{text-align:left}
  .lo-404{padding-top:44px;padding-bottom:44px}
  .lo-404-actions .btn{width:100%}
}
@media(max-width:520px){
  .sel-item{grid-template-columns:48px 1fr}
  .sel-right{grid-column:1/-1;justify-content:space-between}
  .panel{padding:22px 18px}
  .grid-4,.grid-3,.grid-2{grid-template-columns:1fr 1fr}
}

/* header / nav / footer responsive */
@media(max-width:920px){
  .lo-site-header .header-main{flex-wrap:wrap;gap:12px;padding:12px 16px}
  .lo-site-header .lo-logo{order:1;flex:1 1 auto;min-width:0}
  .lo-site-header .lo-logo img,.lo-site-header .lo-logo .custom-logo{height:38px;max-width:165px;object-fit:contain;object-position:left center}
  .lo-menu-toggle{display:grid;order:2;flex:0 0 44px;margin-left:auto}
  .lo-menu-toggle span{grid-area:1/1}
  .lo-menu-toggle span:nth-child(1){transform:translateY(-7px)}
  .lo-menu-toggle span:nth-child(2){transform:none}
  .lo-menu-toggle span:nth-child(3){transform:translateY(7px)}
  .lo-menu-toggle[aria-expanded=true] span:nth-child(1){transform:rotate(45deg)}
  .lo-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0;transform:none}
  .lo-menu-toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg)}
  .lo-header-actions{order:3;flex:0 0 auto;margin-left:0;gap:6px}
  .lo-header-actions .hact-phone{display:none}
  .lo-header-actions .hact{width:42px;height:42px;padding:0;justify-content:center}
  .lo-header-actions .hact-text{display:none}
  .lo-header-actions .hact>svg{width:23px;height:23px}
  .lo-search{order:4;flex:0 0 100%;max-width:none}
  .lo-search input[type=search]{font-size:16px;padding:12px 48px 12px 14px}
  .lo-nav{display:none;position:fixed;top:var(--lo-mobile-nav-top, 96px);left:0;right:0;bottom:0;z-index:55;overflow-y:auto;border-top:1px solid var(--line);box-shadow:var(--sh-3)}
  .lo-nav.is-open{display:block}
  .lo-nav .nav-inner{display:block;max-width:none;padding:8px 16px 24px}
  .lo-nav .nav-item{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;border-bottom:1px solid var(--line-2)}
  .lo-nav .nav-link{min-height:52px;padding:14px 0;font-size:16px}
  .lo-nav .has-mega .nav-link{padding-right:12px}
  .lo-nav .nav-submenu-toggle{width:44px;height:44px;margin-left:0;justify-self:end;border:1px solid var(--line);background:#fff}
  .lo-nav .nav-submenu-toggle[aria-expanded=true]{border-color:var(--blue);background:var(--blue-50);color:var(--blue)}
  .lo-nav .mega{display:none;position:static;grid-column:1/-1;min-width:0;width:100%;border:0;border-top:1px solid var(--line-2);border-radius:0;box-shadow:none;padding:14px 0 18px;opacity:1;visibility:visible;transform:none;transition:none}
  .lo-nav .nav-item.is-open .mega{display:block}
  .lo-nav .mega-grid{display:grid;grid-template-columns:1fr;gap:12px}
  .lo-nav .mega-cta,.lo-nav .mega-feat{display:none}
  .lo-nav .mega h4{margin:10px 0 6px;font-size:11.5px}
  .lo-nav .mega ul li a{padding:8px 0;font-size:15px}
  .lo-nav .nav-spacer{display:none}
  .lo-nav .nav-offerte{width:100%;margin:16px 0 0;padding:14px 18px}
  .lo-body .site-footer .foot-grid{grid-template-columns:1fr 1fr;gap:30px}
}
@media(max-width:760px){
  .lo-site-header .lo-logo img,.lo-site-header .lo-logo .custom-logo{max-width:112px}
  .lo-body .site-footer .foot-grid{grid-template-columns:1fr;gap:28px}
  .foot-usp .wrap{padding-left:18px;padding-right:18px}
}
@media(max-width:380px){
  .lo-site-header .header-main{padding-left:12px;padding-right:12px;gap:8px}
  .lo-site-header .lo-logo img,.lo-site-header .lo-logo .custom-logo{max-width:99px}
  .lo-header-actions{gap:4px}
}

/* ==================================================================
   CART PAGE (WooCommerce) — Claude Design handoff (cart.html)
   ================================================================== */
.woocommerce-cart .lo-entry-wrap{padding-bottom:70px}
.woocommerce-cart .lo-page-head h1{margin-bottom:6px}

.steps{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:14px;font-weight:600;margin:14px 0 6px;flex-wrap:wrap}
.steps .on{color:var(--blue)}
.steps>span{display:inline-flex;align-items:center}
.steps .dot{width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;display:inline-grid;place-items:center;font-size:12px;margin-right:6px}
.steps .dot.off{background:var(--bg-3);color:var(--muted)}
.steps svg{width:15px;height:15px;stroke:var(--line);fill:none;stroke-width:2}

.lo-body.woocommerce-cart .woocommerce>.steps{grid-column:1/-1}
.lo-cart-lines{display:flex;flex-direction:column;gap:14px}
.lo-cart-lines .line{display:grid;grid-template-columns:104px 1fr auto;gap:18px;border:1px solid var(--line);border-radius:var(--r-lg);padding:16px;background:#fff;align-items:center}
.lo-cart-lines .line .lph{width:104px;height:104px;border-radius:var(--r);overflow:hidden;position:relative;display:block;background:var(--bg-2)}
.lo-cart-lines .line .lph img{width:100%;height:100%;object-fit:cover;display:block}
.lo-cart-lines .line .brand{font-size:12px;font-weight:700;text-transform:uppercase;color:var(--muted);letter-spacing:.04em}
.lo-cart-lines .line h3{font-size:16px;margin:3px 0 6px;font-weight:700}
.lo-cart-lines .line h3 a{color:inherit}
.lo-cart-lines .line h3 a:hover{color:var(--blue)}
.lo-cart-lines .line .meta{font-size:13.5px;color:var(--muted)}
.lo-cart-lines .line .price-each{font-size:13.5px;color:var(--body);margin-top:8px}
.lo-cart-lines .line .price-each .unit{color:var(--muted)}
.lo-cart-lines .line-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px;height:100%;justify-content:space-between}
.lo-cart-lines .line .line-tot{font-size:19px;font-weight:800;color:var(--ink)}
.lo-cart-lines .line .qty{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}
.lo-cart-lines .line .qty button{width:34px;height:38px;font-size:18px;color:var(--ink);background:none;border:0;cursor:pointer;display:grid;place-items:center}
.lo-cart-lines .line .qty button:hover{background:var(--bg-2);color:var(--blue)}
.lo-cart-lines .line .qty input{width:56px;height:38px;text-align:center;border:0;border-left:1.5px solid var(--line);font-family:inherit;font-weight:700;font-size:14px;color:var(--ink);-moz-appearance:textfield}
.lo-cart-lines .line .qty input::-webkit-outer-spin-button,.lo-cart-lines .line .qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.lo-cart-lines .line .qty input:focus{outline:none}
.lo-cart-lines .line .qty .u{font-size:11px;color:var(--muted);padding:0 8px;border-left:1.5px solid var(--line);height:38px;display:grid;place-items:center}
.lo-cart-lines .line .rm{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:5px;background:none;border:0;cursor:pointer}
.lo-cart-lines .line .rm:hover{color:var(--sale)}
.lo-cart-lines .line .rm svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}

.lo-cart-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}
.lo-cart-actions .link-arrow.back{margin-right:auto}
.lo-cart-actions .promo-code{display:flex;gap:8px;margin:0}
.lo-cart-actions .promo-code input{border:1.5px solid var(--line);border-radius:var(--r);padding:11px 13px;font-family:inherit;font-size:14px;min-width:170px}
.lo-cart-actions .promo-code input:focus{outline:none;border-color:var(--blue)}

.lo-summary{border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;position:sticky;top:150px;background:#fff}
.lo-summary h3{font-size:18px;margin:0 0 18px}
.lo-summary .sum-row{display:flex;justify-content:space-between;gap:14px;padding:9px 0;font-size:15px;color:var(--body)}
.lo-summary .sum-row>span:last-child{text-align:right}
.lo-summary .sum-row.total{border-top:1px solid var(--line);margin-top:8px;padding-top:16px;font-size:20px;font-weight:800;color:var(--ink);align-items:baseline}
.lo-summary .sum-row.total .includes_tax{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-top:3px}
.lo-summary .sum-row .free{color:var(--green);font-weight:700}
.lo-summary .sum-row.discount .amt{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:var(--green);font-weight:800}
.lo-summary .sum-row.vat span{font-size:13.5px}
.lo-summary .sum-row .woocommerce-remove-coupon{font-size:12px;font-weight:600;color:var(--muted);text-decoration:underline}
.lo-summary .sum-row .woocommerce-remove-coupon:hover{color:var(--sale)}
.lo-summary .wc-proceed-to-checkout{margin-top:16px}
/* The cart renders inside .lo-entry-content, which underlines links by default;
   keep buttons, product titles and arrow links clean. */
.woocommerce-cart .lo-entry-content a.btn,
.woocommerce-cart .lo-entry-content .checkout-button,
.lo-cart-lines .line h3 a,
.lo-cart-actions .link-arrow{text-decoration:none}
.lo-summary .checkout-usps{display:grid;gap:9px;margin-top:18px;list-style:none;padding:0}
.lo-summary .checkout-usps li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--body)}
.lo-summary .checkout-usps svg{width:17px;height:17px;color:var(--green);flex:none}
.lo-summary .pay-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:16px;justify-content:center}
.lo-summary .pay-row span{background:var(--bg-2);border:1px solid var(--line);border-radius:5px;height:26px;min-width:42px;display:grid;place-items:center;font-size:10px;font-weight:800;color:var(--ink);padding:0 7px}

.lo-body.woocommerce-cart .woocommerce>.empty-cart{grid-column:1/-1}
.empty-cart{text-align:center;padding:70px 20px;border:1px dashed var(--line);border-radius:var(--r-lg);margin-top:20px}
.empty-cart svg{width:64px;height:64px;stroke:var(--line);fill:none;stroke-width:1.4;margin-bottom:18px}
.empty-cart b{display:block;font-size:22px;color:var(--ink);margin-bottom:8px}
.empty-cart p{color:var(--muted);margin-bottom:22px}

@media(max-width:980px){.lo-summary{position:static}}
@media(max-width:520px){
  .lo-cart-lines .line{grid-template-columns:80px 1fr}
  .lo-cart-lines .line .lph{width:80px;height:80px}
  .lo-cart-lines .line-right{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}
  .lo-cart-actions{flex-direction:column;align-items:stretch}
  .lo-cart-actions .promo-code input{min-width:0;flex:1}
}
