#cart-drawer{--cz-drawer-ink: #18382d;--cz-drawer-muted: #5b6d65;--cz-drawer-green: #1f5c45;--cz-drawer-dark: #153f31;--cz-drawer-soft: #f2f6f2;--cz-drawer-sand: #f8f5ee;--cz-drawer-line: rgba(24, 56, 45, .13);color:var(--cz-drawer-ink)}#cart-drawer .theme-drawer__dialog{width:min(460px,100vw);max-width:100vw;color:var(--cz-drawer-ink);background:#fff;border-inline-start:1px solid var(--cz-drawer-line);box-shadow:-24px 0 70px #122b2224}#cart-drawer .theme-drawer__header{min-height:70px;padding-inline:clamp(18px,4vw,28px);border-bottom:1px solid var(--cz-drawer-line);background:#fffffff5}#cart-drawer .theme-drawer__title{color:var(--cz-drawer-ink);font-family:var(--font-h1--family, var(--font-heading--family));font-size:clamp(1.4rem,2.6vw,1.75rem);font-weight:780;letter-spacing:-.035em}#cart-drawer .theme-drawer__badge{color:#fff;background:var(--cz-drawer-green)}#cart-drawer .theme-drawer__close-button{width:44px;height:44px;border:1px solid var(--cz-drawer-line);border-radius:50%;color:var(--cz-drawer-ink);background:#fff}#cart-drawer .cart-drawer__content{background:#fff}.cz-cart-drawer__notice{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;margin:0 clamp(18px,4vw,28px) 18px;padding:11px 12px;border:1px solid rgba(31,92,69,.13);border-radius:10px;color:var(--cz-drawer-ink);background:var(--cz-drawer-soft)}.cz-cart-drawer__notice-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;color:#fff;background:var(--cz-drawer-dark)}.cz-cart-drawer__notice-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.cz-cart-drawer__notice strong,.cz-cart-drawer__notice span{display:block}.cz-cart-drawer__notice strong{font-size:.79rem;line-height:1.3}.cz-cart-drawer__notice span{margin-top:3px;color:var(--cz-drawer-muted);font-size:.7rem;line-height:1.42}#cart-drawer .cart-drawer__items{padding-inline:clamp(18px,4vw,28px)}#cart-drawer .cart-items__table-row{padding-block:15px;margin:0;border-bottom:1px solid var(--cz-drawer-line)}#cart-drawer .cart-items__table-row:first-child{padding-top:2px}#cart-drawer .cart-items__table-row:last-child{border-bottom:0}#cart-drawer :is(.cart-items__media,.cart-items__media-container){overflow:hidden;border:1px solid rgba(24,56,45,.08);border-radius:10px;background:linear-gradient(145deg,#fbfcfa,#eef3ee)}#cart-drawer .cart-items__media-image{object-fit:contain;padding:7px}#cart-drawer .cart-items__title{color:var(--cz-drawer-ink);font-weight:760;line-height:1.35}#cart-drawer :is(.cart-items__price,.cart-items__quantity,.cart-items__variant){color:var(--cz-drawer-muted)}#cart-drawer .cart-items__remove{min-width:44px;min-height:44px;color:var(--cz-drawer-muted)}#cart-drawer .quantity-selector{--quantity-selector-width: 132px;min-height:44px}#cart-drawer .quantity-selector :is(.quantity-minus,.quantity-plus){width:44px;min-width:44px;height:44px;padding:0}#cart-drawer .quantity-selector input{flex:1 1 0;width:0;min-width:0;max-width:none}.cz-cart-drawer__continue{width:100%;min-height:44px;padding:10px 16px;border:1px solid var(--cz-drawer-line);border-radius:999px;background:#fff;color:var(--cz-drawer-dark);font:inherit;font-size:.8rem;font-weight:750;cursor:pointer}#cart-drawer .cart-drawer__summary{gap:14px;padding:22px clamp(18px,4vw,28px) max(22px,env(safe-area-inset-bottom));border-top:1px solid var(--cz-drawer-line);background:linear-gradient(180deg,#fffffff5,#f9faf8 28%,#fff);-webkit-mask-image:none;mask-image:none}#cart-drawer .cart-totals{gap:16px}#cart-drawer .cart-actions{border-color:var(--cz-drawer-line)}#cart-drawer :is(.cart-note__summary,.cart-discount__summary){min-height:44px;color:var(--cz-drawer-ink)}#cart-drawer :is(.cart-note__label,.cart-discount__label){font-size:.76rem;font-weight:700}#cart-drawer .cart-discount__input{min-height:46px;border:1px solid var(--cz-drawer-line);border-radius:12px;color:var(--cz-drawer-ink);background:#fff}#cart-drawer .cart-discount__button{min-height:46px;border-radius:12px;color:#fff;background:var(--cz-drawer-dark)}#cart-drawer .cart-totals__total-label{color:var(--cz-drawer-muted);font-size:.8rem}#cart-drawer .cart-totals__total-value{color:var(--cz-drawer-ink);font-weight:850}#cart-drawer .cart__checkout-button{min-height:54px;border:0;border-radius:999px;color:#fff;background:var(--cz-drawer-dark);box-shadow:0 14px 28px #153f312e;font-weight:820}#cart-drawer .cart__checkout-button:hover{color:#fff;background:#0e3427;transform:translateY(-1px)}.cz-cart-drawer__assurance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.cz-cart-drawer__assurance-item{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center;min-height:56px;padding:9px 10px;border:1px solid var(--cz-drawer-line);border-radius:13px;color:var(--cz-drawer-muted);background:#fff;font-size:.65rem;line-height:1.35}.cz-cart-drawer__assurance-icon{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:var(--cz-drawer-green);background:#e7f1ea;font-size:.7rem;font-weight:900}.cz-cart-drawer__links{display:flex;flex-wrap:wrap;gap:9px 17px;align-items:center;justify-content:center;width:100%}.cz-cart-drawer__links a{color:var(--cz-drawer-muted);font-size:.69rem;font-weight:700;text-decoration:underline;text-decoration-color:#5b6d6557;text-underline-offset:3px}.cz-cart-drawer__links a:hover{color:var(--cz-drawer-green);text-decoration-color:currentColor}.cz-cart-drawer__empty-help{display:grid;gap:12px;justify-items:center;max-width:310px;margin:20px auto 0;color:var(--cz-drawer-muted);font-size:.82rem;line-height:1.55}.cz-cart-drawer__empty-help a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;color:#fff;background:var(--cz-drawer-dark);font-size:.78rem;font-weight:800;text-decoration:none}#cart-drawer .cz-pack-progress,.cz-cart .cz-cart-summary .cz-pack-progress{border-color:#b58a32;background:#fff0c7}#cart-drawer .cz-pack-progress__top :is(strong,span),.cz-cart .cz-cart-summary .cz-pack-progress__top :is(strong,span){color:#243d34}#cart-drawer .cz-pack-progress__track,.cz-cart .cz-cart-summary .cz-pack-progress__track{background:#e0c27e}#cart-drawer .cz-pack-progress__track>span,.cz-cart .cz-cart-summary .cz-pack-progress__track>span{background:#245544}.cz-cart-summary__delivery{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:center;margin-top:16px;padding:12px;border:1px solid rgba(31,92,69,.12);border-radius:14px;background:#ffffffad}.cz-cart-summary__delivery-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:var(--cz-forest)}.cz-cart-summary__delivery-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.cz-cart-summary__delivery strong,.cz-cart-summary__delivery span{display:block}.cz-cart-summary__delivery strong{font-size:.72rem}.cz-cart-summary__delivery span{margin-top:2px;color:var(--cz-muted);font-size:.64rem;line-height:1.4}.cz-cart-summary__discount-note{margin:11px 0 0;color:var(--cz-muted);font-size:.67rem;line-height:1.48}.cz-cart-summary__policy-links{display:flex;flex-wrap:wrap;gap:7px 14px;justify-content:center;margin-top:13px}.cz-cart-summary__policy-links a{color:var(--cz-muted);font-size:.64rem;font-weight:720;text-decoration:underline;text-decoration-color:#4d605759;text-underline-offset:3px}.cz-cart-summary__policy-links a:hover{color:var(--cz-forest);text-decoration-color:currentColor}.cz-cart-mobile-bar{display:none}@media(max-width:989px){#cart-drawer .theme-drawer__dialog{width:min(460px,100vw)}}@media(max-width:749px){#cart-drawer .theme-drawer__dialog{width:100vw;border-inline-start:0}#cart-drawer .theme-drawer__header{min-height:64px}.cz-cart-drawer__notice{margin-inline:15px}#cart-drawer .cart-drawer__items,#cart-drawer .cart-drawer__summary{padding-inline:15px}.cz-cart-drawer__assurance{grid-template-columns:1fr 1fr}.cz-cart__form{padding-bottom:calc(108px + env(safe-area-inset-bottom))}.cz-cart-mobile-bar{position:fixed;right:0;bottom:0;left:0;z-index:750;display:grid;grid-template-columns:minmax(0,.72fr) minmax(150px,1.28fr);gap:12px;align-items:center;padding:11px max(16px,env(safe-area-inset-right)) max(11px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border-top:1px solid rgba(24,56,45,.14);background:#fffffff5;box-shadow:0 -14px 34px #142d231f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .2s ease,opacity .2s ease}.cz-cart-mobile-bar.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(100% + 12px))}.cz-cart-mobile-bar__total span,.cz-cart-mobile-bar__total strong{display:block}.cz-cart-mobile-bar__total span{color:var(--cz-muted);font-size:.65rem}.cz-cart-mobile-bar__total strong{margin-top:2px;color:var(--cz-ink);font-size:1rem;font-weight:900}.cz-cart-mobile-bar button{min-height:50px;border:0;border-radius:999px;color:#fff;background:var(--cz-forest);font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}}@media(max-width:380px){.cz-cart-drawer__assurance{grid-template-columns:1fr}.cz-cart-mobile-bar{grid-template-columns:minmax(92px,.62fr) minmax(145px,1.38fr);gap:9px}}#cart-drawer :is(a,button,input,textarea,summary):focus-visible,.cz-cart-mobile-bar button:focus-visible{outline:3px solid rgba(31,92,69,.25);outline-offset:2px}@media(prefers-reduced-motion:reduce){#cart-drawer .cart__checkout-button,.cz-cart-mobile-bar{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/90/assets/cz-cart-enhancements.css.map */
