@media (min-width: 769px) and (max-width: 1023px) {
  .sec-products .block-products__content {
    gap: 0.625rem !important;
    align-items: flex-start !important;
  }

  .sec-products .block-products__content > .block-products__el {
    --vk-product-card-scale: 0.875;
    width: 17rem !important;
    margin-bottom: 2.5rem !important;
    zoom: var(--vk-product-card-scale, 1) !important;
  }

  .sec-products .block-products__content > .block-products__el:has(.block-products-el__top.cat-grid) {
    width: calc((100% - 1.25rem) / 3) !important;
    margin-bottom: 1.75rem !important;
    zoom: 1 !important;
  }

  .sec-products .block-products__content > .block-products__el:has(.block-products-el__top.cat-grid) .block-products-el {
    aspect-ratio: 1 / 1.15 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 1.25rem 1rem 1rem !important;
    justify-content: space-between !important;
  }

  .sec-products .block-products__content > .block-products__el:has(.block-products-el__top.cat-grid) .block-products-el__top.cat-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .sec-products .block-products__content > .block-products__el:has(.block-products-el__top.cat-grid) .block-products-el__img.cat-grid,
  .sec-products .block-products__content > .block-products__el:has(.block-products-el__top.cat-grid) .block-products-el__img:has(.cat-grid) {
    width: clamp(9.5rem, 17vw, 11.25rem) !important;
    height: clamp(9.5rem, 17vw, 11.25rem) !important;
    object-fit: contain !important;
  }

  .sec-products .block-products__content > .block-products__el:has(.block-products-el__top.cat-grid) .block-products-el__content {
    flex-grow: 0 !important;
  }

  .sec-products .block-products__content > .block-products__el:has(.block-products-el__top.cat-grid) .block-products-el__title.cat-grid {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
  }
}
