/* Align regular (struck-through) price better with sale price */
.woocommerce div.product p.price del {
    vertical-align: baseline;
    position: relative;
    top: 2px; /* tweak this value as needed — try 2px to 4px */
    font-size: 20px;
}
