.base-button {
    padding: 0.75rem 2rem;
}

.base-text {
    font-size: 1rem;
}

.base-card-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bootbox.modal {
    z-index: 9999 !important;
}

.menu-tabs {
    margin-top: 4.75rem !important;
}

.menu-tabs-loading {
    margin-top: 4.85rem !important;
}
.h-100vh {
    height: 100vh !important;
}

#merchantReceipt pre {
    background: #ebeef4;
}

.btn-save {
    position: fixed;
    bottom: 5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #028824;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1030;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.875rem;
    cursor: pointer;
}
.btn-save:hover {
    color: #fff;
    text-decoration: none;
}
.btn-save.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-preview {
    position: fixed;
    bottom: 8rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #1f6bff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1030;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.875rem;
    cursor: pointer;
}
.btn-preview:hover {
    color: #fff;
    text-decoration: none;
}
#customerReceipt {
    display: none;
}

.base-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-size: 24.5px;
}

.fs-15px {
    font-size: 15px;
}

.pos .pos-header .logo,
.pos .pos-header .time {
    width: 25% !important;
}

.pos .pos-header .nav {
    width: 100% !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

.pos .pos-header .nav .nav-item .nav-link {
    padding: .333rem 0.75rem !important;
}

.pos .pos-header .nav-link.active i,
.pos .pos-header .nav-link.active span {
    color: #1f6bff !important;
}

.pos .pos-header .nav-link.active span {
    font-weight: 600 !important;
}

.out-of-stock {
    filter: grayscale(1);
}

.online-order-sticky-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    --online-checkout-mint: #e6f5ef;
    --online-checkout-mint-text: #1e3d32;
    --online-checkout-radius: 8px;
}

.online-order-sticky-group-banner {
    flex-shrink: 0;
}

.online-order-sticky-group-banner__inner {
    margin: 0 0 0.5rem;
}

.online-order-sticky-bottom .oo-cart__group-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--online-checkout-mint-text);
    background: var(--online-checkout-mint);
    border-radius: 0;
}

.online-order-sticky-bottom button.oo-cart__group-banner {
    width: 100%;
    border: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}

.online-order-sticky-bottom button.oo-cart__group-banner:focus-visible {
    outline: 2px solid rgba(47, 95, 144, 0.45);
    outline-offset: 2px;
}

.online-order-sticky-bottom .oo-cart__group-banner .oo-cart__group-ic {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.5rem;
    padding-right: 0.5rem;
}

.online-order-sticky-bottom .oo-cart__group-banner .oo-cart__group-badge {
    position: absolute;
    bottom: -3px;
    right: -4px;
    top: auto;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 4px;
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 1.05rem;
    text-align: center;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #1a1a1a;
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
}

.online-order-sticky-view-order {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    padding: 0.75rem 1rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
    background: #ebeef4;
    border-top: 1px solid #ebeef4;
    box-shadow: 0 -2px 8px rgba(17, 24, 39, 0.08);
}

.online-order-sticky-bottom .online-order-sticky-view-order {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
}

@media (min-width: 768px) {
    .online-order-sticky-bottom {
        display: none;
    }

    .online-order-sticky-view-order {
        display: none;
    }
}

.online-order-sticky-view-order__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.85rem;
    border-radius: 0.5rem;
    background: #2f5f90;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: none;
}

.online-order-sticky-view-order__btn:hover {
    color: #fff;
    text-decoration: none;
}

.online-order-sticky-view-order__btn:active {
    transform: translateY(1px);
}

@media (max-width: 767.98px) {
    #pos.pos-online-order .pos-content {
        padding-bottom: 90px;
    }
}

body.pos-online-order-page.has-view-order-cta .btn-scroll-top {
    bottom: calc(3.25rem + 1.875rem);
}

body.pos-online-order-page.has-online-sticky-group-banner.has-view-order-cta .btn-scroll-top {
    bottom: calc(6.5rem + 1.875rem);
}

@media (max-width: 767.98px) {
    body.pos-online-order-page.has-view-order-cta:not(.has-online-sticky-group-banner) #pos.pos-online-order .online-order-main-panel .pos-content-container {
        padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    }

    body.pos-online-order-page.has-online-sticky-group-banner:not(.has-view-order-cta) #pos.pos-online-order .online-order-main-panel .pos-content-container {
        padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    }

    body.pos-online-order-page.has-online-sticky-group-banner.has-view-order-cta #pos.pos-online-order .online-order-main-panel .pos-content-container {
        padding-bottom: calc(10rem + env(safe-area-inset-bottom, 0px));
    }
}

@media (max-width: 767.98px) {
    body.pos-online-order-page.has-view-order-cta .btn-scroll-top {
        bottom: calc(3.25rem + 1.25rem);
    }
}

.pos .pos-header .time {
    justify-content: end !important;
}



.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-64 {
    font-size: 64px;
}

.fs-80 {
    font-size: 80px;
}

.fs-128 {
    font-size: 128px;
}

.h-24 {
    height: 24px;
}

.h-36 {
    height: 36px;
}

.toast-text-color-white .swal2-title {
    color: white;
}

.content-payment .nav-pills .nav-link.active {
    color: #fff !important;
    border: none !important;
    font-weight: 600;
}

.content-payment .nav-pills .nav-link {
    color: #212837;
    border: solid 1px #212837;
    margin-right: 0.5rem;
}

.cash-calculator-numbers {
    font-size: 2rem;
}

.cash-calculator-numbers [class^="button"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 100%;
    user-select: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cash-calculator-numbers [class^="button"]:active {
    background-color: #e4e4e4;
}

.cash-calculator-numbers .button.ok:active:active {
    background-color: #1f6bff;
    color: #fff !important;
}

.cash-calculator-numbers .button.backspace:active {
    background-color: rgb(255, 149, 0);
}

.cash-calculator-numbers .button.backspace:active i {
    color: #fff !important;
}

.cash-calculator-wrapper .input {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: right;
}

.pos .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container:before {
    border: none !important;
}

.pos .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container {
    border-width: 2px !important;
}

.pos .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container:after {
    content: "" !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-success {
    border-width: 1px !important;
    border-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.55) !important;
    background-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.14) !important;
    box-shadow: inset 4px 0 0 0 var(--bs-success);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-danger {
    border-width: 1px !important;
    border-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.55) !important;
    background-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.1) !important;
    box-shadow: inset 4px 0 0 0 var(--bs-danger);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-warning {
    border-width: 1px !important;
    border-color: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.65) !important;
    background-color: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.2) !important;
    box-shadow: inset 4px 0 0 0 var(--bs-warning);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container:not(.border-success):not(.border-danger):not(.border-warning) {
    border-width: 1px !important;
    border-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.55) !important;
    background-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.14) !important;
    box-shadow: inset 4px 0 0 0 var(--bs-success);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

#pos.pos-online-counter-checkout .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container::before,
#pos.pos-online-counter-checkout .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container::after {
    content: none !important;
    display: none !important;
    border: none !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-success .pos-checkout-table-info > .row {
    border-top-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.48) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-success .pos-checkout-table-info > .row > div + div {
    border-left-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.48) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-danger .pos-checkout-table-info > .row {
    border-top-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.45) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-danger .pos-checkout-table-info > .row > div + div {
    border-left-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.45) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-warning .pos-checkout-table-info > .row {
    border-top-color: rgba(180, 120, 0, 0.45) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container.border-warning .pos-checkout-table-info > .row > div + div {
    border-left-color: rgba(180, 120, 0, 0.45) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container:not(.border-success):not(.border-danger):not(.border-warning) .pos-checkout-table-info > .row {
    border-top-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.48) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container:not(.border-success):not(.border-danger):not(.border-warning) .pos-checkout-table-info > .row > div + div {
    border-left-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.48) !important;
}

#pos.pos-online-counter-checkout .pos-checkout-table.online .pos-checkout-table-container {
    position: relative;
    overflow: hidden;
}

#pos.pos-online-counter-checkout .occ-online-order-new-ribbon {
    pointer-events: none;
    z-index: 12;
}

#pos.pos-online-counter-checkout .occ-online-order-status-badge--with-new {
    padding-right: 2.75rem;
}

#pos.pos-online-counter-checkout .occ-online-order-note-btn {
    z-index: 99;
    flex-shrink: 0;
    pointer-events: none;
    cursor: default;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    --bs-btn-color: #d97706;
    --bs-btn-border-color: #f59e0b;
    --bs-btn-hover-color: #d97706;
    --bs-btn-hover-border-color: #f59e0b;
    --bs-btn-active-color: #d97706;
    --bs-btn-active-border-color: #f59e0b;
    color: #d97706;
    border-color: #f59e0b;
    background-color: transparent;
}

#pos.pos-online-counter-checkout .occ-online-order-note-btn i {
    color: #f59e0b;
}

#pos.pos-online-counter-checkout .order-summary-tab-note-dot {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.35rem;
    border-radius: 50%;
    background: #f59e0b;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.25);
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .pos .pos-task .pos-task-body {
        width: 70%;
    }
}

.swiper-overflow-container {
    overflow-x: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    background: rgba(60, 78, 113, .75);
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem !important;
}

.pad-box {
    width: 72px;
    height: 72px;
}

.pad-box:active {
    background-color: #e4e4e4 !important;
}

.pad-box.remove:active {
    border-radius: 100%;
}

.pad-text {
    letter-spacing: 0.15rem;
    font-size: 0.65rem;
}

.cursor-pointer {
    cursor: pointer;
}

.user-select-none {
    user-select: none;
}

.pad-dot-box {
    width: 16px;
    height: 16px;
}

.split-bills .order-list {
    display: flex;
    flex: 1;
}

.split-bills .order-list .img {
    width: 3.5rem;
    height: 3.5rem;
    background-position: center;
    background-size: cover;
}

.split-bills .order-list>*+* {
    margin-left: 1rem;
}

.split-bills+.split-bills {
    border-top: solid 1px #d1d9e7;
}

.split-bills {
    padding: 1rem;
    position: relative;
    display: flex;
}

.split-nav {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    height: calc(100vh - 12.25rem);
    gap: 0.5rem;
    padding-bottom: 0.5rem;
}

.split-nav .nav-link {
    position: relative;
    padding: .75rem;
    white-space: nowrap;
    text-align: center;
    color: #212837;
    border: 1px solid #d1d9e7;
    font-size: .765625rem;
    font-weight: 500;
    border-radius: 9px;
    background: #fff;
}

.split-items-wrapper {
    height: calc(100vh - 20.3rem);
    overflow-y: auto;
}

.splitted-wrapper {
    height: calc(100vh - 25.125rem);
    overflow-y: auto;
    scrollbar-width: thin;
}

.split-amount-nav {
    overflow-y: auto;
    scrollbar-width: thin;
    height: calc(100vh - 12.5rem);
    padding-bottom: 0.5rem;
}

.just-validate-error-label {
    margin-top: .25rem;
    color: #ea868f !important;
}

.just-validate-error-field {
    border-color: #ea868f !important;
}

.just-validate-error-field:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25) !important;
}

.custom-error-container {
    margin-top: 0.25rem;
}

.custom-error-container:empty {
    display: none;
}

.custom-error-container .just-validate-error-label {
    display: block;
    margin-top: 0;
}

#product_description_field .note-editor.product-field-invalid {
    border: 1px solid #ea868f;
    border-radius: 0.375rem;
}

#product_media_upload.product-field-invalid {
    outline: 2px solid #ea868f;
    outline-offset: 2px;
    border-radius: 0.375rem;
}

.pos .pos-product .info {
    border-top: solid 1px #d1d9e7;
}

.pos .pos-product.pos-product--category {
    flex-direction: row;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 10rem;
    min-height: 10rem;
    max-height: 10rem;
    gap: 0.5rem;
    padding: 0.5rem;
    overflow: hidden;
    background-color: #fff;
}

.pos .pos-product.pos-product--category .img {
    flex: 0 0 clamp(4.25rem, 28vw, 9.25rem);
    width: clamp(4.25rem, 28vw, 9.25rem);
    min-height: 0;
    align-self: stretch;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0.1875rem 0 0 0.1875rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pos .pos-product.pos-product--category .info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 0.125rem 0.375rem 0.125rem 0;
    border-top: none !important;
    background: transparent;
    justify-content: flex-start;
}

.pos .pos-product.pos-product--category .info .title {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pos .pos-product.pos-product--category .info .desc {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    margin: 0 0 0.375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.45;
    color: #8e8e93;
    max-height: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.pos .pos-product.pos-product--category .info .desc img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.pos .pos-product.pos-product--category .info .price {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000000;
}

.pos .pos-product.pos-product--category .info .text-muted {
    color: #8e8e93 !important;
    font-size: 0.875rem;
    font-weight: 400;
}

.pos .pos-product.pos-product--category .info .product-dietary-badge-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    max-width: 55%;
}

.pos .product-dietary-badge,
.product-dietary-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    height: 1.85rem;
    padding: 0 0.35rem;
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #000;
    background-color: #e8e8ed;
    flex-shrink: 0;
}

.dietary-badge-admin-pill {
    font-weight: 500;
    color: #000 !important;
    background-color: #e8e8ed !important;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.dietary-badge-admin-remove {
    color: #000 !important;
    opacity: 0.65;
}

.dietary-badge-admin-remove:hover,
.dietary-badge-admin-remove:focus {
    opacity: 1;
}

.pos .pos-product.pos-product--category.not-available .not-available-text {
    min-height: 100%;
}

@media (max-width: 575.98px) {
    .pos .pos-product.pos-product--category {
        height: auto;
        min-height: 9.5rem;
        max-height: none;
    }

    .pos .pos-product.pos-product--category .img {
        flex: 0 0 clamp(3.5rem, 24vw, 6.5rem);
        width: clamp(3.5rem, 24vw, 6.5rem);
    }

    .pos .pos-product.pos-product--category .info .product-dietary-badge-row {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .pos .pos-product.pos-product--category {
        min-height: 8.75rem;
        padding: 0.4rem;
        gap: 0.4rem;
    }

    .pos .pos-product.pos-product--category .img {
        flex: 0 0 3.5rem;
        width: 3.5rem;
    }
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0 1em !important;
    font-weight: 400;
}

.swal2-popup.swal2-toast {
    padding: 0.75em !important;
    display: flex !important;
    align-items: center;
}

.swal2-popup.sold-out-dialog-popup {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    width: min(450px, calc(100% - 1rem)) !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    padding: 0.95rem 1rem 1rem !important;
    border-radius: 1.25rem 1.25rem 0 0 !important;
    box-sizing: border-box;
    border: 0 !important;
    box-shadow: 0 -8px 24px rgba(17, 24, 39, 0.12) !important;
}

.swal2-popup.sold-out-dialog-popup.sold-out-dialog-slide-in {
    animation: sold-out-dialog-slide-in 300ms cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
}

.swal2-popup.sold-out-dialog-popup.sold-out-dialog-slide-out {
    animation: sold-out-dialog-slide-out 220ms ease forwards !important;
}

@keyframes sold-out-dialog-slide-in {
    from {
        transform: translateX(-50%) translateY(42px);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

@keyframes sold-out-dialog-slide-out {
    from {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
    to {
        transform: translateX(-50%) translateY(42px);
        opacity: 0;
    }
}

.swal2-title.sold-out-dialog-title {
    margin: 0 !important;
    padding: 0 0.125rem !important;
    color: #1f2430 !important;
    font-size: 1.0625rem !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    text-align: left !important;
}

.swal2-actions.sold-out-dialog-actions {
    width: 100% !important;
    margin: 2.5rem 0 0 !important;
    padding: 0 !important;
}

.swal2-confirm.sold-out-dialog-ok-btn {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0.375rem !important;
    background: #2f5f8f !important;
    color: #ffffff !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    padding: 1rem 0.875rem !important;
}

.nav.menu-dinein {
    justify-content: flex-end !important;
    width: 66.66% !important;
}

.mt-4rem {
    margin-top: 4rem !important;
}

.mt-5rem {
    margin-top: 5rem !important;
}

.mt-6rem {
    margin-top: 6rem !important;
}

@media (min-width: 768px) {
    .pos-sidebar.menu-dinein {
        height: calc(100% - 6rem);
    }
}

.disabled-action {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.register .register-content {
    max-width: 28rem !important;
}

.delivery-active {
    background: #1f6bff25;
    border-color: #1f6bff !important;
}

.iti {
    width: 100%;
}

.input-phone-theme .cpi-flag {
    width: 24px;
    height: 24px;
}

.input-phone-theme .dropdown-menu.show {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

#or-line {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 1rem auto;
}

#or-line:before {
    border-top: none;
}

#or-line:before {
    border-top: 2px solid #c9d2e3;
    content: "";
    margin: 0 auto;
    position: absolute;
    inset: 50% 0 0;
    width: 100%;
    z-index: -1;
}

#or-line:after {
    border-bottom: 2px solid #c9d2e3;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

#or-line span {
    background: #ebeef4;
    padding: 0 5px;
    font-size: 14px;
    color: #3c4e71
}

@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 3px rgba(var(--bs-theme-rgb), .2);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(var(--bs-theme-rgb), .2);
    }

    100% {
        box-shadow: 0 0 0 3px rgba(var(--bs-theme-rgb), .2);
    }
}

.nav.nav-wizards-1.nav-payment-status .nav-item .nav-link.active .nav-no {
    animation: pulse-shadow 1.5s ease-in-out infinite;
}

.tyro-pay-wallet-buttons-wrapper {
    padding: 0px !important;
}

.gpay-card-info-container {
    border-radius: 9px !important;
}

.wallet-payments-divider {
    display: none !important;
}

#tyro-pay-iframe,
#pay-form-submit {
    display: none !important;
}

#tyro-pay-iframe.show,
#pay-form-submit.show,
#btn-reset-payment-method.show {
    display: block !important;
}

#tyro-pay-wallet-buttons.pay-another-show,
#btn-reset-payment-method {
    display: none !important;
}

