.product-card-placeholder{display:grid;row-gap:20px;aspect-ratio:.8;width:100%;pointer-events:none}.product-card-placeholder__media{animation:loading 1.5s ease-in-out infinite;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;aspect-ratio:.8}.product-card-placeholder__info{display:grid;row-gap:4px}.product-card-placeholder__title{animation:loading 1.5s ease-in-out infinite;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;width:70%;height:15px}.product-card-placeholder__price{animation:loading 1.5s ease-in-out infinite;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;width:40%;height:15px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}
