body.store .product-image,
body.store .cart-thumb,
body.store .product-gallery img {
  background: #fff !important;
}

.home-product-image img {
  position: absolute !important;
  inset: 14px !important;
  width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  transform: none !important;
}

body.store .product-grid .product-image {
  height: 220px !important;
  aspect-ratio: auto !important;
}

body.store .product-image img {
  position: absolute !important;
  inset: 14px !important;
  width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  transform: none !important;
}

body.store .product-gallery img {
  object-fit: contain !important;
  object-position: center !important;
  padding: 10px !important;
}

body.store .cart-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 5px !important;
}

@media (max-width: 900px) {
  body.store .product-grid .product-image {
    height: 205px !important;
  }
}

@media (max-width: 540px) {
  body.store .product-grid .product-image {
    height: 190px !important;
  }
}
