/* Branded store loading overlay. Preserve the existing overlay background/timing. */
.pb-loading-unit{display:flex;flex-direction:column;align-items:center;text-align:center;width:min(560px,94vw);color:#1f2429}
.pb-loading-unit .pb-loading-icon{display:block;width:320px;height:320px;max-width:76vw;max-height:55vh;object-fit:contain;border:0}
.pb-loading-unit .pb-loading-line{font:bold italic 20px/1.35 Arial,sans-serif;letter-spacing:1.2px;margin:8px 16px 0;max-width:calc(100% - 32px);color:#1f2429}
.pb-loading-dots{display:flex;gap:7px;justify-content:center;margin-top:17px;height:10px}
.pb-loading-dots span{height:6px;width:6px;background:#942f34;border-radius:50%;animation:pb-loading-dot 1.2s ease-in-out infinite}
.pb-loading-dots span:nth-child(2){animation-delay:.16s}
.pb-loading-dots span:nth-child(3){animation-delay:.32s}
@keyframes pb-loading-dot{0%,70%,100%{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-4px)}}
@media(prefers-reduced-motion:reduce){.pb-loading-dots span{animation:none;opacity:.65}}
@media(max-width:600px){.pb-loading-unit .pb-loading-line{font-size:16px}.pb-loading-unit .pb-loading-icon{max-height:45vh}}
