:root{
    --clr-price-neutral-200 : rgba(67,67,71,0.52);
}
.badge-discount{
    color: #fff;
    background-color: #CAAD79;

    font-family: "Inter", sans-serif;
    min-width: 40px;
    font-size: 0.75rem;
    border-radius: 0.33em;
    padding: 0.3em 1em;
}

.product-discount{
    display: inline-block;
    vertical-align: middle;
}

.regular-price{
    font-size: 1.25rem;
    color:var( --clr-price-neutral-200);
}

.product-price,
.has-discount.product-price,
.product-prices .product-price .current-price .current-price-value{
    font-size: 1.687rem;
    color:#000000;
}

.product-prices .product-price .current-price{
    margin-bottom:0;
}

.product-prices .price-dicount,
.product-prices .product-discount,
.product-prices .product-price,
.product-prices .price-ecotax
{
    margin-bottom: 5px;
}


.current-price .current-price-value .price_tax_mod{
    vertical-align: super;
    font-size: 0.53em;
}

.price-ecotax{
    font-size: 0.9375rem;
    font-weight:bold;
    color: var( --clr-price-neutral-200);
}

.price-ecotax a{
    color: var( --clr-price-neutral-200);
    text-decoration: underline;
}