/* ======================================================
   Scriptnaam: css/style.css
   Type opdracht: BESTAAND SCRIPT AANPASSEN
   Huidige versie: 1.7
   Nieuwe versie: 1.8
   Datum van aanpassing: 06-06-2026
   Doel van deze aanpassing:
   - De bestaande stylesheet aanpassen op de vernieuwde premium hero/header in index.php
   - De webshop minder standaard/template-achtig maken en meer premium, modern en speciaal laten aanvoelen
   - Ruimte voor beeld, productpresentatie, trust-elementen en koopgerichte hero-opbouw goed ondersteunen
   - Bestaande classes, responsive werking, productcards, winkelmand, footer en Bootstrap/AOS-compatibiliteit behouden

   Wat er in deze nieuwe versie is aangepast:
   - Nieuwe premium hero-styling toegevoegd voor .hero-premium en onderliggende hero-classes
   - Split-hero met tekst links en beeld/productpresentatie rechts volledig gestyled
   - Floating productcard, review/trust-elementen, orb, glassmorphism en premium beeldvlak toegevoegd
   - Hero category strip onder de hero visueel opgewaardeerd met glassmorphism en zwevend kaartgevoel
   - Responsive styling toegevoegd voor desktop, tablet en mobiel
   - Oude hero-cinematic styling behouden als fallback voor andere pagina’s of oudere templates
   - Bestaande styling voor menu, cart, footer, productcards en contentsecties intact gehouden

   Versiehistorie:
   - 1.8 - Premium hero/header styling toegevoegd voor vernieuwde index.php met split-layout, beeldruimte en modernere webshopuitstraling
   - 1.7 - Style omgebouwd naar jojobaolie.nl met moderne natuurlijke webshopstijl, zachte kleuren en extra jojoba-homepage classes
   - 1.6 - SEO-structuur en footer/interne-linkblokken verder uitgebreid
   - 1.5 - Menu, footer, hero-playlist, categorie-iconen en homepage placeholder verder verfijnd
   - 1.4 - Menu gecentreerd zoals gewenst en hero verder versimpeld
   - 1.3 - Zwarte balk verwijderd en hero stabieler gemaakt
   - 1.2 - Hero en header vernieuwd
   - 1.1 - Lichtere stijl met kaart-gebaseerde hero
   - 1.0 - Basisstyling voor homepage, navbar, topbar, productcards, CTA, footer en responsive gedrag

   Belangrijke includes / gekoppelde scripts:
   - index.php
   - menu.php
   - footer.php
   - populaire_homepage_producten.php
   - Bootstrap 5.3.3
   - Bootstrap Icons
   - AOS
====================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@500;600;700;800&display=swap');

:root{
  --custom-accent-color:#b88a4f;
  --custom-accent-darker:#8d6434;
  --custom-accent-rgb:184,138,79;

  --jojoba-deep:#2f2418;
  --jojoba-brown:#5f4930;
  --jojoba-green:#6f7d45;
  --jojoba-green-dark:#4f5d32;
  --jojoba-gold:#c99a58;
  --jojoba-cream:#fffaf2;
  --jojoba-soft:#fbf6ec;
  --jojoba-sand:#ead8bd;
  --jojoba-border:#eadfce;
  --jojoba-white:#ffffff;

  --text-color-primary:#2f2418;
  --text-color-secondary:#67543b;
  --text-color-light:#907b5e;

  --bg-color-white:#ffffff;
  --bg-color-light:#fbf6ec;
  --bg-color-soft:#fffaf2;
  --border-color-light:#eadfce;

  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:12px;

  --shadow-soft:0 12px 32px rgba(47,36,24,.06);
  --shadow-medium:0 20px 52px rgba(47,36,24,.10);
  --shadow-premium:0 34px 80px rgba(47,36,24,.20);
}

html,body{
  overflow-x:hidden;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.7;
  color:var(--text-color-secondary);
  background:
    radial-gradient(circle at top left, rgba(184,138,79,.10), transparent 34rem),
    linear-gradient(180deg, #fffaf2 0%, #ffffff 36rem);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

h1,h2,h3,h4,h5,h6,.navbar-brand,.fw-semibold{
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-weight:700;
  color:var(--text-color-primary);
  letter-spacing:-.025em;
}

p{
  color:var(--text-color-secondary);
}

a{
  color:var(--custom-accent-color);
  text-decoration:none;
  transition:color .2s ease, opacity .2s ease;
}

a:hover{
  color:var(--custom-accent-darker);
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

.text-custom-accent{
  color:var(--custom-accent-color)!important;
}

.bg-custom-accent{
  background:linear-gradient(135deg, var(--custom-accent-color), var(--custom-accent-darker))!important;
}

.btn{
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-weight:700;
  border-radius:999px;
}

.btn-primary,
.btn-custom-accent{
  background:linear-gradient(135deg, var(--custom-accent-color), var(--custom-accent-darker));
  border-color:var(--custom-accent-color);
  color:#fff;
  box-shadow:0 12px 28px rgba(var(--custom-accent-rgb), .22);
}

.btn-primary:hover,
.btn-custom-accent:hover{
  background:linear-gradient(135deg, var(--custom-accent-darker), #6f4c28);
  border-color:var(--custom-accent-darker);
  color:#fff;
  box-shadow:0 16px 34px rgba(var(--custom-accent-rgb), .28);
  transform:translateY(-1px);
}

.btn-outline-secondary{
  border-color:rgba(95,73,48,.28);
  color:var(--jojoba-deep);
  background:#fff;
}

.btn-outline-secondary:hover{
  background:var(--jojoba-deep);
  border-color:var(--jojoba-deep);
  color:#fff;
}

.section-kicker{
  display:inline-block;
  margin-bottom:.9rem;
  padding:.48rem 1rem;
  border-radius:999px;
  background:rgba(var(--custom-accent-rgb), .10);
  color:var(--custom-accent-darker);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  border:1px solid rgba(var(--custom-accent-rgb), .14);
}

/* ======================================================
   Topbar + Navbar
====================================================== */
.topbar{
  background:linear-gradient(90deg, #fffaf2 0%, #f6ead8 50%, #fffaf2 100%);
  border-bottom:1px solid rgba(184,138,79,.18);
  font-size:.94rem;
  color:var(--jojoba-brown);
}

.topbar .topbar-inner{
  min-height:44px;
}

.topbar span,
.topbar a{
  color:var(--jojoba-brown);
  font-weight:600;
}

.topbar a:hover{
  color:var(--custom-accent-darker);
}

.topbar i{
  color:var(--custom-accent-color);
}

.site-header-navbar{
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid rgba(184,138,79,.14);
  box-shadow:0 12px 34px rgba(47,36,24,.055)!important;
  padding:.9rem 0!important;
}

.site-header-container{
  position:relative;
  align-items:center;
}

.site-brandmark{
  padding:0;
  margin-right:1.5rem;
  flex:0 0 auto;
}

.site-brand-logo{
  display:block;
  width:185px;
  height:auto;
  max-height:62px;
  object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(47,36,24,.05));
}

