/**
 * Trang sản phẩm (san-pham) — gộp style mô-đun cosmetic (danh sách, lọc, item).
 */
@import url('../modules/cosmetic/style-backup.css');

/* --- Bộ lọc đa chọn (client san-pham) --- */
.wrap-filter .bf-content .catalog-filter-check {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrap-filter .bf-content .catalog-filter-check li {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.35;
}
.wrap-filter .bf-content .catalog-filter-check label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.wrap-filter .bf-content .catalog-filter-check input[type="checkbox"] {
    margin: 3px 0 0 0;
    flex-shrink: 0;
}
.wrap-filter .bf-content .catalog-filter-check li.catalog-filter-check__item--on label span {
    font-weight: 600;
    color: #0a7a0a;
}
.wrap-filter .bf-content .catalog-filter-check li.catalog-filter-check__item--on {
    background: rgba(10, 122, 10, 0.06);
    border-radius: 2px;
    padding: 2px 4px 2px 0;
    margin-left: -2px;
}

/* Thanh Sắp xếp — gọn, trái, không nền/viền (tiết kiệm chiều cao khu sản phẩm) */
#vnt-main .catalog-toolbar--products {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 10px;
    margin: 0 0 10px 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}
#vnt-main .catalog-toolbar__label {
    margin: 0;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    line-height: 1.2;
}
#vnt-main .catalog-toolbar__select {
    width: auto;
    min-width: 130px;
    max-width: 200px;
    height: 32px;
    padding: 2px 8px;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
}
