/** Shopify CDN: Minification failed

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

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

.t4s-product .t4s-product-title{font-size:18px}
@media(min-width:1025px){
.t4s-col-item.t4s-product{width:20%!important;max-width:20%!important;flex:0 0 20%!important}
.t4s-header-layout_logo_center .t4s-col-lg-2{flex:0 0 34%!important;max-width:34%!important}
.t4s-header-layout_logo_center .t4s-col-5,.t4s-header-layout_logo_center .t4s-col-lg-5{flex:0 0 33%!important;max-width:33%!important}
.t4s-header__logo img.header__normal-logo{width:700px!important;max-width:100%!important}}
.t4s-collection-item .t4s-cat-title{font-size:18px!important}
@media(min-width:768px){.t4s-collection-item .t4s-cat-title{font-size:50px!important}}
.t4s-disc-bar{padding:14px 16px 50px;margin: 0px 0 30px;background:#f6f6f4;border-radius:8px}
.t4s-disc-bar__msg{font-size:18px;text-align:center;margin-bottom:10px}
.t4s-disc-bar__track{position:relative;height:8px;background:#e0e0dc;border-radius:20px;margin:0 40px}
.t4s-disc-bar__fill{position:absolute;left:0;top:0;height:100%;background:#9acd32;border-radius:20px;transition:width .4s ease}
.t4s-disc-bar__pip{position:absolute;top:16px;transform:translateX(-50%);font-size:18px;font-weight:700!important;color:#222!important;white-space:nowrap}
.t4s-disc-bar[hidden]{display:none}
.t4s-disc-bar .t4s-disc-sub{font-size:18px!important;font-weight:700!important;display:block!important;margin-top:4px!important}

[data-discount-bar-drawer] .t4s-disc-bar__pip--label{position:absolute!important;top:-24px!important;left:0!important;right:0!important;width:100%!important;text-align:center!important;transform:none!important;font-size:18px!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){
  
