/** Shopify CDN: Minification failed

Line 28:2 Unexpected ".4s-section-header__bot"
Line 35:2 Unexpected ".4s-section-header__bot"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
div#t4s_nt_6864925491254template--14680813928502__main1 {
    position: relative;
    transform: unset !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-row-cols-lg-6>.t4s-col-item {
    width: 12.666667%;
}
.t4s-collection-item .t4s-cate-wrapper {
    min-width: unset;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .4s-section-header__bot t4s-d-none t4s-d-lg-block{
width:1000px;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .4s-section-header__bot t4s-d-none t4s-d-lg-block{
width:1000px;
}
}

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