body{
  background: white;
}
.banner--fixed img, .banner-entry{
  background: transparent;
}
section:nth-of-type(1)  {
  margin: unset;
}
section:nth-of-type(1) .container{
    padding: unset;
  max-width: 100%
}
.s-product-card-entry{
  box-shadow: 0px 0px 8.35px 0px #00000045;
padding: 1rem;
  border-radius: 25px;
  margin: 10px;
    height: 95%;
}
section:nth-of-type(5)  .s-slider-block__title{
  display: none;
}
#best-offers-4-slider{
  margin-top: 5px;
}
.carousel-slider .swiper{
    padding: 5px ;
}
.s-button-btn {
    border-radius: 10px;
    background:#967B46;
    color:white;
  border: none;
}
.s-slider-block__title h2{
      border-bottom: 2px solid;
      font-size: 1.7rem;
    padding-bottom: 15px
}


.s-slider-block__display-all{
  border: 1px solid black;
    height: 33px;
    width: 100px;
    border-radius: 20px;
    text-align: center;
    color: black;
    padding-top: 5px;
   font-size: 1.2rem;
}
.s-reviews-header{
  font-size: 40px;
background: url("https://imglink.cc/cdn/orIGsCKZ4j.png") center center / contain no-repeat;
width: 300px;
    text-align: center;
  color: white;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
section:nth-of-type(9) .s-reviews-testimonial{
  background:#967B46 ;
}
.footer-is-light .store-footer .store-footer__inner{
  background: #967B46;
color: white;
}
.s-reviews-testimonial {
    background: linear-gradient(91.35deg, #763201 0.08%, #401B01 99.92%);
}

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

.s-reviews-testimonial svg {
    fill: #fff !important;
}