.promo-banner {
  display: flex;
  align-items: center;
  border: 1px solid #4caf90;
  background: #f0faf7;
  padding: 12px;
  margin-top: 16px;
  border-radius: 14px;
  max-width: 568px;
}

.promo-banner .product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 14px;
}

.promo-banner .promo-text {
  margin-left: 16px;
}

.promo-banner .promo-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.promo-banner .promo-text p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.promo-banner .highlight {
  color: #2e7d66;
  font-weight: bold;
}
