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 ,
section:nth-of-type(9) .container{
  max-width: 400px;
}

section:nth-of-type(3) {
  max-width: 400px;
}
section:nth-of-type(3).s-block {
  margin-top: 1rem !important;
}
.s-slider-block__title h2 {
  border-bottom: 2px solid;
  font-size: 25px;
  padding-bottom: 15px
}



.s-button-btn {
  border-radius: 10px;
  background: #E7D0C3;
  color: BLACK;
  border: 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-reviews-header-wrapper{
  display: none;
}
.s-reviews-testimonial {
  background: #E7D0C3;
}

.s-reviews-testimonial * {
  color: #000 !important;
}

.s-reviews-testimonial svg {
  fill: #000 !important;
}
.s-block--testimonials.container{
  margin-top:30px;
}
.footer-is-light .store-footer .store-footer__inner {
 background:#000;
    color: white;
}

.footer-is-light .store-footer {
  background:#E7D0C3;
  
}

.grid-flow-row {
    grid-auto-flow: column;
}


.hover\:text-primary:hover {

    color: #FFF;
}
@media (max-width: 767px) {
  .md\:grid-cols-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .two-row .banner-entry:first-child {
    flex-basis: 45%;
    padding: 0;
  }

  .banner-entry.square-photos {
    flex-basis: 45%;
  }
}