:root{--lime:#b8ff39;--bg:#080b07;--card:#11160f;--muted:#9ca397;--line:#293126}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#fff;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.shop-head{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px max(24px,6vw);background:rgba(8,11,7,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.shop-brand{display:flex;gap:12px;align-items:center}.shop-brand>span{display:grid;place-items:center;width:48px;height:48px;background:var(--lime);color:#071000;border-radius:14px;font-weight:900}.shop-brand div{display:flex;flex-direction:column}.shop-brand small,.catalog small,.product-card small,.page-intro small,.detail-copy>small,.thanks small,.status-page>small{color:var(--lime);font-weight:800;letter-spacing:.16em}.shop-head nav{display:flex;gap:22px;align-items:center}.cart-link b{background:var(--lime);color:#081000;border-radius:99px;padding:4px 8px}.shop-hero{min-height:520px;padding:80px max(24px,8vw);display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 75% 50%,#24350d 0,transparent 35%)}.shop-hero>div:first-child{max-width:700px}.shop-hero h1{font-size:clamp(42px,7vw,84px);line-height:.98;margin:18px 0}.shop-hero p{font-size:20px;color:#bcc2b8;line-height:1.6}.shop-hero a,.shop-button,.buy-box button,.checkout-page button{display:inline-block;background:var(--lime);color:#071000;padding:16px 24px;border-radius:12px;font-weight:900;border:0}.hero-mark{font-size:160px;font-weight:900;color:transparent;-webkit-text-stroke:1px #56731e;opacity:.5}.catalog,.cart-page,.checkout-page,.status-page{padding:70px max(24px,6vw)}.catalog-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:35px}.catalog h2,.page-intro h1{font-size:42px;margin:8px 0}.catalog form{display:flex;gap:8px}.catalog input,.catalog select,.catalog button,.buy-box input,.buy-box textarea,.shop-form input,.shop-form select,.shop-form textarea{background:#151b13;color:#fff;border:1px solid var(--line);border-radius:10px;padding:13px}.catalog button{background:var(--lime);color:#071000;font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden}.product-image{height:280px;background:#151b13;display:grid;place-items:center;position:relative}.product-image img,.detail-image img{width:100%;height:100%;object-fit:cover}.product-image>span,.detail-image>span{font-size:80px;font-weight:900;color:#26351a}.product-image i{position:absolute;top:15px;left:15px;background:var(--lime);color:#071000;padding:7px 10px;border-radius:99px;font-style:normal;font-weight:800}.product-card>div{padding:22px}.product-card h3{font-size:24px;margin:8px 0}.product-card p{color:var(--muted);min-height:50px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.product-bottom strong,.big-price{font-size:28px}.product-bottom a{color:var(--lime);font-weight:800}.product-detail-shop{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;padding:60px max(24px,8vw)}.detail-image{min-height:600px;background:#11160f;border-radius:24px;overflow:hidden;display:grid;place-items:center}.detail-copy h1{font-size:55px;margin:10px 0}.detail-copy p,.detail-copy li{color:#b8beb4;line-height:1.7}.back{display:block;color:var(--lime);margin-bottom:35px}.buy-box{margin-top:28px;padding:22px;border:1px solid var(--line);border-radius:18px;display:grid;gap:15px}.buy-box label{display:grid;gap:7px}.buy-box textarea{min-height:90px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:35px}.cart-items,.checkout-page section,.cart-layout aside,.checkout-layout aside,.status-card,.status-items{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:24px}.cart-item{display:grid;grid-template-columns:90px 1fr 100px 120px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.thumb{width:80px;height:80px;background:#1a2117;display:grid;place-items:center;border-radius:12px;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.cart-item label{display:grid;gap:6px}.cart-item input{width:80px;padding:10px;background:#151b13;color:#fff;border:1px solid var(--line);border-radius:8px}.cart-layout aside,.checkout-layout aside{height:max-content;position:sticky;top:110px}.cart-layout aside h2{font-size:36px}.link-button{margin-top:18px;background:none;border:0;color:var(--lime);font-weight:800}.shop-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.shop-form label{display:grid;gap:7px}.shop-form .wide{grid-column:1/-1}.checkout-page section{margin-bottom:22px}.checkout-line,.checkout-total,.status-items>div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.checkout-total{font-size:22px}.terms{display:flex;gap:10px;margin:20px 0;color:#b8beb4}.shop-error{padding:15px;background:#421a1a;border-radius:10px;margin-bottom:20px}.thanks{text-align:center;padding:100px 24px;max-width:700px;margin:auto}.thanks>span{display:grid;place-items:center;width:90px;height:90px;background:var(--lime);color:#071000;border-radius:50%;font-size:50px;margin:0 auto 25px}.thanks h1{font-size:52px}.thanks p{color:#b8beb4;font-size:19px}.thanks strong{display:block;font-size:38px;margin:25px}.status-page{max-width:900px;margin:auto}.status-card strong{display:block;font-size:35px;color:var(--lime);margin:8px 0}.status-items{margin-top:22px}.empty{text-align:center;padding:70px;background:var(--card);border-radius:18px}footer{padding:35px max(24px,6vw);border-top:1px solid var(--line);display:flex;gap:25px;color:#9ca397}footer b{color:#fff}@media(max-width:850px){.shop-head nav>a:first-child{display:none}.shop-hero{min-height:430px}.hero-mark{display:none}.catalog-head{display:block}.catalog form{margin-top:20px;flex-wrap:wrap}.product-grid{grid-template-columns:1fr}.product-detail-shop,.cart-layout,.checkout-layout{grid-template-columns:1fr}.detail-image{min-height:360px}.detail-copy h1{font-size:40px}.cart-item{grid-template-columns:70px 1fr}.cart-item>label,.cart-item>b{grid-column:2}.cart-layout aside,.checkout-layout aside{position:static}.shop-form{grid-template-columns:1fr}.shop-form .wide{grid-column:auto}footer{flex-direction:column}.catalog h2,.page-intro h1{font-size:34px}}
/* STYLE3D 3.0 customer pages */
.lookup-page{max-width:760px;margin:0 auto;padding:80px 24px}.lookup-page>p{color:#9aa394;margin:0 0 24px}.lookup-form{display:grid;gap:16px;background:#121810;border:1px solid #2a3526;padding:24px;border-radius:18px}.lookup-form label{display:grid;gap:7px;font-size:13px;font-weight:700;color:#c7d0c2}.lookup-form input{width:100%;background:#0b0f09;border:1px solid #303b2b;border-radius:10px;padding:14px;color:#fff;font-size:16px}.lookup-form button{background:#b8ff39;color:#081000;border:0;border-radius:10px;padding:14px;font-weight:900;font-size:16px}.shop-alert{background:#421a1a;border:1px solid #7b3030;color:#ffdada;padding:13px 15px;border-radius:10px;margin:0 0 18px}@media(max-width:760px){.shop-head nav{gap:8px;flex-wrap:wrap;justify-content:flex-end}.shop-head nav a{font-size:12px}.shop-brand small{display:none}}

/* STYLE3D 3.0.1 — logo en vaste terugkeer naar homepage */
.shop-brand img{width:74px;height:74px;object-fit:contain;display:block;flex:0 0 auto}
.shop-brand>span{display:none}
.shop-head nav .home-link{color:var(--lime);font-weight:800}
.shop-head nav .home-link::before{content:'← ';font-weight:900}
@media(max-width:850px){
  .shop-head{align-items:flex-start;gap:12px;padding:12px 16px;flex-direction:column}
  .shop-brand{width:100%;gap:10px}
  .shop-brand img{width:58px;height:58px}
  .shop-brand div b{font-size:15px}
  .shop-brand small{font-size:9px}
  .shop-head nav{width:100%;display:flex;gap:8px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}
  .shop-head nav::-webkit-scrollbar{display:none}
  .shop-head nav>a{display:inline-flex!important;align-items:center;white-space:nowrap;background:#131912;border:1px solid var(--line);padding:9px 11px;border-radius:9px;font-size:12px}
  .shop-head nav .home-link{order:-1;background:var(--lime);color:#071000;border-color:var(--lime)}
  .cart-link b{margin-left:4px}
}

/* STYLE3D 3.2.4 — mobiele webshop herstel */
html,body{width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}
main{display:block;width:100%;max-width:100%}
.product-card,.product-image,.product-card>div{min-width:0;max-width:100%}
.product-image{height:auto;aspect-ratio:4/3;padding:12px}
.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:10px}
.detail-image{min-height:0;aspect-ratio:1/1;padding:14px}
.detail-image img{object-fit:contain;object-position:center;border-radius:12px}
.shop-thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 0}.shop-thumbs button{width:76px;height:76px;flex:0 0 76px;padding:4px;background:#11160f;border:1px solid var(--line);border-radius:10px;overflow:hidden}.shop-thumbs img{width:100%;height:100%;object-fit:contain}

@media(max-width:850px){
  .shop-head{position:sticky;top:0;width:100%;max-width:100%;padding:10px 14px;gap:9px;align-items:stretch}
  .shop-brand{min-width:0;width:100%}
  .shop-brand img{width:48px;height:48px}
  .shop-brand div{min-width:0;justify-content:center}
  .shop-brand div b{font-size:16px;line-height:1.15}
  .shop-brand small{display:block;font-size:9px;line-height:1.2}
  .shop-head nav{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow:visible;padding:0}
  .shop-head nav>a{display:flex!important;justify-content:center;min-width:0;padding:10px 6px;font-size:13px;line-height:1.15;text-align:center;white-space:normal}
  .shop-head nav .home-link{order:0}
  .shop-hero{min-height:auto;padding:48px 18px 42px}
  .shop-hero h1{font-size:clamp(38px,12vw,56px)}
  .shop-hero p{font-size:17px}
  .catalog,.cart-page,.checkout-page,.status-page{padding:38px 16px}
  .catalog-head{margin-bottom:22px}
  .catalog h2,.page-intro h1{font-size:32px;line-height:1.1}
  .catalog form{display:grid;grid-template-columns:1fr;width:100%}
  .catalog input,.catalog select,.catalog button{width:100%;font-size:16px}
  .product-grid{grid-template-columns:1fr;gap:18px;width:100%}
  .product-card>div{padding:18px}
  .product-card h3{font-size:23px;line-height:1.2}
  .product-card p{font-size:16px;line-height:1.55;min-height:0}
  .product-bottom strong{font-size:25px}
  .product-bottom a{font-size:15px;padding:8px 0}
  .product-image{aspect-ratio:4/3;max-height:none;padding:10px}
  .product-detail-shop{padding:28px 16px;gap:26px}
  .detail-image{aspect-ratio:1/1;min-height:0}
  .detail-copy h1{font-size:36px;line-height:1.08}
  .detail-copy p,.detail-copy li{font-size:16px}
  footer{padding:28px 16px}
}

@media(max-width:430px){
  .shop-head nav{grid-template-columns:1fr 1fr}
  .shop-head nav>a{font-size:12px;padding:9px 5px}
  .cart-link b{padding:3px 7px}
  .product-image{aspect-ratio:1/1}
  .product-card h3{font-size:22px}
}
