.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:999;pointer-events:none;visibility:hidden}.cart-drawer--open{pointer-events:all;visibility:visible}.cart-drawer__overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity var(--duration-default, 300ms) ease}.cart-drawer--open .cart-drawer__overlay{opacity:1}.cart-drawer__container{position:fixed;right:0;top:0;bottom:0;width:100%;max-width:var(--cart-drawer-width,480px);background:rgb(var(--color-background));transform:translateX(100%);transition:transform var(--duration-default, 300ms) ease-out;height:100vh;height:100dvh}.cart-drawer--open .cart-drawer__container{transform:translateX(0)}.cart-drawer--left .cart-drawer__container{right:auto;left:0;transform:translateX(-100%)}.cart-drawer--left.cart-drawer--open .cart-drawer__container{transform:translateX(0)}.cart-drawer__header{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.08);background:rgb(var(--color-background));flex-shrink:0}.cart-drawer__title{margin:0;font-size:1.4rem;font-weight:500}.cart-drawer__close{background:0 0;border:none;font-size:2.4rem;line-height:1;cursor:pointer;padding:.5rem;margin:-.5rem;color:rgb(var(--color-foreground));opacity:.7;transition:opacity var(--duration-short, 100ms)}.cart-drawer__close:hover{opacity:1}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem;min-height:0}.cart-drawer__body::-webkit-scrollbar{width:4px}.cart-drawer__body::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05)}.cart-drawer__body::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:2px}.cart-drawer__footer{border-top:1px solid rgba(var(--color-foreground),.08);padding:1.2rem 1.5rem;background:rgb(var(--color-background));flex-shrink:0}.cart-drawer__error{background:#fee;color:#c00;padding:1.2rem;margin-bottom:1rem;border-radius:4px;font-size:1.4rem;border-left:3px solid #c00}.cart-drawer__error-message{display:block}.cart-drawer__empty{display:none;text-align:center;padding:3rem 1.5rem}.cart-drawer--empty .cart-drawer__empty{display:block}.cart-drawer--empty .cart-drawer__footer,.cart-drawer--empty .cart-items{display:none}.cart-drawer__empty-icon{font-size:3rem;opacity:.3;margin-bottom:.8rem}.cart-drawer__empty-title{font-size:1.4rem;margin-bottom:.8rem}.cart-drawer__empty-message{color:rgb(var(--color-foreground-secondary));margin-bottom:1.5rem;font-size:1.2rem}.cart-item--drawer{padding:1rem 0}.cart-item--drawer .cart-item__image{width:80px;height:80px}.cart-item--notification .cart-item__details{gap:.3rem}.cart-item--notification .cart-item__quantity{margin-top:.3rem}@media screen and (max-width:749px){.cart-drawer__container{max-width:100%;width:100%;overflow-y:auto;min-height:100vh;min-height:100dvh}.cart-drawer__footer,.cart-drawer__header,.cart-drawer__shipping-bar{flex-shrink:initial}.cart-drawer__body{padding:.8rem 1rem;overflow-y:visible;flex:1;min-height:initial}.cart-drawer__footer{padding:1rem}}@media screen and (min-width:750px){.cart-drawer--fullscreen .cart-drawer__container{max-width:100%}.cart-drawer--wide .cart-drawer__container{max-width:600px}}