.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:rgba(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:-.32s}.bebanstore-loading .bebanstore-dots .dot:nth-child(2){animation-delay:-.16s}.bebanstore-loading .bebanstore-dots .dot:nth-child(3){animation-delay:0s}.bebanstore-loading .bebanstore-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:currentColor;animation:bebanstore-spin .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}@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}}