.site-header-collapse{
  align-items:center;
}

.site-navbar-nav{
  align-items:center;
  gap:.15rem;
}

.site-header-navbar .navbar-nav .nav-link{
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.98rem;
  font-weight:600;
  letter-spacing:.005em;
  color:var(--jojoba-deep);
  padding:.9rem .9rem!important;
  white-space:nowrap;
  transition:color .2s ease, opacity .2s ease, background .2s ease;
  border-radius:999px;
}

.site-header-navbar .navbar-nav .nav-link:hover,
.site-header-navbar .navbar-nav .nav-link.active{
  color:var(--custom-accent-color);
  background:rgba(var(--custom-accent-rgb), .07);
}

.site-header-navbar .dropdown-toggle::after{
  display:none;
}

.site-header-navbar .dropdown-menu{
  border:1px solid rgba(184,138,79,.16);
  box-shadow:0 18px 42px rgba(47,36,24,.10);
  border-radius:20px;
  padding:.8rem 0;
  margin-top:1rem;
  min-width:250px;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(12px);
}

.site-header-navbar .dropdown-item{
  color:var(--text-color-secondary);
  padding:.72rem 1.15rem;
  font-weight:600;
}

.site-header-navbar .dropdown-item:hover{
  background:#fff7e8;
  color:var(--custom-accent-darker);
}

.site-header-navbar .dropdown-divider{
  border-color:rgba(184,138,79,.16);
}

.site-header-navbar .navbar-toggler{
  border:1px solid rgba(184,138,79,.22);
  border-radius:14px;
  padding:.55rem .75rem;
  box-shadow:none!important;
  background:#fffaf2;
}

.site-header-tools{
  gap:.8rem;
}

.site-cart-trigger{
  background:transparent;
  border:0;
}

.cart-chip{
  border:1px solid rgba(184,138,79,.22);
  border-radius:999px;
  padding:.62rem .95rem;
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  background:#fffaf2;
  box-shadow:0 10px 22px rgba(47,36,24,.07);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cart-chip:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(47,36,24,.10);
  border-color:rgba(184,138,79,.36);
}

.cart-chip i{
  font-size:1.2rem;
  line-height:1;
  color:var(--jojoba-deep);
}

.cart-chip .price{
  color:var(--jojoba-deep);
  font-weight:700;
}

.cart-badge{
  background:var(--custom-accent-color);
  color:#fff;
  border-radius:999px;
  padding:.12rem .5rem;
  font-size:.82rem;
  font-weight:800;
}

/* ======================================================
   Premium hero voor jojobaolie.nl
====================================================== */
.hero-premium{
  position:relative;
  overflow:hidden;
  min-height:760px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.90), transparent 16rem),
    radial-gradient(circle at 78% 72%, rgba(184,138,79,.20), transparent 24rem),
    linear-gradient(135deg, #fffaf2 0%, #f1dfc1 48%, #d5b985 100%);
  isolation:isolate;
}

.hero-premium:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg, rgba(47,36,24,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(47,36,24,.035) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg, rgba(0,0,0,.65), transparent 78%);
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,.65), transparent 78%);
  z-index:1;
  pointer-events:none;
}

