/* --- фиксируем пропорции блока с изображением --- */
.product-card .product-featured-image-link.aspect-ratio {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #f8f8f8 !important;
}

/* --- корректное масштабирование изображения --- */
.product-card .product-featured-image-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

/* Скрыть подпись даты ("Завтра") в выборе типа доставки */
.s-order-page .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date{
  display: none !important;
}
