/* This Found — centered homepage wholesale focus 1727.
   Removes the obsolete eyebrow/title/body and turns the remaining wholesale action into one editorial headline. */

html body .tff-production-site[data-page="home"] .tff-wholesale-band{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:158px!important;
  padding:44px clamp(24px,5vw,72px)!important;
  text-align:center!important;
}

html body .tff-production-site[data-page="home"] .tff-wholesale-band>.tff-eyebrow,
html body .tff-production-site[data-page="home"] .tff-wholesale-band>h2,
html body .tff-production-site[data-page="home"] .tff-wholesale-band>p:not(.tff-eyebrow){
  display:none!important;
}

html body .tff-production-site[data-page="home"] .tff-wholesale-band>a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  grid-column:auto!important;
  justify-self:auto!important;
  margin:0!important;
  padding:0!important;
  font-family:var(--tf-hermes-title,"Cormorant Garamond",Georgia,"Times New Roman",serif)!important;
  font-size:clamp(32px,3.5vw,48px)!important;
  font-style:italic!important;
  font-weight:400!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
  text-align:center!important;
  text-decoration:none!important;
  text-transform:none!important;
  transition:opacity .2s ease!important;
}

html body .tff-production-site[data-page="home"] .tff-wholesale-band>a:hover{
  opacity:.58!important;
}

@media(max-width:620px){
  html body .tff-production-site[data-page="home"] .tff-wholesale-band{
    min-height:132px!important;
    padding:36px 18px!important;
  }

  html body .tff-production-site[data-page="home"] .tff-wholesale-band>a{
    font-size:32px!important;
  }
}
