@media screen and (min-width: 1024px){
    .home .site-content {
        padding-top: 0px;
      }

    .slider-image-banner.slick-initialized.slick-slider {
	margin-top: -60px;
	}

}

/* ========== TABLET (2 kolommen) ========== */
@media (max-width: 1024px) {
    .ontdek-grid,
    .discover-grid,
    .inspiration-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


/* ========== MOBILE (1 kolom) ========== */
@media (max-width: 640px) {
    .ontdek-grid,
    .discover-grid,
    .inspiration-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .image-card img {
        width: 100%;
        height: auto;
    }
    
    .image-card__overlay h3 {
        font-size: 30px !important;
    }
}

/* === OLD HOLLAND HEADER (Refined v2) === */
.new-header {
  position: relative;
  z-index: 9999;
}

/* --- CONTAINER (boxed layout) --- */
.new-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  background: #fff;
}

/* --- TOP ROW --- */
.new-header__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-start; /* socials bovenin */
  margin-bottom: 1.25rem;
  position: relative;
}

/* Logo gecentreerd */
.new-header__logo {
  grid-column: 2;
  justify-self: center;
}
.new-header__logo img {
  height: 126px;
  width: auto;
  border-radius: 50%; /* maakt 'm perfect rond */
  background: #fff; /* witte achtergrondschijf */
  padding: 12px; /* ruimte tussen logo en rand */
  box-shadow: 0 4px 7px rgba(0,0,0,0.25); /* zachte slagschaduw */
}

/* --- SOCIAL ICONS --- */
.new-header__socials {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.new-header__socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #545F9D;
  color: #fff;
  font-size: 18px;
  transition: background 0.2s ease;
}
.new-header__socials a:hover {
  background-color: #3c4584;
}

/* --- BOTTOM ROW --- */
.new-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
}

/* Media queries  */

@media (max-width: 768px) {
  .new-header__socials {
    display: none !important;
  }
}


/* --- MENU'S --- */
.new-menu-left,
.new-menu-right {
  display: flex !important;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* LEFT MENU LINKS */
.new-menu-left a {
  color: #142024;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease;
}
.new-menu-left a:hover {
  color: #545F9D;
}

/* RIGHT MENU LINKS */
.new-menu-right a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  transition: color 0.2s ease;
}
.new-menu-right a:hover {
  color: #3c4584;
}

/* --- CTA (Waar te koop) --- */
.new-menu-right .btn {
  background: lab(42.01% 12.99 -35.12);
  color: #fff !important;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  margin: 0px !important;
}
.new-menu-right .btn:hover {
  background: #fff;
}

/* --- LANGUAGE SWITCHER --- */
.new-menu-right .lang-switcher {
  margin-left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 14px;
  color: #000;
}
.new-menu-right .lang-switcher img {
  height: 14px;
  width: auto;
  vertical-align: middle;
}

/* --- DROPDOWNS (herstel WP functionaliteit) --- */
.new-header .main-nav__list ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  z-index: 10000;
  min-width: 220px;
}

.new-header .main-nav__list li:hover > ul {
  display: block;
}

.new-header .main-nav__list li {
  position: relative;
}

.new-header .main-nav__list ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.new-header .main-nav__list ul li a:hover {
  background: #f4f4f4;
  color: #545F9D;
}

.new-header__socials {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  align-items: flex-start;
}

.new-header__socials img {
  transition: transform 0.2s ease, opacity 0.2s ease;
  background-color: white;
}

.new-header__socials a:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}


/* Sticky state */
.new-header__bottom.is-sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);  /* center the bar */
  width: 100%;
  max-width: 1440px;             /* boxed while sticky */
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 9999;
  padding: 0.5rem 2rem;          /* keep your inner spacing */
  animation: slideDown 0.25s ease forwards;
}

/* Hide the top row when sticky */
body.has-sticky-menu .new-header__top {
  display: none;
}

/* Prevent content jump */
body.has-sticky-menu {
  /* this gets set dynamically by JS to the sticky height */
  padding-top: var(--sticky-offset, 80px);
}

@keyframes slideDown {
  from { transform: translate(-50%, -100%); opacity: 0; }
  to   { transform: translate(-50%, 0);     opacity: 1; }
}

.section-ontdek,
.section-discover,
.section-inspiration {
    padding: 60px 0;
}

