.cart-page{padding-top:100px;background:#f9f9f9}.cart-banner{background:url(https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=1600&auto=format&fit=crop) 50%/cover;height:250px;position:relative}.banner-overlay{background:rgba(0,0,0,.8);width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.cart-banner h1{font-size:4rem;font-weight:900}.breadcrumbs{font-size:.9rem;letter-spacing:2px}.breadcrumbs span{color:var(--foodu-red)}.cart-empty{text-align:center;padding:8rem 2rem}.empty-icon{font-size:6rem;margin-bottom:2rem}.cart-empty h2{font-size:2.5rem;font-weight:900;margin-bottom:1rem}.cart-empty p{color:#777;font-size:1.1rem;margin-bottom:3rem}.btn-browse{background:var(--foodu-red);color:#fff;padding:1rem 3rem;border-radius:50px;font-weight:800;text-decoration:none;font-size:1.1rem;transition:transform .2s}.btn-browse:hover{transform:translateY(-3px)}.cart-content{max-width:1200px;margin:0 auto;padding:4rem 2rem 8rem}.order-type-toggle{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.type-btn{padding:1rem 2.5rem;border:2px solid #ddd;background:#fff;border-radius:50px;font-weight:800;font-size:1rem;cursor:pointer;transition:all .3s}.type-btn.active{background:var(--foodu-red);color:#fff;border-color:var(--foodu-red)}.cart-layout{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem}@media (max-width:900px){.cart-layout{grid-template-columns:1fr}}.cart-items h2{font-size:1.5rem;font-weight:900;margin-bottom:2rem}.cart-item-card{background:#fff;border-radius:15px;padding:2rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .2s}.cart-item-card:hover{transform:translateX(5px)}.cart-item-info h3{font-size:1.3rem;font-weight:800;margin-bottom:.3rem}.cart-item-info p{color:#777;font-size:.85rem;margin-bottom:.3rem}.item-unit-price{color:var(--foodu-red);font-weight:700;font-size:.9rem}.cart-item-actions{display:flex;align-items:center;gap:1.5rem}.qty-control{display:flex;align-items:center;border:1px solid #eee;border-radius:50px;overflow:hidden}.qty-control button{width:40px;height:40px;border:none;background:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:background .2s}.qty-control button:hover{background:#f0f0f0}.qty-control span{padding:0 1rem;font-weight:800;font-size:1.1rem}.item-total{font-size:1.2rem;font-weight:900;min-width:70px;text-align:right}.remove-btn{background:none;border:none;color:#ccc;font-size:1.2rem;cursor:pointer;transition:color .2s}.remove-btn:hover{color:var(--foodu-red)}.cart-summary{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,.08);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:120px}.cart-summary h2{font-size:1.5rem;font-weight:900;margin-bottom:2rem}.summary-type{background:#f8f8f8;padding:1rem;border-radius:10px;text-align:center;font-weight:700;margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid #f0f0f0;font-size:1rem}.total-row{border-bottom:none;border-top:2px solid #111;margin-top:1rem;padding-top:1.5rem;font-size:1.3rem;font-weight:900}.btn-checkout{display:block;text-align:center;background:var(--foodu-red);color:#fff;padding:1.2rem;border-radius:50px;font-weight:900;font-size:1.1rem;text-decoration:none;margin-top:2rem;transition:transform .2s}.btn-checkout:hover{transform:translateY(-3px)}.btn-continue{display:block;text-align:center;color:#777;font-size:.9rem;margin-top:1.5rem;text-decoration:none}.btn-continue:hover{color:var(--foodu-red)}