.categorySwiper .swiper-slide {
    width: auto !important;
}
.categorySwiper .nav-link {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
}
.categorySwiper .nav-link.active {
    background: #000;
    color: #fff;
}

/* Arrows */
.category-prev, .category-next {
    width: 25px;
    height: 25px;
    background: #b10019;
    border-radius: 50%;
    top: 7%;
    transform: translateY(-50%);
}
.category-prev::after, .category-next::after {
    font-size: 14px;
    color: #fff;
}
