/* Add custom CSS styles below */ 
section.LA_limited-time-offers.my-5 {
    background-color:#B99A7B;
}
.my-10 .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media(max-width:768px){
    .my-10 .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.store-footer__inner img ,
.store-footer__inner svg ,
.store-footer__inner input {
     filter: brightness(0) invert(1);
}
.store-footer__inner i{
    color:black !important;
}