<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-container {
  margin-top: 25px !important;
}

.btn-primary {
  background-color: #1616D3;
  color: white !important;
}
.btn-primary:hover {
  background-color: #17d947 !important;
  color: white;
}

.form-group {
  margin: 0 !important;
}

.carousel-indicators img {
  height: 100px;
}

.color-danger {
  text-decoration-line: line-through;
}

#carousel-product {
  position: relative;
}

#discount-badge {
  background-color: orangered;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  margin: auto;
  padding: 25px 0px;
  font-weight: bold;
  font-size: 30px;
  rotate: 30deg;
}
#discount-badge span {
  font-size: 12px;
  display: block;
}
</pre></body></html>