.category-section h2 {
    color: #4a5568 !important;
    font-size: 1.75rem;
}

.category-name {
    color: #4a5568;
    font-weight: 400 !important;
}

.item-count {
    color: #a0aec0 !important;
}

.category-img-wrapper img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.05);
    overflow: hidden;
}

.nav-arrows .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    border-color: #e2e8f0;
    color: #cbd5e0;
}

.nav-arrows .btn:hover {
    background-color: #f7fafc;
    border-color: #cbd5e0;
    color: #4a5568;
}

.icon-angle-right::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.owl-item.active {
    margin-right: 24px !important;
}

.owl-carousel .owl-item img {
    display: block;
    border-radius: 7px;
    width: 100%;
}

.owl-carousel .owl-stage {
    margin-top: 19px;
}

@media (max-width: 576px) {
    .category-section h2 {
        font-size: 21px;
    }

    .nav-arrows {
        display: flex;
        margin-top: 12px;
        margin-bottom: -12px;
    }

    .category-section p {
        font-size: 13px;
    }
    .category-section {
        padding-top: 20px !important;
    }
    .d-flex.justify-content-between.align-items-end.mb-4 {
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
        flex-wrap: wrap;
    }

}