
.category-page{

    display:grid;

    grid-template-rows:58px minmax(0,1fr);

    overflow:hidden;

    padding:0;

    background:#fff;

}

.category-top{

    grid-row:1;

    height:58px;

    display:grid;

    grid-template-columns:52px 1fr 52px;

    align-items:center;

    background:#111;

    color:#fff;

}

.category-top-back{

    width:52px;

    height:58px;

    display:grid;

    place-items:center;

    color:#fff;

    font-size:31px;

    font-weight:300;

    text-decoration:none;

    -webkit-tap-highlight-color:transparent;

}

.category-top-title{

    text-align:center;

    color:#fff;

    font-size:17px;

    font-weight:850;

}

.category-top-space{

    width:52px;

}

.category-scroll{

    grid-row:2;

    min-width:0;

    min-height:0;

    overflow-x:hidden;

    overflow-y:auto;

    overscroll-behavior-y:auto;

    scrollbar-width:none;

    background:#fff;

}

.category-scroll::-webkit-scrollbar{

    display:none;

}

.category-page .sub-category-scroll{

    padding:12px 14px 13px;

    border-bottom:1px solid #eee;

    background:#fff;

}

.category-page .sub-category-chip{

    display:block;

    flex:0 0 auto;

    padding:9px 15px;

    border-radius:20px;

    background:#f2f2f2;

    color:#222;

    font-size:13px;

    font-weight:600;

    text-decoration:none;

    white-space:nowrap;

}

.category-page .sub-category-chip.active{

    background:#111;

    color:#fff;

    font-weight:800;

}

.category-product-section{

    padding-top:18px;

}

.category-result-head{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:15px;

}

.category-result-head strong{

    font-size:20px;

    font-weight:900;

}

.category-sort{

    padding:6px 0;

    border:0;

    background:transparent;

    color:#888;

    font-size:13px;

}


/* CATEGORY_UI_POLISH_V1 */

.category-result-head strong{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

    color:#111;
    font-size:18px;
    font-weight:850;
    letter-spacing:-0.2px;
}

.category-page .sub-category-chip{
    -webkit-tap-highlight-color:transparent;
    transition:
        background-color .14s ease,
        color .14s ease,
        transform .14s ease;
}

.category-page .sub-category-chip.active{
    background:#111;
    color:#fff;
    font-weight:800;
}

.category-page .sub-category-chip:active{
    transform:scale(.97);
}



/* CATEGORY_LAYOUT_COMMIT_V1 */

.category-page .category-products-layout-hold{
    visibility:hidden;
}
