body{
  background-color: #ffff;
}
.banner--fixed img, .banner-entry{
  background: transparent;
}
section:nth-of-type(1) {
  margin: unset;
}
section:nth-of-type(1) .container{
  max-width: unset;
  padding: unset;
}
section:nth-of-type(2) .container{
  max-width: 600px;
}
section:nth-of-type(3){
  margin-top: 1rem;
  max-width: 500px;
}
.banner-entry{
  height: 300px;
}
.s-slider-block__title h2{
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
}
.s-product-card-entry{
  height: 95%;
  margin: 10px;
  box-shadow: 0 0 10px black;
}
.s-button-primary-outline{
    background: linear-gradient(270deg, #A76844 0%, #E7B78A 100%);
color: white;
}
.s-button-primary-outline:hover{
    background: linear-gradient(270deg, #A76844 0%, #E7B78A 100%);
color: white;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
  font-size: 1.7rem;
  padding: 5px 95px;
  color: black;
  background-repeat: no-repeat;
  background-image: url(https://g.top4top.io/p_3754vfrzn1.png);
}
.s-reviews-testimonial{
  color: black;
  background: linear-gradient(270deg, #A76844 0%, #E7B78A 100%);
}
.s-rating-stars-small svg ,
.s-reviews-testimonial__icon svg{
  fill: black;
}
.footer-is-light .store-footer .store-footer__inner{
   color: black;
  background: linear-gradient(270deg, #A76844 0%, #E7B78A 100%);
}
@media(max-width:768px) {
    section:nth-of-type(3) {
        margin-top: 1rem;
        max-width: 400px;
    }

    .banner-entry {
        height: 230px !important;
    }

    section:nth-of-type(3) .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}