.bebanstore-loading{position:relative;pointer-events:none}.bebanstore-loader-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgb(255 255 255 / .9);border-radius:inherit;z-index:10}.bebanstore-text-loader{font-size:14px;font-weight:500;text-align:center;white-space:nowrap}.bebanstore-loading .bebanstore-dots{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:100%}.bebanstore-loading .bebanstore-dots .dot{width:4px;height:4px;border-radius:50%;background-color:currentColor;animation:bebanstore-dots-bounce 1.4s ease-in-out infinite both}.bebanstore-loading .bebanstore-dots .dot:nth-child(1){animation-delay:-0.32s}.bebanstore-loading .bebanstore-dots .dot:nth-child(2){animation-delay:-0.16s}.bebanstore-loading .bebanstore-dots .dot:nth-child(3){animation-delay:0s}.bebanstore-loading .bebanstore-spinner{width:20px;height:20px;border:2px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:currentColor;animation:bebanstore-spin 0.8s linear infinite;margin:0 auto}.bebanstore-loading .bebanstore-pulse{width:20px;height:20px;border-radius:50%;background-color:currentColor;animation:bebanstore-pulse 1.2s ease-in-out infinite;margin:0 auto}@keyframes bebanstore-spin{to{transform:rotate(360deg)}}@keyframes bebanstore-dots-bounce{0%,80%,100%{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes bebanstore-pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1);opacity:1}100%{transform:scale(.8);opacity:.5}}@media (max-width:768px){.bebanstore-loading .bebanstore-dots .dot{width:3px;height:3px}}@media (max-width:480px){.bebanstore-loading .bebanstore-dots .dot{width:2px;height:2px}}