.skeleton{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 20%,#f0f0f0 40%,#f0f0f0);background-size:200% 100%;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:12px;padding:16px}.skeleton-product-image{aspect-ratio:1/1;border-radius:8px;width:100%}.skeleton-product-image,.skeleton-product-title{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 20%,#f0f0f0 40%,#f0f0f0);background-size:200% 100%}.skeleton-product-title{border-radius:4px;height:20px;width:80%}.skeleton-product-price{border-radius:4px;height:24px;width:50%}.skeleton-product-button,.skeleton-product-price{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 20%,#f0f0f0 40%,#f0f0f0);background-size:200% 100%}.skeleton-product-button{border-radius:6px;height:40px;width:100%}.skeleton-banner{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 20%,#f0f0f0 40%,#f0f0f0);background-size:200% 100%;border-radius:12px;height:400px;width:100%}@media (max-width:768px){.skeleton-banner{height:200px}}.lazy-image-wrapper{overflow:hidden;position:relative}.lazy-image-wrapper img{opacity:0;transition:opacity .3s ease-in-out}.lazy-image-wrapper img.loaded{opacity:1}.lazy-image-wrapper .skeleton{height:100%;left:0;position:absolute;top:0;width:100%}.image-loaded .skeleton,.lazy-image-wrapper img.loaded+.skeleton{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in-out}