/** Shopify CDN: Minification failed

Line 252:0 Unexpected "}"

**/
/* ============================================================
   BENKLY MASTER CSS - FINISHING TOUCHES (bijgewerkt na theme update)
   ============================================================ */

/* --- 1. ANNOUNCEMENT BAR --- */
.announcement-bar,
.message-bar {
  line-height: 2;
  overflow: visible;
}

/* --- 2. DE NAVIGATIE BALK (BACKGROUND OP HOVER) --- */
.header-menu__inner {
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 6px !important;
  padding: 4px 10px !important;
}

.menu-list__list-item:hover .header-menu__inner,
.menu-list__list-item:focus-within .header-menu__inner {
  background-color: #f9f7f2 !important;
}

/* --- 3. DE MENU ITEMS --- */
.menu-list__link {
  white-space: nowrap !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
}

/* --- 4. DE PLUS INDICATOR op de titel (alleen bij items met submenu) --- */
.menu-list__link[aria-haspopup="true"] .menu-list__link-title::after {
  content: '+';
  display: inline-block !important;
  margin-left: 12px !important; /* Padding tussen tekst en + */
  font-weight: 400;
  color: #1a1a1a !important;
  font-size: 16px;
  transition: all 0.3s ease-in-out !important;
  opacity: 0.8;
}

/* --- 5. VERANDERING NAAR MINUS BIJ OPENEN (met animatie) --- */
.menu-list__list-item:hover .menu-list__link[aria-haspopup="true"] .menu-list__link-title::after,
.menu-list__list-item:focus-within .menu-list__link[aria-haspopup="true"] .menu-list__link-title::after {
  content: '−' !important;
  transform: rotate(180deg) !important;
  opacity: 1;
}

/* --- 6. VERBERG THEMA ICONEN --- */
.menu-list__link svg,
.menu-list__link .icon-caret {
  display: none !important;
}


/* --- 3. HET COMPACTE MEGA MENU --- */
.menu-list__submenu {
  background-color:rgb(245, 242, 235) !important;
  border: none !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
  border-radius: 4px !important;
  position: absolute !important;
  width: 1050px !important; 
  max-width: 95vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 50px 50px 10px 50px !important;
  margin-top: 0 !important;        /* ← was 5px, this was the gap */
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

/* Bridge: invisible hover-safe zone above the submenu */
.menu-list__submenu::before {
  content: '' !important;
  position: absolute !important;
  top: -20px !important;
  left: 0 !important;
  right: 0 !important;
  height: 20px !important;
  background: transparent !important;
}

.menu-list__submenu {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.7s ease !important;
}

.menu-list__list-item:hover .menu-list__submenu,
.menu-list__list-item:focus-within .menu-list__submenu,
.menu-list__list-item[data-active] .menu-list__submenu {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.2s ease !important;
}

/* --- 4. INDELING BINNENIN --- */
.mega-menu__grid {
  display: flex !important;
  flex-direction: row !important;
  gap: 60px !important;
}

.mega-menu__list {
  flex: 0 0 220px !important;
  list-style: none !important;
  padding: 0 !important;
}

.mega-menu__content-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 25px !important;
  list-style: none !important;
  padding: 0 !important;
}

/* --- 5. FINISHING TOUCHES --- */
.mega-menu__link {
  font-size: 14px !important;
  color: #444 !important;
  padding: 8px 0 !important;
  transition: color 0.2s ease;
}

.mega-menu__link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.resource-card__media {
  aspect-ratio: 4/5;
  border-radius: 0px !important;
  overflow: hidden !important;
  background-color: #f0ede8;
}



/* --- GLOBAL: INJECTEER AFBEELDINGEN IN ELK MEGA-MENU --- */

/* 1. Maak de grid een container voor de afbeeldingen */
.mega-menu__grid {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important; /* Lijn tekst links uit */
  gap: 60px !important;
}

/* 2. Maak de 'after'-pseudo-element de container voor je foto's */
.mega-menu__grid::after {
  content: "" !important;
  display: flex !important;
  flex: 0 0 calc(100% - 280px) !important; /* Dit creëert de ruimte aan de RECHTERKANT */
  min-height: 400px; /* Forceer de hoogte van je foto's */
  margin-left: auto !important; /* Duwt de foto's naar rechts */
  
  /* --- HIER PLAATS JE DE FOTO'S (Sfeerbeelden) --- */
  background-image: 
    url('https://benkly.com/cdn/shop/files/Eno_lamp_main_image_lamp_aan.jpg?v=1774442810&width=832'), 
    url('https://benkly.com/cdn/shop/files/Poster_Eno_2_in_lijst_met_achtergrond.jpg?v=1774434913&width=832'); /* Voorbeeld 2e foto */
  
  background-size: 48% auto, 48% auto; /* Twee foto's, elk 48% breed */
  background-position: left top, right top; /* Eén links, één rechts binnen de container */
  background-repeat: no-repeat;
  
  /* Zorg dat het er op mobiel niet vreemd uitziet (verberg het daar wellicht) */
}

