.cart-drawer-overlay{z-index:9998;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.cart-drawer-overlay.cart-drawer-overlay--visible{opacity:1;visibility:visible}.cart-drawer{z-index:9999;background:#fff;flex-direction:column;width:420px;max-width:100vw;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #00000026}.cart-drawer.cart-drawer--open{transform:translate(0)}.cart-drawer__header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cart-drawer__title{color:#111;margin:0;font-size:18px;font-weight:700}.cart-drawer__title-count{color:#666;font-size:15px;font-weight:400}.cart-drawer__close{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.cart-drawer__close:hover{background:#e0e0e0}.cart-drawer__items{-webkit-overflow-scrolling:touch;flex:1;padding:12px 20px;overflow-y:auto}.cart-drawer__item{border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-img{object-fit:cover;background:#f8f8f8;border:1px solid #eee;border-radius:6px;flex-shrink:0;width:64px;height:64px}.cart-drawer__item-placeholder{background:#f5f5f5;border:1px solid #eee;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.cart-drawer__item-details{flex:1;min-width:0}.cart-drawer__item-name{color:#222;text-overflow:ellipsis;white-space:nowrap;max-width:220px;margin:0 0 4px;font-size:14px;font-weight:600;overflow:hidden}.cart-drawer__item-price{color:#e30613;margin:0 0 8px;font-size:14px;font-weight:700}.cart-drawer__item-qty{align-items:center;gap:0;display:flex}.cart-drawer__qty-btn{cursor:pointer;color:#333;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;font-weight:600;line-height:1;transition:background .15s,border-color .15s;display:flex}.cart-drawer__qty-btn:first-child{border-radius:4px 0 0 4px}.cart-drawer__qty-btn:last-child{border-radius:0 4px 4px 0}.cart-drawer__qty-btn:hover{background:#f5f5f5;border-color:#bbb}.cart-drawer__qty-value{text-align:center;color:#333;background:#fff;border:1px solid #ddd;border-left:none;border-right:none;width:36px;height:28px;font-size:13px;font-weight:600}.cart-drawer__item-remove{cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;transition:background .15s;display:flex}.cart-drawer__item-remove:hover{background:#fee}.cart-drawer__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px 20px;display:flex}.cart-drawer__empty-icon{opacity:.4;margin-bottom:16px}.cart-drawer__empty-text{color:#666;margin:0 0 4px;font-size:16px}.cart-drawer__empty-hint{color:#999;margin:0;font-size:13px}.cart-drawer__footer{background:#fafafa;border-top:1px solid #eee;flex-shrink:0;padding:16px 20px 20px}.cart-drawer__subtotal{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.cart-drawer__subtotal-label{color:#666;font-size:14px}.cart-drawer__subtotal-value{color:#111;font-size:18px;font-weight:700}.cart-drawer__tax-hint{color:#999;margin:0 0 14px;font-size:12px}.cart-drawer__checkout-btn{color:#fff;cursor:pointer;text-align:center;background:#e30613;border:none;border-radius:6px;width:100%;margin-bottom:8px;padding:14px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s;display:block}.cart-drawer__checkout-btn:hover{background:#c00510}.cart-drawer__continue-btn{color:#333;cursor:pointer;text-align:center;background:0 0;border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:8px;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:block}.cart-drawer__continue-btn:hover{background:#f5f5f5;border-color:#bbb}.cart-drawer__clear-link{text-align:center;color:#999;cursor:pointer;background:0 0;border:none;width:100%;padding:4px 0 0;font-size:13px;text-decoration:underline;transition:color .2s;display:block}.cart-drawer__clear-link:hover{color:#e30613}@media (max-width:480px){.cart-drawer{width:100vw}.cart-drawer__item-name{max-width:160px}}
