#pa_size,
#pa_color,
#product-type {
    display: none;
}

body .product-block .product-size ul label span {
    min-width: 36px;
    width: auto;
    padding: 3px 5px;
}


.category-section .category-section__title {
    line-height: 100%;
}

.category-section .category-section__content {
    word-break: break-word;
    width: 40%;
    min-width: 40%;
    @media (width <= 768px) {
        width: 100%;
    }
}


#section-999 .category-section__content {
    width: 50%;
    min-width: 50%;
    @media (width <= 768px) {
        width: 100%;
    }
}

.page-home .visual .visual__title {
    text-shadow: 0 0 2px var(--black);
}

.product-page .product-visual div.swiper {
    --swiper-scrollbar-drag-bg-color: #fff;
    --swiper-navigation-color: #fff;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, .5);
}

.swiper-button-prev, .swiper-button-next {
    text-shadow: 0 0 3px #000;
}