.product-card{--card-glow-x: 50;--card-glow-y: 50;position:relative;min-height:392px;height:100%;background:linear-gradient(180deg,#ffffff09,#fff0),var(--bg-card);border:1px solid rgba(148,163,184,.16);border-radius:18px;overflow:hidden;cursor:pointer;transition:var(--t);display:flex;flex-direction:column;transform-style:preserve-3d;will-change:transform}.product-card__magnetic-glow{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle 145px at calc(var(--card-glow-x) * 1%) calc(var(--card-glow-y) * 1%),rgba(56,189,248,.13),transparent 58%),radial-gradient(circle 90px at calc(var(--card-glow-x) * 1%) calc(var(--card-glow-y) * 1%),rgba(249,115,22,.08),transparent 64%);opacity:0;transition:opacity .22s ease}.product-card:hover{border-color:var(--border-hover);box-shadow:0 16px 34px #0208173d}:root:not([data-theme=dark]) .product-card{background:linear-gradient(180deg,#fffffffa,#f8fbfff0),var(--bg-card);border-color:#0f172a33;box-shadow:0 2px 8px #0f172a14,inset 0 1px #fffffff5}:root:not([data-theme=dark]) .product-card:hover{border-color:#0284c76b;box-shadow:0 18px 38px #0f172a2e,0 8px 18px #0ea5e91a,inset 0 1px #fff}.product-card:hover .product-card__magnetic-glow{opacity:1}.product-card>*:not(.product-card__magnetic-glow){position:relative;z-index:2}.product-card__img{position:relative;height:124px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#0ea5e924,#0f172a1f);border-bottom:1px solid rgba(148,163,184,.14)}:root:not([data-theme=dark]) .product-card__img{border-bottom-color:#0f172a24}.product-card__img:before{display:none}.product-card__img--office,.product-card__img--project,.product-card__img--visio{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#f973161f,#0f172a1f)}.product-card__img--adobe{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#ef44441f,#0f172a1f)}.product-card__img--antivirus{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#10b9811f,#0f172a1f)}.product-card__img--server,.product-card__img--winrar{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#4755692e,#0f172a1f)}.product-card__icon{width:74px;height:74px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(150deg,#fffffff5,#f1f5f9d1);border:1px solid rgba(255,255,255,.72);box-shadow:0 10px 22px #02081738,inset 0 1px #ffffffe6;transition:transform .3s cubic-bezier(.22,1,.36,1)}.product-card__icon svg,.product-card__icon .pic-img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(2,8,23,.28))}.product-card__icon:has(.pvisual-img){position:absolute;inset:0;width:100%;height:100%;border-radius:0;background:transparent;border:0;box-shadow:none;z-index:0}.product-card__icon:has(.pvisual-img) .pvisual-img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:none}.products-page .product-card__icon:has(.pvisual-img) .pvisual-img{position:absolute;top:50%;left:50%;width:100%;height:auto;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-position:center center}.product-card:hover .product-card__icon{transform:scale(1.04) translateY(-1px)}.product-card:hover .product-card__icon:has(.pvisual-img){transform:none}.products-page .product-card__img:has(.pvisual-img):after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0208170a,#0208171f 44%,#020817b8)}.product-card__image-title{position:absolute;left:12px;bottom:12px;z-index:3;display:none;max-width:calc(100% - 24px);padding:7px 10px;border-radius:999px;background:#020817b8;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:12px;font-weight:800;line-height:1.15;box-shadow:0 10px 28px #02081742;text-shadow:0 1px 8px rgba(2,8,23,.46);-webkit-backdrop-filter:blur(12px) saturate(1.18);backdrop-filter:blur(12px) saturate(1.18);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-page .product-card__image-title{display:block}.product-card__badge{position:absolute;top:12px;right:12px;z-index:4;opacity:.9}.product-card__discount,.product-card__discount-ring,.product-card__discount-text{display:none}.product-card__quick-view{position:absolute;bottom:10px;right:10px;z-index:4;width:32px;height:32px;border-radius:var(--r-md);background:#00000080;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(4px);transition:var(--t)}.product-card:hover .product-card__quick-view{opacity:1;transform:translateY(0)}.product-card__quick-view:hover{background:#0ea5e9cc}@media(hover:none){.product-card__quick-view{opacity:1;transform:none;width:44px;height:44px}}.product-card__body{padding:14px 16px 15px;flex:1;display:flex;flex-direction:column;gap:7px}.product-card__category{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--blue-light);margin:0}.product-card__name{font-size:15px;font-weight:700;color:var(--text);margin:0;line-height:1.3;min-height:39px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__desc{font-size:12px;color:var(--text-muted);margin:0;min-height:36px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto}.product-card__rating{display:flex;align-items:center;gap:4px;min-height:0}.product-card__cat-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-card__rating--inline{flex-shrink:0;gap:4px}.product-card__stars{display:inline-flex;gap:1px;line-height:0}.product-card__rating-val{font-size:12px;font-weight:700;color:var(--text)}.product-card__rating-count{font-size:13px;font-weight:600;color:var(--text-muted)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px;border-top:1px solid var(--border)}.product-card__pricing{display:flex;flex-direction:column;gap:1px}.product-card__add-btn{width:40px;height:40px;border-radius:var(--r-md);background:var(--blue-dim);border:1px solid rgba(14,165,233,.25);color:var(--blue-light);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--t);font-size:15px;font-weight:700;flex-shrink:0;overflow:hidden;position:relative}.product-card__add-btn:hover{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:var(--shadow-blue)}.product-card__add-btn--added{width:126px;background:linear-gradient(135deg,var(--blue),var(--orange));color:#fff;border-color:#ffffff2e;box-shadow:var(--shadow-orange)}.product-card__add-btn--added span:not(.product-card__add-spark){position:relative;z-index:2;font-size:12px;white-space:nowrap}.product-card__add-spark{position:absolute;inset:-40% auto -40% -45%;width:44%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);transform:rotate(18deg) translate(-120%);opacity:0;pointer-events:none}.product-card__add-btn--added .product-card__add-spark{animation:addSpark .78s ease-out}@keyframes addSpark{0%{opacity:0;transform:rotate(18deg) translate(-120%)}18%{opacity:.9}to{opacity:0;transform:rotate(18deg) translate(360%)}}.product-card__delivery{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--green);font-weight:500;min-height:18px}.product-card__detail-link{display:inline-flex;align-items:center;gap:4px;margin-top:auto;font-size:12.5px;font-weight:700;color:var(--blue-light);text-decoration:none}.product-card__detail-link:hover{color:var(--blue)}@media(prefers-reduced-motion:reduce){.product-card,.product-card__magnetic-glow,.product-card__add-spark{transition:none;animation:none!important}}@media(max-width:640px){.product-card{min-height:auto}.products-page .product-card{border-radius:14px}.products-page .product-card__img{height:88px}.products-page .product-card__icon{width:56px;height:56px;border-radius:15px}.products-page .product-card__icon:has(.pvisual-img){inset:0;width:100%;height:100%;border-radius:0}.products-page .product-card__icon svg,.products-page .product-card__icon .pic-img{width:34px;height:34px}.products-page .product-card__body{padding:10px 11px 12px;gap:6px}.products-page .product-card__category{font-size:9.5px;letter-spacing:.07em}.products-page .product-card__name{font-size:13px;line-height:1.25;min-height:32px}.products-page .product-card__desc{font-size:11px;line-height:1.35;min-height:30px}.products-page .product-card__footer{padding-top:7px}.products-page .product-card__pricing{min-width:0}.products-page .price__old{font-size:11px}.products-page .price__current{font-size:18px}.products-page .product-card__add-btn{width:44px;height:44px;border-radius:12px}.products-page .product-card__delivery{font-size:10px;line-height:1.2}.products-page .product-card__detail-link{font-size:11.5px}.products-page .product-card__badge{top:9px;right:9px}}@media(max-width:380px){.products-page .product-card__img{height:82px}.products-page .product-card__body{padding-inline:10px}.products-page .product-card__desc{-webkit-line-clamp:1;min-height:15px}.products-page .price__current{font-size:16px}}.product-card__variants{display:flex;flex-direction:column;gap:4px;margin:4px 0 10px}.product-card__variant-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border:1px solid var(--border);border-radius:9px;font-size:13px;text-decoration:none;color:var(--text);background:var(--surface-2, rgba(255, 255, 255, .02));transition:border-color .15s ease,background .15s ease,transform .15s ease}.product-card__variant-row:hover{border-color:var(--blue, #2563eb);background:var(--surface-3, rgba(37, 99, 235, .06));transform:translate(2px)}.product-card__variant-name{font-weight:600;color:var(--text-subtle)}.product-card__variant-row:hover .product-card__variant-name{color:var(--text)}.product-card__variant-price{font-weight:800;white-space:nowrap}
