.progressive-image{background-color:#eeeae1;transition:opacity .22s ease,background-color .22s ease}.progressive-image--loading{background-image:linear-gradient(100deg,#e8e3da 20%,#f8f6f1 38%,#e8e3da 56%);background-size:220% 100%;animation:progressive-image-shimmer 1.25s ease-in-out infinite}.progressive-image--loaded{background-color:transparent;background-image:none}.progressive-image--error{background-color:#eeeae1;background-image:none}@keyframes progressive-image-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.progressive-image--loading{animation:none}}