.hero-premium:after{
  content:"";
  position:absolute;
  width:42rem;
  height:42rem;
  border-radius:999px;
  right:-13rem;
  top:8rem;
  background:rgba(255,255,255,.30);
  border:1px solid rgba(255,255,255,.48);
  z-index:1;
  pointer-events:none;
}

.hero-premium-bg{
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.18;
  background-position:center;
  background-size:cover;
  filter:saturate(.95) contrast(.95);
  transform:scale(1.03);
}

.hero-premium-video{
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.10;
  pointer-events:none;
  overflow:hidden;
}

.hero-premium-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.85) contrast(.92);
}

.hero-premium .container{
  position:relative;
  z-index:3;
}

.hero-premium-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.02fr) minmax(420px, .98fr);
  gap:4rem;
  align-items:center;
  padding:5.8rem 0 5rem;
}

.hero-premium-copy{
  max-width:720px;
}

.hero-premium-kicker{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.62rem 1rem;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(184,138,79,.22);
  color:#7b572b;
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 12px 30px rgba(47,36,24,.07);
  backdrop-filter:blur(12px);
  margin-bottom:1.35rem;
}

.hero-premium-kicker i{
  color:var(--custom-accent-color);
  font-size:1rem;
}

.hero-premium h1{
  font-size:clamp(3.2rem, 6.2vw, 6.45rem);
  line-height:.96;
  letter-spacing:-.075em;
  color:#2f2418;
  margin:0 0 1.35rem;
  font-weight:800;
  max-width:780px;
}

.hero-premium h1 span{
  display:block;
  color:#8d6434;
}

.hero-premium-lead{
  font-size:1.16rem;
  line-height:1.9;
  max-width:690px;
  color:#5f4930;
  margin:0 0 1.75rem;
}

.hero-premium-lead strong{
  color:#2f2418;
}

.hero-premium-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  align-items:center;
  margin-bottom:1.5rem;
}

.hero-premium-primary,
.hero-premium-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:56px;
  padding:1rem 1.45rem;
  border-radius:999px;
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-weight:800;
  transition:all .25s ease;
}

.hero-premium-primary{
  background:#2f2418;
  color:#fff;
  border:1px solid #2f2418;
  box-shadow:0 18px 38px rgba(47,36,24,.22);
}

.hero-premium-primary:hover{
  background:#1f170f;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 22px 46px rgba(47,36,24,.28);
}

.hero-premium-secondary{
  background:rgba(255,255,255,.66);
  color:#2f2418;
  border:1px solid rgba(47,36,24,.14);
  backdrop-filter:blur(10px);
}

.hero-premium-secondary:hover{
  background:#fff;
  color:#2f2418;
  transform:translateY(-2px);
}

.hero-premium-trust{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  margin-top:1.2rem;
}

.hero-premium-trust span{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.58rem .82rem;
  border-radius:999px;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(184,138,79,.20);
  color:#5f4930;
  font-size:.92rem;
  font-weight:700;
  backdrop-filter:blur(10px);
  box-shadow:0 10px 24px rgba(47,36,24,.045);
}

.hero-premium-trust i{
  color:var(--custom-accent-color);
}

.hero-premium-rating{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.75rem;
  margin-top:1.45rem;
  color:#5f4930;
  font-weight:700;
}

.hero-premium-stars{
  display:inline-flex;
  gap:.12rem;
  color:#c99a58;
  font-size:1.05rem;
}

.hero-premium-visual{
  position:relative;
  min-height:610px;
}

.hero-premium-image-shell{
  position:absolute;
  inset:2rem 0 0 5rem;
  border-radius:42px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:var(--shadow-premium);
  transform:rotate(1.5deg);
}

.hero-premium-image-shell:before{
  content:"";
  position:absolute;
  inset:1.1rem;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.78);
  z-index:2;
  pointer-events:none;
}

.hero-premium-image-shell img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  transform:scale(1.02);
}

.hero-premium-product-card{
  position:absolute;
  left:0;
  bottom:2.4rem;
  width:min(330px, 78%);
  border-radius:28px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 28px 60px rgba(47,36,24,.18);
  padding:1rem;
  backdrop-filter:blur(16px);
  z-index:4;
}

.hero-premium-product-card-inner{
  display:grid;
  grid-template-columns:96px 1fr;
  gap:1rem;
  align-items:center;
}

.hero-premium-product-card img{
  width:96px;
  height:116px;
  object-fit:cover;
  border-radius:20px;
  background:#fffaf2;
  border:1px solid rgba(184,138,79,.16);
}

.hero-premium-product-card small{
  display:inline-flex;
  margin-bottom:.25rem;
  color:#8d6434;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.68rem;
}

.hero-premium-product-card h3{
  font-size:1.05rem;
  margin:0 0 .25rem;
  color:#2f2418;
  line-height:1.25;
}

.hero-premium-product-card p{
  margin:0 0 .55rem;
  color:#67543b;
  font-size:.9rem;
  line-height:1.45;
}

.hero-premium-product-card a{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  color:#2f2418;
  font-weight:800;
  font-size:.9rem;
}

