body{
  background-color: #F5F5F5;
}
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: 600px;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
  section:nth-of-type(3){
    max-width: 800px;
  }
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1;
}
  section:nth-of-type(3) div{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  }
@media(max-width:768px){
  section:nth-of-type(3) div{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.carousel-slider .swiper-wrapper>div{
  padding: .625rem;
}
.s-product-card-entry{
  height: 95%;
  margin: 5px;
  box-shadow: 0 0 10px black;
}
.s-button-primary-outline ,
.footer-is-light .store-footer .store-footer__inner ,
.footer-is-light .store-footer ,
.s-reviews-testimonial{
 background: linear-gradient(315.75deg, #62A6B1 0.64%, #175560 99.36%);
  color: white;
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-hovered, .s-rating-stars-selected{
  fill: white;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.copyright-text p{
  color: white;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom:1px solid black ;
  padding-bottom: 20px;
}