.eg-fav-empty{max-width:52ch}.eg-fav-empty h2{margin:0 0 12px;font-size:clamp(22px,2.4vw,28px)}.eg-fav-empty p{margin:0 0 22px;color:var(--muted);line-height:1.65}.eg-fav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:20px;gap:20px}.eg-fav-card{position:relative;display:grid;align-content:start;grid-gap:14px;gap:14px;padding:18px 18px 20px;border:1px solid var(--line-soft);border-radius:20px;background:rgba(255,255,255,.028);transition:border-color .3s ease,background .3s ease,transform .36s var(--ease-lift)}.eg-fav-card:hover{border-color:rgba(215,176,131,.4);background:rgba(215,176,131,.06);transform:translateY(-3px)}.eg-fav-photo{display:block;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:var(--panel)}.eg-fav-photo img{width:100%;height:100%;object-fit:contain;display:block;padding:10px}.eg-fav-info{display:grid;grid-gap:5px;gap:5px}.eg-fav-info h3{margin:0;font-size:17px;font-weight:500;letter-spacing:.01em}.eg-fav-info h3 a{color:var(--text);text-decoration:none}.eg-fav-info h3 a:focus-visible,.eg-fav-info h3 a:hover{color:var(--accent-2)}.eg-fav-type{margin:0;font-size:13.5px;color:var(--soft)}.eg-fav-price{margin:4px 0 0;font-size:16px;font-weight:600;color:rgba(246,213,171,.95);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.eg-fav-remove{position:absolute;top:26px;right:26px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(12,11,16,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:rgba(246,242,236,.8);cursor:pointer;opacity:0;transition:opacity .28s ease,color .28s ease,border-color .28s ease}.eg-fav-remove svg{width:15px;height:15px}.eg-fav-card:hover .eg-fav-remove,.eg-fav-remove:focus-visible{opacity:1}.eg-fav-remove:hover{color:#f0c58f;border-color:rgba(215,176,131,.5)}@media (hover:none){.eg-fav-remove{opacity:.9}}@media (max-width:620px){.eg-fav-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.eg-fav-card{padding:12px 12px 16px}.eg-fav-remove{top:20px;right:20px}}@media (prefers-reduced-motion:reduce){.eg-fav-card{transition:none}.eg-fav-card:hover{transform:none}}