body{
background-color: #F5F5F5;
}
section:nth-of-type(1){
margin:unset;
}
section:nth-of-type(1) .container{
margin: unset;
    padding: unset;
    max-width: unset;
}
section:nth-of-type(2) .container{
max-width:600px;
}
.banner--fixed img, .banner-entry{
background: transparent;
}
section:nth-of-type(3) {
max-width:600px;
margin-top: 2rem;
}
.grid-flow-row{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media(max-width:425px){
section:nth-of-type(3){
height: 80px;
margin-top: 1rem;
}
.banner-entry{
height: 100px;
}
}
.s-product-card-entry{
height: 97%;
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 10px black;
}
.s-button-primary-outline{
background-image:linear-gradient(160deg, rgba(0, 0, 0, 0.99) 0%, rgba(64, 64, 64, 1) 50%);
    color: white;
}
.s-button-primary-outline:hover{
background-image:linear-gradient(160deg, rgba(0, 0, 0, 0.99) 0%, rgba(64, 64, 64, 1) 50%);
    color: white;
    opacity: 1;
}
.s-reviews-testimonial{
background-image:linear-gradient(160deg, rgba(0, 0, 0, 0.99) 0%, rgba(64, 64, 64, 1) 50%);
    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-image:linear-gradient(160deg, rgba(0, 0, 0, 0.99) 0%, rgba(64, 64, 64, 1) 50%);
    color: white;
}
.s-reviews-header{
font-size: 2rem;
background-image: url(https://k.top4top.io/p_3602k0qm41.png);
    padding: 0 87px;
    background-repeat: no-repeat;
}
.s-reviews-header-wrapper{
justify-content: center;
}
.s-slider-block__title h2{
font-size: 2rem;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}