body {
    background-color: #F5F5F5;
}
section:nth-of-type(1){
margin: 0;
}
section:nth-of-type(1) .container{
margin: 0;
    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)> div{
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.two-row .banner-entry:first-child{
        grid-row: span 1 / span 1;
}
@media(max-width: 768px){
section:nth-of-type(3)> div{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.banner-entry{
height: 100px;
}
ction:nth-of-type(3) {
margin-top: 1rem;
}
}
.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-reviews-testimonial__icon svg{
fill: white;
}
.s-rating-stars-hovered, .s-rating-stars-selected{
fill: white;
}
.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_360325mnf1.png);
    padding: 0 88px;
    background-repeat: no-repeat;
}
.s-reviews-header-wrapper{
justify-content:center ;
}
.s-slider-block__title h2{
border-bottom: 1px solid black;
    padding-bottom: 19px;
    font-size: 1.90rem;
}