.lazy-img-wrap{position:relative;overflow:hidden}.lazy-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:lazy-img-shimmer 1.5s ease-in-out infinite;border-radius:inherit;display:flex;align-items:center;justify-content:center}.lazy-img-spinner{width:28px;height:28px;border:3px solid rgba(0,0,0,.08);border-top:3px solid rgba(0,0,0,.3);border-radius:50%;animation:lazy-img-spin .8s linear infinite}@keyframes lazy-img-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes lazy-img-spin{to{transform:rotate(360deg)}}.lazy-img-wrap img{display:block;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.lazy-img-wrap.lazy-img-loaded img{opacity:1}:where(.lazy-img-wrap) img{object-fit:contain}
