.elementor-108 .elementor-element.elementor-element-d7326e0{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ================================================
   BLOK 0 — GLOBALE CSS
   Plak dit in: WordPress > Weergave > Extra CSS
   OF Elementor > Site Settings > Custom CSS
   ================================================ */
 
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');
 
:root {
  --teal: #1D9E75;
  --teal-light: #E1F5EE;
  --teal-dark: #0F6E56;
  --coral: #D85A30;
  --coral-light: #FAECE7;
  --text: #1a1a1a;
  --text-muted: #6b6b6b;
  --bg: #fafaf8;
  --white: #ffffff;
  --border: #e8e4de;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
}
 
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; }
 
/* NAV */
.dda-nav { background: var(--white); border-bottom: 1px solid var(--border); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 70px; position: sticky; top: 0; z-index: 100; }
.dda-logo { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--text); text-decoration: none; line-height: 1.2; }
.dda-logo span { color: var(--teal); }
.dda-nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.dda-nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; font-weight: 400; transition: color 0.2s; }
.dda-nav-links a:hover { color: var(--teal); }
.dda-nav-cart { background: var(--teal); color: white; border: none; border-radius: 50px; padding: 0.5rem 1.2rem; font-family: var(--font-body); font-size: 0.9rem; font-weight: 500; cursor: pointer; display: flex; align-items: center; gap: 6px; transition: background 0.2s; }
.dda-nav-cart:hover { background: var(--teal-dark); }
 
