/*
Theme Name: dekjesborduren.nl
Theme URI: https://dekjesborduren.nl
Author: Backbrave
Author URI: https://backbrave.nl
Description: Eigen thema voor dekjesborduren.nl — geborduurde zadeldekjes, paardendekens en halsters. Huisstijl: forest green, terracotta, cream. Bodoni Moda / Jost / Parisienne.
Version: 1.4.3
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dekjesborduren
Tags: woocommerce, e-commerce, custom-logo, custom-menu
*/

/* ------------------------------------------------------------------ */
/* 1. Tokens                                                           */
/* ------------------------------------------------------------------ */
:root{
  --forest:#1F332A;
  --forest-deep:#16281F;
  --forest-darkest:#0F1D16;
  --forest-line:#33503F;
  --forest-input:#3E5B4B;
  --terra:#C26B47;
  --terra-deep:#A85535;
  --terra-soft:#D9A98C;
  --cream:#F8F4EB;
  --cream-deep:#EFE8D9;
  --card:#FFFDF8;
  --line:#E3DACA;
  --line-strong:#D5CAB4;
  --charcoal:#2D2D2D;
  --body:#4A443B;
  --muted:#6B6459;
  --muted-2:#8A8073;
  --on-dark:#F8F4EB;
  --on-dark-body:#C9D2C9;
  --on-dark-soft:#B9C4BA;
  --on-dark-label:#8FA694;
  --thread:#E9DFC8;

  --display:'Bodoni Moda',Didot,Georgia,serif;
  --ui:'Jost','Avenir Next','Segoe UI',sans-serif;
  --script:'Parisienne',cursive;

  --gutter:64px;
  --max:1320px;
  --zij:max(var(--gutter),calc((100% - 1320px) / 2));
  --radius-card:28px;
  --radius-block:34px;
  --radius-field:14px;

  --schaduw:0 2px 10px rgba(31,51,42,.05);
  --schaduw-op:0 14px 34px rgba(31,51,42,.12);
  --warm-vlak:linear-gradient(150deg,#F3EDDF 0%,#EFE8D9 55%,#EAE0CB 100%);
}

/* ------------------------------------------------------------------ */
/* 2. Basis                                                            */
/* ------------------------------------------------------------------ */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;background:var(--cream)}
body{
  margin:0;
  font-family:var(--ui);
  font-size:16px;
  line-height:1.6;
  background:var(--cream);
  color:var(--charcoal);
  -webkit-font-smoothing:antialiased;
  /* Footer blijft onderaan, ook op korte pagina's. */
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
.site-main{flex:1 0 auto;display:block}
.site-footer,.site-footer__bottom,.topbar,.site-header,.search-panel{flex:0 0 auto}
img{max-width:100%;height:auto;display:block}
a{color:var(--terra-deep);text-decoration:none}
a:hover{color:var(--forest)}
h1,h2,h3,h4{font-family:var(--display);color:var(--forest);font-weight:600;line-height:1.1;margin:0}
p{margin:0}
button,input,select,textarea{font-family:var(--ui);font-size:16px;color:var(--charcoal)}
:focus-visible{outline:2px solid var(--terra-deep);outline-offset:3px}

.wrap{padding-left:var(--zij);padding-right:var(--zij)}
.section{padding-top:76px}
.stack{display:flex;flex-direction:column}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:16px;top:16px;z-index:100;background:var(--forest);color:var(--cream);padding:12px 20px;border-radius:999px}

