﻿.was-currency-symbol {
    font-family: Quicksand, serif;
    font-weight: 700;
    font-size: 13.26px;
    leading-trim: Cap height;
    line-height: 16.58px;
    letter-spacing: 3%;
    text-align: center;
    color: rgba(10, 68, 107, 1);
    opacity: 20%
}

.was-price {
    font-family: Quicksand, serif;
    font-weight: 700;
    font-size: 28.56px;
    leading-trim: Cap height;
    line-height: 35.7px;
    letter-spacing: 3%;
    text-align: center;
    text-decoration: line-through;
    color: rgba(10, 68, 107, 1);
    opacity: 20%
}

.is-price-value {
    font-family: Quicksand, serif;
    font-weight: 700;
    font-size: 28.56px;
    leading-trim: Cap height;
    line-height: 35.7px;
    letter-spacing: 3%;
    text-align: center;
    background: linear-gradient(90deg, #F193FA 0%, #F3586E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.is-currency-symbol {
    font-family: Quicksand, serif;
    font-weight: 700;
    font-size: 13.26px;
    leading-trim: Cap height;
    line-height: 16.58px;
    letter-spacing: 3%;
    text-align: center;
    background: linear-gradient(90deg, #F193FA 0%, #F3586E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}