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) div {
 max-width: 600px;
}
section:nth-of-type(3) div {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.two-row .banner-entry:first-child{
grid-row: span 1 / span 1;
}
.banner--fixed img, .banner-entry{
background-color: transparent;
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .banner-entry.square-photos {
    height: 190px !important;
    flex-basis: 190px;
  }
  section:nth-of-type(3) div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (max-width:425px) {
  .banner-entry.square-photos {
    height: 125px !important;
    flex-basis: 140px;
  }
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}

.s-product-card-entry{
height: 95%;
    margin: 5px;
    box-shadow: 0 0 10px black;
}
.s-button-primary-outline{
background-color: #95c83f;
    color: white;
}
.s-button-primary-outline:hover{
background-color: #95c83f;
    color: white;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header{
font-size: 1.90rem;
background-image: url(https://l.top4top.io/p_3607kzeyy1.png);
    padding: 0 78px;
    background-repeat: no-repeat;
}
.s-reviews-testimonial{
background-color: #95c83f;
        color: white;
}
.s-rating-stars-hovered, .s-rating-stars-selected {
    fill: #ffffff;
}
.s-reviews-testimonial__icon svg{
fill: #ffffff;
}
.footer-is-light .store-footer .store-footer__inner{
background-color: #95c83f;
 color: white;
}