@keyframes cwSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes cwBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}@keyframes cwPulse{0%,to{box-shadow:0 0 #1ac2b959}50%{box-shadow:0 0 0 8px #1ac2b900}}@keyframes cwPinBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes cwPinShadow{0%,to{transform:scale(1);opacity:.12}50%{transform:scale(.7);opacity:.06}}@keyframes cwDash{to{stroke-dashoffset:-200}}@keyframes cwDestPulse{0%{transform:scale(.6);opacity:.6}to{transform:scale(1.8);opacity:0}}@keyframes cwTwinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}@keyframes cwFillBar{to{width:var(--fill-pct)}}@keyframes cwShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes cwFadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.chat-widget{position:fixed;bottom:0;right:0;z-index:9990;font-family:Nunito Sans,Arial,sans-serif}.chat-widget__toggle{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:#1ac2b9;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #1ac2b959;transition:background .2s,transform .2s,box-shadow .2s;z-index:9991}.chat-widget__toggle:hover{background:#0a7e85;transform:scale(1.08);box-shadow:0 6px 24px #0a7e8566}.chat-widget__toggle svg{width:24px;height:24px}.chat-widget__toggle-icon--close,.chat-widget--open .chat-widget__toggle-icon--chat{display:none}.chat-widget--open .chat-widget__toggle-icon--close{display:block}.chat-widget__panel{position:fixed;bottom:90px;right:20px;width:380px;height:calc(100vh - 110px);max-height:540px;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001f;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:9991}.chat-widget--open .chat-widget__panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.chat-widget__header{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#fff;border-bottom:1px solid #F0F0F0;flex-shrink:0}.chat-widget__header-avatar{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#e8f9f8,#d4f5f2);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.chat-widget__header-avatar svg{width:20px;height:20px;color:#0a7e85}.chat-widget__header-online{position:absolute;bottom:-1px;right:-1px;width:10px;height:10px;border-radius:50%;background:#268c0b;border:2px solid #FFFFFF}.chat-widget__header-info{display:flex;flex-direction:column;flex:1}.chat-widget__header-title{font-family:Montserrat,sans-serif;font-size:.9375rem;font-weight:700;color:#1d1d1d}.chat-widget__header-subtitle{font-size:.6875rem;color:#268c0b;font-weight:600;margin-top:0}.chat-widget__header-actions{display:flex;gap:4px}.chat-widget__close{background:none;border:none;width:32px;height:32px;border-radius:8px;color:#b0b0b0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;padding:0}.chat-widget__close:hover{background:#f5f5f5;color:#1d1d1d}.chat-widget__close svg{width:18px;height:18px}.chat-widget__messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:14px;min-height:0;background:#fafafa}.chat-widget__date{text-align:center;font-size:.6875rem;font-weight:600;color:#b0b0b0;padding:4px 0}.chat-widget__message{display:flex;gap:10px;max-width:88%}.chat-widget__message--bot{align-self:flex-start}.chat-widget__message--user{align-self:flex-end;flex-direction:row-reverse}.chat-widget__message-avatar{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,#e8f9f8,#d4f5f2);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.chat-widget__message-avatar svg{width:14px;height:14px;color:#0a7e85}.chat-widget__message-content{display:flex;flex-direction:column;gap:6px;min-width:0}.chat-widget__bubble{padding:11px 15px;border-radius:16px;font-size:.85rem;line-height:1.55;word-wrap:break-word}.chat-widget__message--bot .chat-widget__bubble{background:#fff;color:#1d1d1d;border-bottom-left-radius:6px;box-shadow:0 1px 3px #0000000d}.chat-widget__message--user .chat-widget__bubble{background:#1ac2b9;color:#fff;border-bottom-right-radius:6px}.chat-widget__typing{display:flex;gap:10px;align-self:flex-start;padding:0 14px 6px}.chat-widget__bubble--typing{background:#fff;border-radius:16px 16px 16px 6px;box-shadow:0 1px 3px #0000000d;display:inline-flex;gap:4px;padding:12px 18px;align-items:center}.chat-widget__dot{width:7px;height:7px;border-radius:50%;background:#b0b0b0;animation:cwBounce 1.2s infinite}.chat-widget__dot:nth-child(2){animation-delay:.2s}.chat-widget__dot:nth-child(3){animation-delay:.4s}.chat-widget__read-receipt{display:flex;justify-content:flex-end;padding:2px 4px 0;opacity:0;animation:cwFadeIn .3s ease-out forwards}.chat-widget__read-check{opacity:.7;transition:opacity .2s ease}.chat-widget__message--team .chat-widget__message-content{gap:3px}.chat-widget__team-badge{font-size:10px;font-weight:600;font-family:Montserrat,sans-serif;color:#0a7e85;text-transform:uppercase;letter-spacing:.5px;padding:0 0 1px}.chat-widget__message-avatar--team{background:linear-gradient(135deg,#0a7e85,#1ac2b9)}.chat-widget__message-avatar--team svg{color:#fff}.chat-widget__bubble--team{background:#f0fffe;border:1px solid rgba(26,194,185,.3);border-bottom-left-radius:6px}.chat-widget__input-bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid #F0F0F0;flex-shrink:0;background:#fff}.chat-widget__input{flex:1;border:none;padding:10px 0;font-size:.85rem;font-family:Nunito Sans,sans-serif;outline:none;color:#1d1d1d;background:transparent}.chat-widget__input::placeholder{color:#b0b0b0}.chat-widget__send{width:38px;height:38px;border-radius:50%;background:#1ac2b9;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .15s}.chat-widget__send:hover{background:#0a7e85;transform:scale(1.05)}.chat-widget__send svg{width:18px;height:18px}.chat-widget__attach{width:34px;height:34px;border-radius:50%;background:transparent;color:#b0b0b0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s,background .2s;padding:0}.chat-widget__attach:hover{color:#1ac2b9;background:#f0fffe}.chat-widget__attach svg{width:18px;height:18px}.chat-widget__bubble--image{padding:4px!important;background:transparent!important;box-shadow:none!important}.chat-widget__image-preview{display:block;max-width:200px;max-height:200px;border-radius:12px;object-fit:cover;cursor:pointer}.chat-widget__image-preview:hover{opacity:.9}.chat-widget__order-form,.chat-widget__email-form{padding:12px 14px;border-top:1px solid #F0F0F0;background:#fafafa;flex-shrink:0}.chat-widget__form-label{font-size:.8rem;color:#949494;margin:0 0 8px;line-height:1.4;font-weight:600}.chat-widget__input-field{display:block;width:100%;border:1.5px solid #E0E0E0;border-radius:10px;padding:10px 14px;font-size:.85rem;font-family:Nunito Sans,sans-serif;margin-bottom:10px;outline:none;color:#1d1d1d;box-sizing:border-box;transition:border-color .2s}.chat-widget__input-field:focus{border-color:#1ac2b9}.chat-widget__form-btn{width:100%;background:#1ac2b9;color:#fff;border:none;border-radius:10px;padding:11px;font-size:.85rem;font-weight:700;font-family:Nunito Sans,sans-serif;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:6px}.chat-widget__form-btn:hover{background:#0a7e85}.chat-widget__form-btn:disabled{background:#ccc;cursor:not-allowed}.chat-widget__order-card{background:#fff;border:1px solid #F0F0F0;border-radius:14px;padding:12px 14px;font-size:.8rem;line-height:1.5;color:#1d1d1d;box-shadow:0 1px 4px #0000000f}.chat-widget__order-card strong{font-weight:600}.chat-widget__order-card a{color:#1ac2b9;text-decoration:none;font-weight:600}.chat-widget__order-card a:hover{text-decoration:underline}.chat-widget__order-row{display:flex;justify-content:space-between;padding:3px 0}.chat-widget__order-label{color:#949494;font-weight:500}.chat-widget__status-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:600;text-transform:uppercase}.chat-widget__status-badge--fulfilled{background:#e8f5e9;color:#268c0b}.chat-widget__status-badge--unfulfilled{background:#fff3e0;color:#e67e22}.chat-widget__status-badge--paid{background:#e8f5e9;color:#268c0b}.cw-quick{display:flex;flex-wrap:wrap;gap:6px}.cw-quick__btn{padding:7px 14px;border:1.5px solid #1AC2B9;border-radius:20px;background:#fff;font-size:.75rem;font-weight:700;color:#0a7e85;cursor:pointer;transition:all .2s;font-family:Nunito Sans,sans-serif}.cw-quick__btn:hover{background:#1ac2b9;color:#fff;border-color:#1ac2b9}.cw-quick__btn--teal{border-color:#1ac2b9;color:#0a7e85}.cw-quick__btn--teal:hover{background:#1ac2b9}.cw-quick__btn--blue{border-color:#4a9fd9;color:#2b7db9}.cw-quick__btn--blue:hover{background:#4a9fd9;border-color:#4a9fd9}.cw-quick__btn--amber{border-color:#e8a840;color:#b8860b}.cw-quick__btn--amber:hover{background:#e8a840;border-color:#e8a840}.cw-quick__btn--coral{border-color:#e8728a;color:#c75570}.cw-quick__btn--coral:hover{background:#e8728a;border-color:#e8728a}.cw-quick__btn--purple{border-color:#9b85d4;color:#7b68ae}.cw-quick__btn--purple:hover{background:#9b85d4;border-color:#9b85d4}.cw-products{width:100%}.cw-products__scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;-ms-overflow-style:none}.cw-products__scroll::-webkit-scrollbar{display:none}.cw-product{flex-shrink:0;width:155px;background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 4px #0000000f;animation:cwSlideUp .4s ease-out both}.cw-product:nth-child(2){animation-delay:.08s}.cw-product:nth-child(3){animation-delay:.16s}.cw-product:nth-child(4){animation-delay:.24s}.cw-product:hover{transform:translateY(-3px);box-shadow:0 4px 16px #0000001a}.cw-product__img-wrap{position:relative;width:100%;height:110px;background:#f5f5f5}.cw-product__img{width:100%;height:100%;object-fit:contain;padding:8px}.cw-product__badge{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;gap:3px;background:#cc1313;color:#fff;font-family:Montserrat,sans-serif;font-size:.5625rem;font-weight:700;padding:2px 7px;border-radius:6px;text-transform:uppercase}.cw-product__body{padding:10px 12px 12px}.cw-product__brand{font-size:.625rem;font-weight:700;color:#949494;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}.cw-product__title{font-size:.75rem;font-weight:700;color:#1d1d1d;line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cw-product__price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.cw-product__price{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:700;color:#0a7e85}.cw-product__was{font-size:.6875rem;color:#b0b0b0;text-decoration:line-through}.cw-product__btn{display:block;width:100%;padding:7px;background:#1ac2b9;color:#fff;border:none;border-radius:8px;font-family:Nunito Sans,sans-serif;font-size:.75rem;font-weight:700;cursor:pointer;transition:background .2s;text-align:center}.cw-product__btn:hover{background:#0a7e85}.cw-product__rating{display:flex;align-items:center;gap:1px;margin-bottom:4px}.cw-product__rating svg{width:10px;height:10px;flex-shrink:0}.cw-product__rating-count{font-size:.5625rem;color:#949494;margin-left:3px;font-weight:600}.cw-product__points{font-size:.5625rem;font-weight:700;color:#0a7e85;background:#1ac2b91a;padding:2px 6px;border-radius:4px;margin-bottom:6px;display:inline-block}.cw-products__hint{font-size:.6875rem;color:#b0b0b0;margin-top:6px;text-align:center;font-weight:600}.cw-order{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;overflow:hidden;animation:cwSlideUp .4s ease-out both}.cw-order__head{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#e8f9f8,#d4f5f2)}.cw-order__head-icon{width:28px;height:28px;border-radius:8px;background:#0a7e85;display:flex;align-items:center;justify-content:center}.cw-order__head-icon svg{width:14px;height:14px;color:#fff}.cw-order__head-info{flex:1}.cw-order__head-num{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;color:#0a7e85}.cw-order__head-date{font-size:.6875rem;color:#949494;font-weight:600}.cw-order__head-status{display:inline-block;padding:3px 10px;border-radius:10px;font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.cw-order__head-status--paid{background:#e8f9e8;color:#268c0b}.cw-order__head-status--shipped{background:#e8f9f8;color:#0a7e85}.cw-order__head-status--processing{background:#fff8e6;color:#d4880f}.cw-order__steps{padding:18px 16px 14px}.cw-steps{display:flex;align-items:flex-start}.cw-step{flex:1;text-align:center;position:relative}.cw-step__icon{width:28px;height:28px;border-radius:50%;margin:0 auto 6px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:all .3s}.cw-step__icon svg{width:14px;height:14px}.cw-step--done .cw-step__icon{background:#1ac2b9}.cw-step--done .cw-step__icon svg{color:#fff}.cw-step--current .cw-step__icon{background:#fff;border:2.5px solid #1AC2B9;animation:cwPulse 2s ease-in-out infinite}.cw-step--current .cw-step__icon svg{color:#1ac2b9}.cw-step--pending .cw-step__icon{background:#e8e8e8}.cw-step--pending .cw-step__icon svg{color:#b0b0b0}.cw-step__label{font-size:.625rem;font-weight:600;color:#949494;line-height:1.3}.cw-step--done .cw-step__label{color:#0a7e85}.cw-step--current .cw-step__label{color:#1d1d1d;font-weight:700}.cw-step:after{content:"";position:absolute;top:14px;left:calc(50% + 18px);width:calc(100% - 36px);height:2.5px;background:#e8e8e8;z-index:1;border-radius:2px}.cw-step:last-child:after{display:none}.cw-step--done:after{background:linear-gradient(90deg,#1ac2b9,#1ac2b9)}.cw-step--current:after{background:#e8e8e8}.cw-order__map{margin:0 16px;border-radius:12px;overflow:hidden;background:linear-gradient(165deg,#e8f4e8,#daeef7,#e0e8f5);height:120px;position:relative;cursor:pointer;transition:box-shadow .2s}.cw-order__map:hover{box-shadow:0 2px 12px #00000014}.cw-map__road{position:absolute;background:#ffffff8c;border-radius:2px}.cw-map__road--h1{top:35px;left:0;right:0;height:3px}.cw-map__road--h2{top:75px;left:20px;right:40px;height:2.5px}.cw-map__road--v1{left:80px;top:0;bottom:0;width:2.5px}.cw-map__road--v2{left:200px;top:15px;bottom:10px;width:3px}.cw-map__road--v3{right:60px;top:20px;bottom:25px;width:2.5px}.cw-map__road--d1{top:20px;left:120px;width:100px;height:2.5px;transform:rotate(25deg);transform-origin:left}.cw-map__block{position:absolute;background:#ffffff59;border-radius:3px}.cw-map__block--1{top:42px;left:25px;width:42px;height:28px}.cw-map__block--2{top:8px;left:100px;width:55px;height:22px}.cw-map__block--3{top:82px;left:140px;width:48px;height:30px}.cw-map__block--4{top:45px;left:220px;width:35px;height:24px}.cw-map__block--5{top:15px;right:20px;width:30px;height:45px}.cw-map__block--6{top:80px;right:80px;width:38px;height:22px}.cw-map__route{position:absolute;top:0;left:0;width:100%;height:100%}.cw-map__route svg{width:100%;height:100%;overflow:visible}.cw-map__route-path{fill:none;stroke:#1ac2b9;stroke-width:2.5;stroke-dasharray:6 4;stroke-linecap:round;animation:cwDash 20s linear infinite}.cw-map__pin{position:absolute;top:18px;left:62%;animation:cwPinBob 2s ease-in-out infinite}.cw-map__pin-shadow{width:16px;height:5px;background:#0000001f;border-radius:50%;margin:0 auto;animation:cwPinShadow 2s ease-in-out infinite}.cw-map__pin-icon{width:30px;height:30px;border-radius:50% 50% 50% 8px;background:#1ac2b9;display:flex;align-items:center;justify-content:center;transform:rotate(-45deg);margin-bottom:3px;margin-left:-7px;box-shadow:0 2px 8px #1ac2b959}.cw-map__pin-icon svg{width:14px;height:14px;color:#fff;transform:rotate(45deg)}.cw-map__origin{position:absolute;top:21px;left:calc(5.26% - 7px)}.cw-map__origin-dot{width:10px;height:10px;border-radius:50%;background:#0a7e85;border:2px solid #FFFFFF;box-shadow:0 1px 4px #00000026}.cw-map__dest{position:absolute;top:71px;left:calc(94.74% - 8px)}.cw-map__dest-dot{width:12px;height:12px;border-radius:50%;background:#fff;border:2.5px solid #CC1313;box-shadow:0 1px 4px #00000026}.cw-map__dest-pulse{position:absolute;top:-4px;left:-4px;width:20px;height:20px;border-radius:50%;border:2px solid #CC1313;opacity:0;animation:cwDestPulse 2s ease-out infinite}.cw-map__label{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 12px;border-radius:10px;font-size:.6875rem;font-weight:700;color:#0a7e85;display:flex;align-items:center;gap:5px;white-space:nowrap}.cw-map__label svg{width:12px;height:12px;color:#1ac2b9}.cw-order__map--delivered{background:linear-gradient(165deg,#e0f5e0,#d4f0d4,#e8f4e8)}.cw-map__route-path--done{stroke:#2eaa4a;stroke-width:2.5;stroke-dasharray:none;stroke-linecap:round;animation:none}.cw-order__map--delivered .cw-map__origin-dot{background:#2eaa4a}.cw-order__map--delivered .cw-map__dest-dot{border-color:#2eaa4a;background:#2eaa4a}.cw-order__map--delivered .cw-map__dest-pulse{border-color:#2eaa4a}.cw-map__pin--arrived{top:34px;left:calc(94.74% - 22px);animation:none}.cw-map__pin-icon--delivered{background:#2eaa4a;box-shadow:0 2px 8px #2eaa4a59}.cw-map__label--delivered{color:#2eaa4a}.cw-map__label--delivered svg{color:#2eaa4a}.cw-order__footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #F0F0F0;gap:12px}.cw-order__carrier{font-size:.75rem;color:#949494;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-order__carrier strong{color:#1d1d1d}.cw-order__track-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;background:#1ac2b9;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer;font-family:Nunito Sans,sans-serif;transition:background .2s;flex-shrink:0;white-space:nowrap}.cw-order__track-btn:hover{background:#0a7e85}.cw-order__track-btn svg{width:12px;height:12px}.cw-order__items{padding:12px 16px;border-top:1px solid #F0F0F0}.cw-order__items-title{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#8c8c8c;margin-bottom:10px}.cw-order__item{display:flex;align-items:center;gap:10px;padding:8px 0}.cw-order__item+.cw-order__item{border-top:1px solid #F8F8F8}.cw-order__item-img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.cw-order__item-img--placeholder{width:44px;height:44px;border-radius:8px;background:#f0f0f0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cw-order__item-img--placeholder svg{width:20px;height:20px;color:#bfbfbf}.cw-order__item-info{flex:1;min-width:0}.cw-order__item-name{font-family:Nunito Sans,sans-serif;font-size:13px;font-weight:600;color:#1d1d1d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-order__item-qty{font-family:Nunito Sans,sans-serif;font-size:12px;color:#8c8c8c}.cw-order__item-price{font-family:Nunito Sans,sans-serif;font-size:13px;font-weight:700;color:#1d1d1d;white-space:nowrap;flex-shrink:0}.cw-order__totals{padding:10px 16px 12px;border-top:1px solid #F0F0F0}.cw-order__totals-row{display:flex;justify-content:space-between;align-items:center;padding:3px 0}.cw-order__totals-label{font-family:Nunito Sans,sans-serif;font-size:12px;color:#8c8c8c}.cw-order__totals-value{font-family:Nunito Sans,sans-serif;font-size:12px;color:#1d1d1d}.cw-order__totals-row--total{padding-top:8px;margin-top:4px;border-top:1px solid #F0F0F0}.cw-order__totals-row--total .cw-order__totals-label{font-weight:700;font-size:13px;color:#1d1d1d}.cw-order__totals-row--total .cw-order__totals-value{font-weight:700;font-size:13px;color:#1ac2b9}.cw-order__delivery-est{display:flex;align-items:center;gap:8px;padding:10px 16px;border-top:1px solid #F0F0F0;background:#f9fffe}.cw-order__delivery-est-icon{width:32px;height:32px;border-radius:8px;background:#e8f9f8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-order__delivery-est-icon svg{width:16px;height:16px;color:#0a7e85}.cw-order__delivery-est-info{flex:1}.cw-order__delivery-est-label{font-family:Nunito Sans,sans-serif;font-size:11px;color:#8c8c8c;text-transform:uppercase;letter-spacing:.3px}.cw-order__delivery-est-date{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#0a7e85}.cw-order__delivery-est-method{font-family:Nunito Sans,sans-serif;font-size:11px;color:#8c8c8c;flex-shrink:0}.cw-order__actions{padding:12px 16px;border-top:1px solid #F0F0F0;display:flex;flex-direction:column;gap:8px}.cw-order__view-link{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#f5f5f5;color:#1d1d1d;border:none;border-radius:10px;font-family:Nunito Sans,sans-serif;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s}.cw-order__view-link:hover{background:#ebebeb}.cw-order__view-link svg{width:14px;height:14px}.cw-loyalty{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;overflow:hidden;animation:cwSlideUp .4s ease-out both}.cw-loyalty__banner{background:linear-gradient(135deg,#0a7e85,#1ac2b9);padding:16px 18px;display:flex;align-items:center;gap:14px;position:relative;overflow:hidden}.cw-loyalty__sparkle{position:absolute;width:6px;height:6px;border-radius:50%;background:#ffffff4d}.cw-loyalty__sparkle:nth-child(1){top:8px;right:30px;animation:cwTwinkle 2s ease-in-out infinite}.cw-loyalty__sparkle:nth-child(2){top:22px;right:60px;width:4px;height:4px;animation:cwTwinkle 2s ease-in-out .5s infinite}.cw-loyalty__sparkle:nth-child(3){bottom:8px;right:45px;width:5px;height:5px;animation:cwTwinkle 2s ease-in-out 1s infinite}.cw-loyalty__sparkle:nth-child(4){top:12px;right:100px;width:3px;height:3px;animation:cwTwinkle 2s ease-in-out 1.5s infinite}.cw-loyalty__icon{width:42px;height:42px;border-radius:12px;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-loyalty__icon svg{width:22px;height:22px;color:#fff}.cw-loyalty__banner-info{flex:1;position:relative;z-index:1}.cw-loyalty__tier-badge{display:inline-block;padding:2px 8px;border-radius:8px;font-family:Montserrat,sans-serif;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.cw-loyalty__tier-badge--bronze{background:#cd7f32;color:#fff}.cw-loyalty__tier-badge--silver{background:silver;color:#fff}.cw-loyalty__tier-badge--gold{background:#d4a017;color:#fff}.cw-loyalty__points-label{font-size:.6875rem;color:#ffffffbf;font-weight:600}.cw-loyalty__points-value{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:800;color:#fff;line-height:1.1}.cw-loyalty__points-unit{font-size:.75rem;font-weight:600;opacity:.8}.cw-loyalty__progress{padding:16px 18px}.cw-loyalty__goal{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cw-loyalty__goal-text{font-size:.8rem;font-weight:600;color:#1d1d1d}.cw-loyalty__goal-target{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;color:#0a7e85}.cw-loyalty__bar{width:100%;height:10px;background:#e8e8e8;border-radius:5px;overflow:hidden;position:relative;margin-bottom:6px}.cw-loyalty__fill{height:100%;border-radius:5px;background:linear-gradient(90deg,#1ac2b9,#0a7e85);width:0;animation:cwFillBar 1.2s cubic-bezier(.4,0,.2,1) .3s forwards;position:relative}.cw-loyalty__fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:cwShimmer 2s ease-in-out 1.5s infinite}.cw-loyalty__bar-labels{display:flex;justify-content:space-between}.cw-loyalty__bar-label{font-size:.625rem;font-weight:600;color:#b0b0b0}.cw-loyalty__bar-label--active{color:#0a7e85}.cw-loyalty__reward{display:flex;align-items:center;gap:10px;background:#e8f9f8;border-radius:10px;padding:10px 14px;margin-top:12px}.cw-loyalty__reward-icon{width:32px;height:32px;border-radius:8px;background:#1ac2b9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-loyalty__reward-icon svg{width:16px;height:16px;color:#fff}.cw-loyalty__reward-text{font-size:.8rem;font-weight:600;color:#0a7e85;line-height:1.4}.cw-loyalty__reward-text strong{color:#1d1d1d}.cw-loyalty__activity{padding:0 18px 16px}.cw-loyalty__activity-title{font-family:Montserrat,sans-serif;font-size:.6875rem;font-weight:700;color:#949494;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.cw-loyalty__tx{display:flex;align-items:center;gap:10px;padding:8px 0;animation:cwFadeIn .4s ease-out both}.cw-loyalty__tx:nth-child(2){animation-delay:.1s}.cw-loyalty__tx:nth-child(3){animation-delay:.2s}.cw-loyalty__tx:nth-child(4){animation-delay:.3s}.cw-loyalty__tx+.cw-loyalty__tx{border-top:1px solid #F5F5F5}.cw-loyalty__tx-icon{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-loyalty__tx-icon--earn{background:#e8f9f8}.cw-loyalty__tx-icon--earn svg{color:#1ac2b9}.cw-loyalty__tx-icon--redeem{background:#fff8e6}.cw-loyalty__tx-icon--redeem svg{color:#d4880f}.cw-loyalty__tx-icon svg{width:12px;height:12px}.cw-loyalty__tx-info{flex:1}.cw-loyalty__tx-desc{font-size:.75rem;font-weight:600;color:#1d1d1d}.cw-loyalty__tx-date{font-size:.625rem;color:#b0b0b0}.cw-loyalty__tx-pts{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700}.cw-loyalty__tx-pts--earn{color:#268c0b}.cw-loyalty__tx-pts--redeem{color:#d4880f}.cw-loyalty__earn-rule{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:.75rem;color:#555}.cw-loyalty__earn-rule svg{width:12px;height:12px;color:#d4880f;flex-shrink:0}.cw-loyalty__reward--earned .cw-loyalty__reward-icon svg{color:#2eaa4a}.cw-delivery{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;overflow:hidden;animation:cwSlideUp .4s ease-out both}.cw-delivery__options{padding:14px 16px;display:flex;flex-direction:column;gap:10px}.cw-delivery__option{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid #F0F0F0;border-radius:12px;transition:all .2s;cursor:pointer}.cw-delivery__option:hover{border-color:#1ac2b9}.cw-delivery__option--highlight{border-color:#1ac2b9;background:#e8f9f8}.cw-delivery__option-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-delivery__option-icon--standard{background:#e8f9f8}.cw-delivery__option-icon--standard svg{color:#1ac2b9}.cw-delivery__option-icon--free{background:#e8f9e8}.cw-delivery__option-icon--free svg{color:#268c0b}.cw-delivery__option-icon svg{width:18px;height:18px}.cw-delivery__option-info{flex:1}.cw-delivery__option-name{font-size:.8rem;font-weight:700;color:#1d1d1d;margin-bottom:2px}.cw-delivery__option-time{font-size:.6875rem;color:#949494;font-weight:600}.cw-delivery__option-price{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:700;color:#0a7e85}.cw-delivery__option-price--free{color:#268c0b}.cw-delivery__option-badge{display:inline-block;padding:2px 8px;border-radius:8px;font-size:.5625rem;font-weight:700;text-transform:uppercase}.cw-delivery__option-badge--popular{background:#e8f9f8;color:#0a7e85}.cw-delivery__option-badge--best{background:#e8f9e8;color:#268c0b}.cw-delivery__countdown{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff8e6;border-top:1px solid #F0E6CC}.cw-delivery__countdown svg{width:16px;height:16px;color:#d4880f;flex-shrink:0}.cw-delivery__countdown-text{font-size:.75rem;font-weight:600;color:#8b6914}.cw-delivery__countdown-time{font-family:Montserrat,sans-serif;font-weight:700;color:#c60}.cw-escalation{background:#fff;border-radius:14px;padding:16px;box-shadow:0 1px 4px #0000000f;animation:cwSlideUp .4s ease-out both}.cw-escalation__head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.cw-escalation__head-icon{width:32px;height:32px;border-radius:10px;background:#e8f4fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-escalation__head-icon svg{width:16px;height:16px;color:#4a7fbf}.cw-escalation__head-text{font-size:.8rem;font-weight:600;color:#1d1d1d;line-height:1.4}.cw-escalation__field{display:block;width:100%;border:1.5px solid #E0E0E0;border-radius:10px;padding:10px 14px;font-size:.85rem;font-family:Nunito Sans,sans-serif;outline:none;margin-bottom:10px;transition:border-color .2s;color:#1d1d1d}.cw-escalation__field:focus{border-color:#1ac2b9}.cw-escalation__btn{width:100%;padding:11px;background:#1ac2b9;color:#fff;border:none;border-radius:10px;font-family:Nunito Sans,sans-serif;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:6px}.cw-escalation__btn:hover{background:#0a7e85}.cw-escalation__btn svg{width:16px;height:16px}.cw-escalation__trust{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:10px}.cw-escalation__trust svg{width:12px;height:12px;color:#268c0b}.cw-escalation__trust span{font-size:.6875rem;font-weight:600;color:#949494}.cw-invoice-confirm{background:#fff;border-radius:14px;padding:16px;box-shadow:0 1px 4px #0000000f;border:1px solid #E0F2F0;animation:cwSlideUp .4s ease-out both}.cw-invoice-confirm__head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.cw-invoice-confirm__icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cw-invoice-confirm__text{flex:1}.cw-invoice-confirm__title{font-size:.875rem;font-weight:600;color:#2c7e3f}.cw-invoice-confirm__ref{font-size:.75rem;color:#777;margin-top:2px;font-family:monospace}.cw-invoice-confirm__download{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 16px;background:#1ac2b9;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease;font-family:inherit}.cw-invoice-confirm__download:hover{background:#0a7e85}.cw-promo{background:linear-gradient(135deg,#fff8e6,#fff3d6);border-radius:14px;padding:14px 16px;border:1.5px dashed #E6D28A;box-shadow:0 1px 4px #0000000a;animation:cwSlideUp .4s ease-out both;display:flex;align-items:center;gap:12px}.cw-promo__icon{width:38px;height:38px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-promo__icon svg{width:20px;height:20px;color:#d4880f}.cw-promo__info{flex:1}.cw-promo__title{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;color:#8b6914;margin-bottom:2px}.cw-promo__desc{font-size:.6875rem;color:#a08230;font-weight:600;line-height:1.4}.cw-promo__code{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;padding:6px 14px;border:1.5px dashed #D4880F;border-radius:8px;color:#8b6914;background:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}.cw-promo__code:hover{background:#fff8e6;border-style:solid}.cw-policy{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;overflow:hidden;animation:cwSlideUp .4s ease-out both}.cw-policy__head{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#f0f4ff,#e8eeff);border-bottom:1px solid #E0E6F5}.cw-policy__head-icon{width:32px;height:32px;border-radius:10px;background:#4a7fbf;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-policy__head-icon svg{width:16px;height:16px;color:#fff}.cw-policy__head-info{flex:1}.cw-policy__head-title{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;color:#2b4a7f;line-height:1.3}.cw-policy__head-updated{font-size:.625rem;color:#7a8fc0;font-weight:600}.cw-policy__sections{padding:6px 0}.cw-policy__section{padding:12px 16px;border-bottom:1px solid #F5F5F5;display:flex;align-items:flex-start;gap:12px;animation:cwFadeIn .4s ease-out both}.cw-policy__section:last-child{border-bottom:none}.cw-policy__section:nth-child(2){animation-delay:.08s}.cw-policy__section:nth-child(3){animation-delay:.16s}.cw-policy__section:nth-child(4){animation-delay:.24s}.cw-policy__section:nth-child(5){animation-delay:.32s}.cw-policy__section-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.cw-policy__section-icon svg{width:14px;height:14px}.cw-policy__section-icon--blue{background:#e8f0fe}.cw-policy__section-icon--blue svg{color:#4a7fbf}.cw-policy__section-icon--teal{background:#e8f9f8}.cw-policy__section-icon--teal svg{color:#1ac2b9}.cw-policy__section-icon--green{background:#e8f9e8}.cw-policy__section-icon--green svg{color:#268c0b}.cw-policy__section-icon--amber{background:#fff8e6}.cw-policy__section-icon--amber svg{color:#d4880f}.cw-policy__section-icon--coral{background:#fff0f0}.cw-policy__section-icon--coral svg{color:#c44}.cw-policy__section-info{flex:1}.cw-policy__section-title{font-size:.8rem;font-weight:700;color:#1d1d1d;margin-bottom:2px}.cw-policy__section-desc{font-size:.6875rem;color:#949494;font-weight:600;line-height:1.5}.cw-policy__footer{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#fafafa;border-top:1px solid #F0F0F0}.cw-policy__footer-link{font-size:.6875rem;font-weight:700;color:#4a7fbf;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .2s}.cw-policy__footer-link:hover{color:#2b4a7f}.cw-policy__footer-link svg{width:12px;height:12px}@keyframes cwGradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes cwConfettiFall{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(100px) rotate(360deg);opacity:0}}.cw-welcome-bonus{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;overflow:hidden;animation:cwSlideUp .4s ease-out both}.cw-welcome-bonus__banner{background:linear-gradient(135deg,#1ac2b9,#0a7e85,#1ac2b9);background-size:200% 200%;animation:cwGradientShift 6s ease-in-out infinite;padding:20px 18px;text-align:center;position:relative;overflow:hidden}.cw-welcome-bonus__confetti{position:absolute;border-radius:2px;animation:cwConfettiFall 3s ease-in-out infinite}.cw-welcome-bonus__confetti:nth-child(1){width:8px;height:8px;background:#ffffff40;top:-8px;left:15%;animation-delay:0s;animation-duration:3.5s}.cw-welcome-bonus__confetti:nth-child(2){width:6px;height:6px;background:#ffd7004d;top:-6px;left:40%;animation-delay:.8s;animation-duration:2.8s}.cw-welcome-bonus__confetti:nth-child(3){width:7px;height:7px;background:#fff3;top:-7px;left:65%;animation-delay:1.4s;animation-duration:3.2s}.cw-welcome-bonus__confetti:nth-child(4){width:5px;height:5px;background:#ffd70040;top:-5px;left:85%;animation-delay:.4s;animation-duration:4s}.cw-welcome-bonus__confetti:nth-child(5){width:9px;height:4px;background:#fff3;top:-4px;left:55%;animation-delay:2s;animation-duration:3s}.cw-welcome-bonus__badge{display:inline-flex;align-items:center;gap:5px;background:#fff3;padding:4px 12px;border-radius:20px;font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.cw-welcome-bonus__badge svg{width:12px;height:12px}.cw-welcome-bonus__amount{font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}.cw-welcome-bonus__amount-off{font-size:1rem;font-weight:700;opacity:.85}.cw-welcome-bonus__subtitle{font-size:.8rem;color:#fffc;font-weight:600}.cw-welcome-bonus__body{padding:16px 18px}.cw-welcome-bonus__perks{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.cw-welcome-bonus__perk{display:flex;align-items:center;gap:10px;animation:cwFadeIn .4s ease-out both}.cw-welcome-bonus__perk:nth-child(2){animation-delay:.1s}.cw-welcome-bonus__perk:nth-child(3){animation-delay:.2s}.cw-welcome-bonus__perk-icon{width:26px;height:26px;border-radius:50%;background:#e8f9f8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-welcome-bonus__perk-icon svg{width:12px;height:12px;color:#1ac2b9}.cw-welcome-bonus__perk-text{font-size:.8rem;font-weight:600;color:#1d1d1d;line-height:1.4}.cw-welcome-bonus__cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:#1ac2b9;color:#fff;border:none;border-radius:10px;font-family:Nunito Sans,sans-serif;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s}.cw-welcome-bonus__cta:hover{background:#0a7e85;transform:scale(1.02)}.cw-welcome-bonus__cta svg{width:16px;height:16px}.cw-welcome-bonus__code-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}.cw-welcome-bonus__code-label{font-size:.6875rem;color:#949494;font-weight:600}.cw-welcome-bonus__code{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;padding:5px 12px;border:1.5px dashed #1AC2B9;border-radius:8px;color:#0a7e85;background:#e8f9f8;cursor:pointer;transition:all .2s}.cw-welcome-bonus__code:hover{background:#d4f5f2;border-style:solid}.cw-welcome-bonus__footer{display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 16px;background:#fafafa;border-top:1px solid #F0F0F0}.cw-welcome-bonus__footer svg{width:12px;height:12px;color:#d4880f}.cw-welcome-bonus__footer span{font-size:.6875rem;font-weight:600;color:#949494}.cw-welcome-bonus__footer strong{color:#8b6914}.cw-welcome-bonus__code--blurred{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none;cursor:default}.cw-welcome-bonus__code-row--revealed .cw-welcome-bonus__code{animation:cwSlideUp .4s ease-out both}.cw-welcome-bonus__signup{margin-top:14px;padding-top:14px;border-top:1px solid #F0F0F0}.cw-welcome-bonus__signup-title{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;color:#1d1d1d;margin-bottom:12px}.cw-welcome-bonus__signup-title svg{width:14px;height:14px;color:#1ac2b9}.cw-welcome-bonus__field{display:block;width:100%;padding:10px 12px;border:1.5px solid #E0E0E0;border-radius:8px;font-family:Nunito Sans,sans-serif;font-size:.8rem;color:#1d1d1d;background:#fafafa;margin-bottom:8px;outline:none;transition:border-color .2s}.cw-welcome-bonus__field:focus{border-color:#1ac2b9;background:#fff}.cw-welcome-bonus__checkbox-label{display:flex;align-items:flex-start;gap:8px;font-size:.7rem;color:#666;line-height:1.4;margin-bottom:12px;cursor:pointer}.cw-welcome-bonus__checkbox{margin-top:2px;accent-color:#1AC2B9;flex-shrink:0}.cw-welcome-bonus__signup-note{display:flex;align-items:center;gap:5px;font-size:.7rem;color:#949494;text-align:center;justify-content:center;margin-top:10px}.cw-welcome-bonus__signup-note svg{width:12px;height:12px;color:#2eaa4a}.cw-welcome-bonus__login-link{color:#1ac2b9;font-weight:600;text-decoration:none}.cw-welcome-bonus__login-link:hover{text-decoration:underline}.cw-welcome-bonus__error{font-size:.7rem;color:#cc1313;background:#fff0f0;padding:8px 10px;border-radius:6px;margin-top:8px}.cw-ingredients{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;overflow:hidden;animation:cwSlideUp .4s ease-out both}.cw-ingredients__head{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#fff8f0,#fff3e6);border-bottom:1px solid #F5EDE3}.cw-ingredients__head-icon{width:32px;height:32px;border-radius:10px;background:#e8870e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-ingredients__head-icon svg{width:16px;height:16px;color:#fff}.cw-ingredients__head-info{flex:1;min-width:0}.cw-ingredients__head-title{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;color:#8b5a00}.cw-ingredients__head-product{font-size:.6875rem;color:#a68a5b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-ingredients__head-img{width:38px;height:38px;border-radius:8px;object-fit:contain;background:#fff;flex-shrink:0;border:1px solid #F0E8DC}.cw-ingredients__body{padding:14px 16px}.cw-ingredients__list{font-size:.8rem;line-height:1.7;color:#4a4a4a}.cw-ingredients__item{font-weight:400}.cw-ingredients__item--allergen{font-weight:700;color:#c44}.cw-ingredients__sep{margin:0 3px;color:#c8c8c8;font-weight:700}.cw-ingredients__allergens{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;background:#fff5f5;border-radius:10px;border:1px solid #FFE0E0}.cw-ingredients__allergens-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cw-ingredients__allergens-icon svg{width:16px;height:16px;color:#c44}.cw-ingredients__allergens-text{font-size:.75rem;line-height:1.5;color:#8b3333}.cw-ingredients__allergens-text strong{font-weight:700;color:#c44}.cw-ingredients__footer{display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 16px;background:#fafafa;border-top:1px solid #F0F0F0}.cw-ingredients__footer svg{width:12px;height:12px;color:#b0b0b0}.cw-ingredients__footer span{font-size:.6875rem;font-weight:600;color:#949494}.cw-nutrition{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;overflow:hidden;animation:cwSlideUp .4s ease-out both}.cw-nutrition__head{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#e8f9f8,#d4f5f2);border-bottom:1px solid #D4EDE9}.cw-nutrition__head-icon{width:32px;height:32px;border-radius:10px;background:#0a7e85;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw-nutrition__head-icon svg{width:16px;height:16px;color:#fff}.cw-nutrition__head-info{flex:1;min-width:0}.cw-nutrition__head-title{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;color:#0a7e85}.cw-nutrition__head-product{font-size:.6875rem;color:#5ca5a9;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-nutrition__head-img{width:38px;height:38px;border-radius:8px;object-fit:contain;background:#fff;flex-shrink:0;border:1px solid #D4EDE9}.cw-nutrition__calories{display:flex;flex-direction:column;align-items:center;padding:18px 16px 12px}.cw-nutrition__calories-ring{width:80px;height:80px;position:relative}.cw-nutrition__calories-ring svg{width:100%;height:100%}.cw-nutrition__calories-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.cw-nutrition__calories-num{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800;color:#0a7e85;line-height:1}.cw-nutrition__calories-unit{font-size:.5625rem;font-weight:700;color:#5ca5a9;text-transform:uppercase;letter-spacing:.04em}.cw-nutrition__calories-label{margin-top:4px;font-size:.6875rem;font-weight:600;color:#949494}@keyframes cwRingFill{0%{stroke-dashoffset:213.6}}.cw-nutrition__macros{padding:0 16px 16px;display:flex;flex-direction:column;gap:10px}.cw-nutrition__macro-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.cw-nutrition__macro-name{font-size:.75rem;font-weight:700;color:#1d1d1d}.cw-nutrition__macro-value{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;color:#4a4a4a}.cw-nutrition__macro-bar{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.cw-nutrition__macro-fill{height:100%;border-radius:4px;width:0;animation:cwMacroFill 1s cubic-bezier(.4,0,.2,1) .5s forwards}@keyframes cwMacroFill{to{width:var(--macro-pct)}}.cw-nutrition__macro-fill--protein{background:linear-gradient(90deg,#5b9bd5,#4178b0)}.cw-nutrition__macro-fill--carbs{background:linear-gradient(90deg,#e8a840,#d4880f)}.cw-nutrition__macro-fill--fat{background:linear-gradient(90deg,#e8728a,#c46)}.cw-nutrition__extra{margin:0 16px 14px;padding:10px 12px;background:#f9fffe;border-radius:10px;border:1px solid #E8F2F0}.cw-nutrition__extra-title{font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#8c8c8c;margin-bottom:4px}.cw-nutrition__extra-text{font-size:.75rem;line-height:1.5;color:#5a5a5a}.cw-nutrition__unavailable{padding:20px 16px;text-align:center}.cw-nutrition__unavailable-icon{width:36px;height:36px;margin:0 auto 10px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.cw-nutrition__unavailable-icon svg{width:18px;height:18px;color:#b0b0b0}.cw-nutrition__unavailable-text{font-size:.8rem;font-weight:600;color:#4a4a4a;margin-bottom:6px}.cw-nutrition__unavailable-hint{font-size:.75rem;color:#949494;line-height:1.5}.cw-nutrition__footer{display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 16px;background:#fafafa;border-top:1px solid #F0F0F0}.cw-nutrition__footer svg{width:12px;height:12px;color:#b0b0b0}.cw-nutrition__footer span{font-size:.6875rem;font-weight:600;color:#949494}@media(max-width:480px){.chat-widget__panel{bottom:0;right:0;left:0;width:100%;max-height:100vh;max-height:100dvh;border-radius:0}.chat-widget__messages{max-height:calc(100vh - 200px);max-height:calc(100dvh - 200px)}.chat-widget__toggle{bottom:16px;right:16px}.chat-widget--open .chat-widget__toggle{display:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/chat-widget.css.map */
