.products-wrapper {
    padding-top: 5px;
    display: flex;
    flex-direction: row
}

.products-wrapper-left {
    width: 200px
}

.products-wrapper-right {
    flex: 1;
    margin-left: 10px
}

.products-wrapper .sort-list p {
    cursor: pointer
}

.products-wrapper .sort-list .anticon {
    visibility: collapse
}

.products-wrapper .sort-list .active {
    color: var(--color-primary)
}

.products-wrapper .sort-list .active .anticon {
    visibility: visible
}

.products-wrapper .list .item {
    width: 232px;
    min-height: 332px;
    margin: 10px 20px 0 0
}

.products-wrapper .list .item:nth-child(4n) {
    margin-right: 0
}

.products-wrapper .list .item .img-range {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    display: block
}

.products-wrapper .list .item .img-range .img-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.products-wrapper .list .item .img-range img {
    max-width: 100%;
    max-height: 100%
}

.products-wrapper .list .item .desc {
    min-height: 32px
}

.products-wrapper .list .item .btn-cart {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    line-height: 18px;
    padding: 2px 5px;
    background: #f5f5f5
}

.products-wrapper .list .item .btn-cart:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: var(--color-primary-bg)
}

.products .empty {
    padding: 150px 0
}

.products .price-box {
    position: relative;
    width: 256px;
}

.products .price-box .price {
    position: absolute;
    z-index: 5
}

.products .price-box .action {
    position: absolute;
    z-index: 1;
    top: -6px;
    left: -6px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 37px 5px 5px;
    width: 255px;
    height: 25px;
    box-sizing: content-box;
    display: none
}

.products .price-box .action .link-primary {
    position: absolute;
    left: 7px;
    top: 41px
}

.products .price-box .action .btn {
    position: absolute;
    right: 5px;
    top: 37px
}

.products .price-box:hover .action {
    display: block
}

.products .price-box .ant-input-number-affix-wrapper {
    padding-inline-start:3px}

.products .price-box .ant-input-number-affix-wrapper .ant-input-number-prefix {
    color: #a1a1a1;
    font-size: 12px;
    margin-inline-end:2px}

.filter-ck {
    margin: 0
}

.filter-ck .ant-checkbox {
    transform: scale(.9)
}

.highlight {
    color: red
}
