        .title-menu {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-top: 30px;
            text-decoration: underline;
        }
        
        .block-menu {
            background-color: #f7f7f7;
            /* padding: 30px; */
            border-radius: 10px;
            margin-top: 40px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        }
        
        .block-menu .food-category {
            font-size: 17px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            margin-top: 20px;
        }
        
        .block-menu .sub-title {
            font-size: 13px;
            font-weight: 400;
            text-align: center;
        }
        
        .block-menu .food-item {
            margin-top: 10px;
        }
        
        .block-menu .food-item .food-name {
            font-size: 14px;
            font-weight: 400;
            margin-left: 60px;
        }
        
        .btn-order-now {
            background-color: #004A7F;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border: none;
            color: #FFFFFF;
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            padding: 4px 12px;
            text-align: center;
            text-decoration: none;
        }
        
        @-webkit-keyframes glowing {
            0% {
                background-color: #004A7F;
                -webkit-box-shadow: 0 0 3px #004A7F;
            }
            50% {
                background-color: #0094FF;
                -webkit-box-shadow: 0 0 10px #0094FF;
            }
            100% {
                background-color: #004A7F;
                -webkit-box-shadow: 0 0 3px #004A7F;
            }
        }
        
        @-moz-keyframes glowing {
            0% {
                background-color: #004A7F;
                -moz-box-shadow: 0 0 3px #004A7F;
            }
            50% {
                background-color: #0094FF;
                -moz-box-shadow: 0 0 10px #0094FF;
            }
            100% {
                background-color: #004A7F;
                -moz-box-shadow: 0 0 3px #004A7F;
            }
        }
        
        @-o-keyframes glowing {
            0% {
                background-color: #004A7F;
                box-shadow: 0 0 3px #004A7F;
            }
            50% {
                background-color: #0094FF;
                box-shadow: 0 0 10px #0094FF;
            }
            100% {
                background-color: #004A7F;
                box-shadow: 0 0 3px #004A7F;
            }
        }
        
        @keyframes glowing {
            0% {
                background-color: #004A7F;
                box-shadow: 0 0 3px #004A7F;
            }
            50% {
                background-color: #0094FF;
                box-shadow: 0 0 10px #0094FF;
            }
            100% {
                background-color: #004A7F;
                box-shadow: 0 0 3px #004A7F;
            }
        }
        
        .btn-order-now {
            -webkit-animation: glowing 1500ms infinite;
            -moz-animation: glowing 1500ms infinite;
            -o-animation: glowing 1500ms infinite;
            animation: glowing 1500ms infinite;
        }
        
        .choose-food {
            padding: 30px;
            /* border: 1px solid #ced4da; */
            border-radius: 10px;
        }
        
        .choose-food .form-check {
            margin-top: 30px;
            font-size: 18px;
            font-weight: 600;
        }
        
        .choose-food .form-check-item {
            margin-top: 15px;
            font-size: 14px;
            margin-left: 40px;
        }
        
        .choose-food .food-item {
            margin-left: 20px;
        }
        
        .block-order {
            margin-top: 40px;
            padding-left: 30px;
            border: 2px solid #a298e1;
            border-radius: 10px;
            padding: 30px;
            margin-left: 30px;
        }
        
        .block-order .order {
            background-color: #f7f7f7;
            border-radius: 10px;
            padding: 20px;
            padding-right: 30px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            margin-top: 20px;
        }
        
        .block-order .order .user-name {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            text-align: center;
            text-decoration: underline;
        }
        
        .block-order .order .order-price {
            font-size: 16px;
            font-weight: 600;
            margin-top: 10px;
            text-align: end;
        }
        
        .block-order .order .order-food-category {
            font-size: 16px;
            font-weight: 600;
        }
        
        .block-order .order .order-delete {
            position: absolute;
            right: 10px;
            top: 8px;
            font-size: 18px;
        }
        
        .block-order .btn-checkout {
            background-color: #004A7F;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border: none;
            color: #FFFFFF;
            padding: 5px 12px;
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
        }
        
        .ck-food-item {
            width: 17px;
            height: 17px;
        }
        
        .form-check-label {
            margin-top: 3px;
            margin-left: 5px;
        }
        
        .select2-selection__rendered {
            font-size: 16px;
            font-weight: 400;
        }
        
        .text-total-order {
            font-size: 18px;
            font-weight: 600;
        }
        
        .text-history-order {
            font-size: 18px;
            font-weight: 500;
            text-align: end;
            margin-top: 10px;
            text-decoration: underline;
        }
        
        .visually-hidden {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }
        
        @media (max-width: 768px) {
            .block-menu .food-item .food-name {
                margin-left: 0;
            }
            .choose-food .form-check {
                padding-left: 0px;
            }
            .choose-food .food-item {
                margin-left: 10px;
            }
            .choose-food .form-check-item {
                margin-left: 0px;
                padding-left: 0px;
                margin-top: 10px;
            }
            .text-total-order {
                font-size: 15px;
                font-weight: 600;
                text-align: center;
            }
            .block-order {
                margin-left: 0px;
                padding: 20px;
            }
            .text-history-order {
                font-size: 14px;
                font-weight: 500;
                text-align: end;
                margin-top: 10px;
                text-decoration: underline;
            }
            .form-note {
                padding: 0px;
            }

            .form-check-label {
                margin-left: 0px;
            }
        }
        
        .glow-bg {
            background: linear-gradient(90deg, #e2ffe9, #caffd1, #e2ffe9);
            background-size: 300% 300%;
            animation: glowBackground 4s ease-in-out infinite;
            td {
                background: transparent;
            }
        }
        
        @keyframes glowBackground {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        
        .main-container {
            max-width: 100%;
            margin: 0 auto;
            /* margin-top: 30px; */
        }
        
        .hero {
            background: url('./images/background.jpg') no-repeat center bottom;
            background-size: cover;
            color: white;
            padding: 60px 30px;
            text-align: center;
            height: 350px;
        }
        
        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.6);
            /* màu đen với độ mờ 40% */
            z-index: 1;
            height: 350px;
        }
        
        .hero h1,
        .hero p {
            position: relative;
            z-index: 2;
        }
        
        .hero h1 {
            font-size: 40px;
            margin-bottom: 20px;
            margin-top: 30px;
        }
        
        .hero p {
            font-size: 16px;
            max-width: 600px;
            margin: auto;
        }

        .hero-cta {
            position: relative;
            z-index: 2;
            display: inline-block;
            margin-top: 20px;
            padding: 12px 28px;
            background: #E86F2C;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 4px 14px rgba(232, 111, 44, 0.4);
        }
        .hero-cta:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(232, 111, 44, 0.5);
        }
        .hero-cta i {
            margin-right: 6px;
        }

        .cards {
            display: flex;
            justify-content: space-between;
            gap: 0px;
        }
        
        .card {
            background: #fffef4;
            padding: 30px 20px;
            flex: 1;
            position: relative;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border-radius: 0px;
            border: 0px;
        }
        
        .card .icon {
            width: 166px;
            margin-top: 80px;
        }
        
        .card h2 {
            margin: 10px 0;
            color: #5c3b1a;
        }
        
        .card p {
            font-size: 15px;
            line-height: 1.6;
            padding: 0 20px;
        }
        
        .card .coming-soon {
            position: absolute;
            top: 20px;
            left: 20px;
            color: white;
            padding: 5px 10px;
            font-size: 12px;
        }
        
        .card .coming-soon img {
            width: 60px;
        }
        
        .card button {
            margin-top: 20px;
            background-color: #5c3b1a;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 15px;
            cursor: pointer;
            width: 100%;
        }
        
        .card button:hover {
            background-color: #3e2814;
        }

        .menu {
            position: absolute;
            justify-content: center;
            width: 100%;
            display: flex;
            margin-top: 20px;
        }
        
        .menu a {
            color: #ffffff;
            text-decoration: underline;
            font-size: 18px;
            margin-right: 20px;
            z-index: 2;
            font-weight: 600;
        }
        
        @media (min-width: 1440px) {
            .hero {
                height: 400px;
            }
            .hero::before {
                /* height: 430px; */
                height: 400px;
            }
            .hero h1 {
                margin-top: 50px;
            }
            .card .icon {
                width: 225px;
                margin-top: 80px;
                margin-bottom: 15px;
            }
            .hero p {
                font-size: 18px;
                max-width: 700px;
            }
            .card p {
                font-size: 17px;
                line-height: 1.6;
                padding: 0 30px;
                margin-top: 10px;
            }
            .card {
                padding: 45px 30px;
            }
        }
        
        @media (max-width: 720px) {
            .hero {
                height: 320px;
            }
            .hero::before {
                /* height: 350px; */
                height: 320px;
            }
            .cards {
                display: block;
            }
            .hero h1 {
                font-size: 26px;
                margin-top: 10px;
            }
            .card .icon {
                width: 188px;
                margin-top: 60px;
            }
            .hero p {
                font-size: 16px;
            }
            .card p {
                font-size: 17px;
                line-height: 1.6;
                padding: 0 30px;
                margin-top: 10px;
            }
            .card {
                padding: 45px 30px;
            }

            .menu a {
                font-size: 16px;
                margin-right: 10px;
            }

            .choose-food{
                padding: 15px 0px;
            }
        }
        
        .news-ticker {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            /* background: linear-gradient(to right, #ff0000, #cc0000); */
            background: #E86F2C;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            padding: 8px 0;
            z-index: 9999;
        }
        
        .ticker-wrap {
            display: inline-block;
            padding-left: 100%;
            animation: ticker 50s linear infinite;
        }
        
        .ticker span {
            display: inline-block;
            margin-right: 50px;
        }
        
        @keyframes ticker {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        
        .news-ticker1 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(to right, #ff0000, #cc0000);
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
            padding: 8px 0;
            z-index: 9999;
        }
        
        .ticker-wrap1 {
            display: inline-block;
            padding-left: 100%;
            animation: ticker 30s linear infinite;
        }
        
        .ticker1 span {
            display: inline-block;
            margin-right: 50px;
        }
        
        @keyframes ticker1 {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }

        .amount-discount {
            text-decoration: line-through;
            margin-left: 5px;
            font-size: 13px;
        }

/* =============================================
   ORDER PAGE - Scoped under .order-page
   ============================================= */

:root {
    --op-bg-page: #F8F7F4;
    --op-bg-card: #FFFFFF;
    --op-bg-category: #F3F0EB;
    --op-accent: #E86F2C;
    --op-accent-light: #FFF0E8;
    --op-accent-dark: #D4601F;
    --op-brown: #5C3B1A;
    --op-brown-dark: #4A2F14;
    --op-text: #1A1A1A;
    --op-text-secondary: #6B7280;
    --op-text-muted: #9CA3AF;
    --op-success: #16A34A;
    --op-success-light: #DCFCE7;
    --op-error: #DC2626;
    --op-border: #E5E7EB;
    --op-border-card: #F0EDE8;
    --op-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --op-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --op-radius-sm: 8px;
    --op-radius-md: 12px;
    --op-radius-lg: 16px;
}

body.order-page-body {
    background: var(--op-bg-page);
}

/* Header */
.order-page .order-header {
    background: var(--op-bg-card);
    border-bottom: 1px solid var(--op-border);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.order-page .order-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-page .order-header .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--op-brown);
    font-weight: 700;
    font-size: 20px;
}
.order-page .order-header .brand-icon {
    width: 36px;
    height: 36px;
    background: var(--op-accent);
    border-radius: var(--op-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.order-page .order-header .nav-links {
    display: flex;
    gap: 20px;
}
.order-page .order-header .nav-links a {
    color: var(--op-text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}
.order-page .order-header .nav-links a:hover {
    color: var(--op-accent);
}

/* Page container */
.order-page .order-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px 120px;
}
.order-page .page-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--op-brown);
    margin-bottom: 20px;
}
.order-page .page-title small {
    font-size: 14px;
    color: var(--op-text-muted);
    font-weight: 400;
    margin-left: 8px;
}

