
/* NAGARA v40 — Turkish COLLECTIONS title responsive fit */
.collections-page .collections-hero__title{
  grid-column:1 / 13!important;
  width:100%!important;
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:visible!important;
  font-size:clamp(4.9rem,10.75vw,11.7rem)!important;
  line-height:.79!important;
  letter-spacing:-.048em!important;
  text-wrap:nowrap!important;
}

@media (max-width:1200px){
  .collections-page .collections-hero__title{
    font-size:10.55vw!important;
    letter-spacing:-.052em!important;
  }
}

@media (max-width:991px){
  .collections-page .collections-hero__title{
    font-size:10.25vw!important;
    letter-spacing:-.055em!important;
  }
}

@media (max-width:767px){
  .collections-page .collections-hero__contain{
    padding-left:1rem!important;
    padding-right:1rem!important;
  }
  .collections-page .collections-hero__title{
    font-size:10.1vw!important;
    letter-spacing:-.058em!important;
    line-height:.82!important;
  }
  .collections-page .collections-hero__meta{
    gap:1rem!important;
    flex-wrap:wrap!important;
  }
}

@media (max-width:479px){
  .collections-page .collections-hero__title{
    font-size:9.85vw!important;
    letter-spacing:-.06em!important;
  }
}
