/* Add custom CSS styles below */ 
.offer-bar-preview29096.hideOnMobilePlugin.blockMobile29096.blockDesktop29096 {
    background: #ecdbd5 !important;
}
@media (min-width:768px){
  .al-categories .category_card {
    width: 17%;
}
  .al-categories  .grid.grid-cols-2.md\:grid-cols-4 {
    display: flex;
    justify-content: center;
}
}
@media (max-width:768px){
.store-footer__inner * {
    text-align: center !important;
        margin-inline: auto;
}
.store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}
}