.storefront-navigation-status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.storefront-navigation-pending::after{content:"";position:fixed;z-index:1100;top:var(--topbar);left:var(--sidebar-width);right:0;height:2px;pointer-events:none;background:linear-gradient(90deg,transparent,#e11919,transparent);background-size:50% 100%;background-repeat:no-repeat;animation:storefront-progress 1s linear infinite}
.storefront-shell.sidebar-closed.storefront-navigation-pending::after{left:0}
.storefront-shell .main-content:focus{outline:none}
@keyframes storefront-progress{from{background-position:-100% 0}to{background-position:200% 0}}
@media(max-width:800px){.storefront-navigation-pending::after{left:0}}
@media(prefers-reduced-motion:reduce){.storefront-navigation-pending::after{animation:none;background:#e11919}}
