/* ============================================================
   CF Widget — Product Price
   ============================================================ */

.cw-product-price {
    display: flex;
    flex-direction: column;
}

.cw-product-price__row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.cw-product-price__sale {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.cw-product-price__regular {
    color: #999999;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: line-through;
    margin-left: 12px;
}

.cw-product-price__installments {
    color: #666666;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
}
