/** Shopify CDN: Minification failed

Line 8:0 Unexpected "}"
Line 30:0 Unexpected "}"

**/

}
/* Redondear botones de colección y botones generales */
.collection-list__item .button,
.collection__button,
.card__button,
.button,
.btn,
a.button,
button,
.slideshow__btn,
.slideshow .button,
.banner__button,
.hero__button {
  border-radius: 25px !important;
}

/* Forzar redondeo en TODOS los botones */
* [class*="button"],
* [class*="btn"] {
  border-radius: 25px !important;
}

}