@media (max-width: 767.98px) {
    #pos.pos-online-order .pos-menu .logo.online-order-logo-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        --online-order-header-inset: 0.75rem;
        padding: var(--online-order-header-inset);
        padding-left: max(var(--online-order-header-inset), env(safe-area-inset-left, 0px));
        padding-top: max(var(--online-order-header-inset), env(safe-area-inset-top, 0px));
        padding-right: max(var(--online-order-header-inset), env(safe-area-inset-right, 0px));
        padding-bottom: max(var(--online-order-header-inset), env(safe-area-inset-bottom, 0px));
        border-bottom: 2px solid #d9dee8;
        background: var(--bs-secondary-bg, #f4f5f7);
    }

    #pos.pos-online-order .pos-menu .online-order-logo-header-center {
        flex: 1 1 auto;
        min-width: 0;
    }

    #pos.pos-online-order .pos-menu .online-order-logo-header-center .logo-text {
        text-align: center;
    }

    .online-order-mobile-menu-btn {
        position: static;
        z-index: auto;
        flex-shrink: 0;
        width: 2.75rem;
        height: 2.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        align-self: center;
        line-height: 0;
    }

    .online-order-mobile-menu-btn .online-order-hamburger-icon {
        display: block;
        width: 1.35rem;
        height: 1.35rem;
        flex-shrink: 0;
    }

    .online-order-logo-header-spacer {
        width: 2.75rem;
        height: 2.75rem;
        flex-shrink: 0;
    }

    #pos.pos-online-order .online-order-dinein-bar {
        width: 100%;
        box-sizing: border-box;
        padding: 0.65rem 0.75rem;
        padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
        background: #f2f2f2;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    #pos.pos-online-order .online-order-dinein-bar-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        min-height: 2.25rem;
    }

    #pos.pos-online-order .online-order-dinein-bar-text {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 0.95rem;
        line-height: 1.35;
        color: var(--bs-body-color, #212837);
    }

    #pos.pos-online-order .online-order-dinein-label {
        font-weight: 500;
        margin-right: 0.35rem;
    }

    #pos.pos-online-order .online-order-dinein-table {
        font-weight: 400;
    }

    #pos.pos-online-order .online-order-dinein-change-btn {
        font-size: 0.875rem;
        font-weight: 600;
        padding: 0.4rem 1.1rem;
        line-height: 1.2;
        color: #2f5f86;
        background: #fff;
        border: 1px solid #2f5f86;
        border-radius: 999px;
        box-shadow: none;
    }

    #pos.pos-online-order .online-order-dinein-change-btn:hover {
        background: #f0f4f7;
        border-color: #2f5f86;
        color: #2f5f86;
    }

    #pos.pos-online-order .online-order-dinein-change-btn:focus-visible {
        outline: 2px solid #2f5f86;
        outline-offset: 2px;
    }
}

@media (min-width: 768px) {
    #pos.pos-online-order .pos-menu .logo.online-order-logo-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background: transparent;
        border-bottom: 0;
        padding: 0;
    }

    #pos.pos-online-order .pos-menu .online-order-logo-header-center {
        width: 100%;
    }
}

.online-order-mobile-menu-btn:focus-visible {
    outline: 2px solid var(--bs-primary, #1f6bff);
    outline-offset: 2px;
    border-radius: 0.5rem;
}

.online-order-nav-offcanvas {
    width: min(75vw, 320px) !important;
    background: #f4f5f7;
}

.online-order-nav-offcanvas .online-order-nav-close {
    opacity: 1;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 0;
    background-color: transparent;
    margin-left: 0;
    box-shadow: none;
}

.online-order-nav-offcanvas .online-order-nav-close:focus {
    box-shadow: none;
    outline: none;
}

.online-order-nav-offcanvas .online-order-nav-close:focus-visible {
    outline: 2px solid var(--bs-primary, #1f6bff);
    outline-offset: 2px;
}

.online-order-nav-offcanvas .online-order-nav-body {
    padding-top: 0.35rem;
}

.online-order-nav-divider {
    height: 1px;
    background: #d8dbe1;
    margin: 0.5rem 0 0.65rem;
}

.online-order-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
}

.online-order-nav-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 0.95rem;
    min-height: 3.2rem;
    margin: 0;
    border: 0;
    border-radius: 0.5rem;
    background: #fff;
    color: var(--bs-body-color);
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

.online-order-nav-item:hover {
    background-color: #f8fafc;
}

.online-order-nav-item:focus {
    outline: none;
}

.online-order-nav-item:focus-visible {
    outline: 2px solid var(--bs-primary, #1f6bff);
    outline-offset: -2px;
}

.online-order-nav-item-label {
    flex: 1;
    min-width: 0;
}

.online-order-nav-item-chevron {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 900;
    color: var(--bs-secondary-color);
}

.online-order-nav-greeting {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    #pos.pos-online-order .online-order-promo {
        padding: 0.75rem 0.75rem 0.5rem;
        padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    }

    #pos.pos-online-order .online-order-promo-card {
        position: relative;
        border-radius: 0.75rem;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(33, 40, 55, 0.1);
        background: transparent;
        isolation: isolate;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    #pos.pos-online-order .online-order-promo-img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: inherit;
    }

    #pos.pos-online-order .online-order-promo-login-btn {
        position: absolute;
        right: max(0.65rem, env(safe-area-inset-right, 0px));
        bottom: 0.65rem;
        z-index: 1;
        font-size: 0.8rem;
        padding: 0.35rem 1rem;
        border-radius: 999px;
        border: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        line-height: 1.2;
    }

    #pos.pos-online-order .online-order-promo-login-btn:hover {
        background: #fff;
        color: var(--bs-body-color, #212837);
    }

    #pos.pos-online-order .online-order-promo-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4.5rem;
        padding: 0.1rem 1.1rem;
    }

    #pos.pos-online-order .online-order-promo-action-btn {
        flex: 0 1 8.5rem;
        width: 8.5rem;
        max-width: 8.5rem;
        min-width: 8.1rem;
    }
}

.navbar-logo {
    height: 32px !important;
}

#pos.pos-online-counter-checkout .pos-header .logo-img {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(31, 107, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 0.5rem;
}

#pos.pos-online-counter-checkout .pos-header .logo-img .navbar-logo {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

#pos.pos-online-counter-checkout .orders-tool-btn > i.fa-fw {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background: rgba(31, 107, 255, 0.1);
    color: #1f6bff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    opacity: 1 !important;
}

.navbar-logo-bg {
    height: 125px !important;
}
.pos .pos-menu .logo .logo-text {
    text-align: center;
}
.pos.preview {
    height: auto !important;
}
.pos .pos-menu .nav.nav-tabs.preview {
    margin-top: 5.1rem !important;
}
@media (min-width: 768px) {
    .pos.preview.pos-with-sidebar {
        padding-right: 10rem;
    }
}
.pos-sub-menu .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: .75rem;
    white-space: nowrap;
    text-align: center;
    color: #212837;
    border: 1px solid #d1d9e7;
    font-size: .765625rem;
    font-weight: 500;
    border-radius: 9px;
    background: #FFF;
}

.pos-sub-menu .nav.nav-tabs .nav-item {
    padding: .35rem 0.035rem .35rem 1rem;
    min-width: 112px;
}

.pos-sub-menu .nav.nav-tabs {
    border-bottom: none;
}

.pos-sub-menu .nav.nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    border-color: #1f6bff;
    background: #1f6bff;
}

.w-100px {
    width: 100px;
}

img.store-img {
    height: 183px;
    object-fit: contain;
}

.active-store {
    border: solid 1px #1f6bff;
}

.backoffice-online-order-icon {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.backoffice-dashboard-stores [class^="col-"] {
    min-width: 0;
}

.backoffice-dashboard-stores .backoffice-store-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.125rem 1.25rem;
    min-height: 11.5rem;
    box-sizing: border-box;
    background-color: #ebeef4;
}

.backoffice-dashboard-stores .backoffice-store-logo-wrap > img.store-img {
    width: 9.25rem;
    height: 9.25rem;
    max-height: none;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    padding: 0.30rem;
    border: 1px solid rgba(31, 107, 255, 0.14);
    box-shadow: 0 0.35rem 0.9rem rgba(33, 40, 55, 0.08);
}

/* Store picker grids (Auth/SelectStore, POS login) — circular logos */
.store-picker-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.125rem 1.25rem;
    min-height: 11.5rem;
    box-sizing: border-box;
    background-color: #ebeef4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.store-picker-logo-wrap > img.store-img {
    width: 9.25rem;
    height: 9.25rem;
    max-height: none;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    padding: 0.30rem;
    border: 1px solid rgba(31, 107, 255, 0.14);
    box-shadow: 0 0.35rem 0.9rem rgba(33, 40, 55, 0.08);
}

.backoffice-dashboard-stores .backoffice-store-card {
    --backoffice-store-card-radius: 0.625rem;
    border: 2px solid #b9c6dd;
    border-radius: var(--backoffice-store-card-radius);
    background-color: #ffffff;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.backoffice-dashboard-stores .backoffice-store-card:hover {
    border-color: #8ca4ce;
    box-shadow: 0 0.4rem 1rem rgba(33, 40, 55, 0.1);
}

.backoffice-dashboard-stores .backoffice-store-card.active-store {
    border: 2px solid #1f6bff;
    box-shadow: 0 0 0 3px rgba(31, 107, 255, 0.18), 0 0.35rem 1rem rgba(31, 107, 255, 0.12);
}

.backoffice-dashboard-stores .backoffice-store-card-body {
    padding: 1rem 1.125rem 1.125rem;
    min-height: 0;
}

.backoffice-dashboard-stores .backoffice-store-card-body .card-title {
    font-weight: 600;
    line-height: 1.3;
    color: #212837;
}

.backoffice-dashboard-stores .backoffice-store-address {
    font-size: 0.875rem;
    line-height: 1.45;
    color: #657eae;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
    word-break: break-word;
}

.backoffice-dashboard-stores .backoffice-store-card-body .btn-theme {
    font-weight: 500;
}

.dataTables_processing {
    padding: 1.5rem !important;
}

.dataTables_processing div:nth-child(2) {
    display: none !important;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#loading-overlay img {
    width: 100px;
    height: 100px;
}

.jquery-uploader-card {
    box-shadow: none !important;
}

.jquery-uploader-select-card,
.jquery-uploader-card {
    border-radius: 8px !important;
}

.file-delete::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/img/trash-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.file-delete .fa {
    display: none;
}

.no-dropdown-arrow::after {
    display: none !important;
}

.people-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #3c4e71;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.mh-0 {
    min-height: 0 !important;
}

.pos .pos-product .info .desc {
    max-height: 10rem;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pos .pos-product--menu-stock .info .desc {
    display: none;
}

.pos .pos-product--menu-stock .menu-stock-fields {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pos .pos-product--menu-stock .menu-stock-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2rem;
}

.pos .pos-product--menu-stock .menu-stock-row__label {
    flex: 0 0 7.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(var(--bs-body-color-rgb, 33, 40, 55), 0.65);
    line-height: 1.25;
}

.pos .pos-product--menu-stock .menu-stock-row__value {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pos .pos-product--menu-stock .menu-stock-row__value--stretch {
    justify-content: stretch;
}

.pos .pos-product--menu-stock .menu-stock-qty-group {
    width: 100%;
    flex-wrap: nowrap;
}

.pos .pos-product--menu-stock .menu-stock-qty-input {
    min-width: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pos .pos-product--menu-stock .menu-stock-qty-stepper {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-self: stretch;
    width: 1.75rem;
    min-height: 100%;
    border: 1px solid var(--bs-border-color);
    border-left: 0;
    border-radius: 0 var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0;
    overflow: hidden;
    background-color: var(--bs-secondary-bg);
}

.pos .pos-product--menu-stock .menu-stock-qty-btn {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1.125rem;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    border: none;
    border-radius: 0;
    color: var(--bs-body-color);
    background-color: transparent;
}

.pos .pos-product--menu-stock .menu-stock-qty-btn:hover {
    background-color: rgba(var(--bs-body-color-rgb, 33, 40, 55), 0.08);
}

.pos .pos-product--menu-stock .menu-stock-qty-btn--up {
    border-bottom: 1px solid var(--bs-border-color);
}

.pos .pos-product--menu-stock .menu-stock-qty-btn:focus-visible {
    z-index: 1;
    outline: 2px solid var(--bs-focus-ring-color, var(--bs-primary));
    outline-offset: -2px;
}

.pos .pos-product--menu-stock .menu-stock-row__figure {
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--bs-body-color);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.pos .pos-product--menu-stock .menu-stock-switch {
    display: flex;
    justify-content: flex-end;
}

.pos .pos-product--menu-stock .menu-stock-switch .form-check-input {
    float: none;
    margin-left: 0;
    cursor: pointer;
}

.max-width-100px {
    max-width: 100px;
}
.pos-order.prepared {
    background-color: rgba(2, 136, 36, 0.05);
}

.wrapper {
    margin: 50px auto;
    width: 280px;
    height: 370px;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 90;
}

.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}
.text-truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.text-truncate-address {
    height: 3rem;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ribbon-red {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -6px;
    top: 15px;
    width: 120px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-red.sm-ribbon {
    padding: 4px 0 !important;
    left: 4px !important;
    top: 10px !important;
    font-size: 8px !important;
}

.ribbon-red:before,
.ribbon-red:after {
    content: "";
    border-top: 3px solid #b90005;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-red:before {
    left: 0;
}

.ribbon-red:after {
    right: 0;
}

@media (max-width: 479.98px) {
    .ribbon-wrapper-red {
        width: 70px;
        height: 72px;
        top: 0;
        right: 0;
    }

    .ribbon-red {
        width: 100px;
        font-size: 9px;
        font-weight: 800;
        padding: 5px 0;
        left: -4px;
        top: 14px;
    }
}

.mobile-icon {
    text-align: center;
    width: 16px;
}

.text-color-normal {
    color: #212837 !important;
}

.menu-profile .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-profile .menu .menu-item .menu-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 1.25rem 1.25rem;
    height: 3.75rem;
    color: #212837;
    justify-content: end;
}

.menu-profile .menu .menu-item .menu-img.online:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    bottom: .125rem;
    background-color: #20c997;
    border-radius: .5rem;
    right: .125rem;
}

.pos .pos-checkout-table.active:not(.disabled) .pos-checkout-table-container,
.pos .pos-checkout-table.active:not(.disabled):hover .pos-checkout-table-container {
    border-width: 2px !important;
}

.pos .pos-checkout-table.available.active:not(.disabled) .pos-checkout-table-container,
.pos .pos-checkout-table.available.active:not(.disabled):hover .pos-checkout-table-container {
    border-width: 2px !important;
}

.menu-profile .menu .menu-item .menu-text {
    font-weight: 600;
}

.menu-profile .menu .menu-item .menu-img+.menu-text,
.menu-profile .menu .menu-item .menu-img-text+.menu-text {
    margin-left: .5rem;
}

.menu-profile .menu .menu-item .menu-img,
.menu-profile .menu .menu-item .menu-img-text {
    height: 2.25rem;
    width: 2.25rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos .pos-header {
    border-bottom: none !important;
    box-shadow: 0 6px 6px rgba(var(--bs-theme-rgb), 0.1);
}
.modalPosItem.preview {
  z-index: 2000 !important;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal).online-group-order-modal .modal-dialog {
    display: flex;
    height: 100%;
    max-height: 100vh;
    min-height: 0;
    align-items: flex-end;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    margin: 0 auto;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal).online-group-order-modal .modal-content {
    --pd-preview-hero-h: clamp(11rem, 33vh, 18rem);
    --pd-preview-hero-spacer: clamp(9.75rem, 31vh, 16.85rem);
    max-height: calc(80vh - env(safe-area-inset-bottom, 0px));
    max-height: calc(80dvh - env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal).online-group-order-modal .online-group-order-sheet-handle,
:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal).online-group-order-modal .online-group-order-modal-header {
    flex-shrink: 0;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .modal-pos-product.product-detail-preview-stack {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .product-detail-preview-image-pin {
    position: absolute;
    inset-inline: 0;
    top: 0;
    z-index: 0;
    height: var(--pd-preview-hero-h);
    overflow: hidden;
    pointer-events: none;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .product-detail-preview-image-pin .modal-pos-product-img {
    margin: 0;
    padding: 0.75rem 0.75rem 0;
    height: 100%;
    box-sizing: border-box;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .product-detail-preview-image-pin .img {
    min-height: 0 !important;
    max-height: none !important;
    height: 100% !important;
    border-radius: 0.375rem;
    background-position: center center !important;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .product-detail-preview-scroll-root {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    overscroll-behavior-x: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    background: transparent;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .product-detail-preview-scroll-ph {
    flex-shrink: 0;
    height: var(--pd-preview-hero-spacer);
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .product-detail-preview-scroll-root .modal-pos-product-info {
    min-width: 0;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal)
    .product-detail-preview-scroll-root
    .product-detail-body-sheet.pd-sheet-body {
    margin-top: -0.625rem;
    padding: 0;
    padding-bottom: 0.75rem;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal).online-group-order-modal
    .online-group-order-modal-header.pd-modal-sheet-header-toolbar {
    justify-content: center;
    position: relative;
    z-index: 2;
    border-bottom: none;
    padding: 0.35rem 2.75rem 0.55rem 1rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal).online-group-order-modal
    .pd-modal-sheet-header-title {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.012em;
    color: #111827;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-hero {
    padding: 0.75rem 1.125rem 0.875rem;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-preview-price-row {
    padding: 0.55rem 1.125rem 0.85rem;
    border-bottom: 1px solid #eceef1;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-preview-price-row__value {
    color: var(--pd-ink, #2b547e);
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-hero__lead {
    margin: 0 0 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    font-weight: 400;
    color: #374151;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-hero__more {
    margin: 0 0 0.65rem;
    font-size: 0.875rem;
    line-height: 1.45;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-diet-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    background: #e8eaed;
    color: #374151;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-accordions {
    margin-top: 0.125rem;
    border-top: 1px solid #eceef1;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) details.pd-sheet-accordion {
    display: grid;
    grid-template-rows: auto 0fr;
    border-bottom: 1px solid #eceef1;
    background: #fff;
    transition: grid-template-rows 0.45s cubic-bezier(0.32, 0.72, 0, 1);
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) details.pd-sheet-accordion[open] {
    grid-template-rows: auto 1fr;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-accordion__summary {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    list-style: none;
    cursor: pointer;
    padding: 0.8rem 1.125rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #374151;
    background: #f3f5f8;
    -webkit-user-select: none;
    user-select: none;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-accordion__summary::-webkit-details-marker {
    display: none;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-accordion__title {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-accordion__chev {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 0.65rem;
    color: #64748b;
    transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal)
    details.pd-sheet-accordion:not([open])
    .pd-sheet-accordion__chev {
    transform: rotate(180deg);
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-accordion__panel {
    background: #fff;
    padding: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.42s cubic-bezier(0.32, 0.72, 0, 1);
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal)
    details.pd-sheet-accordion[open]
    .pd-sheet-accordion__panel {
    opacity: 1;
    pointer-events: auto;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-option-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.15rem;
    margin: 0;
    padding: 0.75rem 1.125rem;
    border-bottom: 1px solid #eceef1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-option-row:last-child {
    border-bottom: none;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-option-row .form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    flex-shrink: 0;
    border-color: #b5bcc6;
}

#modalPosItem.online-order-product-detail-modal .pd-sheet-option-row .form-check-input {
    accent-color: var(--pd-ink);
}

#modalPosItem.online-order-product-detail-modal .pd-sheet-option-row .form-check-input:checked {
    background-color: var(--pd-ink);
    border-color: var(--pd-ink);
}

#modalPosItem.online-order-product-detail-modal .pd-sheet-option-row .form-check-input:focus {
    border-color: var(--pd-ink);
    box-shadow: 0 0 0 0.2rem rgba(43, 84, 126, 0.22);
    outline: 0;
}

#modalPosItem.online-order-product-detail-modal .pd-sheet-option-row .form-check-input:focus-visible {
    border-color: var(--pd-ink);
    box-shadow: 0 0 0 0.2rem rgba(43, 84, 126, 0.28);
    outline: 0;
}

#modalPosItem.preview .pd-sheet-option-row .form-check-input {
    accent-color: var(--bs-primary);
}

#modalPosItem.preview .pd-sheet-option-row .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

#modalPosItem.preview .pd-sheet-option-row .form-check-input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb, 31, 107, 255), 0.22);
    outline: 0;
}

#modalPosItem.preview .pd-sheet-option-row .form-check-input:focus-visible {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb, 31, 107, 255), 0.28);
    outline: 0;
}

@media (prefers-reduced-motion: reduce) {
    :is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) details.pd-sheet-accordion {
        transition: none;
    }

    :is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-accordion__chev {
        transition: none;
    }

    :is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) details.pd-sheet-accordion .pd-sheet-accordion__panel {
        transition: none;
    }
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-option-row__label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9375rem;
    line-height: 1.35;
    color: #111827;
}

:is(#modalPosItem.preview, #modalPosItem.online-order-product-detail-modal) .pd-sheet-option-row__price {
    flex-shrink: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #4b5563;
    text-align: right;
    white-space: nowrap;
}

#modalPosItem.online-order-product-detail-modal .online-order-modal-actions-bar.product-detail-footer {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    box-shadow: 0 -6px 22px rgba(15, 23, 42, 0.1);
    background: linear-gradient(180deg, #fafcfe 0%, #ffffff 45%);
}

#modalPosItem.online-order-product-detail-modal.online-group-order-modal .modal-dialog {
    padding-bottom: 0;
}

#modalPosItem.preview .product-detail-preview-disclaimer-bar {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    margin: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.09);
    background: linear-gradient(180deg, #fcfcfd 0%, #f0f3f9 50%, #e9edf5 100%);
    box-shadow: 0 -5px 18px rgba(15, 23, 42, 0.08);
}

#modalPosItem.preview .product-detail-preview-disclaimer-bar__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    background: rgba(31, 107, 255, 0.12);
    color: var(--bs-theme, #1f6bff);
    font-size: 0.7rem;
}

#modalPosItem.preview .product-detail-preview-disclaimer-bar__copy {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    font-weight: 500;
    color: #3d4d63;
    letter-spacing: 0.015em;
    text-wrap: balance;
}
.bootstrap-select ul.dropdown-menu li:first-child {
    display: none !important;
}
.bootstrap-select ul.dropdown-menu li.selected {
    background: #ebeef4;
}

@media (max-width: 767.98px) {
    .nav-wizards-container .nav.nav-wizards-1, .nav-wizards-container .nav.nav-wizards-2, .nav-wizards-container .nav.nav-wizards-3 {
        min-width: 22.5rem;
    }
}

.option-list.right-handed {
    margin: -.333rem;
    padding: .333rem 0;
    display: flex;
    flex-wrap: wrap;
}

.option-list.right-handed .option
 {
    width: 33.33%;
    max-width: 33.33%;
    padding: .333rem;
    flex: 0 0 33.33%;
}

.option-list.right-handed .option .option-input {
    display: none;
}

.option-list.right-handed .option .option-label {
    border: 1px solid var(--bs-border-color);
    padding: .625rem;
    height: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.option-list.right-handed .option .option-label .option-text {
    display: block;
    line-height: 1.2;
    color: rgba(var(--bs-body-color-rgb), .5);
    font-size: .765625rem;
    text-align: center;
}

.option-list.right-handed .option .option-label .option-price {
    font-weight: 600;
    margin-top: .25rem;
    line-height: 1.2;
}

.option-list .option .option-input:checked + .option-label {
    color: var(--bs-body-color);
    border: 1px solid var(--bs-theme);
    background-color: rgba(var(--bs-theme-rgb), 0.09);
    box-shadow: inset 0 0 0 2px rgba(var(--bs-theme-rgb), 0.32);
}

.option-list .option .option-input:checked + .option-label .option-text {
    color: var(--bs-body-color);
}

#menu-item-detail .option-list .option .option-input:checked + .option-label,
#modalPosItem .option-list .option .option-input:checked + .option-label {
    border-color: var(--pd-ink);
    background-color: color-mix(in srgb, var(--pd-ink) 11%, transparent);
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--pd-ink) 34%, transparent);
}
.offcanvas {
    background: #fff !important;
}

#modalPosItem .modal-pos-product {
    min-height: 0;
}

#modalPosItem .modal-pos-product-info {
    min-width: 0;
}

#modalPosItem,
#menu-item-detail {
    --pd-ink: #2b547e;
    --pd-ink-pressed: #244768;
    --pd-border: #d9d9d9;
    --pd-surface-subtle: #e8e8e8;
    --pd-card-border: #e2e2e2;
    --pd-stepper-bdr: #b8c8da;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#menu-item-detail .offcanvas-header.product-detail-sheet__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.875rem 2.5rem 0.875rem 1rem;
    border-bottom: 1px solid var(--pd-border);
    background: #fff;
}

#menu-item-detail .offcanvas-header.product-detail-sheet__header {
    padding-left: 0.5rem;
}

#menu-item-detail .product-detail-sheet__title {
    color: var(--pd-ink);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

#menu-item-detail .product-detail-sheet__close {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: var(--pd-ink);
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.35rem 0.5rem;
    opacity: 1;
    -webkit-tap-highlight-color: transparent;
}

