/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
    .lg\:rtl\:ml-8:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0rem;
    }
}.store-header .main-menu li > a {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem;
    font-size: .65rem;
    
}
#promo-images-8 .bg-black\/40 { display: none; }

@media (min-width: 1024px) {
    #promo-images-8 .lg\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}