.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(3px);z-index:300}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,95vw);background:var(--bg-primary);border-left:1px solid var(--glass-border);box-shadow:-16px 0 48px rgba(0,0,0,.15);z-index:301;display:flex;flex-direction:column;overflow:hidden}@keyframes slide-in-right{from{transform:translateX(100%)}to{transform:translateX(0)}}.animate-slide-in-right{animation:slide-in-right .3s cubic-bezier(.4,0,.2,1)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;border-bottom:1px solid var(--glass-border);background:var(--bg-secondary);flex-shrink:0}.cart-drawer__title{display:flex;align-items:center;gap:.5rem}.cart-drawer__title .mat-icon{color:var(--primary);font-size:22px;width:22px;height:22px}.cart-drawer__title h2{margin:0;font-size:1.1rem;font-weight:700}.cart-drawer__count{font-size:.75rem}.cart-drawer__close{width:2rem;height:2rem;border-radius:var(--radius-md);padding:0}.cart-drawer__close .mat-icon{font-size:18px;width:18px;height:18px}.cart-drawer__items{flex:1;overflow-y:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.75rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;height:100%;text-align:center;color:var(--text-muted)}.cart-drawer__empty .mat-icon{font-size:3.5rem;width:3.5rem;height:3.5rem;opacity:.3}.cart-drawer__empty p{margin:0;font-size:.95rem;color:var(--text-muted)}.cart-item{display:flex;gap:.75rem;padding:.75rem;border-radius:var(--radius-xl);background:var(--bg-secondary);border:1px solid var(--glass-border);position:relative;transition:border-color .2s ease}.cart-item:hover{border-color:var(--primary)}.cart-item__img-link{flex-shrink:0;display:block}.cart-item__img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-lg);background:var(--bg-tertiary)}.cart-item__info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-item__name{font-size:.825rem;font-weight:600;color:var(--text-primary);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__name:hover{color:var(--primary)}.cart-item__pres{font-size:.7rem;color:var(--text-muted)}.cart-item__price-row{display:flex;align-items:baseline;gap:.5rem}.cart-item__price{font-size:.9rem;font-weight:700;color:var(--primary)}.cart-item__unit{font-size:.7rem;color:var(--text-muted)}.cart-item__qty{display:flex;align-items:center;gap:.375rem;margin-top:.125rem}.cart-item__qty-btn{width:1.625rem;height:1.625rem;border-radius:var(--radius-md);padding:0}.cart-item__qty-btn .mat-icon{font-size:14px;width:14px;height:14px}.cart-item__qty-btn:disabled{opacity:.3;cursor:not-allowed}.cart-item__qty-val{min-width:1.5rem;text-align:center;font-size:.875rem;font-weight:600;color:var(--text-primary)}.cart-item__remove{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .2s ease;padding:0}.cart-item__remove:hover{color:var(--secondary)}.cart-item__remove .mat-icon{font-size:16px;width:16px;height:16px}.cart-drawer__footer{padding:1rem 1.25rem;border-top:1px solid var(--glass-border);background:var(--bg-secondary);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.cart-drawer__total-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-secondary)}.cart-drawer__total{font-size:1.25rem;font-weight:800;color:var(--primary)}