#menu-item-detail .product-detail-sheet__close:hover {
    color: var(--pd-ink-pressed);
}

#modalPosItem .modal-pos-product,
#menu-item-detail .offcanvas-body.product-detail-offcanvas-body {
    background: #fff;
}

#modalPosItem .product-detail-sheet__image,
#menu-item-detail .product-detail-sheet__image {
    padding: 0.75rem 0.75rem 0.25rem 0.75rem;
    flex-shrink: 0;
}

#modalPosItem .product-detail-body-sheet,
#menu-item-detail .product-detail-body-sheet {
    position: relative;
    z-index: 1;
    margin-top: -0.625rem;
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    box-shadow: 0 -0.25rem 0.75rem rgba(17, 24, 39, 0.07);
}

#menu-item-detail .product-detail-body-sheet {
    margin-top: -0.5rem;
    flex: 1 1 auto;
    min-height: 0;
}

#modalPosItem .product-detail-body-sheet .product-detail-info-card,
#menu-item-detail .product-detail-body-sheet .product-detail-info-card {
    border: 0;
    box-shadow: none;
    background: transparent;
    margin-top: 0;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    border-radius: 0;
}

#modalPosItem .product-detail-body-sheet .product-detail-scroll,
#menu-item-detail .product-detail-body-sheet .product-detail-scroll {
    padding: 0.5rem 0.75rem 0.25rem 0.75rem;
    background: transparent;
}

#modalPosItem .product-detail-body-sheet__footer,
#menu-item-detail .product-detail-body-sheet__footer {
    border-top: 1px solid #e0e0e0;
    padding-top: 0.75rem;
    background: #fff;
}

#modalPosItem .product-detail-sheet__image .img,
#menu-item-detail .product-detail-sheet__image .img {
    min-height: 10.5rem;
    max-height: 40vh;
    border-radius: 0.375rem;
    background-size: contain !important;
}

#modalPosItem .modal-pos-product,
#menu-item-detail .product-detail-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

#modalPosItem .modal-pos-product .modal-pos-product-img {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
}

#modalPosItem .modal-pos-product .modal-pos-product-info {
    width: 100%;
    max-width: 100%;
    padding: 0;
    min-width: 0;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.product-detail-info-card {
    background: #fff;
    border: 1px solid var(--pd-card-border);
    border-radius: 0.5rem;
    padding: 0.75rem 0.75rem 0.875rem 0.75rem;
    margin-top: 0.25rem;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.04);
}

.product-detail-info-card__subtitle {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.product-detail-allergy {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem 0.55rem 0.65rem;
    margin: 0.5rem 0 0 0;
    background: #e0e0e0;
    border: 1px solid #c8c8c8;
    border-radius: 0.25rem;
}

.product-detail-allergy__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    color: #fff;
    background: #5a5a5a;
    border-radius: 50%;
    font-family: Georgia, "Times New Roman", serif;
}

.product-detail-allergy__text {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.4;
    flex: 1 1 auto;
}

#modalPosItem .product-detail-variant-divider,
#menu-item-detail .product-detail-variant-divider {
    border-color: var(--pd-border);
    margin: 0.75rem 0 0.5rem 0;
    opacity: 1;
}

#modalPosItem .product-detail-footer,
#menu-item-detail .product-detail-footer {
    --pd-accent: #2b547e;
    --pd-stepper-border: #b8c8da;
    --pd-minus: #2b547e;
    --pd-divider: #d9d9d9;
}

.product-detail-footer {
    --pd-accent: #2b547e;
    --pd-stepper-border: #c8c8c8;
    --pd-minus: #2b547e;
    --pd-divider: #e0e0e0;

    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.875rem;
    padding: 0.75rem 1rem 1rem 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    background: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-top: 1px solid var(--pd-divider);
}

.product-detail-qty-stepper {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid var(--pd-stepper-border);
    border-radius: 0.375rem;
    overflow: hidden;
    background: #fff;
    min-height: 3rem;
}

.product-detail-add-btn {
    box-sizing: border-box;
    flex: 1 1 0;
    min-width: 0;
    min-height: 3rem;
    border: none;
    border-radius: 0.5rem;
    background: var(--pd-accent);
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    padding: 0.625rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.15s ease, opacity 0.15s ease;
}

.product-detail-add-btn:hover:not(:disabled) {
    background: #244768;
    color: #fff;
}

.product-detail-add-btn:focus-visible {
    outline: 2px solid var(--pd-accent);
    outline-offset: 2px;
}

.product-detail-add-btn:disabled {
    opacity: 0.65;
}

.product-detail-qty-stepper__btn {
    flex: 1 1 33.333%;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

.product-detail-qty-stepper > .product-detail-qty-stepper__btn:first-of-type,
.product-detail-qty-stepper > .product-detail-qty-stepper__btn:last-of-type {
    color: var(--pd-accent);
}

.product-detail-qty-stepper > .product-detail-qty-stepper__btn:first-of-type.disabled-action,
.product-detail-qty-stepper > .product-detail-qty-stepper__btn:last-of-type.disabled-action {
    color: var(--pd-minus);
    opacity: 0.45;
}

.product-detail-qty-stepper__btn:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(50, 93, 136, 0.25);
}

.product-detail-qty-stepper__value {
    flex: 1 1 33.333%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-qty-stepper__input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #000000;
    padding: 0.375rem 0.25rem;
    pointer-events: none;
    font-family: inherit;
}

#menu-item-detail .product-detail-offcanvas-body {
    flex: 1 1 auto;
    min-height: 0;
}

#menu-item-detail .product-detail-form {
    min-height: 0;
}
.background-size-contain {
    background-size: contain !important;
}
.offcanvas-lg {
    width: 100% !important;
    max-width: 60rem !important;
}

@media (max-width: 767.98px) {
    #pos.pos-online-order {
        transition: padding-top 0.3s ease-in-out;
    }

    #pos.pos-online-order.pos-with-menu {
        --pos-online-fixed-header-height: calc(env(safe-area-inset-top, 0px) + 8.75rem);
        padding-top: var(--pos-online-fixed-header-height);
    }

    #pos.pos-online-order:not(.pos-with-menu) {
        padding-top: 0;
    }

    #pos.pos-online-order .pos-menu {
        transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    }

    #pos.pos-online-order .online-menu-sub-tabs {
        position: sticky;
        top: var(--pos-online-fixed-header-height);
        z-index: 8;
        background: var(--bs-body-bg, #fff);
        padding-top: 0;
        padding-bottom: 0.5rem;
        margin-top: 0 !important;
        border-bottom: 1px solid var(--bs-border-color, #d1d9e7);
        box-shadow: 0 0.125rem 0.5rem rgba(33, 40, 55, 0.06);
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        scrollbar-width: thin;
    }

    #pos.pos-online-order .online-menu-sub-tabs::-webkit-scrollbar {
        height: 4px;
    }

    #pos.pos-online-order .online-menu-sub-tabs::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 2px;
    }

    #pos.pos-online-order .online-menu-sub-tabs .nav.nav-tabs {
        flex-wrap: nowrap;
        width: max-content;
        max-width: none;
        margin-bottom: 0;
    }

    #pos.pos-online-order .online-menu-inside-sticky-wrap {
        position: sticky;
        top: var(--pos-online-fixed-header-height);
        z-index: 8;
        background: var(--bs-body-bg, #fff);
        box-shadow: 0 2px 8px rgba(33, 40, 55, 0.08);
        margin-left: calc(-1 * var(--oo-content-inline, 0px));
        margin-right: calc(-1 * var(--oo-content-inline, 0px));
        width: calc(100% + (2 * var(--oo-content-inline, 0px)));
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
        margin-bottom: 1rem;
    }

    #pos.pos-online-order:not(.pos-with-menu) .online-menu-inside-sticky-wrap {
        top: env(safe-area-inset-top, 0px);
    }

    #pos.pos-online-order .online-menu-category-toolbar {
        display: grid;
        grid-template-columns: 2.5rem 1fr 2.5rem;
        align-items: center;
        column-gap: 0.5rem;
        border-bottom: none;
        padding: 0.75rem max(0.95rem, env(safe-area-inset-left, 0px)) 0.5rem max(0.95rem, env(safe-area-inset-right, 0px));
    }

    #pos.pos-online-order .online-menu-category-toolbar .btn-link {
        width: 2.5rem;
        height: 2.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.5rem;
        transition: background-color 0.2s ease;
        text-decoration: none;
    }

    #pos.pos-online-order .online-menu-category-toolbar .btn-link:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    #pos.pos-online-order .online-menu-category-toolbar .btn-link:active {
        background-color: rgba(0, 0, 0, 0.1);
    }

    #pos.pos-online-order .online-menu-category-toolbar__title {
        font-size: 1.05rem;
        letter-spacing: -0.01em;
        min-width: 0;
    }

    #pos.pos-online-order .online-menu-category-toolbar__spacer {
        width: 2.5rem;
        height: 2.5rem;
    }

    #pos.pos-online-order .online-menu-subcategory-strip {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding: 0.35rem max(0.95rem, env(safe-area-inset-left, 0px)) 0.1rem max(0.95rem, env(safe-area-inset-right, 0px));
        scroll-behavior: smooth;
        position: relative;
        border-top: 1px solid rgba(15, 23, 42, 0.06);
    }

    #pos.pos-online-order .online-menu-subcategory-strip::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2rem;
        background: linear-gradient(to right, transparent, var(--bs-body-bg, #fff));
        pointer-events: none;
    }

    #pos.pos-online-order .online-menu-subcategory-strip::-webkit-scrollbar {
        height: 4px;
    }

    #pos.pos-online-order .online-menu-subcategory-strip::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 2px;
    }

    #pos.pos-online-order .online-menu-subcategory-strip-inner {
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0.2rem;
        gap: 1.5rem !important;
    }

    #pos.pos-online-order .online-menu-subcat-item {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin: 0;
        padding: 0.35rem 0 0.55rem;
        border: 0;
        background: transparent;
        color: #a2a9b5;
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1.25;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        border-radius: 0;
        max-width: none;
        min-height: auto;
        transition: color 0.2s ease;
    }

    #pos.pos-online-order .online-menu-subcat-item:hover {
        background: transparent;
        color: #6f7886;
    }

    #pos.pos-online-order .online-menu-subcat-item:active {
        transform: none;
    }

    #pos.pos-online-order .online-menu-subcat-item:focus {
        outline: none;
    }

    #pos.pos-online-order .online-menu-subcat-item:focus-visible {
        outline: 2px solid var(--bs-primary, #1f6bff);
        outline-offset: 1px;
    }

    #pos.pos-online-order .online-menu-subcat-item-text-only .online-menu-subcat-item-label {
        font-size: 0.95rem;
        width: auto;
        max-width: none;
    }

    #pos.pos-online-order .online-menu-subcat-item .online-menu-subcat-item-label {
        text-align: left;
        width: auto;
        color: inherit;
        transition: color 0.2s ease;
        max-width: none !important;
        white-space: nowrap;
    }

    #pos.pos-online-order .online-menu-subcat-item.is-active {
        background: transparent;
        color: #2f5f86;
        box-shadow: none;
    }

    #pos.pos-online-order .online-menu-subcat-item.is-active:hover {
        background: transparent;
        color: #2f5f86;
    }

    #pos.pos-online-order .online-menu-subcat-item.is-active .online-menu-subcat-item-label {
        color: #2f5f86;
        box-shadow: none;
        padding-bottom: 0;
    }

    #pos.pos-online-order .online-menu-subcat-item.is-active::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        border-radius: 999px;
        background: #2f5f86;
    }

    #pos.pos-online-order .online-menu-subcat-thumb-wrap {
        display: none;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.625rem;
        overflow: hidden;
        background: var(--bs-secondary-bg, #f4f5f7);
        flex-shrink: 0;
        border: 2px solid var(--bs-border-color, #d1d9e7);
        transition: all 0.2s ease;
    }

    #pos.pos-online-order .online-menu-subcat-item.is-active .online-menu-subcat-thumb-wrap {
        border-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    #pos.pos-online-order .online-menu-subcat-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #pos.pos-online-order .online-menu-section-anchor,
    #pos.pos-online-order .online-menu-products-anchor {
        scroll-margin-top: calc(var(--pos-online-fixed-header-height, 8.75rem) + 6.75rem);
    }

    #pos.pos-online-order:not(.pos-with-menu) .online-menu-section-anchor,
    #pos.pos-online-order:not(.pos-with-menu) .online-menu-products-anchor {
        scroll-margin-top: calc(env(safe-area-inset-top, 0px) + 7.5rem);
    }

    #pos.pos-online-order .online-menu-products-anchor {
        height: 1px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .online-menu-hide-parent-nav-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .online-menu-root-picker {
        display: none !important;
    }

    .online-menu-category-toolbar {
        display: none !important;
    }
}

