.product-card{height:100%;width:100%;display:flex;flex-direction:column;position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}@media(hover:hover){.product-card:hover{z-index:10}}.product-card__image-wrapper{position:relative;background:var(--color-bg-subtle, #0a0c12);overflow:hidden;border-radius:var(--radius-card) var(--radius-card) 0 0;border-bottom:1px solid rgba(255,255,255,.05);aspect-ratio:1 / 1;width:100%}.image-stack{position:relative;width:100%;height:100%}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center center;transition:opacity .4s ease,transform .5s ease}.product-card__image-wrapper .product-card__image{transform:none}.img-secondary{opacity:0;z-index:2}.product-card:hover .img-secondary{opacity:1}.product-card:hover .img-primary:not(:has(~.img-secondary)){transform:scale(1.05)}.product-card__badges{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;align-items:flex-end;z-index:5;pointer-events:none}.badge{font-size:.65rem;font-weight:800;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #0003}.badge--sale{background:var(--color-accent);color:#000}.badge--soldout{background:#333;color:#aaa;border:1px solid #444}.badge--low-stock{background:#ff4136;color:#fff;animation:pulse 2s infinite}.badge--bestseller{background:linear-gradient(135deg,gold,#fdb931);color:#000;border:1px solid #fff}.badge--difficulty{background:#0009;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1)}.badge--beginner{border-left:3px solid #2ECC40}.badge--intermediate{border-left:3px solid #FF851B}.badge--advanced{border-left:3px solid #FF4136}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.product-card__actions{position:absolute;bottom:10px;left:10px;right:10px;display:flex;gap:8px;z-index:10;transform:translateY(20px);opacity:0;transition:all .3s cubic-bezier(.19,1,.22,1)}.product-card:hover .product-card__actions{transform:translateY(0);opacity:1}@media(hover:none){.product-card__actions{transform:translateY(0);opacity:1}}.action-btn{border:none;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 12px #0000004d}.btn-add{flex-grow:1;background:#fffffff2;color:#000;gap:6px}.btn-add:hover{background:#fff;transform:translateY(-2px)}.btn-add:disabled{background:#333;color:#777;cursor:not-allowed}.btn-view{width:40px;background:#0009;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-view:hover{background:#000c;border-color:#fff}.product-card__info{padding-top:16px;display:flex;flex-direction:column;gap:4px;flex-grow:1}.product-card__link{text-decoration:none;color:inherit}.product-card__meta{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;display:flex;justify-content:space-between}.product-type-label{color:var(--color-primary);font-weight:700}.product-card__title{font-size:1rem;line-height:1.3;font-weight:700;margin:4px 0;color:var(--color-text)}.sa-card-label{font-size:.8rem;color:#fff;opacity:.8;margin-bottom:4px}.sa-card-description{font-size:.8rem;color:#fff9;line-height:1.4;display:block;margin-bottom:8px}.product-card__price{font-size:1.1rem;font-weight:700;color:var(--color-text);display:flex;align-items:center;gap:8px;margin-top:auto}.product-card__price--sale{color:var(--color-accent)}.product-card__price--from{font-size:.7rem;text-transform:uppercase;opacity:.7;font-weight:600}.product-card__price--regular{opacity:.9}.product-card__price--regular:has(+.product-card__price--sale){text-decoration:line-through;opacity:.5;font-size:.85em}.product-card__reward-tag{display:none!important}.product-card--placeholder .img-primary{background:#222}@media(max-width:768px){.product-card__title{font-size:.9rem}.product-card__price{font-size:1rem}.btn-add span{display:none}.btn-add{padding:0 10px}.btn-add svg{margin:0}}.product-card.neuro-card{min-height:100%;background:linear-gradient(180deg,#ffffff0b,#07090feb);border:1px solid rgba(255,255,255,.09);border-radius:12px;overflow:hidden}.product-card__media{position:relative}.product-card__image-link,.product-card__link{display:block;color:inherit;text-decoration:none}.product-card.neuro-card .product-card__info{min-height:230px;padding:18px;gap:12px}.product-card.neuro-card .product-card__link{flex:1 1 auto}.product-card.neuro-card .product-card__meta{justify-content:flex-start;flex-wrap:wrap;gap:8px;min-height:22px}.product-card.neuro-card .product-type-label,.product-card.neuro-card .album-label{display:inline-flex;align-items:center;max-width:100%;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:4px 8px;background:#ffffff0b;line-height:1}.product-card.neuro-card .product-card__title{display:-webkit-box;min-height:3.9em;margin:10px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.3;overflow-wrap:anywhere}.product-card.neuro-card .sa-card-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__quick-view{position:absolute;right:12px;bottom:12px;z-index:6}.product-card.neuro-card .product-card__actions{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;margin-top:4px;opacity:1;transform:none}.product-card.neuro-card .quick-add-form{min-width:0}.product-card.neuro-card .action-btn{width:100%;min-width:0;height:44px;border-radius:8px;white-space:nowrap}.product-card.neuro-card .btn-add{padding:0 16px;background:#f4f0e8;color:#07090f;letter-spacing:.02em}.product-card.neuro-card .btn-add span{display:inline}.product-card.neuro-card .btn-details{width:auto;padding:0 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:#ffffffd6;text-decoration:none}.product-card__purchase{display:grid;gap:8px;margin-top:auto}.product-card.neuro-card .product-card__price{flex-wrap:wrap;gap:6px;margin-top:0}.product-card.neuro-card .product-card__reward-tag,.product-grid__loading[style*="display: none"],.product-grid__empty[style*="display: none"]{display:none!important}@media(max-width:768px){.product-card.neuro-card .product-card__info{min-height:220px;padding:14px}.product-card.neuro-card .product-card__actions{grid-template-columns:1fr}.product-card.neuro-card .btn-details{display:none}.product-card.neuro-card .btn-add{padding:0 12px}.product-card.neuro-card .btn-add span{display:inline}}
/*# sourceMappingURL=/cdn/shop/t/332/assets/product-card.css.map */