section.section-ontdek h2, section.section-discover h2, section.section-inspiration h2{
    padding-bottom: 3rem;
}


.container {
    width: min(1200px, 95%);
    margin: 0 auto;
}

.ontdek-grid,
.discover-grid,
.inspiration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.discover-grid {
    grid-template-columns: repeat(2, 1fr);
}

.inspiration-grid {
    grid-template-columns: repeat(2, 1fr);
}

.ontdek-item,
.discover-item,
.inspiration-item {
    background: #fff;
    overflow: hidden;
}

.ontdek-item img,
.discover-item img,
.inspiration-item img {
    width: 100%;
    height: auto;
    display: block;
}

.btn {
    background: #545F9D;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 12px;
}

/* === IMAGE BLOCK OVERLAY (Figma style) === */

.image-card {
    position: relative;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay */
.image-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 25px;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.25) 50%,
        rgba(0,0,0,0) 100%
    );

    color: #fff;
}

.image-card__overlay h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.ontdek-item p,.discover-item p {
    margin: 20px 0px ;
}

/* Optioneel: kleine subtitle onder titel */
.image-card__overlay p {
    margin: 6px 0 0;
    font-size: 15px;
    color: #e9e9e9;
}

/* Buttons onder het blok */
.section-ontdek .btn,
.section-discover .btn,
.section-inspiration .btn {
    margin-top: 14px;
    display: inline-block;
}


/* ============================================
   UNIFORM IMAGE CARDS VOOR ONTDEK / DISCOVER / INSPIRATION
============================================ */

/* Parent blokken */
.ontdek-item .image-card,
.discover-item .image-card,
.inspiration-item .image-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;        /* HIER bepaal je de beeldverhouding */
    width: 100%;
}

/* De afbeelding zelf */
.ontdek-item .image-card img,
.discover-item .image-card img,
.inspiration-item .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* vult het frame perfect */
    object-position: center;
    display: block;
}

/* Overlay op images (titles in de afbeelding) */
.image-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
	background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 80%);
    color: white;
    display: flex;
    align-items: flex-end;
}

.section-inspiration {
    margin-top: 60px;
}

.inspiration-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.inspiration-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* SLIDE CARD */
.slide-item {
    width: 100%;
}

.slide-card {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 350px;
}

.slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* OVERLAY */
.slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
}

.slide-cat {
    background: white;
    color: #111;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    align-self: flex-start;
    margin-bottom: auto;
}

.slide-title {
    color: white;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 15px;
}

/* BUTTON */
.slide-btn {
    background: #4A4FA3;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
}

