.eh-favorite-card{position:relative;}
.eh-favorite-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;padding:10px;border:1px solid #d9e6e0;border-radius:50%;background:#fff;color:#527367;cursor:pointer;box-shadow:0 3px 12px #12372a0c;transition:color .18s,background .18s,transform .18s;}
.eh-favorite-card>.eh-favorite-button{position:absolute;top:12px;right:12px;z-index:2;}
.eh-favorite-button svg,.eh-favorites-empty>svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.eh-favorite-button:hover{color:#008755;background:#effbf5;transform:translateY(-2px);}
.eh-favorite-button:focus-visible{outline:3px solid #008755;outline-offset:3px;}
.eh-favorite-button.is-saved{color:#008755;background:#e9f9f1;border-color:#a1dcc1;}
.eh-favorite-button.is-saved svg{fill:#00b979;stroke:#008755;animation:eh-favorite-pop .28s ease-out;}
.eh-favorite-button:disabled{cursor:wait;opacity:.65;transform:none;}
.eh-favorite-heading{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;}
.eh-favorite-heading h1{min-width:0;}
.eh-favorites-view{max-width:1480px;margin:auto;padding:32px 0 48px;color:#18372b;}
.eh-favorites-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0;}
.eh-favorites-title h1{font-size:clamp(28px,4vw,40px);line-height:1.2;margin:0 0 8px;}
.eh-favorites-title p{margin:0;color:#60786d;}
.eh-favorites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.eh-favorites-grid .catalog-card-body h2{font-size:16px;line-height:1.45;margin:0;min-height:46px;}
.eh-favorites-empty{padding:56px 24px;text-align:center;background:#fff;border:1px solid #dce7e1;border-radius:18px;}
.eh-favorites-empty>svg{width:52px;height:52px;color:#008755;margin-bottom:16px;}
.eh-favorites-empty h2{font-size:24px;margin:0 0 12px;}
.eh-favorites-empty p{max-width:470px;margin:0 auto 24px;color:#60786d;}
.eh-favorite-unavailable{display:flex;flex-direction:column;justify-content:center;padding:32px 24px;min-height:340px;}
.eh-favorite-unavailable>span{font-size:48px;color:#82978c;}
.eh-favorite-unavailable h2{font-size:19px;}
.eh-favorites-notice{color:#9a382e;margin:0 0 16px;}
.eh-favorites-notice:empty{display:none;}
@keyframes eh-favorite-pop{50%{transform:scale(1.19);}100%{transform:scale(1);}}
@media(max-width:1000px){.eh-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:700px){.eh-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.eh-favorites-title{align-items:flex-start;}.eh-favorites-title .button{font-size:13px;}.eh-favorite-heading{gap:10px;}}
@media(max-width:400px){.eh-favorites-grid{grid-template-columns:1fr;}}
@media(prefers-reduced-motion:reduce){.eh-favorite-button,.eh-favorite-button svg{transition:none;animation:none!important;}}
