/** Shopify CDN: Minification failed

Line 40:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* =================================================
   PREÇOS DOS PRODUTOS (AO LADO DO PREÇO)
   ================================================= */

.t4s-product-price,
.t4s-product-price span,
.t4s-product-price .t4s-price,
.t4s-product-price ins {
    color: #0A775A !important;
    font-weight: 700 !important;
    background: none !important; /* GARANTE QUE NÃO FIQUE VER*

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}