/* KARIGAR 1.26.6 — Curated Collections adaptive single-card layout */
#curated-collections .collection-showcase--single{
  grid-template-columns:minmax(0,1fr)!important;
}
#curated-collections .collection-showcase--single .collection-tile{
  width:100%;
  min-height:clamp(470px,36vw,610px);
}
#curated-collections .collection-showcase--single .collection-tile--image img{
  object-position:center center;
}
#curated-collections .collection-showcase--single .collection-tile-overlay{
  max-width:min(760px,calc(100% - 3rem));
}
#curated-collections .collection-showcase--single .collection-tile-overlay h3{
  font-size:clamp(2.4rem,4.3vw,4.9rem);
  max-width:900px;
}
#curated-collections .collection-showcase--single .collection-tile-overlay p{
  max-width:660px;
  font-size:clamp(.88rem,1vw,1rem);
}
@media(max-width:820px){
  #curated-collections .collection-showcase--single .collection-tile{
    min-height:440px;
  }
  #curated-collections .collection-showcase--single .collection-tile-overlay{
    max-width:none;
  }
  #curated-collections .collection-showcase--single .collection-tile-overlay h3{
    font-size:clamp(2rem,8vw,3rem);
  }
}
@media(max-width:560px){
  #curated-collections .collection-showcase--single .collection-tile{
    min-height:390px;
  }
}