.online-menu-root-card-visual {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    overflow: visible;
    transition: box-shadow 0.15s ease;
}

.online-menu-root-img-wrap {
    width: 100%;
    background: var(--bs-secondary-bg, #f8f9fa);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    overflow: hidden;
}

.online-menu-root-col.is-featured .online-menu-root-img-wrap {
    height: 160px;
}

.online-menu-root-col:not(.is-featured) .online-menu-root-img-wrap {
    aspect-ratio: 4 / 3;
}

.online-menu-root-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online-menu-root-label {
    padding: 0.45rem 0.05rem 0.25rem;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #111111;
}

.online-menu-root-card-visual.is-selected .online-menu-root-img-wrap {
    outline: 2px solid #2f5f86;
    outline-offset: -2px;
}

.online-menu-root-card-visual.is-selected .online-menu-root-label {
    color: #2f5f86;
}

.online-menu-root-chip {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-menu-root-hint {
    max-width: 42rem;
}

.online-menu-subcategory-title {
    color: #2f5f86;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.35;
}

#pos.pos-online-order .online-menu-section-anchor > .online-menu-subcategory-title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem !important;
}

.age-verification-modal .modal-dialog {
    max-width: 428px;
}

.age-verification-modal .modal-content {
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.age-verification-modal__header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.35rem 1rem 0.95rem;
    border-bottom: 1px solid #d1d5db;
}

.age-verification-modal__title {
    color: #2f5f90;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    text-align: center;
}

.age-verification-modal__close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0.25rem;
    color: #111827;
    font-size: 1.7rem;
    line-height: 1;
    opacity: 1;
}

.age-verification-modal__close:hover {
    opacity: 1;
}

.age-verification-modal__body {
    padding: 18px 16px 14px;
}

.age-verification-modal__badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.age-verification-modal__badge {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    border: 8px solid #2f5f86;
    color: #2f5f86;
    font-size: 56px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-verification-modal__agreement {
    color: #212837;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px !important;
}

.age-verification-modal__notice {
    color: #212837;
    font-size: 16px;
    line-height: 1.25;
}

.age-verification-modal__link {
    color: #2e3156;
    text-decoration: underline;
}

.age-verification-modal__footer {
    border-top: 1px solid #d7d8dd;
    padding: 14px 16px;
    gap: 14px;
    justify-content: space-between;
}

.age-verification-modal__btn {
    flex: 1 1 0;
    min-height: 50px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.age-verification-modal__btn--under {
    border: 1px solid #2f5f86;
    background: #f4f7fc;
    color: #2f5f86;
}

.age-verification-modal__btn--under:hover {
    border-color: #2f5f86;
    background: #edf2fa;
    color: #2f5f86;
}

.age-verification-modal__btn--over {
    border: 1px solid #2f5f86;
    background: #2f5f86;
    color: #fff;
}

.age-verification-modal__btn--over:hover {
    border-color: #2f5f86;
    background: #2b5577;
    color: #fff;
}

@media (max-width: 767.98px) {
    .age-verification-modal .modal-dialog {
        max-width: none;
        width: 100%;
        margin: auto 0 0;
        min-height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .age-verification-modal .modal-content {
        width: 100%;
        border-radius: 18px 18px 0 0;
    }
}

@media (min-width: 768px) {
    .app-sidebar-minified .app-sidebar .menu-header,
    .app-sidebar-minified .app-sidebar .menu-divider {
        display: none !important;
    }
}

#pos.pos-online-order {
    --online-checkout-primary: #2f5f86;
    --online-checkout-action-accent: #2f5f86;
    --online-checkout-bg-muted: #f2f2f2;
    --online-checkout-border: #d9d9d9;
    --online-checkout-mint: #e6f5ef;
    --online-checkout-mint-text: #1e3d32;
    --online-checkout-radius: 8px;
    --online-checkout-link: #2f5f86;
    --online-checkout-text-muted: #6b7280;
    --oo-content-inline: 0.75rem;
    --oo-subcat-bar-pt: 0.35rem;
    --oo-subcat-link-pt: 0.55rem;
    --oo-subcat-link-pb: 0.65rem;
    --oo-subcat-link-fs: 0.9375rem;
    --oo-subcat-link-lh: 1.35;
    --oo-cart-action: #004d71;
    --oo-cart-header-bar: #ebebeb;
    --oo-cart-status-bg: #e0e0e0;
    --oo-cart-brand-bg: #f5f5f5;
}

#pos.pos-online-order .oo-cart {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#pos.pos-online-order .oo-cart .pos-sidebar-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#pos.pos-online-order .oo-cart .pos-sidebar-footer {
    flex-shrink: 0;
}

#pos.pos-online-order .oo-cart__shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    max-height: inherit;
}

#pos.pos-online-order .oo-cart__header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid var(--online-checkout-border);
}

@media (min-width: 768px) {
    #pos.pos-online-order .oo-cart .pos-sidebar-header.oo-cart__header {
        display: none;
    }
}

#pos.pos-online-order .oo-cart__tabs {
    flex-shrink: 0;
    background: var(--oo-cart-brand-bg);
    border-bottom: 1px solid var(--online-checkout-border);
}

#pos.pos-online-order .oo-cart__tabs.nav-tabs {
    border-bottom: 1px solid var(--online-checkout-border);
}

#pos.pos-online-order .oo-cart__tabs .nav-link {
    font-size: 0.8125rem;
    font-weight: 600;
}

#pos.pos-online-order .oo-cart__stage {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#pos.pos-online-order .oo-cart__panes.tab-content {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#pos.pos-online-order .oo-cart__panes .tab-pane {
    flex: 1 1 auto;
    min-height: 0;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

#pos.pos-online-order .oo-cart__panes .tab-pane.active {
    display: flex;
}

#pos.pos-online-order .oo-cart__panes .tab-pane.oo-cart__order-tab {
    flex-direction: column;
    align-items: stretch;
}

#pos.pos-online-order .oo-cart__order-panel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#pos.pos-online-order .oo-cart__order-heading {
    flex-shrink: 0;
    padding: 1.15rem 1rem 0.75rem;
}

#pos.pos-online-order .oo-cart__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

#pos.pos-online-order .oo-cart__empty-fill {
    flex: 1 1 auto;
    min-height: 6rem;
}

#pos.pos-online-order .oo-cart__dinein {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 1rem;
    background: var(--oo-cart-header-bar);
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

#pos.pos-online-order .oo-cart__dinein-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 2.25rem;
}

#pos.pos-online-order .oo-cart__dinein-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9375rem;
    line-height: 1.35;
    color: #111827;
}

#pos.pos-online-order .oo-cart__dinein-label {
    font-weight: 500;
}

#pos.pos-online-order .oo-cart__dinein-table {
    font-weight: 400;
    font-size: 0.9375rem;
    color: #374151;
}

#pos.pos-online-order .oo-cart__dinein-change {
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    line-height: 1.25;
    color: #111827;
    background: #fff;
    border: 1px solid #c5c9d0;
    border-radius: 999px;
    flex-shrink: 0;
}

#pos.pos-online-order .oo-cart__dinein-change:hover {
    background: #f9fafb;
}

#pos.pos-online-order .oo-cart__block {
    padding: 0.75rem 0.85rem 0.5rem;
}

#pos.pos-online-order .oo-cart__block.oo-cart__block--lines {
    padding: 0.5rem 1rem 1rem;
}

#pos.pos-online-order .oo-cart__block--host-group {
    padding-left: 0;
    padding-right: 0;
}

#pos.pos-online-order .oo-cart__host-section {
    margin-bottom: 0.35rem;
}

#pos.pos-online-order .oo-cart__host-section-head {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    margin: 0;
    padding: 0.65rem 0.85rem;
    box-sizing: border-box;
    color: #111827;
    background: var(--oo-cart-header-bar);
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
}

#pos.pos-online-order .oo-cart__host-section:first-child .oo-cart__host-section-head {
    border-top: 1px solid #d8d8d8;
}

#pos.pos-online-order .oo-cart__host-section-toggle {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    font: inherit;
    text-align: left;
    color: inherit;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

#pos.pos-online-order .oo-cart__host-section-toggle:focus-visible {
    outline: 2px solid var(--online-checkout-link);
    outline-offset: 2px;
}

#pos.pos-online-order .oo-cart__host-section-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    flex-shrink: 0;
    color: #4b5563;
    font-size: 0.75rem;
}

#pos.pos-online-order .oo-cart__host-section-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pos.pos-online-order .oo-cart__host-section-remove {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: inherit;
    color: var(--online-checkout-link);
    text-decoration: underline;
    text-underline-offset: 0.12em;
    background: transparent;
    border: none;
    cursor: pointer;
}

#pos.pos-online-order .oo-cart__host-section-remove:hover {
    color: #1e4d6e;
}

#pos.pos-online-order .oo-cart__host-section-remove:focus-visible {
    outline: 2px solid var(--online-checkout-link);
    outline-offset: 2px;
}

#pos.pos-online-order .oo-cart__host-section-total {
    flex-shrink: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: #111827;
}

#pos.pos-online-order .oo-cart__host-section-lines {
    padding: 0.35rem 0.85rem 0.75rem;
    background: #fff;
}

#pos.pos-online-order .oo-cart__participant-empty {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0.65rem 0.85rem;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 700;
    color: #374151;
    background: var(--oo-cart-header-bar);
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

#pos.pos-online-order .oo-cart__title {
    font-size: 1.375rem;
    font-weight: 500;
    color: #111827;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

#pos.pos-online-order .online-order-promo-action-btn,
#pos.pos-online-order .oo-cart__actions .oo-cart__action {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.52rem;
    padding: 0.66rem 0.5rem 0.62rem;
    min-height: 5.05rem;
    box-sizing: border-box;
    background: #f5f7fa;
    color: #2a5f8f;
    border: 1.5px solid #2f6698;
    border-radius: 0.5rem;
    text-decoration: none;
    text-align: center;
    font-size: 0.99rem;
    font-weight: 600;
    line-height: 1.12;
}

#pos.pos-online-order .online-order-promo-action-btn i,
#pos.pos-online-order .oo-cart__actions .oo-cart__action i {
    font-size: 1.4rem;
    line-height: 1;
    color: #2f6698;
}

#pos.pos-online-order .online-order-promo-action-btn:hover,
#pos.pos-online-order .online-order-promo-action-btn:focus-visible {
    background: #f5f7fa;
    color: #2a5f8f;
    border-color: #2f6698;
    text-decoration: none;
}

#pos.pos-online-order .oo-cart__actions .oo-cart__action:hover,
#pos.pos-online-order .oo-cart__actions .oo-cart__action:focus-visible {
    background: #fff;
    color: #2a5f8f;
    border-color: #2f6698;
    text-decoration: none;
}

#pos.pos-online-order .oo-cart__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

#pos.pos-online-order .oo-cart__actions .oo-cart__action {
    flex: 0 1 8.5rem;
    width: 8.5rem;
    max-width: 8.5rem;
    min-width: 8.1rem;
    background: #fff;
}

#pos.pos-online-order button.oo-cart__action {
    cursor: pointer;
    font: inherit;
    appearance: none;
}

#pos.pos-online-order .oo-cart__status {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.55rem 0.75rem;
    background: var(--oo-cart-status-bg);
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

#pos.pos-online-order .oo-cart__status-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #4b5563;
}

#pos.pos-online-order .oo-cart__status-inner .fa-circle-info {
    font-size: 0.95rem;
    color: #6b7280;
}

#pos.pos-online-order .oo-cart__group-ic {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#pos.pos-online-order .oo-cart__group-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 4px;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: 1.1rem;
    text-align: center;
    color: #fff;
    background: #22c55e;
    border-radius: 999px;
}

#pos.pos-online-order .oo-cart__line {
    position: relative;
    padding: 0.85rem 0;
    border-top: 1px solid var(--online-checkout-border);
}

#pos.pos-online-order .oo-cart__line:first-child {
    border-top: none;
    padding-top: 0.35rem;
}

#pos.pos-online-order .oo-cart__line .pos-order-confirmation {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 6px;
}

#pos.pos-online-order .oo-cart__line-inner {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

#pos.pos-online-order .oo-cart__thumb {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

#pos.pos-online-order .oo-cart__line-main {
    flex: 1 1 auto;
    min-width: 0;
}

#pos.pos-online-order .oo-cart__line-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

#pos.pos-online-order .oo-cart__line-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: capitalize;
    line-height: 1.3;
}

#pos.pos-online-order .oo-cart__line-price {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a1a;
    flex-shrink: 0;
}

#pos.pos-online-order .oo-cart__qty {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

#pos.pos-online-order .oo-cart__qty-btn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    color: #374151;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
}

#pos.pos-online-order .oo-cart__qty-btn:hover:not(:disabled) {
    background: #f9fafb;
}

#pos.pos-online-order .oo-cart__qty-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

#pos.pos-online-order .oo-cart__qty-val {
    min-width: 1.5rem;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a1a;
}

#pos.pos-online-order .oo-cart__line-actions {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

#pos.pos-online-order .oo-cart__link {
    color: var(--online-checkout-link);
    text-decoration: underline;
    font-weight: 500;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

#pos.pos-online-order .oo-cart__link:hover {
    color: #244a6b;
}

#pos.pos-online-order .oo-cart__sep {
    margin: 0 0.35rem;
    color: #d1d5db;
}

#pos.pos-online-order .oo-cart__empty {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
    min-height: 8rem;
}

#pos.pos-online-order .oo-cart__empty-svg {
    color: #c5ced6;
    margin-bottom: 0.75rem;
}

#pos.pos-online-order .oo-cart__empty-title {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 1.125rem;
    margin: 0;
}

#pos.pos-online-order .oo-cart__hist {
    padding: 0.625rem 0.75rem 1.25rem;
}

#pos.pos-online-order .oo-hist-empty__hint {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    color: #6b7280;
    max-width: 16rem;
    line-height: 1.45;
}

#pos.pos-online-order .oo-hist-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#pos.pos-online-order .oo-hist-card {
    background: #fff;
    border: 1px solid var(--online-checkout-border, #e5e7eb);
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

#pos.pos-online-order .oo-hist-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid var(--online-checkout-border, #e5e7eb);
}

#pos.pos-online-order .oo-hist-card__trigger {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
    color: inherit;
}

#pos.pos-online-order .oo-hist-card__trigger:hover .oo-hist-card__number {
    color: var(--online-checkout-link, #2f5f86);
}

#pos.pos-online-order .oo-hist-card__icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(47, 95, 134, 0.1);
    color: var(--online-checkout-link, #2f5f86);
    font-size: 0.875rem;
}

#pos.pos-online-order .oo-hist-card__meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

#pos.pos-online-order .oo-hist-card__number {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    word-break: break-all;
}

#pos.pos-online-order .oo-hist-card__date {
    font-size: 0.6875rem;
    color: #6b7280;
    line-height: 1.3;
}

#pos.pos-online-order .oo-hist-card__chevron {
    flex-shrink: 0;
    font-size: 0.6875rem;
    color: #9ca3af;
    margin-left: auto;
}

#pos.pos-online-order .oo-hist-status {
    flex-shrink: 0;
    align-self: center;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    padding: 0.28em 0.6em;
    border-radius: 999px;
    line-height: 1.2;
    white-space: nowrap;
}

#pos.pos-online-order .oo-hist-status--delivered,
#pos.pos-online-order .oo-hist-status--complete,
#pos.pos-online-order .oo-hist-status--completed,
#pos.pos-online-order .oo-hist-status--collected,
#pos.pos-online-order .oo-hist-status--collect {
    background: #dcfce7;
    color: #166534;
}

#pos.pos-online-order .oo-hist-status--processing,
#pos.pos-online-order .oo-hist-status--pending,
#pos.pos-online-order .oo-hist-status--confirmed {
    background: #e0e7ff;
    color: #3730a3;
}

#pos.pos-online-order .oo-hist-status--out-for-delivery {
    background: #dbeafe;
    color: #1d4ed8;
}

#pos.pos-online-order .oo-hist-status--ready-for-collection {
    background: #fff3cd;
    color: #856404;
}

#pos.pos-online-order .oo-hist-status--cancelled,
#pos.pos-online-order .oo-hist-status--canceled {
    background: #f3f4f6;
    color: #4b5563;
}

#pos.pos-online-order .oo-hist-status--unknown {
    background: #f3f4f6;
    color: #6b7280;
}

#pos.pos-online-order .oo-hist-card__items {
    padding: 0.25rem 0;
}

#pos.pos-online-order .oo-hist-line {
    display: flex;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

#pos.pos-online-order .oo-hist-line:last-child {
    border-bottom: 0;
}

#pos.pos-online-order .oo-hist-line__thumb {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background-color: #f3f4f6;
    background-size: cover;
    background-position: center;
}

#pos.pos-online-order .oo-hist-line__thumb--muted {
    opacity: 0.55;
    filter: grayscale(0.35);
}

#pos.pos-online-order .oo-hist-line__body {
    flex: 1 1 auto;
    min-width: 0;
}

#pos.pos-online-order .oo-hist-line__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.2rem;
}

#pos.pos-online-order .oo-hist-line__name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

#pos.pos-online-order .oo-hist-line__price {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    flex-shrink: 0;
}

#pos.pos-online-order .oo-hist-line__mods {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.35;
}

#pos.pos-online-order .oo-hist-line__foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
}

#pos.pos-online-order .oo-hist-line__qty {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4b5563;
}

#pos.pos-online-order .oo-hist-line__badge {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0.2em 0.5em;
    border-radius: 999px;
    background: #fef2f2;
    color: #b91c1c;
}

#pos.pos-online-order .oo-hist-line__reorder {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid var(--online-checkout-border, #d1d5db);
    background: #fff;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--online-checkout-link, #2f5f86);
    cursor: pointer;
}

#pos.pos-online-order .oo-hist-line__reorder:hover:not(:disabled) {
    background: #f8fafc;
    border-color: #9ca3af;
}

#pos.pos-online-order .oo-hist-line__reorder:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