.label{font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.script{font-family:var(--script);color:var(--terra);font-size:32px;line-height:1.2}
.lead{font-size:20px;line-height:1.55;color:var(--body)}
.intro{font-size:17px;line-height:1.55;color:var(--body)}
.muted{color:var(--muted)}

/* ------------------------------------------------------------------ */
/* 3. Knoppen — altijd volledig rond, minimaal 44px hoog               */
/* ------------------------------------------------------------------ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:44px;padding:16px 28px;border-radius:999px;
  font-size:16px;font-weight:500;line-height:1;cursor:pointer;
  border:1.5px solid transparent;text-align:center;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.btn--primary{background:var(--forest);color:var(--cream);border-color:var(--forest)}
.btn--primary:hover{background:var(--forest-deep);color:var(--cream)}
.btn--secondary{background:transparent;color:var(--forest);border-color:var(--forest)}
.btn--secondary:hover{background:var(--forest);color:var(--cream)}
.btn--accent{background:var(--terra);color:#14211B;border-color:var(--terra);font-weight:600}
.btn--accent:hover{background:var(--terra-deep);color:var(--cream)}
.btn--lg{min-height:60px;padding:0 34px;font-size:18px}
.btn--block{width:100%}
.link-arrow{font-size:16px}

.field{
  height:52px;width:100%;
  border:1px solid var(--line-strong);border-radius:var(--radius-field);
  background:var(--cream);padding:0 16px;font-size:15px;color:var(--charcoal);
}
.field--card{background:var(--card)}
.field-label{font-size:15px;color:var(--muted)}

/* ------------------------------------------------------------------ */
/* 4. Topbar + header                                                  */
/* ------------------------------------------------------------------ */
.topbar{
  background:var(--forest);color:var(--cream);
  min-height:36px;display:flex;align-items:center;justify-content:center;
  gap:48px;flex-wrap:wrap;padding:8px 16px;
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;
}
.site-header{
  min-height:88px;border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:48px;
  padding:0 var(--zij);background:var(--cream);
}
.site-header__logo img{height:40px;width:auto}
.site-header__logo .wordmark{font-family:var(--display);font-size:26px;color:var(--forest)}
.site-header__logo .wordmark span{color:var(--terra)}
.main-nav{display:flex;align-items:center;gap:32px;flex-grow:1}
.main-nav ul{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}
.main-nav a{font-size:16px;color:var(--charcoal);padding-bottom:3px;border-bottom:2px solid transparent}
.main-nav a:hover{color:var(--forest)}
.main-nav .current-menu-item>a,
.main-nav .current_page_item>a,
.main-nav .current-menu-parent>a{color:var(--forest);border-bottom-color:var(--terra)}
.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.icon-btn{width:44px;height:44px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:999px}
.icon-btn:hover{background:var(--cream-deep)}
.cart-btn{
  height:44px;border:none;background:var(--forest);color:var(--cream);
  border-radius:999px;display:flex;align-items:center;gap:9px;padding:0 20px;
  cursor:pointer;font-size:15px;
}
.cart-btn:hover{background:var(--forest-deep);color:var(--cream)}
.nav-toggle{display:none}

.search-panel{display:none;border-bottom:1px solid var(--line);padding:18px var(--zij);background:var(--card)}
.search-panel.is-open{display:block}
.search-panel form{display:flex;gap:12px;max-width:640px}

/* ------------------------------------------------------------------ */
/* 5. Hero                                                             */
/* ------------------------------------------------------------------ */
.hero{display:flex;align-items:center;gap:72px;padding:72px var(--zij)}
.hero__text{width:580px;max-width:100%;display:flex;flex-direction:column;gap:26px}
.hero h1{font-size:62px;line-height:1.04}
.hero__buttons{display:flex;gap:14px;padding-top:4px;flex-wrap:wrap}
.hero__buttons .btn{font-size:17px;padding:18px 32px}
.hero__figure{
  flex-grow:1;min-height:420px;background:var(--cream-deep);border-radius:var(--radius-block);
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.hero__figure img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-block)}
.hero__figure svg{width:400px;max-width:80%;height:auto}

.usp-bar{
  background:var(--forest);color:var(--cream);padding:26px var(--zij);
  display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:16px;
}

/* ------------------------------------------------------------------ */
/* 6. Kaarten en rasters                                               */
/* ------------------------------------------------------------------ */
.grid{display:grid;gap:24px}
.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}

.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap}
.section-head h2{font-size:40px}

.card{
  background:var(--card);border:1px solid rgba(227,218,202,.75);border-radius:var(--radius-card);
  overflow:hidden;color:var(--charcoal);display:flex;flex-direction:column;
  box-shadow:var(--schaduw);
  transition:box-shadow .25s ease,transform .25s ease;
}
a.card:hover{box-shadow:var(--schaduw-op);transform:translateY(-3px);color:var(--charcoal)}
.card__media{
  height:230px;background:var(--warm-vlak);
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
}
.card__media img{width:100%;height:100%;object-fit:cover}
.card__media svg{width:170px;height:auto}
.card__badge{
  position:absolute;top:16px;left:16px;background:var(--forest);color:var(--cream);
  font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;border-radius:999px;
}
.card__body{padding:22px 24px;display:flex;flex-direction:column;gap:6px}
.card__body h3{font-size:25px}
.card__body .price,.card__price{font-family:var(--display);font-size:22px;color:var(--forest);padding-top:6px}
.card__meta{font-size:14px;color:var(--muted)}

