.product-card{border:1px solid var(--card-border);border-radius:var(--radius-lg);background-color:var(--card-bg);box-sizing:border-box;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:384px;padding:24px;display:flex;overflow:hidden}.product-card--link{color:inherit;cursor:pointer;text-decoration:none;transition:transform .2s,border-color .2s}.product-card--link:hover{border-color:#ffffff26;transform:translateY(-2px)}.product-card--link:focus-visible{outline-offset:2px;outline:2px solid #47b5ff}.product-card img{object-fit:scale-down;width:100%;height:180px;display:block}.product-card__skeleton-img{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 37%,#ffffff0a 63%) 0 0/400% 100%;border-radius:8px;width:100%;height:180px;animation:1.4s infinite skeleton-shimmer}.product-card__skeleton-title{background:#ffffff0f;border-radius:4px;width:60%;height:18px}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.product-card-title{font-family:var(--font-manrope);font-weight:var(--fw-bold);color:var(--text);text-align:center;margin:0;font-size:18px}@media (width<=1024px){.product-card{border-radius:12px;gap:14px;padding:20px}.product-card img{height:150px}.product-card-title{font-size:16px}}@media (width<=640px){.product-card{border-radius:10px;gap:12px;max-width:100%;padding:16px}.product-card img{height:140px}.product-card-title{font-size:14px}}