#pos.pos-online-order .oo-hist-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    background: #f9fafb;
    border-top: 1px solid var(--online-checkout-border, #e5e7eb);
}

#pos.pos-online-order .oo-hist-card__count {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

#pos.pos-online-order .oo-hist-card__total {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
}

#pos.pos-online-order .oo-hist-card--skeleton {
    pointer-events: none;
    padding: 0.75rem;
}

#pos.pos-online-order .oo-hist-skeleton__head,
#pos.pos-online-order .oo-hist-skeleton__line {
    border-radius: 6px;
    background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: oo-hist-shimmer 1.2s ease-in-out infinite;
}

#pos.pos-online-order .oo-hist-skeleton__head {
    height: 2.5rem;
    margin-bottom: 0.65rem;
}

#pos.pos-online-order .oo-hist-skeleton__line {
    height: 3rem;
    margin-bottom: 0.5rem;
}

#pos.pos-online-order .oo-hist-skeleton__line--short {
    width: 72%;
    margin-bottom: 0;
}

@keyframes oo-hist-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.badge.pos-order-availability-badge {
    font-size: 0.625rem;
    font-weight: 600;
    padding: 0.2em 0.55em;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #fff !important;
    background-color: var(--bs-danger, #dc3545) !important;
    border: 0;
}

#pos.pos-online-order .oo-cart__checkout {
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid var(--online-checkout-border);
}

#pos.pos-online-order .oo-cart__checkout.is-collapsed {
    padding: 0;
    padding-bottom: 0;
    border-top: none;
    min-height: 0;
}

#pos.pos-online-order .oo-cart__brand {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    padding: 0.65rem 0.75rem;
    background: var(--oo-cart-brand-bg);
    border-top: 1px solid #e8e8e8;
    font-size: 0.6875rem;
    line-height: 1.3;
}

#pos.pos-online-order .oo-cart__brand-powered {
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
}

#pos.pos-online-order .oo-cart__brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

#pos.pos-online-order .oo-cart__brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 500;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    line-height: 1;
    color: #fff;
    background: linear-gradient(145deg, #64748b, #475569);
}

#pos.pos-online-order .oo-cart__brand-name {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #4b5563;
    text-transform: lowercase;
}

#pos.pos-online-order .oo-cart__group-banner {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--online-checkout-mint-text);
    background: var(--online-checkout-mint);
    border-radius: 0;
}

#pos.pos-online-order .oo-cart__group-banner-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#pos.pos-online-order .oo-cart__group-banner.is-visible {
    display: flex;
}

#pos.pos-online-order button.oo-cart__group-banner {
    width: 100%;
    border: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}

#pos.pos-online-order button.oo-cart__group-banner:focus-visible {
    outline: 2px solid rgba(47, 95, 144, 0.45);
    outline-offset: 2px;
}

#pos.pos-online-order .oo-cart__group-banner .oo-cart__group-ic {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.5rem;
    padding-right: 0.5rem;
}

#pos.pos-online-order .oo-cart__group-banner .oo-cart__group-badge {
    position: absolute;
    bottom: -3px;
    right: -4px;
    top: auto;
    min-width: 1.05rem;
    height: 1.05rem;
    font-size: 0.6rem;
    line-height: 1.05rem;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #1a1a1a;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
}

#pos.pos-online-order .oo-cart__fees {
    margin-bottom: 0.75rem;
}

#pos.pos-online-order .oo-cart__fee-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

#pos.pos-online-order .oo-cart__fee-row--tip,
#pos.pos-online-order .oo-cart__fee-row--note {
    align-items: center;
}

#pos.pos-online-order .oo-cart__tip-label,
#pos.pos-online-order .oo-cart__note-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

#pos.pos-online-order .oo-cart__tip-amt {
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

#pos.pos-online-order .oo-cart__note-preview {
    max-width: 9.5rem;
    font-size: 0.8125rem;
    color: #4b5563;
    text-align: right;
}

.online-group-order-textarea {
    width: 100%;
    min-height: 6.5rem;
    border: 1px solid #bfd2e3;
    border-radius: 0.25rem;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #111;
    resize: vertical;
    outline: none;
}

.online-group-order-textarea:focus {
    border-color: #6a90b5;
    box-shadow: 0 0 0 2px rgba(47, 95, 144, 0.12);
}

.online-group-order-textarea::placeholder {
    color: #9ca3af;
}

#pos.pos-online-order .oo-cart__total-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
}

#pos.pos-online-order .oo-cart__total-amt {
    font-size: 1.05rem;
}

#pos.pos-online-order .oo-cart__delivery-pending-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 1.25rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

#pos.pos-online-order .oo-cart__delivery-pending-spinner {
    color: var(--online-checkout-text-muted);
    border-width: 0.14em;
}

#pos.pos-online-order .oo-cart__tax-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--online-checkout-text-muted);
}

#pos.pos-online-order .oo-cart__delivery-title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--online-checkout-primary);
    margin-bottom: 0.5rem;
}

#pos.pos-online-order .oo-cart__delivery-opt {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.5rem;
    border: 1px solid var(--online-checkout-border);
    border-radius: var(--online-checkout-radius);
    cursor: pointer;
    background: #fff;
}

#pos.pos-online-order .oo-cart__delivery-opt:has(input:checked) {
    border-color: var(--online-checkout-primary);
    box-shadow: 0 0 0 1px var(--online-checkout-primary);
}

#pos.pos-online-order .oo-cart__delivery-opt .form-check-input {
    margin-top: 0.2rem;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    border-radius: 50%;
    padding: 0;
    accent-color: var(--online-checkout-primary);
}

#pos.pos-online-order .oo-cart__proceed {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: #2f5f86;
    border: none;
    border-radius: var(--online-checkout-radius);
    line-height: 1.3;
}

#pos.pos-online-order .oo-cart__proceed:hover:not(:disabled) {
    background: #265170;
    color: #fff;
}

#pos.pos-online-order .oo-cart__proceed:disabled {
    opacity: 0.55;
}

#pos.pos-online-order .oo-cart__proceed:disabled,
.online-checkout-delivery-submit-btn:disabled {
    cursor: not-allowed;
}

.online-group-order-modal .modal-dialog,
.online-checkout-delivery-modal .modal-dialog,
.online-tip-modal .modal-dialog,
.online-order-note-modal .modal-dialog,
.age-verification-modal .modal-dialog {
    margin: 0 auto;
    max-width: 450px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.online-group-order-modal .modal-content,
.online-checkout-delivery-modal .modal-content,
.online-tip-modal .modal-content,
.online-order-note-modal .modal-content,
.age-verification-modal .modal-content {
    border: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 -8px 24px rgba(17, 24, 39, 0.12);
    overflow: hidden;
}

.modal.modal-stack-dim .modal-content {
    position: relative;
    transition: filter 18ms ease;
}

.modal.modal-stack-dim .modal-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9, 14, 25, 0.34);
    pointer-events: none;
    z-index: 2;
}

.modal.fade.online-group-order-modal .modal-dialog,
.modal.fade.online-checkout-delivery-modal .modal-dialog,
.modal.fade.online-tip-modal .modal-dialog,
.modal.fade.online-order-note-modal .modal-dialog,
.modal.fade.age-verification-modal .modal-dialog {
    transition: none;
    transform: translateY(42px);
    opacity: 0;
    animation: onlineGroupOrderFlyOut 220ms ease both;
    will-change: transform, opacity;
}

.modal.show.online-group-order-modal .modal-dialog,
.modal.show.online-checkout-delivery-modal .modal-dialog,
.modal.show.online-tip-modal .modal-dialog,
.modal.show.online-order-note-modal .modal-dialog,
.modal.show.age-verification-modal .modal-dialog {
    transition: none;
    animation: onlineGroupOrderFlyIn 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade.online-group-order-modal .modal-dialog,
    .modal.fade.online-checkout-delivery-modal .modal-dialog,
    .modal.fade.online-tip-modal .modal-dialog,
    .modal.fade.online-order-note-modal .modal-dialog,
    .modal.fade.age-verification-modal .modal-dialog {
        animation: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes onlineGroupOrderFlyIn {
    from {
        transform: translateY(42px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes onlineGroupOrderFlyOut {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(42px);
        opacity: 0;
    }
}

.online-group-order-sheet-handle {
    width: 3.25rem;
    height: 0.3rem;
    border-radius: 999px;
    background: #d1d5db;
    margin: 0.55rem auto 0.15rem;
}

.online-group-order-modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.35rem 1rem 0.95rem;
    border-bottom: 1px solid #d1d5db;
}

.online-group-order-modal-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.25;
    color: #2f5f90;
}

.online-group-order-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0.25rem;
    color: #111827;
    font-size: 1.7rem;
    line-height: 1;
}

.online-group-order-modal-body {
    padding: 0.55rem 1rem 1rem 1rem;
    max-height: min(55vh, 30rem);
    overflow-y: auto;
}

.online-group-order-lead {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.25;
    color: #2f5f90;
    text-align: center;
    margin-top: 0.2rem;
}

.online-group-order-copy {
    margin-top: 0.8rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #111;
    text-align: center;
    padding: 0 0.35rem;
}

.online-group-order-label {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #111;
}

.online-group-order-input {
    width: 100%;
    height: 3.6rem;
    border: 1px solid #bfd2e3;
    border-radius: 0.25rem;
    padding: 0 0.75rem;
    font-size: 1rem;
    color: #111;
    outline: none;
}

.online-group-order-input:focus {
    border-color: #6a90b5;
    box-shadow: 0 0 0 2px rgba(47, 95, 144, 0.12);
}

.online-group-order-input.is-invalid {
    border-color: #bfd2e3;
    box-shadow: inset 3px 0 0 #ff0000;
}

.online-group-order-input.is-invalid:focus {
    border-color: #bfd2e3;
    box-shadow: inset 3px 0 0 #ff0000, 0 0 0 2px rgba(255, 0, 0, 0.08);
}

.online-group-order-input-error {
    margin-top: 0.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1;
    color: #ff0000;
    min-height: 1.1rem;
    background: transparent;
    border-radius: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
}

.online-group-order-input-error.is-visible {
    visibility: visible;
    opacity: 1;
}

.online-group-order-help-toggle {
    width: 100%;
    margin-top: 0.95rem;
    border: 0;
    background: transparent;
    color: #2f5f90;
    font-size: 1.05rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.35rem 0;
}

.online-group-order-help-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.5rem;
    color: #1f2937;
}

.online-group-order-help-list li {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
}

.online-group-order-help-panel {
    margin-top: 0.45rem;
}

.online-group-order-participants-list {
    margin-top: 0.35rem;
    border-top: 1px solid #d1d5db;
}

.online-group-order-participants-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #111827;
}

.online-group-order-participant-delete {
    border: 0;
    background: transparent;
    color: #111827;
    padding: 0.1rem 0.2rem;
    font-size: 1.05rem;
    line-height: 1;
}

.online-group-order-participant-delete:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.online-group-order-participants-empty {
    padding: 0.8rem 0;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
}

#modalGroupOrderManage .online-group-order-manage-intro {
    font-weight: 400;
    line-height: 1.45;
}

#modalGroupOrderManage .online-group-order-manage-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2f5f90;
    border-bottom: 0;
    padding-bottom: 0;
}

#modalGroupOrderManage .online-group-order-manage-participants-list {
    border-top: 0;
    margin-top: 0.15rem;
}

#modalGroupOrderManage .online-group-order-manage-participants-list > .online-group-order-participants-row:first-child {
    border-top: 1px solid #d1d5db;
}

#modalGroupOrderManage .online-group-order-manage-participants-empty {
    padding: 0.85rem 0 0.35rem;
    color: #111;
    font-size: 1rem;
    font-weight: 400;
}

#modalGroupOrderManage .online-group-order-manage-empty-primary {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #111;
    text-align: center;
    font-size: 1rem;
    line-height: 1.35;
}

#modalGroupOrderManage .online-group-order-manage-empty-secondary {
    font-weight: 400;
    color: #111;
    text-align: center;
    font-size: 1rem;
    line-height: 1.35;
}

.online-group-order-modal-footer {
    border-top: 1px solid #d1d5db;
    padding: 0.9rem 0.95rem 1rem;
}

.online-early-fulfillment-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.online-early-fulfillment-toggle__btn {
    min-height: 2.65rem;
    border: 1px solid #bfd2e3;
    border-radius: 0.35rem;
    background: #fff;
    color: #2f5f90;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
}

.online-early-fulfillment-toggle__btn.is-active {
    border-color: #2f5f90;
    background: #eef4fb;
}

.online-early-delivery-saved-card {
    border: 1px solid #bfd2e3;
    border-radius: 0.45rem;
    padding: 0.75rem;
    background: #f8fbff;
}

.online-early-delivery-saved-card__title {
    font-size: 0.95rem;
    font-weight: 500;
    color: #2f5f90;
}

.online-early-delivery-saved-card__line {
    margin-top: 0.55rem;
    font-size: 1.05rem;
    line-height: 1.45;
    color: #1f2937;
    word-break: break-word;
}

#modalEarlyDeliveryAddress .online-early-delivery-saved-card {
    padding: 1rem 1rem 1.1rem;
}

#modalEarlyDeliveryAddress .online-group-order-input {
    min-height: 4.35rem;
    padding: 0.65rem 1rem;
    font-size: 1.05rem;
}

.online-early-delivery-address-search-row {
    position: relative;
    width: 100%;
}

#modalEarlyDeliveryAddress .online-early-delivery-address-search-input {
    padding-right: 3.35rem;
}

.online-early-delivery-my-location-stack {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
}

.online-early-delivery-my-location-btn {
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    border: 0;
    border-radius: 0.35rem;
    background: transparent;
    color: #2f5f90;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.online-early-delivery-my-location-btn:hover:not(:disabled),
.online-early-delivery-my-location-btn:focus-visible {
    background: rgba(47, 95, 144, 0.1);
    color: #2f5f90;
}

.online-early-delivery-my-location-btn:disabled {
    opacity: 0.65;
}

.online-early-delivery-address-not-found {
    margin-top: 0.2rem;
    border: 1px solid #d9dce1;
    border-top: 0;
    border-radius: 0 0 0.3rem 0.3rem;
    background: #fff;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.4;
    padding: 0.6rem 0.75rem;
}

#modalEarlyDeliveryAddress .online-group-order-label {
    font-size: 1.05rem;
}

.online-group-order-start-btn {
    width: 100%;
    height: 3.65rem;
    border: 0;
    border-radius: 0.4rem;
    background: #2f5f90;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.online-group-order-start-btn:hover,
.online-group-order-start-btn:focus-visible {
    background: #2b5887;
    color: #fff;
}

#modalGroupOrderJoin .online-group-order-modal-title {
    font-weight: 500;
}

#modalGroupOrderJoin .online-group-order-modal-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

#modalGroupOrderJoin .online-group-order-join-lead {
    margin-top: 0.15rem;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35;
    color: #2f5f90;
    text-align: center;
    padding: 0 0.35rem;
}

#modalGroupOrderJoin .online-group-order-join-instruction {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #111;
    text-align: center;
    padding: 0 0.35rem;
}

#modalGroupOrderJoin .online-group-order-join-groups-section {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

#modalGroupOrderJoin .online-group-order-join-groups-header {
    text-align: center;
    padding-bottom: 0.5rem;
}

#modalGroupOrderJoin .online-group-order-join-groups-toggle {
    font-weight: 500;
    font-size: 19px;
    color: #2f5f90;
}

#modalGroupOrderJoin #groupJoinListWrap.online-group-order-join-radio-panel:not(:empty) {
    border-top: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 0.7rem 0;
    margin-top: 0;
}

#modalGroupOrderJoin .online-group-order-join-choice {
    margin-bottom: 0.5rem;
    cursor: pointer;
}

#modalGroupOrderJoin .online-group-order-join-choice:last-of-type {
    margin-bottom: 0;
}

#modalGroupOrderJoin .online-group-order-join-choice-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #111;
}

#modalGroupOrderJoin #groupJoinListWrap input.online-group-order-join-radio[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    flex-shrink: 0;
    border: 1px solid #111;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    vertical-align: middle;
}

#modalGroupOrderJoin #groupJoinListWrap input.online-group-order-join-radio[type="radio"]:checked {
    border: 2px solid #2f5f90;
    background-color: #2f5f90;
    box-shadow: inset 0 0 0 3px #fff;
}

#modalGroupOrderJoin #groupJoinListWrap input.online-group-order-join-radio[type="radio"]:focus-visible {
    outline: 2px solid rgba(47, 95, 144, 0.45);
    outline-offset: 2px;
}

#modalGroupOrderJoin .online-group-order-modal-footer--join {
    padding: 0.95rem 1.35rem 0.9rem;
}

#modalGroupOrderJoin .online-group-order-modal-footer--join .online-group-order-start-btn {
    min-height: 3.5rem;
    height: auto;
    padding: 0.55rem 0.65rem;
    border-radius: 0.4rem;
    font-size: 1.05rem;
    line-height: 1.12;
}

#modalGroupOrderJoin .online-group-order-join-submit-label {
    font-weight: 500;
    line-height: 1.15;
    gap: 0.05rem;
}

#modalGroupOrderJoin .online-group-order-start-btn--join-secondary {
    background: #fff;
    color: #2f5f90;
    border: 1px solid #2f5f90;
    border-radius: 0.35rem;
    font-weight: 500;
}

#modalGroupOrderJoin .online-group-order-start-btn--join-secondary:hover,
#modalGroupOrderJoin .online-group-order-start-btn--join-secondary:focus-visible {
    background: #f5f9ff;
    color: #2f5f90;
}

/* Early delivery address modal — same dual-action layout as Group Order join (secondary | primary) */
#modalEarlyDeliveryAddress .online-group-order-modal-footer--early-delivery {
    padding: 0.95rem 1.35rem 0.9rem;
}

#modalEarlyDeliveryAddress .online-group-order-modal-footer--early-delivery .online-group-order-start-btn {
    min-height: 3.5rem;
    height: auto;
    padding: 0.55rem 0.65rem;
    border-radius: 0.4rem;
    font-size: 1.05rem;
    line-height: 1.12;
}

#modalEarlyDeliveryAddress .online-group-order-start-btn--join-secondary {
    background: #fff;
    color: #2f5f90;
    border: 1px solid #2f5f90;
    border-radius: 0.35rem;
    font-weight: 500;
}

#modalEarlyDeliveryAddress .online-group-order-start-btn--join-secondary:hover,
#modalEarlyDeliveryAddress .online-group-order-start-btn--join-secondary:focus-visible {
    background: #f5f9ff;
    color: #2f5f90;
}

