.store-cart{width:min(100vw,var(--store-cart-width, 460px));background:var(--store-cart-background, #fff);color:var(--store-cart-text, #111);font-family:var(--font-body)}.store-cart__header{min-height:72px;padding:0 var(--store-cart-padding, 22px);border-bottom:0}.store-cart__heading{display:flex;align-items:center;gap:10px}.store-cart .drawer__title{font-size:var(--store-cart-heading-size, 28px);font-weight:500;letter-spacing:-.02em}.store-cart__count{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#050505;color:#fff;font-size:13px;font-weight:700}.store-cart__close{width:42px;height:42px}.store-cart__close svg{width:25px;height:25px}.store-cart__timer{display:flex;min-height:88px;margin:0 var(--store-cart-padding, 22px) 18px;padding:14px 20px;align-items:center;justify-content:center;flex-direction:row;flex-wrap:nowrap;gap:8px;border:1px solid var(--store-cart-timer-border, #a7d99e);background:var(--store-cart-timer-background, #d9ffd3);color:var(--store-cart-timer-text, #184d18);font-size:18px;font-weight:700;line-height:1.25;text-align:center;text-transform:uppercase}.store-cart__timer span{max-width:245px}.store-cart__timer strong{font-weight:700;white-space:nowrap}.store-cart__shipping{padding:0 var(--store-cart-padding, 22px) 20px;border-bottom:1px solid var(--store-cart-divider, #e5e5e5);font-size:17px;font-weight:400}.store-cart__shipping p{margin-bottom:12px}.store-cart__shipping .progress{height:6px;margin-top:0;background:var(--store-cart-progress-track, #cfcfcf)}.store-cart__shipping .progress span{background:var(--store-cart-progress, #111111);transition:width .22s ease}.store-cart__body{padding:0 var(--store-cart-padding, 22px) 24px}.store-cart .cart-item{grid-template-columns:120px minmax(0,1fr);gap:18px;min-height:178px;padding:20px 0;border-color:var(--store-cart-divider, #e5e5e5)}.store-cart .cart-item__image{aspect-ratio:3 / 4;overflow:hidden;background:var(--store-cart-image-background, #f4f4f4)}.store-cart .cart-item__details{position:relative;display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:5px;padding:3px 0}.store-cart .cart-item__title{font-size:17px;font-weight:600;line-height:1.25;text-transform:uppercase}.store-cart .cart-item__variant{color:#666;font-size:15px}.store-cart .cart-item__price{display:flex;align-items:baseline;gap:9px;margin-top:5px;font-size:17px}.store-cart .cart-item__price s{color:#8c8c8c}.store-cart .cart-item__price strong{font-size:18px;font-weight:500}.store-cart .cart-item__meta{display:contents}.store-cart .cart-item__meta>span{display:none}.store-cart .quantity{grid-template-columns:38px 38px 38px;min-height:40px;margin-top:auto;border-color:#d9d9d9;border-radius:999px;overflow:hidden}.store-cart .quantity button,.store-cart .quantity input{min-height:38px}.store-cart .quantity button{border-radius:50%;background:#f1f1f1}.store-cart .quantity input{padding:0;border-radius:0;-moz-appearance:textfield}.store-cart .quantity input::-webkit-outer-spin-button,.store-cart .quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.store-cart-upsell{padding:24px 0 2px}.store-cart-upsell h2{margin-bottom:14px;font-size:21px;font-weight:500;letter-spacing:-.01em}.store-cart-upsell__track{display:grid;grid-auto-columns:minmax(285px,84%);grid-auto-flow:column;overflow-x:auto;border:1px solid var(--store-cart-divider, #dedede);scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.store-cart-upsell__track::-webkit-scrollbar{display:none}.store-cart-upsell__dots{display:flex;width:max-content;min-height:26px;margin:10px auto 0;padding:6px 10px;align-items:center;justify-content:center;gap:7px;border:1px solid #e6e6e6;border-radius:999px;background:#f8f8f8}.store-cart-upsell__dots[hidden]{display:none}.store-cart-upsell__dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#b8b8b8;transition:width .18s ease,background-color .18s ease}.store-cart-upsell__dots button.is-active{width:20px;background:#111}.store-cart-upsell__card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;min-height:160px;padding:18px;border-right:1px solid var(--store-cart-divider, #dedede);scroll-snap-align:start}.store-cart-upsell__card:last-child{border-right:0}.store-cart-upsell__image{display:block;aspect-ratio:1 / 1.25;overflow:hidden;padding:4px;background:var(--store-cart-image-background, #f4f4f4)}.store-cart-upsell__image img{width:100%;height:100%;object-fit:contain;object-position:center}.store-cart-upsell__info{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.store-cart-upsell__title{display:-webkit-box;overflow:hidden;font-size:15px;font-weight:600;line-height:1.3;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-cart-upsell__price{display:flex;gap:8px;margin-top:7px;align-items:baseline;font-size:15px}.store-cart-upsell__price s{color:#8a8a8a}.store-cart-upsell__price strong{color:#d11d24}.store-cart-upsell__add{display:inline-flex;align-items:center;justify-content:center;min-width:114px;min-height:44px;margin-top:auto;padding:0 16px;border:1px solid #050505;background:#050505;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase}.store-cart-upsell__add:disabled{cursor:wait;opacity:.6}.store-cart__footer{gap:16px;padding:20px var(--store-cart-padding, 22px) 24px;background:var(--store-cart-background, #fff)}.store-cart__total-row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:18px;text-transform:uppercase}.store-cart__total-values{display:flex;align-items:center;justify-content:flex-end;gap:9px}.store-cart__total-values s{color:#929292;font-size:15px;font-weight:500}.store-cart__total-values strong{font-size:19px}.store-cart__total-values span{padding:7px 9px;background:var(--store-cart-savings-background, #111111);color:var(--store-cart-savings-text, #fff);font-size:13px;font-weight:700;white-space:nowrap}.store-cart__checkout{min-height:58px;border-color:var(--store-cart-checkout-background, #050505);border-radius:0;background:var(--store-cart-checkout-background, #050505);color:var(--store-cart-checkout-text, #fff);font-size:17px}.store-cart__checkout:hover{background:var(--store-cart-checkout-background, #050505);color:var(--store-cart-checkout-text, #fff);filter:brightness(.88)}.store-cart__secure{display:flex;align-items:center;justify-content:center;gap:7px;color:#555;font-size:13px}.store-cart__secure span{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:var(--store-cart-secure-icon, #128f5a);color:#fff;font-size:11px}.store-cart[data-cart-show-variant=false] .cart-item__variant,.store-cart[data-cart-show-compare-price=false] .cart-item__price s,.store-cart[data-cart-show-savings=false] [data-cart-compare-total],.store-cart[data-cart-show-savings=false] [data-cart-savings]{display:none!important}@media(max-width:479px){.store-cart{width:100vw;max-width:100vw}.store-cart__header{min-height:58px;padding-inline:var(--store-cart-mobile-padding, 12px)}.store-cart .drawer__title{font-size:var(--store-cart-mobile-heading-size, 23px)}.store-cart__count{width:26px;height:26px;font-size:12px}.store-cart__close{width:36px;height:36px}.store-cart__close svg{width:21px;height:21px}.store-cart__timer{min-height:58px;margin:0 var(--store-cart-mobile-padding, 12px) 10px;padding:8px 12px;gap:6px;font-size:13px;white-space:nowrap}.store-cart__timer span{max-width:none}.store-cart__shipping{padding:0 var(--store-cart-mobile-padding, 12px) 12px;font-size:14px}.store-cart__shipping p{margin-bottom:7px}.store-cart__shipping .progress{height:4px}.store-cart__body{padding:0 var(--store-cart-mobile-padding, 12px) 14px}.store-cart .cart-item{grid-template-columns:88px minmax(0,1fr);gap:12px;min-height:0;padding:14px 0}.store-cart .cart-item__details{gap:2px;padding:1px 0}.store-cart .cart-item__title{font-size:14px;line-height:1.2}.store-cart .cart-item__variant{font-size:13px}.store-cart .cart-item__price{gap:6px;margin-top:2px;font-size:14px}.store-cart .cart-item__price strong{font-size:16px}.store-cart .quantity{grid-template-columns:34px 34px 34px;min-height:35px}.store-cart .quantity button,.store-cart .quantity input{min-height:33px}.store-cart-upsell__track{grid-auto-columns:82%}.store-cart-upsell__card{grid-template-columns:78px minmax(0,1fr);min-height:132px;padding:11px}.store-cart-upsell{padding-top:18px}.store-cart-upsell h2{margin-bottom:10px;font-size:18px}.store-cart-upsell__title,.store-cart-upsell__price{font-size:13px}.store-cart-upsell__add{min-width:98px;min-height:38px;padding-inline:12px;font-size:12px}.store-cart__footer{gap:10px;padding:12px var(--store-cart-mobile-padding, 12px)}.store-cart__total-row{gap:10px;font-size:16px}.store-cart__total-values{gap:6px}.store-cart__total-values s{font-size:13px}.store-cart__total-values strong{font-size:17px}.store-cart__total-values span{padding:6px 7px;font-size:12px}.store-cart__checkout{min-height:50px;font-size:15px}.store-cart__secure{font-size:12px}}@media(max-width:374px){.store-cart .cart-item{grid-template-columns:96px minmax(0,1fr);gap:13px}.store-cart__total-row{align-items:flex-start;flex-direction:column;gap:8px}.store-cart__total-values{width:100%;justify-content:flex-start}}.store-cart{--cart-accent:#2f6f54;--cart-accent-dark:#245640;--cart-sage:#e8f1ec;--cart-sage-soft:#f5f8f6;--cart-ink:#17231d;--cart-muted:#68736d;--cart-line:#dce6e0;background:#fbfcfb;color:var(--cart-ink);border-left:1px solid var(--cart-line);box-shadow:-24px 0 70px #17231d29}.store-cart__header{min-height:78px;padding-inline:24px;border-bottom:1px solid var(--cart-line);background:#fbfcfbf0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.store-cart .drawer__title{font-size:25px;font-weight:750;letter-spacing:-.035em}.store-cart__count{width:28px;height:28px;background:var(--cart-accent);box-shadow:0 5px 14px #2f6f5438}.store-cart__close{display:grid;place-items:center;border:1px solid var(--cart-line);border-radius:50%;background:#fff;transition:transform .2s,background .2s}.store-cart__close:hover{transform:rotate(6deg);background:var(--cart-sage)}.store-cart__shipping{margin:14px 20px 4px;padding:14px 16px 15px;border:1px solid #d5e5dc;border-radius:14px;background:linear-gradient(135deg,#f4f9f6,#e8f2ec);color:#315343;font-size:14px;font-weight:650}.store-cart__shipping p{margin:0 0 10px}.store-cart__shipping .progress{height:7px;overflow:hidden;border-radius:99px;background:#d3e1d9}.store-cart__shipping .progress span{border-radius:99px;background:linear-gradient(90deg,#2f6f54,#5d987a);box-shadow:0 0 12px #2f6f5447}.store-cart__body{padding:10px 20px 28px;background:#fbfcfb}.store-cart .cart-item{grid-template-columns:104px minmax(0,1fr);gap:15px;min-height:150px;margin:10px 0;padding:12px;border:1px solid var(--cart-line);border-radius:17px;background:#fff;box-shadow:0 5px 18px #1830250e}.store-cart .cart-item__image{aspect-ratio:1/1.18;border-radius:12px;background:var(--cart-sage-soft)}.store-cart .cart-item__image img{transition:transform .35s ease}.store-cart .cart-item__image:hover img{transform:scale(1.035)}.store-cart .cart-item__details{gap:4px;padding:3px 0}.store-cart .cart-item__title{color:var(--cart-ink);font-size:15px;font-weight:750;line-height:1.28;letter-spacing:-.015em;text-transform:none}.store-cart .cart-item__variant{display:inline-flex;margin-top:2px;padding:3px 8px;border-radius:99px;background:var(--cart-sage-soft);color:var(--cart-muted);font-size:11px}.store-cart .cart-item__price{margin-top:4px}.store-cart .cart-item__price strong{color:var(--cart-accent-dark);font-size:17px;font-weight:750}.store-cart .quantity,.store-cart .cart-item quantity-input.quantity{width:106px;border-color:var(--cart-line);background:var(--cart-sage-soft);box-shadow:none}.store-cart .quantity button,.store-cart .cart-item .quantity button{background:#fff;color:var(--cart-accent-dark)}.store-cart .quantity button:hover,.store-cart .cart-item .quantity button:hover{background:var(--cart-sage)}.store-cart-upsell{padding:24px 0 4px}.store-cart-upsell h2{margin-bottom:12px;color:var(--cart-ink);font-size:17px;font-weight:750;letter-spacing:-.02em}.store-cart-upsell__track{gap:10px;border:0;background:transparent}.store-cart-upsell__card{grid-template-columns:92px minmax(0,1fr);min-height:142px;padding:12px;border:1px solid var(--cart-line)!important;border-radius:15px;background:#fff;box-shadow:0 4px 14px #1830250d}.store-cart-upsell__image{border-radius:10px;background:var(--cart-sage-soft)}.store-cart-upsell__title{font-size:13px;text-transform:none}.store-cart-upsell__price strong{color:var(--cart-accent)}.store-cart-upsell__add{min-height:38px;border-color:var(--cart-accent);border-radius:10px;background:var(--cart-accent);font-size:11px}.store-cart-upsell__dots{border-color:var(--cart-line);background:#fff}.store-cart-upsell__dots button.is-active{background:var(--cart-accent)}.store-cart__footer{gap:12px;padding:18px 22px 20px;border-top:1px solid var(--cart-line);background:#fffffff7;box-shadow:0 -12px 35px #18302514;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.store-cart-protect{margin-bottom:2px!important;padding:11px 12px!important;border-color:#d5e5dc!important;border-radius:14px!important;background:var(--cart-sage-soft)!important}.store-cart-protect__info p{color:var(--cart-muted)!important}.store-cart-protect__switch input:checked+span{background:var(--cart-accent)!important}.store-cart__total-row{color:var(--cart-ink);font-size:14px;font-weight:650;text-transform:none}.store-cart__total-values strong{font-size:21px;letter-spacing:-.025em}.store-cart__total-values span{border-radius:7px;background:var(--cart-sage);color:var(--cart-accent-dark)}.store-cart__checkout{min-height:58px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--cart-accent),var(--cart-accent-dark));color:#fff;box-shadow:0 10px 24px #2f6f543d;font-size:15px;font-weight:800;letter-spacing:.035em;transition:transform .2s,box-shadow .2s,filter .2s}.store-cart__checkout:hover{background:linear-gradient(135deg,var(--cart-accent),var(--cart-accent-dark));color:#fff;filter:none;transform:translateY(-1px);box-shadow:0 13px 28px #2f6f544d}.store-cart__secure{margin:0;color:var(--cart-muted);font-size:12px}.store-cart__secure span{background:var(--cart-accent)}.store-cart__empty{padding:60px 20px;text-align:center}.store-cart__empty p{font-size:18px;font-weight:700}.store-cart__empty .button{border-radius:13px;background:var(--cart-accent);color:#fff}@media(min-width:480px){.store-cart{border-radius:26px 0 0 26px;overflow:hidden}}@media(max-width:479px){.store-cart__header{min-height:64px;padding-inline:16px}.store-cart .drawer__title{font-size:22px}.store-cart__shipping{margin:10px 12px 2px;padding:12px 13px}.store-cart__body{padding:8px 12px 22px}.store-cart .cart-item{grid-template-columns:88px minmax(0,1fr);gap:12px;margin:8px 0;padding:10px;border-radius:14px}.store-cart .cart-item__image{border-radius:10px}.store-cart .cart-item__title{font-size:14px}.store-cart__footer{padding:14px 12px 16px}.store-cart__total-values strong{font-size:19px}.store-cart__checkout{min-height:54px;border-radius:12px}.store-cart-upsell__track{grid-auto-columns:88%}}.store-cart .store-cart__checkout{min-height:52px;border:1px solid #050505;border-radius:0;background:#050505;color:#fff;box-shadow:none;font-size:15px;font-weight:800;line-height:1;letter-spacing:0;text-transform:uppercase}.store-cart .store-cart__checkout:hover{border-color:#050505;border-radius:0;background:#050505;color:#fff;box-shadow:none;filter:brightness(.88);transform:none}@media(max-width:479px){.store-cart .store-cart__checkout{min-height:52px;border-radius:0}}.store-cart .store-cart__checkout{border-color:#2f6f54!important;background:#2f6f54!important;color:#fff!important}.store-cart .store-cart__checkout:hover{border-color:#245640!important;background:#245640!important;color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/store-cart-drawer.css.map */
