/** Shopify CDN: Minification failed

Line 31:0 Unexpected "}"

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


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .bee_se_template--16591985672419__03afe94b-d9d1-48ee-8215-5de7025f7f0a .bee-article-style1 .bee-article-categories a:hover{background-color:#4C4B51}
::-webkit-scrollbar{
        width:1rem;
    }

    ::-webkit-scrollbar-track{
        background: white;
    }

    ::-webkit-scrollbar-thumb{
        background: black;
        border-radius: 5rem;
    }
}

.bee-badge-sale{--badge-color-secondary:red}
.bee-badge-item{Line-height:20px;border-radius:2px}
}

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