.shimmer-card{width:300px;height:406px;border-radius:8px;background-color:#fff;overflow:hidden;box-shadow:0 0 8px rgba(0,0,0,.1)}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite}.shimmer-image{height:200px;width:100%}.shimmer-content{padding:1rem;display:flex;flex-direction:column;gap:12px}.shimmer-line{height:14px;width:100%;border-radius:4px}.shimmer-line.short{width:60%}.shimmer-stars{height:16px;width:70%;border-radius:4px}.shimmer-price-section{display:flex;gap:10px}.shimmer-old-price,.shimmer-price{height:16px;width:60px;border-radius:4px}.shimmer-button{margin-top:10px;height:36px;width:100%;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}