@media screen and (min-width: 750px) {
    .medium-up--one-sixth {
        width: 100%;
        padding-left: 0
    }

    .grid__item {
        padding: 0 16px;
        padding-bottom: 20px;
        position: relative
    }

    .grid__item .opinew-no-reviews-stars-plugin {
        font-weight: 400;
        font-size: 14px
    }

    .grid__item .opinew-no-reviews-stars-plugin b {
        font-weight: 400
    }

    .grid__item .control-box {
        position: absolute;
        right: 16px;
        bottom: 20px;
        display: flex;
        gap: 8px
    }

    .grid__item .control-box .add-to-cart {
        cursor: pointer;
        background-color: #f4f4f4;
        display: flex;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all .4s
    }

    .grid__item .control-box .add-to-cart:hover {
        background-color: #ddd
    }

    .grid__item .control-box .add-to-cart .svg-box svg {
        display: block;
        width: 15px;
        height: 17px
    }

    .grid__item .control-box .add-compare {
        text-transform: uppercase;
        cursor: pointer;
        padding: 13px 12px;
        background-color: #f4f4f4;
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
        border-radius: 1000px
    }

    .grid__item .control-box .add-compare:hover {
        background-color: #ddd
    }

    .grid__item .grid-product__content {
        /* margin: 0 -16px; */
        margin-bottom: 9px
    }

    .grid__item .grid-product__price {
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        margin-top: 0
    }

    .grid-product__content {
        margin-bottom: 12px
    }

    .color-swatch--small {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        margin-left: 0;
        margin-bottom: 0;
        box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0);
        border: 2px solid #fff;
        box-sizing: content-box;
        margin-right: 6px
    }

    .color-swatch--small:hover {
        box-shadow: 0px 0px 0px 2px #ccc
    }

    .color-swatch--small::before {
        border: 0
    }

    .grid-product__title {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        line-height: 21px;
        margin-top: 12px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 42px
    }


    .opinew-stars-plugin-link {
        text-align: left
    }

    .opinew-stars-plugin-link .stars-color:before {
        color: var(--niu-red)
    }

    .compare-list-box {
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        transition: all .5s
    }

    .compare-list-box .container {
        display: flex;
        align-items: center
    }

    .compare-list-box .container .product-list {
        display: flex;
        flex: 1;
        gap: 15px;
        align-items: center
    }

    .compare-list-box .container .product-list .item {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .compare-list-box .container .product-list .item .img-box {
        flex-shrink: 0;
        position: relative
    }

    .compare-list-box .container .product-list .item .img-box img {
        width: 80px;
        height: 80px
    }

    .compare-list-box .container .product-list .item .img-box .close-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        border-radius: 1000px;
        background-color: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .compare-list-box .container .product-list .item .contents-box {
        display: flex;
        flex-direction: column
    }

    .compare-list-box .container .product-list .item .contents-box .product-name {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }

    .compare-list-box .container .product-list .item .contents-box .price {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        color: #333
    }

    .compare-list-box .container .select-info-box {
        display: flex;
        gap: 57px;
        align-items: center
    }

    .compare-list-box .container .select-info-box .select-number {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px
    }

    .compare-list-box .container .select-info-box .butt {
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        background-color: #333;
        color: #fff;
        transition: all .4s;
        border-radius: 4px;
        padding: 16px 58px
    }

    .compare-list-box .container .select-info-box .butt:hover {
        background-color: #555
    }

    .show-compare {
        transform: translateY(0)
    }
}

@media screen and (max-width: 750px) {
    .medium-up--one-sixth {
        width: 100%;
        padding-left: 0
    }

    .grid__item {
        padding: 0 16px;
        padding-bottom: 20px;
        position: relative
    }

    .grid__item .opinew-no-reviews-stars-plugin {
        font-weight: 400;
        font-size: 12px
    }

    .grid__item .opinew-no-reviews-stars-plugin b {
        font-weight: 400
    }

    .grid__item .control-box {
        margin-top: 12px;
        display: flex;
        gap: 8px
    }

    .grid__item .control-box .add-to-cart {
        cursor: pointer;
        background-color: #f4f4f4;
        display: flex;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }

    .grid__item .control-box .add-to-cart .svg-box svg {
        display: block;
        width: 15px;
        height: 17px
    }

    .grid__item .control-box .add-compare {
        text-transform: uppercase;
        cursor: pointer;
        padding: 13px 12px;
        background-color: #f4f4f4;
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
        border-radius: 1000px
    }

    .grid__item .grid-product__content {
/*         margin: 0 -16px; */
        margin-bottom: 12px
    }

    .grid__item .grid-product__price {
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        display: flex;
        flex-direction: row-reverse;
        gap: 4px;
        align-items: flex-end;
        justify-content: flex-end
    }

    .grid-product__content {
        margin-bottom: 12px
    }

    .color-swatch--small {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        margin-left: 0
    }

    .color-swatch--small::before {
        border: 0
    }

    .grid-product__title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1;
        margin-top: 4px;
        margin-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .grid-product-describe {
        display: none
    }

    .opinew-stars-plugin-link {
        text-align: left
    }

    .opinew-stars-plugin-link .stars-color:before {
        color: var(--niu-red)
    }

    .opinew-stars-plugin-link .opw-noci:before {
        width: 12px;
        height: 12px;
        font-size: 12px
    }

    .compare-list-box {
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        transition: all .5s
    }

    .compare-list-box .container {
        display: flex;
        align-items: center
    }

    .compare-list-box .container .product-list {
        display: flex;
        flex: 1;
        gap: 15px;
        align-items: center
    }

    .compare-list-box .container .product-list .item {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .compare-list-box .container .product-list .item .img-box {
        flex-shrink: 0;
        position: relative
    }

    .compare-list-box .container .product-list .item .img-box img {
        width: 80px;
        height: 80px
    }

    .compare-list-box .container .product-list .item .img-box .close-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        border-radius: 1000px;
        background-color: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .compare-list-box .container .product-list .item .contents-box {
        display: flex;
        flex-direction: column
    }

    .compare-list-box .container .product-list .item .contents-box .product-name {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }

    .compare-list-box .container .product-list .item .contents-box .price {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        color: #333
    }

    .compare-list-box .container .select-info-box {
        display: flex;
        gap: 57px;
        align-items: center
    }

    .compare-list-box .container .select-info-box .select-number {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px
    }

    .compare-list-box .container .select-info-box .butt {
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        background-color: #333;
        color: #fff;
        transition: all .4s;
        border-radius: 4px;
        padding: 16px 58px
    }

    .compare-list-box .container .select-info-box .butt:hover {
        background-color: #555
    }

    .show-compare {
        transform: translateY(0)
    }
}

/*# sourceMappingURL=collection-products.min.css.map */