.sp-price {
    font-weight: 700;
    font-size: 18px;
}

.variable .sp-price {
    font-size: 17px;
}

.sp-price__tax {
    font-size: 0.65em;
    font-weight: 300;
}

.sp-price del {
    color: #797979;
}

.sp-price ins {
    text-decoration: none;
    color: #ea6a6a;
}

@media (min-width: 768px) {
    .sp-price {
        font-size: 22px;
    }

    .variable .sp-price {
        font-size: 19px;
    }
}