/** Shopify CDN: Minification failed

Line 9:0 Unexpected "/"
Line 30:0 Unexpected "/"
Line 35:0 Unexpected "/"
Line 40:0 Unexpected "/"

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

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




/---------------- Custom CSS for desktop (1025px and up) -------------------/
@media (min-width: 1025px) {
   
  .hot-image {
    display: none !important;
    position: absolute !important;
    z-index: 9;
    left: -3rem;
    top: 207%;
}
}

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