.panel{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:10px}
.panel--dark{background:var(--forest);border-color:var(--forest)}
.panel--dark h2,.panel--dark h3{color:var(--cream)}
.panel--dark p{color:var(--on-dark-body)}

/* stappen */
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.step{display:flex;gap:18px;align-items:flex-start}
.step__num{font-family:var(--display);font-size:34px;color:var(--terra);line-height:1}
.step__title{font-size:19px;color:var(--forest)}
.step__text{font-size:15px;line-height:1.6;color:var(--muted)}

/* 3D-blok */
.designer-promo{
  margin:76px var(--zij) 0;background:var(--forest);border-radius:var(--radius-block);
  padding:52px 56px;display:flex;gap:56px;align-items:center;
}
.designer-promo__text{width:440px;max-width:100%;display:flex;flex-direction:column;gap:20px}
.designer-promo h2{font-size:40px;color:var(--cream);line-height:1.1}
.designer-promo p{font-size:17px;line-height:1.6;color:var(--on-dark-body)}
.designer-promo__stage{
  flex-grow:1;min-height:330px;background:var(--forest-deep);border-radius:18px;
  display:flex;align-items:center;justify-content:center;position:relative;
}
.designer-promo__stage .tilt{transform:perspective(900px) rotateY(-22deg) rotateX(7deg);filter:drop-shadow(0 24px 30px rgba(0,0,0,.45))}
.designer-promo__stage svg{width:260px;height:auto}
.badge-360{
  position:absolute;bottom:18px;right:20px;background:var(--terra);color:#14211B;
  border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;
}

/* SEO-tekstblok */
.seo-block{
  margin:56px var(--zij) 0;background:var(--cream-deep);border-radius:var(--radius-card);
  padding:36px 44px;display:flex;gap:48px;
}
.seo-block h2{width:280px;flex-shrink:0;font-size:28px;line-height:1.15}
.seo-block p{flex-grow:1;font-size:15px;line-height:1.75;color:var(--body)}

/* ------------------------------------------------------------------ */
/* 7. Info-pagina                                                      */
/* ------------------------------------------------------------------ */
.page-hero{padding:48px var(--zij) 0;display:flex;flex-direction:column;gap:12px}
.page-hero h1{font-size:48px;line-height:1.06}
.page-hero p{font-size:17px;line-height:1.6;color:var(--body);max-width:820px}

.sizetable{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.sizetable table{width:100%;border-collapse:collapse}
.sizetable th{
  background:var(--forest);color:var(--cream);text-align:left;font-weight:400;
  padding:15px 22px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;
}
.sizetable td{padding:16px 22px;font-size:15px;color:var(--body);border-top:1px solid var(--cream-deep)}
.sizetable td:first-child{color:var(--forest)}

.faq-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:26px 28px;display:flex;flex-direction:column;gap:9px}
.faq-card h3{font-family:var(--ui);font-size:18px;color:var(--forest);font-weight:500}
.faq-card p{font-size:15px;line-height:1.65;color:var(--muted)}

.contact-block{
  margin:64px var(--zij) 0;background:var(--forest);border-radius:var(--radius-block);
  padding:48px 56px;display:flex;gap:56px;
}
.contact-block__intro{width:380px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}
.contact-block h2{font-size:34px;color:var(--cream);line-height:1.1}
.contact-block p{font-size:16px;line-height:1.65;color:var(--on-dark-body)}
.contact-block__lines{display:flex;flex-direction:column;gap:10px;padding-top:4px;font-size:16px;color:var(--cream)}
.contact-block__form{flex-grow:1;display:flex;flex-direction:column;gap:14px}
.contact-block__row{display:flex;gap:14px;flex-wrap:wrap}
.contact-block__row>*{flex:1 1 200px;display:flex;flex-direction:column;gap:8px}
.contact-block label{font-size:14px;color:var(--on-dark-label)}
.contact-block input,.contact-block textarea{
  border:1px solid var(--forest-input);border-radius:var(--radius-field);
  background:var(--forest-deep);padding:14px 16px;font-size:15px;color:var(--cream);
}
.contact-block input{height:50px;padding:0 16px}
.contact-block textarea{resize:vertical;min-height:110px}
.contact-block__submit{display:flex;justify-content:flex-end}

