.home-shop-intro {
  max-width: 520px;
  margin: 28px auto 0;
  padding: 24px 12px 0;
  text-align: center;
  border-top: 1px solid #f0e0e8;
}
.home-shop-intro .home-shop-copy {
  color: #555;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 14px;
}
.ls-coupon-contact-hint {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed, #fce7f3);
  border: 1.5px dashed #f59e0b;
  text-align: center;
}
.ls-coupon-contact-text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #78350f;
}
.ls-coupon-contact-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #ec4899);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 4px 14px rgba(236, 72, 153, 0.25);
}
.ls-coupon-contact-btn:hover {
  filter: brightness(1.05);
}
@keyframes ls-track-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.5);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 22px 6px rgba(236, 72, 153, 0.55);
  }
}
.ls-track-ship-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fce7f3, #fff);
  border: 2px solid #ec4899;
  color: #9d174d;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  animation: ls-track-pulse 1.5s ease-in-out infinite;
}
.ls-track-ship-btn i {
  font-size: 42px;
  color: #ec4899;
}