.hero-premium-floating-note{
  position:absolute;
  right:.2rem;
  top:5.2rem;
  width:220px;
  padding:1rem 1.1rem;
  border-radius:24px;
  background:rgba(47,36,24,.88);
  color:#fff;
  box-shadow:0 24px 54px rgba(47,36,24,.22);
  z-index:4;
  transform:rotate(-2deg);
}

.hero-premium-floating-note strong{
  display:block;
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:1.05rem;
  margin-bottom:.22rem;
  color:#fff;
}

.hero-premium-floating-note span{
  display:block;
  font-size:.9rem;
  line-height:1.5;
  color:rgba(255,255,255,.84);
}

.hero-premium-orb{
  position:absolute;
  right:2.8rem;
  bottom:.8rem;
  width:126px;
  height:126px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(255,255,255,.80), rgba(255,250,242,.45));
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 20px 50px rgba(47,36,24,.12);
  z-index:2;
}

/* ======================================================
   Hero cinematic fallback
====================================================== */
.hero-cinematic{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#efe2cc;
}

.hero-cinematic-fallback{
  position:absolute;
  inset:0;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  background-color:#efe2cc;
  background-blend-mode:multiply;
  z-index:1;
  transform:scale(1.02);
}

.hero-cinematic-media{
  position:absolute;
  inset:0;
  z-index:2;
}

.hero-cinematic-video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
}

.hero-cinematic-video-layer{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
  opacity:0;
  transition:opacity .7s ease-in-out;
  pointer-events:none;
  filter:saturate(1.04) contrast(.96) brightness(1.03);
}

.hero-cinematic-video-layer.is-active{
  opacity:1;
}

.hero-cinematic-overlay{
  position:absolute;
  inset:0;
  z-index:3;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.18), transparent 28rem),
    linear-gradient(180deg, rgba(47,36,24,.22) 0%, rgba(47,36,24,.38) 50%, rgba(47,36,24,.58) 100%),
    linear-gradient(90deg, rgba(47,36,24,.22) 0%, rgba(47,36,24,.05) 48%, rgba(47,36,24,.24) 100%);
}

.hero-cinematic-content{
  position:relative;
  z-index:4;
}

.hero-cinematic-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
  color:#fff;
  padding:6rem 0 5rem;
}

.hero-eyebrow{
  display:inline-block;
  margin-bottom:1rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:.8rem;
  font-weight:800;
  color:rgba(255,255,255,.94);
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  padding:.55rem 1rem;
  backdrop-filter:blur(8px);
}

.hero-cinematic-inner h1{
  color:#fff;
  font-size:clamp(2.8rem, 5.9vw, 5.4rem);
  line-height:1.03;
  margin-bottom:1.2rem;
  font-weight:800;
  letter-spacing:-.055em;
  text-shadow:0 14px 28px rgba(47,36,24,.24);
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

.hero-cinematic-inner p{
  font-size:1.2rem;
  line-height:1.85;
  color:rgba(255,255,255,.95);
  max-width:920px;
  margin:0 auto 2rem auto;
  text-shadow:0 8px 18px rgba(47,36,24,.18);
}

.hero-cinematic-inner p strong{
  color:#fff;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  justify-content:center;
}

.btn-hero-primary,
.btn-hero-secondary{
  min-width:190px;
  padding:1rem 1.8rem;
  border-radius:999px;
  font-weight:800;
  font-size:1rem;
  transition:all .25s ease;
}

.btn-hero-primary{
  background:#fff;
  color:var(--jojoba-deep);
  border:1px solid #fff;
  box-shadow:0 14px 34px rgba(47,36,24,.16);
}

.btn-hero-primary:hover{
  background:#fff7e8;
  color:var(--jojoba-deep);
  transform:translateY(-2px);
}

.btn-hero-secondary{
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.48);
  backdrop-filter:blur(8px);
}

.btn-hero-secondary:hover{
  background:rgba(255,255,255,.22);
  color:#fff;
  transform:translateY(-2px);
}

/* ======================================================
   Hero categorie strip
====================================================== */
.hero-category-strip{
  background:linear-gradient(180deg, #fffaf2 0%, #fff 100%);
  padding:1.6rem 0 2.9rem;
  position:relative;
  z-index:5;
}

.hero-premium + .hero-category-strip{
  margin-top:-2.2rem;
  background:transparent!important;
  position:relative;
  z-index:8;
  padding:0 0 3.2rem!important;
}

.hero-category-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1rem;
}

.hero-premium + .hero-category-strip .hero-category-grid{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(234,223,206,.85);
  box-shadow:0 28px 70px rgba(47,36,24,.12);
  backdrop-filter:blur(16px);
  border-radius:30px;
  padding:1rem;
}

.hero-category-link{
  display:flex;
  flex-direction:column;
  gap:.2rem;
  padding:1.45rem 1.35rem;
  background:rgba(255,255,255,.94);
  border:1px solid var(--jojoba-border);
  border-radius:20px;
  box-shadow:var(--shadow-soft);
  min-height:132px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.hero-premium + .hero-category-strip .hero-category-link{
  box-shadow:none!important;
  background:transparent!important;
  border-color:rgba(184,138,79,.18)!important;
}

.hero-category-link:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(47,36,24,.09);
  border-color:rgba(var(--custom-accent-rgb), .35);
  background:#fff;
}