#modalEarlyDeliveryAddress .online-group-order-start-btn--join-secondary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

#modalCheckoutExistingAccount .online-group-order-start-btn--join-secondary {
    background: #fff;
    color: #2f5f90;
    border: 1px solid #2f5f90;
    border-radius: 0.35rem;
    font-weight: 500;
}

#modalCheckoutExistingAccount .online-group-order-start-btn--join-secondary:hover,
#modalCheckoutExistingAccount .online-group-order-start-btn--join-secondary:focus-visible {
    background: #f5f9ff;
    color: #2f5f90;
}

#modalCheckoutCustomerDetails .checkout-phone-input-row {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0.6rem;
    align-items: stretch;
}

#modalCheckoutCustomerDetails .checkout-phone-country-wrap {
    position: relative;
}

#modalCheckoutCustomerDetails .checkout-phone-country-btn {
    background: #fff;
    border: 1px solid #c9d2e3;
    border-radius: 0.5rem;
    width: 100%;
    min-height: 3.6rem;
    justify-content: center;
    padding: 0.45rem 0.5rem;
}

#modalCheckoutCustomerDetails .checkout-phone-country-btn:focus {
    box-shadow: 0 0 0 0.15rem rgba(47, 95, 144, 0.2);
}

#modalCheckoutCustomerDetails .checkout-phone-flag {
    width: 30px;
    height: 14px;
    border-radius: 1px;
    object-fit: cover;
    border: 1px solid #d1d5db;
}

#modalCheckoutCustomerDetails #checkoutDetailCountryCode {
    font-weight: 600;
    color: #2f5f90;
    font-size: 0.9rem;
}

#modalCheckoutCustomerDetails .checkout-phone-number-input {
    min-height: 3.6rem;
    box-shadow: none;
}

#modalCheckoutCustomerDetails .checkout-phone-number-input.is-invalid {
    border-color: #bfd2e3;
    box-shadow: inset 3px 0 0 #ff0000;
}

#modalCheckoutCustomerDetails .checkout-phone-number-input.is-invalid:focus {
    border-color: #bfd2e3;
    box-shadow: inset 3px 0 0 #ff0000, 0 0 0 2px rgba(255, 0, 0, 0.08);
}

#modalCheckoutCustomerDetails .checkout-phone-country-menu {
    max-height: 250px;
    overflow: hidden;
    overflow-x: hidden;
    width: min(24rem, 78vw);
    display: none;
    flex-direction: column;
    bottom: calc(100% + 0.45rem);
    top: auto;
    left: 0;
    transform: none !important;
    inset: auto auto calc(100% + 0.45rem) 0 !important;
    box-shadow: 0 -6px 14px rgba(17, 24, 39, 0.12), 0 2px 10px rgba(17, 24, 39, 0.08);
}

#modalCheckoutCustomerDetails .checkout-phone-country-menu.show {
    display: flex;
}

#modalCheckoutCustomerDetails #checkoutDetailCountrySearch {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

#modalCheckoutCustomerDetails #checkoutDetailCountryList {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}

#modalCheckoutCustomerDetails #checkoutDetailCountryList .dropdown-item {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

#modalCheckoutCustomerDetails #checkoutDetailCountryList .dropdown-item .d-flex {
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

#modalCheckoutCustomerDetails #checkoutDetailCountryList .dropdown-item .me-2 {
    margin-right: 0 !important;
}

#modalCheckoutCustomerDetails #checkoutDetailCountryList .dropdown-item span:first-of-type {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#modalCheckoutCustomerDetails #checkoutDetailCountryList .dropdown-item span:last-of-type {
    flex-shrink: 0;
}

@media (max-width: 420px) {
    #modalCheckoutCustomerDetails .checkout-phone-input-row {
        grid-template-columns: 6.8rem 1fr;
        gap: 0.45rem;
    }
}

#modalGroupOrderJoin .online-group-order-join-new-wrap {
    text-align: right;
}

#modalGroupOrderJoin .online-group-order-start-new-link {
    text-decoration: underline;
    color: #2f5f90;
    font-size: 0.9rem;
    font-weight: 500;
}

#modalGroupOrderJoin #groupJoinListSection button {
    color: #2f5f90;
}

.online-member-login-modal .online-group-order-modal-body {
    max-height: min(70vh, 36rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 576px) {
    .online-member-login-modal .online-group-order-modal-body {
        padding-left: 3.8rem;
        padding-right: 3.8rem;
    }
}

/* Full-width rule above Login (body has horizontal padding; pull footer flush to modal edges). */
.online-member-login-modal .online-member-login-form-footer {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: 1rem;
    padding: 0.9rem 1.25rem 0;
    border: 0;
    border-top: 1px solid #d1d5db;
    background: #fff;
}

@media (min-width: 576px) {
    .online-member-login-modal .online-member-login-form-footer {
        margin-left: -3.8rem;
        margin-right: -3.8rem;
        padding-left: 3.8rem;
        padding-right: 3.8rem;
    }
}

.online-member-login-password-field {
    position: relative;
}

.online-member-login-password-field .online-group-order-input {
    padding-right: 2.85rem;
}

.online-member-login-password-toggle {
    position: absolute;
    right: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0.35rem;
    color: #6b7280;
    line-height: 1;
}

.online-member-login-password-toggle:hover,
.online-member-login-password-toggle:focus-visible {
    color: #374151;
}

.online-member-login-remember {
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    cursor: pointer;
}

.online-member-login-remember input {
    width: 1.15rem;
    height: 1.15rem;
    accent-color: #2f5f90;
}

.online-member-login-forgot {
    font-size: 1rem;
    color: #2f5f90;
    text-decoration: underline;
}

.online-member-login-forgot:hover {
    color: #254a73;
}

.online-member-login-footer-text {
    margin-top: 1.1rem;
    text-align: center;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.45;
}

.online-member-login-footer-text a {
    color: #2f5f90;
    text-decoration: underline;
}

.online-member-login-footer-text a:hover {
    color: #254a73;
}

.online-member-login-legal {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.4;
}

.online-member-login-legal a {
    color: #2f5f90;
    text-decoration: underline;
}

.online-member-login-legal a:hover {
    color: #254a73;
}

.pac-container {
    z-index: 2000 !important;
}

.online-member-register-modal .modal-content {
    display: flex;
    flex-direction: column;
    max-height: min(90vh, 44rem);
}

.online-member-register-modal .online-group-order-sheet-handle,
.online-member-register-modal .online-group-order-modal-header,
.online-member-register-modal .online-member-register-step1-footer {
    flex-shrink: 0;
}

.online-member-register-modal .online-member-register-modal-body {
    flex: 0 1 auto;
    min-height: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 576px) {
    .online-member-register-modal .online-member-register-modal-body {
        padding-left: 3.8rem;
        padding-right: 3.8rem;
    }
}

.online-member-register-modal .online-member-register-modal-body.online-member-register-modal-body--step2 {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.online-member-register-modal .online-member-register-details-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}

.online-member-register-modal .online-member-register-step2-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-bottom: 0.35rem;
}

@media (min-width: 576px) {
    .online-member-register-modal .online-member-register-step2-scroll {
        margin-left: -3.8rem;
        margin-right: -3.8rem;
    }
}

.online-member-register-modal .online-member-register-step2-scroll-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .online-member-register-modal .online-member-register-step2-scroll-inner {
        padding-left: 3.8rem;
        padding-right: 3.8rem;
    }
}

.online-member-register-modal .online-member-register-step2-footer {
    flex-shrink: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0.9rem 1.25rem 1rem;
    background: #fff;
    border-top: 1px solid #d1d5db;
}

@media (min-width: 576px) {
    .online-member-register-modal .online-member-register-step2-footer {
        margin-left: -3.8rem;
        margin-right: -3.8rem;
        padding-left: 3.8rem;
        padding-right: 3.8rem;
    }
}

.online-member-register-modal .online-member-register-step2-footer__legal {
    margin-top: 1rem;
}

.online-member-register-legal-two-lines {
    text-align: center;
}

.online-member-register-legal-two-lines__line {
    display: block;
}

.online-member-register-label-first {
    margin-top: 0.35rem;
}

.online-member-register-input-readonly {
    background: #f3f4f6 !important;
    color: #111;
    cursor: default;
}

.online-member-register-name-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
}

@media (max-width: 575.98px) {
    .online-member-register-name-row {
        margin-top: 0.5rem;
    }
}

.online-member-register-step1-footer .online-member-login-footer-text {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .online-group-order-modal .modal-dialog {
        max-width: 450px;
    }
}

.online-checkout-delivery-modal .modal-dialog {
    margin: 0 auto;
    max-width: 450px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.online-checkout-delivery-modal .modal-content {
    border: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 -8px 24px rgba(17, 24, 39, 0.12);
    overflow: hidden;
}

.modal.fade.online-checkout-delivery-modal .modal-dialog {
    transition: none;
    transform: translateY(42px);
    opacity: 0;
    animation: onlineGroupOrderFlyOut 220ms ease both;
    will-change: transform, opacity;
}

.modal.show.online-checkout-delivery-modal .modal-dialog {
    transition: none;
    animation: onlineGroupOrderFlyIn 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade.online-checkout-delivery-modal .modal-dialog {
        animation: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes onlineCheckoutDeliveryFlyIn {
    from {
        transform: translateY(42px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes onlineCheckoutDeliveryFlyOut {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(42px);
        opacity: 0;
    }
}

.online-checkout-delivery-sheet-handle {
    width: 3.25rem;
    height: 0.3rem;
    border-radius: 999px;
    background: #d1d5db;
    margin: 0.55rem auto 0.15rem;
}

.online-checkout-delivery-modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.35rem 1rem 0.95rem;
    border-bottom: 1px solid #d1d5db;
}

.online-checkout-delivery-modal-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.25;
    color: #2f5f90;
    text-align: center;
}

.online-checkout-delivery-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0.25rem;
    color: #111827;
    font-size: 1.7rem;
    line-height: 1;
}

.online-checkout-delivery-modal-body {
    padding: 0.65rem 1rem 1rem;
    max-height: min(55vh, 30rem);
    overflow-y: auto;
}

#modalChangeDineInTable .modal-content {
    display: flex;
    flex-direction: column;
    max-height: min(85vh, 40rem);
    min-height: 0;
}

#modalChangeDineInTable .online-group-order-sheet-handle {
    flex-shrink: 0;
}

#modalChangeDineInTable .online-group-order-modal-header {
    flex-shrink: 0;
}

#modalChangeDineInTable .online-group-order-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    max-height: none;
}

#modalChangeDineInTable .online-group-order-modal-footer {
    flex-shrink: 0;
}

#modalChangeDineInTable .online-change-table-header-with-back {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#modalChangeDineInTable .online-change-table-back-btn {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25rem 0.45rem;
    border-radius: 0.25rem;
}

#modalChangeDineInTable .online-change-table-back-btn:hover,
#modalChangeDineInTable .online-change-table-back-btn:focus-visible {
    background: #f3f4f6;
    outline: none;
}

#modalChangeDineInTable .online-change-table-header-titles {
    min-width: 0;
    max-width: min(100%, 18rem);
    padding: 0 2.75rem;
    text-align: center;
}

#modalChangeDineInTable .online-change-table-subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.25rem;
    color: #374151 !important;
}

#modalChangeDineInTable .online-change-table-options {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

#modalChangeDineInTable .online-change-table-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    border: 1px solid #bfd2e3;
    border-radius: 0.25rem;
    padding: 0.75rem 0.85rem;
    background: #fff;
    color: #111827;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    font-size: 1rem;
}

#modalChangeDineInTable .online-change-table-option:hover {
    border-color: #6a90b5;
    box-shadow: 0 0 0 2px rgba(47, 95, 144, 0.12);
}

#modalChangeDineInTable .online-change-table-option:focus-visible {
    outline: 2px solid rgba(47, 95, 144, 0.45);
    outline-offset: 2px;
}

#modalChangeDineInTable .online-change-table-option--selected {
    border-color: #2f5f90;
    background: #f5f9ff;
    box-shadow: 0 0 0 1px rgba(47, 95, 144, 0.35);
}

#modalChangeDineInTable .online-change-table-option-icon {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: #eef4f8;
    color: #2f5f90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

#modalChangeDineInTable .online-change-table-option-label {
    font-weight: 600;
    font-size: 1rem;
    flex: 1 1 auto;
    min-width: 0;
    color: #111827;
}

#modalChangeDineInTable .online-change-table-option-chevron {
    flex-shrink: 0;
    color: #9ca3af;
    font-size: 0.85rem;
}

#modalChangeDineInTable .online-change-table-option-text-col {
    flex: 1 1 auto;
    min-width: 0;
}

#modalChangeDineInTable .online-change-table-option-meta {
    display: block;
    margin-top: 0.15rem;
    font-weight: 400;
}

#modalChangeDineInTable .online-group-order-modal-footer.d-flex .online-group-order-start-btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    min-height: 3.5rem;
    height: auto;
    padding: 0.55rem 0.65rem;
    border-radius: 0.4rem;
    font-size: 1.05rem;
    line-height: 1.12;
}

#modalChangeDineInTable .online-group-order-start-btn--join-secondary {
    background: #fff;
    color: #2f5f90;
    border: 1px solid #2f5f90;
    border-radius: 0.35rem;
    font-weight: 500;
}

#modalChangeDineInTable .online-group-order-start-btn--join-secondary:hover,
#modalChangeDineInTable .online-group-order-start-btn--join-secondary:focus-visible {
    background: #f5f9ff;
    color: #2f5f90;
}

#modalChangeDineInTable .online-group-order-start-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.online-checkout-delivery-validation {
    margin-top: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.35rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    font-size: 0.9rem;
    line-height: 1.35;
}

.online-checkout-delivery-validation__item + .online-checkout-delivery-validation__item {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid #fecaca;
}

.online-checkout-delivery-validation__item strong {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #7f1d1d;
    margin-bottom: 0.2rem;
}

.online-checkout-delivery-options .oo-cart__delivery-opt:last-child {
    margin-bottom: 0;
}

.online-checkout-delivery-details-wrap {
    margin-bottom: 0.35rem;
}

.online-checkout-delivery-details-toggle {
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
    color: #2f5f90;
    font-size: 0.9375rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.35rem 0;
    text-align: left;
}

.online-checkout-delivery-details-toggle:hover,
.online-checkout-delivery-details-toggle:focus-visible {
    color: #244a72;
    outline: none;
}

.online-checkout-delivery-details-panel {
    margin-top: 0.2rem;
}

.online-checkout-delivery-summary {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.online-checkout-delivery-summary__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #111827;
    margin-bottom: 0.5rem;
    font-variant-numeric: tabular-nums;
}

.online-checkout-delivery-summary__label {
    flex-shrink: 0;
    min-width: 0;
}

.online-checkout-delivery-summary__row--delivery-fee {
    align-items: center;
}

.online-checkout-delivery-summary__val--fee {
    min-width: 0;
    max-width: min(14rem, 58%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

.online-checkout-delivery-summary__fee-amount {
    display: block;
    width: 100%;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.online-checkout-delivery-summary__row--grand {
    font-weight: 500;
    font-size: 1.0625rem;
    color: #1a1a1a;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.online-checkout-delivery-summary__hint {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.35;
    color: var(--online-checkout-text-muted, #6b7280);
}

.online-checkout-delivery-summary__val {
    flex-shrink: 0;
    text-align: right;
}

.online-checkout-delivery-summary__fee-loading {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 1.35rem;
}

.online-checkout-delivery-summary__fee-spinner {
    color: var(--online-checkout-text-muted, #6b7280);
    border-width: 0.14em;
}

.online-checkout-delivery-summary__pending {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: var(--online-checkout-text-muted, #6b7280);
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.online-checkout-delivery-summary__tax {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--online-checkout-text-muted, #6b7280);
    font-variant-numeric: tabular-nums;
}

.online-checkout-delivery-modal-footer {
    border-top: 1px solid #d1d5db;
    padding: 0.9rem 0.95rem calc(1rem + env(safe-area-inset-bottom, 0px));
}

.online-checkout-delivery-submit-btn {
    width: 100%;
    min-height: 3.65rem;
    border: 0;
    border-radius: 0.4rem;
    background: #2f5f90;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1;
}

.online-checkout-delivery-submit-btn:hover:not(:disabled),
.online-checkout-delivery-submit-btn:focus-visible:not(:disabled) {
    background: #2b5887;
    color: #fff;
}

.online-checkout-delivery-submit-btn:disabled {
    opacity: 0.55;
}

@media (min-width: 768px) {
    .online-checkout-delivery-modal .modal-dialog {
        max-width: 450px;
    }

    .online-checkout-delivery-modal-body {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.online-tip-modal .modal-dialog {
    margin: 0 auto;
    max-width: 450px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.online-tip-modal .modal-content {
    border: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 -8px 24px rgba(17, 24, 39, 0.12);
    overflow: hidden;
    background: #fff;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.modal.fade.online-tip-modal .modal-dialog {
    transition: none;
    transform: translateY(42px);
    opacity: 0;
    animation: onlineGroupOrderFlyOut 220ms ease both;
    will-change: transform, opacity;
}

.modal.show.online-tip-modal .modal-dialog {
    transition: none;
    animation: onlineGroupOrderFlyIn 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade.online-tip-modal .modal-dialog {
        animation: none;
        transform: none;
        opacity: 1;
    }
}

.online-tip-sheet-handle {
    width: 3.25rem;
    height: 0.3rem;
    border-radius: 999px;
    background: #d1d5db;
    margin: 0.55rem auto 0.15rem;
}

@media (min-width: 768px) {
    .online-group-order-sheet-handle,
    .online-checkout-delivery-sheet-handle,
    .online-tip-sheet-handle,
    #modalOrderNote .online-group-order-sheet-handle {
        visibility: hidden;
        background: transparent !important;
    }
}

#modalOrderNote .online-order-note-modal-body {
    padding-top: 0.75rem;
}

#modalOrderNote .online-group-order-copy {
    margin-bottom: 0.85rem;
    text-align: left;
    padding: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #4b5563;
}

#modalOrderNote .online-group-order-textarea {
    margin-top: 0.15rem;
}

#modalOrderNote .online-order-note-char-count {
    margin-top: 0.55rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    color: #6b7280;
    text-align: left;
}

#modalOrderNote .online-group-order-start-btn--join-secondary {
    background: #fff;
    color: #2f5f90;
    border: 1px solid #2f5f90;
    border-radius: 0.35rem;
    font-weight: 500;
}

#modalOrderNote .online-group-order-start-btn--join-secondary:hover,
#modalOrderNote .online-group-order-start-btn--join-secondary:focus-visible {
    background: #f5f9ff;
    color: #2f5f90;
}

#modalOrderNote .online-group-order-start-btn--join-secondary:disabled,
#modalOrderNote .online-group-order-start-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.online-tip-modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.35rem 1rem 0.95rem;
    border-bottom: 1px solid #d1d5db;
}

.online-tip-modal-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 500 !important;
    line-height: 1.25;
    color: #2f5f90;
    text-align: center;
}

.online-tip-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0.25rem;
    color: #111827;
    font-size: 1.7rem;
    line-height: 1;
}

