@keyframes favPulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.fav-btn{position:absolute;top:6px;right:6px;z-index:5;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.85);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;-webkit-tap-highlight-color:transparent}.fav-btn:hover{background:#fff;transform:scale(1.1)}.fav-btn svg{width:18px;height:18px;stroke:var(--n4);fill:none;stroke-width:2;transition:stroke .2s,fill .2s}.fav-btn:hover svg,.favorites-remove-btn:hover svg{stroke:var(--err)}.fav-btn--active svg{stroke:var(--err);fill:var(--err)}.fav-btn--pulse{animation:favPulse .3s ease}.fav-btn:focus{outline:0}.fav-btn:focus-visible{outline:2px solid var(--g5);outline-offset:2px}.catalog-v2-card-photo,.product-card-image,.product-card-photo{position:relative}.product-v2-fav-btn{width:40px;height:40px}#header_favorites .icon,.product-v2-fav-btn svg{width:22px;height:22px}#header_favorites,#header_favorites a{position:relative;display:flex;align-items:center}#header_favorites a{justify-content:center;padding:6px}#favorites_count{position:absolute;top:0;right:-2px;background:var(--err);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;line-height:16px;border-radius:var(--r2);text-align:center;padding:0 4px}.favorites-page{font-family:var(--fb);max-width:1200px;margin:0 auto;padding:0 16px 48px}.fav-hero{text-align:center;padding:28px 16px 20px}.fav-hero-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#fff1f2,#fecdd3);display:grid;place-items:center;margin:0 auto 10px;color:var(--err)}.favorites-empty h2,.favorites-page h1{font-family:var(--fd);font-size:24px;font-weight:700;margin:0 0 4px;color:var(--c1)}.fav-hero-count,.favorites-empty p{font-size:14px;color:var(--n5);margin:0 0 14px}.fav-share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:9999px;font-size:13px;font-weight:600;font-family:var(--fb);color:var(--g6);background:var(--g0);border:1.5px solid rgba(5,150,82,.2);cursor:pointer;transition:all .2s}.fav-share-btn:hover{background:var(--g1);border-color:var(--g5);box-shadow:0 2px 8px rgba(0,180,98,.15)}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.favorites-card{background:#fff;border-radius:var(--r3);box-shadow:0 1px 4px rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .2s;position:relative}.favorites-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.favorites-card-photo{position:relative;aspect-ratio:1;background:var(--n0);display:flex;align-items:center;justify-content:center}.favorites-card-photo img{max-width:80%;max-height:80%;object-fit:contain}.favorites-card-info{padding:12px}.favorites-card-name{font-size:14px;line-height:1.3;color:var(--c1);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#header_favorites a,.favorites-card-name a,.favorites-empty a{color:inherit;text-decoration:none}.favorites-card-name a:hover{color:var(--g5)}.favorites-card-vendor{font-size:12px;color:var(--n4);margin-bottom:8px}.favorites-card-price{font-size:16px;font-weight:600;color:var(--c1);margin-bottom:8px}.favorites-card-actions{display:flex;gap:8px;align-items:center}.favorites-card-actions .buy-btn{flex:1}.favorites-remove-btn{width:36px;height:36px;border:1px solid #ddd;border-radius:var(--r2);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s,background .2s}.favorites-remove-btn:hover{border-color:var(--err);background:#fef0f0}.favorites-remove-btn svg{width:16px;height:16px;stroke:var(--n4)}.favorites-empty{text-align:center;padding:40px 20px 60px}.favorites-empty svg{width:72px;height:72px;stroke:var(--n3);fill:none;margin-bottom:20px}.favorites-empty h2{font-size:20px;color:var(--c2);margin:0 0 8px}.favorites-empty p{margin:0 0 24px;line-height:1.6}.favorites-empty a{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;background:var(--g5);color:#fff;border-radius:9999px;font-weight:600;font-size:14px;transition:all .2s;box-shadow:0 2px 8px rgba(0,180,98,.25)}.favorites-empty a:hover{background:var(--g6);box-shadow:0 4px 16px rgba(0,180,98,.35);transform:translateY(-1px)}@media (max-width:768px){.favorites-grid{grid-template-columns:repeat(2,1fr);gap:10px}.favorites-page h1{font-size:20px;margin-bottom:16px}.favorites-card-info{padding:8px}.favorites-card-name{font-size:13px}.favorites-card-price{font-size:14px}}@media (max-width:480px){.fav-btn{width:44px;height:44px}.fav-btn svg{width:20px;height:20px}}.substance-product-wrapper{position:relative}.substance-product-wrapper .fav-btn{z-index:10}