<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Product-Page:Variations */

.obs-product-price-sale {
    text-decoration: line-through;
}

.obs-product-price {
    font-size: 150%;
    color: black;
}

select.obs-product-variations-dropdown option:disabled {
    color: silver;
    text-decoration: line-through;
}

select.obs-product-variations-dropdown option {
    color: black;
}
</pre></body></html>