@media only screen and (max-width : 1224px) {
.product-card .product-introtext {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .collection-inner .product-introtext {
  display: none;
  }
}
.collection-menu-horizontal .submenu.level-2.dropdown-block {
    max-height: 490px;
}
