<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
 
  text-align: center;
  position: relative;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffecec;
  color: #d32f2f;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
}

.product-title {
     font-family:"inter" !important;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 5px;
  color:#000;
}

.price-section {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 10px;
}

.retail-price del {
  color: #888;
}

.save-box {
  margin: 8px 0;
  font-size: 14px;
}

.green-box {
  background: #e0f7e9;
  color: #2e7d32;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
}

.icon-row {
  margin-top: 10px;
}

.icon-row img {
  width: 20px;
  margin: 0 5px;
}

.monthly {
  font-size: 13px;
  color: #333;
  margin-top: 8px;
}
</pre></body></html>