/** Shopify CDN: Minification failed

Line 16:2 Expected ":"
Line 17:2 Expected ":"
Line 18:2 Expected ":"
Line 19:2 Expected ":"
Line 20:2 Expected ":"
Line 21:2 Expected ":"
Line 22:2 Expected ":"
Line 26:2 Expected ":"
Line 27:2 Expected ":"
Line 28:2 Expected ":"

**/
.rhf-promo-badge{
  color:#D46437 !important; /* FORCED COLOR */
  text-transform:uppercase !important; /* FORCED CAPS */
  font-weight:600;
  letter-spacing:.04em;
  font-size:.9rem;
  margin-top:.35rem;
  display:block;
  margin-bottom: -10px; 
}
.rhf-promo-badge small{
  font-weight:400;
  text-transform:none !important; /* FORCED LOWERCASE/NONE on small text */
  font-size:.85em;
}/* NEW RULE TO FIX COLUMN WIDTH/WRAPPING ISSUE */
.product-detail__form .product-area__text-block {
  word-break: break-word;
  max-width: 100%; /* Ensure it doesn't exceed its parent container */
}