.shop-item-card{position:relative;min-width:200px;max-width:200px;background:linear-gradient(160deg,#0f1724,#162033 50%,#111926);border-radius:14px;overflow:hidden;border:1px solid rgba(46,67,103,.25);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease,border-color .3s ease;flex-shrink:0}.shop-item-card:before{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(135deg,rgba(236,8,136,.06),transparent 40%,transparent 60%,rgba(3,198,247,.04));opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.shop-item-card:hover:before{opacity:1}.shop-item-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 40px rgba(236,8,136,.12),0 6px 20px rgba(3,198,247,.07),0 2px 8px rgba(0,0,0,.3);border-color:rgba(236,8,136,.3)}.shop-item-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;position:relative;z-index:2}.shop-item-card-image-wrapper{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(180deg,#080c14,#0c1220);overflow:hidden}.shop-item-card-image-wrapper img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.34,1.56,.64,1);padding:12px}.shop-item-card:hover .shop-item-card-image-wrapper img{transform:scale(1.08)}.shop-item-card-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(0deg,#0f1724,transparent);pointer-events:none}.shop-item-card-condition{position:absolute;top:10px;right:10px;padding:3px 9px;border-radius:8px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.shop-item-card-condition.new{background:linear-gradient(135deg,rgba(3,198,247,.85),rgba(24,67,154,.85));color:#fff;box-shadow:0 2px 8px rgba(3,198,247,.25)}.shop-item-card-condition.used{background:rgba(46,67,103,.7);color:#b7c5de}.shop-item-card-info{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1 1}.shop-item-card-title{font-size:.8rem;font-weight:500;color:#b7c5de;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;transition:color .2s}.shop-item-card:hover .shop-item-card-title{color:#dce4f0}.shop-item-card-price{font-size:1.1rem;font-weight:700;color:#f0f8ff;margin:auto 0 0;display:flex;align-items:baseline;gap:2px}.shop-item-card-price span{font-size:.7rem;font-weight:500;color:#576a8c}.shop-item-card-external{position:absolute;bottom:14px;right:14px;width:24px;height:24px;border-radius:6px;background:rgba(236,8,136,.15);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;color:#ec0888;font-size:.65rem;z-index:3}.shop-item-card:hover .shop-item-card-external{opacity:1;transform:translateY(0)}@media (max-width:768px){.shop-item-card{min-width:165px;max-width:165px;border-radius:12px}.shop-item-card-title{font-size:.75rem}.shop-item-card-price{font-size:1rem}.shop-item-card-info{padding:10px 12px}}@media (max-width:480px){.shop-item-card{min-width:145px;max-width:145px}}