.wg-product-price {
    font-family: "Inter";
    font-weight: bold;
    height: fit-content;
    font-size: 14px;
    width: 100%;
    text-align: right;
    padding: 0;
    line-height: 14px;
    color: black;
}

.wg-product-price .sale-price {
    color: #D73F30;
}

.wg-product-price .regular-price {
    color: #CCCCCC;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 5px;
}

@media (min-width: 762px) {
    .wg-product-price {
        font-size: 16px;
    }
}