.discount-amount {
  background-color: #fff;
  border-radius: 16px;
  padding: 4px 16px;
  text-transform: uppercase;
}

.discount-badge {
  background-color: #ffe5e6;
  border-radius: 16px;
  color: #b2002d;
  padding: 4px 8px;
  width: -moz-max-content;
  width: max-content;
}

#product-intro {
  width: clamp(300px, 100%, 700px);
}

.product-feature {
  width: clamp(300px, 100%, 700px);
}

.product-cta-card {
  border: 1px solid #ccc;
  border-radius: 18px;
  width: clamp(300px, 100%, 400px);
}

.single-features-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, calc(50% - 1rem)));
  justify-content: center;
}/*# sourceMappingURL=single-product-landing.css.map */