/* EXCLUDE HERO / SLIDER IMAGES */
.hero img,
.banner img,
.slider img,
.home-slider img {
  width: auto !important;
  height: auto !important;
  object-fit: initial !important;
}

/* PRODUCT GRID ONLY */
.products-grid,
.products-list {
  display: grid !important;
}

/* PRODUCT CARD */
.product-item,
.product-card {
  height: 100% !important;
  overflow: hidden !important;
}

/* IMAGE WRAPPER */
.product-item__image,
.product-card__image,
.product-image {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

/* IMAGE ITSELF */
.product-item__image img,
.product-card__image img,
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}/* EXCLUDE HERO / SLIDER IMAGES */
.hero img,
.banner img,
.slider img,
.home-slider img {
  width: auto !important;
  height: auto !important;
  object-fit: initial !important;
}

/* PRODUCT GRID ONLY */
.products-grid,
.products-list {
  display: grid !important;
}

/* PRODUCT CARD */
.product-item,
.product-card {
  height: 100% !important;
  overflow: hidden !important;
}

/* IMAGE WRAPPER */
.product-item__image,
.product-card__image,
.product-image {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

/* IMAGE ITSELF */
.product-item__image img,
.product-card__image img,
.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;.product-item__image,
.product-card__image {
  height: 300px !important;
  overflow: hidden !important;
}

.product-item__image img,
.product-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

  
}.product-item__image,
.product-card__image {
  height: 320px !important;
  overflow: hidden !important;
}

.product-item__image img,
.product-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}.product-item .image,
.product-card .image,
.product-item .product-image,
.product-card .product-image {
  height: 320px !important;
  background-size: cover !important;
  background-position: center !important;
}