.hero-premium + .hero-category-strip .hero-category-link:hover{
  background:#fff!important;
  box-shadow:0 16px 36px rgba(47,36,24,.08)!important;
}

.hero-category-icon{
  width:50px;
  height:50px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(184,138,79,.14), rgba(111,125,69,.12));
  color:var(--custom-accent-darker);
  margin-bottom:.7rem;
  font-size:1.28rem;
}

.hero-category-label{
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:1.1rem;
  color:var(--text-color-primary);
  font-weight:800;
}

.hero-category-sub{
  color:var(--text-color-light);
  font-size:.96rem;
  line-height:1.5;
}

/* ======================================================
   Intro
====================================================== */
.homepage-intro{
  background:
    radial-gradient(circle at 20% 0%, rgba(184,138,79,.09), transparent 20rem),
    #fff;
}

.homepage-intro .lead{
  font-size:1.15rem;
}

/* ======================================================
   Jojoba homepage extra blokken
====================================================== */
.jojoba-trust-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.8rem;
  margin-top:1.6rem;
}

.jojoba-trust-pill{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.55rem .9rem;
  border:1px solid var(--jojoba-border);
  border-radius:999px;
  background:#fff;
  color:#5c4a35;
  font-size:.94rem;
  font-weight:700;
  box-shadow:0 8px 22px rgba(47,36,24,.05);
}

.jojoba-trust-pill i{
  color:var(--custom-accent-color);
}

.jojoba-feature-card{
  background:#fff;
  border:1px solid var(--jojoba-border);
  border-radius:24px;
  padding:2rem;
  height:100%;
  box-shadow:0 16px 36px rgba(47,36,24,.06);
}

.jojoba-feature-card h3{
  font-size:1.35rem;
  margin-bottom:.9rem;
}

.jojoba-feature-card p{
  margin-bottom:0;
}

.jojoba-image-panel{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(135deg, #f3e2c6 0%, #fffaf2 100%);
  box-shadow:0 20px 50px rgba(47,36,24,.10);
}

.jojoba-image-panel:before{
  content:"";
  position:absolute;
  inset:1.2rem;
  border:1px solid rgba(255,255,255,.65);
  border-radius:22px;
  pointer-events:none;
  z-index:2;
}

.jojoba-image-panel img{
  width:100%;
  min-height:390px;
  object-fit:cover;
  opacity:.94;
}

.jojoba-content-list li{
  display:flex;
  gap:.7rem;
  align-items:flex-start;
}

.jojoba-content-list i{
  color:var(--custom-accent-color);
  margin-top:.15rem;
}

.jojoba-editorial{
  background:
    radial-gradient(circle at 80% 20%, rgba(111,125,69,.10), transparent 22rem),
    linear-gradient(180deg, #fffaf2 0%, #fff 100%);
}

.jojoba-faq-section{
  background:#fffaf2;
}

.jojoba-choice-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.24);
  border-radius:22px;
  padding:1.6rem;
  height:100%;
  backdrop-filter:blur(8px);
  box-shadow:0 16px 36px rgba(47,36,24,.08);
}

.jojoba-choice-card i{
  font-size:2rem;
  color:#fff;
  display:inline-block;
  margin-bottom:.8rem;
}

.jojoba-choice-card h3{
  color:#fff;
}

.jojoba-choice-card p{
  margin-bottom:0;
  color:rgba(255,255,255,.88);
}

/* ======================================================
   USP
====================================================== */
#usp{
  background:linear-gradient(180deg, #fbf6ec 0%, #fffaf2 100%)!important;
}

#usp .usp-item{
  background:#fff;
  border:1px solid var(--jojoba-border)!important;
  border-radius:22px;
  box-shadow:var(--shadow-soft);
  transition:transform .3s, box-shadow .3s, border-color .3s;
}

#usp .usp-item:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 44px rgba(var(--custom-accent-rgb), .12);
  border-color:rgba(var(--custom-accent-rgb), .32)!important;
}

#usp .usp-icon{
  font-size:3rem;
  color:var(--custom-accent-color);
}

/* ======================================================
   Populaire producten
====================================================== */
#featured-products{
  background:#fff;
}

#featured-products .product-card{
  border:1px solid var(--jojoba-border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  background:#fff;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow:0 10px 24px rgba(47,36,24,.055);
  position:relative;
}

#featured-products .product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(47,36,24,.10);
  border-color:rgba(var(--custom-accent-rgb), .30);
}

.product-media{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, #fffaf2 0%, #f2e0c3 100%);
  border-radius:var(--radius-lg) var(--radius-lg) 0 0;
  height:300px;
  z-index:1;
}

@media (min-width:576px){
  .product-media{
    height:320px;
  }
}

@media (min-width:992px){
  .product-media{
    height:360px;
  }
}

.product-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:opacity .4s ease, transform .5s ease;
}

.product-media img.main{
  opacity:1;
}

.product-media img.hover{
  opacity:0;
}

