/* Scrollprise v33.5.14 — corrections from Further correction required as follow(3) */

/* Navigation consistency: these are mobile-only utilities and must never become a stray desktop item. */
.mobile-category-link,
.mobile-swipe-link{display:none!important}
@media(max-width:700px){
  .mobile-category-link,.mobile-swipe-link{display:inline-flex!important}
}

/* Keep Browse all products text perfectly centered inside its pill. */
.site-header .header-button,
.site-header a.header-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1!important;
  min-height:44px!important;
  padding:0 22px!important;
  white-space:nowrap!important;
}

/* Homepage hero: start copy nearer the top with deliberate, professional breathing room. */
.editorial-hero.artisan-market-hero .artisan-hero-grid{
  align-items:start!important;
}
.editorial-hero.artisan-market-hero .artisan-hero-copy{
  align-self:start!important;
  padding-top:44px!important;
  padding-bottom:34px!important;
}
@media(max-width:940px){
  .editorial-hero.artisan-market-hero .artisan-hero-copy{padding-top:30px!important}
}

/* Discovery leaf pages after removal of the personality illustration and fit manifesto. */
body.category-page .category-hero-grid{
  grid-template-columns:minmax(0,820px)!important;
  gap:0!important;
  align-items:start!important;
}
body.category-page .category-hero-grid>div:first-child{
  min-height:0!important;
  justify-content:flex-start!important;
  padding-top:46px!important;
  padding-bottom:48px!important;
}
body.category-page .category-hero{
  padding-bottom:0!important;
}

/* All Products hero no longer reserves a column for the removed green manifesto box. */
body.all-products-page .general-catalogue-hero .category-hero-grid{
  grid-template-columns:minmax(0,820px)!important;
  gap:0!important;
}
