/** Shopify CDN: Minification failed

Line 66:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
h3.t4s-product-title a,
.t4s-truncate {
  word-break: break-word !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  white-space: normal !important;
  text-transform: capitalize !important;
 }
.t4s-btn-cart__emty {
  max-width: 100%;
  min-width: 180px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  padding: 10px 0px 0px 10px;
  cursor: pointer;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-header__logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    transform: translateZ(0);
    max-height: inherit;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-left: -12px; 
}
.t4s-coll-style-2 .t4s-cate-wrapper a.t4s-cat-title {
    font-size: 26px !important;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  h3.t4s-product-title a,
.t4s-truncate {  -webkit-line-clamp: 2 !important;
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-coll-style-2 .t4s-cate-wrapper a.t4s-cat-title {
    font-size: 16px !important;
}
}