.myntra-page .hero-badge{
  background:#ff3f6c;
  color:#fff;
}

.myntra-page .amazon-hero-elite h1 span{
  color:#ff3f6c;
}

.myntra-trend{
  padding:100px 8%;
  background:#fff0f3;
}

.trend-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:40px;
}

.trend-card{
  padding:40px;
  text-align:center;
  background:white;
  border-radius:16px;
  font-weight:600;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.myntra-page .problem-card::before{
  background:linear-gradient(90deg,#ff3f6c,#ff8fab);
}

.myntra-page .btn{
  background:#ff3f6c;
  color:white;
}

.myntra-page .btn:hover{
  background:#e6365f;
}