<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#timer {
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 3px;
  color: var(--font-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 20px;
  width: -webkit-fill-available;
  text-align: center;
  margin: 0;
}

.deal {
  font-size: 24px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deal p {
  font-size: 30px;
  margin: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.deal-of-day-hr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.deal-block {
  margin-bottom: 20px;
  margin-top: 40px;
}

.deal-product {
  padding: 0px 25px;
}
</pre></body></html>