:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.support-widget{z-index:50;font-family:inherit;position:fixed;bottom:24px;right:24px}.support-widget__fab-anchor{line-height:0;display:inline-flex}.support-widget__fab{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;font-weight:600;position:relative;box-shadow:0 8px 24px rgba(0,0,0,.2)}.support-widget__fab--unread{box-shadow:0 8px 24px rgba(0,0,0,.2),0 0 0 2px #fff,0 0 0 4px #1677ff}.support-widget__fab-dot{box-sizing:border-box;background:#1677ff;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:6px;right:6px}.support-widget__panel{background:#fff;border-radius:16px;flex-direction:column;width:min(360px,100vw - 48px);transition:height .22s,min-height .22s,max-height .22s;display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.18)}.support-widget__panel--compact{height:auto;min-height:0;max-height:min(320px,100vh - 120px)}.support-widget__panel--chat{height:min(100vh - 120px,640px);min-height:min(480px,100vh - 160px);max-height:min(100vh - 120px,640px)}.support-widget__panel--resizing .support-widget__body,.support-widget__panel--resizing .support-widget__view{flex:1;min-height:0}.support-widget__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px;font-size:15px;font-weight:600;display:flex}.support-widget__close{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.support-widget__body{flex-direction:column;flex:1;min-height:0;padding:16px;display:flex;overflow:hidden}.support-widget__panel--compact .support-widget__body{flex:none}.support-widget__view{flex-direction:column;flex:1;gap:12px;min-height:0;display:flex}.support-widget__panel--compact .support-widget__view{flex:none}.support-widget__status{color:#555;background:#f5f7fa;border:1px solid #e8ecf2;border-radius:8px;margin:0;padding:8px 12px;font-size:12px;line-height:1.4}.support-widget__fab-tooltip{max-width:220px;z-index:55!important;color:#fff!important;background-color:#111!important;border-radius:8px!important;font-size:13px!important;line-height:1.35!important}.support-widget__fab-tooltip,.support-widget__fab-tooltip *{color:#fff!important}.support-widget__menu-actions{flex-direction:column;gap:10px;display:flex}.support-widget__menu-btn{text-align:left;cursor:pointer;background:#fafafa;border:1px solid #ddd;border-radius:10px;width:100%;padding:12px 14px;font-size:14px}.support-widget__menu-btn:hover{background:#f0f0f0}.support-widget__menu-btn--primary{color:#fff;background:#111;border-color:#111}.support-widget__menu-btn--primary:hover{background:#333}.support-widget__form{flex-direction:column;gap:8px;display:flex}.support-widget__input{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.support-widget__chat-view{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.support-widget__closed-notice{text-align:center;background:#fff5f5;border:1px solid #ffd6d6;border-radius:12px;flex-shrink:0;margin-bottom:10px;padding:14px 14px 12px}.support-widget__closed-notice-title{color:#a8071a;margin:0 0 6px;font-size:15px;font-weight:600}.support-widget__closed-notice-text{color:#595959;margin:0 0 12px;font-size:13px;line-height:1.45}.support-widget__closed-notice-back{color:#111;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:underline}.support-widget__messages{overscroll-behavior:contain;scroll-behavior:smooth;flex-direction:column;flex:auto;gap:8px;min-height:0;max-height:100%;padding-right:4px;display:flex;overflow-x:hidden;overflow-y:auto}.support-widget__messages-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;min-height:140px;padding:20px 16px;display:flex}.support-widget__messages-empty-title{color:#333;margin:0;font-size:16px;font-weight:600}.support-widget__messages-empty-hint{color:#888;max-width:240px;margin:0;font-size:13px;line-height:1.45}.support-widget__message{word-break:break-word;border-radius:12px;flex-direction:column;gap:6px;max-width:85%;padding:10px 12px;font-size:14px;line-height:1.4;display:flex}.support-widget__message--user{color:#fff;background:#111;border-bottom-right-radius:4px;align-self:flex-end}.support-widget__message--user .support-widget__message-text,.support-widget__message--user .support-widget__message-time{color:#fff}.support-widget__message--user .support-widget__message-time{opacity:.75}.support-widget__message--operator{color:#111;background:#f2f2f2;border-bottom-left-radius:4px;align-self:flex-start}.support-widget__message--with-photo{gap:6px}.support-widget__message--with-photo.support-widget__message--user{background:0 0;padding:0}.support-widget__message--with-photo.support-widget__message--user .support-widget__message-text{color:#fff;background:#111;border-radius:12px 12px 4px;padding:10px 12px}.support-widget__message--with-photo.support-widget__message--operator{background:0 0;padding:0}.support-widget__message--with-photo.support-widget__message--operator .support-widget__message-text{background:#f2f2f2;border-radius:12px 12px 12px 4px;padding:10px 12px}.support-widget__message-photo-link{vertical-align:top;line-height:0;text-decoration:none;display:inline-block;position:relative}.support-widget__message-photo{vertical-align:top;width:auto;max-width:140px;height:auto;max-height:120px;transition:opacity .15s;display:block}.support-widget__message--pending{opacity:.92}.support-widget__photo-pending-label{font-size:13px;line-height:1.4;display:block}.support-widget__message--user.support-widget__message--pending .support-widget__photo-pending-label{color:#fff;background:#111;border-radius:12px 12px 4px;padding:10px 12px}.support-widget__message-text{white-space:pre-wrap;color:inherit}.support-widget__message-time{opacity:.65;margin-top:2px;font-size:11px;line-height:1.2;display:block}.support-widget__message--user .support-widget__message-time{color:rgba(255,255,255,.75);text-align:right}.support-widget__message--operator .support-widget__message-time{color:#8c8c8c}.support-widget__message--with-photo.support-widget__message--user .support-widget__message-time,.support-widget__message--with-photo.support-widget__message--operator .support-widget__message-time{text-align:right;background:0 0;padding:0}.support-widget__message--with-photo.support-widget__message--user .support-widget__message-time{color:#8c8c8c}.support-widget__file-input{display:none}.support-widget__composer{flex-shrink:0;align-items:stretch;gap:10px;margin-top:auto;display:flex}.support-widget__composer-input{resize:none;color:#111;background:#fff;border:1px solid #ddd;border-radius:10px;flex:1;min-width:0;min-height:88px;max-height:120px;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.45}.support-widget__composer-input::placeholder{color:#999}.support-widget__composer-input:focus{border-color:#999;outline:none}.support-widget__composer-actions{flex-direction:column;flex-shrink:0;justify-content:space-between;gap:8px;display:flex}.support-widget__composer-btn{cursor:pointer;border:1px solid #ddd;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .15s,border-color .15s;display:inline-flex}.support-widget__composer-btn:disabled{opacity:.45;cursor:not-allowed}.support-widget__composer-btn--attach{color:#444;background:#fafafa}.support-widget__composer-btn--attach:hover:not(:disabled){background:#f0f0f0;border-color:#ccc}.support-widget__composer-btn--send{color:#fff;background:#111;border-color:#111}.support-widget__composer-btn--send:hover:not(:disabled){background:#333;border-color:#333}.support-widget__hint{color:#888;margin:0;font-size:12px}.support-widget__error{color:#c00;font-size:13px}.support-widget__back{color:#666;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:13px}@media (max-width:767.98px){.support-widget{right:16px;bottom:max(16px,env(safe-area-inset-bottom,0px))}.support-widget__panel{width:calc(100vw - 32px)}.support-widget__panel--chat{height:max(280px,min(62vh,100vh - 112px));min-height:0;max-height:min(62vh,100vh - 112px)}.support-widget__panel--compact{max-height:min(100vh - 120px,320px)}.support-widget__composer-input{min-height:56px;max-height:96px}.support-widget__messages-empty{min-height:80px;padding:12px}}@media (prefers-reduced-motion:reduce){.support-widget__messages{scroll-behavior:auto}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}html,body,div,figure,section,header,article,span,ul,li,p,h1,h2,h3,h4,h5,a,button,input,textarea,label{box-sizing:border-box;color:#262626;margin:0;padding:0;font-family:Manrope,sans-serif}html{scrollbar-gutter:stable}li{margin:0;padding-left:0;list-style:none}body{color:#262626;background:#f6f5f1;font-family:Manrope,sans-serif;font-style:normal}h1{letter-spacing:0;margin:0 0 1rem;font-size:64px;font-weight:400;line-height:1.2}@media (min-width:1025px) and (max-width:1439.98px){h1{font-size:48px;line-height:1.2}}@media (min-width:769px) and (max-width:1023.98px){h1{font-size:40px;line-height:1.2}}@media (min-width:360px) and (max-width:768px){h1{font-size:32px;line-height:1.2}}h2{letter-spacing:0;margin:0 0 .875rem;font-size:48px;font-weight:400;line-height:1.25}@media (min-width:1025px) and (max-width:1439.98px){h2{font-size:40px;line-height:1.25}}@media (min-width:769px) and (max-width:1023.98px){h2{font-size:32px;line-height:1.25}}@media (min-width:360px) and (max-width:768px){h2{font-size:28px;line-height:1.25}}h3{letter-spacing:0;margin:0 0 .75rem;font-size:36px;font-weight:400;line-height:1.3}@media (min-width:1025px) and (max-width:1439.98px){h3{font-size:32px;line-height:1.3}}@media (min-width:769px) and (max-width:1023.98px){h3{font-size:28px;line-height:1.3}}@media (min-width:360px) and (max-width:768px){h3{font-size:24px;line-height:1.3}}h4{letter-spacing:0;margin:0 0 .625rem;font-size:32px;font-weight:400;line-height:1.35}@media (min-width:1025px) and (max-width:1439.98px){h4{font-size:28px;line-height:1.35}}@media (min-width:769px) and (max-width:1023.98px){h4{font-size:24px;line-height:1.35}}@media (min-width:360px) and (max-width:768px){h4{font-size:20px;line-height:1.35}}h5{letter-spacing:0;margin:0 0 .5rem;font-size:24px;font-weight:400;line-height:1.4}@media (min-width:1025px) and (max-width:1439.98px){h5{font-size:24px;line-height:1.4}}@media (min-width:769px) and (max-width:1023.98px){h5{font-size:20px;line-height:1.4}}@media (min-width:360px) and (max-width:768px){h5{font-size:18px;line-height:1.4}}h6{letter-spacing:0;margin:0 0 .375rem;font-size:24px;font-weight:400;line-height:1.4}@media (min-width:1025px) and (max-width:1439.98px){h6{font-size:24px;line-height:1.4}}@media (min-width:769px) and (max-width:1023.98px){h6{font-size:20px;line-height:1.4}}@media (min-width:360px) and (max-width:768px){h6{font-size:18px;line-height:1.4}}p{letter-spacing:0;font-size:16px;font-weight:400;line-height:1.5}@media (min-width:1025px) and (max-width:1439.98px){p{font-size:16px;line-height:1.5}}@media (min-width:769px) and (max-width:1023.98px){p{font-size:16px;line-height:1.5}}@media (min-width:360px) and (max-width:768px){p{font-size:14px;line-height:1.5}}p:last-child{margin-bottom:0}span{letter-spacing:0;font-size:14px;font-weight:400;line-height:1.4}@media (min-width:1025px) and (max-width:1439.98px){span{font-size:14px;line-height:1.4}}@media (min-width:769px) and (max-width:1023.98px){span{font-size:13px;line-height:1.4}}@media (min-width:360px) and (max-width:768px){span{font-size:12px;line-height:1.4}}li{letter-spacing:0;font-size:16px;font-weight:400;line-height:1.5}@media (min-width:1025px) and (max-width:1439.98px){li{font-size:16px;line-height:1.5}}@media (min-width:769px) and (max-width:1023.98px){li{font-size:16px;line-height:1.5}}@media (min-width:360px) and (max-width:768px){li{font-size:14px;line-height:1.5}}.text-caption{text-transform:uppercase;font-size:24px;font-weight:500;line-height:1.4}@media (min-width:1025px) and (max-width:1439.98px){.text-caption{font-size:24px;line-height:1.4}}@media (min-width:769px) and (max-width:1023.98px){.text-caption{font-size:20px;line-height:1.4}}@media (min-width:360px) and (max-width:768px){.text-caption{font-size:18px;line-height:1.4}}.text-small{font-size:24px;font-weight:400;line-height:1.4}@media (min-width:1025px) and (max-width:1439.98px){.text-small{font-size:24px;line-height:1.4}}@media (min-width:769px) and (max-width:1023.98px){.text-small{font-size:20px;line-height:1.4}}@media (min-width:360px) and (max-width:768px){.text-small{font-size:18px;line-height:1.4}}.text-p1{font-size:18px;font-weight:400;line-height:1.6}@media (min-width:1025px) and (max-width:1439.98px){.text-p1{font-size:18px;line-height:1.6}}@media (min-width:769px) and (max-width:1023.98px){.text-p1{font-size:16px;line-height:1.6}}@media (min-width:360px) and (max-width:768px){.text-p1{font-size:16px;line-height:1.6}}.text-p2{font-size:16px;font-weight:400;line-height:1.5}@media (min-width:1025px) and (max-width:1439.98px){.text-p2{font-size:16px;line-height:1.5}}@media (min-width:769px) and (max-width:1023.98px){.text-p2{font-size:14px;line-height:1.5}}@media (min-width:360px) and (max-width:768px){.text-p2{font-size:14px;line-height:1.5}}.text-p3{font-size:12px;font-weight:400;line-height:1.4}@media (min-width:1025px) and (max-width:1439.98px){.text-p3{font-size:12px;line-height:1.4}}@media (min-width:769px) and (max-width:1023.98px){.text-p3{font-size:12px;line-height:1.4}}@media (min-width:360px) and (max-width:768px){.text-p3{font-size:10px;line-height:1.4}}.modal-p{font-size:18px;font-weight:400;line-height:127%}@media (min-width:1025px) and (max-width:1439.98px){.modal-p{font-size:18px;line-height:127%}}@media (min-width:769px) and (max-width:1023.98px){.modal-p{font-size:14px;line-height:127%}}@media (min-width:360px) and (max-width:768px){.modal-p{font-size:14px;line-height:127%}}body.solitude-heatmap-dimmed:before{content:"";z-index:999998;pointer-events:none;background-color:rgba(0,0,0,.44);position:fixed;top:0;bottom:0;left:0;right:0}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.contact-icon__tooltip{color:#fff!important;opacity:1!important;z-index:10050!important;background:rgba(38,38,38,.92)!important;border:none!important;border-radius:6px!important;padding:10px 12px!important;font-family:Manrope,sans-serif!important;line-height:140%!important}.contact-icon__tooltip,.contact-icon__tooltip *{color:#fff!important}.contact-icon__tooltip .react-tooltip-arrow{background:rgba(38,38,38,.92)!important}.contact-icon__tooltip{text-align:center!important;max-width:min(280px,100vw - 32px)!important;font-size:12px!important}.order-tracking-form__helper-tooltip{color:#fff!important;opacity:1!important;z-index:10050!important;background:rgba(38,38,38,.92)!important;border:none!important;border-radius:6px!important;padding:10px 12px!important;font-family:Manrope,sans-serif!important;line-height:140%!important}.order-tracking-form__helper-tooltip,.order-tracking-form__helper-tooltip *{color:#fff!important}.order-tracking-form__helper-tooltip .react-tooltip-arrow{background:rgba(38,38,38,.92)!important}.order-tracking-form__helper-tooltip{text-align:left!important;max-width:min(300px,100vw - 32px)!important;font-size:12px!important}.custom-tooltip{color:#262626!important;z-index:10050!important;background:#f0efeb!important}.custom-tooltip,.custom-tooltip .react-tooltip-content-wrapper,.custom-tooltip .react-tooltip-content-wrapper *{color:#262626!important}.custom-tooltip .react-tooltip-content-wrapper,.custom-tooltip .tooltip-content{align-items:center;gap:8px;max-width:min(200px,100vw - 32px);background:#f0efeb!important;display:flex!important}.custom-tooltip .tooltip-content span{font-size:11px;line-height:1.3}
