.skeleton-wrapper{display:flex;gap:5px;align-items:center}.skeleton{background-color:#ccc;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{width:60px;height:20px}.skeleton-currency{width:20px;height:20px}@keyframes pulse{0%{background-color:#ccc}50%{background-color:#ddd}to{background-color:#ccc}}.product-skeleton{background-color:#ccc;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}@media (max-width:1024px){.product-card.product-skeleton{min-height:337px;width:100%}}