body{
  background-color: #FFFFFE;
}
section:nth-of-type(1) {
  margin: unset;
}
section:nth-of-type(1)  .container{
  padding: unset;
    max-width: unset;
}
.s-slider-block__title h2{
  font-size: 30px;
    border-bottom: 2px solid black;
  padding-bottom: 1rem;
}
.carousel-slider .swiper-wrapper>div{
  padding: 1rem;
}
.s-product-card-vertical{
  margin: 10px;
    box-shadow: 0 0 10px #000;
}
.s-product-card-entry{
  height: 95%;
}
.s-button-primary-outline {
   background: #5A543D;
    color: white;
  border: none
}
s-button-primary-outline:hover{
  background: #5A543D;
    color: white;
}
.banner--fixed img,
.banner-entry {
  background-color: transparent;
}
.s-reviews-header-wrapper{
    justify-content: center;
}
.s-reviews-header{
   font-size:30px;
    background-image: url(https://c.top4top.io/p_3704whk531.png);
    background-repeat: no-repeat;
    padding: 5px 90px;
    color: white;
}
.s-reviews-testimonial {
  background-color: #575A3D;
  color: white
}
.s-rating-stars-small svg{
  fill: white;
}
.s-reviews-testimonial__icon svg{
  fill: white;
}
.footer-is-light .store-footer .store-footer__inner {
  background-color: #575A3D;
  color: white;}