body{
  background-color: #FFFFFF;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(2) .container{
  max-width: 500px
 }
section:nth-of-type(3) .md\:grid-cols-3{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
 .two-row .banner-entry:first-child {
  grid-row: span 1 / span 1;
}
@media(max-width:768px){
  section:nth-of-type(3){
    margin-top: 1rem;
    max-width: 300px;
    }
 .banner-entry {
        height: 120px;
      }
section:nth-of-type(3) .md\:grid-cols-3{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
.s-slider-block__title h2{
  font-size: 30px;
  border-bottom: 1px solid black;
}
.carousel-slider .swiper-wrapper>div{
  padding: 1rem;
}
.s-product-card-vertical {
    flex-direction: column;
    box-shadow: 0 0 10px black;
  margin: 10px;
}
.s-button-primary-outline{
  background: #9DC1C7;
  color: black;
  border: none;
}
.s-button-primary-outline:hover{
  background: #9DC1C7;
  color: black;
  opacity: 1;
}
#best-offers-6-slider .s-slider-block__title{
  display: none;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
      font-size: 1.7rem;
    background-image: url(https://b.top4top.io/p_3701iwpma1.png);
    background-repeat: no-repeat;
    padding: 5px 100px;
    color: black;
}
.s-reviews-testimonial {
    background-color: #9DC1C7;
}
.s-rating-stars-small svg{
  fill: black;
}
.s-reviews-testimonial__icon svg{
  fill: black;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color:#9DC1C7;
}
section:nth-of-type(7){
  margin-top: 0;
}