@media (max-width: 767px) {
  .agb-products-wrap {
    overflow: hidden;
  }

  .agb-products-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .agb-products-grid::-webkit-scrollbar {
    height: 6px;
  }

  .agb-product-card {
    flex: 0 0 78% !important;
    min-width: 78% !important;
    max-width: 78% !important;
    scroll-snap-align: start;
    height: auto !important;
  }
}