.product-card-image {
  object-fit: contain;
}

.logo-title h1 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1024px) {
  .main-header {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  main > .banner.page-container > .banner.banner-root {
    padding: 0;
  }
}
.product-card-discount {
  display: none;
}
.shop-all-link {
  display: none;
}
