.cart-page{min-height:100vh;background:#fff;color:#0f172a;display:flex;flex-direction:column}.cart-header{border-bottom:1px solid #e2e8f0;background:#fff}.cart-header__inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;gap:12px}.cart-header__back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#0f172a;transition:background .15s,border-color .15s}.cart-header__back:hover{background:#f1f5f9;border-color:#cbd5e1}.cart-header__title{font-size:1.25rem;font-weight:700;margin:0}.cart-header__count{font-size:.85rem;color:#64748b;background:#f1f5f9;padding:4px 10px;border-radius:999px;font-weight:500}.cart-content{flex:1 1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center}.cart-empty__icon{margin-bottom:1.5rem;opacity:.6}.cart-empty__title{font-size:1.3rem;font-weight:700;margin:0 0 .5rem;color:#0f172a}.cart-empty__text{color:#64748b;font-size:.95rem;margin:0 0 1.5rem}.cart-empty__btn{display:inline-flex;align-items:center;padding:.75rem 1.75rem;border-radius:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;box-shadow:0 8px 20px rgba(239,68,68,.3);transition:transform .15s,box-shadow .15s}.cart-empty__btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(239,68,68,.4)}.cart-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:2rem;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:16px;border:1px solid #e2e8f0;background:#fff;transition:box-shadow .2s}.cart-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.06)}.cart-item__img{width:72px;height:72px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f1f5f9}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cart-item__info{flex:1 1;min-width:0}.cart-item__name{font-size:1rem;font-weight:600;margin:0 0 4px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cart-item__category{color:#64748b;background:#f1f5f9}.cart-item__category,.cart-item__plan{font-size:.78rem;padding:2px 8px;border-radius:999px}.cart-item__plan{color:#2563eb;background:rgba(37,99,235,.08);font-weight:500}.cart-item__price-col{text-align:right;flex-shrink:0}.cart-item__price-old{display:block;text-decoration:line-through;color:#94a3b8;font-size:.8rem}.cart-item__price{display:block;font-weight:700;font-size:1rem;color:#0f172a}.cart-item__delete{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid #fecdd3;background:#fff1f2;color:#ef4444;cursor:pointer;transition:background .15s,border-color .15s;flex-shrink:0}.cart-item__delete:hover{background:#fecdd3;border-color:#fca5a5}.cart-item__delete:disabled{opacity:.5;cursor:not-allowed}.cart-summary{position:-webkit-sticky;position:sticky;top:2rem;padding:1.75rem;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 30px rgba(0,0,0,.08)}.cart-summary__title{font-size:1.1rem;font-weight:700;margin:0 0 1.25rem;color:#0f172a}.cart-summary__rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;color:#475569}.cart-summary__row--discount span:last-child{color:#22c55e;font-weight:600}.cart-summary__divider{height:1px;background:#e2e8f0}.cart-summary__row--total{font-weight:700;font-size:1.05rem;color:#0f172a}.cart-summary__voucher{display:flex;gap:8px;margin-bottom:1.25rem}.cart-summary__voucher-input{flex:1 1;padding:.65rem .85rem;border-radius:10px;border:1px solid #e2e8f0;font-size:.85rem;background:#f8fafc;color:#0f172a;outline:none;transition:border-color .15s}.cart-summary__voucher-input:focus{border-color:#2563eb}.cart-summary__voucher-input:disabled{opacity:.5;cursor:not-allowed}.cart-summary__voucher-btn{padding:.65rem 1rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s;color:#0f172a}.cart-summary__voucher-btn:hover{background:#f1f5f9}.cart-summary__voucher-btn:disabled{opacity:.5;cursor:not-allowed}.cart-summary__checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.85rem;border-radius:14px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 8px 20px rgba(239,68,68,.3);transition:transform .15s,box-shadow .15s}.cart-summary__checkout-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(239,68,68,.4)}.cart-mobile-bar{display:none}@media (max-width:768px){.cart-grid{grid-template-columns:1fr}.cart-summary{display:none}.cart-mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 20px rgba(0,0,0,.08);align-items:center;justify-content:space-between;gap:1rem;z-index:100}.cart-mobile-bar__total{display:flex;flex-direction:column}.cart-mobile-bar__label{font-size:.75rem;color:#64748b;font-weight:500}.cart-mobile-bar__amount{font-size:1.1rem;font-weight:700;color:#0f172a}.cart-mobile-bar__btn{display:flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 8px 20px rgba(239,68,68,.3);white-space:nowrap}.cart-content{padding-bottom:6rem}.cart-item{flex-wrap:wrap;gap:.75rem;padding:1rem}.cart-item__img{width:56px;height:56px}.cart-item__info{flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 120px)}.cart-item__price-col{margin-left:auto}.cart-item__delete{width:32px;height:32px}}@media (max-width:480px){.cart-item__name,.cart-item__price{font-size:.9rem}}