/* WooCommerce: benefit strip directly below the Salient header */
@media (min-width: 1000px) {
  html body.woocommerce-page #ajax-content-wrap > .container-wrap {
    padding-top: 0 !important;
  }
}

/* Shop hero: keep the reserved 3:1 space stable while assets load */
body.woocommerce-shop .ms-track-banner,
body.woocommerce-shop .ms-track-photo,
body.woocommerce-shop .ms-track-brand {
  transition: none !important;
}