.ps_categorytree .accordion--category {
    overflow-y: auto;
    max-height: 600px;
}

.page-title-section .sku_title{
    background-color: var(--ec-border-tag-product-primary);
    color: #fff;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.subtitle_line{
    color: var(--ec-border-tag-product-primary) !important;
}
.category-tree__child .category-tree__list[data-depth="0"]>.category-tree__item>.category-tree__item__header .category-tree__item__link{
    font-weight: 400 !important;
}