.product-card:hover .product-media img.main{
  opacity:0;
  transform:scale(1.025);
}

.product-card:hover .product-media img.hover{
  opacity:1;
  transform:scale(1.025);
}

.product-badge{
  position:absolute;
  top:.75rem;
  left:.75rem;
  padding:.38rem .68rem;
  border-radius:999px;
  font-weight:800;
  font-size:.75rem;
  z-index:2;
  background:var(--custom-accent-color);
  color:#fff;
  box-shadow:0 8px 18px rgba(47,36,24,.12);
}

.material-badge{
  position:absolute;
  top:.75rem;
  right:.75rem;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.2px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(184,138,79,.16);
  box-shadow:0 6px 14px rgba(47,36,24,.08);
  padding:.35rem .6rem;
  border-radius:999px;
  color:var(--jojoba-deep);
}

.product-title{
  line-height:1.25;
}

.product-meta{
  letter-spacing:.2px;
}

.text-truncate-2{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.text-truncate-3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}

.price-now{
  font-size:1.12rem;
  font-weight:800;
  color:var(--jojoba-deep);
}

.price-was{
  font-size:.95rem;
  color:var(--text-color-light);
}

#featured-products .btn{
  font-family:Poppins,sans-serif;
  font-weight:800;
  font-size:1rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  padding:.72rem 1.3rem;
  line-height:1.3;
  border-radius:999px;
  height:auto;
  color:var(--jojoba-deep);
  border:1.5px solid rgba(95,73,48,.30);
  background:#fff;
  transition:all .25s ease;
  position:relative;
  z-index:3;
}

#featured-products .btn:hover{
  background:linear-gradient(135deg, var(--custom-accent-color), var(--custom-accent-darker));
  border-color:var(--custom-accent-color);
  color:#fff;
  box-shadow:0 8px 18px rgba(var(--custom-accent-rgb), .25);
  transform:translateY(-1px);
}

#featured-products .btn i{
  font-size:1.15rem;
  line-height:1;
  position:relative;
  top:-1px;
}

#featured-products .stretched-link::after,
#featured-products .card-body::after{
  content:none!important;
  display:none!important;
  visibility:hidden!important;
}

/* ======================================================
   Populaire homeproducten placeholder
====================================================== */
#homeproducten-placeholder{
  background:linear-gradient(180deg, #ffffff 0%, #fbf6ec 100%);
}

.homeproduct-placeholder-card{
  background:#fff;
  border:1px solid var(--jojoba-border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.homeproduct-placeholder-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 46px rgba(47,36,24,.09);
  border-color:rgba(var(--custom-accent-rgb), .30);
}

.homeproduct-placeholder-media{
  height:220px;
  background:linear-gradient(135deg, #f3e2c6 0%, #fffaf2 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--custom-accent-color);
  font-size:2.4rem;
}

.homeproduct-placeholder-body{
  padding:1.4rem;
}

.homeproduct-placeholder-badge{
  display:inline-block;
  font-size:.78rem;
  font-weight:800;
  color:var(--custom-accent-darker);
  background:rgba(var(--custom-accent-rgb), .10);
  border:1px solid rgba(var(--custom-accent-rgb), .12);
  padding:.35rem .7rem;
  border-radius:999px;
  margin-bottom:.9rem;
}

.homeproduct-placeholder-body h3{
  font-size:1.2rem;
  margin-bottom:.65rem;
}

.homeproduct-placeholder-body p{
  color:var(--text-color-secondary);
  margin-bottom:1rem;
}

/* ======================================================
   SEO links home
====================================================== */
#seo-links-home{
  background:linear-gradient(180deg, #fff 0%, #fbf6ec 100%)!important;
}

.seo-link-card{
  background:rgba(255,255,255,.96);
  border:1px solid var(--jojoba-border);
  border-radius:22px;
  padding:1.55rem;
  box-shadow:0 16px 36px rgba(47,36,24,.06);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.seo-link-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 42px rgba(47,36,24,.09);
  border-color:rgba(var(--custom-accent-rgb), .32);
}

.seo-link-card h3{
  font-size:1.16rem;
  margin-bottom:.8rem;
  color:var(--jojoba-deep);
}

.seo-link-card p{
  margin-bottom:1rem;
  color:var(--text-color-secondary);
}

.seo-link-card a{
  font-weight:800;
}

/* ======================================================
   Content secties
====================================================== */
#over-ons,
#toepassingen-blok,
#werkwijze{
  padding:5rem 0;
}

#over-ons img,
#toepassingen-blok img,
#werkwijze img{
  border-radius:18px;
  box-shadow:0 14px 34px rgba(47,36,24,.10);
}

.accordion-button{
  font-family:Poppins,sans-serif;
  font-weight:700;
  color:var(--jojoba-deep);
  background:#fff;
  box-shadow:none!important;
}

