/* Add custom CSS styles below */ 
    .banner-entry {
       height:480px;
    }
    @media (max-width:600px){
     .banner-entry {
       height:200px;
    }
    

 section.s-block.s-block--banners .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
    }
    .store-footer__inner.da-bgm {
    background: #091B28;
}

.store-footer ,.store-footer h3 {
    color: #fff;
}