<style>
    html,
    body {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        overscroll-behavior: none;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet body {
        display: block;
        margin: 8px;
    }

    :root {
        --blue: #007bff;
        --indigo: #6610f2;
        --purple: #6f42c1;
        --pink: #e83e8c;
        --red: #dc3545;
        --orange: #fd7e14;
        --yellow: #ffc107;
        --green: #28a745;
        --teal: #20c997;
        --cyan: #17a2b8;
        --white: #fff;
        --gray: #6c757d;
        --gray-dark: #343a40;
        --primary: #fecc01;
        --secondary: #1d221c;
        --success: #28a745;
        --info: #17a2b8;
        --warning: #ffc107;
        --danger: #dc3545;
        --light: #f8f9fa;
        --dark: #343a40;
        --breakpoint-xs: 0;
        --breakpoint-sm: 576px;
        --breakpoint-md: 768px;
        --breakpoint-lg: 992px;
        --breakpoint-xl: 1200px;
        --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    @media (min-width: 641px) .page[b-te422a380f] {
        --nav-height: 4rem;
        --logo-size: 3.5rem;
        flex-direction: row;
    }

    .page[b-te422a380f] {
        --nav-height: 3rem;
        --main-color: #27235e;
        --dark-color: #3a0647;
        --logo-size: 2.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
        overscroll-behavior: contain;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet div {
        display: block;
    }

    html,
    body {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        overscroll-behavior: none;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    @media (min-width: 641px) .page[b-te422a380f] {
        --nav-height: 4rem;
        --logo-size: 3.5rem;
        flex-direction: row;
    }

    .page[b-te422a380f] {
        --nav-height: 3rem;
        --main-color: #27235e;
        --dark-color: #3a0647;
        --logo-size: 2.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
        overscroll-behavior: contain;
    }


    .nav-wodth[b-lgymuytamz] {
        width: 100% !important;
        margin: 0 !important;
        border: 0 !important;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet div {
        display: block;
    }

    .nav-height[b-lgymuytamz] {
        height: var(--nav-height);
        background-color: var(--main-color);
        color: white;
        width: 100% !important;
        padding: initial;
        margin: auto !important;
        place-items: center !important;
    }

    .nav-height[b-lgymuytamz] {
        height: var(--nav-height);
        background-color: var(--main-color);
        color: white;
        width: 100% !important;
        padding: initial;
        margin: auto !important;
        place-items: center !important;
    }

    .main[b-te422a380f] {
        flex: 1;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet div {
        display: block;
    }

    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .logo[b-lgymuytamz] {
        height: var(--logo-size) !important;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
    }

    .mr-auto,
    .mx-auto {
        margin-right: auto !important;
    }

    @media (min-width: 641px) .name-font[b-lgymuytamz] {
        font-family: Arial;
        font-weight: 300 !important;
        font-size: 2rem;
    }

    .mb-auto,
    .my-auto {
        margin-bottom: auto !important;
    }

    .mt-auto,
    .my-auto {
        margin-top: auto !important;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .nav-height[b-lgymuytamz] {
        height: var(--nav-height);
        background-color: var(--main-color);
        color: white;
        width: 100% !important;
        padding: initial;
        margin: auto !important;
        place-items: center !important;
    }

    .logo-container[b-lgymuytamz] {
        display: grid;
        height: var(--nav-height);
        place-items: center;
        justify-items: start;
    }

    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet div {
        display: block;
    }

    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
    }

    .fav-btn[b-lgymuytamz] {
        background-color: transparent;
        border: 0px;
        font-size: 2rem;
    }

    .nav-height[b-lgymuytamz] {
        height: var(--nav-height);
        background-color: var(--main-color);
        color: white;
        width: 100% !important;
        padding: initial;
        margin: auto !important;
        place-items: center !important;
    }

    @media (min-width: 641px) .page[b-te422a380f] {
        --nav-height: 4rem;
        --logo-size: 3.5rem;
        flex-direction: row;
    }

    ::after,
    ::before {
        box-sizing: border-box;
    }


    .menu-container[b-30481nb1fx] {
        display: grid;
        overscroll-behavior: contain;
        grid-template-columns: 140px 1fr;
        width: 100%;
        height: calc(100% - var(--nav-height));
    }

    .left-column[b-30481nb1fx] {
        overflow: auto;
        height: calc(100vh - var(--nav-height));
        background-color: #1d221c;
    }

    .btn-cat[b-30481nb1fx] {
        width: 100%;
        padding: 0.4rem;
        margin: auto;
        background: rgba(254, 204, 1, 0.0);
        color: white;
        outline: none;
        border: 0;
        margin-bottom: 0.5rem;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    input {
        overflow: visible;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button {
        border-radius: 0;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }


    button {
        appearance: auto;
        writing-mode: horizontal-tb !important;
        font-style: ;
        font-variant-ligatures: ;
        font-variant-caps: ;
        font-variant-numeric: ;
        font-variant-east-asian: ;
        font-weight: ;
        font-stretch: ;
        font-size: ;
        font-family: ;
        text-rendering: auto;
        color: buttontext;
        letter-spacing: normal;
        word-spacing: normal;
        line-height: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: center;
        align-items: flex-start;
        cursor: default;
        box-sizing: border-box;
        background-color: buttonface;
        margin: 0em;
        padding: 1px 6px;
        border-width: 2px;
        border-style: outset;
        border-color: buttonborder;
        border-image: initial;
    }

    btn-underline[b-30481nb1fx] {
        height: 2px;
        background-color: #27235e;
        width: 85%;
        margin: 6px auto 0 auto;
        border-radius: 5px;
    }

    .btn-underline[b-30481nb1fx] {
        height: 2px;
        background-color: #27235e;
        width: 85%;
        margin: 6px auto 0 auto;
        border-radius: 5px;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    .btn-cat-selected[b-30481nb1fx] {
        width: 100%;
        padding: 0.4rem;
        margin: auto;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        outline: none;
        border: 0;
        margin-bottom: 0.5rem;
    }

    .right-column[b-30481nb1fx] {
        overflow: auto;
        height: calc(100vh - var(--nav-height));
        background-color: white;
    }

    .wrapper[b-30481nb1fx] {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        place-items: center;
    }

    .pb-2,
    .py-2 {
        padding-bottom: 0.5rem !important;
    }

    .pt-2,
    .py-2 {
        padding-top: 0.5rem !important;
    }

    @media (min-width: 641px) .card[b-0iyg5lg8ci] {
        width: 180px;
        height: 180px;
    }

    .card[b-0iyg5lg8ci] {
        padding: 0;
        margin: 5px;
        position: relative;
        width: 103px;
        height: 105px;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0.25rem;
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button;
    }

    img {
        overflow-clip-margin: content-box;
        overflow: clip;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0.25rem;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    @media (min-width: 641px) .iii[b-0iyg5lg8ci] {
        width: 180px !important;
        height: 180px;
    }

    .iii[b-0iyg5lg8ci] {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 5px 5px 10px 10px;
        box-shadow: 1px 3px 3px rgb(0 0 0 / 20%), -1px -1px 4px rgb(0 0 0 / 20%);
        transition: box-shadow 130ms ease-in-out;
        width: 105px !important;
        height: 105px;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet img {
        overflow-clip-margin: content-box;
        overflow: clip;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0.25rem;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    @media (min-width: 641px) .food-info[b-0iyg5lg8ci] {
        width: 180px;
    }

    .food-info[b-0iyg5lg8ci] {
        background-color: #1d221c;
        border-radius: 5px 5px 10px 10px;
        bottom: 0;
        left: 0;
        padding: 0.5em 0.5em 0.5em 0.5em;
        position: absolute;
        width: 105px;
        right: 0;
    }

    @media (min-width: 641px) .food-info p[b-0iyg5lg8ci] {
        font-size: 1rem;
    }

    .food-info p[b-0iyg5lg8ci] {
        margin: 0;
        color: #fff;
        font-size: 8px;
        white-space: initial;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    .favoriteo[b-0iyg5lg8ci] {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 111ms ease-in-out;
    }

    .gray-ico[b-0iyg5lg8ci] {
        color: gray;
    }

    .oi {
        position: relative;
        top: 1px;
        display: inline-block;
        speak: none;
        font-family: Icons;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .gray-ico[b-0iyg5lg8ci] {
        color: gray;
    }

    .oi {
        position: relative;
        top: 1px;
        display: inline-block;
        speak: none;
        font-family: Icons;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    @media (min-width: 641px) .card[b-0iyg5lg8ci] {
        width: 180px;
        height: 180px;
    }

    .card[b-0iyg5lg8ci] {
        padding: 0;
        margin: 5px;
        position: relative;
        width: 103px;
        height: 105px;
    }

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    a,
    .btn-link {
        color: #0366d6;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

    a,
    .btn-link {
        color: #0366d6;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }

    .shown-img[b-o2ttk6oans] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 20px 20px 0px 0px;
        width: 100%;
        height: auto;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet img {
        overflow-clip-margin: content-box;
        overflow: clip;
    }

    .popup>*[b-30481nb1fx] {
        pointer-events: initial;
    }

    .darkening[b-30481nb1fx] {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: none;
        z-index: 5;
    }

    @media (min-width: 641px) .page[b-te422a380f] {
        --nav-height: 4rem;
        --logo-size: 3.5rem;
        flex-direction: row;
    }

    .page[b-te422a380f] {
        --nav-height: 3rem;
        --main-color: #27235e;
        --dark-color: #3a0647;
        --logo-size: 2.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
        overscroll-behavior: contain;
    }

    .darkening[b-30481nb1fx] {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: none;
        z-index: 5;
    }

    @media (min-width: 641px) .popupContent[b-30481nb1fx] {
        border-radius: 25px;
    }

    .popupContent[b-30481nb1fx] {
        background-color: #fefefe;
        padding: 20px 20px 0px 20px;
        border: 2px solid #888;
        width: 100%;
        border-radius: 25px 25px 0px 0px;
        max-height: 85%;
    }

    .popup>*[b-30481nb1fx] {
        pointer-events: initial;
    }

    .overflow-auto {
        overflow: auto !important;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    .top-info h1[b-o2ttk6oans] {
        margin: 0.4rem 0px;
        font-weight: 300;
    }

    .flex-grow-all[b-o2ttk6oans] {
        flex-grow: 1;
    }

    .h1,
    h1 {
        font-size: 2.5rem;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet h1 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    }

    .wrapper[b-30481nb1fx] {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        place-items: center;
    }

    .pb-2,
    .py-2 {
        padding-bottom: 0.5rem !important;
    }

    .pt-2,
    .py-2 {
        padding-top: 0.5rem !important;
    }

    .right-column[b-30481nb1fx] {
        overflow: auto;
        height: calc(100vh - var(--nav-height));
        background-color: white;
    }

    .left-column[b-30481nb1fx] {
        overflow: auto;
        height: calc(100vh - var(--nav-height));
        background-color: #1d221c;
    }

    .nav-height[b-lgymuytamz] {
        height: var(--nav-height);
        background-color: var(--main-color);
        color: white;
        width: 100% !important;
        padding: initial;
        margin: auto !important;
        place-items: center !important;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .nav-height[b-lgymuytamz] {
        height: var(--nav-height);
        background-color: var(--main-color);
        color: white;
        width: 100% !important;
        padding: initial;
        margin: auto !important;
        place-items: center !important;
    }

    .nav-height[b-lgymuytamz] {
        height: var(--nav-height);
        background-color: var(--main-color);
        color: white;
        width: 100% !important;
        padding: initial;
        margin: auto !important;
        place-items: center !important;
    }

    .logo-container[b-lgymuytamz] {
        display: grid;
        height: var(--nav-height);
        place-items: center;
        justify-items: start;
    }

    .logo-container[b-lgymuytamz] {
        display: grid;
        height: var(--nav-height);
        place-items: center;
        justify-items: start;
    }

    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 641px) .food-info[b-0iyg5lg8ci] {
        width: 180px;
    }

    .food-info[b-0iyg5lg8ci] {
        background-color: #1d221c;
        border-radius: 5px 5px 10px 10px;
        bottom: 0;
        left: 0;
        padding: 0.5em 0.5em 0.5em 0.5em;
        position: absolute;
        width: 105px;
        right: 0;
    }

    @media (min-width: 641px) .iii[b-0iyg5lg8ci] {
        width: 180px !important;
        height: 180px;
    }

    .iii[b-0iyg5lg8ci] {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 5px 5px 10px 10px;
        box-shadow: 1px 3px 3px rgb(0 0 0 / 20%), -1px -1px 4px rgb(0 0 0 / 20%);
        transition: box-shadow 130ms ease-in-out;
        width: 105px !important;
        height: 105px;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    user agent stylesheet img {
        overflow-clip-margin: content-box;
        overflow: clip;
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0.25rem;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    user agent stylesheet button {
        writing-mode: horizontal-tb !important;
        font-style: ;
        font-variant-ligatures: ;
        font-variant-caps: ;
        font-variant-numeric: ;
        font-variant-east-asian: ;
        font-weight: ;
        font-stretch: ;
        font-size: ;
        font-family: ;
        text-rendering: auto;
        color: buttontext;
        letter-spacing: normal;
        word-spacing: normal;
        line-height: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        text-align: center;
        cursor: default;
    }

    @media (min-width: 641px) .page[b-te422a380f] {
        --nav-height: 4rem;
        --logo-size: 3.5rem;
        flex-direction: row;
    }

    .page[b-te422a380f] {
        --nav-height: 3rem;
        --main-color: #27235e;
        --dark-color: #3a0647;
        --logo-size: 2.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
        overscroll-behavior: contain;
    }

    html,
    body {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        overscroll-behavior: none;
    }

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    :root {
        --blue: #007bff;
        --indigo: #6610f2;
        --purple: #6f42c1;
        --pink: #e83e8c;
        --red: #dc3545;
        --orange: #fd7e14;
        --yellow: #ffc107;
        --green: #28a745;
        --teal: #20c997;
        --cyan: #17a2b8;
        --white: #fff;
        --gray: #6c757d;
        --gray-dark: #343a40;
        --primary: #fecc01;
        --secondary: #1d221c;
        --success: #28a745;
        --info: #17a2b8;
        --warning: #ffc107;
        --danger: #dc3545;
        --light: #f8f9fa;
        --dark: #343a40;
        --breakpoint-xs: 0;
        --breakpoint-sm: 576px;
        --breakpoint-md: 768px;
        --breakpoint-lg: 992px;
        --breakpoint-xl: 1200px;
        --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

</style>
