.sl-section{ padding:5rem 0; }
@media screen and (min-width:750px){ .sl-section{ padding:8rem 0; } }

.sl-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:2rem;
  margin-bottom:2.4rem;
  flex-wrap:wrap;
}
.sl-section__heading{
  font-size:clamp(2.6rem, 4vw, 3.8rem);
  margin-top:.8rem;
}
.sl-section__head-cta{ flex:none; }

.sl-tabs{ margin-bottom:2.8rem; }

.sl-new-arrivals__grid > div[hidden]{ display:none; }
