@media only screen and (min-width: 993px) {
  .catalog-list .product-preview {
    min-height: 46rem;
  }

  .catalog-list .product-preview__photo-wrapper {
    aspect-ratio: 1 / 1;
    height: auto !important;
    padding-bottom: 0 !important;
    margin: 0 -1.5rem 1rem !important;
    background: #fff;
  }

  .catalog-list .product-preview__photo-wrapper img:not([src*="no_image"]):not([src*="placeholder"]) {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    -webkit-transform: translateX(-50%) scale(1.06) !important;
    transform: translateX(-50%) scale(1.06) !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .home-cat__list .product-preview {
    min-height: 465px !important;
  }

  .home-cat__list .product-preview__photo-wrapper {
    aspect-ratio: 1 / 1;
    height: auto !important;
    padding-bottom: 0 !important;
    margin: 0 -1.5rem 1rem !important;
    background: #fff;
  }

  .home-cat__list .product-preview__photo-wrapper img:not([src*="no_image"]):not([src*="placeholder"]) {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    -webkit-transform: translateX(-50%) scale(1.08) !important;
    transform: translateX(-50%) scale(1.08) !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@media only screen and (max-width: 992px) {
  .catalog-list {
    width: calc(100% + 1.4rem);
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .catalog-list__item {
    padding: 0.25rem;
  }

  .catalog-list .product-preview {
    min-height: 34rem;
  }

  .catalog-list .product-preview__photo-wrapper {
    aspect-ratio: 170 / 204;
    width: min(calc(100% + 3rem), 170px);
    height: auto !important;
    padding-bottom: 0 !important;
    margin: -0.6rem auto 0.8rem !important;
    background: #fff;
  }

  .catalog-list .product-preview__photo-wrapper img:not([src*="no_image"]):not([src*="placeholder"]) {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    -webkit-transform: translateX(-50%) scale(1.12) !important;
    transform: translateX(-50%) scale(1.12) !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .home-cat__list .product-preview {
    min-height: 325px !important;
  }

  .home-cat__list .product-preview__photo-wrapper {
    aspect-ratio: 1 / 1;
    width: 172px !important;
    height: 172px !important;
    padding-bottom: 0 !important;
    margin: 0 -1.5rem 1rem !important;
    background: #fff;
  }

  .home-cat__list .product-preview__photo-wrapper img:not([src*="no_image"]):not([src*="placeholder"]) {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    -webkit-transform: translateX(-50%) scale(1.08) !important;
    transform: translateX(-50%) scale(1.08) !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

}