/* ------------------------------------------------------------------ */
/* 8. 3D-ontwerper                                                     */
/* ------------------------------------------------------------------ */
.designer{padding:0 var(--zij);display:flex;gap:24px;align-items:stretch}
.designer__stage{
  flex-grow:1;min-height:560px;max-height:660px;background:var(--warm-vlak);border-radius:22px;
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
  border:1px solid var(--line);
}
.designer__stage .tilt{transform:perspective(1100px) rotateY(-20deg) rotateX(6deg);filter:drop-shadow(0 30px 40px rgba(0,0,0,.5));transition:transform .4s ease}
.designer__stage svg{width:440px;max-width:70vw;height:auto}
.designer__controls{
  position:absolute;bottom:20px;left:50%;transform:translateX(-50%);
  display:flex;gap:8px;background:var(--card);border:1px solid var(--line-strong);
  border-radius:999px;padding:7px;box-shadow:var(--schaduw-op);z-index:3;
}
.designer__controls svg{stroke:var(--forest)}
.designer__controls button{border:none;background:transparent;cursor:pointer;border-radius:999px;height:40px;display:flex;align-items:center;justify-content:center}
.designer__controls .round{width:40px}
.designer__controls .spin{background:var(--terra);color:#14211B;padding:0 20px;font-size:14px;font-weight:600}
.designer__panel{
  width:380px;flex-shrink:0;background:var(--card);border:1px solid var(--line);
  border-radius:22px;padding:30px;display:flex;flex-direction:column;gap:24px;
}
.swatches{display:flex;gap:10px;flex-wrap:wrap}
.swatch{width:44px;height:44px;border-radius:999px;cursor:pointer;padding:0;border:1px solid var(--line-strong)}
.swatch[aria-pressed="true"]{box-shadow:0 0 0 2px var(--card),0 0 0 4px var(--forest)}
.choice-rows{display:flex;flex-direction:column;gap:8px}
.choice{
  height:48px;border-radius:var(--radius-field);cursor:pointer;font-size:15px;text-align:left;
  padding:0 16px;background:var(--cream);color:var(--charcoal);border:1px solid var(--line-strong);
}
.choice[aria-pressed="true"]{background:var(--forest);color:var(--cream);border-color:var(--forest)}
.designer__total{margin-top:auto;display:flex;flex-direction:column;gap:12px}
.designer__total .row{display:flex;justify-content:space-between;align-items:baseline}
.designer__total .amount{font-family:var(--display);font-size:28px;color:var(--forest)}
.designer__note{font-size:14px;line-height:1.5;color:var(--muted-2);text-align:center}
.pills{display:flex;gap:10px;flex-wrap:wrap}
.pill{
  min-width:76px;height:46px;border-radius:999px;cursor:pointer;font-size:15px;padding:0 20px;
  background:var(--card);color:var(--charcoal);border:1px solid var(--line-strong);
}
.pill[aria-pressed="true"],.pill.is-active{background:var(--forest);color:var(--cream);border-color:var(--forest)}
.pill[disabled]{cursor:not-allowed;text-decoration:line-through}
.ontwerp-knop{margin-top:12px}
.designer__panel select.field{
  height:52px;appearance:none;-webkit-appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F332A' stroke-width='1.6'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 16px center;background-size:16px;
  padding-right:44px;
}

/* ------------------------------------------------------------------ */
/* 9. Footer                                                           */
/* ------------------------------------------------------------------ */
.site-footer{
  margin-top:76px;background:var(--forest);color:var(--cream);
  padding:44px var(--zij) 30px;display:flex;align-items:flex-start;justify-content:space-between;
  gap:56px;flex-wrap:wrap;
}
.site-footer a{color:var(--cream);font-size:15px}
.site-footer a:hover{color:var(--terra-soft)}
.site-footer__brand{width:320px;display:flex;flex-direction:column;gap:10px}
.site-footer__wordmark{font-family:var(--display);font-size:24px}
.site-footer__wordmark span{color:var(--terra)}
.site-footer__brand p{font-size:14px;line-height:1.6;color:var(--on-dark-soft)}
.site-footer__cols{display:flex;gap:64px;flex-wrap:wrap}
.site-footer__col{display:flex;flex-direction:column;gap:11px}
.site-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.site-footer__heading{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--on-dark-label)}
.site-footer__meta{display:flex;flex-direction:column;gap:9px;align-items:flex-end;text-align:right}
.site-footer__meta .small{font-size:13px;color:var(--on-dark-label)}
.site-footer__mail{font-size:17px;border-bottom:1px solid rgba(194,107,71,.6);padding-bottom:2px}
.site-footer__bottom{
  background:var(--forest-deep);color:var(--on-dark-label);
  padding:16px var(--zij);display:flex;align-items:center;justify-content:space-between;
  gap:20px;flex-wrap:wrap;font-size:13px;border-top:1px solid var(--forest-line);
}
.site-footer__bottom ul{list-style:none;margin:0;padding:0;display:flex;gap:22px;flex-wrap:wrap}
.site-footer__bottom a{color:var(--on-dark-label);font-size:13px}
.site-footer__bottom a:hover{color:var(--terra-soft)}

