.cart-page{min-height:70vh;padding:28px 0 40px;background:#f8fafc}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:120px 0;color:#5a6e85;font-weight:600}.spinner{width:36px;height:36px;border:3px solid #E5EAF0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-box{max-width:420px;margin:50px auto;text-align:center;background:#fff;border-radius:24px;padding:44px 28px;box-shadow:0 4px 20px #0f172a0f}.status-icon-badge{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#fff0ea,#ffe3d5);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.status-icon-badge i{font-size:1.7rem;color:#ff6b35}.status-box h2{font-size:1.15rem;font-weight:700;color:#1b2a4a;margin-bottom:8px}.status-box p{color:#5a6e85;font-size:.88rem;margin-bottom:20px}.primary-link-btn{display:inline-flex;align-items:center;gap:8px;background:#ff6b35;color:#fff;text-decoration:none;padding:12px 26px;border-radius:40px;font-weight:700;font-size:.88rem;box-shadow:0 8px 18px #ff6b3547;transition:all .2s ease}.primary-link-btn:hover{background:#e85a28;transform:translateY(-1px)}.cart-title{font-size:1.35rem;font-weight:800;color:#1b2a4a;display:flex;align-items:center;gap:10px;margin-bottom:20px;max-width:640px;margin-left:auto;margin-right:auto}.cart-title i{color:#ff6b35}#shopGroupsContainer{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.shop-group{background:#fff;border-radius:20px;padding:16px;box-shadow:0 4px 16px #0f172a0d;border:1px solid #F0F3F8}.shop-group-header{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:700;color:#1b2a4a;margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #E5EAF0}.shop-group-header .shop-icon-badge{width:28px;height:28px;border-radius:9px;background:#fff0ea;color:#ff6b35;display:flex;align-items:center;justify-content:center;font-size:.78rem;flex-shrink:0}.cart-item-row{display:flex;align-items:center;gap:12px;padding:12px 0}.cart-item-row+.cart-item-row{border-top:1px solid #F5F7FA}.cart-item-photo{width:58px;height:58px;border-radius:14px;object-fit:cover;background:#f4f7fc;flex-shrink:0}.cart-item-icon{width:58px;height:58px;border-radius:14px;background:#fff0ea;color:#ff6b35;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:.87rem;font-weight:700;color:#1b2a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px}.cart-item-price{font-size:.8rem;color:#ff6b35;font-weight:700}.qty-controls{display:flex;align-items:center;gap:2px;flex-shrink:0;background:#f4f7fc;border-radius:30px;padding:3px}.qty-btn{width:28px;height:28px;border-radius:50%;background:#fff;color:#1b2a4a;border:none;font-size:.72rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0f172a1f;transition:all .15s ease}.qty-btn:active{transform:scale(.9)}.qty-value{font-size:.85rem;font-weight:700;color:#1b2a4a;min-width:24px;text-align:center}.remove-btn{background:#fff0ea;border:none;color:#d14343;font-size:.78rem;cursor:pointer;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:4px;transition:all .15s ease}.remove-btn:hover{background:#d14343;color:#fff}.shop-subtotal{display:flex;justify-content:space-between;font-size:.84rem;font-weight:700;color:#1b2a4a;margin-top:10px;padding-top:12px;border-top:1px dashed #E5EAF0}#cartFooterSpacer{height:152px}.cart-footer{position:fixed;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -6px 24px #0f172a14;padding:12px 0;z-index:999;border-top:1px solid #F0F3F8}.cart-footer-inner{max-width:640px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.grand-total-block{display:flex;flex-direction:column;gap:1px}.grand-total-label{font-size:.72rem;color:#8fa0bc;font-weight:600}.grand-total-value{font-size:1.2rem;font-weight:800;color:#1b2a4a}.checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#ff6b35;color:#fff;border:none;padding:15px 30px;border-radius:40px;font-weight:700;font-size:.92rem;cursor:pointer;box-shadow:0 10px 22px #ff6b3552;transition:all .2s ease;flex-shrink:0}.checkout-btn:hover{background:#e85a28;transform:translateY(-1px)}@media(max-width:480px){.cart-item-photo,.cart-item-icon{width:50px;height:50px}.checkout-btn{padding:13px 22px;font-size:.86rem}}
