.rd-navbar-login-btn {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
}

.rd-navbar-shop {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-menu-wrap {
    position: relative;
    display: inline-flex;
}

.user-menu-trigger {
    width: 22px;
    height: auto;
    border-radius: 0;
    background: transparent !important;
    color: #2b2b2b !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
}

.user-menu-trigger::before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    color: inherit;
}

.user-menu-trigger:hover,
.user-menu-trigger:focus {
    color: #f16121;
}

.user-menu-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 172px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    padding: 8px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 20;
}

.user-menu-wrap:hover .user-menu-dropdown,
.user-menu-wrap:focus-within .user-menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-menu-dropdown a,
.user-menu-logout-btn {
    display: block;
    width: 100%;
    padding: 8px 14px;
    border: 0;
    background: transparent;
    color: #343434;
    text-align: right;
    font-size: 13px;
}

.user-menu-dropdown a:hover,
.user-menu-dropdown a:focus,
.user-menu-logout-btn:hover,
.user-menu-logout-btn:focus {
    background: #f8f8f8;
    color: #f16121;
}

.isotope-filters-responsive .isotope-filters-buttons {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.isotope-filters-responsive .inline-list {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 10px;
    width: max-content;
    min-width: 100%;
}

.isotope-filters-responsive .inline-list > li {
    flex: 0 0 auto;
}

.btn-white-solid {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #f16121;
    box-shadow: 0 8px 18px rgba(241, 97, 33, 0.15);
    padding: 8px 18px;
}

.btn-white-solid:hover,
.btn-white-solid:focus {
    background-color: #f9f9f9;
    color: #f16121;
}

.order-status-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 20px;
    border: 1px solid #f7d6a8;
    background: #fff7ea;
    margin-bottom: 30px;
}

.order-status-banner.is-success {
    border-color: #b9e4c9;
    background: #f2fbf6;
    color: #1b4332;
}

.order-status-banner.is-failed {
    border-color: #f2b4b0;
    background: #fff1f1;
    color: #7f1d1d;
}

.order-status-banner .status-text {
    font-weight: 600;
}

.menu-card .caption {
    display: flex;
    flex-direction: column;
    min-height: 255px;
}

.menu-card .price {
    margin-bottom: 0;
}

.menu-card-actions {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    transform: none;
    transition: none;
}

.menu-card-icon-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: transparent;
    color: #2c2c2c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.menu-card-icon-btn .icon {
    line-height: 1;
}

.menu-card-details-btn .icon {
    font-size: 20px;
}

.menu-card-details-btn {
    color: #f16121;
    border: 0;
}

.menu-card-add-btn {
    border: 0;
    color: #f16121;
}

.menu-card-add-btn:hover,
.menu-card-add-btn:focus {
    border: 0;
}

.menu-card-add-btn .icon {
    font-size: 21px;
}

.menu-card-icon-btn:hover,
.menu-card-icon-btn:focus {
    border-color: #d8d8d8;
    background: transparent;
    color: #f16121;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
}

.menu-card-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    gap: 10px;
    background: #ffffff;
    border-radius: 999px;
    padding: 4px 10px;
    min-width: 96px;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-card-qty:hover,
.menu-card-qty:focus-within {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
}

.menu-card-qty[hidden] {
    display: none !important;
}

.menu-card-qty-btn {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #f16121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.menu-card-qty-btn:hover,
.menu-card-qty-btn:focus {
    color: #f16121;
}

.menu-card-qty-value {
    min-width: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 1;
    text-align: center;
}

.menu-card.is-in-cart .menu-card-add-btn {
    display: none;
}

.menu-card:not(.is-in-cart) .menu-card-qty {
    display: none !important;
}

.isotope-menu .isotope-item {
    margin-top: 34px !important;
}

@media (min-width: 1200px) {
    .menu-card.thumbnail-menu-modern {
        padding: 20px 25px 30px;
    }

    .menu-card.thumbnail-menu-modern figure {
        width: 310px !important;
        transition: none;
    }

    .menu-card.thumbnail-menu-modern:hover {
        box-shadow: none;
        border: 0;
    }

    .menu-card.thumbnail-menu-modern:hover figure {
        width: 310px !important;
    }

    .menu-card.thumbnail-menu-modern .caption,
    .menu-card.thumbnail-menu-modern:hover .caption {
        max-height: none;
    }
}

.qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: #f16121;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: #d84f16;
}

.qty-value {
    min-width: 22px;
    text-align: center;
    font-weight: 600;
}

.cart-empty,
.orders-empty {
    text-align: center;
    padding: 30px 20px;
    border: 1px dashed #e0e0e0;
    border-radius: 18px;
    margin-top: 25px;
}

