/* Hero son düzenleme */
.hero-collection h1{
  font-size:clamp(28px, 3.2vw, 44px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.8px !important;
}
.hero-collection-subtitle{
  font-size:clamp(18px, 1.7vw, 24px) !important;
  line-height:1.2 !important;
  margin-bottom:14px !important;
}
.hero-collection-desc{
  font-size:15px !important;
  line-height:1.65 !important;
  max-width:520px !important;
}
.hero-image-badge,
.hero-image-dots{
  display:none !important;
}
@media(max-width:760px){
  .hero-collection h1{
    font-size:24px !important;
    line-height:1.12 !important;
  }
  .hero-collection-subtitle{
    font-size:16px !important;
  }
  .hero-collection-desc{
    font-size:14px !important;
  }
}
