/**
 * Order menu + cart: scoped to .checkout-page-root + checkout-external-* so the live menu grid
 * matches each portal style. Bootstrap defaults are overridden with higher specificity.
 */

/* ——— Shared: loosen fixed viewport height for small screens ——— */
.checkout-page-root .row.h-100 {
    min-height: 0;
}
@media (max-width: 767.98px) {
    .checkout-page-root [style*="height: calc(100vh"] {
        height: auto !important;
        min-height: 50vh;
    }
}

/* ═══ Ordering: warm off-white, Toast-like orange, crisp cards ═══ */
.checkout-ordering.checkout-page-root {
    --op-brand: #e65c00;
    --op-brand-dk: #c2410c;
    --op-canvas: #f5f2eb;
    --op-card: #ffffff;
    --op-ink: #1a1a1a;
    background: var(--op-canvas) !important;
    color: var(--op-ink);
    font-family: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
}
.checkout-ordering .order-categories-nav {
    background: #fff !important;
    border: 1px solid #e5e2dc !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
    flex-wrap: wrap !important;
    gap: 0.35rem;
}
.checkout-ordering .order-categories-nav .category-nav-item.btn {
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    padding: 0.35rem 0.9rem !important;
    border: 1px solid #e5e2dc !important;
}
.checkout-ordering .order-categories-nav .category-nav-item.btn-primary {
    background: var(--op-brand) !important;
    border-color: var(--op-brand) !important;
    color: #fff !important;
}
.checkout-ordering .order-categories-nav .category-nav-item.btn-outline-primary {
    color: #333 !important;
    background: #faf9f6 !important;
    border-color: #ddd !important;
}
.checkout-ordering .order-categories-nav .category-nav-item.btn-outline-primary:hover,
.checkout-ordering .order-categories-nav .category-nav-item.active {
    background: #fff3e6 !important;
    border-color: var(--op-brand) !important;
    color: var(--op-brand-dk) !important;
}
.checkout-ordering #searchBox {
    border-radius: 10px !important;
    border: 1px solid #d4d0c8 !important;
    padding: 0.6rem 1rem !important;
    font-size: 0.95rem !important;
}
.checkout-ordering .item-card .card {
    border-radius: 10px !important;
    border: 1px solid #e8e4dc !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    overflow: hidden;
}
.checkout-ordering .item-card .card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1) !important;
}
.checkout-ordering .item-card .card-text span,
.checkout-ordering .item-card p span {
    color: var(--op-brand) !important;
}
.checkout-ordering .col-md-3.border-start {
    background: #fff !important;
    border-color: #e5e2dc !important;
    border-radius: 12px 0 0 12px;
}
.checkout-ordering #placeOrderBtn,
.checkout-ordering .btn-primary,
.checkout-ordering #addToOrderBtn {
    background: var(--op-brand) !important;
    border-color: var(--op-brand) !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    padding: 0.65rem 1rem !important;
}
.checkout-ordering .modal-content {
    border-radius: 12px !important;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.checkout-ordering .category-separator-content h5 {
    font-weight: 800 !important;
    letter-spacing: -0.02em;
}
.checkout-ordering .card-img-top.bg-light {
    background: #f7f4ee !important;
}

.checkout-ordering .category-separator-content {
    background: #ebe9e3 !important;
    background: color-mix(in srgb, var(--op-canvas) 88%, var(--op-ink) 12%) !important;
    border: 1px solid #e8e4dc !important;
    border-left: 4px solid var(--op-brand) !important;
    border-radius: 12px;
    padding: 0.9rem 1rem 0.75rem;
    margin-top: 0.35rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.checkout-ordering .category-separator-content h5 {
    color: var(--op-ink) !important;
}

/* ═══ Place Order: Snack / app: black–white, green CTA, pill nav ═══ */
.checkout-place-order.checkout-page-root {
    --op2-brand: #16a34a;
    --op2-ink: #0a0a0a;
    --op2-canvas: #e5e5e5;
    background: var(--op2-canvas) !important;
    color: var(--op2-ink);
    font-weight: 500;
}
.checkout-place-order .order-categories-nav {
    background: #fff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    padding: 0.5rem !important;
    gap: 0.25rem;
    flex-wrap: wrap !important;
}
.checkout-place-order .order-categories-nav .category-nav-item.btn {
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 0.78rem !important;
    border: none !important;
}
.checkout-place-order .order-categories-nav .category-nav-item.btn-primary {
    background: var(--op2-brand) !important;
    color: #fff !important;
}
.checkout-place-order .order-categories-nav .category-nav-item.btn-outline-primary {
    background: #f4f4f5 !important;
    color: #18181b !important;
    border: 1px solid #e4e4e7 !important;
}
.checkout-place-order .order-categories-nav .category-nav-item.btn-outline-primary:hover {
    background: #e4e4e7 !important;
}
.checkout-place-order #searchBox {
    border-radius: 12px !important;
    border: 2px solid #18181b !important;
    background: #fff;
}
.checkout-place-order .item-card .card {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.checkout-place-order .category-separator-content {
    background: #ececec !important;
    background: color-mix(in srgb, #fafafa 90%, var(--op2-ink) 10%) !important;
    border: 1px solid #e4e4e7 !important;
    border-left: 4px solid var(--op2-brand) !important;
    border-radius: 16px;
    padding: 0.9rem 1rem 0.75rem;
    margin-top: 0.35rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.checkout-place-order .category-separator-content h5 {
    color: var(--op2-ink) !important;
}

/* Order menu: item/coupon cards ~30% narrower (70% of col-6 / col-sm-4 / col-md-3 width) */
.checkout-place-order #itemsContainer.row > .item-card,
.checkout-place-order #itemsContainer.row > .coupon-card {
    flex: 0 0 auto !important;
    width: 35% !important;
    max-width: 35% !important;
}
@media (min-width: 576px) {
    .checkout-place-order #itemsContainer.row > .item-card,
    .checkout-place-order #itemsContainer.row > .coupon-card {
        width: 23.333333% !important;
        max-width: 23.333333% !important;
    }
}
@media (min-width: 768px) {
    .checkout-place-order #itemsContainer.row > .item-card,
    .checkout-place-order #itemsContainer.row > .coupon-card {
        width: 17.5% !important;
        max-width: 17.5% !important;
    }
}

/* Image slot matches narrower cards (70% of 150px) */
.checkout-place-order .item-card .card-img-top,
.checkout-place-order .coupon-card .card-img-top {
    height: 105px !important;
    min-height: 105px !important;
}

/* +40% vs prior card rem sizes (0.9→1.26, 0.75→1.05, 0.85→1.19) */
.checkout-place-order .item-card .card .card-title,
.checkout-place-order .coupon-card .card .card-title {
    font-size: 1.26rem !important;
}
.checkout-place-order .item-card .card-body > p.card-text.mb-0:not(.mt-2),
.checkout-place-order .coupon-card .card-body > p.card-text.mb-0:not(.mt-2) {
    font-size: 1.05rem !important;
}
.checkout-place-order .item-card .card-body > p.card-text.mt-2 > div,
.checkout-place-order .coupon-card .card-body > p.card-text.mt-2 > div {
    font-size: 1.19rem !important;
}
.checkout-place-order .item-card .card-img-top .text-muted,
.checkout-place-order .coupon-card .card-img-top .text-muted {
    font-size: 1.05rem !important;
}

.checkout-place-order .item-card .card-text span,
.checkout-place-order .item-card p span {
    color: var(--op2-brand) !important;
}
.checkout-place-order .col-md-3.border-start {
    background: #fff !important;
    border-color: #d4d4d8 !important;
}
.checkout-place-order #placeOrderBtn,
.checkout-place-order .btn-primary,
.checkout-place-order #addToOrderBtn {
    background: var(--op2-brand) !important;
    border-color: #15803d !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    letter-spacing: 0.02em;
}
.checkout-place-order .btn-outline-primary,
.checkout-place-order .modal-body .btn-outline-primary {
    border-color: #18181b !important;
    color: #18181b !important;
    border-radius: 10px !important;
    font-weight: 600;
}

