@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap";:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f7fb;font-family:Manrope,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{color:#1d4ed8}body{background:radial-gradient(circle at 10% 10%,#eef2ff 0%,#f7f7fb 40%,#f5f7ff 100%);min-width:320px;min-height:100vh;margin:0}button{font-family:inherit}*{box-sizing:border-box;margin:0;padding:0}body,html,#root{width:100%;min-height:100vh}body{background-color:#f4f4f4}.main-container{flex-direction:column;min-height:100vh;display:flex}.content-max-width{width:100%;max-width:1440px;margin:0 auto;padding-inline:60px}main{flex:1;width:100%;padding-top:96px;padding-bottom:20px}.site-footer{padding-inline:60px;color:#5f6881;background-color:#fff;border-top:1px solid #e5e7eb;width:100%;padding-top:8px;padding-bottom:20px;font-size:14px;line-height:1.4}.auth-action-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;gap:10px;max-width:720px;margin:18px auto 0;padding:22px;display:grid;box-shadow:0 12px 30px #1118270f}.auth-action-card h1{color:#111827;margin:0;font-size:22px}.auth-action-message{border-radius:10px;margin:0;padding:10px 12px;font-size:14px}.auth-action-message.is-loading{color:#1d4ed8;background:#eff6ff}.auth-action-message.is-success{color:#027a48;background:#ecfdf3}.auth-action-message.is-error{color:#b42318;background:#fef3f2}.auth-action-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;justify-self:start;padding:10px 14px;font-weight:600}@media (max-width:768px){.content-max-width{padding-inline:15px}main{padding-top:136px;padding-bottom:16px}.site-footer{padding-inline:15px;padding-bottom:16px;font-size:13px}.auth-action-card{border-radius:14px;padding:16px}.auth-action-card h1{font-size:18px}}:root{--drawer-w:min(340px, 86vw);--drawer-bg:#fff;--drawer-text:#111827;--drawer-muted:#6b7280;--drawer-line:#1118271a;--drawer-shadow:0 16px 40px #0000002e}.header-full-width{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1002;background:#fffffff5;transition:box-shadow .2s,background-color .2s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000000f}.header-scrolled{background:#fffffffa;box-shadow:0 4px 16px #0f172a1a}.header-container{grid-template-columns:minmax(120px,1fr) minmax(320px,560px) minmax(260px,1fr);align-items:center;gap:20px;height:78px;transition:height .2s;display:grid}.header-logo{color:#007bff;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:26px;font-weight:800;line-height:1}.search-wrapper{justify-content:stretch;justify-self:center;width:100%;min-width:0;display:flex}.header-search{background:#fff;border:1px solid #d9e1ec;border-radius:8px;width:100%;max-width:560px;height:42px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a08}.header-search:focus-within{background:#fff;border-color:#7db7ff;box-shadow:0 0 0 3px #007bff24}.header-search input{background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0 14px;font-size:15px}.header-search input::placeholder{color:#8a93a5}.header-search button{color:#fff;cursor:pointer;background:#007bff;border:none;border-left:1px solid #d2dcef;justify-content:center;align-items:center;width:52px;height:100%;transition:background-color .2s;display:flex}.header-search button:hover{background:#006be0}.header-nav{justify-self:end;align-items:center;display:flex}.nav-items{align-items:center;gap:14px;display:flex}.nav-icon-btn{color:#333;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:color .2s,background-color .2s;display:flex}.nav-icon-btn:hover{color:#007bff;background:#f1f6ff}.nav-icon-btn.is-active{color:#1d4ed8;background:#3b82f61a}.nav-icon-btn span{display:none}.nav-auth{align-items:center;gap:12px;display:flex}.btn-login{cursor:pointer;color:#444;background:0 0;border:none;min-height:34px;padding:0 2px;font-weight:600;transition:color .2s}.btn-login:hover{color:#0f172a}.btn-reg{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;min-height:34px;padding:8px 20px;font-weight:600;transition:background-color .2s,box-shadow .2s}.btn-reg:hover{background:#006be0;box-shadow:0 4px 10px #007bff40}.user-info{color:#1f2937;align-items:center;gap:8px;font-weight:600;line-height:1;display:flex}.desktop-profile-menu-wrap{position:relative}.desktop-profile-trigger{cursor:pointer;background:0 0;border:none;border-radius:10px;min-height:40px;padding:0 8px;transition:background-color .2s}.desktop-profile-trigger:hover,.desktop-profile-trigger.is-open{background:#f1f6ff}.desktop-profile-chevron{color:#64748b;font-size:16px;transition:transform .2s}.desktop-profile-trigger.is-open .desktop-profile-chevron{transform:rotate(180deg)}.desktop-profile-menu{background:var(--drawer-bg);border:1px solid var(--drawer-line);width:min(240px,80vw);box-shadow:var(--drawer-shadow);z-index:1200;border-radius:12px;padding:8px;position:absolute;top:calc(100% + 10px);right:0}.desktop-profile-item{width:100%;min-height:44px;color:var(--drawer-text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;grid-template-columns:24px 1fr;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;display:grid}.desktop-profile-item:hover{background:#1118270a}.desktop-profile-item-icon{color:var(--drawer-muted);font-size:18px}.desktop-profile-item-danger,.desktop-profile-item-danger .desktop-profile-item-icon{color:#b91c1c}.desktop-profile-item-danger:hover{background:#ef444414}.burger-btn{color:#007bff;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;display:none}.mobile-drawer-root{z-index:1300;pointer-events:none;position:fixed;inset:0}.mobile-drawer-root.is-open{pointer-events:auto}.nav-overlay{opacity:0;z-index:999;background:#00000094;transition:opacity .2s;position:fixed;inset:0}.mobile-drawer-root.is-open .nav-overlay{opacity:1}.mobile-drawer{width:var(--drawer-w);background:var(--drawer-bg);color:var(--drawer-text);box-shadow:var(--drawer-shadow);z-index:1000;flex-direction:column;transition:transform .22s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.mobile-drawer.is-open{transform:translate(0)}.drawer-header{border-bottom:1px solid var(--drawer-line);justify-content:space-between;align-items:center;height:56px;padding:0 12px 0 16px;display:flex}.drawer-title{font-size:16px;font-weight:600}.drawer-icon-btn{cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:inline-flex}.drawer-section{border-bottom:1px solid var(--drawer-line);padding:6px 8px 0}.drawer-profile{text-align:left;width:100%;min-height:52px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:12px;grid-template-columns:24px 1fr 24px;align-items:center;gap:12px;padding:12px 8px;display:grid}.drawer-avatar{color:#475569;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;display:inline-flex}.drawer-profile-text{min-width:0}.drawer-profile-name{font-weight:600;line-height:1.2;display:block}.drawer-profile-meta{color:#4b5563;margin-top:2px;font-size:13px;display:block}.drawer-chevron{color:var(--drawer-muted);text-align:right;font-size:22px}.drawer-nav{border-bottom:1px solid var(--drawer-line);flex:0 auto;padding:8px;overflow:auto}.drawer-item{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:12px;grid-template-columns:28px 1fr;align-items:center;gap:10px;min-height:48px;padding:12px;font-size:15px;display:grid}.drawer-item:hover{background:#1118270a}.nav-ic{color:var(--drawer-muted);font-size:20px}.drawer-item.is-active{color:#1d4ed8;background:#3b82f61a}.drawer-item.is-active .nav-ic{color:#1d4ed8}.drawer-footer{background:#fff;border-top:none;flex-direction:column;gap:10px;padding:12px 16px;display:flex}.drawer-auth-btn{text-align:center;border-radius:12px;width:100%;min-height:44px}.danger-btn{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #ef44442e;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-weight:600;display:inline-flex}.danger-btn:hover{background:#ef444414}.danger-btn:active{background:#ef444424}.burger-btn:focus-visible,.drawer-icon-btn:focus-visible,.drawer-profile:focus-visible,.drawer-item:focus-visible,.danger-btn:focus-visible,.header-search button:focus-visible,.nav-icon-btn:focus-visible,.desktop-profile-trigger:focus-visible,.desktop-profile-item:focus-visible,.btn-login:focus-visible,.btn-reg:focus-visible{outline-offset:2px;outline:2px solid #3b82f659}@media (max-width:768px){.header-container{justify-content:space-between;gap:0;height:64px;padding-inline:15px;display:flex}.burger-btn{order:1;display:inline-flex}.header-logo{order:2;margin:0 auto;font-size:28px;position:absolute;left:50%;transform:translate(-50%)}.search-wrapper{background:#fffffffa;justify-content:stretch;width:100%;padding:8px 15px 10px;position:absolute;top:64px;left:0;box-shadow:0 4px 12px #0f172a14}.header-search{max-width:none;height:40px}.header-nav{display:none}}@media (min-width:769px){.mobile-drawer-root{display:none}.header-scrolled .header-container{height:72px}}@media (max-width:1160px) and (min-width:769px){.header-container{grid-template-columns:minmax(90px,1fr) minmax(280px,520px) minmax(230px,1fr);gap:14px}}@media (prefers-reduced-motion:reduce){.header-full-width,.header-container,.header-search,.header-search button,.nav-icon-btn,.btn-login,.btn-reg,.nav-overlay,.mobile-drawer{transition:none}}.product-card{cursor:default;background-color:#fff;border:1px solid #e9eef6;border-radius:12px;flex-direction:column;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.product-card--interactive{cursor:pointer}.product-card--interactive:hover{border-color:#dce6f6;transform:translateY(-4px);box-shadow:0 8px 18px #0f172a1a}.product-card-image-wrapper{background-color:#f7f9fc;width:100%;padding-top:120%;position:relative;overflow:hidden}.product-card-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s;display:block;position:absolute;top:0;left:0}.product-card--interactive:hover .product-card-image{transform:scale(1.01)}.product-card-details{flex-direction:column;flex-grow:1;gap:8px;padding:14px;display:flex;position:relative}.favorite-button{cursor:pointer;z-index:5;background:#ffffffeb;border:1px solid #e5ebf3;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:transform .2s,background-color .2s,border-color .2s;display:flex;position:absolute;top:6px;right:6px}.favorite-button:hover{background:#fff;border-color:#d6dfec;transform:scale(1.03)}.favorite-button.is-active{background:#ef444414;border-color:#ef444433}.favorite-button.is-loading{opacity:.75;cursor:default}.favorite-button:active{background:#f5f8fd;transform:scale(.98)}.heart-icon{color:#007bff;fill:none;width:20px;height:20px}.favorite-button.is-active .heart-icon{color:#e11d48}.product-card-price{color:#111827;margin:0;padding-right:52px;font-size:22px;font-weight:800;line-height:1.1}.product-card-name{color:#243042;-webkit-line-clamp:2;text-overflow:ellipsis;line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin:0;font-size:15px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card-meta{color:#7b8798;flex-wrap:wrap;align-items:center;gap:12px;min-height:18px;font-size:12px;line-height:1.2;display:flex}.meta-item-rating{align-items:center;gap:4px;display:inline-flex}.rating-star{color:#94a3b8}.rating-star--high{color:#f59e0b}.product-card-meta.is-empty{visibility:hidden}.product-card-favorite-error{color:#b91c1c;margin:-2px 0 0;font-size:11px;line-height:1.3}.product-card-marketplace{color:#263244;letter-spacing:.2px;background:#f2f4f7;border-radius:999px;align-items:center;width:fit-content;margin-top:auto;padding:6px 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.product-card-marketplace.marketplace-wb{color:#b90f99;background:#cb11ab1f}.product-card-marketplace.marketplace-ozon{color:#005bff;background:#005bff1f}.product-card-marketplace.marketplace-ym{color:#1d1d1d;background:#ffcc0038}.product-card--interactive:focus-visible,.favorite-button:focus-visible{outline-offset:2px;outline:2px solid #99c8ff}@media (max-width:480px){.product-card-price{font-size:18px}.product-card-name{min-height:36px;font-size:13px}.product-card-details{padding:10px 10px 12px}.favorite-button{width:40px;height:40px}}.product-grid-container{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:12px;padding:18px 0 22px;display:grid}.search-sort-shell{grid-column:1/-1;justify-content:flex-end;padding:2px 0 6px;display:flex}.search-sort-dropdown-wrap{position:relative}.search-sort-trigger{color:#243247;cursor:pointer;background:#fff;border:1px solid #ccd9ea;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:244px;min-height:40px;padding:8px 12px;font-size:14px;font-weight:700;transition:border-color .2s,box-shadow .2s,background-color .2s;display:inline-flex}.search-sort-trigger:hover{background:#fafdff;border-color:#a6bee1}.search-sort-trigger:focus-visible{border-color:#72a7f0;outline:none;box-shadow:0 0 0 3px #007bff29}.search-sort-trigger-icon{background:#edf4ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.search-sort-trigger-icon svg{stroke:#2d5ea8;stroke-width:1.9px;width:14px;height:14px}.search-sort-trigger-label{text-align:left;white-space:nowrap;flex:1}.search-sort-trigger-caret{border-bottom:2px solid #536381;border-right:2px solid #536381;width:8px;height:8px;margin-top:-3px;transition:transform .2s;transform:rotate(45deg)}.search-sort-trigger.is-open .search-sort-trigger-caret{margin-top:3px;transform:rotate(225deg)}.search-sort-dropdown{z-index:12;background:#fff;border:1px solid #d5e1f2;border-radius:14px;width:280px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 34px #12263f24}.search-sort-group{gap:2px;display:grid}.search-sort-separator{background:#e6edf8;height:1px;margin:6px 2px}.search-sort-option{color:#2d3a50;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.search-sort-option:hover{background:#f1f6ff}.search-sort-option.is-active{color:#1b56ac;background:#e9f2ff}.search-sort-option:disabled{opacity:.5;cursor:default}.search-sort-option:disabled:hover{background:0 0}.search-sort-option-check{font-size:16px;font-weight:800}@media (min-width:768px){.product-grid-container{grid-template-columns:repeat(4,1fr);gap:20px;padding:20px 0 28px}}.grid-status,.empty-hint{text-align:center;color:#666;grid-column:1/-1;padding:22px 16px}.grid-title{color:#1f2a3d;letter-spacing:.2px;grid-column:1/-1;margin:0;font-size:20px;font-weight:800}.empty-hint{color:#5f6881;border-radius:12px;max-width:760px;margin:0 auto;line-height:1.45}.grid-load-more{grid-column:1/-1;height:1px}.grid-loading-more{text-align:center;color:#5f6881;grid-column:1/-1;margin:0;padding:4px 0 10px;font-size:13px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-card-skeleton{background:#fff;border:1px solid #ecf0f7;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0f172a0d}.skeleton-image{background:linear-gradient(110deg,#eff3fb 15%,#f7f9fd 50%,#eff3fb 85%) 0 0/220% 100%;width:100%;padding-top:120%;animation:1.2s ease-in-out infinite alternate skeleton-shimmer}.skeleton-content{flex-direction:column;gap:10px;padding:12px 15px 14px;display:flex}.skeleton-line{background:linear-gradient(110deg,#edf1f8 15%,#f8fafd 50%,#edf1f8 85%) 0 0/220% 100%;border-radius:999px;height:12px;animation:1.2s ease-in-out infinite alternate skeleton-shimmer}.skeleton-line-price{width:42%;height:22px}.skeleton-line-short{width:68%}.skeleton-line-market{width:36%;margin-top:4px}@keyframes skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@media (prefers-reduced-motion:reduce){.skeleton-image,.skeleton-line{animation:none}}@media (max-width:767px){.search-sort-shell{padding:0 0 2px}.search-sort-dropdown-wrap{width:100%}.search-sort-trigger{width:100%;min-width:0;min-height:44px}.search-sort-trigger-label{font-size:13px}.search-sort-dropdown{border-radius:12px;width:100%;max-width:none;padding:6px;top:calc(100% + 6px);right:0;box-shadow:0 14px 30px #0f172a29}.search-sort-option{min-height:48px;padding:12px;font-size:14px}}@media (min-width:768px){.grid-title{font-size:24px}}.auth-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;background:#0914238c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{background:#fff;border-radius:18px;flex-direction:column;gap:14px;width:min(420px,92vw);padding:22px 24px 18px;animation:.2s ease-out authSlide;display:flex;box-shadow:0 24px 64px #080f1e2e}.auth-modal.auth-modal-profile{width:min(760px,94vw);max-height:min(86vh,900px);overflow-y:auto}.auth-modal-header{justify-content:space-between;align-items:center;display:flex}.auth-modal-header h2{color:#101828;margin:0;font-size:22px}.auth-close{cursor:pointer;color:#475467;background:#f3f4f6;border:none;border-radius:10px;width:34px;height:34px;font-size:22px}.auth-modal-form{flex-direction:column;gap:12px;display:flex}.auth-modal-form label{color:#475467;flex-direction:column;gap:6px;font-size:13px;display:flex}.auth-modal-form input{color:#111827;background:#fff;border:1px solid #d0d5dd;border-radius:10px;padding:10px 12px;font-size:14px}.auth-modal-form input:focus{border-color:#437eff;outline:2px solid #437eff40}.auth-helper{color:#667085;margin:0;font-size:13px}.auth-error{color:#b42318;background:#ffe4e6;border-radius:10px;margin:0;padding:8px 10px;font-size:13px}.auth-message{color:#035388;background:#e0f2fe;border-radius:10px;margin:0;padding:8px 10px;font-size:13px}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2b6cb0,#3b82f6);border:none;border-radius:12px;margin-top:4px;padding:10px 12px;font-size:15px;font-weight:600}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-submit-danger{background:linear-gradient(135deg,#b42318,#dc2626)}.auth-modal-footer{text-align:center;flex-direction:column;gap:8px;display:flex}.auth-modal-footer button{color:#2b6cb0;cursor:pointer;background:0 0;border:none;font-size:13px}.auth-modal-footer button:disabled{opacity:.6;cursor:not-allowed}.auth-profile-layout{gap:14px;display:grid}.auth-profile-section{background:#fbfcfe;border:1px solid #e4e7ec;border-radius:14px;gap:10px;padding:14px;display:grid}.auth-profile-section h3{color:#101828;margin:0;font-size:16px}.auth-profile-row{color:#475467;justify-content:space-between;gap:10px;margin:0;font-size:14px;display:flex}.auth-profile-row strong{color:#101828;text-align:right;word-break:break-word}.auth-profile-danger{background:#fff8f8;border-color:#fecdd3}.auth-profile-empty{gap:12px;display:grid}@keyframes authSlide{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.auth-modal.auth-modal-profile{width:96vw;max-height:90vh;padding:18px 16px 14px}.auth-profile-row{flex-direction:column;align-items:flex-start}.auth-profile-row strong{text-align:left}}.favorites-page{flex-direction:column;gap:18px;display:flex}.favorites-page-header{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e3ecf8;border-radius:16px;padding:18px 20px;box-shadow:0 6px 16px #0f172a0a}.favorites-page-header h1{color:#0f172a;margin-bottom:6px;font-size:24px;line-height:1.15}.favorites-page-header p{color:#64748b;font-size:14px;line-height:1.4}.favorites-state,.favorites-empty{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 20px}.favorites-state-error{color:#991b1b;border-color:#ef444433}.favorites-state-error button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-top:12px;padding:8px 12px}.favorites-empty h2{color:#0f172a;margin-bottom:6px;font-size:20px}.favorites-list-wrap{gap:12px;display:grid}.favorites-inline-error{color:#b91c1c;background:#fef2f2f2;border:1px solid #ef44442e;border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.4}.favorites-list{gap:12px;display:grid}.favorite-row{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px;display:grid;box-shadow:0 4px 12px #0f172a0a}.favorite-row-main{grid-template-columns:88px 1fr;align-items:center;gap:12px;min-width:0;display:grid}.favorite-row-image{object-fit:cover;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;width:88px;height:88px}.favorite-row-info{flex-direction:column;gap:8px;min-width:0;display:flex}.favorite-row-title-line{align-items:center;gap:10px;min-width:0;display:flex}.favorite-row-title{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:700;text-decoration:none;overflow:hidden}.favorite-row-title:hover{color:#005bff}.favorite-row-market{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:12px;font-weight:700}.favorite-row-market.is-ozon{color:#0b4fd1;background:#005bff12;border-color:#005bff24}.favorite-row-market.is-wb{color:#7e22ce;background:#7e22ce14;border-color:#7e22ce24}.favorite-row-market.is-ym{color:#b45309;background:#f59e0b1a;border-color:#f59e0b2e}.favorite-row-price-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.favorite-row-price{color:#111827;font-size:20px;font-weight:800}.favorite-row-trend{border:1px solid #0000;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.favorite-row-trend.is-up{color:#b91c1c;background:#ef444414;border-color:#ef44441f}.favorite-row-trend.is-down{color:#047857;background:#10b98117;border-color:#10b98126}.favorite-row-trend.is-neutral{color:#475569;background:#f8fafc;border-color:#e2e8f0}.favorite-row-status{color:#64748b;font-size:12px}.favorite-row-status.is-ok{color:#047857}.favorite-row-chart-line{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.price-sparkline{flex-shrink:0}.price-sparkline-bg{fill:#f8fbff;stroke:#dbe5f1}.favorite-row-updated{color:#64748b;font-size:12px}.favorite-row-favorite-button{color:#007bff;cursor:pointer;background:#fffffff5;border:1px solid #e5ebf3;border-radius:12px;justify-content:center;place-self:center end;align-items:center;width:44px;height:44px;padding:0;transition:transform .15s,background-color .15s,border-color .15s,box-shadow .15s,color .15s;display:inline-flex;box-shadow:0 2px 8px #0f172a14}.favorite-row-favorite-button:hover:not(:disabled){background:#fff;border-color:#d4deeb;transform:translateY(-1px);box-shadow:0 6px 14px #0f172a1f}.favorite-row-favorite-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0f172a14}.favorite-row-favorite-button.is-active{color:#e11d48;background:#ef444414;border-color:#ef444433}.favorite-row-favorite-button.is-loading{color:#007bff;background:#fffffffa;border-color:#d6dfec}.favorite-row-favorite-button:disabled{cursor:default;transform:none;box-shadow:0 2px 8px #0f172a0f}.favorite-row-heart-icon{width:20px;height:20px}.favorite-row-favorite-button:focus-visible{outline-offset:2px;outline:2px solid #99c8ff}@media (max-width:768px){.favorites-page-header{padding:16px}.favorites-page-header h1{font-size:20px}.favorite-row{grid-template-columns:1fr;gap:10px}.favorite-row-main{grid-template-columns:72px 1fr}.favorite-row-image{width:72px;height:72px}.favorite-row-price{font-size:18px}.favorite-row-title-line{flex-direction:column;align-items:flex-start;gap:6px}.favorite-row-title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.favorite-row-chart-line{align-items:flex-start}.price-sparkline{max-width:100%}.favorite-row-favorite-button{align-self:flex-start}}