/* User Selection Card */
.order-page .user-select-card {
    background: var(--op-bg-card);
    border-radius: var(--op-radius-md);
    padding: 20px;
    box-shadow: var(--op-shadow-sm);
    margin-bottom: 20px;
    border: 1px solid var(--op-border-card);
}
.order-page .user-select-card .card-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--op-text);
    margin-bottom: 12px;
}
.order-page .pill-toggle {
    display: inline-flex;
    background: var(--op-bg-page);
    border-radius: 999px;
    padding: 3px;
    margin-bottom: 14px;
}
.order-page .pill-toggle input[type="radio"] {
    display: none;
}
.order-page .pill-toggle label {
    padding: 7px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: var(--op-text-secondary);
    transition: all 0.2s;
    margin: 0;
}
.order-page .pill-toggle input[type="radio"]:checked + label {
    background: var(--op-accent);
    color: #fff;
    box-shadow: 0 2px 6px rgba(232,111,44,0.3);
}
.order-page .user-select-card select,
.order-page .user-select-card input[type="text"] {
    border: 1px solid var(--op-border);
    border-radius: var(--op-radius-sm);
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
    background: var(--op-bg-card);
    transition: border-color 0.2s;
}
.order-page .user-select-card select:focus,
.order-page .user-select-card input[type="text"]:focus {
    outline: none;
    border-color: var(--op-accent);
    box-shadow: 0 0 0 3px rgba(232,111,44,0.1);
}
.order-page .new-user {
    margin-top: 10px;
}

