/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 47:0 Unexpected "<"

**/
<style>
/* Titlu produs */
body h1.product__title,
body h1.product__title a {
  font-weight: 900 !important;
  font-size: 3rem !important;
}

/* Ascunde prețul dublu */
.price--on-sale .price__regular {
  display: none !important;
}

/* Preț redus - roșu */
.price--on-sale .price-item--sale {
  color: #d31d0a !important;
  font-weight: 900 !important;
  font-size: 2.5rem !important;
}

/* Preț vechi - negru tăiat */
.price--on-sale .price-item--regular {
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
}

/* Ascunde Taxes included */
.product__tax,
.caption-with-letter-spacing,
[class*="tax"] {
  display: none !important;
}

/* Ascunde Sold out badge */
.price__badge-sold-out,
.badge--sold-out,
[class*="sold-out"] {
  display: none !important;
}
</style>