/* ------------------------------------------------------------------ */
/* 10. WooCommerce                                                     */
/* ------------------------------------------------------------------ */
/* WooCommerce's eigen kleurvariabelen op de huisstijl zetten. */
:root{
  --wc-primary:#1F332A;
  --wc-primary-text:#F8F4EB;
  --wc-secondary:#EFE8D9;
  --wc-secondary-text:#1F332A;
  --wc-highlight:#C26B47;
  --wc-highlight-text:#F8F4EB;
  --wc-content-bg:#FFFDF8;
  --wc-subtext:#6B6459;
  --wc-form-border-color:#D5CAB4;
  --wc-form-color-background:#FFFDF8;
}
.woocommerce div.product form.cart button.button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce .button.alt,
.woocommerce button.button.alt.disabled{
  background:var(--forest)!important;color:var(--cream)!important;border:none!important;
}
.woocommerce button.button.alt.disabled{opacity:.45}

.woo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.woo-placeholder--groot{
  background:var(--warm-vlak);border-radius:22px;min-height:460px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;
}
.woo-placeholder__label{
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);
}
.woocommerce ul.products li.product .woo-placeholder{
  height:280px;background:var(--warm-vlak);
}
.woocommerce-page .site-main,.woo-wrap{padding:0 var(--zij) 0}
.woocommerce-breadcrumb{padding:22px 0 0;font-size:13px;color:var(--muted-2)}
.woocommerce-breadcrumb a{color:var(--muted-2)}

.archive-head{padding:44px 0 28px;display:flex;align-items:flex-end;justify-content:space-between;gap:48px;flex-wrap:wrap}
.archive-head h1{font-size:48px;line-height:1.06;max-width:760px}
.archive-head p{font-size:17px;line-height:1.55;color:var(--body);max-width:760px;margin-top:12px}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select{
  border:1px solid var(--line);background:var(--card);border-radius:999px;
  padding:12px 20px;font-size:15px;color:var(--forest);
}
.woocommerce .woocommerce-result-count{font-size:15px;color:var(--muted)}

.woocommerce ul.products,.woocommerce-page ul.products{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none;
}
.woocommerce ul.products::before,.woocommerce ul.products::after{content:none}
.woocommerce ul.products li.product{
  width:auto!important;margin:0!important;float:none!important;
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);
  overflow:hidden;display:flex;flex-direction:column;text-align:left;
}
.woocommerce ul.products li.product a img{
  width:100%;height:280px;object-fit:cover;margin:0;background:var(--cream-deep);border-radius:0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--ui);font-size:19px;color:var(--forest);font-weight:500;
  padding:22px 24px 0;margin:0;line-height:1.3;
}
.woocommerce ul.products li.product .price{
  font-family:var(--display);font-size:22px;color:var(--forest);
  padding:6px 24px 0;margin:0;display:block;
}
.woocommerce ul.products li.product .price del{color:var(--muted-2);font-size:17px}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .button{
  margin:16px 24px 24px;align-self:flex-start;
  background:var(--forest);color:var(--cream);border-radius:999px;
  padding:14px 26px;font-size:15px;font-weight:500;line-height:1;
}
.woocommerce ul.products li.product .button:hover{background:var(--forest-deep);color:var(--cream)}
.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{
  background:var(--forest);color:var(--cream);border-radius:999px;
  font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:400;
  min-height:0;min-width:0;padding:6px 12px;line-height:1;top:16px;left:16px;right:auto;margin:0;
}

/* Knoppen algemeen */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
  background:var(--forest);color:var(--cream);border-radius:999px;
  font-family:var(--ui);font-weight:500;padding:16px 28px;font-size:16px;line-height:1;border:none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{background:var(--forest-deep);color:var(--cream)}
.woocommerce .button.single_add_to_cart_button{width:100%;min-height:60px;font-size:18px;justify-content:center}

