body{
  background-color: #FFF3E5;
  background-image: url(https://a.top4top.io/p_3702r3ei41.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section:nth-of-type(1){
  margin-top: 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: 1.7rem;
}
section:nth-of-type(3) div{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.two-row .banner-entry:first-child{
  grid-row:  span 1 /span 1;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
@media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 7px;
  }
  .banner-entry{
    flex-basis: 115px;
    height: 128px !important;
  }
}
@media (min-width:426px)and (max-width:768px){
  section:nth-of-type(3) div{
    display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 7px;
  }
   .banner-entry{
flex-basis: 194px;
        height: 201px !important;
  }
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
}
.carousel-slider .swiper-wrapper>div{
  padding: 0.625rem;
}
.s-product-card-entry{
  height: 95%;
  margin: 10px;
  box-shadow: 0 0 10px black;
  border: 2px solid #A04C6E;
}
.s-button-primary-outline ,
.s-reviews-testimonial,
.footer-is-light .store-footer .store-footer__inner{
  background-color: #A04C6E;
  color: white;
}
.s-button-primary-outline:hover{
  background-color: #A04C6E;
  color: white;
  opacity: 1;
}
.s-product-card-content{
  background-color: #FFF3E5; 
  border-radius: 1rem;
}
.s-reviews-header-wrapper{
  justify-content:center;
}
.s-reviews-header{
  color: white;
    font-size: 1.7rem;
    background-image: url(https://i.top4top.io/p_37024sjlb1.png);
    padding: 14px 95px;
    background-repeat: no-repeat;  
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-small svg{
  fill: white;
}
section:nth-of-type(7){
  margin-top: unset;
}
section:nth-of-type(7) .s-slider-block__title{
  margin-bottom: unset;
  display: none;
}