.favorites-header{position:relative;display:flex;align-items:center}.favorites-trigger{position:relative;border:0;background:transparent;color:inherit;width:30px;height:38px;padding:0;display:grid;place-items:center;cursor:pointer}.favorites-trigger svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}.favorites-count{position:absolute;right:-4px;top:2px;min-width:16px;height:16px;border-radius:10px;background:#111;color:#fff;border:1px solid #fff;display:grid;place-items:center;font-size:9px;line-height:1}.favorite-card-button{position:absolute;z-index:7;right:11px;bottom:11px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(0,0,0,.09);background:rgba(255,255,255,.93);display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:.2s}.favorite-card-button:hover{transform:scale(1.05)}.favorite-card-button svg{width:17px;height:17px;fill:none;stroke:#111;stroke-width:1.6}.favorite-card-button[aria-pressed="true"]{background:#111}.favorite-card-button[aria-pressed="true"] svg{stroke:#fff}.favorites-overlay{position:fixed;inset:0;z-index:250000;background:rgba(0,0,0,.32);visibility:hidden;opacity:0;transition:.25s}.favorites-overlay.is-open{visibility:visible;opacity:1}.favorites-drawer{position:absolute;right:0;top:0;width:min(440px,94vw);height:100%;background:#fff;color:#111;padding:30px;transform:translateX(100%);transition:.3s cubic-bezier(.2,.7,.2,1);overflow:auto}.favorites-overlay.is-open .favorites-drawer{transform:none}.favorites-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid #ddd}.favorites-head h2{font-size:28px;font-weight:300;margin:0}.favorites-close{border:0;background:transparent;font-size:25px;cursor:pointer}.favorites-list{display:grid}.favorite-row{display:grid;grid-template-columns:82px 1fr auto;gap:15px;align-items:center;padding:18px 0;border-bottom:1px solid #e5e5e5}.favorite-row img{width:82px;height:102px;object-fit:contain;background:#f5f3f0}.favorite-row a{font-size:13px;line-height:1.45}.favorite-row small{display:block;color:#888;margin-top:7px;font-size:10px;letter-spacing:.05em}.favorite-remove{border:0;background:transparent;color:#777;font-size:18px;cursor:pointer}.favorites-empty{text-align:center;padding:90px 18px}.favorites-empty svg{width:34px;height:34px;fill:none;stroke:#aaa;stroke-width:1.3}.favorites-empty h3{font-size:21px;font-weight:300;margin:18px 0 8px}.favorites-empty p{font-size:12px;color:#777;line-height:1.6}.favorites-shop{display:inline-block;margin-top:18px;background:#111;color:#fff!important;padding:13px 20px;font-size:10px!important;letter-spacing:.09em;text-transform:uppercase}html[dir="rtl"] .favorites-drawer{right:auto;left:0;transform:translateX(-100%)}html[dir="rtl"] .favorites-overlay.is-open .favorites-drawer{transform:none}@media(max-width:760px){.actions{gap:12px}.favorites-drawer{padding:23px 18px}.favorite-card-button{width:36px;height:36px;right:8px;bottom:8px}}
