.product-price{display:flex;flex-direction:column;gap:.5em;line-height:1}.product-price ins{border:none}.product-price del{font-size:.75em;opacity:1;color:var(--color-grey-dark)}.product-price .value,.product-price .worth{display:flex;gap:.5em;align-items:flex-end}.product-price .worth.hidden{display:none}.product-price .worth>span{font-size:.75em}.product-price .worth>span.worth-price{opacity:1;color:var(--color-grey-dark)}.product-price .worth>span.worth-savings{font-family:NunitoDisplay,arial,sans-serif;font-weight:400;color:#a59065}



.card-product__price .product-price:has(span.compare) span.price[itemprop="price"] {
    color: #e91e3f !important;
}

.card-product__price .product-price .value {
    flex-direction: row-reverse;
    justify-content: flex-end;
}