.splide {
  width: 100%;
  margin: 0;
}

.splide__slide {
  display: block;
}

.product-card h3 {
  display: none;
}

.product-card {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-card img {
  width: 100% !important;
  object-fit: contain;
}


