:root{--cp-green: #16a34a;--cp-green-dark: #1a4731;--cp-orange: #f5a623;--cp-border: #e5e7eb;--cp-border-light: #f3f4f6;--cp-bg-gray: #f9fafb;--cp-text: #111827;--cp-text-muted: #6b7280;--cp-text-subtle: #9ca3af;--cp-radius-card: 8px;--cp-radius-btn: 50px;--cp-transition: .32s cubic-bezier(.4, 0, .2, 1)}#cart-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:21474836467;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}#cart-popup.cart-popup--open{opacity:1;visibility:visible;pointer-events:auto}.cart-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:999990;opacity:0;transition:opacity .26s ease}#cart-popup.cart-popup--open .cart-popup__overlay{opacity:1}#cart-popup-drawer{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:100%;max-width:440px;background:#fff;z-index:999999;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;transform:translate(105%);opacity:0;transition:transform var(--cp-transition),opacity .26s ease;box-shadow:-4px 0 24px #0000001f}#cart-popup.cart-popup--open #cart-popup-drawer{transform:translate(0);opacity:1}#cart-popup.cart-popup--loading #cart-popup-drawer{cursor:progress}#cart-popup.cart-popup--loading #cart-popup-drawer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff80;z-index:20}#cart-popup.cart-popup--loading #cart-popup-drawer:after{content:"";position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);width:20px;height:20px;border:2px solid #0d0f11;border-top-color:#eaf5f8;border-radius:50%;box-sizing:border-box;z-index:21;animation:cart-popup-spin .8s linear infinite}#cart-popup.cart-popup--loading #cart-popup-drawer>*{pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes cart-popup-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-popup__close{position:absolute;top:14px;right:14px;z-index:10;width:28px;height:28px;border-radius:50%;background:#1f2937;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;fill:#fff;flex-shrink:0;transition:opacity .15s;padding:0}.cart-popup__close:hover{opacity:.8}.cart-popup__header{flex-shrink:0;background:#fff;border-bottom:1px solid var(--cp-border)}.cart-popup__header-top{display:flex;align-items:center;gap:8px;padding:14px 52px 14px 16px}.cart-popup__check-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--cp-green);flex-shrink:0;fill:#fff}.cart-popup__title{font-size:14px;font-weight:700;line-height:1.2;color:var(--cp-text);margin:0}.cart-popup__brand{display:flex;align-items:center;justify-content:center;padding:10px 16px 12px}.cart-popup__brand svg{width:150px;height:auto}.cart-popup__trust-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow-x:auto;padding:8px 16px;border-bottom:1px solid var(--cp-border-light);white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.cart-popup__trust-strip::-webkit-scrollbar{display:none}.cart-popup__trust-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#374151;flex-shrink:0}.cart-popup__trust-badge img{width:13px;height:13px;object-fit:contain;flex-shrink:0}.cart-popup__trust-divider{display:inline-block;width:1px;height:12px;background:#d1d5db;flex-shrink:0;margin:0 8px}.cart-popup__upsell{padding:16px 16px 20px;display:flex;flex-direction:column;gap:8px;background:#fff;border-bottom:1px solid var(--cp-border);flex-shrink:0}.cart-popup__upsell-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.cart-popup__upsell-message{font-size:12px;font-weight:500;color:#1a1a1a;line-height:16px;min-height:16px}.cart-popup__upsell-goal{font-size:11px;font-weight:500;color:#999;white-space:nowrap;flex-shrink:0}.cart-popup__upsell-track{position:relative;padding-bottom:26px}.cart-popup__upsell-bar{height:10px;background:#efefef;border-radius:9999px;overflow:visible;position:relative}.cart-popup__upsell-fill{height:100%;background:var(--cp-orange);border-radius:9999px;position:relative;min-width:0;transition:width .4s cubic-bezier(.4,0,.2,1)}.cart-popup__upsell-thumb{position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:var(--cp-orange);border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--cp-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.cart-popup__upsell-thumb-ring{width:10px;height:10px;border-radius:50%;background:transparent;box-shadow:0 0 0 1px #ffffff80;flex-shrink:0}.cart-popup__upsell-milestones{position:absolute;left:0;right:0;top:16px;height:0}.cart-popup__upsell-milestone{position:absolute;transform:translate(-100%);display:flex;flex-direction:column;align-items:center;gap:0}.cart-popup__upsell-milestone-icon{display:flex;align-items:flex-end;justify-content:center;width:20px;height:18px;padding:4px 0 2px;color:#999;transition:color .3s ease}.cart-popup__upsell-milestone--reached .cart-popup__upsell-milestone-icon{color:var(--cp-orange)}.cart-popup__upsell-milestone-price{font-size:10px;font-weight:400;color:#999;line-height:15px;white-space:nowrap;transition:color .3s ease}.cart-popup__upsell-milestone--reached .cart-popup__upsell-milestone-price{color:var(--cp-orange)}.cart-popup__body{flex:1;overflow-y:auto;overflow-x:hidden;background:#fff;scrollbar-width:none;-ms-overflow-style:none}.cart-popup__body::-webkit-scrollbar{display:none}.cart-popup__empty{padding:48px 16px;text-align:center;color:var(--cp-text-muted);font-size:14px}.cart-popup__items{padding:12px 16px 0;display:flex;flex-direction:column;gap:12px}.cart-popup__subscription-benefits{margin:18px 16px 16px;padding:16px;border-radius:14px;background:#1d4634;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-popup__subscription-benefits-content{min-width:0;flex:1}.cart-popup__subscription-benefits-title{margin:0 0 10px;font-size:14px;font-weight:700;line-height:20px;color:#fff}.cart-popup__subscription-benefits-list{display:flex;flex-direction:column;gap:6px}.cart-popup__subscription-benefits-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:400;line-height:16px;color:#fffffff5}.cart-popup__subscription-benefits-check{width:12px;height:12px;min-width:12px;display:inline-flex;align-items:center;justify-content:center;color:#67d36a}.cart-popup__subscription-benefits-icon{width:64px;height:64px;min-width:64px;border-radius:50%;background:#ffffff24;display:flex;align-items:center;justify-content:center;color:#67d36a;overflow:hidden}.cart-popup__subscription-benefits-icon img{width:100%;height:100%;object-fit:cover;display:block}.cart-popup__subscription-benefits-icon svg{width:32px;height:32px;display:block}.cart-popup__protection-card{margin:0 16px 16px;border:1px solid #e8e6e1;border-radius:16px;background:#f9f8f5;overflow:hidden}.cart-popup__protection-card-header,.cart-popup__protection-card-section{padding:14px 16px}.cart-popup__protection-card-section+.cart-popup__protection-card-section{border-top:1px solid #ece7de}.cart-popup__protection-card-brand{display:flex;align-items:flex-start;gap:12px}.cart-popup__protection-card-badge{width:34px;height:34px;min-width:34px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.cart-popup__protection-card-badge img,.cart-popup__protection-card-badge svg{width:100%;height:100%;display:block}.cart-popup__protection-card-brand-content{min-width:0;flex:1}.cart-popup__protection-card-title,.cart-popup__protection-card-section-title{margin:0;color:#1f1f1f;font-size:14px;font-weight:700;line-height:20px}.cart-popup__protection-card-title{margin-bottom:2px}.cart-popup__protection-card-rating-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cart-popup__protection-card-stars{color:#f5a623;font-size:13px;line-height:1;letter-spacing:.02em;white-space:nowrap}.cart-popup__protection-card-score{color:#1f1f1f;font-size:12px;font-weight:700;line-height:16px}.cart-popup__protection-card-rating-label,.cart-popup__protection-card-reviews{margin:4px 0 0;color:#5f5f5f;font-size:12px;font-weight:400;line-height:17px}.cart-popup__protection-card-section-title{margin-bottom:8px}.cart-popup__protection-card-line{display:flex;align-items:flex-start;gap:8px;color:#5f5f5f;font-size:12px;font-weight:400;line-height:18px}.cart-popup__protection-card-shield{width:16px;height:16px;min-width:16px;color:#39a845;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.cart-popup__protection-card-section--footer .cart-popup__protection-card-rating-row{margin-top:2px}.cart-popup-item{display:flex;gap:12px;padding:13px;border:1px solid #efefef;border-radius:12px;background:#fff;align-items:flex-start}.cart-popup-item__image{width:60px;height:60px;min-width:60px;background:#f5f5f5;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-popup-item__image img{width:60px;height:60px;object-fit:cover;display:block}.cart-popup-item__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.cart-popup-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.cart-popup-item__info{flex:1;min-width:0}.cart-popup-item__title{font-size:14px;font-weight:600;color:#1a1a1a;line-height:20px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-popup-item__variant{font-size:12px;font-weight:400;color:#999;line-height:16px;margin:2px 0 0}.cart-popup-item__prices{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;padding-left:8px;gap:2px}.cart-popup-item__price{font-size:14px;font-weight:700;color:#1a1a1a;white-space:nowrap;line-height:20px}.cart-popup-item__price-original{font-size:12px;font-weight:400;color:#bfbfbf;line-height:16px;text-decoration:line-through;white-space:nowrap}.cart-popup-item__badges{display:flex;flex-wrap:wrap;gap:4px}.cart-popup-item__badge{display:inline-block;padding:2px 6px;border:0;border-radius:4px;background:transparent;font:inherit;font-size:10px;font-weight:500;color:#fff;line-height:15px;white-space:nowrap}.cart-popup-item__badge--gift,.cart-popup-item__badge--subscribe{background:#4caf50}.cart-popup-item__badge--subscribe{cursor:pointer}.cart-popup-item__footer{display:flex;align-items:center;justify-content:space-between;padding-top:2px}.cart-popup-item__stepper{display:flex;align-items:center;border:1px solid #e8e8e8;overflow:hidden;height:34px;flex-shrink:0}.cart-popup-item__stepper-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:background .15s;fill:#374151}.cart-popup-item__stepper-btn:first-child{border-right:1px solid #e8e8e8}.cart-popup-item__stepper-btn:last-child{border-left:1px solid #e8e8e8}.cart-popup-item__stepper-btn:hover{background:#f5f5f5}.cart-popup-item__stepper-input{width:32px;border:none;outline:none;text-align:center;font-size:12px;font-weight:500;color:#1a1a1a;background:transparent;padding:0;pointer-events:none;font-family:inherit}.cart-popup-item__remove{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:6px;border-radius:12px;transition:background .15s;fill:#9ca3af;flex-shrink:0}.cart-popup-item__remove:hover{background:#f5f5f5;fill:#374151}.cart-popup .add-to-cart-popup-product-recommendations{padding:8px 16px 16px}.cart-popup__footer-content{padding:14px 16px 16px;border-top:1px solid var(--cp-border);background:#fff}.cart-popup__footer{flex-shrink:0;background:#fff;border-top:1px solid var(--cp-border);padding:12px 16px 16px;display:flex;flex-direction:column}.cart-popup__discount-block{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.cart-popup__discount-label{margin:0;font-size:13px;font-weight:600;color:var(--cp-text)}.cart-popup__discount-list{display:flex;flex-wrap:wrap;gap:6px}.cart-popup__discount-chip{display:inline-flex;align-items:center;gap:6px;margin:0;padding:6px 10px;border:1px solid #d7e8d1;border-radius:999px;background:#f4fbf1;color:#2f5a2f;cursor:pointer;font:inherit;font-size:12px;line-height:1}.cart-popup__discount-chip-remove{font-size:14px;line-height:1}.cart-popup__discount{display:flex;border:1px solid var(--cp-border);border-radius:50px;overflow:hidden}.cart-popup__discount-input{flex:1;min-width:0;border:none;outline:none;padding:9px 12px;font-size:13px;color:var(--cp-text);background:transparent;font-family:inherit}.cart-popup__discount-input.__has-error{color:#b42318}.cart-popup__discount-input::placeholder{color:var(--cp-text-subtle)}.cart-popup__discount-btn{flex-shrink:0;padding:9px 18px;background:var(--cp-orange);color:#fff;border:none;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s;letter-spacing:.01em}.cart-popup__discount-btn._disabled,.cart-popup__discount-btn:disabled{cursor:default;opacity:.45}.cart-popup__discount-btn.loading{cursor:progress;opacity:.7}.cart-popup__discount-btn:hover{opacity:.9}.cart-popup__discount-btn._disabled:hover,.cart-popup__discount-btn:disabled:hover,.cart-popup__discount-btn.loading:hover{opacity:inherit}.cart-popup__discount-error{margin:0;font-size:12px;line-height:16px;color:#b42318}.cart-popup__summary{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.cart-popup__row{display:flex;justify-content:space-between;align-items:center}.cart-popup__subtotal{font-size:15px;font-weight:700;color:var(--cp-text)}.cart-popup__savings{font-size:13px;font-weight:600}.cart-popup__shipment{font-size:13px;color:#374151}.cart-popup__shipment-value{color:var(--cp-orange);font-weight:600}.cart-popup__delivery{display:flex;align-items:center;gap:8px;background:var(--cp-bg-gray);border-radius:6px;padding:8px 12px;margin-bottom:8px}.cart-popup__delivery p{margin:0;font-size:13px;color:#374151;line-height:1.4}.cart-popup__delivery strong{font-weight:700}.cart-popup__delivery-icon{display:inline-flex;width:16px;height:16px;flex-shrink:0;fill:var(--cp-text-muted)}.cart-popup__disclaimer{font-size:12px;color:var(--cp-text-subtle);margin:0 0 10px;line-height:1.4}.cart-popup__payments{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:4px;margin-bottom:10px;color:#9ca3af}.cart-popup__payment-icon{display:inline-flex;align-items:center;justify-content:center;height:28px;width:auto;color:#6b7280;flex-shrink:0}.cart-popup__payment-icon svg{height:100%;width:auto}.cart-popup__continue{display:block;text-align:center;font-size:13px;color:#374151;text-decoration:underline;cursor:pointer;margin:0 0 12px;background:none;border:none;padding:0;font-family:inherit}.cart-popup__continue:hover{color:var(--cp-text)}.cart-popup__checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 20px;background:var(--cp-green-dark);color:#fff!important;border:0;border-radius:var(--cp-radius-btn);-webkit-appearance:none;appearance:none;font-size:15px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;text-decoration:none!important;cursor:pointer;fill:#fff;transition:opacity .15s;line-height:1}.cart-popup__checkout-btn:hover{opacity:.92;color:#fff!important;text-decoration:none!important}.cart-popup__checkout-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;fill:inherit;flex-shrink:0}@media screen and (min-width:768px){.cart-popup__title{font-size:17px}.cart-popup__trust-badge{font-size:13px}.cart-popup__upsell-message{font-size:14px;line-height:18px}.cart-popup__upsell-goal{font-size:13px}.cart-popup__upsell-milestone-price{font-size:12px}.cart-popup__empty,.cart-popup__subscription-benefits-title,.cart-popup__protection-card-title,.cart-popup__protection-card-section-title,.cart-popup-item__title,.cart-popup-item__price,.cart-popup__subtotal,.cart-popup__checkout-btn{font-size:17px}.cart-popup__subscription-benefits-item,.cart-popup__protection-card-score,.cart-popup__protection-card-rating-label,.cart-popup__protection-card-reviews,.cart-popup__protection-card-line,.cart-popup-item__variant,.cart-popup-item__price-original,.cart-popup__discount-chip,.cart-popup__discount-error,.cart-popup__disclaimer{font-size:14px}.cart-popup-item__badge{font-size:12px}.cart-popup-item__stepper-input,.cart-popup__discount-label,.cart-popup__discount-input,.cart-popup__discount-btn,.cart-popup__savings,.cart-popup__shipment,.cart-popup__delivery p,.cart-popup__continue{font-size:15px}}@media screen and (max-width:767px){#cart-popup-drawer{max-width:unset}}
/*# sourceMappingURL=/cdn/shop/t/61/assets/cart-popup.css.map */
