.skeleton{border-radius:4px;display:flex;align-items:center}.skeleton-payment{min-width:140px;min-height:50px;display:flex;gap:10px}.skeleton .avatar{width:40px;height:40px;border-radius:14px}.skeleton .avatar,.skeleton .payment-content{background-color:#4b4b4b;animation:pulse 1s ease-in-out infinite}.skeleton .payment-content{width:150px;height:30px;border-radius:10px}.skeleton-product{gap:50px}.skeleton .product-image{width:15vw;min-width:200px}.skeleton .product-content,.skeleton .product-image{background-color:#4b4b4b;height:20vh;border-radius:10px;animation:pulse 1s ease-in-out infinite}.skeleton .product-content{width:25vw;min-width:300px}@keyframes pulse{0%{background-color:#4b4b4b}50%{background-color:#727272}to{background-color:#4b4b4b}}