section:nth-of-type(1) .container{
max-width: unset;
 padding: unset;
}
section:nth-of-type(1) {
margin: 0;
}
.banner--fixed img, .banner-entry{
background-color: transparent;
}
body{
background-color: #FFFFFF;
}
section:nth-of-type(2)>div {
max-width: 600px;
}
section:nth-of-type(3) > div{
grid-template-columns:
 repeat(4, minmax(0, 1fr));
}
.lazy__bg.loaded{
height: 150px;
}
section:nth-of-type(3) {
max-width: 650px;
}
custom-salla-product-card{
padding: 2px;
    box-shadow: 0 0 10px black;
    margin: 5px;
    
}
.s-product-card-entry{
height: 97%;
}
.s-button-primary-outline{
background-image: 
linear-gradient(90deg, rgba(30, 81, 82, 1) 0%, rgba(44, 118, 119, 1) 50%, rgba(30, 81, 82, 1) 100%);
color: white;
opacity: 1;
}

.s-button-primary-outline:hover{
background-image: 
linear-gradient(90deg, rgba(30, 81, 82, 1) 0%, rgba(44, 118, 119, 1) 50%, rgba(30, 81, 82, 1) 100%);
color: white;
opacity: 1;
}
.s-button-disabled{
background-image: 
linear-gradient(90deg, rgba(30, 81, 82, 1) 0%, rgba(44, 118, 119, 1) 50%, rgba(30, 81, 82, 1) 100%);
color: white;
opacity: 0.5;
}
#best-offers-3-slider{

    margin: 0 auto;
}
.store-footer__inner,
.store-footer{
   background-color: #1E5152 !important;
    color: white;
}
.copyright-text p{
color: white;
}
@media  (max-width:425px){
section:nth-of-type(3) > div{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}