/* Select2 overrides inside order-page */
.order-page .select2-container .select2-selection--single {
    border: 1px solid var(--op-border);
    border-radius: var(--op-radius-sm);
    height: 42px;
    padding: 5px 8px;
}
.order-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-size: 14px;
    color: var(--op-text);
}
.order-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

/* Food Category Section */
.order-page .food-section {
    background: var(--op-bg-card);
    border-radius: var(--op-radius-md);
    padding: 20px;
    box-shadow: var(--op-shadow-sm);
    margin-bottom: 16px;
    border: 1px solid var(--op-border-card);
}
.order-page .food-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--op-bg-category);
}
.order-page .food-section-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--op-brown);
}
.order-page .food-section-price {
    font-size: 13px;
    color: var(--op-accent);
    font-weight: 600;
    background: var(--op-accent-light);
    padding: 4px 12px;
    border-radius: 999px;
}
.order-page .food-type-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--op-text-muted);
    margin: 16px 0 8px;
    padding-left: 4px;
    grid-column: 1 / -1;
}
.order-page .food-type-label:first-child {
    margin-top: 0;
}

/* Food Item Cards */
.order-page .food-items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.order-page .food-items-grid.wide {
    grid-template-columns: repeat(3, 1fr);
}
.order-page .food-item-card {
    position: relative;
}
.order-page .food-item-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.order-page .food-item-card .food-card-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1.5px solid var(--op-border);
    border-radius: var(--op-radius-sm);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: var(--op-text);
    transition: all 0.2s;
    background: var(--op-bg-card);
    min-height: 44px;
    margin: 0;
    justify-content: space-between;
}
.order-page .food-item-card .food-name {
    flex: 1;
}
.order-page .food-item-card .food-card-label:hover {
    border-color: var(--op-accent);
    background: var(--op-accent-light);
}
.order-page .food-item-card input[type="checkbox"]:checked + .food-card-label {
    border-color: var(--op-accent);
    background: var(--op-accent-light);
    font-weight: 500;
}
.order-page .food-item-card .check-icon {
    width: 20px;
    height: 20px;
    border: 2px solid var(--op-border);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
    font-size: 11px;
    color: transparent;
}
.order-page .food-item-card input[type="checkbox"]:checked + .food-card-label .check-icon {
    background: var(--op-accent);
    border-color: var(--op-accent);
    color: #fff;
}
.order-page .food-item-card .recommended-badge {
    position: absolute;
    top: -9px;
    right: 8px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    letter-spacing: 0.4px;
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(239,68,68,0.35);
}
.order-page .food-item-card.is-recommended .food-card-label {
    border-color: #f59e0b;
}

