


.productListRow {width: 100%;background: #fff;box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);border-radius: 12px;display: flex;margin: 0!important}
.productListRow-L {position: relative;width: 180px;min-width: 180px;height: 180px}
.productListRow-L {
    margin: 6px 12px 6px 6px;
    border-radius: 6px;
    overflow: hidden;
}
.productListRow-R {display: flex;width: 100%}
.productListRow-RL {width: 100%;padding: 10px 0}
.productListRow-RL a {
    display: inline-block;
    color: #111;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
}


.productListRow-RL .product_stock {
    display: inline-block;
    background: #777;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 6px;
    margin-top: 5px;
}

@media (width >= 600px) {
    .productListRow-RR {
        width: 140px;
        min-width: 140px;
        text-align: right;
        padding: 10px 10px 10px 10px;
    }

    .productListRow-RR {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        align-items: end;
    }
    .productListRow-RR .price {
        font-size: 20px;
        font-weight: 500
    }
}
@media (width < 600px) {
    .productListRow-L {width: 100px;min-width: 100px;height: 100px}
    .productListRow-R {display: block}    
    .productListRow-RR {text-align: left}

    .productListRow-RR {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .productListRow-RL {
        padding-bottom: 0!important;
    }
    .productListRow-RR {
        padding: 0 6px 6px 0;
    }
    .productListRow-RR .price {
        font-size: 18px;
        font-weight: 500
    }
}












.productListRow-RL .product_id,
.productListRow-RL .product_part {
    font-size: 14px;
    color: #777;
}
.productListRow-RL .product_id {
    
}
.productListRow-RL a {
    
}
.productListRow-RL .product_part {
    
}

@media (width < 600px) {
    .productListRow-RL a {
        font-size: 15px;
        line-height: 17px;
        margin: 3px 0;
    }
}











.productTileRow-Top {width: 100%;aspect-ratio: 1/1;position: relative}

.productTileRow-TopOnceImg a {position: absolute;z-index: 1;left: 0;top: 0;width: 100%;height: 100%}

.productTileRow-TopMultyImg img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: 0.3s;opacity: 0}
.productTileRow-TopMultyImg img.active {opacity: 1}
.productTileRow-TopMultyImg .multyLinks {position: absolute;z-index: 4;display: flex;left: 0;top: 0;width: 100%;height: 100%}
.productTileRow-TopMultyImg .multyLinks a {width: 100%}

.productTileRow-TopMultyImg .dots {position: absolute;z-index: 3;left: 0;bottom: 0;width: 100%;height: 5px;display: flex;align-items: center;justify-content: center;gap: 2px}
.productTileRow-TopMultyImg .dots div {height: 1px;width: 5px;background: #999;transition: 0.3s}
.productTileRow-TopMultyImg .dots div.active {width: 9px;background: #333}