.nb-active-price {
    color: var(--nb-product-active-price-color);
    text-decoration: var(--nb-product-active-price-decoration);
}

.nb-active-price.nb-active-price-with-discount {
    color: var(--nb-product-active-price-with-discount-color);
}

.nb-active-price.nb-active-price-xs {
    font-size: var(--nb-product-active-price-font-size-xs);
    line-height: var(--nb-product-active-price-line-height-xs);
    font-weight: var(--nb-product-active-price-font-weight-xs);
}

.nb-active-price.nb-active-price-s {
    font-size: var(--nb-product-active-price-font-size-s);
    line-height: var(--nb-product-active-price-line-height-s);
    font-weight: var(--nb-product-active-price-font-weight-s);
}

.nb-active-price.nb-active-price-m {
    font-size: var(--nb-product-active-price-font-size-m);
    line-height: var(--nb-product-active-price-line-height-m);
    font-weight: var(--nb-product-active-price-font-weight-m);
}

.nb-active-price.nb-active-price-l {
    font-size: var(--nb-product-active-price-font-size-l);
    line-height: var(--nb-product-active-price-line-height-l);
    font-weight: var(--nb-product-active-price-font-weight-l);
}