#display-by-category {
    @media screen and (min-width: 480px) {
        .swiper-button-next, .swiper-button-prev {
            display: block;
            position: absolute;
            top: 50%;
        }

        .swiper-button-next {
            right: 20px;
        }

        .swiper-button-prev {
            left: 20px;
        }

        .swiper-button-next, .swiper-button-prev {
            margin-top: -15px;
            z-index: 10;
            cursor: pointer;
            background-size: 30px 30px;
            background-position: center;
            background-repeat: no-repeat;
        }
    }
    .category-products{
        padding: 0 189px 0 189px;
    }

    @media screen and (max-width: 480px) {
        .category-products {
            padding: 0;
            .swiper-slide {
                width: auto;
            }

            .swiper-navigation-button {
                margin-top: 65px;
            }
        }
    }

    @media screen and (min-width: 480px) {
        .category-products {
            .swiper-slide {
                /*width: 332px !important;*/
                /*height: 487px !important;*/
                height: auto;
                .product-miniature, .js-product product{
                    height: 100% !important;
                }
            }
        }
    }

    .category-links ul {
        display: flex;
        gap: 20px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .category-links li {
        min-width: 160px;
    }

    .category-links a, .category-links a h3{
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .category-links a{
        padding: 10px 30px;
        color: rgba(235, 105, 9, 1);
        border-radius: 30px;
        background-color: #F5F5F5;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .category-links a.active, .category-links a.active h3 {
        color: #fff;
    }
    .category-links a.active{
        background-color: rgba(235, 105, 9, 1);
    }

    .category-links a:hover {
        background-color: rgba(235, 105, 9, 1);
        color: #fff;
    }

    .swiper-navigation-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;

        .swiper-button-prev, .swiper-button-next {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(235, 105, 9, 1);
            border-radius: 50%;
            width: 48px;
            height: 48px;
        }
    }

    .swiper-button-prev svg, .swiper-button-next svg {
        width: 16px !important;
        height: 16px !important;
    }

    .swiper-button-disabled {
        opacity: 0.4;
        cursor: not-allowed;
        background-color: lightgrey !important;
    }

    .swiper-button-lock {
        display: none !important;
    }

    .category-products.swiper-container {
        margin-top: 30px;
        margin-bottom: 80px;
    }
}
