/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 01 2026 | 12:15:09 */
.price-block {
    text-align: center;
}

.price-title {
    font-size: 20px;
    color: var(--e-global-color-text);
    margin-bottom: 10px;
    font-weight: 800;
}

.old-price {
    font-size: 24px;
    color: var(--e-global-color-text);
    text-decoration: line-through;
    font-weight: 600;
}

.new-price {
    font-size: 55px;
    color: var(--e-global-color-b04fdf4)  
;
    font-weight: 800;
}

.currency {
    margin-left: 10px;
}