/* Lucky button */
.order-page .page-title .btn-toggle-least {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 1.5px solid #f59e0b;
    border-radius: 20px;
    background: transparent;
    color: #f59e0b;
    cursor: pointer;
    vertical-align: middle;
    transition: background 0.18s, color 0.18s;
}
.order-page .page-title .btn-toggle-least:hover {
    background: #f59e0b;
    color: #fff;
}

/* Quantity control */
.order-page .food-qty-control {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.order-page .qty-btn {
    width: 28px;
    height: 28px;
    border: 1.5px solid var(--op-accent);
    border-radius: 6px;
    background: var(--op-accent-light);
    color: var(--op-accent);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.order-page .qty-btn:hover {
    background: var(--op-accent);
    color: #fff;
}
.order-page .food-item-qty {
    width: 46px;
    text-align: center;
    border: 1.5px solid var(--op-border);
    border-radius: 6px;
    padding: 3px 4px;
    font-size: 14px;
    font-weight: 600;
}
.order-page .food-item-qty::-webkit-inner-spin-button,
.order-page .food-item-qty::-webkit-outer-spin-button { -webkit-appearance: none; }

/* Note & Total */
.order-page .note-section {
    background: var(--op-bg-card);
    border-radius: var(--op-radius-md);
    padding: 16px 20px;
    box-shadow: var(--op-shadow-sm);
    margin-bottom: 16px;
    border: 1px solid var(--op-border-card);
}
.order-page .note-section .note-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--op-text);
    margin-bottom: 8px;
    display: block;
}
.order-page .note-section input[type="text"] {
    border: 1px solid var(--op-border);
    border-radius: var(--op-radius-sm);
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
}
.order-page .note-section input[type="text"]:focus {
    outline: none;
    border-color: var(--op-accent);
    box-shadow: 0 0 0 3px rgba(232,111,44,0.1);
}

