body{
 background-color: 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: unset;
}
section:nth-of-type(2) {
  margin-top: 1rem;
   max-width: 786px;
}
.banner-entry{
  height: 280px;
}

.s-slider-block__title h2{
  font-size: 1.7rem;
  color:black ;
  padding-bottom: 1rem;
}
.s-slider-block__title-right{
    background-image: url(https://imglink.cc/cdn/a7T5RneiMJ.png);
   padding: 75px 123px;
    background-repeat: no-repeat;
  background-size: cover;
}
.s-product-card-entry{
  box-shadow: 0 0 10px black;
  margin: 10px;
  height: 95%;
    border: 4.62px solid transparent; 
    border-image: linear-gradient(180deg, #A88871 0%, #C0B493 100%);
    border-image-slice: 1;
}
.s-slider-block__title-left {
    display: none;
}

.s-slider-block__title {
    justify-content: center;
}

.s-button-primary-outline{
  color: white;
background: linear-gradient(180deg, #A88871 0%, #C0B493 100%);

}
#best-offers-7-slider .s-slider-block__title{
  display: none;
}
.s-button-primary-outline:hover{
  color: white;
background: linear-gradient(180deg, #A88871 0%, #C0B493 100%);
}

.s-reviews-testimonial ,.store-footer__inner{
    color: white;
background: linear-gradient(180deg, #A88871 0%, #C0B493 100%);

}
@media (max-width:768px){
  .s-slider-block__title-right{
           padding: 60px 100px;
  }
  section:nth-of-type(2) .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .s-slider-block__title h2{
     font-size: 19px;
  }
}