/** Shopify CDN: Minification failed

Line 8:15 Expected ":"

**/
.wt-product__sku {
    font-size: 1.5rem;
    font-family
}  

/* Sale prijs dikte aanpassing    POP & PDP*/
.price-item--sale {
    font-weight: 600;
}

/* Zorgt ervoor dat de styling ALLEEN op collectiepagina's werkt (laat de homepage met rust) */
.template-collection .collection-list-section .grid, 
.template-collection [class*="collection-list"] .grid,
.template-collection [class*="collection-list"] [class*="slider"] {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important; 
  gap: 15px !important;               
}

/* Iconen op collectiepagina's op 50px zetten */
.template-collection .collection-list-section img,
.template-collection [class*="collection-list"] img,
.template-collection [class*="collection-list"] svg {
  max-width: 50px !important;        
  height: auto !important;
  margin: 0 auto !important;
}

/* Breedte van de kaartjes op 220px op de collectiepagina's */
.template-collection .collection-list-section [class*="collection-card"], 
.template-collection [class*="collection-list"] .collection-card {
  flex: 0 0 220px !important;         
  max-width: 220px !important;
  padding: 10px !important;           
  text-align: center !important;
}

/* Tekstgrootte en afbreekbeveiliging op collectiepagina's */
.template-collection .collection-list-section [class*="title"],
.template-collection [class*="collection-list"] .card__heading {
  font-size: 14px !important;         
  line-height: 1.3 !important;
  margin-top: 8px !important;
  word-break: normal !important;      
  hyphens: none !important;           
}

/* Witruimte op collectiepagina's minimaliseren */
.template-collection .collection-list-section, 
.template-collection [class*="collection-list"] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}


/* Tekst in het oranje grid-bannerblok groter en dikker maken */
.template-collection [class*="banner-card"] h3,
.template-collection [class*="banner-card"] [class*="heading"],
.template-collection [class*="banner-card"] [class*="title"] {
  font-size: 32px !important;       /* Maakt de tekst groter (pas de 32px aan naar wens) */
  font-weight: 800 !important;      /* Maakt de tekst extra dik (700 of 800 is vetgedrukt) */
  letter-spacing: 0.5px !important; /* Optioneel: geeft iets meer ruimte tussen de letters */
}

/* Knoptekst in het oranje bannerblok dikker maken */
.template-collection [class*="banner-card"] a,
.template-collection [class*="banner-card"] button {
  font-weight: 700 !important;      /* Maakt de tekst op de knop dikgedrukt */
  font-size: 14px !important;       /* Eventueel de grootte van de knoptekst aanpassen */
}

