.cart-drawer-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9000;opacity:0;visibility:hidden;background:#0e151166;position:fixed;inset:0}.cart-drawer{background:var(--bone-50);z-index:9001;border-left:1px solid var(--bone-200);flex-direction:column;width:100%;max-width:440px;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.cart-drawer-header{border-bottom:1px solid var(--bone-200);justify-content:space-between;align-items:center;padding:32px;display:flex}.cart-drawer-header h2{font-family:var(--font-display);color:var(--green-900);align-items:center;gap:12px;margin:0;font-size:32px;font-weight:400;display:flex}.cart-drawer-count{font-family:var(--font-mono);background:var(--green-900);color:var(--bone-100);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.cart-drawer-close{cursor:pointer;color:var(--ink-400);transition:color .2s var(--ease), transform .2s var(--ease);background:0 0;border:none}.cart-drawer-close:hover{color:var(--green-900);transform:scale(1.1)rotate(90deg)}.cart-drawer-body{flex:1;padding:32px;overflow-y:auto}.cart-drawer-empty{text-align:center;height:100%;color:var(--ink-500);flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.cart-drawer-items{flex-direction:column;gap:24px;display:flex}.cart-drawer-item{border-bottom:1px solid var(--bone-200);grid-template-columns:64px 1fr auto;gap:16px;padding-bottom:24px;display:grid}.item-image{background:var(--bone-200);border-radius:var(--r-sm);flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.item-info{flex-direction:column;gap:8px;display:flex}.item-title{color:var(--green-900);font-weight:500;line-height:1.4}.item-price{font-family:var(--font-sans);color:var(--wood-600);font-size:14px;font-weight:600}.item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.qty-controls{background:var(--bone-200);border-radius:var(--r-sm);align-items:center;gap:12px;padding:4px 8px;display:flex}.qty-controls button{cursor:pointer;color:var(--ink-600);background:0 0;border:none;font-size:16px}.qty-controls span{font-family:var(--font-mono);text-align:center;min-width:1ch;font-size:12px}.remove-btn{color:var(--ink-400);cursor:pointer;background:0 0;border:none;margin-top:12px;transition:color .2s}.remove-btn:hover{color:var(--error)}.cart-drawer-footer{border-top:1px solid var(--bone-200);background:var(--bone-100);padding:32px}.cart-drawer-total{font-family:var(--font-sans);color:var(--green-900);justify-content:space-between;align-items:center;margin-bottom:24px;font-size:28px;font-weight:600;display:flex}@media (max-width:480px){.cart-drawer-header{padding:24px 20px}.cart-drawer-header h2{font-size:26px}.cart-drawer-body,.cart-drawer-footer{padding:24px 20px}.cart-drawer-total{font-size:24px}}