/* Hover / focus cart flyout (Place Order + Online Ordering — no fixed sidebar) */
.checkout-place-order .order-simple2-cart-anchor,
.checkout-online-ordering .order-simple2-cart-anchor {
    position: relative;
    z-index: 40;
}
.checkout-place-order .order-simple2-cart-trigger,
.checkout-online-ordering .order-simple2-cart-trigger {
    border-radius: 12px;
    min-width: 2.75rem;
    min-height: 2.75rem;
}
.checkout-place-order .order-simple2-cart-trigger:hover,
.checkout-place-order .order-simple2-cart-trigger:focus-visible,
.checkout-online-ordering .order-simple2-cart-trigger:hover,
.checkout-online-ordering .order-simple2-cart-trigger:focus-visible {
    background: rgba(0, 0, 0, 0.06) !important;
    outline: none;
}
.checkout-place-order .order-simple2-cart-panel,
.checkout-online-ordering .order-simple2-cart-panel {
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    top: calc(100% + 2px);
    box-sizing: border-box;
    width: max-content;
    max-width: min(22rem, calc(100vw - 1.5rem));
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 14px;
    padding: 0.65rem 0.85rem;
    z-index: 1060;
}
.checkout-place-order .order-simple2-cart-anchor:hover .order-simple2-cart-panel,
.checkout-place-order .order-simple2-cart-anchor:focus-within .order-simple2-cart-panel,
.checkout-online-ordering .order-simple2-cart-anchor:hover .order-simple2-cart-panel,
.checkout-online-ordering .order-simple2-cart-anchor:focus-within .order-simple2-cart-panel {
    display: block;
}
.checkout-place-order .order-simple2-cart-items#orderItemsList,
.checkout-online-ordering .order-simple2-cart-items#orderItemsList {
    min-height: 0;
    max-height: min(40vh, 15rem);
    overflow-y: auto;
    background: #fafafa;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 0.4rem 0.5rem;
}
.checkout-place-order .order-simple2-cart-badge,
.checkout-online-ordering .order-simple2-cart-badge {
    font-size: 0.65rem;
    padding: 0.25em 0.45em;
}

