/** Shopify CDN: Minification failed

Line 53:0 Unexpected "}"

**/
/* ================================
   PRICE STYLING
   ================================ */

/* Normale prijzen overal wat dikker */
.product__price,
.product__price .money,
.price-item,
.price-item .money,
.cart-item__price,
.cart__price,
.subtotal,
.totals__subtotal-value {
  font-weight: 700 !important;
}

/* Sale prijzen extra sterk laten opvallen */
.price__sale,
.price__sale .money,
.price-item--sale {
  font-weight: 800 !important;
}


/* ================================
   PRODUCT HERO HEADLINE (bovenaan)
   ================================ */

/* Wrapper voor de hero headliner boven de productpagina */
.product-hero-headline {
  width: 100%;
  max-width: 1200px;        /* zelfde breedte als content */
  margin: 32px auto 24px;   /* ruimte boven/onder */
  padding: 0 16px;
  text-align: center;
}

/* De daadwerkelijke headline (H1) */
.product-hero-title{
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 22ch;
  margin: 0 auto;
  text-align: center;
}
}
}

/* Extra zekerheid: als het theme H1's ergens links uitlijnt */
div[data-section-type="main-product"] .product-hero-title {
  text-align: center !important;
}

/* Kleinere screens: iets meer ademruimte */
@media (max-width: 749px) {
  .product-hero-headline {
    margin: 24px auto 18px;
    padding: 0 12px;
  }

  .product-hero-title {
    font-size: clamp(26px, 7vw, 34px);
  }
}
/* ================================
   PRIJZEN DIKDRUKKEN OVERAL
   ================================ */

span.money,
.price,
.product__price,
.price-item,
.product-form__price,
.cart-item__price,
.totals__subtotal-value {
  font-weight: 700 !important;
}

/* Sale prijzen nét wat zwaarder */
.price__sale .money,
.price-item--sale .money {
  font-weight: 800 !important;
}
