body{
  background-color: #F1F1F1;
}
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;
}
.two-row .banner-entry:first-child{
  grid-row: span 1 / soan 1 ;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
section:nth-of-type(3) div{
         grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width:425px){
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 90px;
    height: 100px;
  }
}
@media (max-width:768px){
    section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 144px;
    height: 100px;
  }
}
.s-search-inline {
  min-width: 200px;
}
.s-product-card-entry{
  height: 95%;
  margin: 5px;
  box-shadow: 0 0 10px black;
}
.carousel-slider .swiper-wrapper>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, salla-slider[type]:not(.hydrated)>div>div{
  padding: .625rem;
}
.s-button-primary-outline ,
.s-reviews-testimonial ,
.store-footer__inner{
   background: linear-gradient(283.67deg, #40B8DA 0.35%, #344C68 99.65%);
    color: white;
}
.s-button-primary-outline:hover{
   background: linear-gradient(283.67deg, #40B8DA 0.35%, #344C68 99.65%);
    color: white;
  opacity: 1;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
  font-size: 1.7rem;
    background-image: url(https://c.top4top.io/p_3635kehwh1.png);
    padding: 3px 93px;
    background-repeat: no-repeat;
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-hovered, .s-rating-stars-selected{
  fill: black;
}
.store-footer{
  background-color: white;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}