/* DOTS INSIDE OVERLAY */
.flickity-page-dots {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.flickity-page-dots .dot {
    background: rgba(255,255,255,.55);
}

.flickity-page-dots .dot.is-selected {
    background: white;
}

   #sb-site {
        margin-top: 300px;
        
        @media screen and (max-width: 752px) { margin-top: 170px; }
    }
    
    .products-template-default {
        #sb-site {
            margin-top: 360px;

            @media screen and (max-width: 752px) { margin-top: 300px; }
        }
    }
    
    .site-content {
        padding-top: 0!important;
    }
    
    
    .container { width: min(1420px, 95%); }
    
    .btn {
        border-radius: 4px!important;
        padding: 12px 30px!important;
    }
    
    .section-ontdek .btn, .section-discover .btn, .section-inspiration .btn {
        margin-top: 0;
    }
    
    .section-ontdek .section-header, .section-inspiration .inspiration-header {
        @media (max-width: 750px) {
            display: block!important;
            margin-bottom: 1rem;
        }
    }
    
    .ontdek-grid {
        @media (max-width: 800px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
    
    body {
        h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #000000;}
        
        h2 {
            font-size: 48px;
        }
    }
   
    
    .wrap {
        width: auto;
        width: min(1420px, 95%);
        padding: 0!important;
        
    }
    
    section.section-ontdek h2, section.section-discover h2, section.section-inspiration h2 {
        padding-bottom: 1.5rem;
    }
    
    section:not(:first-of-type) + section {
        padding-top: 0!important;

    }
    
    
    /* Navbar */
    body {
        &.has-sticky-menu {
            .new-header__top {
                display: grid!important;
                opacity: 0;
            }
            
            .new-header {
                top: -146px;
                
                @media screen and (max-width: 752px) { top: -100px; }
            } 
        }
    }
    
    .new-header__inner {
        padding-left: 0;
        padding-right: 0;
        width: min(1420px, 95%);
        
    }
    
    .new-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        transition: top .3s ease;
    }
    
    .new-header__top { transition: opacity .3s ease; }
    
    .new-header__bottom {
        padding: 0;
        
        &.is-sticky {
            position: relative;
            top: auto;
            left: auto;
            transform: none!important;
            box-shadow: none;
            padding: 0;
        }
    }
    
    
    .new-menu-right .btn {
        &:hover a {
            color: #5D659A;
        }
    }
    
    .mega-menu-title a.mega-menu-link,
    .mega-block-title {
        font-weight: 900!important;
        border-bottom: 1px solid #C8C8C8!important;
        padding-bottom: 1rem!important;
        margin-bottom: 1rem!important;
    }
    
    .mega-sub-menu {
        
        li {
            &:last-child .mega-menu-link { margin-bottom: 0!important;}
        }
        
        .mega-menu-link {
            line-height: 1.5!important;
            margin-bottom: 8px!important;
            font-weight: 600!important;
            padding-left: 0!important;
            
            &:hover {
                background: none!important;
            }
        }
    }
    
    @media screen and (max-width: 752px) {
        .new-header__logo img { height: 80px;}
        
        
    }
    
    @media only screen and (max-width: 768px) {
        
        #mega-menu-wrap-main-nav-left .mega-menu-toggle.mega-menu-open + #mega-menu-main-nav-left {
            max-height: none;
            height: 100vh;
            top: 61px;
        }
        
        
        .mega-menu-title,
        .mega-block-title { display: none!important; }
        
        .mega-sub-menu {
            padding-left: 0px!important;
            margin-bottom: 1rem!important;
        }
        
        .mega-menu-main-nav-left-mobile-open .new-header { top: -100px!important;}
    }

    .menu-text-alt {
    font-weight: 400;
    font-size: 13px;
    padding-left: 20px;
    }
    a.mega-menu-link {  
    display: flex !important;
    align-items: center;
    }

        
        
    /* Navbar */
    
    /* Banner */
    .table__cell {
        vertical-align: bottom;
        padding-bottom: 40px;
    }
    
    .image-banner {
        height: 600px;
        margin-bottom: 0;
        
        h1,h2 { text-shadow: none; }
    }
    
    
    /* Banner */
    
    
    /* Alle kaartjes */
    .image-card {
        position: relative;
                border-radius: 4px;
        
        &:before {
            content: '';
            display: block;
            position: absolute;
            height: 100%;
            width: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
        }
    }
    
    .image-card__overlay {
        background: none!important;    
    }
    
    /* Alle kaartjes */
    
    /* Inspiration slider */    
    
    .inspiration-row {
        @media (max-width: 900px) {
            display: block;
            
            .inspiration-slider + .inspiration-slider { margin-top: 1rem;}
        }
        
    }
    
    .slide-card {
        border-radius: 4px;
        position: relative;
        
        &:before {
            content: '';
            display: block;
            position: absolute;
            height: 100%;
            width: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
        }
        
        .slide-overlay {
            .btn,
            .slide-btn {
                align-self: flex-start;
                background-color: #5D659A;
                
                &:hover { background-color: white;}
            }
            
            .slide-cat {
                border-radius: 4px;
                font-weight: bold;
            }
        }
    }
    
    .inspiration-slider {
        .flickity-page-dots {
            right: 24px;
            width: auto;
            bottom: 33px;
            
            .dot {
                background: white;
            }
        }
        
    }
    /* Inspiration slider */

    a.slick-next.slick-arrow.arrow, a.slick-prev.slick-arrow.arrow {
    top: 20% !important;
}

/* Achtergrondlaag voor video */
.video-background,
.image-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0; /* content blijft erboven */
	overflow: hidden;
}

/* Video fullscreen */
.video-background iframe {
    width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/* Zorg dat content boven video & afbeelding blijft */
.image-banner > .table {
	position: relative;
	z-index: 2;
}

/* Sla jouw bestaande gradient niet kapot */
.image-background {
	background-size: cover;
	background-position: center;
}
