.route-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:1000;pointer-events:none;opacity:0;transition:opacity .15s;background:transparent;overflow:hidden}.route-progress:after{content:"";display:block;width:35%;height:100%;background:#0071e3;border-radius:3px;transform:translateX(-100%)}.route-progress.is-loading{opacity:1}.route-progress.is-loading:after{animation:route-progress 1.1s ease-in-out infinite}@keyframes route-progress{to{transform:translateX(390%)}}.route-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.route-skeleton{padding-top:70px;padding-bottom:80px;min-height:65vh}.route-skeleton>div:not(.skeleton-grid),.skeleton-grid>div{background:#e9e9ed;border-radius:12px}.skeleton-kicker{width:110px;height:14px}.skeleton-title{width:min(530px,80%);height:56px;margin-top:24px}.skeleton-description{width:min(380px,65%);height:18px;margin-top:22px}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.skeleton-grid>div{height:260px}#main[inert]{cursor:progress}.product-card img{content-visibility:auto}#mobile-dock a[aria-current=page]{color:#0071e3;background:#f1f6ff;border-radius:14px}@media(max-width:600px){.route-skeleton{padding-top:38px}.skeleton-title{height:42px}.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:14px}.skeleton-grid>div{height:220px}.skeleton-grid>div:last-child{display:none}}@media(prefers-reduced-motion:reduce){.route-progress:after{animation:none!important;transform:none;width:100%}.route-progress{transition:none}}
