<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-save-price-container {
  display: inline-block;
}

.product-save-rate {
  color: var(--theme-fire-1);
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}

.product-save-text {
  display:inline-block;
  font-weight: 600;
  padding-left:0;
}

.product-save-text p,
.product-save-text p a {
  font-size: 14px;
  color: var(--theme-fire-1);
  text-align: left;
  margin-bottom: 0;
}

.product-save-text p a {
  text-decoration: underline !important;
}</pre></body></html>