/** Shopify CDN: Minification failed

Line 40:33 Unexpected "/"

**/
/* Ocultar flechas del announcement bar */
.announcement-bar .slider-button {
  display: none !important;
}

/* Eliminar scroll horizontal y derrape */
.announcement-bar .slider--everywhere {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

/* Fix scroll horizontal en móvil */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

* {
  max-width: 100vw;
  box-sizing: border-box;
}
/* Quitar "Powered by Shopify" */
.powered-by-link,
.footer__powered-by,
a[href*="shopify.com/es/legal"],
.shopify-policy__title + p a[href*="shopify"],
footer a[href*="shopify.com"] {
  display: none !important;
}

.footer__copyright-content {
  justify-content: center !important;
}
* Corazón favorito sin relleno */
.red-heart {
  filter: grayscale(100%) opacity(0.6) !important;
}
/* Ocultar texto de impuestos y envío en producto */
.product__tax,
.product-form__info,
.tax-note,
[class*="tax"] {
  display: none !important;
}
.header__menu-item > a,
.header__menu-item > button,
.header__menu-item span:not(.icon) {
  text-transform: uppercase;
}header a, header button, header nav a, header nav span {
  text-transform: uppercase !important;
}
