.product-card-skeleton{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.05);padding:12px;transition:.3s ease}.skeleton-image{width:100%;height:180px;background:#e0e0e0;border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.skeleton-content{margin-top:12px}.skeleton-line{height:14px;border-radius:6px;background:#e0e0e0;margin-bottom:10px;animation:pulse 1.5s ease-in-out infinite}.skeleton-line.short{width:60%}.skeleton-line.long{width:40%}@keyframes pulse{0%{background-color:#eee}50%{background-color:#ddd}to{background-color:#eee}}