@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:402px;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:16px 20px 12px;flex-shrink:0;background-color:#edfeff}.drawer__inner:has(.cart-v2-empty) .cart-v2-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0;background-color:transparent}.cart-v2-header__title{font-size:18px;font-weight:600;color:#0c0c0c;margin:0;letter-spacing:-.01em}.cart-v2-shipping{border-bottom:1px solid #10B981;background:#edfeff;padding:0 20px 16px;flex-shrink:0}.cart-v2-shipping__text{font-size:14px;font-weight:300;color:#111;margin:0 0 4px;text-align:center}.cart-v2-shipping__text.earned__text{font-weight:700;color:#10b981}.cart-v2-shipping__text strong{font-weight:500;color:#111}.cart-v2-shipping__track{height:8px;background:#d9d9d9;border-radius:112px;overflow:hidden}.cart-v2-shipping__fill{height:100%;background:repeating-linear-gradient(-45deg,rgba(255,255,255,.5) 0px,rgba(255,255,255,.5) 1px,transparent 1px,transparent 7px),#10b981;border-radius:112px;transition:width .4s ease;display:block!important}cart-drawer-items{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;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}.cart-item-v2+.cart-item-v2{padding-top:0}.cart-item-v2__row{display:flex;align-items:stretch;gap:12px}.cart-item-v2__img-wrap{width:92px;min-height:92px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f6f6f6}.cart-item-v2__row:has(.cart-item-v2__flavors) .cart-item-v2__img-wrap{max-height:92px}.cart-item-v2__img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-v2__details{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;min-height:92px}.cart-item-v2__head{display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.cart-item-v2__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.cart-item-v2__name{font-size:13px;font-weight:600;color:#0c0c0c;margin:0;line-height:1.3}.cart-item-v2__price{display:flex;flex-direction:column;align-items:flex-end;gap:0;margin:0;flex-shrink:0}.cart-item-v2__price-was{font-size:12px;font-weight:400;line-height:1.3;color:#888;text-decoration:line-through}.cart-item-v2__price-now{font-size:14px;font-weight:700;line-height:1.3;color:#3fbfc6}.cart-item-v2__delivery{font-size:11px;font-weight:400;color:#666;margin:2px 0;line-height:1.35}.cart-item-v2__delivery strong{font-weight:700;color:#111}.cart-item-v2__footer{display:flex;align-items:flex-start;gap:8px;margin-top:auto}.cart-item-v2__footer .cart-item-v2__qty{margin-right:auto}.cart-item-v2__flavors{flex:1 1 auto;min-width:0;border:1px solid #e7e7e7;border-radius:8px;overflow:hidden}.cart-item-v2__flavors-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:7.2px 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:11px;font-weight:700;color:#111;line-height:17px}.cart-item-v2__flavors-count{font-size:11px;font-weight:400;color:#666;line-height:17px}.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 #eee;border-radius:8px;padding:4.9px 8px;width:fit-content;flex-shrink:0;min-height:20px}.cart-flavor-row__qty.quantity:after,.cart-flavor-row__qty.quantity:before{border:none;box-shadow:none}.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:24px;height:24px;flex-shrink:0;background:none;border:none;cursor:pointer;color:#0c0c0c;padding:0}.cart-item-v2__footer:has(.cart-item-v2__flavors) .cart-item-v2__remove{margin-top:4px}.cart-item-v2__remove:hover{background:#f6f6f6}.cart-item-v2__remove svg{display:block;pointer-events:none;width:16px;height:18px}.cart-v2-gifts{padding:16px 20px;border-block: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;margin-bottom:12px}.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-drawer.is-empty .cart-v2-header{border-bottom:none;padding:16px 20px}cart-drawer.is-empty .cart-v2-header__title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:500;color:#111;letter-spacing:0}.cart-v2-header__title-main{font-size:20px;font-weight:500;line-height:normal}.cart-v2-header__title-count{font-size:16px;font-weight:400;line-height:normal}.cart-v2-header__close{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;background:#0000000a;border:none;cursor:pointer;color:#0c0c0c;border-radius:50%;transition:background .15s}.cart-v2-header__close:hover{background:#00000014}.cart-v2-header__close svg,.cart-v2-header__close .svg-wrapper{display:block;width:12px;height:12px;pointer-events:none}.cart-v2-header__close svg path{opacity:.5}.cart-v2-empty{position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:32px 20px 0;overflow:auto}.cart-v2-empty__intro{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px;flex-shrink:0;z-index:1}.cart-v2-empty__icon{display:block;width:48px;height:48px}.cart-v2-empty__text{font-size:20px;font-weight:700;color:#111;margin:0;text-align:center;line-height:24px}.cart-v2-empty__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;z-index:1}.cart-v2-empty__card{display:flex;flex-direction:column;background:#f4f8f9;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;min-height:219px}.cart-v2-empty__card-media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:301 / 280;width:100%;overflow:hidden}.cart-v2-empty__card-img{display:block;width:88%;height:90%;object-fit:contain}.cart-v2-empty__badge{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:4px 16px;background:#2bbfbd;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;text-align:center;line-height:normal}.cart-v2-empty__card-title{display:block;width:100%;padding:8px 16px;font-size:16px;font-weight:700;line-height:22px;text-align:center;color:#11161a}.cart-v2-empty__mountains{position:absolute;left:0;right:0;bottom:0;width:100%;max-width:312px;margin:0 auto;height:135px;object-fit:contain;object-position:bottom center;pointer-events:none;z-index:0;transform:scaleX(-1)}.cart-v2-footer{padding:12px 20px;flex-shrink:0;border-top:1px solid #10B981;background:#edfeff}.cart-v2-totals{margin-bottom:12px}.cart-v2-totals__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-v2-totals__label{font-size:14px;font-weight:700;line-height:21px;color:#111}.cart-v2-totals__prices{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.cart-v2-totals__save{display:inline-flex;align-items:center;padding:4px 8px;border-radius:40px;background:#33e35c4d;color:#128e2f;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.cart-v2-totals__was{font-size:13px;font-weight:400;line-height:20px;color:#666;text-decoration:line-through}.cart-v2-totals__now{font-size:16px;font-weight:700;line-height:24px;color:#111}.cart-v2-totals__note{font-size:11px;font-weight:600;line-height:normal;color:#666;margin:12px 0 0;text-align:center}.cart-v2-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:#3fbfc6;color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;line-height:24px;border:none;border-radius:12px;cursor:pointer;transition:background .15s;text-decoration:none}.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-trust{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-top:12px}.cart-v2-trust__item{flex:1 1 0;min-width:0;display:flex;align-items:center;text-align:left;gap:4px}.cart-v2-trust__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.cart-v2-trust__icon img{width:24px;height:24px;object-fit:contain;display:block}.cart-v2-trust__text{font-size:10px;font-weight:600;line-height:1.3;color:#2d3142}.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{margin:0 20px 8px;border-radius:12px;border:1px solid #10B981;background:#edfeff;padding:10px 16px;flex-shrink:0}.cart-v2-upsell__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cart-v2-upsell__title{font-size:16px;line-height:24px;font-weight:700;color:#111;margin:0}.cart-v2-upsell__nav{display:flex;gap:4px}.cart-v2-upsell__btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid #fff;border-radius:50%;background:#fff;cursor:pointer;padding:0;transition:background .15s,border-color .15s;flex-shrink:0}.cart-v2-upsell__btn svg{width:12px;height:12px}.cart-v2-upsell__btn:hover{background:#f5f5f5;border-color:#aaa}.cart-v2-upsell__btn:disabled{opacity:.42;cursor:default;background:transparent;border-color:#0000001a}.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 100%;display:flex;flex-direction:column;gap:6px;min-width:0}.cart-v2-upsell__top{display:flex;align-items:flex-start;gap:12px}.cart-v2-upsell__img{flex-shrink:0;width:86px;height:86px;border-radius:8px;overflow:hidden}.cart-v2-upsell__img img{width:100%;height:100%;object-fit:cover;display:block}.cart-v2-upsell__info{flex:1;min-width:0;display:flex;flex-direction:column;min-height:86px}.cart-v2-upsell__rating{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin:0 0 7px;font-size:12px;line-height:18px;font-weight:400;color:#0f0f0f}.cart-v2-upsell__rating strong{font-weight:500}.cart-v2-upsell__stars{display:inline-flex;align-items:center;height:17px;flex-shrink:0}.cart-v2-upsell__stars svg{display:block;width:auto;height:17px}.cart-v2-upsell__name{font-size:12px;font-weight:600;color:#111;margin:0;line-height:16px}.cart-v2-upsell__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-v2-upsell__card--flavors .cart-v2-upsell__footer{justify-content:flex-end}.cart-v2-upsell__prices{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:auto}.cart-v2-upsell__compare{font-size:12px;font-weight:400;line-height:1.3;color:#888;text-decoration:line-through}.cart-v2-upsell__compare[hidden]{display:none}.cart-v2-upsell__price{font-size:16px;font-weight:700;line-height:1.3;color:#3fbfc6}.cart-v2-upsell__subscribe{position:relative;display:flex;align-items:flex-start;gap:8px;min-width:0;flex:1;cursor:pointer}.cart-v2-upsell__subscribe input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.cart-v2-upsell__check{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-top:4.5px;flex-shrink:0;border:1.5px solid #000;border-radius:4px;background:transparent}.cart-v2-upsell__check svg{display:none}.cart-v2-upsell__subscribe input:checked+.cart-v2-upsell__check svg{display:block}.cart-v2-upsell__subscribe input:focus-visible+.cart-v2-upsell__check{outline:2px solid #3fbfc6;outline-offset:2px}.cart-v2-upsell__subscribe-copy{display:flex;flex-direction:column;min-width:0}.cart-v2-upsell__subscribe-title{font-size:10px;font-weight:500;line-height:15px;color:#2c2c2c}.cart-v2-upsell__subscribe-freq{font-size:8px;font-weight:400;line-height:10px;color:#2c2c2c}.cart-v2-upsell__add{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:8px 12px;background:#3fbfc6;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;white-space:nowrap;transition:background .15s,opacity .15s;max-height:32px}.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}.cart-v2-header{padding-top:10px;padding-bottom:10px}}@media(min-width:750px){cart-drawer-items{overflow:hidden}cart-drawer-items .drawer__contents{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#e7e7e7 transparent}}@media(max-width:389px){.cart-v2-trust{gap:6px}.cart-v2-trust__icon,.cart-v2-trust__icon img{width:20px;height:20px}.cart-v2-trust__text{font-size:8px;line-height:10px}}
/*# sourceMappingURL=/cdn/shop/t/156/assets/component-cart-drawer.css.map */
