.category-top {
    display: flex;
    flex-direction: column;
}

.category-top .category-title {
    order: 1;
}

.category-top .subcategories {
    order: 2;
}

.category-top > h4 {
    order: 3;
    display: block !important;
}

.category-top .category-perex {
    order: 5;
}

#productsTop {
    display: flex !important;
    margin-bottom: 10px;
    order: 4;
}

#productsTop .p-in-in {
    padding-right: 0;
}

#productsTop .p-in-in .name {
    padding: 0;
    height: auto !important;
    margin-bottom: 8px;
}

#productsTop .p-in-in .ratings-wrapper {
    margin-bottom: 8px;
}

#productsTop .p-in-in .ratings-wrapper .availability span {
    font-size: 14px;
}

:where(body.ums_a11y_category_page--off) .products-inline.products-top>div.button-wrapper, :where(body.ums_a11y_category_page--off) .products-inline.products-top>div {
    display: block !important;
}