/* ST300: квадратная зона фото 1:1 во всех товарных карточках */
.t-store__card__imgwrapper.t-store__card__imgwrapper_original-ratio {
  width: 100% !important;
  height: 0 !important;
  min-height: 0 !important;
  padding-bottom: 100% !important;
  overflow: hidden !important;
}

/* Внутренние картинки Tilda заполняют квадратное окно */
.t-store__card__imgwrapper.t-store__card__imgwrapper_original-ratio
.t-store__card__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}