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

.price-clean h4 sup {
    font-size: 23px;
    top: 11px;
    font-weight: bold !important;
}

@media (max-width: 1200px) {
    .price-clean h4 sup {
        font-size: 20px !important;
        top: 18px !important;
    }

}

@media (max-width: 768px) {
	.price-clean h4 sup {
		font-size: 18px !important;
		top: 20px !important;
	}

}

@media (max-width: 480px) {
	.price-clean h4 sup {
		font-size: 16px !important;
		top: 8px !important;
	}

}</pre></body></html>