.order-page .serving-total-bar {
    background: var(--op-bg-card);
    border-radius: var(--op-radius-md);
    padding: 16px 20px;
    box-shadow: var(--op-shadow-sm);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid var(--op-border-card);
}
.order-page .serving-total-bar .total-text {
    font-size: 16px;
    font-weight: 600;
}
.order-page .serving-total-bar .total-amount {
    color: var(--op-accent);
    font-size: 20px;
    font-weight: 700;
}
.order-page .btn-complete-serving {
    background: var(--op-accent);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: var(--op-radius-sm);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(232,111,44,0.3);
}
.order-page .btn-complete-serving:hover {
    background: var(--op-accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(232,111,44,0.4);
}

/* Cart Panel */
.order-page .cart-panel {
    position: sticky;
    top: 80px;
}
.order-page .cart-panel-header {
    font-size: 18px;
    font-weight: 700;
    color: var(--op-brown);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.order-page .cart-panel-header .badge-count {
    background: var(--op-accent);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 600;
}
.order-page .cart-wrapper {
    background: var(--op-bg-card);
    border-radius: var(--op-radius-lg);
    padding: 20px;
    box-shadow: var(--op-shadow-md);
    border: 1px solid var(--op-border-card);
}
.order-page .cart-empty {
    text-align: center;
    padding: 40px 20px;
    color: var(--op-text-muted);
    font-size: 14px;
}
.order-page .cart-empty i {
    font-size: 40px;
    margin-bottom: 12px;
    display: block;
    color: var(--op-border);
}

/* Cart Item */
.order-page .cart-item {
    background: var(--op-bg-page);
    border-radius: var(--op-radius-sm);
    padding: 14px 16px;
    margin-bottom: 10px;
    position: relative;
}
.order-page .cart-item:last-of-type {
    margin-bottom: 0;
}
.order-page .cart-item .cart-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.order-page .cart-item .cart-item-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--op-text);
}
.order-page .cart-item .order-delete {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--op-text-muted);
    cursor: pointer;
    transition: all 0.2s;
    position: static;
    font-size: 14px;
}
.order-page .cart-item .order-delete:hover {
    background: #FEE2E2;
    color: var(--op-error);
}
.order-page .cart-item .cart-item-foods {
    font-size: 13px;
    color: var(--op-text-secondary);
    line-height: 1.5;
}
.order-page .cart-item .cart-item-foods .order-food-category {
    font-weight: 600;
    color: var(--op-brown);
    font-size: 13px;
}
.order-page .cart-item .cart-item-note {
    font-size: 12px;
    color: var(--op-text-muted);
    font-style: italic;
    margin-top: 4px;
}
.order-page .cart-item .order-price {
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: var(--op-accent);
    margin-top: 8px;
}
.order-page .cart-item .order-price .amount-discount {
    text-decoration: line-through;
    color: var(--op-text-muted);
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px;
}

