/* Piskacie homepage: keep mobile product carousel items on one row. */
@media (max-width: 767px) {
  body.in-index .product-slider-holder .products-block {
    display: flex !important;
    flex-flow: row nowrap !important;
  }

  body.in-index .product-slider-holder .products-block > .product {
    flex: 0 0 auto !important;
  }
}
