/** Shopify CDN: Minification failed

Line 21:1 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* Texto normal da descrição = regular */
.t4s-product__description,
.t4s-product__description p,
.t4s-product__description div {
  font-weight: 400 !important;
}

/* Apenas o <strong> ou <b> fica bold */
.t4s-product__description strong,
.t4s-product__description b {
  font-weight: 700 !important;
}</b></strong>

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  @media (min-width: 768px) {
  .t4s-product__description img {
    max-width: 60% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
  }
}
}

/*---------------- 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){
  
}