.ea-live-chat{position:fixed;right:18px;bottom:20px;z-index:999;width:min(340px,calc(100vw - 24px));pointer-events:none}
.ea-live-chat__dock{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(142px,.82fr);gap:0;width:100%;border-radius:999px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.24);pointer-events:auto}
.ea-live-chat__dock--support-only{grid-template-columns:minmax(0,1fr)}
.ea-live-chat__panel{position:absolute;right:0;bottom:calc(100% + 12px);width:100%;height:min(680px,calc(100dvh - 96px));max-height:calc(100dvh - 96px);border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#e8ddd4;box-shadow:0 24px 56px rgba(0,0,0,.24);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;display:grid;grid-template-rows:auto 1fr auto;pointer-events:none}
.ea-live-chat.is-open .ea-live-chat__panel{opacity:1;visibility:visible;transform:translateY(0)}
.ea-live-chat.is-open .ea-live-chat__panel{pointer-events:auto}
.ea-live-chat .ea-floating-cart{position:static;right:auto;bottom:auto;left:auto;display:inline-flex;opacity:1;visibility:visible;transform:none;pointer-events:auto;min-width:0;width:100%;padding:0 15px;min-height:56px;border:0;border-radius:0;background:linear-gradient(180deg,#9a612f 0%,#6f4019 100%);box-shadow:none;color:#fff;text-decoration:none;backdrop-filter:none;gap:9px}
.ea-live-chat .ea-floating-cart.is-empty{background:linear-gradient(180deg,#a56f42 0%,#7d4d25 100%);opacity:.94}
.ea-live-chat .ea-floating-cart__icon{width:32px;height:32px;flex:0 0 32px;background:rgba(255,255,255,.18);color:#fff}
.ea-live-chat .ea-floating-cart__copy{min-width:0;flex:1 1 auto}
.ea-live-chat .ea-floating-cart__copy strong{font-size:13px;color:#fff}
.ea-live-chat .ea-floating-cart__copy span{color:rgba(255,255,255,.82);font-size:10px}
.ea-live-chat__launcher{display:inline-flex;align-items:center;gap:10px;justify-content:flex-start;min-height:56px;width:100%;padding:0 16px;border:0;border-radius:0;background:linear-gradient(180deg,#0d8d77 0%,#0b7d69 100%);color:#fff;font:inherit;font-weight:800;box-shadow:none}
.ea-live-chat__launcher small{display:block;font-size:9px;letter-spacing:.1em;text-transform:uppercase;opacity:.82}
.ea-live-chat__launcher strong{display:block;font-size:15px;line-height:1.05;white-space:nowrap}
.ea-live-chat__launcher-badge{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:999px;background:rgba(255,255,255,.2);font-size:17px}
.ea-live-chat__launcher-unread{display:none;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff;color:#128c7e;font-size:11px;font-weight:800}
.ea-live-chat__launcher-unread.is-visible{display:inline-flex}
.ea-live-chat__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,#0d8d77 0%,#0b7d69 100%);color:#fff}
.ea-live-chat__avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.18);font-size:15px;font-weight:800}
.ea-live-chat__eyebrow{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.8);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ea-live-chat__eyebrow::before{content:"";width:7px;height:7px;border-radius:999px;background:#7bffbb}
.ea-live-chat__head h2{margin:4px 0 2px;font-size:18px;line-height:1;color:#fff}
.ea-live-chat__head p{margin:0;color:rgba(255,255,255,.92);font-size:12px;line-height:1.35}
.ea-live-chat__presence{margin-top:6px;font-size:11px;color:rgba(255,255,255,.74)}
.ea-live-chat__presence-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}
.ea-live-chat__identity-toggle{display:none;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border:0;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font:inherit;font-size:11px;font-weight:800;letter-spacing:.02em;white-space:nowrap}
.ea-live-chat.has-active-thread .ea-live-chat__identity-toggle{display:inline-flex}
.ea-live-chat__close{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font:inherit}
.ea-live-chat__body{position:relative;display:grid;grid-template-rows:auto 1fr;min-height:0;background:#e5ddd5}
.ea-live-chat__body::before{content:"";position:absolute;inset:67px 0 84px 0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.24) 1px, transparent 1px),linear-gradient(135deg,rgba(255,255,255,.08),transparent 40%);background-size:24px 24px,100% 100%;opacity:.6}
.ea-live-chat__topics{position:relative;z-index:1;display:flex;flex-wrap:nowrap;gap:8px;padding:10px 14px 10px 12px;border-bottom:1px solid rgba(0,0,0,.06);background:rgba(247,244,240,.92);overflow:auto;scrollbar-width:none;scroll-padding-right:14px}
.ea-live-chat__topics::-webkit-scrollbar{display:none}
.ea-live-chat__topic{min-height:34px;padding:0 13px;border:1px solid rgba(111,64,25,.18);border-radius:999px;background:rgba(255,250,244,.98);color:#5a4331;font:inherit;font-size:11px;font-weight:800;white-space:nowrap;flex:0 0 auto;box-shadow:0 1px 0 rgba(255,255,255,.75) inset}
.ea-live-chat__topic.is-active{background:#d9fdd3;border-color:#7ad9a4;color:#0f5132;box-shadow:none}
.ea-live-chat__messages{position:relative;z-index:1;min-height:0;overflow:auto;padding:14px 12px;display:grid;gap:10px;align-content:start}
.ea-live-chat__messages.is-drop-target{outline:2px dashed rgba(0,168,132,.48);outline-offset:-10px;background:rgba(217,253,211,.2)}
.ea-live-chat__empty{padding:14px;border-radius:10px;background:#fff3c4;color:#5f5d53;font-size:12px;line-height:1.55;max-width:88%;justify-self:center;text-align:center;box-shadow:0 1px 0 rgba(0,0,0,.05)}
.ea-live-chat__message{display:grid;gap:4px;max-width:85%}
.ea-live-chat__message--customer{margin-left:auto;justify-items:end}
.ea-live-chat__message-meta{font-size:10px;color:#667781;font-weight:700;letter-spacing:.02em}
.ea-live-chat__bubble{position:relative;padding:8px 10px 10px;border-radius:9px 9px 9px 3px;background:#fff;color:#111b21;font-size:13px;line-height:1.45;word-break:break-word;box-shadow:0 1px 0 rgba(0,0,0,.08)}
.ea-live-chat__bubble::after{content:"";position:absolute;left:-6px;top:0;border-right:6px solid #fff;border-top:6px solid #fff;border-bottom:6px solid transparent}
.ea-live-chat__message--customer .ea-live-chat__bubble{background:#d9fdd3;border-radius:9px 9px 3px 9px}
.ea-live-chat__message--customer .ea-live-chat__bubble::after{left:auto;right:-6px;border-right:0;border-left:6px solid #d9fdd3;border-top:6px solid #d9fdd3;border-bottom:6px solid transparent}
.ea-live-chat__bubble-status{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;width:100%;margin-top:7px;font-size:10px;color:#667781;font-weight:700}
.ea-live-chat__message--customer .ea-live-chat__bubble-status{color:#0b6c46}
.ea-live-chat__bubble-status i{font-style:normal;font-size:11px;letter-spacing:0}
.ea-live-chat__quote{margin-bottom:6px;padding:6px 8px;border-left:3px solid rgba(0,168,132,.45);border-radius:8px;background:rgba(0,0,0,.05);font-size:11px;color:#54656f}
.ea-live-chat__message-attachments{display:grid;gap:8px;margin-top:8px}
.ea-live-chat__attachment-image{display:block;max-width:180px;max-height:140px;border-radius:12px;object-fit:cover;box-shadow:0 12px 24px rgba(0,0,0,.12)}
.ea-live-chat__attachment-file{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:9px 11px;border-radius:12px;background:rgba(0,0,0,.05);color:#54656f;text-decoration:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.ea-live-chat__composer{padding:10px;border-top:1px solid rgba(0,0,0,.08);background:#f0f2f5;display:grid;gap:8px}
.ea-live-chat__queue,.ea-live-chat__mode{display:flex;flex-wrap:wrap;gap:6px}
.ea-live-chat__queue span,.ea-live-chat__mode span{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:#fff;color:#54656f;font-size:11px}
.ea-live-chat__mode span.is-quote{background:#fff3c4;color:#7a5b00}
.ea-live-chat__mode span.is-upload{background:#e7f1ff;color:#0f5cc0}
.ea-live-chat__composer-surface{display:grid;gap:8px;padding:8px;border-radius:18px;background:rgba(255,255,255,.72);box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.ea-live-chat__field{display:grid;gap:6px}
.ea-live-chat__field span{display:none}
.ea-live-chat__field textarea{width:100%;border:0;border-radius:22px;background:#fff;color:#111b21;font:inherit;padding:13px 16px;min-height:46px;max-height:140px;resize:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
.ea-live-chat__field--message{min-width:0;position:relative}
.ea-live-chat__field--message textarea{min-height:46px;height:46px;padding:12px 46px 12px 14px;border-radius:22px}
.ea-live-chat__composer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;position:relative}
.ea-live-chat__attach{position:absolute;right:8px;bottom:8px;display:grid;place-items:center;min-height:30px;min-width:30px;padding:0;border:0;border-radius:999px;background:transparent;color:#667781;font:inherit;box-shadow:none}
.ea-live-chat__attach svg,.ea-live-chat__send svg{width:18px;height:18px;display:block}
.ea-live-chat__attachments{display:none}
.ea-live-chat__send{display:grid;place-items:center;min-height:46px;min-width:46px;padding:0;border:0;border-radius:999px;background:#0b7d69;color:#fff;font:inherit;box-shadow:0 10px 18px rgba(11,125,105,.28)}
.ea-live-chat__send:disabled{opacity:.72}
.ea-live-chat__feedback{padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.82);color:#54656f;font-size:11px;line-height:1.4}
.ea-live-chat__feedback.is-error{background:rgba(255,226,223,.96);color:#9a2e22}
.ea-live-chat__company{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.ea-live-chat__thread{display:none!important}
.ea-live-chat__thread-label{font-size:11px;color:#54656f}
.ea-live-chat__thread-status{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.92);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#54656f}
.ea-live-chat__thread-status::before{content:"";width:7px;height:7px;border-radius:999px;background:#25d366}
.ea-live-chat__history{display:none!important}
.ea-live-chat__history-title{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#667781}
.ea-live-chat__history-list{display:grid;gap:8px;overflow:auto;max-height:124px;scrollbar-width:none}
.ea-live-chat__history-list::-webkit-scrollbar{display:none}
.ea-live-chat__history-list button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:start;padding:10px 12px;border:0;border-radius:14px;background:#fff;color:#54656f;font:inherit;text-align:left;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
.ea-live-chat__history-list button strong{display:block;font-size:12px;line-height:1.2;color:#111b21}
.ea-live-chat__history-list button small{display:block;font-size:10px;line-height:1.35;color:#667781}
.ea-live-chat__history-list button time{grid-column:2;grid-row:1 / span 2;align-self:center;font-size:10px;font-weight:700;letter-spacing:.04em;color:#667781;white-space:nowrap}
.ea-live-chat__history-list button.is-active{background:#d9fdd3;color:#0b6c46;box-shadow:inset 0 0 0 1px #b5e5ad}
.ea-live-chat__history-list button.is-active strong,.ea-live-chat__history-list button.is-active small,.ea-live-chat__history-list button.is-active time{color:#0b6c46}
.ea-live-chat__recovery{display:none!important}
.ea-live-chat__recovery strong{font-size:12px;color:#111b21}
.ea-live-chat__recovery p{margin:0;font-size:11px;line-height:1.45}
.ea-live-chat__recovery-email{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef3f5;color:#41525d;font-size:11px;font-weight:700}
.ea-live-chat__recovery-actions{display:flex;gap:8px;flex-wrap:wrap}
.ea-live-chat__recovery-actions button{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:0;border-radius:999px;background:#eef3f5;color:#54656f;font:inherit;font-size:11px;font-weight:700}
.ea-live-chat__recovery-actions button.is-primary{background:#d9fdd3;color:#0b6c46}
body.single-product{padding-bottom:108px}
body.single-product .ea-live-chat{right:18px;bottom:18px;width:min(360px,calc(100vw - 24px))}
body.single-product .ea-live-chat__dock{grid-template-columns:minmax(0,1fr) minmax(142px,.82fr);border-radius:999px;box-shadow:0 18px 40px rgba(0,0,0,.24)}
body.single-product .ea-live-chat .ea-floating-cart{display:inline-flex!important;justify-content:flex-start;width:100%;min-height:56px;padding:0 15px;border-radius:999px 0 0 999px}
body.single-product .ea-live-chat .ea-floating-cart__copy{display:flex}
body.single-product .ea-live-chat__launcher{justify-content:flex-start;min-height:56px;width:100%;padding:0 16px;border-radius:0 999px 999px 0}
body.single-product .ea-live-chat__launcher > span:not(.ea-live-chat__launcher-badge):not(.ea-live-chat__launcher-unread){display:block}
body.single-product .ea-live-chat__launcher-badge{width:34px;height:34px;flex-basis:34px}
body.single-product .ea-live-chat__panel{right:0;width:min(392px,calc(100vw - 24px))}
.ea-live-chat__identity{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 2px 2px}
.ea-live-chat__identity.is-hidden{display:none}
.ea-live-chat__field--identity span{display:block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#667781}
.ea-live-chat__field--identity input{width:100%;height:42px;padding:0 14px;border:0;border-radius:14px;background:#fff;color:#111b21;font:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
.ea-live-chat__composer-hint{font-size:10px;color:#667781;padding:0 4px}
@media (max-width:767px){body{padding-bottom:88px}.ea-live-chat{right:10px;left:10px;bottom:10px;width:auto}.ea-live-chat__dock{min-width:0;width:100%;max-width:330px;margin:0 auto;border-radius:999px}.ea-live-chat.is-open{inset:0;width:100vw;height:100dvh;pointer-events:auto;background:rgba(0,0,0,.24)}.ea-live-chat.is-open .ea-live-chat__dock{display:none}.ea-live-chat__panel{right:6px;left:6px;bottom:calc(100% + 8px);width:auto;height:min(100dvh - 18px, 760px);max-height:calc(100dvh - 18px);border-radius:18px}.ea-live-chat.is-open .ea-live-chat__panel{position:fixed;inset:0;width:100vw;height:100dvh;max-height:100dvh;border-radius:0;border:0;box-shadow:none}.ea-live-chat .ea-floating-cart,.ea-live-chat__launcher{padding:0 12px;min-height:54px;gap:8px}.ea-live-chat .ea-floating-cart__icon,.ea-live-chat__launcher-badge{width:32px;height:32px;flex-basis:32px;font-size:16px}.ea-live-chat .ea-floating-cart__copy strong,.ea-live-chat__launcher strong{font-size:14px;line-height:1.04}.ea-live-chat .ea-floating-cart__copy span,.ea-live-chat__launcher small{display:block;font-size:9px}.ea-live-chat__launcher-unread{min-width:18px;height:18px;font-size:9px}.ea-live-chat__send{min-width:44px;min-height:44px}.ea-live-chat__identity{grid-template-columns:1fr}.ea-live-chat__history-list{max-height:104px}.ea-live-chat__topics{padding-right:20px}.ea-live-chat__presence-row{align-items:flex-start}.ea-live-chat__identity-toggle{min-height:22px;padding:0 8px}body:not(.single-product) .ea-live-chat{left:auto;right:10px;bottom:10px;width:178px}body:not(.single-product) .ea-live-chat__dock{grid-template-columns:1fr;max-width:178px;width:100%;border-radius:999px;margin:0}body:not(.single-product) .ea-live-chat .ea-floating-cart.is-empty{display:none!important}body:not(.single-product) .ea-live-chat .ea-floating-cart:not(.is-empty){display:inline-flex!important;border-radius:999px 0 0 999px}body:not(.single-product) .ea-live-chat:has(.ea-floating-cart:not(.is-empty)){width:330px;left:10px;right:10px}body:not(.single-product) .ea-live-chat:has(.ea-floating-cart:not(.is-empty)) .ea-live-chat__dock{grid-template-columns:minmax(0,1fr) 142px;max-width:330px;margin:0 auto}body:not(.single-product) .ea-live-chat:has(.ea-floating-cart:not(.is-empty)) .ea-live-chat__launcher{border-radius:0 999px 999px 0}body:not(.single-product) .ea-live-chat__launcher{justify-content:flex-start;min-height:54px;width:100%;padding:0 13px;border-radius:999px}body:not(.single-product) .ea-live-chat__launcher > span:not(.ea-live-chat__launcher-badge):not(.ea-live-chat__launcher-unread){display:block}body.single-product{padding-bottom:102px}body.single-product .ea-live-chat{left:10px;right:10px;bottom:10px;width:auto}body.single-product .ea-live-chat__dock{grid-template-columns:minmax(0,1fr) minmax(132px,.8fr);max-width:330px;width:100%}body.single-product .ea-live-chat .ea-floating-cart{display:inline-flex!important;justify-content:flex-start;width:100%;min-height:54px;padding:0 10px}body.single-product .ea-live-chat .ea-floating-cart__copy{display:flex}body.single-product .ea-live-chat__launcher{justify-content:flex-start;min-height:54px;width:100%;padding:0 12px}body.single-product .ea-live-chat__launcher-badge{width:32px;height:32px;flex-basis:32px}body.single-product .ea-live-chat__panel{right:6px;left:6px;width:auto}}
