@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:25rem;max-width:calc(100vw - 1.875rem);padding:0 .9375rem;border:.0625rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 .9375rem;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:1.5625rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:.9375rem 0;display:flex;justify-content:center;align-items:center}.drawer__heading{margin:0 0 .625rem}.drawer__close{display:inline-block;padding:0;min-width:2.75rem;min-height:2.75rem;box-shadow:0 0 0 .125rem rgba(var(--color-button),0);position:absolute;top:11px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close .svg-wrapper{height:1.25rem;width:1.25rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{border-top:.0625rem solid #B4B4B4;padding:.9375rem 0}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-.9375rem;border-bottom:.0625rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:.9375rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:.9375rem 1.75rem .9375rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:.9375rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 1.5625rem .9375rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:.625rem;margin-bottom:16px}.cart-drawer .cart-item:last-child{margin-bottom:.625rem}.cart-drawer .cart-item__image{max-width:100%}.cart-drawer .cart-items thead{margin-bottom:.3125rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.0625rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:.9375rem}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:1.5625rem}.cart-drawer .cart-items td{padding-bottom:1.0625rem}.cart-drawer .cart-item>td+td{padding-left:.625rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4;padding-bottom:0!important}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.375rem}.cart-drawer .unit-price{margin-top:.375rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5;padding-bottom:16px}@media screen and (max-width:749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:.625rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:.75rem 0 1.25rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none;background:#1273b7;border-radius:80px;font-size:20px;padding:10px;min-height:48px;text-transform:uppercase;font-weight:700;color:#fff;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;gap:8px}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.3125rem -.3125rem 0 0!important;gap:.3125rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .3125rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.3125rem!important}@media screen and (min-width:750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .3125rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .3125rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.125rem}@media screen and (min-width:750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}.cart-drawer{--cart-drawer-bg: #f6f4ef;--cart-drawer-surface: #ffffff;--cart-drawer-deep: #001c19;--cart-drawer-accent: #00b7a2;--cart-drawer-accent-soft: rgba(0, 183, 162, .12);--cart-drawer-highlight: #e8ff33;--cart-drawer-text: #2c2c2c;--cart-drawer-muted: #726d65;--cart-drawer-line: rgba(0, 28, 25, .1)}.cart-drawer .drawer__inner{width:min(100vw,25rem);max-width:min(100vw,25rem);padding:0;border:0;background:var(--cart-drawer-bg);box-shadow:-18px 0 46px #001c192e}.cart-drawer .drawer__contents{background:var(--cart-drawer-surface)}.cart-drawer .cart-drawer__header{margin-bottom:0;padding:1.6rem 1.6rem 1.4rem;justify-content:flex-start;background:var(--cart-drawer-deep);color:#fff}.cart-drawer .cart-drawer__header-copy{min-width:0}.cart-drawer .cart-drawer__heading{margin:0;color:#fff;font-size:2.2rem;line-height:1.05;font-weight:800;letter-spacing:-.02em;text-transform:none}.cart-drawer .cart-drawer__close{top:50%;right:1.2rem;transform:translateY(-50%);min-width:3.4rem;min-height:3.4rem;color:#fff}.cart-drawer .cart-drawer__close .svg-wrapper{width:1.8rem;height:1.8rem}.cart-drawer .cart-drawer__trust-bar{display:flex;align-items:center;justify-content:center;gap:.9rem;padding:1.25rem 1.4rem;background:var(--cart-drawer-accent-soft);border-bottom:1px solid var(--cart-drawer-line);color:var(--cart-drawer-deep);text-align:center}.cart-drawer .cart-drawer__trust-icon{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;color:var(--cart-drawer-deep);flex-shrink:0}.cart-drawer .cart-drawer__trust-icon img,.cart-drawer .cart-drawer__trust-icon svg{width:100%;height:100%;display:block;object-fit:contain}.cart-drawer .cart-drawer__trust-text{font-size:1rem;line-height:1.2;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.cart-drawer .cart-drawer__notice{padding:1rem 1.6rem 1.2rem;background:var(--cart-drawer-surface);text-align:center}.cart-drawer .cart-drawer__notice-text{color:var(--cart-drawer-accent);font-size:.95rem;line-height:1.2;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cart-drawer .drawer__cart-items-wrapper{padding:0 1.6rem 1.8rem}.cart-drawer .cart-drawer__table-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:0 0 .9rem;border-bottom:1px solid var(--cart-drawer-line)}.cart-drawer .cart-drawer__table-head-label{color:#7f7b75;font-size:.92rem;line-height:1.2;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.cart-drawer .cart-drawer__table-head-label.is-total{text-align:right}.cart-drawer .cart-item{grid-template-columns:7.2rem minmax(0,1fr) auto;gap:1rem 1.2rem;margin-bottom:0;padding:1.6rem 0;border-bottom:1px solid var(--cart-drawer-line)}.cart-drawer .cart-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.cart-drawer .cart-item__media{width:7.2rem}.cart-drawer .cart-item__image{width:7.2rem;max-width:7.2rem;border-radius:.8rem;background:#fff;object-fit:contain}.cart-drawer .cart-item__details{padding:0!important;display:flex;min-width:0;flex-direction:column;gap:.4rem}.cart-drawer .cart-item__name{margin:0;color:var(--cart-drawer-deep)!important;font-size:1.25rem;line-height:1.12;font-weight:800!important;text-decoration:none}.cart-drawer .cart-item__details .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.cart-drawer .cart-item__details .cart-item__old-price,.cart-drawer .cart-item__details .cart-item__final-price,.cart-drawer .cart-item__details .product-option,.cart-drawer .cart-item__details .product-option dd,.cart-drawer .cart-item__details .product-option p{margin:0;color:var(--cart-drawer-muted)!important;font-size:.98rem;line-height:1.3;font-weight:500!important}.cart-drawer .cart-item__details .cart-item__final-price{color:var(--cart-drawer-text)!important;font-weight:700!important}.cart-drawer .cart-item__details dl,.cart-drawer .cart-item__details p,.cart-drawer .cart-item__details ul{margin:0}.cart-drawer .discounts__discount{display:inline-flex;align-items:center;gap:.45rem;color:var(--cart-drawer-accent);font-size:.88rem;line-height:1.25;font-weight:700}.cart-drawer .discounts__discount .svg-wrapper{width:1.2rem;height:1.2rem}.cart-drawer .cart-item__totals{align-items:flex-start;justify-content:flex-start;text-align:right}.cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.cart-drawer .cart-item__totals .cart-item__old-price{color:#9f988d;font-size:.94rem;line-height:1.2}.cart-drawer .cart-item__totals .price{color:var(--cart-drawer-deep);font-size:1.15rem;line-height:1.1;font-weight:800}.cart-drawer .cart-item__quantity{grid-column:2 / 4;padding-top:0;padding-bottom:0!important}.cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;gap:1rem}.cart-drawer .quantity-popover-container{flex:0 0 auto}.cart-drawer quantity-popover .quantity,.cart-drawer .quantity.cart-quantity{width:14rem!important;min-height:4.4rem!important;border-radius:.8rem;overflow:hidden}.cart-drawer quantity-popover .quantity:before,.cart-drawer quantity-popover .quantity:after,.cart-drawer .quantity.cart-quantity:before,.cart-drawer .quantity.cart-quantity:after{display:none}.cart-drawer quantity-popover .quantity,.cart-drawer .quantity.cart-quantity{background:#f9fffd;box-shadow:inset 0 0 0 1px #00b7a266}.cart-drawer .quantity__button{width:4.2rem;color:var(--cart-drawer-deep)}.cart-drawer .quantity__button .svg-wrapper{width:1rem;height:1rem}.cart-drawer .quantity__input{color:var(--cart-drawer-deep);font-size:1.15rem;line-height:1;font-weight:800;opacity:1}.cart-drawer .cart-remove-button{display:inline-flex;align-items:center;justify-content:center;min-width:auto;min-height:auto;padding:.2rem;color:var(--cart-drawer-deep)}.cart-drawer .cart-remove-button .svg-wrapper{width:1.7rem;height:1.7rem}.cart-drawer .cart-remove-button .svg-wrapper svg{width:100%;height:100%}.cart-drawer .cart-item__error{margin-top:.5rem}.cart-drawer .drawer__footer{padding:1.6rem;background:var(--cart-drawer-bg);border-top:1px solid var(--cart-drawer-line)}.cart-drawer .cart-drawer__footer{display:flex;flex-direction:column;gap:1rem}.cart-drawer .cart-drawer__totals-group{display:flex;flex-direction:column;gap:.65rem}.cart-drawer .cart-drawer__totals-row,.cart-drawer .cart-drawer__grand-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.cart-drawer .cart-drawer__totals-label,.cart-drawer .cart-drawer__totals-value{margin:0;color:var(--cart-drawer-text);font-size:1rem;line-height:1.2;font-weight:500}.cart-drawer .cart-drawer__grand-total-label,.cart-drawer .cart-drawer__grand-total-value{margin:0;color:var(--cart-drawer-deep);font-size:1.45rem;line-height:1.05;font-weight:800!important}.cart-drawer .tax-note{margin:0;color:var(--cart-drawer-muted);font-size:.92rem;line-height:1.35;text-align:left}.cart-drawer .cart-drawer__footer-guarantee{color:var(--cart-drawer-deep);font-size:1.08rem;line-height:1.2;font-weight:800;text-align:center}.cart-drawer .cart__ctas{margin-top:0}.cart-drawer .cart__checkout-button{max-width:none;min-height:5.3rem;padding:1rem 1.5rem;border-radius:999px;background:var(--cart-drawer-deep);box-shadow:0 1.2rem 2.4rem #001c1929;color:#fff;font-size:1.2rem;line-height:1.1;font-weight:800;letter-spacing:.01em;text-transform:uppercase;gap:.75rem}.cart-drawer .cart__checkout-button:hover{background:#083733}.cart-drawer .cart__checkout-button svg{width:1.5rem;height:1.5rem;flex-shrink:0}.cart-drawer .cart__dynamic-checkout-buttons,.cart-drawer .cart-drawer__payment-icons{display:none}@media screen and (max-width:749px){.cart-drawer .drawer__inner{max-width:100vw}.cart-drawer .cart-drawer__heading{font-size:1.9rem}.cart-drawer .cart-item{grid-template-columns:6.6rem minmax(0,1fr) auto;gap:.9rem 1rem}.cart-drawer .cart-item__media,.cart-drawer .cart-item__image{width:6.6rem;max-width:6.6rem}.cart-drawer quantity-popover .quantity,.cart-drawer .quantity.cart-quantity{width:12.8rem!important}.cart-drawer .cart-drawer__grand-total-label,.cart-drawer .cart-drawer__grand-total-value{font-size:1.25rem}.cart-drawer .cart__checkout-button{min-height:5rem;font-size:1.08rem}}.cart-drawer,.cart-drawer h2,.cart-drawer h3,.cart-drawer h4,.cart-drawer p,.cart-drawer a,.cart-drawer button,.cart-drawer div,.cart-drawer span,.cart-drawer small,.cart-drawer input,.cart-drawer ul,.cart-drawer li,.cart-drawer td,.cart-drawer th,.cart-drawer dd,.cart-drawer dl{font-family:Outfit,sans-serif!important}.cart-drawer{--cart-drawer-brand: #001c19;--cart-drawer-brand-soft: rgba(0, 183, 162, .12);--cart-drawer-emphasis: #e1921a;--cart-drawer-border: rgba(0, 28, 25, .18);--cart-drawer-text: #262626;--cart-drawer-muted: #666666}.cart-drawer .drawer__inner{width:25rem;max-width:100vw;padding:0;border:0;background:#fff;box-shadow:-10px 0 30px #001c191f}.cart-drawer .drawer__header{position:relative;display:flex;justify-content:space-between;align-items:center}.cart-drawer .cart-drawer__header{padding:.9375rem 1.25rem;background:var(--cart-drawer-brand)}.cart-drawer .cart-drawer__heading{margin:0;color:#fff;font-size:1.125rem;line-height:1.75rem;font-weight:700;letter-spacing:0}.cart-drawer .cart-drawer__close{top:10px;right:0;transform:none;min-width:2.75rem;min-height:2.75rem;color:#fff}.cart-drawer .cart-drawer__close .svg-wrapper{width:1.25rem;height:1.25rem}.cart-drawer .cart-drawer__trust-bar{gap:.75rem;padding:1rem 1.25rem;background:var(--cart-drawer-brand-soft);border-bottom:0}.cart-drawer .cart-drawer__trust-icon{width:.9375rem;height:.9375rem;color:var(--cart-drawer-brand)}.cart-drawer .cart-drawer__trust-text{color:var(--cart-drawer-brand);font-size:1rem;line-height:1.5rem;font-weight:700;letter-spacing:0}.cart-drawer .cart-drawer__notice{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 1.25rem 1rem;background:#fff}.cart-drawer .cart-drawer__notice-text,.cart-drawer .cart-drawer__notice-timer{color:var(--cart-drawer-emphasis);font-size:13px;line-height:1.25;font-weight:700;letter-spacing:0;text-transform:uppercase}.cart-drawer .cart-drawer__form{padding:0}.cart-drawer .drawer__contents{background:#fff}.cart-drawer .drawer__cart-items-wrapper{padding:0 1.25rem}.cart-drawer .cart-drawer__table-head{grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:0 0 1.35rem;border-bottom:.075rem solid var(--cart-drawer-border)}.cart-drawer .cart-drawer__table-head-label{color:var(--cart-drawer-text);opacity:.85;font-size:14px;line-height:20px;font-weight:400;letter-spacing:.13rem}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / 4.6875rem minmax(0,1fr) auto;gap:1.125rem;margin-bottom:2.625rem;padding:1.0625rem 0 0;border-bottom:0}.cart-drawer .cart-item:last-child{margin-bottom:.9375rem;padding-bottom:0}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{width:100%;max-width:4.6875rem;border-radius:0;background:transparent}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4;padding:0!important;font-size:1.2rem;line-height:calc(1 + .4 / var(--font-body-scale));display:block}.cart-drawer .cart-item__details>*{max-width:22.5rem}.cart-drawer .cart-item__details>*+*{margin-top:.45rem}.cart-drawer .cart-item__name{display:block;margin:0;color:var(--cart-drawer-text)!important;font-size:1rem;line-height:1.25rem;font-weight:700!important;text-decoration:none}.cart-drawer .cart-item__details .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-start;gap:0}.cart-drawer .cart-item__details .cart-item__old-price,.cart-drawer .cart-item__details .product-option,.cart-drawer .cart-item__details .product-option dd,.cart-drawer .cart-item__details .product-option p{color:var(--cart-drawer-muted)!important;font-size:.875rem;line-height:1.25rem;font-weight:400!important}.cart-drawer .cart-item__details .cart-item__final-price{color:var(--cart-drawer-text)!important;font-size:.875rem;line-height:1.25rem;font-weight:400!important}.cart-drawer .product-option *{display:inline;margin:0}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end;text-align:right}.cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end}.cart-drawer .cart-item__price-wrapper>*{margin:0;padding:0}.cart-drawer .cart-item__totals .cart-item__old-price{color:var(--cart-drawer-muted);font-size:.875rem;line-height:1.25rem}.cart-drawer .cart-item__totals .price{color:var(--cart-drawer-text);font-size:1rem;line-height:1.5rem;font-weight:700;letter-spacing:0}.cart-drawer .cart-item__quantity{grid-column:2 / 5;padding-top:0;padding-bottom:0!important}.cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;flex-wrap:nowrap;gap:.75rem}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer quantity-popover .quantity,.cart-drawer .quantity.cart-quantity{width:140px!important;min-height:34px!important;height:34px!important;border-radius:5px;overflow:visible;background:#fff}.cart-drawer quantity-popover .quantity:before,.cart-drawer .quantity.cart-quantity:before{display:block;background:#fff;box-shadow:none}.cart-drawer quantity-popover .quantity:after,.cart-drawer .quantity.cart-quantity:after{display:block;border:.0625rem solid rgba(0,183,162,.35);border-radius:5px;box-shadow:none}.cart-drawer .quantity__button{width:calc(3.375rem / var(--font-body-scale));font-size:1.35rem;color:var(--cart-drawer-text)}.cart-drawer .quantity__button .svg-wrapper,.cart-drawer .quantity__button svg{width:.75rem}.cart-drawer .quantity__input{color:var(--cart-drawer-text);font-size:1.05rem;line-height:1;font-weight:500;opacity:.85}.cart-drawer cart-remove-button{display:flex;margin-left:0}.cart-drawer .cart-remove-button{min-width:1.25rem;min-height:1.25rem;padding:0;margin:0;color:var(--cart-drawer-text)}.cart-drawer .cart-remove-button:before,.cart-drawer .cart-remove-button:after{content:none}.cart-drawer .cart-remove-button .svg-wrapper{width:1rem;height:1rem}.cart-drawer .drawer__footer{padding:.9375rem 1.25rem 1.5rem;background:#fff;border-top:.0625rem solid var(--cart-drawer-border)}.cart-drawer .cart-drawer__footer,.cart-drawer .cart-drawer__totals-group{gap:.625rem}.cart-drawer .cart-drawer__totals-row{align-items:center}.cart-drawer .cart-drawer__totals-label,.cart-drawer .cart-drawer__totals-value{color:var(--cart-drawer-text);font-size:.875rem;line-height:1.25rem;font-weight:400}.cart-drawer .cart-drawer__grand-total-label,.cart-drawer .cart-drawer__grand-total-value{color:var(--cart-drawer-text);font-size:1rem;line-height:1.5rem;font-weight:700!important}.cart-drawer .tax-note{margin:.75rem 0 1.25rem;color:var(--cart-drawer-muted);font-size:13px;line-height:1.25rem;text-align:left}.cart-drawer .cart-drawer__footer-guarantee{color:var(--cart-drawer-text);font-size:14px;line-height:1.25rem;font-weight:700;text-align:center}.cart-drawer .cart__ctas{text-align:center}.cart-drawer .cart__checkout-button{max-width:none;min-height:48px;padding:10px;border:none;border-radius:100px;background:var(--cart-drawer-brand);box-shadow:none;color:#fff;font-size:20px;line-height:1.25rem;font-weight:700;letter-spacing:0;text-transform:uppercase;position:relative}.cart-drawer .cart__checkout-button:before,.cart-drawer .cart__checkout-button:after{display:none}.cart-drawer .cart__checkout-button svg{position:absolute;top:12px;left:14px;width:28px;height:28px}.cart-drawer .cart__dynamic-checkout-buttons,.cart-drawer .cart-drawer__payment-icons{display:none!important}@media screen and (max-width:749px){.cart-drawer .cart-item{margin-bottom:2.625rem}}.cart-drawer .quantity__button{width:calc(1.6875rem / var(--font-body-scale));min-width:calc(1.6875rem / var(--font-body-scale))}.cart-drawer .quantity__button .svg-wrapper,.cart-drawer .quantity__button svg{width:.625rem}.cart-drawer .quantity__input{min-width:0;flex:1 1 auto;position:relative;z-index:2}
/*# sourceMappingURL=/cdn/shop/t/29/assets/component-cart-drawer.css.map */