.cart-summary.hidden,
.cart-empty.hidden,
.orders-empty.hidden {
    display: none;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cart-qty .qty-btn {
    width: 26px;
    height: 26px;
}

.cart-remove-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #efefef;
    background: #ffffff;
    color: #b5b5b5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cart-remove-btn .icon {
    font-size: 19px;
    line-height: 1;
}

.cart-remove-btn:hover,
.cart-remove-btn:focus {
    color: #f16121;
    border-color: #f4d9cc;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.cart-address-empty {
    text-align: center;
    padding: 18px 14px;
    border: 1px dashed #e4e4e4;
    border-radius: 16px;
    margin-top: 14px;
}

.cart-address-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
}

.cart-address-item {
    display: block;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 12px 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cart-address-item:hover {
    border-color: #f3c8b5;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.cart-address-item.is-selected {
    border-color: #f16121;
    box-shadow: 0 10px 18px rgba(241, 97, 33, 0.12);
}

.cart-address-item input[type="radio"] {
    margin-left: 8px;
}

.cart-address-item-title {
    font-weight: 700;
    color: #2c2c2c;
}

.cart-address-item-meta {
    margin-top: 4px;
    font-size: 13px;
    color: #666666;
    line-height: 1.7;
}

.cart-modal-error {
    color: #cc2f2f;
    font-size: 13px;
    margin-top: 10px;
}

#cart-address-modal .modal-dialog,
#cart-create-address-modal .modal-dialog {
    margin-top: 48px;
}

#cart-address-modal .modal-content,
#cart-create-address-modal .modal-content {
    border-radius: 26px;
    border: 1px solid #efefef;
    box-shadow: 0 26px 55px rgba(15, 23, 42, 0.22);
    overflow: hidden;
}

#cart-address-modal .modal-header,
#cart-create-address-modal .modal-header {
    border-bottom: 0;
    padding: 18px 24px 10px;
}

#cart-address-modal .modal-body,
#cart-create-address-modal .modal-body {
    padding: 8px 24px 24px;
}

#cart-address-modal .modal-title,
#cart-create-address-modal .modal-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #2f2f2f;
}

#cart-address-modal .close,
#cart-create-address-modal .close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #9a9a9a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

#cart-address-modal .close:hover,
#cart-address-modal .close:focus,
#cart-create-address-modal .close:hover,
#cart-create-address-modal .close:focus {
    background: #ebebeb;
    color: #6f6f6f;
}

#cart-address-modal .offset-top-20.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

#cart-address-modal .js-open-create-address-modal {
    color: #f16121 !important;
    border: 1px solid #f6c9b1 !important;
    background: #fff7f3 !important;
}

#cart-address-modal .js-open-create-address-modal:hover,
#cart-address-modal .js-open-create-address-modal:focus {
    color: #d9531d !important;
    border-color: #f1b18f !important;
    background: #ffefe6 !important;
}

#cart-create-address-modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
}

#cart-create-address-modal .modal-dialog {
    width: 94%;
    max-width: 920px;
    margin: 0 auto;
}

#cart-create-address-modal .modal-content {
    border-radius: 30px;
    overflow: visible;
}

#cart-create-address-modal .modal-header {
    padding: 22px 28px 16px;
}

#cart-create-address-modal .modal-body {
    padding: 18px 28px 28px;
    overflow: visible;
}

#cart-create-address-modal .select2-container--open,
#cart-create-address-modal .select2-dropdown {
    z-index: 2200;
}

.cart-address-form-grid .form-group {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 14px;
}

.cart-address-form-grid .form-group label {
    margin-bottom: 8px;
    display: inline-block;
}

.cart-address-map-wrap {
    border: 1px solid #efefef;
    border-radius: 14px;
    padding: 8px;
    background: #fff;
    margin-bottom: 14px;
}

.cart-address-map {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.cart-map-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    font-size: 12px;
}

.cart-map-coords {
    color: #595959;
}

.cart-map-status {
    color: #7a7a7a;
}

@media (max-width: 767px) {
    #cart-create-address-modal .modal-header {
        padding: 18px 16px 12px;
    }

    #cart-create-address-modal .modal-body {
        padding: 14px 16px 20px;
    }
}

body.bf-option-modal-open {
    overflow: hidden;
}

.bf-option-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
}

.bf-option-modal[hidden] {
    display: none !important;
}

.bf-option-modal.is-open {
    display: block;
}

.bf-option-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.62);
}

.bf-option-modal-dialog {
    position: relative;
    width: min(520px, calc(100vw - 28px));
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
}

