/* Primary sticky */
.site-header{position: sticky; top:0; z-index:9999; background:#fff; transition:all .2s;}
/* Fallback when JS adds class */
.site-header.is-fixed{position:fixed; left:0; right:0; top:0;}
body.admin-bar .site-header.is-fixed{ top:32px; }
@media (max-width:782px){ body.admin-bar .site-header.is-fixed{ top:46px; } }
/* Prevent jump */
body.has-fixed-header .site-content{ padding-top: var(--dbx-header-h, 70px); }
