body{
  background-color: #F5F5F5;
}

section:nth-of-type(1) .container{

 max-width: unset;
 padding: 0;
}
section:nth-of-type(1).s-block{
margin-top: 0rem;
}
section:nth-of-type(2) .container img{
width: 970px;
    margin: auto;
    background: transparent;
}
section:nth-of-type(3) div{
grid-template-columns: 
repeat(3, minmax(0, 300px));
    justify-content: center;
    align-items: center;
}
section:nth-of-type(3) div a{
 background: transparent;
}
.banner--fixed img, .banner-entry{
 background: transparent;
}
custom-salla-product-card{
 padding: 11px;
    box-shadow: 0px 0px 10px black;
    border-radius: 25px;
}
.swiper ,.s{
 padding: 11px;
}
.s-button-primary-outline {
    background-color: #3d2f26;
    color:white;
}

.s-button-primary-outline:hover {
  background-color: #3d2f26;
    color:white;
    opacity: 1;
}
.s-reviews-header-wrapper{
justify-content: center;
}
.s-reviews-header{
font-size: 38px;
}
.s-reviews-testimonial{
    background-image: linear-gradient(160deg, 
    #3D2F26, #A37E66);
}
.s-reviews-testimonial__icon svg{
    fill: white;
}
.s-reviews-testimonial__text{
color:white;
}

.s-rating-stars-hovered, .s-rating-stars-selected{
fill: white;
}

.store-footer__inner{
    background-image: linear-gradient(160deg, 
    #3D2F26, #A37E66);
    color: white;
}
.store-footer__inner{
border-bottom: 0px;
}

custom-salla-product-card{
margin: 5px;
}
@media (max-width:768px){
.s-block{
margin: 10px 0px;
}

.banner-entry{
margin: 0;
height: 130px;
}
}