/* IPEKERP_457_13_SHARED_PRODUCT_IMAGE_CANONICAL_V1:BEGIN */

/* Canonical product-card image contract.
   HOME Popüler ürünler + approved SEARCH GRID parity cards:
   220px stage, 18px inline margin, 4px image padding,
   object-fit: contain, centered, no transform.
   Search list view is intentionally not targeted. */

body.sf-home-concept #urunler [data-c5-product-grid] .sf-product-card__image,
body.sf-home-concept #urunler #storefront-product-grid .sf-product-card__image,
body.sf-home-v2 #urunler [data-c5-product-grid] .sf-product-card__image,
body.sf-home-v2 #urunler #storefront-product-grid .sf-product-card__image,
body.sf-search-v2.sf-stage5-search-v1.sf5-view-grid
#storefront-product-grid > .sf-product-card.ipek-search-card-parity
.sf-product-card__image {
  box-sizing: border-box !important;
  position: relative !important;
  width: auto !important;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  margin: 0 18px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #fff !important;
}

body.sf-home-concept #urunler [data-c5-product-grid] .sf-product-card__image > img,
body.sf-home-concept #urunler #storefront-product-grid .sf-product-card__image > img,
body.sf-home-v2 #urunler [data-c5-product-grid] .sf-product-card__image > img,
body.sf-home-v2 #urunler #storefront-product-grid .sf-product-card__image > img,
body.sf-search-v2.sf-stage5-search-v1.sf5-view-grid
#storefront-product-grid > .sf-product-card.ipek-search-card-parity
.sf-product-card__image > img {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 4px !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  transform-origin: 50% 50% !important;
}

@media (max-width: 1100px) {
  body.sf-home-concept #urunler [data-c5-product-grid] .sf-product-card__image,
  body.sf-home-concept #urunler #storefront-product-grid .sf-product-card__image,
  body.sf-home-v2 #urunler [data-c5-product-grid] .sf-product-card__image,
  body.sf-home-v2 #urunler #storefront-product-grid .sf-product-card__image,
  body.sf-search-v2.sf-stage5-search-v1.sf5-view-grid
  #storefront-product-grid > .sf-product-card.ipek-search-card-parity
  .sf-product-card__image {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
}

@media (max-width: 700px) {
  body.sf-home-concept #urunler [data-c5-product-grid] .sf-product-card__image,
  body.sf-home-concept #urunler #storefront-product-grid .sf-product-card__image,
  body.sf-home-v2 #urunler [data-c5-product-grid] .sf-product-card__image,
  body.sf-home-v2 #urunler #storefront-product-grid .sf-product-card__image,
  body.sf-search-v2.sf-stage5-search-v1.sf5-view-grid
  #storefront-product-grid > .sf-product-card.ipek-search-card-parity
  .sf-product-card__image {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
    margin-inline: 14px !important;
  }
}

/* IPEKERP_457_13_SHARED_PRODUCT_IMAGE_CANONICAL_V1:END */
