/* Preserve source detail for the admin-selected Kids image. */
.category-cards button[data-cat="Kids"] img{
  filter:none!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
}
.category-cards button[data-cat="Kids"]::after{
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.14) 45%,rgba(255,255,255,.92) 100%)!important;
}

/* Avoid repaint-heavy card effects while a touch screen is scrolling. */
@media (pointer:coarse){
  #products.product-grid>.product-card{
    content-visibility:visible!important;
    contain:layout!important;
    will-change:auto!important;
    transform:none!important;
  }
  #products.product-grid>.product-card .photo img{
    filter:none!important;
    transform:none!important;
    transition:none!important;
  }
  #products.product-grid>.product-card,
  .category-cards button{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
}

/* Keep the three hero proof points as one compact, readable line. */
.hero-editorial-proof{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:center!important;
  gap:clamp(3px,1vw,18px)!important;
  flex-wrap:nowrap!important;
}
.hero-editorial-proof span{
  min-width:0!important;
  white-space:nowrap!important;
  gap:clamp(2px,.55vw,7px)!important;
  font-size:clamp(5.5px,2.15vw,10px)!important;
}
.hero-editorial-proof b{font-size:.9em!important;letter-spacing:.05em!important}

/* The selected pair and its price always begin on the left edge of the hero card. */
.hero-editorial .hero-editorial-product .hero-product-card>strong,
.hero-editorial .hero-editorial-product .hero-product-card>b{
  justify-self:start!important;
  text-align:left!important;
}
.hero-editorial .hero-editorial-product .hero-product-card>b{
  grid-area:hint!important;
  grid-column:1!important;
  white-space:nowrap!important;
}
