.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-variation-price .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
    line-height: 1.5;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-variation-price .price ins {
    text-decoration: none;
    display: inline-block;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-variation-price .price del {
    display: inline-block;
    opacity: 0.7;
}