/* Add custom CSS styles below */ 

section:nth-child(2 of .s-block--fixed-banner){
    max-width:24%;
    margin:auto !important;
    margin-top:30px !important;
}
section:nth-child(2 of .s-block--fixed-banner) img{
   
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin:0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    margin:0;
    max-width:100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container a{
     width:100%;
}

.s-block--banners .grid {
    grid-template-columns: repeat(5, 1fr);
}

.s-block--banners .banner-entry {
    height: 300px;
}
.s-block--banners div.grid a {
    background-color:transparent !important;
}
.store-footer .items-center  a,.store-footer .items-center  p{
    color:white !important;
}


@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
        section:nth-child(2 of .s-block--fixed-banner){
    max-width:44%;
    margin:auto !important;
    margin-top:30px !important;
}
}

@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
    section{
    margin-bottom:30px !important;
}
    section:nth-child(2 of .s-block--fixed-banner){
    max-width:44%;
    margin:auto !important;
    margin-top:30px !important;
}
    .s-block--banners .grid {
    grid-template-columns: repeat(6, 1fr);    
}
    .s-block--banners div.grid :nth-child(1 of a){grid-column: 1/3;}
    .s-block--banners div.grid :nth-child(2 of a){grid-column: 3/5;}
    .s-block--banners div.grid :nth-child(3 of a){grid-column: 5/7;}
    .s-block--banners div.grid :nth-child(4 of a){grid-column: 2/4;}
    .s-block--banners div.grid :nth-child(5 of a){grid-column: 4/6;}
}


.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

.store-footer__inner
 {background-color: #00424f;
 
 }
 .store-footer {
 background-color: rgb(0 66 79);
 
 }