.price-regular {
    color: #888;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.price-sale {
    color: #e53e3e;
    font-weight: bold;
    font-size: 1.25rem;
}