.cobbler-chatbot{--cb-launcher-size: 75px;--cb-launcher-logo-size: 67px;--cb-launcher-logo-offset-x: 1.5px;--cb-launcher-logo-offset-y: 5px;--cb-border: rgba(141, 105, 74, .18);--cb-text: #2f241d;--cb-muted: #7a685a;--cb-accent: #9b5d33;--cb-accent-soft: #ead8c6;--cb-bot: #f2e8dd;--cb-user: linear-gradient(135deg, #a86031 0%, #7f421c 100%);--cb-success: #2d6a46;position:fixed;right:50px;bottom:60px;z-index:40;font-family:Georgia,Times New Roman,serif;color:var(--cb-text)}.cobbler-chatbot__launcher-shell{position:relative;display:flex;justify-content:flex-end;align-items:flex-end}.cobbler-chatbot__launcher-stack{position:relative;width:var(--cb-launcher-size);height:var(--cb-launcher-size)}.cobbler-chatbot__launcher{position:relative;width:var(--cb-launcher-size);height:var(--cb-launcher-size);border:0;border-radius:999px;cursor:pointer;color:#fff9f3;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.35),transparent 30%),linear-gradient(145deg,#b9703a,#8b4d24 55%,#6d3715);box-shadow:0 18px 40px #56301647,0 6px 14px #5630161f;filter:drop-shadow(0 8px 16px rgba(86,48,22,.2));transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;animation:none}.cobbler-chatbot__launcher.has-custom-shape{border-radius:0;-webkit-mask-image:var(--cb-launcher-shape-url);mask-image:var(--cb-launcher-shape-url);-webkit-mask-mode:alpha;mask-mode:alpha;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;box-shadow:none;filter:drop-shadow(0 16px 28px rgba(86,48,22,.34)) drop-shadow(0 6px 12px rgba(86,48,22,.2))}.cobbler-chatbot__launcher:hover{transform:translateY(-2px);box-shadow:0 22px 44px #56301657,0 0 0 10px #b9703a33,0 0 28px #b9703a59;filter:drop-shadow(0 12px 24px rgba(86,48,22,.28))}.cobbler-chatbot__launcher.has-custom-shape:hover{filter:drop-shadow(0 20px 34px rgba(86,48,22,.4)) drop-shadow(0 8px 16px rgba(86,48,22,.24)) drop-shadow(0 0 18px rgba(185,112,58,.22))}.cobbler-chatbot__launcher-rings{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 0 8px #9b5d3314;transition:box-shadow .18s ease,transform .18s ease,opacity .18s ease}.cobbler-chatbot__launcher-rings.has-custom-shape{border-radius:0;box-shadow:none;background:#9b5d331f;transform:scale(1.08);-webkit-mask-image:var(--cb-launcher-shape-url);mask-image:var(--cb-launcher-shape-url);-webkit-mask-mode:alpha;mask-mode:alpha;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.cobbler-chatbot__launcher:hover .cobbler-chatbot__launcher-rings{box-shadow:0 0 0 12px #9b5d3329}.cobbler-chatbot__launcher:hover .cobbler-chatbot__launcher-rings.has-custom-shape{background:#9b5d3329;transform:scale(1.1)}.cobbler-chatbot__launcher-stack:hover .cobbler-chatbot__launcher-logo,.cobbler-chatbot__launcher-stack:focus-within .cobbler-chatbot__launcher-logo{transform:translateY(-2px)}.cobbler-chatbot__launcher-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:visible}.cobbler-chatbot__launcher-logo{position:absolute;top:0;right:0;bottom:0;left:0;display:block;pointer-events:none;z-index:2;transition:transform .18s ease}.cobbler-chatbot__launcher-icon svg{width:30px;height:30px}.cobbler-chatbot__brand-svg{display:block;overflow:visible;color:#fff8f1}.cobbler-chatbot__brand-image{display:block;object-fit:contain}.cobbler-chatbot__brand-svg--launcher,.cobbler-chatbot__brand-image--launcher{width:var(--cb-launcher-logo-size);height:var(--cb-launcher-logo-size);position:absolute;left:calc(50% + var(--cb-launcher-logo-offset-x));top:calc(50% + var(--cb-launcher-logo-offset-y));transform:translate(-50%,-50%)}.cobbler-chatbot__launcher-label{position:absolute;inset:auto auto -34px -50%;width:fit-content;padding:4px 10px;border-radius:16px;background:#2f241deb;color:#fff9f3;font-size:9px;line-height:1.15;letter-spacing:.08em;text-transform:uppercase;text-align:center;pointer-events:none}.cobbler-chatbot__launcher-label span{display:block;white-space:nowrap}.cobbler-chatbot__teaser{position:absolute;right:112px;bottom:12px;display:grid;gap:8px;width:270px;max-width:calc(100vw - 132px);padding:16px 12px;border:1px solid var(--cb-border);border-radius:18px;background:#fffcf8f0;box-shadow:0 16px 38px #2f241d29,0 4px 12px #2f241d14;transition:opacity .18s ease,transform .18s ease}.cobbler-chatbot__teaser strong{color:var(--cb-accent);display:block;font-size:13px;line-height:1.1;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}.cobbler-chatbot__teaser span{color:var(--cb-text);font-size:14px;line-height:1.55}.cobbler-chatbot__teaser.is-hidden{opacity:0;transform:translateY(8px);pointer-events:none}.cobbler-chatbot__panel{position:absolute;right:0;bottom:112px;width:min(430px,calc(100vw - 24px));max-height:min(78vh,700px);display:flex;flex-direction:column;border:1px solid var(--cb-border);border-radius:28px;background:radial-gradient(circle at top right,rgba(185,112,58,.12),transparent 30%),linear-gradient(180deg,#fffbf6fa,#f8f2ebfa);box-shadow:0 36px 72px #2f241d3d,0 10px 24px #2f241d1f;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(18px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.cobbler-chatbot__panel.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.cobbler-chatbot__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid rgba(141,105,74,.12);background:linear-gradient(180deg,#fffdf9f5,#fbf4edeb);box-shadow:inset 0 -1px #8d694a14,0 4px 14px #2f241d0f}.cobbler-chatbot__brand-image--mark{width:40px;height:40px}.cobbler-chatbot__identity{display:flex;gap:12px}.cobbler-chatbot__mark{width:42px;height:42px;border-radius:14px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.35),transparent 34%),linear-gradient(145deg,#b9703a,#8b4d24 60%,#6d3715);color:#fff8f1;display:grid;place-items:center;font-size:21px;font-weight:700;box-shadow:0 10px 20px #5630163d}.cobbler-chatbot__brand-svg--mark{width:40px;height:40px}.cobbler-chatbot__identity-copy{display:grid;gap:4px}.cobbler-chatbot__eyebrow{color:var(--cb-accent);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.cobbler-chatbot__title{margin:0;font-size:clamp(20px,2vw,24px);line-height:1.1;white-space:normal;overflow-wrap:anywhere}.cobbler-chatbot__header-progress{display:grid;gap:5px;margin-top:2px}.cobbler-chatbot__header-progress-caption{color:#7a685ad9;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cobbler-chatbot__header-progress-bar{display:block;width:132px;height:4px;border-radius:999px;background:#7a685a24;overflow:hidden}.cobbler-chatbot__header-progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#be7640eb,#8b4d24eb)}.cobbler-chatbot__presence{display:flex;align-items:center;gap:8px;margin:0;color:var(--cb-muted);font-size:13px}.cobbler-chatbot__presence-dot{width:8px;height:8px;border-radius:999px;background:#2d8a54;box-shadow:0 0 0 6px #2d8a541f}.cobbler-chatbot__panel-actions{display:flex;gap:8px}.cobbler-chatbot__icon-button{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(141,105,74,.12);border-radius:12px;background:#ffffffd6;color:var(--cb-muted);cursor:pointer;box-shadow:0 6px 14px #2f241d14}.cobbler-chatbot__icon-button svg{width:18px;height:18px}.cobbler-chatbot__icon-button:disabled,.cobbler-chatbot__launcher:disabled{cursor:wait;opacity:.7}.cobbler-chatbot__icon-button:disabled{transform:none}.cobbler-chatbot__panel-body{display:flex;flex-direction:column;gap:10px;padding:16px 16px 18px;overflow:auto;overflow-x:hidden}.cobbler-chatbot__conversation{display:grid;gap:10px;min-width:0}.cobbler-chatbot__progress{display:grid;gap:8px}.cobbler-chatbot__progress-caption{color:var(--cb-muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cobbler-chatbot__progress-bar{width:100%;height:8px;border-radius:999px;background:#7a685a26;overflow:hidden}.cobbler-chatbot__progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#be7640,#8b4d24)}.cobbler-chatbot__message{max-width:88%;padding:14px 16px;border-radius:22px 22px 22px 10px;background:var(--cb-bot);color:var(--cb-text);line-height:1.55;overflow-wrap:anywhere;word-break:break-word;box-shadow:0 12px 24px #2f241d17,0 2px 6px #2f241d0d}.cobbler-chatbot__message--bot{justify-self:start}.cobbler-chatbot__message--user{justify-self:end;color:#fff8f1;background:var(--cb-user);border-radius:22px 22px 10px;box-shadow:0 16px 30px #7b47253d,0 4px 12px #7b472524}.cobbler-chatbot__message--typing{display:inline-flex;align-items:center;gap:6px;min-width:68px;padding:16px 18px}.cobbler-chatbot__message--typing span{width:8px;height:8px;border-radius:999px;background:#7a685a8f;animation:cbTyping 1.1s infinite ease-in-out}.cobbler-chatbot__message--typing span:nth-child(2){animation-delay:.14s}.cobbler-chatbot__message--typing span:nth-child(3){animation-delay:.28s}.cobbler-chatbot__composer{display:grid;gap:8px;justify-items:start;min-width:0;max-width:100%}.cobbler-chatbot__input-card{display:grid;gap:10px;width:min(100%,88%);justify-self:start;padding:13px 14px;border:1px solid rgba(141,105,74,.14);border-radius:22px 22px 22px 10px;background:#f6ede3c2;box-shadow:0 8px 16px #2f241d0f,0 2px 6px #2f241d0a;min-width:0;max-width:92%}.cobbler-chatbot__input-card--choice,.cobbler-chatbot__input-card--choice-cards{background:#f6ede39e;border-color:#8d694a1a;box-shadow:none}.cobbler-chatbot__input-card--images{width:100%;border-radius:22px;background:#fffdf9e0;box-shadow:0 10px 20px #2f241d14,0 2px 6px #2f241d0a}.cobbler-chatbot__summary-shell{display:grid;gap:12px;width:90%;padding:16px;border:1px solid rgba(141,105,74,.12);border-radius:24px;background:#fffdf9e0;box-shadow:0 10px 20px #2f241d14,0 2px 6px #2f241d0a;min-width:0;max-width:100%}.cobbler-chatbot__input-header{color:#2f241deb;font-size:13px;line-height:1.5}.cobbler-chatbot__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cobbler-chatbot__upload-card{display:flex!important;flex-direction:column;gap:12px;justify-items:center;align-items:center;text-align:center;padding:14px;border:1px dashed rgba(155,93,51,.28);border-radius:18px;background:radial-gradient(circle at top right,rgba(185,112,58,.08),transparent 32%),linear-gradient(180deg,#fffffff5,#faf3ebf5);cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.cobbler-chatbot__upload-card:hover{transform:translateY(-1px);border-color:#9b5d3366;box-shadow:0 18px 30px #56301624,0 4px 10px #56301614}.cobbler-chatbot__upload-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff8f1;background:linear-gradient(145deg,#b9703a,#8b4d24 60%,#6d3715);box-shadow:0 14px 24px #7b47252e}.cobbler-chatbot__upload-icon svg{width:18px;height:18px}.cobbler-chatbot__upload-copy{display:grid;gap:6px;justify-items:center;text-align:center;margin-top:2px;margin-bottom:2px;max-width:210px}.cobbler-chatbot__upload-copy strong{color:var(--cb-text);font-size:13px;line-height:1.25}.cobbler-chatbot__upload-copy span{color:var(--cb-muted);font-size:12px;line-height:1.2;margin-bottom:4px}.cobbler-chatbot__upload-button{grid-column:auto;justify-self:center;padding:7px 12px;border-radius:999px;margin-top:2px;background:#2f241deb;color:#fff9f3;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.cobbler-chatbot__file-list{display:flex;flex-wrap:wrap;gap:8px}.cobbler-chatbot__file-pill{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:8px 12px;border-radius:999px;background:#ead8c699;color:var(--cb-text);font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cobbler-chatbot__file-pill-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cobbler-chatbot__file-pill-remove{display:inline-grid;place-items:center;width:18px;height:18px;border:0;border-radius:999px;background:#2f241d29;color:var(--cb-text);font-size:13px;line-height:1;cursor:pointer;padding:0}.cobbler-chatbot__file-pill-remove:hover{background:#2f241d42}.cobbler-chatbot label{display:block}.cobbler-chatbot__label{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:var(--cb-muted)}.cobbler-chatbot input,.cobbler-chatbot select,.cobbler-chatbot textarea{width:100%;border:1px solid rgba(141,105,74,.18);border-radius:16px;background:#fffffff5;padding:13px 14px;color:var(--cb-text);font:inherit;box-sizing:border-box}.cobbler-chatbot input:focus,.cobbler-chatbot select:focus,.cobbler-chatbot textarea:focus{outline:2px solid rgba(155,93,51,.16);border-color:#9b5d3359}.cobbler-chatbot textarea{min-height:92px;resize:vertical}.cobbler-chatbot__choices{display:flex;flex-wrap:wrap;gap:8px;max-width:100%;min-width:0}.cobbler-chatbot__choice-cards{display:grid;gap:10px}.cobbler-chatbot__choice-card{display:grid;gap:4px;text-align:left;border:1px solid rgba(155,93,51,.26);border-radius:18px;padding:12px 14px;background:#ffffffc2;color:var(--cb-text);font:inherit;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease}.cobbler-chatbot__choice-card:hover{transform:translateY(-1px);border-color:#9b5d336b;box-shadow:0 8px 18px #5630161a}.cobbler-chatbot__choice-card strong{font-size:16px}.cobbler-chatbot__choice-card span{color:var(--cb-muted);font-size:13px;line-height:1.45}.cobbler-chatbot__choice-card.is-active{background:#ead8c6c7;border-color:#9b5d337a}.cobbler-chatbot__choice{border:1.5px solid rgba(155,93,51,.5);border-radius:999px;padding:8px 13px;background:#ffffffd1;color:#8b4d24;font:inherit;font-size:15px;line-height:1.2;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease;max-width:100%;white-space:normal;overflow-wrap:anywhere}.cobbler-chatbot__choice:hover{transform:translateY(-1px);border-color:#9b5d33b8;box-shadow:0 6px 14px #5630161f}.cobbler-chatbot__choice.is-active{background:#ead8c6d1;border-color:#9b5d33d9;color:#6f3817}.cobbler-chatbot__microcopy{margin:0;color:var(--cb-muted);font-size:12px;line-height:1.45}.cobbler-chatbot__chips{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.cobbler-chatbot__chip{padding:12px 13px;border-radius:16px;background:#fff;border:1px solid rgba(141,105,74,.12)}.cobbler-chatbot__chip strong{display:block;margin-bottom:4px;color:var(--cb-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.cobbler-chatbot__summary{padding:16px;border-radius:18px;background:linear-gradient(180deg,#fcf7f1,#f5ebe0);white-space:pre-line;line-height:1.6}.cobbler-chatbot__summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid rgba(141,105,74,.1);min-width:0}.cobbler-chatbot__summary-row:last-child{border-bottom:0}.cobbler-chatbot__summary-row strong{display:block;margin-bottom:4px;color:var(--cb-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.cobbler-chatbot__summary-edit{border:0;background:transparent;color:var(--cb-accent);font:inherit;font-size:13px;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.cobbler-chatbot__status{margin:0;padding:12px 14px;border-radius:16px;background:#7a685a14;color:var(--cb-muted);font-size:14px;line-height:1.45}.cobbler-chatbot__status.is-error{background:#8d2a2a1a;color:#8d2a2a}.cobbler-chatbot__status.is-success{background:#2d6a461a;color:var(--cb-success)}.cobbler-chatbot__actions{display:flex;gap:10px;justify-content:flex-start;flex-wrap:wrap;max-width:100%}.cobbler-chatbot__button{border:0;border-radius:999px;padding:12px 18px;font:inherit;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease;max-width:100%;white-space:normal}.cobbler-chatbot__button:hover{transform:translateY(-1px)}.cobbler-chatbot__button:disabled{cursor:wait;opacity:.86}.cobbler-chatbot__button--primary{min-width:140px;background:var(--cb-user);color:#fff8f1;box-shadow:0 16px 30px #7b472542,0 4px 10px #7b472524}.cobbler-chatbot__button--primary.is-loading{min-width:220px}.cobbler-chatbot__button--secondary{background:var(--cb-accent-soft);color:var(--cb-text)}.cobbler-chatbot__button-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,248,241,.38);border-top-color:#fff8f1;animation:cbSpin .8s linear infinite}.cobbler-chatbot__footer-note{margin:0;color:var(--cb-muted);font-size:12px;line-height:1.45}@keyframes cbPulse{0%{transform:scale(1);box-shadow:0 18px 40px #56301647}50%{transform:scale(1.04);box-shadow:0 22px 44px #56301657}to{transform:scale(1);box-shadow:0 18px 40px #56301647}}@keyframes cbTyping{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-3px);opacity:1}}@keyframes cbSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.cobbler-chatbot{--cb-launcher-size: 68px;--cb-launcher-logo-size: 62px;--cb-launcher-logo-offset-x: 1px;--cb-launcher-logo-offset-y: 5px;right:12px;bottom:48px;left:12px}.cobbler-chatbot__launcher-label{inset:auto auto -30px auto;transform:translate(-92%);padding:4px 8px;font-size:8px;letter-spacing:.06em;text-align:center}.cobbler-chatbot__launcher-label span{display:block;width:100%;text-align:center}.cobbler-chatbot__launcher-label span:last-child{font-size:0;letter-spacing:0}.cobbler-chatbot__launcher-label span:last-child:before{content:"R\e9paration";display:block;font-size:8px;letter-spacing:.06em}.cobbler-chatbot__upload-icon,.cobbler-chatbot__upload-copy,.cobbler-chatbot__upload-button{grid-column:1!important;justify-self:center!important}.cobbler-chatbot__teaser{right:112px;width:240px;max-width:calc(100vw - 110px)}.cobbler-chatbot__panel{right:0;bottom:84px;width:min(100%,100vw - 24px);max-height:74vh}.cobbler-chatbot__header-progress-bar{width:110px}.cobbler-chatbot__input-card{width:100%}.cobbler-chatbot__chips{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/cobbler-chatbot.css.map */
