/** Shopify CDN: Minification failed

Line 16:12 Expected identifier but found whitespace
Line 16:13 Unexpected "("
Line 43:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
ul#c7bdf308-8019-4991-b58c-6d3e205a52eb-anillos-florales-1 {
    display: block !important;
}
.t4s-widget-category .t4s-product-categories
Specificity: (0,2,0)
 {
    overflow-x: unset !important;
    overflow-y: unset !important;
}
.t4s-facets__form .t4s-facet .t4s-facet-content .t4s-current-scrollbar {
    overflow-x: unset !important;
    overflow-y: unset !important;

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