/* AbstractRealmss T-Shirts New Arrivals cross-category collection page */
.tshirts-new-arrivals-page{background:#030916}
.tshirts-new-arrivals-page .fridge-sub-hero .hero-frame{border-color:rgba(207,215,225,.34);box-shadow:0 30px 90px rgba(0,0,0,.5),0 0 36px rgba(207,215,225,.07)}
.tshirts-new-arrivals-page .fridge-sub-hero .hero-frame img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center center}
.tshirts-new-arrivals-page .designer-card .product-category{color:#4ebaff}
.tshirts-new-arrivals-page .product-type-link{display:inline-flex;margin-top:8px;color:#b9c9dc;font-size:.78rem;font-weight:800;letter-spacing:.02em;text-decoration:none}
.tshirts-new-arrivals-page .product-type-link:hover{color:#fff}
@media(max-width:760px){
 .tshirts-new-arrivals-page .designer-card .product-body{display:flex;flex:1 1 auto;flex-direction:column;min-height:270px;height:auto;padding:12px}
 .tshirts-new-arrivals-page .designer-card .product-category{min-height:2.35em;line-height:1.18}
 .tshirts-new-arrivals-page .designer-card .product-title{min-height:4.15em;margin:7px 0 5px;line-height:1.18;overflow-wrap:anywhere}
 .tshirts-new-arrivals-page .designer-card .rating{min-height:2.2rem;display:flex;align-items:flex-start;align-content:flex-start;flex-wrap:wrap;gap:2px 5px;line-height:1.08}
 .tshirts-new-arrivals-page .designer-card .price-row{flex:0 0 50px;width:100%;margin:5px 0 10px}
 .tshirts-new-arrivals-page .designer-card .view-product{width:100%;min-height:41px;margin-top:auto;margin-bottom:0;box-sizing:border-box}
}

/* Final toolbar and custom sort correction. No hero or animation rules are changed here. */
.tshirts-new-arrivals-page .catalogue-toolbar{
  min-height:0!important;
  height:auto!important;
  padding:16px 18px!important;
  margin:14px 0 28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  overflow:visible!important;
}
.tshirts-new-arrivals-page .catalogue-summary{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:7px!important;
  margin:0!important;
}
.tshirts-new-arrivals-page .catalogue-total{
  display:inline-flex!important;
  width:max-content!important;
  margin:0!important;
}
.tshirts-new-arrivals-page #resultSummary{margin:0!important;line-height:1.3!important}
.tshirts-new-arrivals-page .sort-control{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  width:auto!important;
  margin:0!important;
  color:#f5f7fb!important;
  white-space:nowrap!important;
}
.tshirts-new-arrivals-page .sort-label{
  margin:0!important;
  padding:0!important;
  font-size:1rem!important;
  line-height:1.2!important;
  font-weight:800!important;
  color:#f5f7fb!important;
}
.tshirts-new-arrivals-page .custom-sort{
  position:relative!important;
  width:220px!important;
  flex:0 0 220px!important;
}
.tshirts-new-arrivals-page .custom-sort-trigger{
  width:100%!important;
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:0 14px!important;
  border:1px solid rgba(90,195,255,.48)!important;
  border-radius:10px!important;
  background:#07162b!important;
  color:#f5f7fb!important;
  font-size:.92rem!important;
  font-weight:700!important;
  text-align:left!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.tshirts-new-arrivals-page .custom-sort-trigger:hover{border-color:rgba(90,195,255,.72)!important}
.tshirts-new-arrivals-page .custom-sort-trigger:focus,
.tshirts-new-arrivals-page .custom-sort-trigger:focus-visible,
.tshirts-new-arrivals-page .custom-sort-trigger:active{
  outline:none!important;
  outline-offset:0!important;
  box-shadow:none!important;
  border-color:rgba(90,195,255,.48)!important;
}
.tshirts-new-arrivals-page .custom-sort-chevron{
  font-size:18px!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
  transition:transform .2s ease!important;
}
.tshirts-new-arrivals-page .custom-sort.is-open .custom-sort-chevron{transform:rotate(180deg) translateY(1px)!important}
.tshirts-new-arrivals-page .custom-sort-menu{
  position:absolute!important;
  z-index:1000!important;
  top:calc(100% + 6px)!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  padding:6px!important;
  margin:0!important;
  border:1px solid rgba(90,195,255,.38)!important;
  border-radius:10px!important;
  background:#07162b!important;
  box-shadow:0 18px 42px rgba(0,0,0,.42)!important;
  overflow:hidden!important;
}
.tshirts-new-arrivals-page .custom-sort-menu[hidden]{display:none!important}
.tshirts-new-arrivals-page .custom-sort-menu button{
  display:block!important;
  width:100%!important;
  padding:10px 12px!important;
  border:0!important;
  border-radius:7px!important;
  background:transparent!important;
  color:#f5f7fb!important;
  font-size:.9rem!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-align:left!important;
  cursor:pointer!important;
  outline:none!important;
  box-shadow:none!important;
}
.tshirts-new-arrivals-page .custom-sort-menu button:hover,
.tshirts-new-arrivals-page .custom-sort-menu button:focus,
.tshirts-new-arrivals-page .custom-sort-menu button:focus-visible{
  background:rgba(78,137,236,.25)!important;
  outline:none!important;
  box-shadow:none!important;
}
.tshirts-new-arrivals-page .custom-sort-menu button[aria-selected="true"]{background:#2d5fc2!important}
.tshirts-new-arrivals-page .native-sort-select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:760px){
  .tshirts-new-arrivals-page .catalogue-toolbar{
    align-items:stretch!important;
    flex-direction:column!important;
    gap:14px!important;
    padding:14px!important;
  }
  .tshirts-new-arrivals-page .sort-control{
    width:100%!important;
    justify-content:space-between!important;
  }
  .tshirts-new-arrivals-page .custom-sort{
    width:min(220px,68vw)!important;
    flex:0 1 min(220px,68vw)!important;
  }
}
