/* Add custom CSS styles below */ 


@media(max-width:787px) {
  .store-header .lang{
    display:flex!important;
  }
  .store-header .lang span{
    display:none!important;
  }
  .store-header .lang span.language-code{
    display:flex!important;
    font-size:1.1rem;
  }
}

@media (min-width: 768px) {
.product-index  .s-products-list-wrapper {
  grid-template-columns:repeat(5,minmax(0,1fr))!important;;
}
}


section.weight.details,
section.sku.details {
  display: none !important;
}



.product-single .similar-products{display:none;}