@font-face{font-family:Stack Sans Headline;font-style:normal;font-weight:600;font-display:swap;src:url(https://cdn.jsdelivr.net/fontsource/fonts/stack-sans-headline@latest/latin-600-normal.woff2) format("woff2")}.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;visibility:hidden;pointer-events:none;opacity:0;background-color:transparent;transition:opacity var(--duration-default, .3s) ease,visibility var(--duration-default, .3s) ease,background-color var(--duration-default, .3s) ease}.drawer.active{visibility:visible;pointer-events:auto;opacity:1;background-color:#00000080}.drawer:not(.active) .cart-drawer__overlay{display:none}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}.drawer__inner{position:relative;z-index:1;height:100%;width:380px;max-width:100vw;min-height:0;padding:12px 12px 16px;border:0;border-radius:12px 0 0 12px;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default, .3s) ease;background:#fff;box-shadow:-17px 0 8px #00000029}.drawer.active .drawer__inner{transform:translate(0)}cart-drawer.is-empty .drawer__inner{padding-top:24px}cart-drawer.is-empty .cart-drawer__empty-body{margin-top:40px}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:40px;width:100%;margin-bottom:0;flex-shrink:0}cart-drawer:not(.is-empty) .cart-drawer__header{padding-bottom:12px;border-bottom:1px solid #bfbfbf;margin-bottom:8px}.cart-drawer__heading{margin:0;flex:1;min-width:0;color:#000;font-family:Stack Sans Headline,Stack Sans Text,sans-serif;font-size:18px;font-weight:600;line-height:normal;letter-spacing:-.36px}.cart-drawer__close{display:inline-flex;align-items:center;justify-content:center;padding:0;width:22px;height:22px;min-width:22px;min-height:22px;border:0;background:transparent;cursor:pointer;position:static;box-shadow:none;color:inherit}.cart-drawer__close img{display:block;width:22px;height:22px}.cart-drawer__empty-body{display:flex;flex:1;flex-direction:column;gap:40px;min-height:0;width:100%}.cart-drawer__recommendations{display:flex;flex:1;flex-direction:column;gap:12px;min-height:0}.cart-drawer__recommendations-heading{margin:0;color:#494e5a;font-family:Stack Sans Text,sans-serif;font-size:14px;font-weight:600;line-height:normal;letter-spacing:-.28px}.cart-drawer__recommendations-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0}.cart-drawer__recommendation-card{margin:0}.cart-drawer__recommendation-link{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;text-decoration:none;color:inherit}.cart-drawer__recommendation-media{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px;border-radius:8px;background:#faffff;overflow:hidden}.cart-drawer__recommendation-image{display:block;max-width:100%;max-height:100%;object-fit:contain}.cart-drawer__recommendation-meta{display:flex;flex:1;flex-direction:column;gap:4px;min-width:0}.cart-drawer__recommendation-title{margin:0;max-height:33px;overflow:hidden;color:#494e5a;font-family:Stack Sans Text,sans-serif;font-size:13px;font-weight:600;line-height:normal;letter-spacing:-.26px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-drawer__recommendation-price{margin:0;color:#6b7280;font-family:Stack Sans Text,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:-.24px}.cart-drawer__sign-in{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid #eef3f6;border-radius:12px;background:#f9fafb}.cart-drawer__sign-in-title{margin:0;color:#111827;font-family:Stack Sans Headline,Stack Sans Text,sans-serif;font-size:14px;font-weight:600;line-height:normal;letter-spacing:-.28px}.cart-drawer__sign-in-text{margin:0;color:#6b7280;font-family:Stack Sans Text,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:-.24px}.cart-drawer__sign-in-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 12px;border:1px solid #124888;border-radius:2px;background:#fff;color:#124888;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:normal;letter-spacing:-.28px;text-decoration:none}.cart-drawer__sign-in-button img{display:block;width:16px;height:16px}.cart-drawer__trust-banner{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;flex-shrink:0;padding:10px 0;border-radius:4px;background:#f4f9ff;margin-bottom:12px}.cart-drawer__trust-text{margin:0;width:100%;color:#000;font-family:Stack Sans Text,sans-serif;font-size:12px;font-weight:700;line-height:normal;text-align:center}.cart-drawer__trust-rating{display:flex;align-items:center;justify-content:center;gap:8px}.cart-drawer__google-icon{flex-shrink:0}.cart-drawer__trust-score{color:#000;font-family:Stack Sans Text,sans-serif;font-size:16px;font-weight:700;line-height:normal}.cart-drawer__trust-stars{display:block;width:96px;height:16px}cart-drawer-items{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:#4d4d4d;border-radius:100px}cart-drawer-items::-webkit-scrollbar-track{background-color:#d9d9d9}.cart-drawer__form,.drawer__contents{flex:0 0 auto}.cart-drawer__items{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.cart-drawer__item{margin:0}@media screen and (max-width:749px){.cart-drawer .cart-drawer__items>.cart-item{display:block;grid-template:none;gap:0;margin-bottom:0}.cart-drawer .cart-item__media,.cart-drawer .cart-item__details,.cart-drawer .cart-item__quantity{grid-row:auto;grid-column:auto}.cart-drawer .cart-item__image{max-width:100%;height:auto}}.cart-drawer__item-card{padding:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.cart-drawer__item-row{display:flex;gap:15px;align-items:flex-start}.cart-drawer__item-media{flex-shrink:0;width:80px}.cart-drawer__item-image-link{display:block;width:80px;height:82px;border-radius:12px;overflow:hidden}.cart-drawer__item-image{display:block;width:100%;height:100%;object-fit:contain;border-radius:12px}.cart-drawer__item-content{flex:1;min-width:0;width:100%;align-self:stretch;display:flex;flex-direction:column;gap:15px;align-items:stretch}.cart-drawer__item-body{display:flex;flex-direction:column;gap:11px}.cart-drawer__item-info{display:flex;flex-direction:column;gap:6px}.cart-drawer__item-name{margin:0;max-height:37px;overflow:hidden;color:#000;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;line-height:normal;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-drawer__item-sku{margin:0;color:#000000b3;font-family:Stack Sans Text,sans-serif;font-size:10px;font-weight:400;line-height:normal}.cart-drawer__item-price{margin:0;color:#000;font-family:Stack Sans Text,sans-serif;font-size:12px;font-weight:600;line-height:normal}.cart-drawer__item-old-price{margin-right:4px;opacity:.7}.cart-drawer__item-options{display:flex;flex-direction:column;gap:0;color:#000000b3;font-family:Stack Sans Text,sans-serif;font-size:10px;font-weight:400;line-height:normal}.cart-drawer__item-options span{display:block}.cart-drawer__item-actions{position:relative;width:100%;min-height:32px;align-self:stretch}.cart-drawer .cart-item__details{width:auto;max-width:100%;padding-left:0}.cart-drawer .cart-item__quantity,.cart-drawer .cart-item__quantity--info quantity-popover>*,.cart-drawer .cart-item__quantity-wrapper{padding-left:0}.cart-drawer__item-actions quantity-popover{display:block;width:100%}.cart-drawer__quantity-row,.cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;width:100%;gap:0}.cart-drawer .quantity-popover-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.cart-drawer .quantity-popover-container{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:102px;height:32px;padding:8px;border:.679px solid #134888;border-radius:4px;background:#f9fafb;box-sizing:border-box}.cart-drawer__remove-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;min-width:14px;min-height:15px;border:0;background:transparent;cursor:pointer}.cart-drawer quantity-input.quantity.cart-quantity{position:static;display:flex;align-items:center;justify-content:space-between;gap:1px;width:86px!important;min-width:86px!important;max-width:86px!important;height:16px!important;min-height:16px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#000}.cart-drawer quantity-input.quantity:before,.cart-drawer quantity-input.quantity:after{content:none;display:none}.cart-drawer .quantity__button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;min-width:0;height:auto;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:#000;cursor:pointer}.cart-drawer .quantity__button img{display:block;width:100%;height:100%;pointer-events:none}.cart-drawer .quantity__button[name=minus]{width:14px;height:14px}.cart-drawer .quantity__button[name=plus]{width:16px;height:16px}.cart-drawer .quantity__button svg{display:none}.cart-drawer .quantity__input{flex:1 1 auto;width:auto;min-width:0;max-width:54px;height:16px;min-height:16px;margin:0;padding:0;border:0;background:transparent;color:#000;font-family:Stack Sans Text,sans-serif;font-size:12px;font-weight:300;line-height:15.215px;letter-spacing:.679px;text-align:center;opacity:1}.cart-drawer__remove-button img{display:block;width:14px;height:15px}.cart-drawer__item-body .discounts{margin:0}.cart-drawer__item-body .discounts:empty{display:none}.cart-drawer__item-actions .loading__spinner{position:absolute;right:0;top:0}.cart-drawer .cart-item__error{margin-top:8px}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer__order-notes{display:none;flex-direction:column;gap:9px;margin-top:8px;padding-bottom:8px}.cart-drawer__order-notes-label{margin:0;color:#000;font-family:Stack Sans Text,sans-serif;font-size:14px;font-weight:700;line-height:normal;text-decoration:underline;text-underline-position:from-font}.cart-drawer__order-notes-input{width:100%;min-height:41px;margin:0;padding:10px 12px;border:.3px solid rgba(0,0,0,.24);border-radius:12px;background:#fff;color:#000;font-family:Stack Sans Text,sans-serif;font-size:12px;font-weight:400;line-height:normal;resize:vertical}@media screen and (max-width:749px){.cart-drawer__order-notes{display:flex}}.drawer__footer.cart-drawer__footer{position:relative;z-index:2;flex-shrink:0;display:flex;flex-direction:column;gap:8px;align-items:stretch;width:calc(100% + 24px);margin:0 -12px -16px;padding:12px 16px 16px;border-top:0;box-shadow:0 -4px 8px #00000029;background:#fff;box-sizing:border-box;isolation:isolate}.cart-drawer__item,.cart-drawer__item-card{position:relative;z-index:0}.cart-drawer__summary,.cart-drawer .cart__ctas,.cart-drawer__payments,.cart-drawer__badges,.cart-drawer__share-cart{width:100%}.cart-drawer .cart__ctas{display:flex;flex-direction:column;gap:0;padding-top:6px;text-align:center}#CartDrawer .cart-drawer__footer>*:not(.cart-drawer__navidium-mount):not(.cart-drawer__summary):not(.cart-drawer__share-cart):not(.cart__ctas):not(.cart-drawer__payments):not(.cart-drawer__badges){display:none!important}cart-drawer.is-empty .drawer__footer,cart-drawer-items.is-empty+.drawer__footer{display:none}#CartDrawer #navidium,.cart-drawer__navidium-mount{display:none!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;visibility:hidden!important}#CartDrawer .cart-drawer__footer .discounts,#CartDrawer .cart-drawer__footer .discounts__discount,#CartDrawer .cart-drawer__footer .discounts__discount--end,#CartDrawer .cart-drawer__footer .discount__title,#CartDrawer .cart-drawer__footer .discount__value,#CartDrawer .cart-drawer__footer>.nvd-mini{display:none!important}#CartDrawer #nvd-with-checkout-btn,#CartDrawer #nvd-standard-widget-container,#CartDrawer #nvd-standard-widget-logo{display:none!important}#CartDrawer .cart__ctas{display:flex!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important;overflow:visible!important}#CartDrawer #CartDrawer-Checkout,.cart-drawer__checkout-button{display:inline-flex!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:44px!important;max-height:none!important;overflow:visible!important;pointer-events:auto!important}.cart-drawer__summary{display:flex;flex-direction:column;gap:4px;width:100%;margin-bottom:0}.cart-drawer__summary-row{display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:normal}.cart-drawer__summary-row--savings{color:#000000b3;font-family:Stack Sans Text,sans-serif;font-weight:300}.cart-drawer__summary-savings{color:#528e2c}.cart-drawer__summary-row--total{color:#000;font-family:Stack Sans Text,sans-serif;font-weight:700}.cart-drawer__tax-note{margin:0;font-family:Stack Sans Text,sans-serif;font-size:12px;font-weight:300;line-height:normal;color:#000000b3}.cart-drawer__checkout-button,.cart-drawer .cart-drawer__checkout-button.button,#CartDrawer #CartDrawer-Checkout{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:none;min-height:44px;padding:8px 16px;border:0;border-radius:0;background:#124888!important;color:#fff!important;font-family:Stack Sans Text,sans-serif;font-size:14px;font-weight:500;line-height:24px;letter-spacing:.5px;text-transform:none!important}.cart-drawer__checkout-button:hover,.cart-drawer__checkout-button:focus-visible,.cart-drawer .cart-drawer__checkout-button.button:hover,#CartDrawer #CartDrawer-Checkout:hover{background:#0e3a6e!important;color:#fff!important}.cart-drawer__checkout-button:before,.cart-drawer__checkout-button:after{display:none}.cart-drawer__checkout-button img{display:block;width:13px;height:12px}.cart-drawer__payments{width:100%;margin-top:0}.cart-drawer__payments-list{display:flex;align-items:center;justify-content:space-between;gap:2px;width:100%;margin:0;padding:0;flex-wrap:nowrap}.cart-drawer__payment-item{display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-drawer__payment-icon{display:block;width:24.45px;height:17.26px;padding:0;border-radius:4px;background:#fff;object-fit:contain;box-sizing:border-box}.cart-drawer__payment-item--bbb .cart-drawer__bbb-badge{display:block;width:50.63px;height:17.19px;object-fit:contain}.cart-drawer__badges{display:flex;align-items:stretch;justify-content:center;gap:16px;width:100%;margin-top:0;padding:6px;border:1px solid #5F5F5F;border-radius:8px;background:#f9fafb;box-sizing:border-box}.cart-drawer__badge{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px;min-width:0;min-height:37px;color:#5f5f5f;font-family:Stack Sans Text,sans-serif;font-size:10px;font-weight:300;line-height:14px;text-align:center}.cart-drawer__badge-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:21px;height:21px;overflow:hidden}.cart-drawer__badge img{display:block;width:21px;height:21px;flex-shrink:0;object-fit:contain;object-position:center}.cart-drawer__badge span{display:block;white-space:nowrap}.cart-drawer__item-body .discounts__discount{justify-content:flex-start;margin-bottom:0;color:#000000b3;font-family:Stack Sans Text,sans-serif;font-size:10px;font-weight:400;line-height:normal}@media screen and (min-width:750px){cart-drawer:not(.is-empty) .cart-drawer__header{margin-bottom:12px}}
/*# sourceMappingURL=/cdn/shop/t/144/assets/component-cart-drawer.css.map */
