.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}