section:nth-of-type(1) {
   margin: 0;
}
section:nth-of-type(1) .container{
max-width: unset;
    padding: unset;
}
section:nth-of-type(2) .container{
max-width: 600px;
}
section:nth-of-type(3) div{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.two-row .banner-entry:first-child{
grid-row: span 1 / span 1;
}
.banner--fixed img, .banner-entry{
background-color: transparent;
}
section:nth-of-type(3){
max-width: 750px;
    margin-top: 2rem ;
}
.s-block--fixed-banner+.s-block--fixed-banner {
  margin-top: 4rem ;
}
@media (max-width:768px){
section:nth-of-type(3){
max-width: 450px;
}
.banner-entry{
height: 150px;
}
section:nth-of-type(3) div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s-slider-block__title h2{
font-size: 1.5rem !important;
}
.s-block--fixed-banner+.s-block--fixed-banner {
 margin-top: 2rem;
}
}
.s-product-card-entry{
height: 97%;
padding: 10px;
    margin: 5px;
    box-shadow: 0 0 10px black;
}
.s-button-primary-outline{
background-image: linear-gradient(90deg, rgba(43, 70, 212, 1) 50%, rgba(26, 42, 128, 1) 100%);
    color: white;
}
.s-button-primary-outline:hover{
background-image: linear-gradient(90deg, rgba(43, 70, 212, 1) 50%, rgba(26, 42, 128, 1) 100%);
    color: white;
    opacity: 1;
}
.s-slider-block__title h2{
font-size: 2rem;
}
.footer-is-light .store-footer .store-footer__inner{
background-image: linear-gradient(90deg, rgba(43, 70, 212, 1) 50%, rgba(26, 42, 128, 1) 100%);
    color: white;
}
.footer-is-light .store-footer{
background-image: linear-gradient(90deg, rgba(43, 70, 212, 1) 50%, rgba(26, 42, 128, 1) 100%);
    color: white;
}
.copyright-text p{
color: white;
}
body {
    background-color: white;
}