/* Shared persistent site header, opt-in product pages only. Sticky stays in flow. */
html:has(body.lw-sticky-product-header){--lw-admin-height:0px;--lw-header-height:80px;scroll-padding-top:calc(var(--lw-admin-height) + var(--lw-header-height))}
html:has(body.lw-sticky-product-header.admin-bar){--lw-admin-height:32px}
.lw-sticky-product-header>.site-header{position:sticky;top:var(--lw-admin-height);z-index:9990;transform:none;visibility:visible}
.lw-sticky-product-header :is(main,[role=main]) [id]{scroll-margin-top:16px!important}
.lw-sticky-product-header #wpadminbar{position:fixed}
@media(max-width:782px){html:has(body.lw-sticky-product-header.admin-bar){--lw-admin-height:46px}}
@media(max-width:767px){
 .lw-sticky-product-header .site-header__nav:has(.is-open){position:absolute;top:100%;left:0;right:0;background:#000;padding:0 16px 16px;max-height:calc(100dvh - var(--lw-admin-height) - var(--lw-header-height));overflow-y:auto;overscroll-behavior:contain}
 .lw-sticky-product-header .site-header__nav .primary-navigation{max-width:none}
}
