/** Shopify CDN: Minification failed

Line 25:1 Unexpected "}"

**/
/* STC HOME — TITLES FINAL (auto) | 3 clases detectadas */
.template-index{
  --stc-home-title-size: clamp(22px, 2.1vw, 34px);
  --stc-home-title-weight: 800;
  --stc-home-title-lh: 1.08;
  --stc-home-title-ls: .08em;
}

.template-index :is(.section-header__title, .title-wrapper-with-link .title, .title-wrapper-with-link h2.title),
.template-index :is(.rich-text__heading, .banner__heading, .image-with-text__heading),
.template-index .stc-brands__title,
.template-index .stc-uni4__h3,
.template-index .stc-uni4__title{
  font-family: 'Montserrat', var(--font-heading-family), sans-serif !important;
  font-size: var(--stc-home-title-size) !important;
  font-weight: var(--stc-home-title-weight) !important;
  line-height: var(--stc-home-title-lh) !important;
  letter-spacing: var(--stc-home-title-ls) !important;
  text-transform: uppercase;
}}

/* EXCLUSIONES — NO tocar títulos de producto/cards */
.template-index :is(.card__heading, .product__title, .card__heading a, .product__title a){
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-transform: none !important;
}
