.product-card-skeleton{align-items:center;animation:loading 1.5s ease-in-out infinite;border-radius:8px;display:flex;padding:16px;width:300px}.image{background-color:#eee;border-radius:50%;height:50px;margin-right:16px;width:50px}.info{flex:1}.title{margin-bottom:8px;width:80%}.price,.title{background-color:#eee;height:16px}.price{width:50%}@keyframes loading{0%,to{opacity:1}50%{opacity:.5}}
