<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --primary: #058cff;
  --primary-dark: #0580ff;
}
.stock-cell {
  font-weight: bold;
  color: red;
}
.product-total-text:after {
  font-weight: bold;
  color: #34d22f;
}
.price-novat {
  font-weight: bold;
  color: #34d22f;
}
.product-common-price-text {
  font-weight: bold;
}
.price-normal {
  font-weight: bold;
}
.price-vat:after {
  content: "s DPH";
  font-size: 20px;
}
#site_logo {
 width: 380px; 
}
.top-bar-content {
  margin: 10px;
  }
/*NedostupnÃ© produkty*/
.product-watchdog:before {
  content: "VypredanÃ©";
  padding: 10px;
  color: red;
  font-weight: bold;
  
}
html body #page .price-value.def_color &gt; span {
	color: red;
}
.stock-cell {
	color: green;
}</pre></body></html>