/* Productpagina */
.woocommerce div.product{padding-top:24px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:56px}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0!important}
.woocommerce div.product div.images img{border-radius:22px;background:var(--cream-deep)}
.woocommerce div.product .woocommerce-product-gallery__wrapper{border-radius:22px;overflow:hidden}
.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:14px;margin-top:14px}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto;flex:1 1 0;margin:0;float:none}
.woocommerce div.product div.images .flex-control-thumbs img{border-radius:14px;height:100px;object-fit:cover}
.woocommerce div.product .product_title{font-family:var(--display);font-size:42px;line-height:1.08;color:var(--forest);margin:0 0 20px}
.woocommerce div.product p.price,.woocommerce div.product span.price{
  font-family:var(--display);font-size:40px;color:var(--forest);margin:0 0 20px;
}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:17px;line-height:1.6;color:var(--body);margin-bottom:20px}
.woocommerce div.product form.cart{display:flex;flex-direction:column;gap:20px;margin:0}
.woocommerce div.product form.cart .variations{border:0;margin:0}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{padding:0 0 12px;vertical-align:middle}
.woocommerce div.product form.cart .variations label{font-size:15px;color:var(--muted);font-weight:400}
.woocommerce div.product form.cart .variations select{
  height:50px;border:1px solid var(--line-strong);border-radius:var(--radius-field);
  background:var(--card);padding:0 14px;font-size:15px;min-width:200px;
}
.woocommerce div.product form.cart .quantity input.qty{
  height:60px;width:80px;border:1px solid var(--line-strong);border-radius:999px;
  background:var(--card);text-align:center;font-size:16px;
}
.woocommerce div.product .cart .quantity{margin-right:12px}
.wc-block-components-product-name,.woocommerce-variation-price{font-family:var(--display)}

.borduurveld{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:6px}
.borduurveld__hint{font-size:14px;color:var(--muted-2)}
.woocommerce div.product form.cart .borduurveld+.quantity{margin-top:4px}

.product-usps{display:flex;flex-direction:column;gap:9px;margin-top:20px;font-size:15px;color:var(--body)}
.product-usps span::before{content:"✓";color:var(--forest);margin-right:8px}

.woocommerce div.product .woocommerce-tabs{grid-column:1 / -1;padding-top:40px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 24px;display:flex;gap:10px;flex-wrap:wrap}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:var(--card);border:1px solid var(--line-strong);border-radius:999px;
  padding:0;margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{content:none;border:0;box-shadow:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 22px;font-weight:400;color:var(--charcoal);font-size:15px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--forest);border-color:var(--forest)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--cream)}
.woocommerce div.product .woocommerce-tabs .panel{border:0;background:transparent;padding:0;font-size:16px;line-height:1.75;color:var(--body)}
.woocommerce div.product h2{font-family:var(--display);font-size:32px;color:var(--forest)}
.woocommerce .related.products,.woocommerce .up-sells{grid-column:1 / -1;padding-top:70px}
.woocommerce .related.products ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Formulieren, meldingen, winkelwagen */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single{
  border:1px solid var(--line-strong);border-radius:var(--radius-field);background:var(--card);
  padding:14px 16px;font-size:15px;height:auto;min-height:50px;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border-top-color:var(--forest);background:var(--card);border-radius:var(--radius-field);
}
.woocommerce-message::before,.woocommerce-info::before{color:var(--forest)}
.woocommerce table.shop_table{border-radius:18px;border-color:var(--line)}
.woocommerce table.shop_table th{font-weight:500;color:var(--forest)}
.woocommerce-cart table.cart img{border-radius:12px}
.woocommerce .cart-collaterals .cart_totals>h2,
.woocommerce-checkout h3{font-family:var(--display);color:var(--forest)}

/* ------------------------------------------------------------------ */
/* 10b. Warmte — accenten, atelier, reviews, 3D                        */
/* ------------------------------------------------------------------ */
.eyebrow{
  font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--terra-deep);
  display:flex;align-items:center;gap:10px;
}
.eyebrow::after{content:"";flex:0 0 40px;height:1px;background:var(--line-strong)}

.script-accent{
  font-family:var(--script);color:var(--terra);font-size:34px;line-height:1.1;
  display:block;
}

.heart-rule{display:flex;align-items:center;gap:16px;padding:0 var(--zij)}
.heart-rule::before,.heart-rule::after{content:"";flex:1 1 auto;height:1px;background:var(--line)}
.heart-rule svg{width:18px;height:18px;flex-shrink:0}

