@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%;z-index:1000;pointer-events:none}.drawer{visibility:hidden;pointer-events:none}.drawer.active{visibility:visible;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease;cursor:pointer;z-index:0}.drawer.active .cart-drawer__overlay{opacity:1}.drawer__inner{position:relative;z-index:1;width:420px;max-width:100vw;height:100%;background:#fff!important;display:flex;flex-direction:column;font-family:Poppins,sans-serif;transform:translate(100%)!important;transition:transform .3s ease!important;overflow:hidden}.drawer.active .drawer__inner{transform:translate(0)!important}.cart-v2-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #e7e7e7;flex-shrink:0}.cart-v2-header__title{font-size:18px;font-weight:600;color:#0c0c0c;margin:0;letter-spacing:-.01em}.cart-v2-header__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;cursor:pointer;color:#0c0c0c;padding:0;border-radius:50%;transition:background .15s}.cart-v2-header__close:hover{background:#f6f6f6}.cart-v2-header__close svg,.cart-v2-header__close .svg-wrapper{display:block;width:18px;height:18px;pointer-events:none}.cart-v2-shipping{background:#f6f6f6;padding:12px 20px;flex-shrink:0}.cart-v2-shipping__text{font-size:12px;font-weight:400;color:#0c0c0c;margin:0 0 8px;text-align:center}.cart-v2-shipping__text strong{font-weight:600}.cart-v2-shipping__track{height:6px;background:#e7e7e7;border-radius:100px;overflow:hidden}.cart-v2-shipping__fill{height:100%;background:#26a243;border-radius:100px;transition:width .4s ease;display:block!important}cart-drawer-items{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#e7e7e7 transparent}cart-drawer-items::-webkit-scrollbar{width:4px}cart-drawer-items::-webkit-scrollbar-track{background:transparent}cart-drawer-items::-webkit-scrollbar-thumb{background:#e7e7e7;border-radius:4px}.cart-drawer__form{display:contents}.drawer__contents{padding:0}.cart-item-v2{padding:16px 20px;border-bottom:1px solid #e7e7e7}.cart-item-v2__row{display:flex;align-items:flex-start;gap:12px}.cart-item-v2__img-wrap{width:84px;height:84px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f6f6f6}.cart-item-v2__img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-v2__details{flex:1 1 auto;min-width:0}.cart-item-v2__name{font-size:13px;font-weight:600;color:#0c0c0c;margin:0 0 4px;line-height:1.3}.cart-item-v2__price{display:flex;align-items:center;gap:6px;margin:0 0 3px}.cart-item-v2__price-was{font-size:12px;font-weight:400;color:#888;text-decoration:line-through}.cart-item-v2__price-now{font-size:14px;font-weight:700;color:#3fbfc6}.cart-item-v2__delivery{font-size:11px;font-weight:400;color:#555;margin:0 0 10px;line-height:1.4}.cart-item-v2__delivery strong{font-weight:600;color:#0c0c0c}.cart-item-v2__flavors{border:1px solid #e7e7e7;border-width:1px 0 1px 0;border-radius:0}.cart-item-v2__flavors-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.cart-item-v2__flavors-summary{display:flex;align-items:center;gap:6px}.cart-item-v2__flavors-label{font-size:12px;font-weight:600;color:#0c0c0c}.cart-item-v2__flavors-count{font-size:12px;font-weight:400;color:#555}.cart-item-v2__flavors-label:after{content:" /"}.cart-item-v2__chevron{flex-shrink:0;transition:transform .2s ease}.cart-item-v2__flavors-btn[aria-expanded=true] .cart-item-v2__chevron{transform:rotate(180deg)}.cart-item-v2__flavors-body{display:none;border-top:1px solid #e7e7e7;padding:8px 12px}.cart-item-v2__flavors-body.is-open{display:block}.cart-flavor-row{display:flex;align-items:flex-start;gap:12px;padding:6px 0}.cart-flavor-row+.cart-flavor-row{border-top:1px solid #f0f0f0}.cart-flavor-row__img-wrap{width:57px;height:57px;flex-shrink:0;border-radius:5px;overflow:hidden;background:#f6f6f6}.cart-flavor-row__img{width:100%;height:100%;object-fit:cover;display:block}.cart-flavor-row__info{display:flex;flex-direction:column;align-items:flex-start;gap:3px;flex:1 1 auto;min-width:0}.cart-flavor-row__name{font-size:14px;font-weight:600;line-height:20px;color:#0c0c0c;margin:0;width:100%;text-transform:capitalize;white-space:normal;overflow:visible}.cart-flavor-row__qty.quantity{display:flex;align-items:center;justify-content:flex-start;gap:24px;border:1px solid #e7e7e7;border-radius:8px;padding:4px 8px;width:fit-content;flex-shrink:0;min-height:20px}.cart-flavor-row__qty .quantity__button{display:flex;align-items:center;justify-content:center;width:auto;height:auto;background:none;border:none;cursor:pointer;color:#0c0c0c;padding:0;line-height:1}.cart-flavor-row__qty .quantity__button svg,.cart-flavor-row__qty .quantity__button .svg-wrapper{display:flex;align-items:center;justify-content:center;width:9px;height:9px;pointer-events:none}.cart-flavor-row__qty .quantity__input{width:20px;text-align:center;border:none;font-family:inherit;font-size:14px;font-weight:600;color:#0c0c0c;padding:0;background:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;height:20px}.cart-flavor-row__qty .quantity__input::-webkit-outer-spin-button,.cart-flavor-row__qty .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__error{display:flex;align-items:center;gap:4px;margin-top:4px}.cart-item__error-text{font-size:11px;color:#c40000}.cart-item-v2__remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:none;border:none;cursor:pointer;color:#0c0c0c;padding:0;border-radius:6px;transition:background .15s;margin-top:4px}.cart-item-v2__remove:hover{background:#f6f6f6}.cart-item-v2__remove svg{display:block;pointer-events:none}.cart-v2-gifts{padding:16px 20px;border-bottom:1px solid #e7e7e7}.cart-v2-gifts__title{font-size:16px;font-weight:600;color:#000;margin:0 0 10px;text-transform:uppercase}.cart-v2-gifts__divider{height:1px;background:#e7e7e7;margin-bottom:12px}.cart-gift-row{display:flex;align-items:center;gap:12px;padding:6px 0}.cart-gift-row+.cart-gift-row{border-top:1px solid #f0f0f0;margin-top:6px;padding-top:12px}.cart-gift-row__img-wrap{width:84px;height:84px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f6f6f6}.cart-gift-row__img{width:100%;height:100%;object-fit:cover;display:block}.cart-gift-row__info{flex:1 1 auto;min-width:0}.cart-gift-row__name{font-size:13px;font-weight:600;color:#0c0c0c;margin:0 0 4px;line-height:1.3}.cart-gift-row__price{display:flex;align-items:center;gap:6px;margin:0}.cart-gift-row__was{font-size:12px;font-weight:400;color:#888;text-decoration:line-through}.cart-gift-row__free{font-size:13px;font-weight:700;color:#3fbfc6}.cart-v2-trees{background:#f0f9ed;padding:12px 20px;border-bottom:1px solid #e7e7e7}.cart-v2-trees__text{font-size:13px;font-weight:500;color:#2d5c36;margin:0;text-align:center;line-height:1.4}.cart-v2-trees__text strong{font-weight:700}cart-drawer.is-empty cart-drawer-items,cart-drawer.is-empty .cart-v2-shipping,cart-drawer.is-empty .cart-v2-footer{display:none!important}cart-drawer.is-empty .drawer__inner{display:flex!important;flex-direction:column!important;align-items:stretch!important}.cart-v2-empty__content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;padding:40px 20px;text-align:center}.cart-v2-empty__text{font-size:16px;font-weight:600;color:#0c0c0c;margin:0 0 16px}.cart-v2-empty__cta{display:inline-block;padding:12px 24px;background:#3fbfc6;color:#fff;font-size:14px;font-weight:600;text-decoration:none;border-radius:8px;transition:background .15s}.cart-v2-empty__cta:hover{background:#2fa8ae}.cart-v2-footer{border-top:1px solid #e7e7e7;padding:16px 20px 20px;flex-shrink:0;background:#fff}.cart-v2-totals{margin-bottom:14px}.cart-v2-totals__row{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:#0c0c0c;margin-bottom:4px}.cart-v2-totals__saved{color:#26a243;font-weight:600}.cart-v2-totals__note{font-size:11px;font-weight:400;color:#000;margin:6px 0 0;text-align:left}.cart-v2-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:15px 20px;background:#3fbfc6;color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:background .15s;text-decoration:none;letter-spacing:.01em}.cart-v2-checkout-btn:hover{background:#2fa8ae}.cart-v2-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.cart-v2-checkout-btn svg{flex-shrink:0;pointer-events:none}.cart-v2-guarantee{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px}.cart-v2-guarantee svg{flex-shrink:0}.cart-v2-guarantee span{font-size:11px;font-weight:500;color:#194c4f}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}cart-drawer-items.is-loading{position:relative}cart-drawer-items.is-loading .drawer__contents{opacity:.5;pointer-events:none}cart-drawer-items.is-loading:after{content:"";position:absolute;top:32px;left:50%;width:28px;height:28px;margin-left:-14px;border:3px solid #e7e7e7;border-top-color:#3fbfc6;border-radius:50%;z-index:2;animation:cart-drawer-items-spin .7s linear infinite}@keyframes cart-drawer-items-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){cart-drawer-items.is-loading:after{animation-duration:1.4s}}.cart-v2-upsell{padding:16px 20px;border-top:1px solid #e7e7e7;flex-shrink:0}.cart-v2-upsell__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-v2-upsell__title{font-size:16px;font-weight:700;color:#0c0c0c;margin:0}.cart-v2-upsell__nav{display:flex;gap:6px}.cart-v2-upsell__btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #d0d0d0;border-radius:50%;background:#fff;cursor:pointer;padding:0;transition:background .15s,border-color .15s;flex-shrink:0}.cart-v2-upsell__btn:hover{background:#f5f5f5;border-color:#aaa}.cart-v2-upsell__btn:disabled{opacity:.3;cursor:default}.cart-v2-upsell__viewport{overflow:hidden}.cart-v2-upsell__track{display:flex;gap:12px;transition:transform .3s ease;will-change:transform}.cart-v2-upsell__card{flex:0 0 calc(100% - 28px);display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #e7e7e7;border-radius:16px;background:#fff}.cart-v2-upsell__img{flex-shrink:0;width:84px;height:84px;border-radius:8px;overflow:hidden;background:#f5f5f5}.cart-v2-upsell__img img{width:100%;height:100%;object-fit:cover;display:block}.cart-v2-upsell__body{flex:1;min-width:0}.cart-v2-upsell__name{font-size:16px;font-weight:600;color:#0c0c0c;margin:0 0 6px;line-height:1.3}.cart-v2-upsell__footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.cart-v2-upsell__prices{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cart-v2-upsell__compare{font-size:14px;color:#0c0c0c;text-decoration:line-through}.cart-v2-upsell__price{font-size:16px;font-weight:700;color:#3fbfc6}.cart-v2-upsell__add{display:inline-block;flex-shrink:0;padding:8px 16px;background:#3fbfc6;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;transition:background .15s,opacity .15s}.cart-v2-upsell__add:hover{background:#2eadb4}.cart-v2-upsell__add.is-loading{opacity:.65;cursor:wait}.cart-v2-upsell__add.is-added{background:#22a06b}@media(max-width:480px){.drawer__inner{width:100vw}}
/*# sourceMappingURL=/cdn/shop/t/156/assets/component-cart-drawer.css.map */
