/** Shopify CDN: Minification failed

Line 244:0 Unexpected "<"
Line 246:2 Comments in CSS use "/* ... */" instead of "//"
Line 252:4 Comments in CSS use "/* ... */" instead of "//"

**/
.price {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.price > * {
  display: inline-block;
  vertical-align: top;
}

.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  text-align: right;
}

.price .price-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.price__regular .price-item--regular {
  margin-right: 0;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}

.price--large {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.13rem;
}

@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
  display: inline-block;
}

.volume-pricing--sale-badge .price__badge-sale {
  margin-left: 0.5rem;
}

.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}

.price--center {
  display: initial;
  justify-content: center;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
}

.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  color: rgba(var(--color-foreground), 0.7);
}

/* ================================================
   ESTILOS PERSONALIZADOS PARA PRECIOS Y ETIQUETA
   ================================================ */

/* PRECIO ORIGINAL (tachado) - SOLO SI HAY OFERTA - PÁGINA DE PRODUCTO */
.product .price--on-sale .price__regular .price-item--regular,
.product-single .price--on-sale .price__regular .price-item--regular,
.product__info-container .price--on-sale .price-item--regular {
  color: #696969 !important;
  font-size: 17px !important;
  font-weight: 300 !important; /* EDITABLE: 100-900 */
  text-decoration: line-through !important;
  order: 1 !important;
  margin-left: 0px !important;
  margin-right: 5px !important;
}

/* PRECIO NORMAL (sin oferta) - NEGRO SIN TACHAR - PÁGINA DE PRODUCTO */
.product .price:not(.price--on-sale) .price__regular .price-item--regular,
.product-single .price:not(.price--on-sale) .price-item--regular,
.product__info-container .price:not(.price--on-sale) .price-item--regular {
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 400 !important; /* EDITABLE: 400=normal, 700=negrita */
  text-decoration: none !important;
  order: 1 !important;
  margin-left: 0px !important;
  margin-right: 5px !important;
}

/* PRECIO DE OFERTA - PÁGINA DE PRODUCTO */
.product .price__sale .price-item--sale,
.product-single .price__sale .price-item--sale,
.product__info-container .price__sale .price-item--sale {
  color: #F83A3A !important;
  font-size: 20px !important;
  font-weight: 700 !important; /* EDITABLE: 100-900 */
  order: 2 !important;
  margin-left: -1px !important;
  margin-right: 5px !important;
}

/* ETIQUETA DE DESCUENTO (AHORRA X%) - PÁGINA DE PRODUCTO */
.product .price__badge-sale,
.product-single .price__badge-sale,
.product__info-container .price__badge-sale {
  background-color: #19A76E !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 400 !important; /* EDITABLE: 100-900 */
  padding: 4px 5px !important;
  border-radius: 0px !important;
  border: 2px solid #19A76E !important;
  order: 3 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Contenedor de precios - CONTROL DE ESPACIOS - PÁGINA DE PRODUCTO */
.product .price--on-sale,
.product-single .price--on-sale,
.product__info-container .price--on-sale {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  flex-wrap: nowrap !important;
}

.product .price--on-sale .price__sale,
.product-single .price--on-sale .price__sale,
.product__info-container .price--on-sale .price__sale {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  flex-wrap: nowrap !important;
}

/* Reducir espacios adicionales - PÁGINA DE PRODUCTO */
.product .price__container,
.product-single .price__container,
.product__info-container .price__container {
  display: flex !important;
  gap: 3px !important;
}

/* ==========================================
   COLECCIÓN DESTACADA Y CUADRÍCULA - EDITABLES
   ========================================== */

.collection .slider-button {
  display: none;
}

.collection .slider-counter {
  display: none;
}

/* Precio de rebaja en rojo - Colección destacada y Cuadrícula */
.collection .price__sale .price-item--sale {
  color: #ff0000 !important;
  font-size: 20px !important;
  margin-left: 5px !important; /* EDITABLE: Margen izquierdo */
  margin-right: 5px !important; /* EDITABLE: Margen derecho */
}

/* Precio original tachado - Colección destacada y Cuadrícula */
.collection .price__sale .price-item--regular {
  font-size: 16px !important;
  margin-left: 0px !important; /* EDITABLE: Margen izquierdo */
  margin-right: 3px !important; /* EDITABLE: Margen derecho */
}

/* Espaciado entre precios en colecciones */
.collection .price__container {
  gap: 5px !important; /* EDITABLE: Espacio entre elementos (0px a 20px) */
}

/* ==========================================
   FEATURED COLLECTION - PRECIOS EDITABLES
   ========================================== */

/* Precio normal (sin oferta) */
.collection .price:not(.price--on-sale) .price-item--regular {
  font-size: 20px !important; /* EDITABLE */
}

/* Precio de oferta (rojo) */
.collection .price__sale .price-item--sale {
  font-size: 16px !important; /* EDITABLE */
}

/* Precio tachado (cuando hay oferta) */
.collection .price__sale .price-item--regular {
  font-size: 16px !important; /* EDITABLE */
}
<script>
document.addEventListener('DOMContentLoaded', function() {
  // Busca todos los badges de descuento
  const badges = document.querySelectorAll('.price__badge-sale, .badge--sale, .badge-sale');
  
  badges.forEach(function(badge) {
    let text = badge.textContent.trim();
    
    // Quita el guión "-" y agrega "AHORRA "
    if (text.startsWith('-')) {
      badge.textContent = 'AHORRA ' + text.substring(1);
    }
  });
});
</script>