/* Item thumbnail: + opens 2× overlay on same image area (Simple2 + Fancy order menu) */
.checkout-place-order .order-simple2-item-img-cell .order-simple2-item-thumb-img,
.checkout-online-ordering .order-simple2-item-img-cell .order-simple2-item-thumb-img {
    position: relative;
    z-index: 0;
}
.checkout-place-order .order-simple2-item-zoom-btn,
.checkout-online-ordering .order-simple2-item-zoom-btn {
    position: absolute;
    left: 6px;
    bottom: 6px;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    padding: 0;
    line-height: 1;
    font-size: 1.61rem;
    font-weight: 600;
    border: 1px solid #e4e4e7;
    color: #18181b;
}
.checkout-place-order .order-simple2-item-zoom-btn:hover,
.checkout-online-ordering .order-simple2-item-zoom-btn:hover {
    background: #fff !important;
    border-color: #18181b;
}
.checkout-place-order .order-simple2-item-zoom-overlay,
.checkout-online-ordering .order-simple2-item-zoom-overlay {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 4;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.35rem;
    box-sizing: border-box;
}
.checkout-place-order .order-simple2-item-img-cell.order-simple2-item-zoom-is-open,
.checkout-online-ordering .order-simple2-item-img-cell.order-simple2-item-zoom-is-open {
    overflow: visible;
    z-index: 35;
}
.checkout-place-order .order-simple2-item-img-cell.order-simple2-item-zoom-is-open .order-simple2-item-zoom-overlay,
.checkout-online-ordering .order-simple2-item-img-cell.order-simple2-item-zoom-is-open .order-simple2-item-zoom-overlay {
    display: flex;
}
/* 105px slot → up to 210px (100% larger) */
.checkout-place-order .order-simple2-item-zoom-img,
.checkout-online-ordering .order-simple2-item-zoom-img {
    max-width: min(210px, calc(100vw - 2rem));
    max-height: 210px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ═══ Customer Order: full-width listing + dense multi-column grid + sticky cart ═══ */
.checkout-customer-order.checkout-page-root {
    --op5-cta: #b45309;
    --op5-canvas: #fffbeb;
    --op5-grid-min: 152px;
    background: var(--op5-canvas) !important;
    color: #1c1917;
}

.checkout-customer-order > .container-fluid {
    max-width: none !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Use remaining viewport under chrome (utility + store header) */
.checkout-customer-order [style*="height: calc(100vh"] {
    flex: 1 1 auto !important;
    min-height: min(70dvh, calc(100dvh - 220px)) !important;
    height: auto !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
}

.checkout-customer-order .row.h-100 {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

@media (min-width: 992px) {
    .checkout-customer-order .row.h-100 {
        flex-wrap: nowrap !important;
    }
}

.checkout-customer-order .col-md-9 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
}

@media (min-width: 992px) {
    .checkout-customer-order .col-md-9 {
        flex: 1 1 0% !important;
    }
}

.checkout-customer-order .col-md-3.border-start {
    background: #fffef8 !important;
    border-color: #e7e5e4 !important;
    box-shadow: -6px 0 18px rgba(28, 25, 23, 0.06);
}

@media (min-width: 992px) {
    .checkout-customer-order .col-md-3.border-start {
        flex: 0 0 clamp(260px, 26vw, 360px) !important;
        max-width: clamp(260px, 26vw, 360px) !important;
        width: clamp(260px, 26vw, 360px) !important;
        position: sticky !important;
        top: 0.5rem;
        align-self: flex-start !important;
        max-height: calc(100dvh - 200px);
        overflow-y: auto !important;
    }
}

/* Category bar: --mb5-client-color / --mb5-nav-fg-on-accent are set on body in _CustomerCustomerOrderLayout (Client.BackgroundColor). */
.checkout-customer-order .order-categories-nav {
    background: #fffef8 !important;
    border: 1px solid color-mix(in srgb, var(--mb5-client-color, #b45309) 32%, #fde68a) !important;
    border-radius: 10px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--mb5-client-color, #b45309) 12%, rgba(0, 0, 0, 0.06));
    padding: 0.9rem 1rem !important;
    gap: 0.55rem 0.75rem !important;
}

.checkout-customer-order .order-categories-nav .category-nav-item.btn,
.checkout-customer-order .order-categories-nav .category-nav-item.btn-sm {
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: clamp(0.75rem, 0.7rem + 0.3vw, 0.9rem) !important;
    line-height: 1.2 !important;
    border-radius: 8px !important;
    padding: 0.5rem 0.9rem !important;
    min-height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

/* Inactive: neutral (overrides Bootstrap btn-primary on “All” after switching) */
.checkout-customer-order #categoryList .category-nav-item:not(.active) {
    background: #ffffff !important;
    color: #44403c !important;
    border: 1px solid #d6d3d1 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.checkout-customer-order #categoryList .category-nav-item:not(.active):hover {
    background: color-mix(in srgb, var(--mb5-client-color, #b45309) 30%, #ffffff) !important;
    border-color: var(--mb5-client-color, #b45309) !important;
    color: #1c1917 !important;
    box-shadow: 0 2px 10px color-mix(in srgb, var(--mb5-client-color, #b45309) 25%, transparent) !important;
    transform: translateY(-1px);
}

.checkout-customer-order #categoryList .category-nav-item.active {
    background: var(--mb5-client-color, #b45309) !important;
    border-color: var(--mb5-client-color, #b45309) !important;
    color: var(--mb5-nav-fg-on-accent, #1c1917) !important;
    background-image: none !important;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--mb5-client-color, #b45309) 40%, rgba(0, 0, 0, 0.15)) !important;
    transform: none;
}

.checkout-customer-order #categoryList .category-nav-item.active:hover {
    filter: brightness(0.98);
    color: var(--mb5-nav-fg-on-accent, #1c1917) !important;
}

.checkout-customer-order #categoryList .category-nav-item:focus-visible {
    outline: 2px solid var(--mb5-client-color, #b45309);
    outline-offset: 2px;
}

/* Dense product grid (multi-column auto-fill, like long menu listing sites) */
.checkout-customer-order #itemsContainer.row {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(var(--op5-grid-min), 1fr));
    gap: 0.9rem 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

@media (min-width: 1400px) {
    .checkout-customer-order #itemsContainer.row {
        --op5-grid-min: 168px;
    }
}

@media (max-width: 575.98px) {
    .checkout-customer-order #itemsContainer.row {
        --op5-grid-min: 140px;
        gap: 0.65rem 0.75rem;
    }
}

.checkout-customer-order #itemsContainer > .category-separator {
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0.35rem !important;
}

.checkout-customer-order #itemsContainer > .item-card,
.checkout-customer-order #itemsContainer > .coupon-card {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.checkout-customer-order #itemsContainer .item-card .card,
.checkout-customer-order #itemsContainer .coupon-card .card {
    border: 1px solid #e7e5e4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 1px 3px rgba(28, 25, 23, 0.06) !important;
    min-height: 100%;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.checkout-customer-order #itemsContainer .item-card .card:hover,
.checkout-customer-order #itemsContainer .coupon-card .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(180, 83, 9, 0.12) !important;
}

.checkout-customer-order .item-card .card-text span,
.checkout-customer-order .item-card p span {
    color: var(--op5-cta) !important;
    font-weight: 700;
}

.checkout-customer-order .category-separator {
    background: transparent !important;
    border-left: none !important;
}

.checkout-customer-order .category-separator-content {
    padding: 0.65rem 0.85rem;
    background: linear-gradient(90deg, #ffedd5 0%, #fef3c7 55%, rgba(255, 251, 235, 0.65) 100%);
    border-radius: 6px;
    border: 1px solid #fde68a;
    border-left: 4px solid #b45309;
}

.checkout-customer-order .category-separator-content h5 {
    font-weight: 900 !important;
    letter-spacing: -0.02em;
    font-size: 1.1rem !important;
}

.checkout-customer-order #placeOrderBtn,
.checkout-customer-order .btn-primary,
.checkout-customer-order #addToOrderBtn {
    background: var(--op5-cta) !important;
    border-color: #92400e !important;
    font-weight: 900;
    border-radius: 6px;
}

.checkout-customer-order #searchBox {
    border: 1px solid #d6d3d1;
    border-radius: 6px;
    max-width: 28rem;
}

.checkout-customer-order .col-md-9.p-4 {
    padding-left: clamp(0.75rem, 2vw, 1.25rem) !important;
    padding-right: clamp(0.75rem, 2vw, 1.25rem) !important;
}

/* ═══ Online Ordering: menu canvas = Client.BackgroundColor (--hh-client-menu-bg on layout body) ═══ */
.checkout-online-ordering.checkout-page-root {
    --opf-rust: #9a3412;
    --opf-ink: #0f172a;
    background: var(--hh-client-menu-bg, #f1f5f9) !important;
    color: var(--opf-ink);
    font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
}
.checkout-online-ordering .order-simple2-cart-panel {
    border-color: rgba(15, 23, 42, 0.14);
}
.checkout-online-ordering .order-simple2-cart-items#orderItemsList {
    background: var(--hh-client-menu-bg, #f1f5f9) !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
}
.checkout-online-ordering .order-categories-nav {
    background: var(--hh-client-menu-bg, #f1f5f9) !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    border-radius: 1rem !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

/* Fancy Online Ordering: category rail matches “The menu.” hero + #itemsContainer strip (not client slate alone). */
body.hh-fancy-body .checkout-online-ordering .order-categories-nav {
    background: var(--hh-fancy-hero-bg) !important;
    border: 1px solid rgba(180, 83, 9, 0.14) !important;
    border-radius: 1.25rem !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Item grid: same fill as .hh-fancy-hero in the hero .container-lg.pt-2 strip (Online Ordering + hh-fancy layout). */
body.hh-fancy-body .checkout-online-ordering.checkout-page-root #itemsContainer.row.g-3 {
    background: var(--hh-fancy-hero-bg) !important;
    border: 1px solid rgba(180, 83, 9, 0.14);
    border-radius: 1.25rem;
}
.checkout-online-ordering .order-categories-nav .category-nav-item.btn {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    border-radius: 999px;
}
.checkout-online-ordering .order-categories-nav .category-nav-item.btn-primary {
    background: linear-gradient(135deg, #b45309, #d97706) !important;
    border: none !important;
    color: #fff;
}
.checkout-online-ordering .order-categories-nav .category-nav-item.btn-outline-primary {
    border-color: #d6d3d1 !important;
    color: #0f172a !important;
}
.checkout-page-root.checkout-online-ordering .category-separator-content {
    /* Slightly darker than surrounding hero / client canvas (same hue family). */
    background:
        linear-gradient(rgba(15, 23, 42, 0.065), rgba(15, 23, 42, 0.065)),
        var(--hh-fancy-hero-bg, linear-gradient(135deg, #fffbeb 0%, #fef3c7 42%, #ffffff 100%)) !important;
    border: 1px solid rgba(180, 83, 9, 0.2) !important;
    border-left: 4px solid rgba(180, 83, 9, 0.38) !important;
    border-radius: 1rem;
    padding: 0.9rem 1rem 0.75rem;
    margin-top: 0.35rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.checkout-online-ordering .category-separator-content h5 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 1.35rem !important;
    font-weight: 700;
    color: #0f172a;
}
.checkout-online-ordering .item-card .card-img-top.bg-light,
.checkout-online-ordering .coupon-card .card-img-top.bg-light {
    background: var(--hh-client-menu-bg, #f1f5f9) !important;
}
.checkout-online-ordering .item-card .card,
.checkout-online-ordering .coupon-card .card {
    border-radius: 1rem;
    border: 1px solid #e7e5e4;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    background: #fff !important;
}
.checkout-online-ordering .item-card .card-text span,
.checkout-online-ordering .item-card p span {
    color: var(--opf-rust) !important;
    font-weight: 600;
}
.checkout-online-ordering .col-md-3.border-start {
    background: var(--hh-client-menu-bg, #f1f5f9) !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.05);
    border-radius: 1rem 0 0 0;
}
.checkout-online-ordering h5,
.checkout-online-ordering .modal-title {
    font-family: "Playfair Display", Georgia, serif;
}
.checkout-online-ordering #placeOrderBtn,
.checkout-online-ordering .btn-primary,
.checkout-online-ordering #addToOrderBtn {
    background: linear-gradient(135deg, #d97706, #fbbf24) !important;
    border: none !important;
    color: #1c1917 !important;
    font-weight: 700;
    border-radius: 999px;
}
.checkout-online-ordering #searchBox {
    border-radius: 999px;
    border: 1px solid #e5e2dc;
}
