.product-card-skeleton{background:#fff;border-radius:10px;width:100%;max-width:280px;overflow:hidden}.skeleton-image-container{background:#f6f5fa;border-radius:10px;width:100%;height:230px;position:relative;overflow:hidden}.skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite loading}.skeleton-content{margin-top:16px;padding:0 16px 16px}.skeleton-category{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:60px;height:16px;margin-bottom:10px;animation:1.5s infinite loading}.skeleton-name{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:100%;height:20px;margin-bottom:30px;animation:1.5s infinite loading}.skeleton-price-container{align-items:center;gap:8px;margin-bottom:16px;display:flex}.skeleton-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:16px;animation:1.5s infinite loading}.skeleton-original{opacity:.7;width:40px}.skeleton-current{width:50px}.skeleton-actions{gap:8px;display:flex}.skeleton-button{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:72px;height:36px;animation:1.5s infinite loading}.skeleton-add-cart{flex:1.4}.skeleton-buy-now{flex:1}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.product-card-skeleton{max-width:260px}.skeleton-image-container{height:200px}.skeleton-name{height:18px;margin-bottom:25px}.skeleton-category{height:14px;margin-bottom:8px}.skeleton-price{height:14px}.skeleton-button{height:32px}}@media (max-width:768px){.product-card-skeleton{width:100%;max-width:none}.skeleton-image-container{height:180px}.skeleton-content{padding:12px}.skeleton-name{height:16px;margin-bottom:20px}.skeleton-category{height:13px;margin-bottom:8px}.skeleton-price-container{margin-bottom:12px}.skeleton-price{height:13px}.skeleton-actions{flex-direction:column;gap:6px}.skeleton-button{width:100%;height:32px}}@media (max-width:480px){.skeleton-image-container{height:160px}.skeleton-content{padding:10px}.skeleton-name{height:15px;margin-bottom:15px}.skeleton-category,.skeleton-price{height:12px}.skeleton-button{height:30px}}