/* Vertrouwensregel onder de hero */
.trust-row{
  display:flex;gap:14px;flex-wrap:wrap;align-items:center;
  padding:0 var(--zij) 8px;
}
.trust-chip{
  display:inline-flex;align-items:center;gap:9px;
  background:var(--card);border:1px solid var(--line);border-radius:999px;
  padding:10px 18px;font-size:14px;color:var(--body);box-shadow:var(--schaduw);
}
.trust-chip svg{width:15px;height:15px;flex-shrink:0}

/* Atelier */
.atelier{
  margin:76px var(--zij) 0;background:var(--warm-vlak);border-radius:var(--radius-block);
  padding:52px 56px;display:flex;gap:56px;align-items:center;
}
.atelier__tekst{flex:1 1 380px;display:flex;flex-direction:column;gap:18px}
.atelier__tekst h2{font-size:38px;line-height:1.12}
.atelier__tekst p{font-size:16px;line-height:1.75;color:var(--body)}
.atelier__beeld{
  flex:1 1 380px;min-height:340px;border-radius:26px;background:var(--card);
  border:1px solid var(--line);display:flex;align-items:center;justify-content:center;
  color:var(--muted-2);font-size:14px;text-align:center;padding:24px;box-shadow:var(--schaduw);
  overflow:hidden;
}
.atelier__beeld img{width:100%;height:100%;object-fit:cover;border-radius:26px}

/* Reviews */
.reviews{padding-top:76px;padding-left:var(--zij);padding-right:var(--zij)}
.reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.review{
  background:var(--card);border:1px solid rgba(227,218,202,.75);border-radius:var(--radius-card);
  padding:30px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--schaduw);
}
.review__sterren{display:flex;gap:4px}
.review__sterren svg{width:16px;height:16px}
.review p{font-size:16px;line-height:1.7;color:var(--body)}
.review__naam{font-size:14px;color:var(--muted-2);margin-top:auto}

