/** Shopify CDN: Minification failed

Line 264:0 Expected "}" to go with "{"

**/
.collection-list .card__heading,
.collection-list .card__information,
.collection-list-item__title {
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.collection-hero__title {
  display: none !important;
}
.collection-hero__inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 !important;
  min-height: auto !important;
}
.collection-hero {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}
.collection-hero__image {
  margin: 0 !important;
  padding: 0 !important;
}
.collection-hero__image img,
.collection-banner img {
  object-fit: cover;
  object-position: center;
  display: block;
}
.footer__blocks-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 40px;
} /* Alleen mobiel: announcement bar netjes in 1 regel */
@media screen and (max-width: 749px) {
  .announcement-bar__message {
    font-size: 12.5px; /* iets kleiner maar nog perfect leesbaar */
    line-height: 1.25;
    letter-spacing: 0.2px; /* optisch smaller */
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    white-space: normal; /* mag breken, maar… */
  }

  /* Forceer dat hij toch niet breekt */
  .announcement-bar__message span {
    white-space: nowrap;
  }
}
/* Productbeschrijving – premium & rustig */
.product__description,
.product__description p {
  line-height: 1.42;
  letter-spacing: -0.012em;
}
@media screen and (max-width: 749px) {
  .product__description,
  .product__description p {
    line-height: 1.48;
  }
}/* ===============================
   FOOTER – MOBIEL 2 KOLOMMEN (SENSE)
   =============================== */
@media screen and (max-width: 749px) {

  /* 1. Echte grid forceren */
  .footer__blocks {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }

  /* 2. Sense mobile override breken */
  .footer-block {
    min-width: 0 !important;
    width: auto !important;
  }

  /* 3. Tekst mobiel iets compacter (premium) */
  .footer-block__heading {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .footer-block__details-content a {
    font-size: 13px;
    line-height: 1.35;
  }
}/* ===============================
   PRODUCTPAGINA – TITEL (STABIEL)
   Desktop eerst, mobiel later
   =============================== */

/* DESKTOP producttitel – premium & gebalanceerd */
@media screen and (min-width: 750px) {
  .product__title h1 {
    font-size: 3.1rem;        /* ±15–18% kleiner dan default */
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 500;
  }
}

/* Zorg dat geen andere regels dit overschrijven */
.product__title {
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .product__title h1 {
    font-size: 1.9rem;      /* zelfde maat */
    line-height: 1.22;
    letter-spacing: -0.01em;
    font-weight: 600;       /* 🔑 dit is de fix */
  }
}.footer-custom-wrapper {
  text-align: center;
  width: 100%;
  font-size: 13px;
  opacity: 0.85;
  margin-top: 12px;
  margin-bottom: 16px; /* 1 regel ruimte eronder */
}

.footer__copyright {
  display: none !important;
}
/* ===============================
   COLLECTIE BANNER – MOBIEL FIX
   =============================== */

@media screen and (max-width: 749px) {
  /* Target de specifieke sectie ID */
  .shopify-section[id*="main-collection-banner"],
  #shopify-section-template--27809864974679__main-collection-banner {
    display: block !important;
    min-height: 250px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Banner container */
  .shopify-section[id*="main-collection-banner"] .banner,
  .shopify-section[id*="main-collection-banner"] .collection-hero {
    display: block !important;
    min-height: 250px !important;
    height: auto !important;
  }
  
  /* Media/image container */
  .shopify-section[id*="main-collection-banner"] .banner__media,
  .shopify-section[id*="main-collection-banner"] .media {
    display: block !important;
    width: 100% !important;
    min-height: 250px !important;
    height: auto !important;
    padding-bottom: 0 !important;
  }
  
  /* Afbeelding zelf */
  .shopify-section[id*="main-collection-banner"] img {
    display: block !important;
    width: 100% !important;
    min-height: 250px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}
/* Verminder witte ruimte boven collectie banner op mobiel */
@media screen and (max-width: 749px) {
  /* Ruimte boven de collectie sectie verkleinen */
  .shopify-section[id*="main-collection-banner"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
/* Verwijder witte ruimte boven collectie banner op mobiel */
@media screen and (max-width: 749px) {
  /* Announcement bar padding verwijderen */
  .announcement-bar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Header padding verwijderen op collectiepagina's */
  .template-collection .shopify-section-header-group {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .template-collection header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Main content direct tegen header aan */
  .template-collection #MainContent {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* Collectie banner zelf */
  .template-collection .shopify-section[id*="main-collection-banner"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .template-collection .shopify-section-header-group {
    margin-bottom: -20px !important; /* Trek omhoog met negatieve margin */
  }
}
/* Verwijder witte ruimte boven collectie banner op mobiel */
@media screen and (max-width: 749px) {
  /* Trek de hele main content omhoog */
  body.template-collection main {
    margin-top: -80px !important;
  }
  
  /* Of als dat niet werkt, probeer deze: */
  .template-collection .main-content,
  .template-collection #MainContent,
  body[class*="template-collection"] main {
    margin-top: -80px !important;
    padding-top: 0 !important;
  }
  
  /* Zorg dat de collectie banner zelf geen extra ruimte heeft */
  .shopify-section[id*="main-collection-banner"] {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
/* ================================
   HERO BALLOON BUTTON – LIVIATO
   Alleen knop in image-with-text
================================ */

/* Standaard knop */
.image-with-text .button,
.image-with-text a.button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;

  padding: 12px 28px;
  font-weight: 500;
  letter-spacing: 0.03em;

  transition: all 0.25s ease;
}
