body {
  background: white;
}

.banner--fixed img,
.banner-entry {
  background-color: transparent;
}

section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container {
  padding: unset;
  max-width: 100%;
}

section:nth-of-type(2) .container {
  max-width: 500px;
}
section:nth-of-type(3) {
  max-width: 500px;
}
section:nth-of-type(3).s-block {
  margin-top: 1rem;
}
    .sm\:gap-8 {
        gap: 0rem;
    }
.s-slider-block__title {
  display: none;
}
.s-product-card-entry {
  box-shadow: 0px 0px 8.35px 0px #0000006e;
  padding: 1rem;
  border-radius: 24px;
  margin: 5px;
  height: 98%;
}

.carousel-slider .swiper {
  padding: 5px;
}

.s-button-btn {
  border-radius: 30px;
  background: #6C5275;
  color: white;
  border: none;
}
section:nth-of-type(5) .container {
  padding: unset;
  max-width: 100%;
}
section:nth-of-type(7) .container {
  padding: unset;
  max-width: 100%;
}
#best-offers-8-slider{
  margin-top: 5px
}

.footer-is-light .store-footer .store-footer__inner {
  background: #6C5275;
  color: white;
}
@media (min-width: 320px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  section:nth-of-type(3) .banner-entry {
    height: 180px;
  }
}