body{
  background-color: white;
}
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: 2rem;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
.banner-entry{
  height: 300px;
}
section:nth-of-type(7){
  margin-top: unset;
}
section:nth-of-type(7) .s-slider-block__title{
  display: none;
}
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1;
}
 section:nth-of-type(3) div{
 grid-template-columns: repeat(5, minmax(0, 1fr));   
  }
section:nth-of-type(3) div {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
  
}

section:nth-of-type(3) a {
    flex-basis: 220px;
}

.two-row .banner-entry:first-child {
    height: 300px;
}

@media (max-width: 768px) {
    section:nth-of-type(3) a {
        flex: 0 0 calc(50% - 20px);
    }

   section:nth-of-type(3) {
        max-width: 446px;
        gap: 1.75rem;
    }

    .two-row .banner-entry:first-child {
        height: 200px;
    }
.banner-entry{
  height: 200px;
}
    .s-block--banners+.s-block--banners {
        margin-top: 1rem;
    }

    section:nth-of-type(3) div {
        flex-wrap: wrap;
    }
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 1px solid #AA7955;
  padding-bottom: 1rem;
  color: #AA7955;
}
.carousel-slider .swiper-wrapper>div{
padding: 0.625px;
}
.s-product-card-entry{
  height: 95%;
  margin: 10px;
  box-shadow: 0 0 10px black;
}
.s-button-primary-outline{
    background-color: #DCBA64;
  color: white;
}
.s-reviews-testimonial ,
.store-footer__inner{
  background-color: #E2A9AA;
  color: white;
}
.s-button-primary-outline:hover{
  background-color: #DCBA64;
  color:white;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
font-size: 1.7rem;
  background-image: url(https://i.top4top.io/p_3755k4m7k1.png);
  padding: 14px 90px;
  color: white;
  background-repeat: no-repeat;
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-small svg{
  fill: white;
}
.store-footer{
  background-color: white;
  color: #EEBD67;
}