/* Keep catalogue heroes below the navigation, with a shared content edge. */
@media (min-width: 64rem) {
  body:has(.dy26-shop-hero, .dy26-editorial-hero--collection-showcase) > .dy26-site-header {
    background: rgba(7, 8, 7, 0.96);
    border-block-end: 1px solid var(--dy26-border);
    backdrop-filter: blur(16px);
  }

  body .dy26-shop-hero,
  body .dy26-editorial-hero--collection-showcase {
    margin-block-start: 0;
  }

  body:not(.tax-product_cat):not(.dy-collection-family-route):not(.search):has(.dy26-shop-hero) .dy26-shop-hero {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  body:not(.tax-product_cat):not(.dy-collection-family-route):not(.search):has(.dy26-shop-hero) .dy26-shop-hero__content {
    width: calc(38rem + max(var(--dy26-gutter), (100% - var(--dy26-container)) / 2)) !important;
    max-width: none !important;
    padding-block-start: 2.1rem !important;
    padding-inline-start: max(var(--dy26-gutter), (100% - var(--dy26-container)) / 2) !important;
  }
}
