#flipp-container{min-height:600px;position:relative}.flyer-error,.flyer-loading{align-items:center;inset:0;justify-content:center;min-height:600px;padding:2rem;position:absolute;text-align:center}.flyer-loading{display:flex;flex-direction:column;gap:1rem}.flyer-loading__spinner{animation:flyer-spin .8s linear infinite;border:4px solid #ddd;border-radius:50%;border-top-color:#ed1c24;height:48px;width:48px}#flipp-container[data-state=error] .flyer-loading,#flipp-container[data-state=ready] .flyer-loading,.flyer-error{display:none}#flipp-container[data-state=error] .flyer-error{display:flex}@keyframes flyer-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.flyer-loading__spinner{animation:none}}