.product-card{cursor:pointer;border-radius:20px;transition:transform .35s cubic-bezier(.34,1.56,.64,1);position:relative}.product-card:hover{transform:translateY(-8px)scale(1.02)}.product-card:before{content:"";opacity:0;z-index:0;background:linear-gradient(135deg,#2563eb00,#2563eb80,#47556966,#2563eb00) 0 0/300% 300%;border-radius:21px;transition:opacity .35s;animation:4s linear infinite border-spin;position:absolute;inset:-1px}.product-card:hover:before{opacity:1}@keyframes border-spin{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.product-card__inner{height:100%;color:inherit;z-index:1;background:#fff;border:1px solid #00000012;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px #0000000d}.product-card:hover .product-card__inner{border-color:#2563eb2e;box-shadow:0 16px 48px #0f172a14,0 4px 16px #00000012}.product-card__image-wrap{aspect-ratio:4/3;background:linear-gradient(145deg,#f1f5f9,#f1f5f9);position:relative;overflow:hidden}.product-card__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__img{transform:scale(1.06)}.product-card__img-placeholder{background:linear-gradient(145deg,#f1f5f9,#f1f5f9);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card__img-emoji{z-index:1;font-size:4rem;transition:transform .4s;position:relative}.product-card:hover .product-card__img-emoji{transform:scale(1.1)translateY(-4px)}.product-card__img-bg{display:none}.product-card__overlay{pointer-events:none;z-index:1;background:linear-gradient(#0000 50%,#fff6 100%);position:absolute;inset:0}.product-card__image-wrap:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000,#2563eb0d,#0000);height:40%;position:absolute;top:-100%;left:0;right:0}.product-card:hover .product-card__image-wrap:after{animation:1.5s ease-in-out infinite scanline}@keyframes scanline{0%{top:-40%}to{top:140%}}.product-card__badges{z-index:3;flex-wrap:wrap;gap:5px;display:flex;position:absolute;top:10px;left:10px}.product-card__badge{letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:3px 9px;font-size:.65rem;font-weight:800}.product-card__badge--discount{color:#fff;background:#2563eb}.product-card__badge--featured{color:#d97706;background:#d977061f;border:1px solid #d977064d}.product-card__badge--low{color:#d97706;background:#f973161a;border:1px solid #f9731640}.product-card__badge--out{color:#dc2626;background:#dc26261a;border:1px solid #dc262640}.product-card__wish{color:#0a0b1466;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:#ffffffeb;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .25s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000001a}.product-card__wish:hover{color:#dc2626;background:#dc26260f;border-color:#dc26264d;transform:scale(1.12)}.product-card__wish--active{color:#dc2626;background:#dc26260f;border-color:#dc26264d}.product-card__wish--active svg{fill:#dc2626}.product-card__quick{opacity:0;z-index:3;gap:8px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:12px;left:12px;right:12px;transform:translateY(8px)}.product-card:hover .product-card__quick{opacity:1;transform:translateY(0)}.product-card__quick-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-size:.78rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 16px #0f172a2e}.product-card__quick-btn:hover{filter:brightness(1.08);box-shadow:0 4px 24px #0f172a2e}.product-card__quick-btn:disabled{opacity:.4;cursor:not-allowed}.product-card__info{flex-direction:column;flex:1;gap:6px;padding:16px 16px 10px;display:flex}.product-card__category{color:#2563eb;letter-spacing:.12em;text-transform:uppercase;opacity:.85;font-size:.66rem;font-weight:700}.product-card__name{font-family:var(--font-heading);color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;font-weight:700;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.product-card:hover .product-card__name{color:#2563eb}.product-card__desc{color:#0a0b146b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.76rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card__rating{align-items:center;gap:3px;margin-top:2px;display:flex}.star--filled{color:#d97706;fill:#d97706}.star--empty{color:#0000001f}.product-card__rating-val{color:#0f172a;margin-left:4px;font-size:.78rem;font-weight:700}.product-card__review-count{color:#0a0b1459;font-size:.7rem}.product-card__price-row{align-items:center;gap:8px;margin-top:4px;display:flex}.product-card__price{font-family:var(--font-heading);color:var(--neon-blue);font-size:1.15rem;font-weight:900}.product-card__original{color:#0a0b144d;font-size:.8rem;text-decoration:line-through}.product-card__actions{padding:0 16px 16px}.product-card__cart-btn{letter-spacing:.03em;width:100%;padding:10px;font-size:.83rem;font-weight:700;transition:all .25s;border-radius:12px!important}.product-card__cart-btn--added{color:#fff!important;background:linear-gradient(135deg,#16a34a,#16a34a)!important;box-shadow:0 4px 20px #16a34a4d!important}@media (max-width:640px){.product-card__info{gap:5px;padding:12px 12px 8px}.product-card__actions{padding:0 12px 12px}.product-card__name{font-size:.85rem}.product-card__price{font-size:1rem}.product-card__img-emoji{font-size:3rem}.product-card__quick{display:none}.product-card__cart-btn{padding:9px;font-size:.8rem}}@media (max-width:380px){.product-card__name{-webkit-line-clamp:1;font-size:.8rem}.product-card__desc{display:none}.product-card__price{font-size:.95rem}}
