@media (max-width: 767.98px) {
  .maxter-product-list--mobile-horizontal .maxter-product-card {
    display: grid;
    grid-template-columns: minmax(122px, 28%) minmax(0, 1fr);
    grid-auto-rows: min-content;
    column-gap: 15px;
    align-items: start;
  }

  .maxter-product-list--mobile-horizontal .maxter-product-card__badge {
    grid-column: 2;
    grid-row: 1;
    position: static;
    width: max-content;
    max-width: 100%;
    position: absolute;
    left: -75px;
  }

  .maxter-product-list--mobile-horizontal .maxter-product-card__image {
    grid-column: 1;
    grid-row: 1 / span 8;
    width: 100%;
    min-height: 128px;
    align-self: stretch;
  }

  .maxter-product-list--mobile-horizontal .mx-h3,
  .maxter-product-list--mobile-horizontal .maxter-product-card__brand,
  .maxter-product-list--mobile-horizontal .maxter-product-card__rating,
  .maxter-product-list--mobile-horizontal .maxter-product-card__price,
  .maxter-product-list--mobile-horizontal .maxter-product-card__stock {
    grid-column: 2;
    min-width: 0;
  }

  .maxter-product-list--mobile-horizontal .mx-h3 {
    margin-top: 0;
    font-weight: 500;
  }

  .maxter-product-list--mobile-horizontal .maxter-product-card__price {
    align-self: end;
    font-size: 18px;
  }

  .maxter-product-list--mobile-horizontal .maxter-product-card > form,
  .maxter-product-list--mobile-horizontal .maxter-product-card > .maxter-product-card__cart {
    grid-column: 2;
    justify-self: end;
    align-self: end;
  }
}
