/* =========================================================
   SOYA HOME V10 — JEDEN STANDARD ZDJĘĆ PRODUKTOWYCH 1:1
   Strona główna + sklep + kategorie
   Zalecany plik źródłowy: 1200 x 1200 px
   ========================================================= */

.shop-card-image,
.home-product-card .shop-card-image{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  background:#f7f3ee!important;
}

.shop-card-image img,
.home-product-card .shop-card-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0!important;
  transform:none!important;
}

.shop-card:hover .shop-card-image img,
.home-product-card:hover .shop-card-image img{
  transform:none!important;
}

@media (max-width:1000px){
  .shop-card-image,
  .home-product-card .shop-card-image{
    aspect-ratio:1 / 1!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
}

@media (max-width:760px){
  .shop-card-image,
  .home-product-card .shop-card-image{
    aspect-ratio:1 / 1!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }

  .shop-card-image img,
  .home-product-card .shop-card-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }
}
