/** Shopify CDN: Minification failed

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

**/
@media only screen and (max-width: 600px) {
  .bls__product-item .bls__product-img .bls__product-action{
    display: none !important;
  }
  /* .bls__product-addtocart{
    display: none !important;
  } */
.h3.bls__product-name.regular.mb-5   .limited-line.capitalize{
   
 overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
@media only screen and (min-width: 600px) {
  .product.data.items .tab-content{
    display: flex;
    justify-content: center;
}
}