/*
 * ----------------
 * Style price html
 * ----------------
 */

span.dee-price {

    line-height: 1em;

}

span.dee-price.norm-price {

    font-weight: 700;

}

del.dee-price.regular-price,
span.dee-price.excl-tax {

    font-size: 0.75em;

    color: var( --color-pearlgray );

}
