.hero-card {
  background: #ffffff;
  border: 1px solid rgba(12, 107, 77, 0.18);
  box-shadow: 0 24px 70px rgba(7, 46, 33, 0.24);
}

.hero-card > span {
  display: inline-block;
  color: #315047;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-card strong {
  display: inline-block;
  margin-top: 5px;
  color: #075b42;
  line-height: 1;
}

.hero-card p {
  color: #354d45;
  font-weight: 600;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 380px;
}

.product-shot,
.detail-shot,
.cart-thumb {
  background-color: #fff;
}

@media (max-width: 560px) {
  .hero-card p { font-size: 0.98rem; }
}
