/** Shopify CDN: Minification failed

Line 32:0 Expected "}" to go with "{"

**/
/* Preço a vermelho */
.price__current,
.price__current--emphasis,
.grid-product__price,
.grid-product__price--current,
.product__price,
span.price-item.price-item--regular,
span.price-item.price-item--sale {
  color: red !important;
}

/* Preço riscado a preto */
.grid-product__price--original,
.price__compare,
span.price-item.price-item--regular:first-child {
  color: black !important;
}
/* Preço a vermelho no Carousel */
.carousel-price {
  color: red !important;
/* 4 produtos no Carousel Biquínis */
.carousel-track .carousel-item {
  flex: 0 0 calc(25% - 12px) !important;
  min-width: calc(25% - 12px) !important;
}

