.shop-list-ajax-loader{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9999;pointer-events:none;overflow:hidden}.shop-list-ajax-loader::after{content:'';display:block;position:absolute;top:0;width:40%;height:100%;background:var(--bs-primary,currentColor);border-radius:0 2px 2px 0;animation:shopListLoadBar 1s ease-in-out infinite}@keyframes shopListLoadBar{0%{left:-40%}100%{left:140%}}