.bf-option-modal-close {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: #f6f6f6;
    color: #6b6b6b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bf-option-modal-close:hover,
.bf-option-modal-close:focus {
    background: #ededed;
    color: #3b3b3b;
}

.bf-option-modal-title {
    margin: 0;
    padding-left: 44px;
    font-size: 22px;
    font-weight: 700;
    color: #2d2d2d;
}

.bf-option-modal-subtitle {
    margin: 6px 0 0;
    color: #8a8a8a;
    font-size: 13px;
}

.bf-option-modal-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: min(52vh, 420px);
    padding-left: 2px;
}

.bf-option-modal-item {
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bf-option-modal-item.is-selected {
    border-color: #f6be9f;
    background: #fff7f3;
}

.bf-option-modal-item-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bf-option-modal-item-meta strong {
    font-size: 14px;
    color: #2f2f2f;
}

.bf-option-modal-item-meta span {
    font-size: 13px;
    color: #f16121;
    font-weight: 700;
}

.bf-option-modal-item-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

.bf-option-modal-item-qty button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #dadada;
    background: #ffffff;
    color: #f16121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bf-option-modal-item-qty button:hover,
.bf-option-modal-item-qty button:focus {
    border-color: #f2ad89;
    box-shadow: 0 8px 18px rgba(241, 97, 33, 0.18);
    transform: translateY(-1px);
}

.bf-option-modal-item-qty .js-bf-option-qty {
    min-width: 16px;
    text-align: center;
    font-weight: 700;
    color: #313131;
}

.bf-option-modal-footer {
    margin-top: 14px;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.bf-option-modal-total {
    margin: 0;
    font-size: 13px;
    color: #5d5d5d;
}

.bf-option-modal-total strong {
    font-size: 15px;
    color: #2b2b2b;
}

@media (max-width: 767px) {
    .bf-option-modal-dialog {
        padding: 18px 14px 14px;
        border-radius: 16px;
    }

    .bf-option-modal-title {
        font-size: 19px;
    }

    .bf-option-modal-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

.order-tracking-empty {
    min-height: 70vh;
    background: #ffffff;
}

.payment-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.payment-summary {
    margin-top: 20px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #f9f9f9;
}

.payment-summary .summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.payment-summary .summary-row:last-child {
    margin-bottom: 0;
}

.payment-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.btn-success-solid {
    background: #2f9e44;
    border: 1px solid #2f9e44;
    color: #ffffff;
}

.btn-success-solid:hover,
.btn-success-solid:focus {
    background: #27873a;
    color: #ffffff;
}

.btn-danger-solid {
    background: #e03131;
    border: 1px solid #e03131;
    color: #ffffff;
}

.btn-danger-solid:hover,
.btn-danger-solid:focus {
    background: #c92a2a;
    color: #ffffff;
}

.order-status-pill {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.order-status-pill.success {
    background: rgba(47, 158, 68, 0.15);
    color: #2f9e44;
}

.order-status-pill.failed {
    background: rgba(224, 49, 49, 0.15);
    color: #c92a2a;
}

@media (max-width: 991px) {
    .menu-card-actions {
        opacity: 1;
        transform: none;
    }

    .rd-navbar-panel.rd-navbar-aside-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        direction: ltr;
    }

    .rd-navbar-panel.rd-navbar-aside-right .rd-navbar-toggle {
        order: 3;
    }

    .rd-navbar-panel.rd-navbar-aside-right .rd-navbar-brand {
        order: 2;
        margin: 0;
        margin-left: auto;
    }

    .rd-navbar-mobile-cart {
        order: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-width: 44px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid #ececec;
        color: #2f2f2f;
        background: #ffffff;
        padding: 0 10px;
    }

    .rd-navbar-mobile-cart .icon {
        font-size: 20px;
        line-height: 1;
    }

    .rd-navbar-mobile-cart .js-cart-count {
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 999px;
        background: #f16121;
        font-size: 10px;
        padding: 0 5px;
    }

    .rd-navbar-shop {
        flex-wrap: wrap;
    }

    .rd-navbar-shop > .link-shop {
        display: none !important;
    }

    .rd-navbar-login-btn {
        margin-right: 0;
        margin-top: 0;
        display: none !important;
    }

    .user-menu-wrap {
        display: none !important;
    }

    .user-menu-dropdown {
        right: auto;
        left: 0;
    }

    .rd-nav-mobile-divider {
        display: block;
        margin: 12px 0 0;
        padding-top: 10px;
    }

    .rd-nav-mobile-divider span {
        display: block;
        border-top: 1px solid #efefef;
        width: 100%;
    }

    .rd-nav-mobile-account {
        display: block;
    }

    .rd-nav-mobile-account > a {
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .rd-navbar-mobile-cart,
    .rd-nav-mobile-divider,
    .rd-nav-mobile-account {
        display: none !important;
    }
}

.menu-category-toolbar {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    padding: 16px 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.menu-category-toolbar-head p {
    margin: 0;
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 600;
}

.menu-category-rail {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 4px;
}

.menu-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #e7e8ee;
    border-radius: 999px;
    background: #ffffff;
    color: #616161;
    padding: 6px 14px 6px 10px;
    min-height: 44px;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.menu-category-chip:hover,
.menu-category-chip:focus {
    color: #f16121;
    border-color: #f6be9f;
    box-shadow: 0 8px 20px rgba(241, 97, 33, 0.14);
    transform: translateY(-1px);
}

.menu-category-chip.active {
    color: #f16121;
    border-color: #f6be9f;
    background: #fff7f3;
    box-shadow: 0 8px 20px rgba(241, 97, 33, 0.16);
}

.menu-category-chip-media {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.menu-category-chip-media img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.menu-category-chip-label {
    font-size: 13px;
    font-weight: 700;
}

.product-detail-card .team-member-position {
    margin-top: 2px;
}

.product-detail-card .progress-linear + .progress-linear {
    margin-top: 18px;
}

.product-detail-card .progress-linear .progress-text {
    color: #2f2f2f;
}

.product-detail-card .stepper-type-1 {
    min-width: 150px;
}

.product-detail-card .hidden {
    display: none !important;
}

.product-variation-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.product-variation-chip {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #b3b3b3;
    min-height: 34px;
    padding: 2px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.product-variation-chip .price {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: inherit;
    transition: color 0.2s ease;
}

.product-variation-chip .price small {
    font-size: 14px;
    line-height: 1;
    margin-right: 4px;
    color: inherit;
}

.product-variation-chip .icon.icon-circle {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: #d8d8d8;
    color: #777777;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.product-variation-chip:hover,
.product-variation-chip:focus,
.product-variation-chip.active {
    color: #f16121;
}

.product-variation-chip:hover .icon.icon-circle,
.product-variation-chip:focus .icon.icon-circle,
.product-variation-chip.active .icon.icon-circle {
    background: #f1b12b;
    color: #ffffff;
}

.product-option-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-option-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 8px 10px;
    cursor: pointer;
}

.product-option-item input[type="checkbox"] {
    margin-left: 8px;
}

.product-option-item small {
    color: #888888;
}

.nutrition-top-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.nutrition-energy-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    background: #232323;
    color: #ffffff;
    /* white-space: nowrap; */
    /* margin-right: auto; */
    height: fit-content;
    margin-bottom: 25px;
}

.nutrition-energy-pill .label {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
}

.nutrition-energy-pill strong {
    color: #ffb330;
}

.nutrition-notes-card {
    flex: 1 1 auto;
    border-radius: 14px;
    border: 1px solid #f1f1f1;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    padding: 12px 14px;
}

.nutrition-notes-card p {
    margin: 0;
    color: #4d4d4d;
}

.nutrition-notes-card p + p {
    margin-top: 8px;
}

.nutrition-accordion {
    position: relative;
    border-radius: 16px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.nutrition-accordion-toggle {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 38px;
    height: 38px;
    border: 0;
    background: #ffffff;
    color: #2f2f2f;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    z-index: 3;
}

.nutrition-accordion-toggle .icon {
    color: #f16121;
    font-size: 21px;
    transition: transform 0.2s ease;
}

.nutrition-accordion-content {
    padding: 14px 12px 12px;
    position: relative;
    max-height: none;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.nutrition-accordion.is-collapsed .nutrition-accordion-content {
    max-height: 300px;
    padding-bottom: 54px;
}

.nutrition-accordion.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 92px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 58%, #ffffff 100%);
    pointer-events: none;
    z-index: 2;
}

.nutrition-accordion:not(.is-collapsed) .nutrition-accordion-toggle .icon {
    transform: rotate(180deg);
}

.product-qty-pill {
    width: 176px;
    min-width: 176px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #dedede;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
}

.product-qty-pill-label {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 700;
}

.product-qty-pill-controls {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.product-qty-pill-controls[hidden],
.product-qty-pill-label[hidden] {
    display: none !important;
}

.product-qty-pill-btn {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #f16121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-qty-pill-value {
    min-width: 24px;
    text-align: center;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1;
}

@media (max-width: 767px) {
    .menu-category-toolbar {
        border-radius: 18px;
        padding: 12px 12px;
    }

    .menu-category-chip {
        padding: 6px 11px 6px 8px;
    }

    .product-variation-chip .price {
        font-size: 34px;
    }

    .nutrition-top-row {
        flex-direction: column;
    }

    .nutrition-energy-pill {
        /* margin-right: 0; */
        width: 100%;
    }
}
