.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), 0.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer.active .drawer__inner-container{transform:translateX(0)}.drawer.is-empty .drawer__footer{display:none}.drawer.is-empty cart-drawer-items{display:flex;justify-content:center;align-items:center}.drawer.is-empty cart-drawer-items .cart__empty-text{font-size:16px;font-family:"TupperPRO-Normal";text-transform:uppercase}.drawer .cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.drawer .cart-drawer__overlay:empty{display:block}.drawer .drawer__inner-container{height:100%;width:40rem;max-width:100%;transform:translateX(100%);transition:transform var(--duration-default) ease;background:#fff;display:flex;flex-direction:column}.drawer .drawer__inner{border:.1rem solid rgba(var(--color-foreground), 0.2);border-right:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;height:100%}.drawer .drawer__inner .drawer__header{position:relative;background-color:rgb(var(--color-background));padding:0 3rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -1px #d9d9d9 inset;height:50px;max-height:60px}.drawer .drawer__inner .drawer__header .drawer__heading{margin:0;font-size:19px;font-family:inherit;font-family:TupperPRO-Normal}.drawer .drawer__inner .drawer__header .drawer__close{color:rgb(var(--color-foreground));background-color:rgba(0,0,0,0);border:none;cursor:pointer;width:1.5rem;height:1.5rem;margin:0;padding:0}.drawer .drawer__inner .drawer__header .drawer__close svg{width:100%;height:100%;display:block;object-fit:cover}.drawer .drawer__inner cart-drawer-items{flex:1 1 auto;padding:0 3rem;overflow-y:auto}.drawer .drawer__inner cart-drawer-items .cart-drawer__form{overflow:hidden}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper{flex-grow:1}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items{display:block;width:100%}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item{display:flex;margin:30px 0;width:100%}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__image-wrapper{width:120px;height:120px;position:relative}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__image-wrapper img{width:100%;height:100%;display:block;object-fit:cover}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content{flex:1;padding-left:25px}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__name{margin-bottom:.6rem;font-size:13px;font-family:TupperPRO-Normal;color:#000;text-decoration:none;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__price .product-option{font-size:1.6rem;font-weight:700;color:#000;font-family:TupperPRO-Normal}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__quantity-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__quantity-wrapper .quantity::after{box-shadow:0px 0px 0 1px #d9d9d9}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__quantity-wrapper .quantity__button{padding:7px 14px 8px}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__quantity-wrapper cart-remove-button,.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__quantity-wrapper .link.underlined-link{width:unset;min-width:unset;height:max-content;min-height:unset;margin:0}.drawer .drawer__inner cart-drawer-items .cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__content .cart-item__quantity-wrapper .link.underlined-link{color:gray;font-size:1rem;font-family:"TupperPro-Normal";text-transform:uppercase}.drawer .drawer__inner .drawer__footer{padding:2rem 3rem 0;border-top:.1rem solid rgba(var(--color-foreground), 0.2)}.drawer .drawer__inner .drawer__footer .tax-note.caption-large{font-size:1.5rem;font-family:"TupperPro-Normal";color:gray;margin:0 0 8px;text-align:start}.drawer .drawer__inner .drawer__footer .cart__checkout-button.button{display:flex;justify-content:center;align-items:center;gap:1.8rem;margin-top:18px;font-weight:700;letter-spacing:1px;padding:20px 50px;width:100%}.drawer .drawer__inner .drawer__footer .cart__checkout-button.button span{font-size:14px;font-family:"TupperPro-Normal"}.drawer .drawer__inner .drawer__footer .cart__checkout-button.button .seperator{display:block;height:3px;width:3px;background:currentColor;border-radius:100%}