/* Coupon */
.order-page .cart-item .coupon-row {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.order-page .cart-item .coupon-row input {
    flex: 1;
    border: 1px solid var(--op-border);
    border-radius: var(--op-radius-sm);
    padding: 8px 12px;
    font-size: 13px;
    max-width: none;
}
.order-page .cart-item .coupon-row input:focus {
    outline: none;
    border-color: var(--op-accent);
}
.order-page .cart-item .coupon-row .btn-apply-coupon {
    background: var(--op-brown);
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: var(--op-radius-sm);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}
.order-page .cart-item .coupon-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding: 6px 10px;
    background: var(--op-success-light);
    border-radius: 6px;
    font-size: 13px;
}
.order-page .cart-item .coupon-applied b {
    color: var(--op-success);
}
.order-page .cart-item .remove-coupon {
    color: var(--op-text-muted);
    cursor: pointer;
}
.order-page .cart-item .remove-coupon:hover {
    color: var(--op-error);
}

/* Tip Section */
.order-page .tip-section {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--op-border);
}
.order-page .tip-section .tip-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--op-text);
}
.order-page .tip-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.order-page .tip-option {
    position: relative;
}
.order-page .tip-option .btn-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.order-page .tip-option .tip-label-btn {
    display: block;
    text-align: center;
    padding: 8px 4px;
    border: 1.5px solid var(--op-border);
    border-radius: var(--op-radius-sm);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: var(--op-text-secondary);
    transition: all 0.2s;
    margin: 0;
}
.order-page .tip-option .btn-check:checked + .tip-label-btn {
    border-color: var(--op-success);
    background: var(--op-success-light);
    color: var(--op-success);
    font-weight: 600;
}

/* Cart Total */
.order-page .cart-total {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 2px solid var(--op-brown);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-page .cart-total .cart-total-label {
    font-size: 16px;
    font-weight: 600;
}
.order-page .cart-total .total-order-amount {
    font-size: 22px;
    font-weight: 700;
    color: var(--op-accent);
}

/* Checkout Button */
.order-page .btn-checkout {
    width: 100%;
    background: var(--op-brown);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: var(--op-radius-sm);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 16px;
    transition: all 0.2s;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
}
.order-page .btn-checkout:hover {
    background: var(--op-brown-dark);
    transform: translateY(-1px);
    box-shadow: var(--op-shadow-md);
}
.order-page .btn-checkout.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.order-page .history-link {
    text-align: center;
    margin-top: 14px;
}
.order-page .history-link a {
    color: var(--op-accent);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.order-page .history-link a:hover {
    text-decoration: underline;
}

/* Mobile Sticky Bar */
.order-page .mobile-checkout-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--op-bg-card);
    border-top: 1px solid var(--op-border);
    padding: 12px 16px;
    z-index: 10000;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
}
.order-page .mobile-checkout-bar .bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}
.order-page .mobile-checkout-bar .bar-total {
    font-size: 14px;
    color: var(--op-text-secondary);
}
.order-page .mobile-checkout-bar .bar-total strong {
    display: block;
    font-size: 18px;
    color: var(--op-accent);
}
.order-page .mobile-checkout-bar .bar-btn {
    background: var(--op-brown);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: var(--op-radius-sm);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

/* News ticker override for order page */
.order-page .news-ticker {
    background: linear-gradient(to right, var(--op-accent), var(--op-accent-dark));
    font-size: 14px;
}

/* Responsive */
@media (max-width: 767.98px) {
    .order-page .order-content {
        padding: 16px 12px 180px;
    }
    .order-page .page-title {
        font-size: 18px;
    }
    .order-page .food-items-grid,
    .order-page .food-items-grid.wide {
        grid-template-columns: repeat(2, 1fr);
    }
    .order-page .cart-panel {
        position: static;
        margin-top: 24px;
    }
    .order-page .mobile-checkout-bar {
        display: block;
    }
    .order-page .btn-checkout {
        display: none;
    }
    .order-page .order-header .nav-links {
        gap: 12px;
    }
    .order-page .order-header .nav-links a {
        font-size: 13px;
    }
    .order-page .serving-total-bar {
        flex-wrap: wrap;
        gap: 12px;
    }
    .order-page .serving-total-bar .btn-complete-serving {
        width: 100%;
    }
    .order-page .food-item-card .food-card-label {
        padding: 8px 10px;
        font-size: 13px;
    }
}

@media (min-width: 1024px) {
    .order-page .food-items-grid.wide {
        grid-template-columns: repeat(3, 1fr);
    }
}