.al-categories .category_card::after {
    background: #8c4b35 !important;
}

@media (max-width: 768px) {
.store-footer * {
    margin: auto;
    text-align: center;
}
.store-footer {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

}
.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: white !important;
    margin: 15px 0;
}
.s-slider-nav-arrow {
    background-color: #8c4b35 !important;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}