.custom-cart{--cc-brand: #65982a;--cc-brand-dark: #557c39;--cc-brand-soft: #f3f7ec;--cc-border: rgb(101 152 42 / .28);--cc-muted: rgb(var(--color-foreground-rgb) / .62);font-size:1.3rem}.custom-cart__dialog{position:fixed;inset:8px 8px 8px auto;width:min(460px,calc(100% - 16px));height:calc(100dvh - 16px);max-height:none;margin:0;padding:0;border:1px solid var(--cc-border);border-radius:18px;color:var(--color-foreground);background:var(--color-background);box-shadow:var(--shadow-drawer);overflow:hidden}.custom-cart__dialog::backdrop{background:#0000006b}.custom-cart__shell{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%}.custom-cart__header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--cc-border);background:var(--cc-brand-soft)}.custom-cart__title{margin:0;font:inherit;font-size:1.3rem;font-weight:700;color:var(--cc-brand-dark)}.custom-cart__title span{color:var(--cc-muted);font-size:.85em}.custom-cart__icon-button,.custom-cart__offers-sheet header button{width:38px;height:38px;padding:10px;border:0;border-radius:50%;background:#65982a1a;color:var(--cc-brand-dark);cursor:pointer}.custom-cart__icon-button svg,.custom-cart__offers-sheet header button svg{width:100%;height:100%}.custom-cart__scroll{min-height:0;padding-bottom:22px;overflow-y:auto;overscroll-behavior:contain;background:rgb(var(--color-foreground-rgb) / .035)}.custom-cart__products{padding:20px 22px 0}.custom-cart__products .cart-items__table-row{padding-block-end:18px;margin-block-end:18px;border-bottom:1px solid var(--cc-border)}.custom-cart__module{margin:12px 14px 0;padding:14px;border:1px solid var(--cc-border);border-radius:14px;background:var(--color-background)}.custom-cart__module-title,.custom-cart__module-heading h3{margin:0 0 11px;font-size:1.25rem;font-weight:700;color:var(--cc-brand-dark)}.custom-cart__banner{position:relative;display:flex;align-items:center;gap:8px;width:100%;padding:10px 0;color:var(--banner-color);background:var(--banner-bg);overflow:hidden}.custom-cart__banner img{width:20px;height:20px;margin-left:16px;object-fit:contain;flex:0 0 auto}.custom-cart__banner-text{flex:1;padding-right:16px;text-align:center;font-size:.85rem}.custom-cart__banner-text :is(p,span){margin:0}.custom-cart__banner a{position:absolute;top:0;right:0;bottom:0;left:0}.custom-cart__progress-track{position:relative;margin-top:20px}.custom-cart__progress-line{height:6px;border-radius:99px;background:var(--cc-border);overflow:hidden}.custom-cart__progress-line span{display:block;height:100%;border-radius:inherit;background:var(--color-primary-button-background);transition:width .3s ease}.custom-cart__tier-icons{position:absolute;inset:50% 0 auto;display:grid;grid-template-columns:repeat(3,1fr);transform:translateY(-50%);pointer-events:none}.custom-cart__tier-icons>span{display:grid;place-items:center;width:28px;height:28px;justify-self:end;border:2px solid var(--color-background);border-radius:50%;background:var(--cc-brand-soft);overflow:hidden}.custom-cart__tier-icons img{width:100%;height:100%;object-fit:contain}.custom-cart__tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;text-align:center}.custom-cart__tiers div{display:flex;flex-direction:column;color:var(--cc-muted);font-size:1.1rem;line-height:1.35}.custom-cart__tiers b{color:var(--cc-brand-dark);font-size:1.15rem}.custom-cart__tiers .is-complete b:before{content:"\2713  ";color:#1a8f55}.custom-cart__coupon{display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--cc-border);border-radius:10px;background:var(--cc-brand-soft)}.custom-cart__coupon>span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:#fff;background:var(--cc-brand);font-size:.9rem;font-weight:700}.custom-cart__coupon input{min-width:0;flex:1;min-height:44px;padding:0;border:0;outline:0;background:transparent;color:inherit}.custom-cart__coupon button,.custom-cart__offers-button{border:0;color:var(--cc-brand-dark);background:transparent;font:inherit;font-weight:700;cursor:pointer}.custom-cart__coupon-status{min-height:1.3em;margin:6px 0 0;color:var(--cc-muted);font-size:1.2rem}.custom-cart__coupon-status.is-error{color:#a74747}.custom-cart__applied-offer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:8px 10px;border-radius:6px;color:#176f45;background:#e9f7f0;font-size:1.2rem}.custom-cart__applied-offer button{border:0;color:inherit;background:none;text-decoration:underline;cursor:pointer}.custom-cart__offers-button{display:block;margin:4px auto -4px;padding:8px}.custom-cart__module-heading{display:flex;align-items:center;justify-content:space-between}.custom-cart__module-heading h3{font:inherit;font-weight:650}.custom-cart__module-heading button{width:30px;height:30px;border:1px solid var(--cc-brand);border-radius:50%;background:var(--cc-brand-soft);color:var(--cc-brand-dark);cursor:pointer;margin-inline:5px}.custom-cart__upsell-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(195px,48%);gap:10px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.custom-cart__upsell-list::-webkit-scrollbar{display:none}.custom-cart__upsell-card{display:flex;flex-direction:column;padding:0;border:1.2px solid var(--cc-brand);border-radius:15px;background:#fff;overflow:hidden;scroll-snap-align:start}.custom-cart__upsell-image{display:block;aspect-ratio:1;background:#fff;overflow:hidden}.custom-cart__upsell-card img{width:100%;height:100%;object-fit:contain}.custom-cart__upsell-content{padding:0 12px}.custom-cart__upsell-card h4{margin:10px 0 5px;font:inherit;font-size:1.2rem;font-weight:800;line-height:1.2}.custom-cart__upsell-card .price{display:block;margin-bottom:8px;font-size:1.15rem;font-weight:800}.custom-cart__upsell-actions{margin-top:auto}.custom-cart__upsell-variants{display:flex;max-width:calc(100% - 16px);margin:2px 8px 9px;border:1px solid var(--cc-brand);border-radius:999px;overflow-x:auto;scrollbar-width:none}.custom-cart__upsell-variants::-webkit-scrollbar{display:none}.custom-cart__upsell-variant{flex:1 0 auto;min-height:28px;padding:4px 8px;border:0;border-radius:999px;background:transparent;color:var(--cc-brand-dark);font:inherit;font-size:1.05rem;cursor:pointer}.custom-cart__upsell-variant.is-selected{color:#fff;background:var(--cc-brand)}.custom-cart__upsell-add{width:100%;min-height:42px;padding:10px 6px;border:0;background:var(--cc-brand);color:#fff;font:inherit;font-size:1.15rem;font-weight:800;cursor:pointer}.custom-cart__upsell-add:hover{background:#5a8a25}.custom-cart__loading,.custom-cart__empty{padding:36px 22px;text-align:center}.custom-cart__footer{position:relative;z-index:4;padding:12px 18px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--cc-border);background:var(--color-background);box-shadow:0 -8px 24px #0000000f}.custom-cart__totals{display:grid;gap:7px;margin-bottom:12px}.custom-cart__total-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;color:var(--cc-muted);font-size:1.15rem;line-height:1.35}.custom-cart__total-row span:last-child{color:var(--color-foreground);text-align:right}.custom-cart__total-row--discount,.custom-cart__total-row--discount span:last-child{color:#176f45}.custom-cart__total-row--grand-total{margin-top:2px;padding-top:9px;border-top:1px solid var(--cc-border);color:var(--color-foreground);font-size:1.3rem;font-weight:700}.custom-cart__checkout{display:grid;place-items:center;width:100%;min-height:48px;border-radius:12px;color:var(--cta-color);background:var(--cta-bg);font-size:1.3rem;font-weight:700;text-decoration:none}.custom-cart__usp{display:flex;align-items:center;justify-content:center;gap:6px;margin:4px -18px -8px;padding:0 18px;color:var(--usp-color);background:var(--usp-bg);font-size:1rem}.custom-cart__usp img{width:18px;height:18px;object-fit:contain}.custom-cart__usp p{margin:0}.custom-cart__sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s}.custom-cart__offers-sheet{position:absolute;inset:auto 0 0;z-index:8;max-height:82%;padding:6px 18px 24px;border-radius:20px 20px 0 0;background:var(--color-background);overflow-y:auto;transform:translateY(102%);transition:transform .3s ease}.custom-cart.is-offers-open .custom-cart__sheet-backdrop{opacity:1;pointer-events:auto}.custom-cart.is-offers-open .custom-cart__offers-sheet{transform:none}.custom-cart__sheet-handle{width:44px;height:4px;margin:2px auto 5px;border-radius:9px;background:var(--cc-border)}.custom-cart__offers-sheet header{display:flex;align-items:center;justify-content:space-between;position:sticky;top:-6px;background:var(--color-background)}.custom-cart__offers-sheet h2{margin:12px 0;font-size:1.4rem}.custom-cart__offer{padding:15px 0;border-top:1px solid var(--cc-border)}.custom-cart__offer-top{display:flex;align-items:center;gap:10px}.custom-cart__offer-top img{width:32px;height:32px;object-fit:contain}.custom-cart__offer-top div{flex:1}.custom-cart__offer h3{margin:0 0 3px;font-size:1.4rem}.custom-cart__offer code{padding:3px 6px;border:1px dashed var(--cc-muted);border-radius:4px}.custom-cart__offer button{border:0;color:var(--color-primary-button-background);background:none;font-weight:700;cursor:pointer}.custom-cart__offer p{margin:8px 0}.custom-cart__offer strong{display:block;margin-top:8px;color:#188b50}.custom-cart__offer small{display:block;color:var(--cc-muted)}.custom-cart__offer.is-unavailable{opacity:.62}.custom-cart__eligibility{color:#a74747;font-weight:600}@media(prefers-reduced-motion:reduce){.custom-cart__offers-sheet{transition:none}}.custom-cart .cart-items__title{font-size:1.25rem;line-height:1.25}.custom-cart .cart-items__price,.custom-cart .cart-secondary-typography,.custom-cart .cart-primary-typography,.custom-cart .quantity-selector{font-size:1.15rem}.custom-cart .cart-items__details{display:flex;flex-flow:row wrap;align-items:baseline;column-gap:8px}.custom-cart .cart-items__product-info{flex-basis:100%}.custom-cart .cart-items__details>*+*{margin-block-start:2px}.custom-cart .cart-items__variants-wrapper{display:flex;flex-wrap:wrap;gap:0 8px}.custom-cart .cart-items__unit-price-wrapper{white-space:nowrap}@media(max-width:749px){.custom-cart__dialog{top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;height:100dvh;border:0;border-radius:0}.custom-cart__header,.custom-cart__products{padding-inline:16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-cart-drawer.css.map */