.accordion-button:not(.collapsed){
  color:#fff;
  background:linear-gradient(135deg, #b88a4f 0%, #8d6434 100%);
}

.accordion-button:not(.collapsed)::after{
  filter:invert(1);
}

.accordion-button:focus{
  border-color:rgba(var(--custom-accent-rgb), .28);
  box-shadow:0 0 0 .2rem rgba(var(--custom-accent-rgb), .12)!important;
}

.accordion-item{
  border:1px solid var(--jojoba-border);
  margin-bottom:.65rem;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 18px rgba(47,36,24,.035);
}

.accordion-body{
  background:#fffaf2;
  color:var(--text-color-secondary);
}

#afspraak-cta{
  background:
    radial-gradient(circle at 18% 10%, rgba(255,255,255,.18), transparent 20rem),
    linear-gradient(135deg, #6f7d45 0%, #8d6434 100%)!important;
  padding:4.5rem 0;
}

#afspraak-cta h2,
#afspraak-cta h3{
  color:#fff;
}

#afspraak-cta p{
  color:rgba(255,255,255,.90);
}

#nieuwsbrief{
  padding:5rem 0;
  background:var(--bg-color-light);
}

/* ======================================================
   Footer
====================================================== */
.site-footer{
  font-size:.95rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(184,138,79,.10), transparent 20rem),
    linear-gradient(180deg, #fffaf2 0%, #f4ead8 100%);
  color:var(--text-color-secondary);
  border-top:1px solid var(--jojoba-border)!important;
}

.site-footer-main{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.76);
  border-radius:26px;
  padding:2rem 2rem 1rem;
  box-shadow:0 18px 44px rgba(47,36,24,.055);
  margin-bottom:1.5rem;
  backdrop-filter:blur(10px);
}

.site-footer a{
  color:var(--text-color-secondary);
}

.site-footer a:hover{
  color:var(--custom-accent-color);
}

.footer-title{
  font-size:1.1rem;
  margin-bottom:1rem;
  color:var(--jojoba-deep);
}

.footer-divider{
  border-color:var(--jojoba-border)!important;
  opacity:.9;
}

.site-footer .footer-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.35rem;
}

.site-footer .footer-logo{
  display:block;
  opacity:1;
  filter:none;
}

.footer-meta-pill{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:.45rem .85rem;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--jojoba-border);
  color:var(--jojoba-deep);
  font-weight:700;
  box-shadow:0 8px 20px rgba(47,36,24,.05);
}

.footer-nav li,
.footer-contact li{
  margin-bottom:.7rem;
}

.footer-contact i{
  color:var(--custom-accent-color);
}

.footer-bottom-row{
  color:#6f655e;
}

.footer-bottom-copy,
.footer-bottom-links{
  color:#6f655e;
}

.footer-bottom-copy a,
.footer-bottom-links a{
  color:#6f655e;
}

.footer-bottom-copy a:hover,
.footer-bottom-links a:hover{
  color:var(--custom-accent-color);
}

/* ======================================================
   Offcanvas Cart
====================================================== */
.offcanvas{
  border-left:1px solid var(--jojoba-border);
}

.offcanvas-header{
  border-bottom:1px solid var(--jojoba-border);
  background:#fffaf2;
}

.offcanvas .line{
  border-top:1px dashed var(--jojoba-border);
}

.mini-item{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:.75rem;
  align-items:center;
}

.mini-item img{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid var(--jojoba-border);
  background:#fffaf2;
}

.qty-btn{
  width:28px;
  height:28px;
  border:1px solid var(--jojoba-border);
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--jojoba-deep);
}

/* ======================================================
   Scroll to top
====================================================== */
.scroll-top{
  position:fixed;
  bottom:25px;
  right:25px;
  background:var(--jojoba-deep);
  color:#fff;
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  border-radius:50%;
  z-index:999;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:background .3s, opacity .4s, transform .3s;
  box-shadow:0 12px 28px rgba(47,36,24,.18);
}

.scroll-top:hover{
  background:var(--custom-accent-color);
  color:#fff;
  transform:translateY(-2px);
}

.scroll-top.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

/* ======================================================
   Responsive
====================================================== */
@media (max-width:1399.98px){
  .site-header-navbar .navbar-nav .nav-link{
    padding:.85rem .72rem!important;
    font-size:.95rem;
  }
}

@media (max-width:1199.98px){
  .hero-category-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .site-header-navbar .navbar-nav .nav-link{
    padding:.8rem .54rem!important;
    font-size:.92rem;
  }

  .hero-premium-grid{
    grid-template-columns:1fr;
    gap:2.5rem;
  }

  .hero-premium-copy{
    max-width:850px;
    text-align:center;
    margin:0 auto;
  }

  .hero-premium h1{
    margin-left:auto;
    margin-right:auto;
  }

  .hero-premium-lead{
    margin-left:auto;
    margin-right:auto;
  }

  .hero-premium-actions,
  .hero-premium-trust,
  .hero-premium-rating{
    justify-content:center;
  }

  .hero-premium-visual{
    max-width:720px;
    width:100%;
    margin:0 auto;
  }

  .hero-premium-image-shell{
    inset:0 0 0 8rem;
  }
}

