body{
  background-color: white;
      background-image: url(https://i.top4top.io/p_3720bijjd1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.s-search-inline{
  min-width: 196px;
}
/* .banner-entry div{
    background-size: contain !important;
  } */
section:nth-of-type(1){
  margin-top: unset;
}
section:nth-of-type(1) .container ,
section:nth-of-type(4) .container {
  max-width: unset;
  padding: unset;
}
section:nth-of-type(2) .container{
  max-width: 600px;
}
.two-row .banner-entry:first-child{
 grid-row: span 1 / span 1
}
   section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
     gap: 1.5rem;
  }
  .banner-entry{
     flex-basis: 303px;
    height: 280px;
  }
.two-row .banner-entry:first-child{
         flex-basis: 303px;
    height: 280px;
}
.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;
  }
  .banner-entry{
    width: 100px;
    height: 100px;
    flex-basis: 100px;
  }
  .two-row .banner-entry:first-child{
     width: 100px;
    height: 100px;
    flex-basis: 100px;
  }
  .banner-entry div{
    background-size: contain ;
  }
}
@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;
  }
  .banner-entry{
    flex-basis: 170px;
    height: 175px !important;
  }
   .two-row .banner-entry:first-child{
  flex-basis: 170px;
    height: 175px !important;
  }
    .banner-entry div{
    background-size: contain !important;
  }
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 2px 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 #6E555A; 
}
.s-button-primary-outline ,
.s-reviews-testimonial,
.footer-is-light .store-footer .store-footer__inner{
  background-color: #6E555A;
  color: white;
  border: none;
}
.s-button-primary-outline:hover{
  background-color: #6E555A;
  color: white;
  opacity: 1;
}
.s-reviews-testimonial__icon svg,
.s-rating-stars-small svg{
  fill: white;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
section:nth-of-type(7) {
  margin-top: unset;
}
section:nth-of-type(7)  .s-slider-block__title{
  margin-bottom: unset;
  display: none;
}
.s-reviews-header{
  font-size: 1.7rem;
    background-image: url(https://g.top4top.io/p_3720slefm1.png);
    padding: 14px 99px;
    background-repeat: no-repeat;
    color: white;
}
/* @media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
   flex-basis: 35%;
    height: 180px ;
  }
}
@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;
  }
  .banner-entry{
     flex-basis: 22%;
    height: 280px ;
  }
   
} */