.ws-product-category-page {
    background: #f3f4f6;
    padding-top: 10px;
}

.ws-product-category-title {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.12;
    color: #b4232a;
    font-weight: 700;
}

.ws-product-category-tags {
    margin-bottom: 16px;
}

.ws-product-category-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.ws-product-category-sort {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.ws-product-category-sort__label {
    color: #374151;
    font-size: 14px;
    font-weight: 500;
}

.ws-product-category-sort__item {
    color: #374151;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.ws-product-category-sort__item:not(:last-child)::after {
    content: " ·";
    color: #9ca3af;
    margin: 0 6px;
}

.ws-product-category-sort__item.is-active {
    color: #b4232a;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .ws-product-category-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .ws-product-category-page {
        padding-top: 14px;
    }

    .ws-product-category-title {
        font-size: 28px;
    }

    .ws-product-category-sort {
        padding: 12px 14px;
    }

    .ws-product-category-sort__label {
        font-size: 15px;
    }

    .ws-product-category-sort__item {
        font-size: 15px;
    }

}