.online-tip-close:hover,
.online-tip-close:focus-visible {
    color: #111827;
}

.online-tip-modal-body {
    padding: 0.9375rem;
}

.online-tip-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    align-items: stretch;
}

.online-tip-btn {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    min-height: 4.0625rem;
    padding: 0.5rem 0.25rem;
    border: 1px solid rgba(46, 91, 134, 0.22);
    border-radius: 0.375rem;
    background: transparent;
    cursor: pointer;
    transition: background 150ms, border-color 150ms, color 150ms;
    font-family: inherit;
}

.online-tip-btn__label {
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.online-tip-btn__amount {
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #000;
}

.online-tip-btn:hover:not(.is-selected) {
    border-color: rgba(46, 91, 134, 0.35);
    background: transparent;
}

.online-tip-btn.is-selected {
    background: #2e5b86;
    border-color: #2e5b86;
}

.online-tip-btn.is-selected .online-tip-btn__label,
.online-tip-btn.is-selected .online-tip-btn__amount {
    color: #fff;
}

.online-tip-btn.is-selected .online-tip-btn__label {
    font-weight: 500;
}

.online-tip-btn.is-selected .online-tip-btn__amount {
    font-weight: 400;
}

@media (max-width: 420px) {
    .online-tip-modal .online-tip-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .online-tip-modal .online-tip-btn {
        min-height: 3.75rem;
    }
}

@media (min-width: 768px) {
    .online-tip-modal .modal-dialog {
        max-width: 450px;
        box-sizing: border-box;
    }

    .online-tip-modal .modal-content {
        width: 100%;
        max-width: 100%;
        min-height: calc(160px + 1rem);
        height: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        border-radius: 1.25rem 1.25rem 0 0;
        box-shadow: 0 -8px 24px rgba(17, 24, 39, 0.12);
    }

    .online-tip-modal-header {
        flex: 0 0 auto;
        padding: 0.75rem 2.75rem 0.75rem 1rem;
        min-height: 3.9375rem;
        box-sizing: border-box;
        border-radius: 1.25rem 1.25rem 0 0;
    }

    .online-tip-modal-title {
        font-size: 1.1rem;
        font-weight: 500 !important;
        color: #2e5b86;
    }

    .online-tip-close {
        right: 0.75rem;
        font-size: 1.25rem;
        padding: 0.25rem;
    }

    .online-tip-modal-body {
        flex: 0 0 auto;
        padding: 0.9375rem;
        box-sizing: border-box;
    }

    .online-tip-options {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
        align-items: stretch;
        min-height: 4.0625rem;
    }

    .online-tip-btn {
        flex: 1 1 0;
        min-height: 4.0625rem;
        max-width: none;
        padding: 0.35rem 0.2rem;
        border-radius: 0.375rem;
        gap: 0.125rem;
    }

    .online-tip-btn__label {
        line-height: 1.15;
    }

    .online-tip-btn__amount {
        font-size: 0.8125rem;
        line-height: 1.15;
    }

    .online-tip-btn.is-selected .online-tip-btn__amount {
        font-weight: 400;
    }
}

#pos.pos-online-order {
    background: #f0f2f5;
}

#pos.pos-online-order.pos-with-sidebar {
    padding-right: 0 !important;
}

#pos.pos-online-order .pos-container.online-order-vertical-layout {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr) 24rem;
    grid-template-rows: auto min-content minmax(0, 1fr);
    grid-template-areas:
        "top top top"
        "promo promo sidebar"
        "menu content sidebar";
    gap: 0.45rem;
}

#pos.pos-online-order .online-order-top-stack {
    grid-area: top;
}

#pos.pos-online-order .online-order-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    min-height: 4rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.45rem;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.08);
    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        backdrop-filter 0.35s ease,
        -webkit-backdrop-filter 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    #pos.pos-online-order .online-order-topbar:not(.is-scrolled):hover {
        background-color: rgba(255, 255, 255, 0.09);
        border-bottom-color: rgba(216, 218, 221, 0.22);
        box-shadow: 0 3px 14px rgba(15, 23, 42, 0.095);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}

#pos.pos-online-order .online-order-topbar-lead {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

#pos.pos-online-order .online-order-topbar-menu-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    color: var(--bs-body-color, #212837);
}

#pos.pos-online-order .online-order-topbar-menu-btn .online-order-hamburger-icon {
    display: block;
    width: 1.755rem;
    height: 1.755rem;
    flex-shrink: 0;
}

#pos.pos-online-order .online-order-topbar-brand {
    grid-column: 2;
    justify-self: center;
    max-width: min(52vw, 12rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#pos.pos-online-order .online-order-topbar-brand .navbar-logo {
    height: 3.38rem !important;
    max-height: 3.38rem !important;
    width: auto;
    object-fit: contain;
}

#pos.pos-online-order .online-order-topbar-actions {
    grid-column: 3;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
}

#pos.pos-online-order .online-order-topbar.is-scrolled {
    background-color: #ececec;
    border-bottom-color: #d8dadd;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.14);
}

#pos.pos-online-order .online-order-topbar-btn {
    width: 2.6rem;
    height: 2.6rem;
    border: 0;
    padding: 0;
}

#pos.pos-online-order .online-order-topbar-actions .online-order-topbar-btn i {
    font-size: 1.3rem;
    line-height: 1;
}

body.pos-online-order-page .modal-backdrop {
    z-index: 1095 !important;
}

body.pos-online-order-page .modal {
    z-index: 1100 !important;
}

body.pos-online-order-page .modal .modal-dialog {
    max-width: 450px !important;
    margin-left: auto;
    margin-right: auto;
}

body.pos-online-order-page .swal2-popup {
    width: min(450px, calc(100% - 1rem)) !important;
    max-width: 450px !important;
}

body.pos-online-order-page .offcanvas-backdrop {
    z-index: 1070 !important;
}

body.pos-online-order-page .offcanvas {
    z-index: 1080 !important;
}

#pos.pos-online-order .online-order-hero {
    width: 100%;
}

#pos.pos-online-order .online-order-hero-img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    display: block;
}

#pos.pos-online-order .pos-menu {
    grid-area: menu;
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
    border: 0;
}

#pos.pos-online-order .pos-menu .logo.online-order-logo-header {
    display: none;
}

#pos.pos-online-order .pos-menu .nav.nav-tabs {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

#pos.pos-online-order .pos-menu .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 0;
}

#pos.pos-online-order .pos-menu .nav.nav-tabs .nav-link {
    width: 100%;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    text-align: left;
    padding: var(--oo-subcat-link-pt) 1.25rem var(--oo-subcat-link-pb);
    font-size: var(--oo-subcat-link-fs);
    font-weight: 500;
    line-height: var(--oo-subcat-link-lh);
    color: #000000;
    background-color: transparent;
    transition: background-color 0.15s ease, color 0.15s ease;
    box-sizing: border-box;
}

#pos.pos-online-order .pos-menu .nav.nav-tabs .nav-link:hover:not(.active) {
    color: #000000;
    background-color: transparent;
}

#pos.pos-online-order .pos-menu .nav.nav-tabs .nav-link:focus-visible {
    outline: 2px solid #406080;
    outline-offset: -2px;
}

#pos.pos-online-order .pos-menu .nav.nav-tabs .nav-link.active {
    background-color: #ececec !important;
    color: #406080;
    font-weight: 500;
    border: 0 !important;
}

#pos.pos-online-order .online-order-promo-row {
    grid-area: promo;
    min-height: 6.35rem;
    display: flex;
    align-items: center;
}

#pos.pos-online-order .online-order-card-block--green {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

#pos.pos-online-order .online-order-ad-stack.online-order-ad-strip {
    position: relative;
    display: block;
    padding-inline: 1.75rem;
    width: 100%;
}

#pos.pos-online-order .online-order-promo-viewport {
    width: 100%;
    max-width: clamp(16rem, 18.8vw, 18.25rem);
    margin-inline: auto;
    overflow: hidden;
}

#pos.pos-online-order .online-order-promo-track {
    display: flex;
    align-items: center;
    will-change: transform;
    touch-action: pan-y;
}

#pos.pos-online-order .online-order-promo-track .online-order-promo-card {
    position: relative;
    width: auto;
    flex: 0 0 100%;
    padding-inline: 0.26rem;
    border-radius: 1rem;
    overflow: visible;
    text-decoration: none;
    display: block;
}

#pos.pos-online-order .online-order-promo-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #ccd1d8;
    border-radius: 0.375rem;
    display: block;
}

#pos.pos-online-order .online-order-promo-card-btn {
    position: absolute;
    right: 0.65rem;
    bottom: 0.55rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.35rem;
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #111827;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.14);
    max-width: calc(100% - 1.3rem);
    white-space: normal;
    hyphens: auto;
}

#pos.pos-online-order .online-order-promo-card:hover .online-order-promo-card-btn {
    background: #fafafa;
}

#pos.pos-online-order .online-order-promo-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: none;
    background: rgba(17, 24, 39, 0.74);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

#pos.pos-online-order .online-order-promo-nav--prev {
    left: 0.4rem;
}

#pos.pos-online-order .online-order-promo-nav--next {
    right: 0.4rem;
}

#pos.pos-online-order .online-order-promo-nav:hover,
#pos.pos-online-order .online-order-promo-nav:focus-visible {
    background: rgba(17, 24, 39, 0.9);
}

#pos.pos-online-order .online-order-promo-carousel.promo-desktop-static .online-order-promo-viewport {
    max-width: none;
    overflow: visible;
}

#pos.pos-online-order .online-order-promo-carousel.promo-desktop-static .online-order-promo-track {
    transform: none !important;
    transition: none !important;
    justify-content: center;
    gap: 0.52rem;
}

#pos.pos-online-order .online-order-promo-carousel.promo-desktop-static .online-order-promo-track .online-order-promo-card {
    flex: 0 0 clamp(16rem, 18.8vw, 18.25rem);
    padding-inline: 0;
}

#pos.pos-online-order .online-order-promo-carousel.promo-desktop-static .online-order-promo-nav {
    display: none;
}

#pos.pos-online-order .online-order-main-panel {
    grid-area: content;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0;
    margin-left: 0;
}

#pos.pos-online-order .online-order-main-panel .pos-content-container {
    padding: 0 var(--oo-content-inline) 0.4rem;
}

#pos.pos-online-order .online-menu-sub-tabs {
    background: #ececec !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    overflow: hidden;
}

#pos.pos-online-order .online-menu-sub-tabs .nav.nav-tabs {
    flex-wrap: nowrap;
    gap: 0;
    border-bottom: none;
    margin-bottom: 0;
    overflow: hidden;
}

#pos.pos-online-order .online-menu-sub-tabs .nav.nav-tabs .nav-item {
    min-width: auto;
    padding: 0 0.1rem;
    flex-shrink: 0;
}

#pos.pos-online-order .online-menu-sub-tabs .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: var(--oo-subcat-link-pt) 0.65rem var(--oo-subcat-link-pb);
    margin: 0;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: var(--oo-subcat-link-fs);
    font-weight: 500;
    line-height: var(--oo-subcat-link-lh);
    color: #64748b;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

#pos.pos-online-order .online-menu-sub-tabs .nav.nav-tabs .nav-item .nav-link:hover {
    color: #475569;
    background: transparent !important;
}

#pos.pos-online-order .online-menu-sub-tabs .nav.nav-tabs .nav-item .nav-link.active {
    color: #2f5f86 !important;
    font-weight: 500;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: underline;
    text-decoration-color: #2f5f86;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.45rem;
    text-decoration-skip-ink: none;
}

#pos.pos-online-order .online-menu-sub-tabs .nav.nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0;
}

@media (min-width: 768px) {
    #pos.pos-online-order .online-menu-sub-tabs {
        position: sticky;
        top: calc(env(safe-area-inset-top, 0px) + var(--oo-online-topbar-h, 3rem));
        z-index: 1050;
    }

    #pos.pos-online-order .online-menu-section-anchor,
    #pos.pos-online-order .online-menu-products-anchor {
        scroll-margin-top: calc(env(safe-area-inset-top, 0px) + var(--pos-online-desktop-scroll-offset, 5.75rem));
    }
}

#pos.pos-online-order .online-order-parent-category-heading {
    padding-bottom: 0;
}

#pos.pos-online-order .online-order-parent-category-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    color: #2f5f84;
    text-align: left;
    letter-spacing: -0.01em;
}

#pos.pos-online-order .online-order-parent-category-rule {
    margin: 0.65rem 0 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 1;
}

#pos.pos-online-order .pos-sidebar.online-order-sidebar-panel.oo-cart {
    --oo-sidebar-sticky-gap: 0.5rem;
    grid-area: sidebar;
    position: sticky;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    flex: none;
    margin: 0;
    height: auto;
    align-self: start;
    top: calc(env(safe-area-inset-top, 0px) + var(--oo-online-topbar-h, 3rem) + var(--oo-sidebar-sticky-gap));
    max-height: calc(
        100vh - env(safe-area-inset-top, 0px) - var(--oo-online-topbar-h, 3rem) - var(--oo-sidebar-sticky-gap) - env(safe-area-inset-bottom, 0px) - 0.75rem
    );
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #d8dadd;
    border-radius: 12px;
    background: #fff;
    box-shadow:
        -6px 0 18px rgba(15, 23, 42, 0.08),
        0 4px 24px rgba(15, 23, 42, 0.06);
}

@media (max-width: 767.98px) {
    #pos.pos-online-order .pos-sidebar.online-order-sidebar-panel.oo-cart {
        display: none !important;
    }

    #pos.pos-online-order.pos-mobile-sidebar-toggled .pos-sidebar.online-order-sidebar-panel.oo-cart {
        display: flex !important;
        position: fixed;
        inset: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 100dvh;
        max-height: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        z-index: 1090;
        background: #fff;
    }

    #pos.pos-online-order.pos-mobile-sidebar-toggled .pos-sidebar.online-order-sidebar-panel.oo-cart .oo-cart__shell {
        height: 100%;
        max-height: 100%;
    }

}

#pos.pos-online-order .online-order-products-stack > .col-12 {
    padding-bottom: 0.6rem !important;
}

@media (min-width: 1431px) {
    #pos.pos-online-order .online-order-product-grid > .online-order-product-cell {
        flex: 0 0 auto;
        width: 33.33333333%;
        max-width: 33.33333333%;
    }

    #pos.pos-online-order .online-order-product-grid .pos-product.pos-product--category .img {
        flex: 0 0 5.25rem;
        width: 5.25rem;
        min-width: 5.25rem;
    }
}

@media (max-width: 767.98px) {
    #pos.pos-online-order {
        overflow-x: clip;
    }

    #pos.pos-online-order .pos-container.online-order-vertical-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto min-content minmax(0, 1fr) auto;
        grid-template-areas:
            "menu"
            "promo"
            "content"
            "sidebar";
        overflow-x: clip;
    }

    #pos.pos-online-order .pos-container.online-order-vertical-layout.online-order-inside-phase {
        row-gap: 0;
    }

    #pos.pos-online-order .pos-container.online-order-vertical-layout.online-order-inside-phase .online-menu-inside-sticky-wrap {
        top: env(safe-area-inset-top, 0px);
    }

    #pos.pos-online-order .online-order-top-stack {
        display: none;
    }

    #pos.pos-online-order .online-menu-section-anchor {
        padding-left: 0.95rem !important;
        padding-right: 0.95rem !important;
    }

    #pos.pos-online-order .online-menu-section-anchor > .online-menu-subcategory-title {
        margin-left: 0;
        margin-right: 0;
    }

    #pos.pos-online-order .online-order-main-panel,
    #pos.pos-online-order .online-order-main-panel .pos-content-container,
    #pos.pos-online-order .online-order-products-stack,
    #pos.pos-online-order .online-order-product-grid,
    #pos.pos-online-order .online-order-product-cell {
        min-width: 0;
    }

    #pos.pos-online-order .pos-product.pos-product--category .info > .d-flex {
        min-width: 0;
    }

    #pos.pos-online-order .pos-product.pos-product--category .info .price {
        flex-shrink: 1 !important;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    #pos.pos-online-order .online-order-ad-stack.online-order-ad-strip {
        padding-inline: 0;
        overflow: visible;
    }

    #pos.pos-online-order .online-order-promo-viewport {
        max-width: none;
        margin-inline: 0;
        overflow: visible;
    }

    #pos.pos-online-order .online-order-promo-track .online-order-promo-card {
        flex-basis: 90%;
        padding-inline: 0.28rem;
    }

    #pos.pos-online-order .online-order-promo-nav {
        width: 1.8rem;
        height: 1.8rem;
    }

    #pos.pos-online-order .pos-menu .logo.online-order-logo-header {
        display: flex;
    }

    #pos.pos-online-order .online-order-main-panel {
        margin-left: 0;
        width: 100% !important;
        max-width: 100% !important;
    }

    #pos.pos-online-order .online-order-promo-actions {
        width: calc(100% - 3.1rem);
        margin: 0.78rem auto 0.62rem;
        padding: 0;
        margin-top: 1.5rem;
    }

    #pos.pos-online-order .online-order-promo-action-btn,
    #pos.pos-online-order .oo-cart__actions .oo-cart__action {
        flex: 0 1 calc((100% - 2.05rem) / 2);
        width: calc((100% - 2.05rem) / 2);
        max-width: 8.5rem;
        min-width: 0;
    }

    #pos.pos-online-order .online-menu-root-img-wrap {
        aspect-ratio: 4 / 3;
        height: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }

    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

.oc-page {
    background: #ebeef4;
    min-height: 100vh;
    box-sizing: border-box;
    --oc-icon-badge-bg: #dde8f2;
    --oc-icon-badge-color: #2f5f90;
}

.oc-topbar {
    padding: 14px 20px 4px;
    background: transparent;
}
.oc-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #212837;
    text-decoration: none;
    font-size: 15px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: background 0.15s;
}
.oc-back-btn:hover {
    background: #fff;
    color: #212837;
    text-decoration: none;
}

