/** Shopify CDN: Minification failed

Line 33:0 Expected "}" to go with "{"

**/

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

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

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

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

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


}

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

