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: #FFFFFF;
}
section:nth-of-type(3) {
max-width: 600px;
}
@media (max-width: 768px) {
.s-slider-block__title h2{
font-size: 1.5rem !important;
}
section:nth-of-type(3) div{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.banner-entry{
height: 150px;
}
}
.s-product-card-entry{
padding: 10px;
    margin: 5px;
    box-shadow: 0 0 10px black;
    height: 97%;
}
.s-button-primary-outline{
background: linear-gradient(90deg, rgba(1, 86, 239, 1) 50%, rgba(81, 154, 235, 1) 100%);
color: white;
}
.s-button-primary-outline:hover{
background: linear-gradient(90deg, rgba(1, 86, 239, 1) 50%, rgba(81, 154, 235, 1) 100%);
color: white;
opacity: 1;
}
.store-footer__inner{
background: linear-gradient(90deg, rgba(1, 86, 239, 1) 50%, rgba(81, 154, 235, 1) 100%);
color: white;
}
.footer-is-light .store-footer{
background: linear-gradient(90deg, rgba(1, 86, 239, 1) 50%, rgba(81, 154, 235, 1) 100%);
color: white;
}
.copyright-text p{
color: white;
}
.s-slider-block__title h2{
font-size: 2rem;
}