/* 3. Schoonmaak: Verberg de ongebruikte 'Featured' container van het thema */
.mega-menu__content,
.header-menu__featured-image {
  display: none !important;
}

/* Verwijder de scrollbar uit het submenu */
.menu-list__submenu {
  overflow: hidden !important; /* Voorkomt dat er ooit een scrollbar verschijnt */
}

/* Zorg dat de innerlijke grid geen onnodige witruimte aan de onderkant creëert */
.menu-list__submenu-inner {
  overflow: hidden !important;
}

/* Optioneel: Fix voor de afbeeldingen container */
.mega-menu__grid::after {
  max-height: 450px; /* Zorg dat deze niet hoger is dan de container toelaat */
}
/* H Titel mobiel bovenaan */
@media screen and (max-width: 749px) {
  .hero__content-wrapper {
    --vertical-alignment-mobile: flex-start !important;
    padding-top: 40px; /* Optioneel: wat ruimte vanaf de bovenkant */
  }
  /* 2. Maak het lettertype kleiner */
  .hero__content-wrapper h1 {
    font-size: 46px !important; /* Pas dit getal naar wens aan */
    line-height: 1.2;
  }
}

/* PDP custom CSS */
/* ============================================================
   FINAL ZOOM FIX - DESKTOP (WITH SPACE) & MOBILE (SLIDER FIX)
   ============================================================ */

/* 1. DESKTOP ZOOM: Herstelt de tussenruimte en centrering */
/* Voeg [open] toe zodat dit alleen werkt als de zoom actief is */
@media screen and (min-width: 750px) {
  zoom-dialog[open] { 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100vh !important;
    padding: 40px !important;
    position: fixed !important; /* Zorg dat het bovenop alles zweeft */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}

  zoom-dialog .product-media-container {
    max-width: fit-content !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  zoom-dialog img.product-media__image {
    width: auto !important;
    height: auto !important;
    max-width: 80vw !important;
    max-height: 80vh !important;
    object-fit: scale-down !important;
    margin: 20px auto !important; /* DIT geeft de ruimte boven/onder de foto terug */
    display: block !important;
  }
}

/* 2. MOBILE ZOOM: Voorkomt 'halve foto's' door exact 100vw te dwingen */
@media screen and (max-width: 749px) {
  .product-media-modal__content li.product-media-container,
  zoom-dialog li.product-media-container {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-media-modal__content img,
  zoom-dialog img.product-media__image {
    width: 100% !important;
    height: auto !important;
    max-height: 70vh !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  .product-media-modal__content {
    padding: 0 !important;
    gap: 0 !important;
  }
}

/* 3. OVERIGE STYLING (Sticky bar, Cart bubble, Media borders) */
.product-media-container.media-fit-cover .product-media {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
  background-color: #ffffff;
}

.sticky-add-to-cart__bar { box-shadow: none !important; }
.cart-bubble__background { background-color: #ff4500 !important; opacity: 1; }
.cart-bubble__text-count { color: #ffffff !important; }

/* Container voor de nieuwe kolom */
.mega-menu__custom-images {
  grid-column: span 2 !important; /* Neemt 2 kolommen ruimte in beslag */
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-end;
}

.mega-menu__image-wrapper {
  display: flex;
  gap: 15px;
  width: 100%;
}

.mega-menu__image-link {
  flex: 1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 8px; /* Past bij moderne Shopify thema's */
  transition: transform 0.3s ease;
}

.mega-menu__image-link:hover {
  transform: scale(1.03);
}

.mega-menu__image-link img {
  width: 100%;
  height: 300px; /* Pas dit aan naar de gewenste hoogte */
  object-fit: cover;
  display: block;
}

.mega-menu__image-caption {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  color: currentColor;
  text-align: center;
  font-size: 1.4rem;
}

/* Verberg op mobiel als dit menu alleen voor desktop bedoeld is */
@media screen and (max-width: 749px) {
  .mega-menu__custom-images {
    display: none !important;
  }
}
@media (max-width: 768px) {
  /* Hoofditems - kleiner en vetgedrukt */
  nav > ul > li > a,
  .header__menu > ul > li > a,
  .mobile-nav > li > a {
    font-size: 16px !important;
    font-weight: bold !important;
  }

  /* Submenu-items - nog kleiner, niet vet */
  nav > ul > li > ul > li > a,
  .header__menu > ul > li > ul > li > a,
  .mobile-nav > li > ul > li > a {
    font-size: 15px !important;
    font-weight: normal !important;
  }
}
