.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility 0s linear .2s}.cart-drawer.is-open{pointer-events:auto;visibility:visible;opacity:1;transition:opacity .2s ease}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--background);border-left:1px solid var(--border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.cart-drawer__head h2{margin:0;font-size:18px}.cart-drawer__close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:var(--foreground);border-radius:8px}.cart-drawer__close:hover{background:var(--surface-hover)}.cart-drawer__close svg{width:16px;height:16px}.cart-drawer__empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;color:var(--foreground-secondary);padding:40px 20px}.cart-drawer__items{flex:1 1 auto;overflow-y:auto;padding:8px 12px}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:10px 8px;border-radius:10px}.cart-line:hover{background:var(--surface-hover)}.cart-line__media{width:64px;height:64px;border-radius:8px;background:var(--background-alt);overflow:hidden}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__title{display:block;font-size:13px;font-weight:600;color:var(--foreground);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-line__price{font-size:13px;color:var(--foreground-secondary);margin:4px 0 0}.cart-line__remove{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:var(--muted)}.cart-line__remove:hover{background:var(--surface);color:var(--danger)}.cart-line__remove svg{width:14px;height:14px}.cart-drawer__foot{padding:16px 20px 20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.cart-drawer__subtotal strong{font-size:18px;font-weight:800}.cart-drawer__foot .btn,.cart-drawer__foot form .btn{width:100%}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-drawer.css.map */