/* 3D-weergave */
.viewer3d{position:absolute;inset:0;display:none}
.viewer3d canvas{width:100%!important;height:100%!important;display:block;cursor:grab;border-radius:22px}
.viewer3d canvas:active{cursor:grabbing}
.is-3d .viewer3d{display:block}
.is-3d .designer__plat{display:none}
.viewer3d__hint{
  position:absolute;top:18px;left:22px;font-size:12px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted-2);pointer-events:none;z-index:2;
}
.designer-promo__stage .viewer3d__hint{color:#7E9585}

/* Vaste knop onderaan op mobiel */
.mobiel-cta{display:none}

/* ---- Binnenkort beschikbaar ---- */
.komt-binnenkort .main-nav,
.komt-binnenkort .header-actions,
.komt-binnenkort .site-footer__cols,
.komt-binnenkort .mobiel-cta{display:none}
.komt-binnenkort body{padding-bottom:0}
.komt-binnenkort .site-header{justify-content:center;padding:22px var(--zij)}
.komt-binnenkort .site-main{display:flex;align-items:center}

.binnenkort{
  width:100%;display:flex;align-items:center;gap:72px;
  padding:64px var(--zij);
}
.binnenkort__tekst{flex:1 1 520px;display:flex;flex-direction:column;gap:22px;max-width:620px}
.binnenkort__tekst h1{font-size:56px;line-height:1.05}
.binnenkort__tekst p{font-size:19px;line-height:1.6;color:var(--body)}
.binnenkort__acties{display:flex;gap:14px;flex-wrap:wrap;padding-top:4px}
.binnenkort__lijst{display:flex;flex-direction:column;gap:12px;padding-top:8px}
.binnenkort__lijst span{display:flex;align-items:center;gap:11px;font-size:16px;color:var(--body)}
.binnenkort__lijst svg{width:16px;height:16px;flex-shrink:0}
.binnenkort__stage{
  flex:1 1 420px;min-height:440px;position:relative;overflow:hidden;
  background:var(--forest);border-radius:var(--radius-block);
  display:flex;align-items:center;justify-content:center;
}
.binnenkort__stage .designer__plat svg{width:300px;height:auto}
.binnenkort__stage .tilt{transform:perspective(1000px) rotateY(-20deg) rotateX(7deg);filter:drop-shadow(0 26px 32px rgba(0,0,0,.45))}

/* ---- Lege collectie ---- */
.woocommerce-info,.woocommerce ul.products li.product .woo-placeholder{text-align:left}
.leeg-blok{
  background:var(--warm-vlak);border:1px solid var(--line);border-radius:var(--radius-block);
  padding:56px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;
  margin:8px 0 0;
}
.leeg-blok h2{font-size:30px}
.leeg-blok p{font-size:16px;line-height:1.7;color:var(--body);max-width:480px}
.leeg-blok .btn{margin-top:6px}

/* Juridische pagina's leesbaar */
.entry-content h2{font-size:26px;margin:32px 0 10px}
.entry-content h3{font-family:var(--ui);font-size:19px;font-weight:500;margin:24px 0 8px}
.entry-content p{margin:0 0 14px}
.entry-content ul,.entry-content ol{margin:0 0 16px;padding-left:22px}
.entry-content li{margin-bottom:7px}

/* ------------------------------------------------------------------ */
/* 11. Responsief                                                      */
/* ------------------------------------------------------------------ */
@media (max-width:1200px){
  :root{--gutter:40px}
  .hero{gap:40px}
  .hero h1{font-size:50px}
  .woocommerce div.product{grid-template-columns:minmax(0,1fr);gap:32px}
  .designer__panel{width:320px}
}

@media (max-width:900px){
  :root{--gutter:24px}
  .grid--3,.grid--4,.steps,.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero{flex-direction:column;align-items:stretch;padding:40px var(--gutter)}
  .hero__text{width:auto}
  .hero__figure{min-height:300px}
  .designer-promo,.contact-block,.atelier,.binnenkort{flex-direction:column;padding:36px 28px;gap:28px}
  .binnenkort{padding:40px var(--zij)}
  .binnenkort__tekst{max-width:none}
  .binnenkort__tekst h1{font-size:38px}
  .binnenkort__stage{min-height:320px;width:100%}
  .designer-promo__text,.contact-block__intro{width:auto}
  .reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .designer{flex-direction:column}
  .designer__panel{width:auto}
  .seo-block{flex-direction:column;gap:16px;padding:28px}
  .seo-block h2{width:auto}
  .usp-bar{flex-direction:column;gap:10px}
}

@media (max-width:780px){
  .nav-toggle{
    display:flex;align-items:center;justify-content:center;
    width:44px;height:44px;border:1px solid var(--line-strong);border-radius:999px;
    background:transparent;cursor:pointer;
  }
  .main-nav{
    display:none;position:absolute;left:0;right:0;top:100%;z-index:40;
    background:var(--cream);border-bottom:1px solid var(--line);padding:16px var(--gutter) 24px;
  }
  .main-nav.is-open{display:block}
  .main-nav ul{flex-direction:column;align-items:stretch;gap:0}
  .main-nav li{border-bottom:1px solid var(--line)}
  .main-nav a{display:block;padding:16px 0;font-size:18px;border-bottom:0}
  .site-header{position:relative;gap:16px;min-height:72px;flex-wrap:nowrap}
  .site-header__logo img{height:32px}
  .topbar{gap:0;flex-direction:column;letter-spacing:.12em;line-height:1.9;padding:7px 16px}
  .topbar span:nth-child(n+2){display:none}
  .header-actions{gap:4px}
  .cart-btn span{display:none}
  .cart-btn{padding:0 14px}
}

@media (max-width:640px){
  .section{padding-top:48px}
  .hero h1{font-size:38px}
  .lead{font-size:17px}
  .section-head h2,.designer-promo h2{font-size:28px}
  .page-hero h1,.archive-head h1{font-size:32px}
  .grid--3,.grid--4,.grid--2,.steps,.reviews__grid,
  .woocommerce ul.products,.woocommerce-page ul.products,
  .woocommerce .related.products ul.products{grid-template-columns:minmax(0,1fr)}
  .script-accent{font-size:28px}
  .atelier__tekst h2{font-size:28px}
  .mobiel-cta{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:60;
    gap:10px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));
    background:rgba(248,244,235,.94);backdrop-filter:blur(8px);
    border-top:1px solid var(--line);
  }
  .mobiel-cta .btn{flex:1 1 auto;min-height:50px;padding:0 18px;font-size:15px}
  body{padding-bottom:78px}
  .single-product .mobiel-cta{display:none}
  .card__media{height:220px}
  .woocommerce ul.products li.product a img{height:220px}
  .woocommerce div.product .product_title{font-size:30px}
  .woocommerce div.product p.price{font-size:30px}
  .site-footer{flex-direction:column;gap:32px}
  .site-footer__brand,.site-footer__meta{width:auto;align-items:flex-start;text-align:left}
  .site-footer__cols{gap:40px}
  .sizetable{overflow-x:auto}
  .sizetable table{min-width:560px}
}
