.drawer{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#00000059;visibility:hidden;transition:visibility .25s ease}.drawer.active{visibility:visible}cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.drawer__inner{width:42rem;max-width:calc(100vw - 1.5rem);height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;overflow:hidden;border:none}.drawer.active .drawer__inner{transform:translate(0)}.drawer__inner-empty{height:100%;display:flex;flex-direction:column}.drawer__header{position:sticky;top:0;z-index:30;padding:24px 24px 0;border:none}.drawer__header__topbar{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:24px}.drawer__heading{margin:0;font-size:18px;line-height:1.1;font-weight:700;text-transform:uppercase;color:#111;text-align:center}.drawer__close{position:absolute;right:0;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;background:transparent;color:#111;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.drawer__close:focus,.drawer__close:active{outline:none;background:transparent}.drawer__close svg{fill:#111;stroke:#111}.drawer__contents{flex:1;overflow:hidden;display:flex;flex-direction:column}cart-drawer-items{flex:1;overflow:auto;padding:0 24px}cart-drawer-items::-webkit-scrollbar{width:4px}cart-drawer-items::-webkit-scrollbar-thumb{background:#bbb;border-radius:999px}.uc-free-shipping{margin-bottom:28px}.uc-free-shipping-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.uc-free-shipping-text{margin:0;font-size:14px;line-height:1.5;font-weight:500;color:#444}.uc-free-shipping-bar{width:100%;height:6px;background:#e5e5e5;border-radius:999px;overflow:hidden}.uc-free-shipping-progress{height:100%;border-radius:999px;transition:all .3s ease}.uc-free-shipping-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:13px;color:#666}.cart-items,.cart-items tbody,.cart-items tr{display:block;width:100%}.cart-items thead{display:none!important}.cart-items table{width:100%}.cart-drawer .drawer__cart-items-wrapper{overflow:visible}.cart-drawer .cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:14px;padding:22px 0;border-bottom:1px solid #eee;position:relative}.cart-drawer .cart-item:last-child{margin-bottom:0}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{width:90px;max-width:none;border-radius:4px;display:block}.cart-drawer .cart-item__details{grid-column:2;width:auto}.cart-drawer .cart-item__name{display:block;margin-bottom:8px;color:#111;font-size:16px;line-height:1.35;font-weight:600;text-decoration:none}.cart-drawer .product-option{font-size:13px;color:#777}.cart-drawer .cart-item__totals{grid-column:3;grid-row:1;display:flex;align-items:flex-start;justify-content:flex-end;font-size:18px;font-weight:700;white-space:nowrap}.cart-drawer .cart-item__price-wrapper{margin-top:0}.cart-drawer .cart-item__quantity{grid-column:2 / 4;padding-top:10px}.quantity{min-height:44px;border:1px solid #d8d8d8}.quantity__button{width:42px;height:42px}.quantity__input{font-size:16px;font-weight:600}.cart-remove-button{margin-left:12px}.drawer__footer{position:sticky;bottom:0;background:#fff;padding:24px;border-top:1px solid #eee}.totals{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.totals__total{margin:0;font-size:18px;font-weight:600}.totals__total-value{font-size:26px;font-weight:700}.cart__checkout-button{width:100%;max-width:none;min-height:58px;border-radius:999px!important;font-size:16px;font-weight:700;background:#000;color:#fff}.tax-note,.drawer__footer>details{display:none!important}@media screen and (max-width:749px){.drawer__inner{max-width:100vw}.drawer__header{padding:22px 20px 0}cart-drawer-items{padding:0 20px}.drawer__footer{padding:20px}.cart-drawer .cart-item{grid-template-columns:80px 1fr auto}.cart-drawer .cart-item__image{width:80px}.cart-drawer .cart-item__name{font-size:15px}}.order-summary{padding:10px 20px;margin-top:24px}.order-summary__title{margin:0 0 16px;font-size:14px;font-weight:700;text-transform:uppercase}.order-summary__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:12px}.order-summary__row--total{font-weight:700;font-size:14px;margin-bottom:0}.cart-payment-methods{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px;flex-wrap:wrap}.cart-payment-methods svg,.cart-payment-methods img{height:24px;width:auto}.cart-reservation-timer{position:sticky;top:145px;z-index:29;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#e6e6e6;font-size:14px;font-weight:500}#cartTimer{font-weight:700}.order-summary__total-prices{display:flex;align-items:center;gap:10px}.order-summary__old-price{text-decoration:line-through;color:#8a8a8a;font-size:14px;font-weight:500}.order-summary__new-price{font-size:18px;font-weight:700;color:#111}.order-summary__savings-box{display:inline-block;margin-top:12px;margin-left:auto;padding:8px 10px;background:#e6e6e6;border-radius:8px;font-size:12px;font-weight:600}.order-summary__savings-container{display:flex;justify-content:flex-end}.drawer__inner-empty,.cart-drawer__warnings{height:100%}.cart-drawer__empty-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.cart__empty-text{margin:0;font-size:32px;font-weight:700;text-align:center}.cart-drawer__empty-content .button{background:#000;color:#fff;border-radius:6px;padding:14px 28px;text-decoration:none;font-weight:600}.cart-drawer__collection{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-cart-drawer.css.map */
