:root{--tcw-burgundy: #722F37;--tcw-burgundy-deep: #5A242C;--tcw-charcoal: #232323;--tcw-caramel: #A0522D;--tcw-cream: #F5F1EB;--tcw-cream-deep: #EDE7DD;--tcw-text: #2A2A2A;--tcw-text-muted: #6B6B6B;--tcw-border: #E8E2D9;--tcw-yellow: #F4B400;--tcw-shadow: 0 8px 32px rgba(35,35,35,.18);--tcw-shadow-bubble: 0 4px 16px rgba(35,35,35,.25);--tcw-bubble-bottom-desktop: 32px;--tcw-bubble-bottom-mobile: 104px;--tcw-bubble-side-desktop: 24px;--tcw-bubble-side-mobile: 12px}.tcw-bubble,.tcw-panel,.tcw-panel *{box-sizing:border-box}.tcw-bubble{position:fixed;right:var(--tcw-bubble-side-desktop);bottom:var(--tcw-bubble-bottom-desktop);z-index:999998;width:56px;height:56px;border:0;border-radius:50%;background:var(--tcw-burgundy);color:var(--tcw-cream);box-shadow:var(--tcw-shadow-bubble);cursor:pointer;display:flex;align-items:center;justify-content:center;touch-action:none;user-select:none;-webkit-user-select:none;transition:width .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1),border-radius .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),right .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),top .3s cubic-bezier(.4,0,.2,1),bottom .3s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1),background .18s ease;-webkit-tap-highlight-color:transparent}.tcw-bubble--dragging{cursor:grabbing;touch-action:none;transition:none!important;box-shadow:0 12px 34px #23232361}.tcw-bubble--dragging .tcw-bubble__dot{display:none!important}.tcw-bubble--dragging:hover{transform:none}.tcw-bubble:active{transform:translateY(-1px) scale(.98)}.tcw-bubble--tucked{width:38px;height:60px}.tcw-bubble--tucked-right{right:0;left:auto;border-radius:19px 0 0 19px;box-shadow:-2px 0 #ffffff0a inset,-6px 6px 24px -4px #23232338}.tcw-bubble--tucked-left{left:0;right:auto;border-radius:0 19px 19px 0;box-shadow:2px 0 #ffffff0a inset,6px 6px 24px -4px #23232338}.tcw-bubble--tucked .tcw-bubble__icon{width:22px;height:22px}@media(hover:hover)and (pointer:fine){.tcw-bubble:hover{background:var(--tcw-burgundy-deep);transform:translateY(-2px);box-shadow:0 8px 24px #23232352}.tcw-bubble--dragging:hover{transform:none}.tcw-bubble--tucked-right:hover{width:46px;height:60px;border-radius:23px 0 0 23px;box-shadow:-2px 0 #ffffff0f inset,-8px 8px 24px -8px #23232342;transform:translate(-6px)}.tcw-bubble--tucked-left:hover{width:46px;height:60px;border-radius:0 23px 23px 0;box-shadow:2px 0 #ffffff0f inset,8px 8px 24px -8px #23232342;transform:translate(6px)}.tcw-bubble--tucked:hover .tcw-bubble__icon{width:24px;height:24px}}.tcw-bubble--tucked .tcw-bubble__dot{top:8px;right:6px;width:8px;height:8px}.tcw-bubble--tucked:active{filter:brightness(.95);transform:none}.tcw-bubble--hidden{display:none!important}.tcw-bubble__icon{width:27px;height:27px;fill:currentColor}.tcw-bubble__dot{position:absolute;top:6px;right:6px;display:none;width:10px;height:10px;border:2px solid var(--tcw-burgundy);border-radius:50%;background:var(--tcw-yellow)}.tcw-bubble--has-unread .tcw-bubble__dot{display:block}.tcw-panel{position:fixed;right:24px;bottom:92px;z-index:999999;display:none;width:380px;height:620px;max-height:calc(100vh - 120px);overflow:hidden;border:0;border-radius:18px;background:var(--tcw-cream);box-shadow:var(--tcw-shadow);color:var(--tcw-text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.45;flex-direction:column;animation:tcw-slide-up .24s cubic-bezier(.4,0,.2,1)}.tcw-panel--open{display:flex}.tcw-panel--left{left:var(--tcw-bubble-side-desktop);right:auto}@keyframes tcw-slide-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.tcw-header{flex:0 0 auto;min-height:62px;padding:13px 16px 14px;background:var(--tcw-burgundy);color:var(--tcw-cream);transition:min-height .18s ease,padding .18s ease}.tcw-header--home{min-height:120px;padding:18px 18px 20px}.tcw-header__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tcw-header__brand-wrap{min-width:0}.tcw-header__brand{display:flex;align-items:center;gap:8px;margin:0;color:var(--tcw-cream);font-size:15px;font-weight:700;letter-spacing:0}.tcw-header__logo{width:8px;height:8px;border-radius:50%;background:var(--tcw-yellow);box-shadow:0 0 0 3px #f4b40029}.tcw-header__status{display:block;margin-top:3px;color:#f5f1ebc7;font-size:12px;line-height:1.25}.tcw-header--home .tcw-header__status{display:none}.tcw-header__close{width:30px;height:30px;border:0;border-radius:50%;background:#f5f1eb1f;color:var(--tcw-cream);cursor:pointer;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.tcw-header__close:hover{background:#f5f1eb38}.tcw-header__close:active{transform:scale(.94)}.tcw-header__home-copy{display:none;margin-top:18px}.tcw-header--home .tcw-header__home-copy{display:block}.tcw-header__greeting{margin:0 0 3px;color:var(--tcw-cream);font-family:Playfair Display,"DM Serif Display",Georgia,serif;font-size:24px;font-weight:700;letter-spacing:0;line-height:1.1}.tcw-header__sub{margin:0;color:#f5f1ebd6;font-size:13px}.tcw-body{flex:1 1 auto;min-height:0;overflow-y:auto;background:var(--tcw-cream)}.tcw-body::-webkit-scrollbar{width:6px}.tcw-body::-webkit-scrollbar-track{background:transparent}.tcw-body::-webkit-scrollbar-thumb{border-radius:99px;background:#a0522d3d}.tcw-tab-pane{display:none;min-height:100%}.tcw-tab-pane--active{display:block}.tcw-home{padding:12px}.tcw-card{margin-bottom:8px;border:1px solid var(--tcw-border);border-radius:12px;background:#fff;box-shadow:0 2px 10px #2323230a}.tcw-card--clickable{cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.tcw-card--clickable:hover{border-color:#722f3747;background:var(--tcw-cream-deep);transform:translateY(-1px)}.tcw-contact{padding:15px}.tcw-card__title-row,.tcw-help-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.tcw-card__title{margin:0;color:var(--tcw-text);font-size:15px;font-weight:700}.tcw-card__sub{margin:3px 0 13px;color:var(--tcw-text-muted);font-size:12px}.tcw-contact__actions{display:flex;align-items:center;gap:8px}.tcw-btn{min-height:40px;border:0;border-radius:999px;cursor:pointer;font:inherit;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.tcw-btn:active{transform:scale(.98)}.tcw-btn svg{width:16px;height:16px;fill:currentColor}.tcw-btn--primary{background:var(--tcw-burgundy);color:#fff}.tcw-btn--primary:hover{background:var(--tcw-burgundy-deep);box-shadow:0 5px 16px #722f3738}.tcw-contact__chat{flex:1 1 auto;max-width:238px;padding:0 18px}.tcw-icon-btn{width:40px;height:40px;border:0;border-radius:50%;color:var(--tcw-charcoal);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,filter .15s ease}.tcw-icon-btn:hover{transform:translateY(-1px);filter:brightness(.98)}.tcw-icon-btn svg{width:18px;height:18px;fill:currentColor}.tcw-icon-btn--email{background:var(--tcw-yellow)}.tcw-order-card{min-height:72px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.tcw-chevron{color:var(--tcw-caramel);font-size:26px;line-height:1}.tcw-help-card{padding:14px 0 4px}.tcw-help-card__top{padding:0 14px 9px}.tcw-link-btn{border:0;background:transparent;color:var(--tcw-burgundy);cursor:pointer;font:inherit;font-size:12px;font-weight:700}.tcw-link-btn:hover{color:var(--tcw-burgundy-deep);text-decoration:underline}.tcw-categories,.tcw-article-list{margin:0;padding:0;list-style:none}.tcw-category-row,.tcw-article-row{width:100%;min-height:52px;border:0;border-top:1px solid rgba(232,226,217,.75);background:transparent;color:var(--tcw-text);cursor:pointer;text-align:left;display:flex;align-items:center;gap:10px;padding:10px 14px;font:inherit;transition:background .15s ease}.tcw-category-row:hover,.tcw-article-row:hover{background:var(--tcw-cream-deep)}.tcw-category-row__icon{width:30px;height:30px;border-radius:50%;background:#a0522d1f;color:var(--tcw-caramel);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.tcw-category-row__icon svg{width:16px;height:16px;fill:currentColor}.tcw-category-row__copy,.tcw-article-row__copy{min-width:0;flex:1 1 auto}.tcw-category-row__name,.tcw-article-row__title{display:block;overflow:hidden;color:var(--tcw-text);font-size:13px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.tcw-category-row__count,.tcw-article-row__meta{display:block;margin-top:2px;color:var(--tcw-text-muted);font-size:12px}.tcw-message{height:100%}.tcw-msg-list{min-height:100%;padding:16px 14px 18px;display:flex;flex-direction:column;gap:12px}.tcw-msg{max-width:88%;display:flex;gap:9px}.tcw-msg--user{align-self:flex-end;flex-direction:row-reverse}.tcw-msg__avatar{width:30px;height:30px;border-radius:50%;background:var(--tcw-burgundy);color:var(--tcw-cream);font-size:13px;font-weight:800;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.tcw-msg--user .tcw-msg__avatar{background:var(--tcw-caramel)}.tcw-msg__bubble{min-width:0;border:1px solid var(--tcw-border);border-radius:14px 14px 14px 4px;background:#fff;color:var(--tcw-text);padding:10px 12px;font-size:13px;line-height:1.48;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:0 1px 6px #2323230a}.tcw-msg--user .tcw-msg__bubble{border-color:var(--tcw-burgundy);border-radius:14px 14px 4px;background:var(--tcw-burgundy);color:#fff}.tcw-suggested{max-width:88%;margin-left:39px;display:flex;flex-wrap:wrap;gap:7px}.tcw-suggested__chip{min-height:31px;border:1px solid rgba(114,47,55,.38);border-radius:999px;background:#f5f1ebe6;color:var(--tcw-burgundy);cursor:pointer;font:inherit;font-size:12px;font-weight:700;padding:6px 11px;transition:background .15s ease,border-color .15s ease}.tcw-suggested__chip:hover{border-color:var(--tcw-burgundy);background:#fff}.tcw-typing{display:inline-flex;gap:4px;padding:3px 1px}.tcw-typing span{width:6px;height:6px;border-radius:50%;background:#722f3770;animation:tcw-typing-bounce 1.35s infinite ease-in-out}.tcw-typing span:nth-child(2){animation-delay:.18s}.tcw-typing span:nth-child(3){animation-delay:.36s}@keyframes tcw-typing-bounce{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.tcw-input-bar{flex:0 0 auto;border-top:1px solid var(--tcw-border);background:#fff;padding:11px 12px;display:none;align-items:flex-end;gap:8px}.tcw-input{width:100%;max-height:96px;min-height:40px;resize:none;border:1px solid var(--tcw-border);border-radius:20px;outline:0;background:#fff;color:var(--tcw-text);font:inherit;font-size:13px;line-height:1.35;padding:10px 14px;transition:border-color .15s ease,box-shadow .15s ease}.tcw-input:focus{border-color:#722f378c;box-shadow:0 0 0 3px #722f3714}.tcw-send-btn{width:40px;height:40px;flex:0 0 auto;border:0;border-radius:50%;background:var(--tcw-burgundy);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.tcw-send-btn:hover{background:var(--tcw-burgundy-deep)}.tcw-send-btn:active{transform:scale(.94)}.tcw-send-btn:disabled{cursor:not-allowed;opacity:.58}.tcw-send-btn svg{width:17px;height:17px;fill:currentColor}.tcw-track,.tcw-help{min-height:100%;padding:14px}.tcw-track__tabs{margin-bottom:14px;border-bottom:1px solid var(--tcw-border);display:flex;gap:16px}.tcw-track__tab{min-height:38px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--tcw-text-muted);cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:0 2px}.tcw-track__tab--active{border-bottom-color:var(--tcw-burgundy);color:var(--tcw-burgundy)}.tcw-track__form{display:none;border:1px solid var(--tcw-border);border-radius:12px;background:#fff;padding:15px}.tcw-track__form--active{display:block}.tcw-field{margin-bottom:12px}.tcw-field label{display:block;margin-bottom:6px;color:var(--tcw-text);font-size:12px;font-weight:700}.tcw-field input,.tcw-help__search input{width:100%;min-height:42px;border:1px solid var(--tcw-border);border-radius:10px;outline:0;background:#fff;color:var(--tcw-text);font:inherit;font-size:13px;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease}.tcw-field input:focus,.tcw-help__search input:focus{border-color:#722f378c;box-shadow:0 0 0 3px #722f3714}.tcw-track__submit{width:100%;margin-top:4px}.tcw-help__search{position:relative;margin-bottom:12px}.tcw-help__search svg{position:absolute;top:50%;left:12px;width:16px;height:16px;color:var(--tcw-text-muted);fill:currentColor;transform:translateY(-50%)}.tcw-help__search input{padding-left:36px}.tcw-help__panel{overflow:hidden;border:1px solid var(--tcw-border);border-radius:12px;background:#fff}.tcw-help__bar{display:flex;align-items:center;gap:8px;min-height:46px;border-bottom:1px solid var(--tcw-border);padding:8px 10px}.tcw-help__back{width:30px;height:30px;border:0;border-radius:50%;background:var(--tcw-cream);color:var(--tcw-burgundy);cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.tcw-help__title{min-width:0;margin:0;color:var(--tcw-text);font-size:14px;font-weight:800;line-height:1.25}.tcw-help__article{padding:14px}.tcw-help__article pre{margin:0;color:var(--tcw-text);font:inherit;font-size:13px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.tcw-empty{padding:24px 16px;color:var(--tcw-text-muted);font-size:13px;text-align:center}.tcw-tabs{flex:0 0 auto;border-top:1px solid var(--tcw-border);background:#fff;display:flex}.tcw-tab{min-width:0;flex:1 1 25%;border:0;border-top:3px solid transparent;background:transparent;color:var(--tcw-text-muted);cursor:pointer;font:inherit;font-size:11px;font-weight:700;padding:9px 4px 8px;display:flex;flex-direction:column;align-items:center;gap:3px;transition:color .15s ease,border-color .15s ease,background .15s ease}.tcw-tab:hover{background:#ede7dd6b;color:var(--tcw-charcoal)}.tcw-tab--active{border-top-color:var(--tcw-burgundy);color:var(--tcw-burgundy)}.tcw-tab__icon{width:20px;height:20px;fill:currentColor}@media(max-width:480px){.tcw-panel{right:12px;bottom:80px;width:calc(100vw - 24px);height:min(640px,calc(100vh - 98px));border-radius:16px}.tcw-panel--left{left:var(--tcw-bubble-side-mobile);right:auto}.tcw-bubble{right:var(--tcw-bubble-side-mobile);bottom:var(--tcw-bubble-bottom-mobile);width:48px;height:48px}.tcw-bubble--tucked{width:34px;height:54px}.tcw-bubble--tucked .tcw-bubble__icon{width:20px;height:20px}.tcw-bubble--tucked-right{right:0;left:auto;border-radius:17px 0 0 17px}.tcw-bubble--tucked-left{left:0;right:auto;border-radius:0 17px 17px 0}.tcw-header--home{min-height:116px}.tcw-header__greeting{font-size:23px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/customer-chat-widget.css.map */
