.product-skeleton-card{min-height:360px;padding:0;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;border:1px solid rgba(244,240,231,.14);border-radius:4px;background:#181c18;animation:pulse 1.2s ease-in-out infinite}.skeleton-img{width:100%;aspect-ratio:1/.82;background:#252b26}.skeleton-price,.skeleton-title{width:calc(100% - 2rem);height:16px;margin:1rem 1rem 0;background:#303731}.skeleton-price{width:42%;height:13px;margin-top:.7rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.62}}@media (max-width:700px){.product-skeleton-card{min-height:170px;display:grid;grid-template-columns:minmax(116px,36%) minmax(0,1fr)}.skeleton-img{height:100%;aspect-ratio:auto;grid-row:1/3}}@media (prefers-reduced-motion:reduce){.product-skeleton-card{animation:none}}