.infinite-scroll-loading{width:100%;padding:4rem 0;text-align:center}.infinite-scroll-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.infinite-scroll-spinner .spinner{width:50px;height:50px;animation:rotate 2s linear infinite}.infinite-scroll-spinner .path{stroke:rgb(var(--color-foreground));stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.infinite-scroll-spinner p{margin:0;font-size:1.4rem;color:rgb(var(--color-foreground));opacity:.7}infinite-scroll #product-grid>li{animation:fadeInUp .6s ease-out forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}infinite-scroll #product-grid>li.scroll-trigger{animation-delay:calc(var(--animation-order) * 80ms)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/infinite-scroll.css.map */
