section:nth-of-type(1) {
    margin: 0;
}
section:nth-of-type(1) .container{
       max-width: unset;
    padding: unset;
}
.banner--fixed img, .banner-entry {
background-color: transparent;
}
section:nth-of-type(2){
   margin-top: 5em !important;
}
section:nth-of-type(2) .container{
max-width: 600px;
}
section:nth-of-type(3) div{
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.s-product-card-entry{
    box-shadow: 0 0 10px black;
    padding: 10px;
    margin: 5px;
    height: 95%;
}
.s-reviews-testimonial{

background-image: linear-gradient(to right,#8465a6, #d48eb0);
color: white;
}
.s-rating-stars-small svg{
height: 1rem;
    width: 1rem;
    fill: white;
}
.s-reviews-testimonial__icon svg{
   fill: white;
}
.store-footer__inner{
background-image: linear-gradient(to right,#8465a6, #d48eb0);
color: white;
border-bottom: none;
}
.s-button-primary-outline{
background-image: linear-gradient(to right,#8465a6, #d48eb0);
    color: white;
}
.s-button-primary-outline:hover{
background-image: linear-gradient(to right,#8465a6, #d48eb0);
    color: white;
    opacity: 1;
}

@media(max-width:375px){
section:nth-of-type(2){
margin-top: 2rem  !important;
}
section:nth-of-type(3) div a{
flex-basis: 90px;
        height: 100px;
}
section:nth-of-type(3) div{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}

.banner-entry square-photos{
flex-basis: 90px;
        height: 100px;
}
/*
.two-row .banner-entry:first-child{
padding: 60px;

}*/
section:nth-of-type(3){
margin-top: 1rem;
}
.two-row .banner-entry:first-child{
height: 100px;
} 

}

@media(min-width:376px) and (max-width:425px){
section:nth-of-type(2){
margin-top: 2rem  !important;
}
section:nth-of-type(3) div a{
flex-basis: 110px;
        height: 100px;
}
section:nth-of-type(3) div{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}

.banner-entry square-photos{
flex-basis: 110px;
        height: 100px;
}
/*
.two-row .banner-entry:first-child{
padding: 60px;

}*/
section:nth-of-type(3){
margin-top: 1rem;
}
.two-row .banner-entry:first-child{
height: 100px;
} 

}

@media(min-width:426px) and (max-width:768px){
section:nth-of-type(3) div a{
flex-basis: 180px;
        height: 200px;
}
section:nth-of-type(3) div{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}

.banner-entry square-photos{
flex-basis: 180px;
        height: 200px;
}
/*
.two-row .banner-entry:first-child{
padding: 60px;

}*/
section:nth-of-type(3){
margin-top: 1rem;
}
.two-row .banner-entry:first-child{
height:200px;
} 

}
@media(min-width:769px){
.two-row .banner-entry:first-child{
height:200px;
}
}
.s-reviews-header-wrapper{
justify-content: center;
}
.s-reviews-header{
font-size: 38px;
background-image: url(https://f.top4top.io/p_3595d6ttf1.png);
    background-repeat: no-repeat;
    padding: 0 70px;
}

.s-slider-block__title-right{
border-bottom:1px solid #000;
padding-bottom:0.5rem;
}