/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Unexpected "{"
Line 21:10 Expected ":"
Line 42:2 Unexpected "{"
Line 42:3 Unexpected "{"
Line 42:12 Expected ":"
Line 47:2 Unexpected "{"
Line 47:3 Unexpected "{"
Line 47:12 Expected ":"
Line 52:2 Unexpected "{"
... and 5 more hidden warnings

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

{{settings.global_css }}

/*---------------- imagenes de la colección -------------------*/
.t4s-product-inner.t4s-pr.t4s-oh {
    border-radius: 1rem;
}
.page-head.t4s-pr.t4s-oh.page_bg_img.t4s-text-center{
  margin: 2rem 3rem;
    border-radius: 1rem;
}

.header-banner.lazyloadt4sed {
   margin: 2rem 3rem;
   border-radius: 1rem;
}




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