.banner {
    border-radius: .5rem;
    height: 9.3rem;
    width: 100%;
    max-width: 100%;
    min-height: 9.3rem;
    max-height: 9.3rem;
    background-color: var(--bs-secondary-background);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-categories  {
    /*overflow: hidden;*/
}
.swiper-categories .category {
    text-align: center;
}

.swiper-categories .category .icon{
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    background-size: 44%;
    background-position: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
}

.swiper-categories .category .icon-catalog{
    background-image: url("/cdn/img/cats/cat.webp");
}


.swiper-categories .category .label {
    font-size: .8rem;
}