.oc-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "hero"
        "mainstack"
        "summary";
    gap: 20px;
    padding: 16px 22px 28px;
    max-width: 760px;
    margin: 0 auto;
}

.oc-area-mainstack {
    grid-area: mainstack;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}
.oc-area-mainstack > .oc-area-info,
.oc-area-mainstack > .oc-area-status,
.oc-area-mainstack > .oc-area-details {
    width: 100%;
    min-width: 0;
}

@media (min-width: 992px) {
    #content.app-content:has(> .oc-page) {
        display: flex;
        flex-direction: column;
        height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
        min-height: 0;
    }

    .oc-page {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .oc-topbar {
        display: none !important;
    }
    .oc-grid {
        grid-template-columns: 1fr 570px;
        grid-template-areas:
            "hero      hero"
            "mainstack summary";
        grid-template-rows: auto minmax(0, 1fr);
        gap: 16px 24px;
        padding: 20px 28px 20px;
        max-width: 1480px;
        margin: 0 auto;
        align-items: stretch;
        align-content: start;
        flex: 1;
        min-height: 0;
        overflow: hidden;
        height: 100%;
    }
    .oc-area-mainstack {
        gap: 16px;
        min-height: 0;
        overflow-y: auto;
    }
    .oc-grid > .oc-area-hero {
        justify-self: center;
        width: min(100%, 760px);
    }
    .oc-grid > .oc-area {
        min-height: 0;
    }
    .oc-area-details {
        display: block !important;
        min-height: 0;
        align-self: stretch;
    }
    .oc-area-details .oc-card {
        max-height: 100%;
        overflow: hidden;
    }
    .oc-area-details .oc-detail-value {
        word-break: break-word;
    }

}

@media (min-width: 992px) and (max-width: 1280px) {
    .oc-grid {
        grid-template-columns: minmax(0, 1fr) 500px;
        gap: 14px 18px;
        padding: 18px 16px 18px;
    }
    .oc-page .oc-card {
        padding: 16px 18px;
    }
    .oc-details-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.oc-area-hero {
    grid-area: hero;
    margin-top: 5vh;
}
.oc-area-summary { grid-area: summary; }
.oc-area-details { display: none; }

@media (min-width: 992px) {
    .oc-area-info {
        display: flex;
        align-items: flex-start;
    }
    .oc-area-info .oc-card {
        width: 100%;
    }
    .oc-area-summary {
        display: flex;
        min-height: 0;
        align-self: stretch;
        height: 100%;
    }
    .oc-area-summary .oc-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: 100%;
        overflow: hidden;
    }

    .oc-page .oc-card {
        padding: 18px 20px;
    }
    .oc-page .oc-hero {
        padding: 10px 12px 4px;
    }
    .oc-page .oc-check-wrap {
        width: 72px;
        height: 72px;
        margin: 0 auto 12px;
    }
    .oc-page .oc-check-circle {
        font-size: 26px;
    }
    .oc-page .oc-hero-title {
        font-size: 22px;
        margin: 0 0 6px;
    }
    .oc-page .oc-hero-sub1 {
        font-size: 14px;
    }
    .oc-page .oc-hero-sub2 {
        font-size: 13px;
    }
    .oc-page .oc-stepper {
        margin-bottom: 12px;
        padding-bottom: 2px;
    }
    .oc-page .oc-stepper-track {
        top: 24px;
    }
    .oc-page .oc-step-circle {
        width: 48px;
        height: 48px;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .oc-page .oc-step-name {
        font-size: 15px;
    }
    .oc-page .oc-step-desc {
        font-size: 13px;
    }
    .oc-page .oc-notify {
        padding: 12px 14px;
        gap: 12px;
        border-radius: 14px;
    }
    .oc-page .oc-notify-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    .oc-page .oc-order-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
    .oc-page .oc-details-grid {
        gap: 12px 10px;
    }
    .oc-area-summary .oc-card-heading {
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    .oc-page .oc-total-note {
        margin: 0 0 8px;
    }
    .oc-page .oc-cta-btn {
        padding: 12px 14px;
        font-size: 15px;
    }
    .oc-page .oc-divider {
        margin: 6px 0 10px;
    }
}

.oc-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.oc-hero {
    text-align: center;
    padding: 20px 16px 8px;
}
.oc-check-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
}
.oc-check-halo {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: rgba(2, 136, 36, 0.12);
}
.oc-check-circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #028824;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 4px 16px rgba(2, 136, 36, 0.28);
}
.oc-sparkle {
    position: absolute;
    border-radius: 50%;
    background: #028824;
}
.oc-sparkle.s1 { width: 7px; height: 7px; top: -2px; left: 38px; opacity: 0.55; }
.oc-sparkle.s2 { width: 5px; height: 5px; top: 18px; right: -4px; opacity: 0.45; }
.oc-sparkle.s3 { width: 6px; height: 6px; bottom: -1px; left: 12px; opacity: 0.35; }
.oc-sparkle.s4 { width: 4px; height: 4px; bottom: 20px; left: -3px; opacity: 0.42; }

.oc-hero-title {
    font-size: 26px;
    font-weight: 500;
    color: #028824;
    margin: 0 0 10px;
    line-height: 1.2;
}
.oc-hero-sub1 {
    font-size: 15px;
    font-weight: 600;
    color: #212837;
    margin: 0 0 5px;
}
.oc-hero-sub2 {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.oc-info-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.oc-order-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.oc-order-details {
    min-width: 0;
    flex: 1;
}

.oc-status-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.oc-status-text-group {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    flex-wrap: wrap;
}

.oc-status-label {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.3;
    font-weight: 500;
}

.oc-status-value {
    font-size: 14px;
    font-weight: 600;
    color: #2f5f90;
    text-transform: capitalize;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .oc-card {
        padding: 14px 16px;
    }

    .oc-info-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .oc-order-section {
        width: 100%;
    }

    .oc-status-actions {
        justify-content: space-between;
        padding-top: 10px;
        border-top: 1px solid #e5e7eb;
    }

    .oc-status-text-group {
        flex: 1;
        min-width: 0;
    }

    .oc-status-label,
    .oc-status-value {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .oc-order-icon {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

    .oc-order-num {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

@media (max-width: 576px) {
    .oc-status-text-group {
        gap: 5px;
    }

    .oc-status-label {
        font-size: 11px;
    }

    .oc-status-value {
        font-size: 13px;
    }

    .oc-refresh-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

.oc-order-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--oc-icon-badge-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--oc-icon-badge-color);
    font-size: 20px;
    flex-shrink: 0;
}
.oc-order-icon > i {
    color: inherit;
}
.oc-order-num {
    font-size: 14px;
    font-weight: 600;
    color: #212837;
    line-height: 1.3;
}
.oc-order-date {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
    line-height: 1.2;
}
.oc-refresh-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--oc-icon-badge-bg);
    color: var(--oc-icon-badge-color);
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
}
.oc-refresh-btn:hover:not(:disabled) {
    opacity: 0.92;
    transform: scale(1.04);
}
.oc-refresh-btn:disabled {
    cursor: wait;
    opacity: 0.75;
}
.oc-refresh-btn:focus-visible {
    outline: 2px solid var(--oc-icon-badge-color);
    outline-offset: 2px;
}
.oc-est-label {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 3px;
    white-space: nowrap;
}
.oc-est-date {
    font-size: 15px;
    font-weight: 500;
    color: #2f5f90;
    white-space: nowrap;
}

.oc-stepper {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 4px;
}
.oc-steps-row {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.oc-stepper-track {
    position: absolute;
    top: 28px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #d1d5db;
    z-index: 0;
}
.oc-stepper-fill {
    height: 100%;
    background: #028824;
    transition: width 0.4s ease;
    width: 0;
}
.oc-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.oc-step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    background: #fff;
    transition: box-shadow 0.2s;
}
.oc-circle--completed,
.oc-circle--active {
    background: #028824;
    color: #fff;
}
.oc-circle--active {
    box-shadow: 0 0 0 6px rgba(2, 136, 36, 0.18);
}
.oc-circle--disabled {
    background: #fff;
    border: 2px solid #d1d5db;
    color: #9ca3af;
}
.oc-step-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0 4px;
}
.oc-step-name {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    line-height: 1.3;
}
.oc-step-name--on {
    color: #028824;
}
.oc-step-desc {
    font-size: 11px;
    color: #9ca3af;
    line-height: 1.3;
}

.oc-notify {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f0f4f8;
    border-radius: 16px;
    padding: 20px 22px;
}
.oc-notify-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--oc-icon-badge-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--oc-icon-badge-color);
    font-size: 20px;
    flex-shrink: 0;
}
.oc-notify-icon > i {
    color: inherit;
}
.oc-notify-title {
    font-size: 13px;
    font-weight: 600;
    color: #212837;
    margin-bottom: 2px;
    line-height: 1.4;
}
.oc-notify-sub {
    font-size: 12px;
    color: #6b7280;
}

.oc-card-heading {
    font-size: 16px;
    font-weight: 600;
    color: #212837;
    margin: 0 0 16px;
}
.oc-section-heading {
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    margin: 2px 2px 8px;
}

.oc-summary-scroll {
    min-height: 0;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 8px;
}
@media (min-width: 992px) {
    .oc-summary-scroll {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-right: 4px;
        margin-right: -4px;
        scrollbar-gutter: stable;
    }
}

@media (max-width: 991.98px) {
    .oc-area-summary .oc-card {
        display: flex;
        flex-direction: column;
        min-height: 260px;
        max-height: min(58dvh, 560px);
        overflow: hidden;
    }
    .oc-area-summary .oc-card-heading {
        flex-shrink: 0;
    }
    .oc-summary-scroll {
        flex: 1 1 auto;
        min-height: 120px;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

.oc-card-heading,
.oc-price-rows,
.oc-divider,
.oc-total-row,
.oc-total-note,
.oc-cta-btn {
    flex-shrink: 0;
}
.oc-total-note {
    margin: 2px 0 12px;
    color: #6b7280;
    font-size: 12px;
}
.oc-product {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.oc-product + .oc-product {
    margin-top: 8px;
    border-top: 1px solid #e5e7eb;
}
.oc-product-thumb {
    width: 108px;
    height: 108px;
    flex-shrink: 0;
}
.oc-thumb-img {
    width: 108px;
    height: 108px;
    border-radius: 14px;
    object-fit: cover;
}
.oc-thumb-placeholder {
    width: 108px;
    height: 108px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f5ece0 0%, #e8d5b8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.oc-thumb-placeholder svg {
    opacity: 0.4;
}
.oc-product-info {
    flex: 1;
    min-width: 0;
}
.oc-product-name {
    font-size: 14px;
    font-weight: 600;
    color: #212837;
    margin-bottom: 3px;
    line-height: 1.4;
}
.oc-product-meta {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}
.oc-product-qp {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    gap: 4px;
}
.oc-product-qty {
    font-size: 13px;
    color: #6b7280;
    white-space: nowrap;
}
.oc-product-price {
    font-size: 14px;
    font-weight: 600;
    color: #212837;
    white-space: nowrap;
}

.oc-price-rows {
    border-top: 1px solid #f3f4f6;
    padding-top: 12px;
}
.oc-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
}
.oc-price-row span:last-child {
    font-weight: 500;
}
.oc-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 8px 0 12px;
}
.oc-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oc-total-label {
    font-size: 16px;
    font-weight: 500;
    color: #212837;
}
.oc-total-amt {
    font-size: 18px;
    font-weight: 500;
    color: #2f5f90;
}
.oc-cta-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #2f5f90;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: background 0.2s;
}
.oc-cta-btn:hover {
    background: #264d76;
    color: #fff;
    text-decoration: none;
}

.oc-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 12px;
}
@media (min-width: 992px) {
    .oc-details-grid.oc-details-grid--no-address {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.oc-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.oc-detail-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--oc-icon-badge-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--oc-icon-badge-color);
    font-size: 14px;
    flex-shrink: 0;
}
.oc-detail-icon > i {
    color: inherit;
}
.oc-detail-label {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.oc-detail-value {
    font-size: 13px;
    color: #212837;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 420px) {
    .oc-grid {
        gap: 12px;
        padding: 12px 12px 36px;
    }

    .oc-card {
        padding: 16px;
        border-radius: 14px;
    }

    .oc-topbar {
        padding: 10px 12px 4px;
    }

    .oc-card {
        padding: 12px 14px;
    }

    .oc-info-inner {
        gap: 8px;
    }

    .oc-order-section {
        gap: 10px;
    }

    .oc-status-actions {
        padding-top: 8px;
    }

    .oc-status-text-group {
        gap: 4px;
    }

    .oc-status-label {
        font-size: 10px;
    }

    .oc-status-value {
        font-size: 12px;
    }

    .oc-order-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .oc-order-num {
        font-size: 13px;
    }

    .oc-refresh-btn {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .oc-est-label {
        white-space: normal;
        word-break: break-word;
    }

    .oc-est-date {
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
        word-break: normal;
    }

    .oc-product {
        gap: 10px;
        padding: 8px;
    }

    .oc-product-thumb,
    .oc-thumb-img,
    .oc-thumb-placeholder {
        width: 72px;
        height: 72px;
    }

    .oc-product-qp {
        flex-shrink: 1;
    }

    .oc-product-qty,
    .oc-product-price {
        white-space: normal;
        text-align: right;
    }

    .oc-notify {
        padding: 12px;
        gap: 10px;
    }

    .oc-notify-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .oc-details-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

#pos.pos-online-counter-checkout .pos-occ-customer__panel {
    text-align: left;
    padding: 12px 14px;
    border-radius: 8px;
    background-color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

#pos.pos-online-counter-checkout .pos-occ-customer__label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.45);
    margin-bottom: 8px;
}

#pos.pos-online-counter-checkout .pos-occ-customer__name {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px;
}

#pos.pos-online-counter-checkout .pos-occ-customer__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#pos.pos-online-counter-checkout .pos-occ-customer__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.72);
}

#pos.pos-online-counter-checkout .pos-occ-customer__row--block {
    align-items: flex-start;
}

#pos.pos-online-counter-checkout .pos-occ-customer__icon {
    flex-shrink: 0;
    width: 1.125rem;
    text-align: center;
    color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.35);
}

#pos.pos-online-counter-checkout .pos-occ-customer__value {
    flex: 1;
    min-width: 0;
}

#pos.pos-online-counter-checkout .pos-occ-customer__meta-text {
    font-size: 0.8125rem;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.72);
}

#pos.pos-online-counter-checkout .pos-occ-pack-banner {
    background: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.03);
    border-color: rgba(0, 0, 0, 0.06) !important;
}

#pos.pos-online-counter-checkout .pos-occ-pack-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 16px;
}

#pos.pos-online-counter-checkout .pos-occ-pack-banner__title {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.45);
    margin-bottom: 4px;
}

#pos.pos-online-counter-checkout .pos-occ-pack-banner__sub {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.72);
    max-width: 16rem;
}

#pos.pos-online-counter-checkout .pos-occ-pack-banner__sub--success {
    color: var(--bs-success);
}

#pos.pos-online-counter-checkout .pos-occ-pack-banner__count {
    font-size: 0.875rem;
    font-variant-numeric: tabular-nums;
    padding: 6px 14px;
    background: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.08);
    color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.85);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

#pos.pos-online-counter-checkout .pos-occ-pack-banner__count--complete {
    background: rgba(var(--bs-success-rgb, 25, 135, 84), 0.12);
    color: var(--bs-success);
    border-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.25);
}

#pos.pos-online-counter-checkout .pos-occ-pack-hint {
    font-size: 0.8125rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

#pos.pos-online-counter-checkout .pos-sidebar-body .pos-order {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#pos.pos-online-counter-checkout .pos-sidebar-body .pos-order-product .occ-pack-check-input-wrap .form-check-input {
    float: none;
    margin-left: 0;
}

#pos.pos-online-counter-checkout .pos-sidebar-body .pos-order-product.pos-occ-pack-line .img {
    align-self: flex-start;
    margin-top: 2px;
}

#pos.pos-online-counter-checkout .pos-sidebar-body .pos-order-product.pos-occ-pack-line .pos-occ-pack-line__detail {
    padding-bottom: 10px;
    line-height: 1.45;
}

#pos.pos-online-counter-checkout .pos-sidebar-body .pos-order-product.pos-occ-pack-line .pos-occ-pack-line__detail .fs-6 {
    line-height: 1.35;
    margin-bottom: 4px;
}

#pos.pos-online-counter-checkout .pos-sidebar-body .pos-order-product.pos-occ-pack-line .pos-occ-pack-line__detail .small {
    line-height: 1.5;
}

#pos.pos-online-counter-checkout .pos-order.pos-occ-pack-line--done {
    background: linear-gradient(
        90deg,
        rgba(25, 135, 84, 0.12) 0,
        rgba(25, 135, 84, 0.04) 10px,
        rgba(25, 135, 84, 0.04) 100%
    );
}

#pos.pos-online-counter-checkout .pos-occ-pack-line {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

#pos.pos-online-counter-checkout .pos-occ-pack-line-row {
    transition: background 0.22s ease;
}

#pos.pos-online-counter-checkout .pos-occ-pack-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: 2px 0 0 -2px;
    padding: 4px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
    user-select: none;
}

#pos.pos-online-counter-checkout .pos-occ-pack-check:hover {
    background-color: rgba(var(--bs-body-color-rgb, 33, 37, 41), 0.06);
}

#pos.pos-online-counter-checkout .pos-occ-pack-check:focus-within {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 13, 110, 253), 0.35);
}

#pos.pos-online-counter-checkout .pos-occ-pack-check__input {
    float: none;
    margin: 0;
    width: 1.3125rem;
    height: 1.3125rem;
    border-width: 2px;
    cursor: pointer;
    border-radius: 0.35rem;
}

#pos.pos-online-counter-checkout .pos-occ-pack-check__input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Back-office submenu refinement for low-frequency settings links */
.app-sidebar .menu .menu-submenu .menu-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 1.75rem;
    border-radius: 0.5rem;
}

.app-sidebar .menu .menu-submenu .menu-link .menu-icon {
    width: 1rem;
    min-width: 1rem;
    text-align: center;
    font-size: 0.875rem;
    opacity: 0.75;
}

.app-sidebar .menu .menu-submenu .menu-item.active > .menu-link .menu-icon,
.app-sidebar .menu .menu-submenu .menu-item.active > .menu-link .menu-text {
    opacity: 1;
}

