.skeleton-card{background-color:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden}.skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:250px;animation:1.5s infinite skeleton-loading}.skeleton-content{flex-direction:column;gap:10px;padding:16px;display:flex}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:14px;animation:1.5s infinite skeleton-loading}.skeleton-title{width:80%;height:18px}.skeleton-subtitle{width:60%}.skeleton-price{width:40%;height:24px;margin-top:10px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}