@media (max-width:991.98px){
  .topbar{
    font-size:.88rem;
  }

  .topbar .topbar-inner{
    justify-content:center!important;
    text-align:center;
  }

  .topbar-left,
  .topbar-right{
    width:100%;
    justify-content:center;
  }

  .site-header-navbar{
    padding:.75rem 0!important;
  }

  .site-brand-logo{
    width:auto!important;
    height:54px!important;
  }

  .site-header-collapse{
    padding-top:1rem;
  }

  .site-navbar-nav{
    align-items:flex-start;
    gap:0;
  }

  .site-header-navbar .navbar-nav .nav-link{
    width:100%;
    padding:.82rem .95rem!important;
    font-size:1rem;
    border-radius:14px;
  }

  .site-header-navbar .dropdown-menu{
    position:static!important;
    width:100%;
    margin-top:.25rem;
    border-radius:16px;
    box-shadow:none;
    background:#fffaf2;
  }

  .site-cart-trigger{
    display:inline-flex;
  }

  .cart-chip{
    padding:.58rem .85rem;
  }

  .hero-premium{
    min-height:auto;
  }

  .hero-premium-grid{
    padding:4rem 0 4.5rem;
  }

  .hero-premium h1{
    font-size:clamp(2.7rem, 10vw, 4.6rem);
  }

  .hero-premium-lead{
    font-size:1.05rem;
  }

  .hero-premium-visual{
    min-height:540px;
  }

  .hero-premium-image-shell{
    inset:0 0 0 5rem;
  }

  .hero-premium + .hero-category-strip{
    margin-top:-1.2rem;
  }

  .hero-cinematic{
    min-height:680px;
  }

  .hero-cinematic-inner{
    max-width:100%;
    padding:4.5rem 0;
  }

  .hero-cinematic-inner p{
    font-size:1.05rem;
  }

  .jojoba-image-panel img{
    min-height:320px;
  }

  .site-footer-main{
    padding:1.6rem 1.3rem .7rem;
  }

  .site-footer .footer-brand{
    align-items:center;
  }
}

@media (max-width:767.98px){
  .topbar-left,
  .topbar-right{
    gap:.65rem!important;
    flex-direction:column;
  }

  .site-brand-logo{
    height:46px!important;
    width:auto!important;
  }

  .hero-premium-grid{
    padding:3.2rem 0 3.5rem;
  }

  .hero-premium-copy{
    text-align:left;
  }

  .hero-premium-actions,
  .hero-premium-trust,
  .hero-premium-rating{
    justify-content:flex-start;
  }

  .hero-premium h1{
    font-size:2.75rem;
  }

  .hero-premium-primary,
  .hero-premium-secondary{
    width:100%;
  }

  .hero-premium-visual{
    min-height:470px;
  }

  .hero-premium-image-shell{
    inset:0 0 0 2.4rem;
    border-radius:32px;
  }

  .hero-premium-image-shell img{
    min-height:440px;
  }

  .hero-premium-product-card{
    left:0;
    bottom:1rem;
    width:88%;
  }

  .hero-premium-floating-note{
    right:0;
    top:1rem;
    width:190px;
  }

  .hero-premium + .hero-category-strip .hero-category-grid{
    border-radius:24px;
  }

  .hero-cinematic{
    min-height:590px;
  }

  .hero-cinematic-inner h1{
    font-size:2.5rem;
  }

  .hero-cinematic-inner p{
    font-size:1rem;
  }

  .hero-actions{
    flex-direction:column;
    align-items:center;
  }

  .btn-hero-primary,
  .btn-hero-secondary{
    width:100%;
    max-width:320px;
  }

  .hero-category-grid{
    grid-template-columns:1fr;
  }

  .hero-category-link{
    min-height:auto;
  }

  .product-media{
    height:280px;
  }

  .homeproduct-placeholder-media{
    height:190px;
  }

  .jojoba-trust-row{
    gap:.55rem;
  }

  .jojoba-trust-pill{
    font-size:.86rem;
  }

  .jojoba-image-panel img{
    min-height:260px;
  }

  .footer-bottom-row{
    text-align:center;
  }
}

@media (max-width:575.98px){
  .cart-chip .price{
    display:none;
  }

  .hero-premium h1{
    font-size:2.35rem;
  }

  .hero-premium-kicker{
    font-size:.68rem;
    letter-spacing:.08em;
  }

  .hero-premium-visual{
    min-height:430px;
  }

  .hero-premium-image-shell{
    inset:0;
    transform:none;
  }

  .hero-premium-floating-note{
    display:none;
  }

  .hero-premium-product-card{
    width:94%;
    left:3%;
  }

  .hero-premium-product-card-inner{
    grid-template-columns:78px 1fr;
  }

  .hero-premium-product-card img{
    width:78px;
    height:96px;
  }

  .hero-premium-orb{
    display:none;
  }

  .hero-cinematic-inner{
    padding:4rem 0 3.5rem;
  }

  .hero-eyebrow{
    font-size:.72rem;
    letter-spacing:.16em;
  }

  .hero-cinematic-inner h1{
    font-size:2.15rem;
  }

  .hero-category-strip{
    padding:1.3rem 0 2.3rem;
  }

  .site-footer-main{
    border-radius:18px;
  }

  .section-kicker{
    font-size:.72rem;
    letter-spacing:.1em;
  }
}