section:nth-of-type(1) .container{
max-width: unset;
    padding: unset;
}
section:nth-of-type(1){
margin: unset;
}
section:nth-of-type(2) .container{
max-width: 600px;
}
.container >a>img{
background-color: transparent;
}
.banner--fixed img, .banner-entry{
background: transparent;
}
body{
background-color: #F5F5F5;
}
section:nth-of-type(3) {
max-width: 600px;
}
.s-product-card-entry{
height: 98%;
padding: 10px;
box-shadow: 0 0 10px black;
margin: 5px;
}
.s-button-primary-outline{
background-color: #68A190;
    color: white;
}
.s-button-primary-outline:hover{
background-color: #68A190;
    color: white;
        opacity: 1;
}
.s-reviews-testimonial{
background-image:
 linear-gradient(90deg, rgba(104, 161, 144, 1) 47%, rgba(63, 101, 89, 1) 100%);
 color: white;
}
.s-rating-stars-hovered, .s-rating-stars-selected{
fill: white;
}
.s-reviews-testimonial__icon svg{
fill: white;
}
.s-reviews-header-wrapper{
justify-content: center;
}
.s-reviews-header{
font-size: 35px;
    background-image: url(https://l.top4top.io/p_35978cxm61.png);
    padding: 0 70px;
    background-repeat: no-repeat;
}

.s-slider-block__title h2{
font-size: 1.5rem;
border-bottom: 1px solid black;
    padding-bottom: 15px;
}
.store-footer__inner{
background-image:
 linear-gradient(90deg, rgba(104, 161, 144, 1) 47%, rgba(63, 101, 89, 1) 100%);
 color: white
}
@media (max-width: 425px) {
section:nth-of-type(3) div{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.banner-entry{
height: 100px;
}
}
@media (min-width: 426px) and (max-width: 768px){
section:nth-of-type(3) div{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.banner-entry{
height: 100px;
}
section:nth-of-type(3){
max-width: 350px;
margin-top: 1rem;
}
}