/** Shopify CDN: Minification failed

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

**/
/* ============================================
   2. REVIEWS BOVEN PRODUCTNAAM
   ============================================ */
.product__info-wrapper,
.product__info-container {
  display: flex;
  flex-direction: column;
}
.spr-badge, [class*="sternify"], .stamped-badge {
  order: -2;
  margin-bottom: 6px;
}
.product__title {
  order: -1;
}

/* ============================================
   3. LOW IN STOCK BADGE
   ============================================ */
.product__low-stock {
  display: inline-block;
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffc107;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ============================================
   4. BETAALICOONTJES ONDER ADD TO CART
   ============================================ */
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 12px;
  opacity: 0.7;
}
.payment-icons img {
  height: 24px;
  width: auto;
}

/* ============================================
   5. REVIVAL SALE URGENTIE-BAK (ROOD)
   ============================================ */
.revival-sale-banner {
  background: #c0392b;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

/* ============================================
   6. 3-KOLOMMEN TRUST BAR
   ============================================ */
.product-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: center;
  margin-top: 20px;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.product-trust-bar__item {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}
.product-trust-bar__item strong {
  display: block;
  font-size: 13px;
  color: #222;
  margin-bottom: 2px;

