/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Unexpected "{"
Line 21:10 Expected ":"
Line 49:2 Unexpected "{"
Line 49:3 Unexpected "{"
Line 49:12 Expected ":"
Line 54:2 Unexpected "{"
Line 54:3 Unexpected "{"
Line 54:12 Expected ":"
Line 59:2 Unexpected "{"
... and 5 more hidden warnings

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/

{{settings.global_css }}


/*---------------- imagen del producto -------------------*/
img.t4s-lz--fadeIn.lazyautosizes.lazyloadt4sed {
    border-radius: 1rem;
}

/*---------------- margen del precio -------------------*/
.t4s-product-price {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
/*---------------- margen de trust budged -------------------*/
.t4s-product-price {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/*----------------color de la descripción -------------------*/
t4s-tab-wrapper {
    color: black;
}
div#t4s-tab-destemplate--18180873027882__main{
  color: black;
}

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

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

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

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