/* HERO */
.dda-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; overflow: hidden; }
.dda-hero-text { background: var(--teal-light); padding: 5rem 4rem 4rem 5%; display: flex; flex-direction: column; justify-content: center; }
.dda-hero-badge { display: inline-block; background: var(--teal); color: white; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 1.5rem; width: fit-content; }
.dda-hero-title { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 700; line-height: 1.15; color: var(--text); margin-bottom: 1rem; }
.dda-hero-title em { font-style: italic; color: var(--teal-dark); }
.dda-hero-subtitle { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 0.6rem; }
.dda-hero-date { font-size: 0.95rem; color: var(--teal); font-weight: 600; margin-bottom: 2rem; }
.dda-hero-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: white; text-decoration: none; padding: 1rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 600; width: fit-content; transition: background 0.2s, transform 0.2s; }
.dda-hero-cta:hover { background: #be4d25; transform: translateY(-2px); }
.dda-hero-image { position: relative; background: #c8e8df; overflow: hidden; min-height: 400px; }
.dda-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
 
/* USP BAR */
.dda-usp-bar { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.5rem 5%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.dda-usp-item { display: flex; align-items: center; gap: 14px; padding: 0 1rem; }
.dda-usp-item + .dda-usp-item { border-left: 1px solid var(--border); }
.dda-usp-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--teal-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dda-usp-icon svg { width: 20px; height: 20px; stroke: var(--teal); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dda-usp-text strong { display: block; font-size: 0.9rem; font-weight: 600; color: var(--text); }
.dda-usp-text span { font-size: 0.82rem; color: var(--text-muted); }
 
/* SECTION */
.dda-section { padding: 4rem 5%; }
.dda-section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 2.5rem; }
.dda-section-title { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; color: var(--text); }
.dda-section-link { color: var(--teal); text-decoration: none; font-size: 0.9rem; font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.dda-section-link:hover { color: var(--teal-dark); }
 
/* PRODUCTS */
.dda-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.dda-product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; cursor: pointer; }
.dda-product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(29,158,117,0.12); }
.dda-product-image { height: 200px; background: var(--teal-light); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.dda-product-image img { width: 100%; height: 100%; object-fit: cover; }
.dda-product-badge { position: absolute; top: 12px; left: 12px; background: var(--teal); color: white; font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 50px; }
.dda-product-badge.coral { background: var(--coral); }
.dda-product-badge.nieuw { background: #639922; }
.dda-product-info { padding: 1.2rem; }
.dda-product-name { font-weight: 600; font-size: 1rem; color: var(--text); margin-bottom: 4px; }
.dda-product-desc { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.5; }
.dda-product-footer { display: flex; align-items: center; justify-content: space-between; }
.dda-product-price { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--teal-dark); }
.dda-product-btn { background: var(--teal); color: white; border: none; border-radius: 50px; padding: 0.45rem 1.1rem; font-family: var(--font-body); font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.dda-product-btn:hover { background: var(--teal-dark); }
 
/* HIGHLIGHT BANNER */
.dda-highlight-banner { margin: 0 5% 4rem; background: var(--teal); border-radius: var(--radius-lg); padding: 3.5rem 4rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; color: white; }
.dda-highlight-banner h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 700; margin-bottom: 0.6rem; }
.dda-highlight-banner p { opacity: 0.85; font-size: 1rem; }
.dda-highlight-btn { background: white; color: var(--teal-dark); text-decoration: none; padding: 1rem 2rem; border-radius: 50px; font-weight: 700; font-size: 1rem; white-space: nowrap; transition: transform 0.2s; display: inline-block; }
.dda-highlight-btn:hover { transform: scale(1.04); }
 
/* BLOG */
.dda-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.dda-blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.25s; }
.dda-blog-card:hover { transform: translateY(-3px); }
.dda-blog-image { height: 160px; background: var(--teal-light); position: relative; }
.dda-blog-category { position: absolute; bottom: 12px; left: 12px; background: white; color: var(--teal); font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border-radius: 50px; border: 1px solid var(--teal-light); }
.dda-blog-content { padding: 1.3rem; }
.dda-blog-title { font-weight: 600; font-size: 0.97rem; color: var(--text); margin-bottom: 6px; line-height: 1.4; }
.dda-blog-excerpt { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 1rem; }
.dda-blog-meta { font-size: 0.78rem; color: var(--text-muted); }
 
/* TRUST BAR */
.dda-trust-bar { background: var(--white); border-top: 1px solid var(--border); padding: 2rem 5%; display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
.dda-trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--text-muted); font-weight: 500; }
.dda-trust-item svg { width: 20px; height: 20px; stroke: var(--teal); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
 
/* FOOTER */
.dda-footer { background: #1a2e28; color: rgba(255,255,255,0.7); padding: 3rem 5% 2rem; }
.dda-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.dda-footer-brand p { margin-top: 1rem; font-size: 0.88rem; line-height: 1.7; opacity: 0.7; }
.dda-footer-col h4 { color: white; font-size: 0.88rem; font-weight: 600; margin-bottom: 1rem; letter-spacing: 0.04em; text-transform: uppercase; }
.dda-footer-col ul { list-style: none; padding: 0; }
.dda-footer-col li { margin-bottom: 0.6rem; }
.dda-footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.dda-footer-col a:hover { color: white; }
.dda-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; font-size: 0.82rem; display: flex; justify-content: space-between; opacity: 0.5; }
 
/* RESPONSIVE */
@media (max-width: 900px) {
  .dda-hero { grid-template-columns: 1fr; }
  .dda-hero-image { min-height: 280px; }
  .dda-products-grid { grid-template-columns: repeat(2,1fr); }
  .dda-blog-grid { grid-template-columns: 1fr 1fr; }
  .dda-footer-grid { grid-template-columns: 1fr 1fr; }
  .dda-usp-bar { grid-template-columns: 1fr; }
  .dda-usp-item + .dda-usp-item { border-left: none; border-top: 1px solid var(--border); }
  .dda-highlight-banner { grid-template-columns: 1fr; text-align: center; }
}
@media (max-width: 600px) {
  .dda-hero-text { padding: 3rem 1.5rem; }
  .dda-nav { padding: 0 1rem; }
  .dda-nav-links { display: none; }
  .dda-products-grid { grid-template-columns: 1fr 1fr; }
  .dda-blog-grid { grid-template-columns: 1fr; }
  .dda-footer-grid { grid-template-columns: 1fr; }
}/* End custom CSS */