:root {
    --hcode-akkb-green: #0b5a43;
    --hcode-akkb-green-dark: #073d2f;
    --hcode-akkb-green-soft: #dce9df;
    --hcode-akkb-cream: #f4efe7;
    --hcode-akkb-paper: #fffdf9;
    --hcode-akkb-gold: #b78a48;
    --hcode-akkb-ink: #17231f;
    --hcode-akkb-muted: #747d79;
    --hcode-akkb-danger: #a54b3d;
    --hcode-akkb-ease: cubic-bezier(.22, 1, .36, 1);
    --hcode-akkb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html:has(body.hcode-akkb-fullscreen-page) {
    margin-top: 0 !important;
}

html:has(.hcode-akkb-fullscreen-page),
body.hcode-akkb-fullscreen-page {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--hcode-akkb-cream);
    color: var(--hcode-akkb-ink);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.hcode-akkb-menu,
.hcode-akkb-menu *,
.hcode-akkb-menu *::before,
.hcode-akkb-menu *::after {
    box-sizing: border-box;
    font-family: var(--hcode-akkb-font) !important;
    font-style: normal !important;
}

.hcode-akkb-menu {
    min-height: 100svh;
    overflow: clip;
    background: var(--hcode-akkb-cream);
    color: var(--hcode-akkb-ink);
    font-family: var(--hcode-akkb-font) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

.hcode-akkb-menu button,
.hcode-akkb-menu input,
.hcode-akkb-menu textarea,
.hcode-akkb-menu select,
.hcode-akkb-menu a { font: inherit; touch-action: manipulation; }

.hcode-akkb-menu a { color: inherit; }

body.hcode-akkb-fullscreen-page #wpadminbar { display: none !important; }

.hcode-akkb-menu__appbar {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid rgba(23, 35, 31, .055);
    background: rgba(255, 253, 249, .9);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.hcode-akkb-menu__appbar-inner,
.hcode-akkb-menu__hero-inner,
.hcode-akkb-menu__controls-inner,
.hcode-akkb-menu__body,
.hcode-akkb-menu__footer-inner,
.hcode-akkb-menu__legal {
    width: min(100% - 32px, 1120px);
    margin-inline: auto;
}

.hcode-akkb-menu__appbar-inner {
    display: grid;
    min-height: 72px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding-top: env(safe-area-inset-top);
}

.hcode-akkb-menu__appbar-inner > strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hcode-akkb-menu__app-actions { display: flex; align-items: center; gap: 6px; }
.hcode-akkb-language select { min-width: 46px; height: 42px; padding: 0 6px; border: 0; border-radius: 14px; outline: 0; background: var(--hcode-akkb-green-soft); color: var(--hcode-akkb-green); font: inherit; font-size: 11px; font-weight: 650; cursor: pointer; }
.hcode-akkb-menu[dir="rtl"] { text-align: right; }
.hcode-akkb-menu[dir="rtl"] .hcode-akkb-menu__product-bottom, .hcode-akkb-menu[dir="rtl"] .hcode-akkb-order-detail__head { flex-direction: row-reverse; }

.hcode-akkb-menu__brand-mark,
.hcode-akkb-menu__appbar a,
.hcode-akkb-menu__appbar button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
}

.hcode-akkb-menu__brand-mark {
    background: var(--hcode-akkb-green);
    color: #ead3a9;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
}

.hcode-akkb-menu__logo-img { display: block; width: 34px; height: 34px; object-fit: contain; }

.hcode-akkb-menu__appbar a,
.hcode-akkb-menu__appbar button {
    justify-self: end;
    padding: 0;
    border: 0;
    background: rgba(11, 90, 67, .075);
    color: var(--hcode-akkb-green);
    cursor: pointer;
    text-decoration: none;
}

.hcode-akkb-menu__appbar svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.hcode-akkb-menu__hero {
    position: relative;
    overflow: hidden;
    background: var(--hcode-akkb-paper);
}

.hcode-akkb-menu__hero-inner {
    position: relative;
    z-index: 1;
    padding: 42px 0 40px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .65s var(--hcode-akkb-ease), transform .65s var(--hcode-akkb-ease);
}

.hcode-akkb-menu.is-ready .hcode-akkb-menu__hero-inner { opacity: 1; transform: none; }

.hcode-akkb-menu__hero-pattern {
    position: absolute;
    top: -95px;
    right: -150px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(11, 90, 67, .09);
    border-radius: 50%;
}

.hcode-akkb-menu__hero-pattern::before,
.hcode-akkb-menu__hero-pattern::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(11, 90, 67, .075);
    border-radius: 50%;
}

.hcode-akkb-menu__hero-pattern::before { inset: 56px; }
.hcode-akkb-menu__hero-pattern::after { inset: 118px; }

.hcode-akkb-menu__eyebrow {
    max-width: 290px;
    margin: 0 0 16px;
    color: var(--hcode-akkb-green);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .14em;
    line-height: 1.45;
    text-transform: uppercase;
}
.hcode-akkb-event-label { display: inline-flex; margin: -8px 0 18px; padding: 7px 10px; border-radius: 999px; background: #f3e7cf; color: #79591b; font-size: 10px; font-weight: 650; letter-spacing: .08em; }

.hcode-akkb-menu h1 {
    max-width: 720px;
    margin: 0;
    color: var(--hcode-akkb-ink);
    font-size: clamp(38px, 11.5vw, 68px);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.052em;
    line-height: .98;
}

.hcode-akkb-menu h1 span { color: var(--hcode-akkb-green); }

.hcode-akkb-menu__intro {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--hcode-akkb-muted);
    font-size: 14px;
    line-height: 1.68;
}

.hcode-akkb-menu__trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }

.hcode-akkb-menu__trust span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(11, 90, 67, .07);
    color: var(--hcode-akkb-green-dark);
    font-size: 11px;
}

.hcode-akkb-menu__trust i { width: 6px; height: 6px; border-radius: 50%; background: var(--hcode-akkb-gold); }

.hcode-akkb-menu__controls {
    position: sticky;
    z-index: 40;
    top: 72px;
    padding: 13px 0;
    background: rgba(244, 239, 231, .88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hcode-akkb-menu__search {
    position: relative;
    display: flex;
    height: 54px;
    align-items: center;
    border: 0;
    border-radius: 19px;
    background: var(--hcode-akkb-paper);
    box-shadow: 0 14px 35px rgba(31, 44, 39, .055);
    transition: box-shadow .25s ease, transform .25s ease;
}

.hcode-akkb-menu__search:focus-within { box-shadow: 0 0 0 3px rgba(11, 90, 67, .1), 0 18px 38px rgba(31, 44, 39, .07); transform: translateY(-1px); }

.hcode-akkb-menu__search input {
    min-width: 0;
    width: 100%;
    height: 52px;
    padding: 0 10px 0 17px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--hcode-akkb-ink);
    font-size: 16px;
}

.hcode-akkb-menu__search input::placeholder { color: #979d9a; }

.hcode-akkb-menu__search button {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hcode-akkb-muted);
    cursor: pointer;
    font-size: 25px;
}

.hcode-akkb-menu__search.has-value button { display: block; }

.hcode-akkb-menu__search .hcode-akkb-menu__search-button {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-right: 6px;
    border-radius: 13px;
    background: var(--hcode-akkb-green);
    color: #fff;
}

.hcode-akkb-menu__search.has-value .hcode-akkb-menu__search-button { display: grid; }

.hcode-akkb-menu__search-button svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.hcode-akkb-menu__body { padding: 28px 0 120px; }
.hcode-akkb-ordering-state { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; padding: 12px 14px; border-radius: 18px; background: #ece9e2; }
.hcode-akkb-ordering-state > i { display: block; width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--hcode-akkb-danger); box-shadow: 0 0 0 5px rgba(165,75,61,.09); }
.hcode-akkb-ordering-state.is-open > i { background: var(--hcode-akkb-green); box-shadow: 0 0 0 5px rgba(11,90,67,.09); }
.hcode-akkb-ordering-state > span { display: flex; flex-direction: column; }
.hcode-akkb-ordering-state strong { font-size: 11px; font-weight: 650; }
.hcode-akkb-ordering-state small { margin-top: 1px; color: var(--hcode-akkb-muted); font-size: 9px; }

.hcode-akkb-menu__body-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.hcode-akkb-menu__body-heading span {
    display: block;
    margin-bottom: 5px;
    color: var(--hcode-akkb-muted);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .15em;
}

.hcode-akkb-menu__body-heading h2 {
    margin: 0;
    color: var(--hcode-akkb-ink);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.hcode-akkb-menu__body-heading > p { margin: 0 0 4px; color: var(--hcode-akkb-muted); font-size: 12px; white-space: nowrap; }

.hcode-akkb-menu__categories { display: grid; gap: 10px; }

.hcode-akkb-menu__category {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: var(--hcode-akkb-green-soft);
    box-shadow: 0 22px 50px -40px rgba(19, 41, 32, .5);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s var(--hcode-akkb-ease), transform .55s var(--hcode-akkb-ease), box-shadow .35s ease;
}

.hcode-akkb-menu.is-ready .hcode-akkb-menu__category { opacity: 1; transform: none; }
.hcode-akkb-menu.is-ready .hcode-akkb-menu__category:nth-child(2) { transition-delay: .05s; }
.hcode-akkb-menu.is-ready .hcode-akkb-menu__category:nth-child(3) { transition-delay: .1s; }
.hcode-akkb-menu.is-ready .hcode-akkb-menu__category:nth-child(4) { transition-delay: .15s; }
.hcode-akkb-menu__category:hover { box-shadow: 0 28px 55px -38px rgba(19, 41, 32, .46); }
.hcode-akkb-menu__category[hidden] { display: none; }
.hcode-akkb-menu__category--tone-1 { background: #eadfd6; }
.hcode-akkb-menu__category--tone-2 { background: #f1e5c7; }
.hcode-akkb-menu__category--tone-3 { background: #dfe5dc; }

.hcode-akkb-menu__category-summary {
    display: grid;
    width: 100%;
    min-height: 124px;
    grid-template-columns: 54px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border: 0;
    background: transparent;
    color: var(--hcode-akkb-ink);
    cursor: pointer;
    text-align: left;
}

.hcode-akkb-menu__category-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .45);
    color: var(--hcode-akkb-green-dark);
}

.hcode-akkb-menu__category-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.hcode-akkb-menu__category-copy { display: block; min-width: 0; }
.hcode-akkb-menu__category-copy small { display: block; margin-bottom: 4px; color: rgba(23, 35, 31, .56); font-size: 10px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.hcode-akkb-menu__category-copy strong { display: block; color: var(--hcode-akkb-ink); font-size: 23px; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.hcode-akkb-menu__category-description { display: -webkit-box; margin-top: 7px; overflow: hidden; color: rgba(23, 35, 31, .57); font-size: 11px; font-style: normal !important; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

.hcode-akkb-menu__category-arrow {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    justify-self: end;
    border-radius: 50%;
    background: rgba(255, 255, 255, .48);
    color: var(--hcode-akkb-green-dark);
    transition: transform .45s var(--hcode-akkb-ease), background .25s ease;
}

.hcode-akkb-menu__category-arrow svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hcode-akkb-menu__category.is-open .hcode-akkb-menu__category-arrow { background: var(--hcode-akkb-green); color: #fff; transform: rotate(180deg); }

.hcode-akkb-menu__category-panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .56s var(--hcode-akkb-ease), opacity .35s ease;
}

.hcode-akkb-menu__category.is-open .hcode-akkb-menu__category-panel { grid-template-rows: 1fr; opacity: 1; }
.hcode-akkb-menu__category-panel-inner { min-height: 0; overflow: hidden; }
.hcode-akkb-menu__products { display: grid; gap: 8px; padding: 0 10px 10px; }
.hcode-akkb-menu__category-empty { display: flex; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.56); text-align: center; }
.hcode-akkb-menu__category-empty > span { color: var(--hcode-akkb-gold); font-size: 20px; }
.hcode-akkb-menu__category-empty > strong { margin-top: 5px; color: var(--hcode-akkb-ink); font-size: 12px; font-weight: 600; }
.hcode-akkb-menu__category-empty > small { margin-top: 4px; color: var(--hcode-akkb-muted); font-size: 9px; }

.hcode-akkb-menu__product {
    position: relative;
    display: grid;
    min-height: 108px;
    grid-template-columns: 88px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 23px;
    background: rgba(255, 253, 249, .88);
    opacity: 0;
    transform: translateY(7px);
    transition: opacity .3s ease .08s, transform .42s var(--hcode-akkb-ease) .08s, background .25s ease;
}

.hcode-akkb-menu__category.is-open .hcode-akkb-menu__product { opacity: 1; transform: none; }
.hcode-akkb-menu__product:hover { background: #fff; }
.hcode-akkb-menu__product[hidden] { display: none; }
.hcode-akkb-menu__product[data-hcode-open-product] { cursor: pointer; }
.hcode-akkb-menu__product[data-hcode-open-product]:focus-visible { outline: 3px solid rgba(11, 90, 67, .22); outline-offset: 2px; }

.hcode-akkb-menu__product-image { position: relative; min-height: 108px; overflow: hidden; background: rgba(11, 90, 67, .08); }
.hcode-akkb-menu__product-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hcode-akkb-menu__product-image--empty { display: grid; place-items: center; }
.hcode-akkb-menu__product-image--empty svg { width: 31px; fill: none; stroke: rgba(11, 90, 67, .28); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.hcode-akkb-menu__product-copy { display: flex; min-width: 0; flex-direction: column; padding: 14px 14px 13px; }
.hcode-akkb-menu__product-top { display: flex; align-items: flex-start; gap: 7px; }
.hcode-akkb-menu__product h3 { min-width: 0; margin: 0; color: var(--hcode-akkb-ink); font-size: 15px; font-style: normal; font-weight: 600; letter-spacing: -.018em; line-height: 1.25; }

.hcode-akkb-menu__badge {
    flex: 0 0 auto;
    max-width: 76px;
    overflow: hidden;
    padding: 4px 7px;
    border-radius: 999px;
    background: var(--hcode-akkb-green-soft);
    color: var(--hcode-akkb-green-dark);
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.hcode-akkb-menu__product p { display: -webkit-box; margin: 6px 0 10px; overflow: hidden; color: var(--hcode-akkb-muted); font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hcode-akkb-menu__traits { display: flex; flex-wrap: wrap; gap: 4px; margin: -4px 0 7px; }
.hcode-akkb-menu__traits span { padding: 3px 6px; border-radius: 999px; background: rgba(11,90,67,.08); color: var(--hcode-akkb-green); font-size: 7px; font-weight: 650; }
.hcode-akkb-menu__allergens { display: block; margin: -3px 0 7px; color: var(--hcode-akkb-muted); font-size: 7px; }
.hcode-akkb-menu__product-bottom { display: flex; min-height: 20px; flex-wrap: wrap; align-items: flex-end; gap: 4px 7px; margin-top: auto; }
.hcode-akkb-menu__price { display: flex; align-items: baseline; gap: 6px; }
.hcode-akkb-menu__price del { color: #9ca29f; font-size: 10px; }
.hcode-akkb-menu__price strong { color: var(--hcode-akkb-green); font-size: 15px; font-weight: 700; }
.hcode-akkb-menu__portion { color: #8d9591; font-size: 9px; }
.hcode-akkb-menu__sold-label { color: var(--hcode-akkb-danger); font-size: 10px; font-weight: 700; }
.hcode-akkb-menu__product.is-sold-out .hcode-akkb-menu__product-image::after { content: ""; position: absolute; inset: 0; background: rgba(244, 239, 231, .55); }

.hcode-akkb-menu__product-add {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    align-self: flex-end;
    margin: -5px 0 -4px auto;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: var(--hcode-akkb-green);
    color: #fff;
    cursor: pointer;
    transition: transform .2s var(--hcode-akkb-ease), background .2s ease;
}

.hcode-akkb-menu__product-add:hover { background: var(--hcode-akkb-green-dark); transform: scale(1.05); }
.hcode-akkb-menu__product-add svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.hcode-akkb-menu__empty { display: none; padding: 65px 20px; text-align: center; }
.hcode-akkb-menu__empty.is-visible { display: block; }
.hcode-akkb-menu__empty > div { color: var(--hcode-akkb-gold); font-size: 28px; }
.hcode-akkb-menu__empty h2 { margin: 10px 0 5px; color: var(--hcode-akkb-green-dark); font-size: 20px; font-weight: 500; }
.hcode-akkb-menu__empty p { margin: 0; color: var(--hcode-akkb-muted); font-size: 13px; }

.hcode-akkb-menu__footer {
    scroll-margin-top: 82px;
    padding: 46px 0 128px;
    background: var(--hcode-akkb-green-dark);
    color: rgba(255, 255, 255, .72);
}

.hcode-akkb-menu__footer-inner { display: grid; gap: 24px; }
.hcode-akkb-menu__footer strong { color: #fff; font-size: 16px; font-weight: 600; }
.hcode-akkb-menu__footer p { margin: 7px 0 0; font-size: 12px; line-height: 1.65; }
.hcode-akkb-menu__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 12px; }
.hcode-akkb-menu__contact a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 18px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; color: #fff; text-decoration: none; }
.hcode-akkb-menu__legal { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .09); color: rgba(255, 255, 255, .4); font-size: 10px !important; }

.hcode-akkb-menu__dock {
    position: fixed;
    z-index: 60;
    right: 16px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 16px;
    display: flex;
    width: min(calc(100% - 32px), 420px);
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-inline: auto;
    padding: 10px 11px 10px 20px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 23px;
    background: rgba(7, 31, 24, .96);
    box-shadow: 0 18px 55px rgba(7, 31, 24, .27);
    color: #fff;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hcode-akkb-menu__dock-main { display: flex; min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; text-align: left; }
.hcode-akkb-menu__dock-main span { font-size: 14px; font-weight: 600; }
.hcode-akkb-menu__dock-main small { max-width: 190px; margin-top: 2px; overflow: hidden; color: rgba(255, 255, 255, .52); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.hcode-akkb-menu__dock > strong { flex: 0 0 auto; color: #fff; font-size: 14px; font-weight: 600; white-space: nowrap; }
.hcode-akkb-menu__dock-icon { position: relative; display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; padding: 0; border: 0; border-radius: 15px; background: #fff; color: var(--hcode-akkb-green); cursor: pointer; }
.hcode-akkb-menu__dock-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.hcode-akkb-menu__dock-icon b { position: absolute; top: -4px; right: -4px; display: grid; min-width: 19px; height: 19px; place-items: center; padding: 0 4px; border: 2px solid var(--hcode-akkb-green-dark); border-radius: 999px; background: var(--hcode-akkb-gold); color: #fff; font-size: 9px; font-weight: 700; }

body.hcode-akkb-sheet-open { overflow: hidden; }

.hcode-akkb-sheet[hidden] { display: none; }

.hcode-akkb-sheet {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
}

.hcode-akkb-sheet.is-open { pointer-events: auto; }

.hcode-akkb-sheet__backdrop {
    position: absolute;
    inset: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    background: rgba(7, 31, 24, .42);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition: opacity .32s ease;
}

.hcode-akkb-sheet.is-open .hcode-akkb-sheet__backdrop { opacity: 1; }

.hcode-akkb-sheet__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 620px);
    max-height: min(calc(100dvh - 12px - env(safe-area-inset-top)), 780px);
    padding: 17px 20px max(22px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 32px 32px 0 0;
    background: var(--hcode-akkb-paper);
    box-shadow: 0 -22px 65px rgba(7, 31, 24, .18);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scroll-padding-top: 68px;
    transform: translateY(104%);
    transition: transform .48s var(--hcode-akkb-ease);
}

.hcode-akkb-sheet.is-open .hcode-akkb-sheet__panel { transform: none; }
.hcode-akkb-sheet__panel:focus { outline: 0; }
.hcode-akkb-sheet__handle { position: relative; width: 42px; height: 4px; margin: 0 auto 18px; border-radius: 999px; background: #d7d7d2; cursor: grab; touch-action: none; }
.hcode-akkb-sheet__handle::before { content: ""; position: absolute; inset: -16px -22px; }
.hcode-akkb-sheet__handle:active { cursor: grabbing; }
.hcode-akkb-sheet__close { position: sticky; z-index: 4; top: 0; right: 0; display: grid; width: 38px; height: 38px; place-items: center; margin: -4px 0 -38px auto; padding: 0; border: 0; border-radius: 13px; background: #f0eee8; box-shadow: 0 5px 16px rgba(7,31,24,.08); color: var(--hcode-akkb-ink); cursor: pointer; font-size: 24px; }

.hcode-akkb-sheet__product-head { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: center; gap: 18px; padding: 8px 38px 20px 0; }
.hcode-akkb-sheet__product-image { display: grid; width: 104px; height: 104px; place-items: center; overflow: hidden; border-radius: 25px; background: var(--hcode-akkb-green-soft); }
.hcode-akkb-sheet__product-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hcode-akkb-sheet__product-image.is-empty::after { content: "QR"; color: var(--hcode-akkb-green); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.hcode-akkb-sheet__product-image.is-empty img { display: none; }
.hcode-akkb-sheet__product-head small,
.hcode-akkb-sheet__cart-title small,
.hcode-akkb-sheet__panel--success > small { color: var(--hcode-akkb-green); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.hcode-akkb-sheet__product-head h2,
.hcode-akkb-sheet__cart-title h2,
.hcode-akkb-sheet__panel--success h2 { margin: 5px 0 7px; color: var(--hcode-akkb-ink); font-size: 25px; font-weight: 550; letter-spacing: -.035em; line-height: 1.1; }
.hcode-akkb-sheet__product-head > div > strong { color: var(--hcode-akkb-green); font-size: 18px; font-weight: 700; }

.hcode-akkb-sheet__row { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; margin: 2px 0 14px; padding: 13px 15px; border-radius: 20px; background: #f2efe8; }
.hcode-akkb-sheet__row > div:first-child { display: flex; flex-direction: column; }
.hcode-akkb-sheet__row strong { font-size: 13px; font-weight: 600; }
.hcode-akkb-sheet__row small { margin-top: 2px; color: var(--hcode-akkb-muted); font-size: 10px; }
.hcode-akkb-quantity { display: grid; grid-template-columns: 38px 34px 38px; align-items: center; text-align: center; }
.hcode-akkb-quantity button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 12px; background: #fff; color: var(--hcode-akkb-green); cursor: pointer; font-size: 20px; }
.hcode-akkb-quantity span { font-size: 15px; font-weight: 650; }

.hcode-akkb-sheet__note,
.hcode-akkb-cart__customer label { display: flex; flex-direction: column; gap: 7px; }
.hcode-akkb-sheet__note > span,
.hcode-akkb-cart__customer label > span { color: var(--hcode-akkb-ink); font-size: 11px; font-weight: 600; }
.hcode-akkb-sheet__note small,
.hcode-akkb-cart__customer small { color: var(--hcode-akkb-muted); font-weight: 400; }
.hcode-akkb-sheet textarea,
.hcode-akkb-sheet input,
.hcode-akkb-sheet select { width: 100%; min-width: 0; max-width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid #e5e1d9; border-radius: 15px; outline: 0; background: #fff; color: var(--hcode-akkb-ink); box-sizing: border-box; font-size: 16px; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; }
.hcode-akkb-sheet textarea:focus,
.hcode-akkb-sheet input:focus,
.hcode-akkb-sheet select:focus { border-color: rgba(11, 90, 67, .55); box-shadow: 0 0 0 3px rgba(11, 90, 67, .08); }
.hcode-akkb-product-options { margin: 0 0 13px; }
.hcode-akkb-product-options[hidden] { display: none; }
.hcode-akkb-product-options > strong { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 600; }
.hcode-akkb-product-options > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.hcode-akkb-product-options label { position: relative; cursor: pointer; }
.hcode-akkb-product-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.hcode-akkb-product-options label > span { display: flex; min-height: 54px; flex-direction: column; justify-content: center; padding: 9px 11px; border: 1px solid #e5e1d9; border-radius: 15px; background: #fff; }
.hcode-akkb-product-options input:checked + span { border-color: rgba(11,90,67,.48); background: var(--hcode-akkb-green-soft); box-shadow: 0 0 0 2px rgba(11,90,67,.06); }
.hcode-akkb-product-options span strong { font-size: 10px; font-weight: 650; }
.hcode-akkb-product-options span small { margin-top: 2px; color: var(--hcode-akkb-green); font-size: 9px; }

.hcode-akkb-sheet__primary {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 17px;
    padding: 13px 17px;
    border: 0;
    border-radius: 19px;
    background: var(--hcode-akkb-green-dark);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s var(--hcode-akkb-ease);
}
.hcode-akkb-sheet__primary:hover { transform: translateY(-1px); }
.hcode-akkb-sheet__primary span { font-size: 14px; font-weight: 600; }
.hcode-akkb-sheet__primary strong { font-size: 14px; font-weight: 600; }
.hcode-akkb-sheet__primary svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hcode-akkb-sheet__primary.is-disabled,
.hcode-akkb-sheet__primary:disabled { opacity: .42; cursor: not-allowed; transform: none; }
.hcode-akkb-sheet__primary.is-loading { opacity: .7; pointer-events: none; }

.hcode-akkb-sheet__cart-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 5px 44px 16px 0; }
.hcode-akkb-sheet__cart-title h2 { margin-bottom: 0; }
.hcode-akkb-sheet__cart-title > button { padding: 7px 0; border: 0; background: transparent; color: var(--hcode-akkb-danger); cursor: pointer; font-size: 10px; }

.hcode-akkb-cart__steps { display: grid; grid-template-columns: auto minmax(30px, 1fr) auto; align-items: center; gap: 10px; margin: 2px 44px 20px 0; }
.hcode-akkb-cart__steps > div { display: flex; align-items: center; gap: 7px; color: #9aa19e; transition: color .25s ease; }
.hcode-akkb-cart__steps > div span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; background: #eeece6; font-size: 10px; font-weight: 650; transition: background .25s ease, color .25s ease; }
.hcode-akkb-cart__steps > div small { font-size: 10px; font-weight: 600; }
.hcode-akkb-cart__steps > div.is-active,
.hcode-akkb-cart__steps > div.is-complete { color: var(--hcode-akkb-green); }
.hcode-akkb-cart__steps > div.is-active span,
.hcode-akkb-cart__steps > div.is-complete span { background: var(--hcode-akkb-green); color: #fff; }
.hcode-akkb-cart__steps > i { display: block; height: 1px; background: #dedbd3; }
.hcode-akkb-cart__step { opacity: 0; transform: translateX(10px); }
.hcode-akkb-cart__step[hidden] { display: none; }
.hcode-akkb-cart__step.is-active { opacity: 1; transform: none; animation: hcodeAkkbStepIn .35s var(--hcode-akkb-ease); }

@keyframes hcodeAkkbStepIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: none; }
}
.hcode-akkb-cart__empty { display: flex; min-height: 100px; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 22px; background: #f2efe8; text-align: center; }
.hcode-akkb-cart__empty[hidden] { display: none; }
.hcode-akkb-cart__empty span { font-size: 13px; font-weight: 600; }
.hcode-akkb-cart__empty small { margin-top: 4px; color: var(--hcode-akkb-muted); font-size: 10px; }
.hcode-akkb-cart__items { display: grid; gap: 8px; margin-bottom: 16px; }

.hcode-akkb-cart__item { display: grid; min-height: 82px; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 8px; border-radius: 20px; background: #f2efe8; }
.hcode-akkb-cart__item-image { display: grid; width: 64px; height: 64px; place-items: center; overflow: hidden; border-radius: 16px; background: var(--hcode-akkb-green-soft); color: var(--hcode-akkb-green); font-size: 9px; font-weight: 700; }
.hcode-akkb-cart__item-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hcode-akkb-cart__item-copy { display: flex; min-width: 0; flex-direction: column; }
.hcode-akkb-cart__item-copy strong { overflow: hidden; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.hcode-akkb-cart__item-copy small { margin-top: 2px; color: var(--hcode-akkb-muted); font-size: 9px; }
.hcode-akkb-cart__item-copy b { margin-top: 5px; color: var(--hcode-akkb-green); font-size: 11px; }
.hcode-akkb-cart__item-actions { display: grid; grid-template-columns: 27px 24px 27px; align-items: center; text-align: center; }
.hcode-akkb-cart__item-actions button { display: grid; width: 27px; height: 27px; place-items: center; padding: 0; border: 0; border-radius: 9px; background: #fff; color: var(--hcode-akkb-green); cursor: pointer; }
.hcode-akkb-cart__item-actions span { font-size: 11px; font-weight: 600; }
.hcode-akkb-cart__item-actions .is-remove { width: auto; height: auto; grid-column: 1 / -1; justify-self: end; margin-top: 5px; padding: 3px 0; background: transparent; color: var(--hcode-akkb-danger); font-size: 8px; }

.hcode-akkb-cart__customer { display: grid; gap: 11px; padding-top: 3px; }
.hcode-akkb-delivery { min-width: 0; margin: 0 0 17px; padding: 0; border: 0; }
.hcode-akkb-delivery legend { margin-bottom: 9px; color: var(--hcode-akkb-ink); font-size: 11px; font-weight: 600; }
.hcode-akkb-delivery__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.hcode-akkb-delivery__options label { position: relative; min-width: 0; cursor: pointer; }
.hcode-akkb-delivery__options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hcode-akkb-delivery__options label > span { display: flex; min-height: 128px; flex-direction: column; align-items: flex-start; padding: 13px; border: 1px solid #e5e1d9; border-radius: 20px; background: #fff; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s var(--hcode-akkb-ease); }
.hcode-akkb-delivery__options label:hover > span { transform: translateY(-1px); }
.hcode-akkb-delivery__options input:checked + span { border-color: rgba(11, 90, 67, .45); background: var(--hcode-akkb-green-soft); box-shadow: 0 0 0 2px rgba(11, 90, 67, .07); }
.hcode-akkb-delivery__options input:focus-visible + span { outline: 3px solid rgba(11, 90, 67, .16); outline-offset: 2px; }
.hcode-akkb-delivery__options i { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 14px; border-radius: 12px; background: #f2efe8; color: var(--hcode-akkb-green); }
.hcode-akkb-delivery__options input:checked + span i { background: #fff; }
.hcode-akkb-delivery__options svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.hcode-akkb-delivery__options strong { font-size: 11px; font-weight: 650; line-height: 1.25; }
.hcode-akkb-delivery__options small { margin-top: 4px; color: var(--hcode-akkb-muted); font-size: 9px; line-height: 1.35; }
.hcode-akkb-delivery__options label.is-muted { cursor: not-allowed; }
.hcode-akkb-delivery__options label.is-muted > span { position: relative; opacity: .5; background: #eeece7; filter: grayscale(.65); transform: none; }
.hcode-akkb-delivery__options label.is-muted > span > b { position: absolute; top: 11px; right: 11px; padding: 4px 7px; border-radius: 999px; background: #d7d4cd; color: #686e6b; font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.hcode-akkb-delivery__options label.is-muted:hover > span { transform: none; }
.hcode-akkb-cart__shipping-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; padding: 13px; border-radius: 20px; background: #f2efe8; }
.hcode-akkb-cart__shipping-fields[hidden] { display: none; }
.hcode-akkb-cart__shipping-fields .is-full,
.hcode-akkb-cart__shipping-fields > p { grid-column: 1 / -1; }
.hcode-akkb-cart__shipping-fields > p { margin: 0; color: var(--hcode-akkb-muted); font-size: 9px; line-height: 1.45; }
.hcode-akkb-catering { margin: 0 0 17px; }
.hcode-akkb-catering__toggle { display: block; cursor: pointer; }
.hcode-akkb-catering__toggle > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hcode-akkb-catering__toggle > span { display: grid; grid-template-columns: 42px minmax(0, 1fr) 22px; align-items: center; gap: 11px; min-height: 82px; padding: 12px 14px; border: 1px solid rgba(11,90,67,.15); border-radius: 20px; background: var(--hcode-akkb-green-soft); transition: border-color .2s ease, box-shadow .2s ease; }
.hcode-akkb-catering__toggle i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 14px; background: #fff; color: var(--hcode-akkb-green); }
.hcode-akkb-catering__toggle svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.hcode-akkb-catering__toggle > span > span { display: flex; min-width: 0; flex-direction: column; }
.hcode-akkb-catering__toggle strong { color: var(--hcode-akkb-green-dark); font-size: 11px; font-weight: 650; }
.hcode-akkb-catering__toggle small { margin-top: 3px; color: #60706a; font-size: 9px; line-height: 1.4; }
.hcode-akkb-catering__toggle > span > b { position: relative; width: 22px; height: 22px; border: 1px solid rgba(11,90,67,.28); border-radius: 8px; background: #fff; }
.hcode-akkb-catering__toggle > input:checked + span { border-color: rgba(11,90,67,.5); box-shadow: 0 0 0 2px rgba(11,90,67,.07); }
.hcode-akkb-catering__toggle > input:checked + span > b { border-color: var(--hcode-akkb-green); background: var(--hcode-akkb-green); }
.hcode-akkb-catering__toggle > input:checked + span > b::after { position: absolute; top: 4px; left: 7px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.hcode-akkb-catering__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 8px; padding: 13px; border-radius: 20px; background: #f2efe8; }
.hcode-akkb-catering__fields[hidden] { display: none; }
.hcode-akkb-catering__fields label { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.hcode-akkb-catering__fields label > span { color: var(--hcode-akkb-ink); font-size: 11px; font-weight: 600; }
.hcode-akkb-catering__fields .is-full { grid-column: 1 / -1; }
.hcode-akkb-cart__summary { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding: 15px 2px; border-top: 1px solid #e5e1d9; }
.hcode-akkb-cart__summary span { color: var(--hcode-akkb-muted); font-size: 12px; }
.hcode-akkb-cart__summary strong { color: var(--hcode-akkb-green-dark); font-size: 20px; font-weight: 650; }
.hcode-akkb-cart__notice { margin: 10px 8px 0; color: var(--hcode-akkb-muted); font-size: 9px; line-height: 1.5; text-align: center; }
.hcode-akkb-coupon { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 8px; margin-top: 13px; padding: 12px; border-radius: 18px; background: #f2efe8; }
.hcode-akkb-coupon label { display: flex; min-width: 0; flex-direction: column; gap: 6px; }
.hcode-akkb-coupon label > span { font-size: 10px; font-weight: 600; }
.hcode-akkb-coupon button { min-height: 48px; padding: 0 15px; border: 0; border-radius: 14px; background: var(--hcode-akkb-green); color: #fff; cursor: pointer; font-size: 10px; font-weight: 600; }
.hcode-akkb-coupon > small { grid-column: 1 / -1; color: var(--hcode-akkb-muted); font-size: 9px; }
.hcode-akkb-coupon > small.is-success { color: var(--hcode-akkb-green); }
.hcode-akkb-coupon > small.is-error { color: var(--hcode-akkb-danger); }

.hcode-akkb-sheet__panel--success { padding: 35px 26px max(28px, env(safe-area-inset-bottom)); text-align: center; }
.hcode-akkb-order-success__icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 12px auto 20px; border-radius: 25px; background: var(--hcode-akkb-green-soft); color: var(--hcode-akkb-green); }
.hcode-akkb-order-success__icon svg { width: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.hcode-akkb-sheet__panel--success > p { margin: 0; color: var(--hcode-akkb-muted); font-size: 12px; }
.hcode-akkb-order-success__number { display: flex; flex-direction: column; gap: 4px; margin-top: 22px; padding: 16px; border-radius: 19px; background: #f2efe8; }
.hcode-akkb-order-success__number span { color: var(--hcode-akkb-muted); font-size: 10px; }
.hcode-akkb-order-success__number strong { color: var(--hcode-akkb-green-dark); font-size: 19px; font-weight: 650; letter-spacing: .03em; }
.hcode-akkb-sheet__panel--success .hcode-akkb-sheet__primary { justify-content: center; }

.hcode-akkb-sheet__panel--info > small { color: var(--hcode-akkb-green); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.hcode-akkb-sheet__panel--info > h2 { max-width: 440px; margin: 7px 44px 10px 0; color: var(--hcode-akkb-ink); font-size: 27px; font-weight: 550; letter-spacing: -.035em; line-height: 1.12; }
.hcode-akkb-sheet__panel--info > p { max-width: 500px; margin: 0 0 20px; color: var(--hcode-akkb-muted); font-size: 12px; line-height: 1.65; }
.hcode-akkb-info-list { display: grid; gap: 8px; }
.hcode-akkb-info-list > a,
.hcode-akkb-info-list > div { display: flex; min-height: 64px; flex-direction: column; justify-content: center; gap: 3px; padding: 12px 15px; border-radius: 18px; background: #f2efe8; text-decoration: none; }
.hcode-akkb-info-list span { color: var(--hcode-akkb-muted); font-size: 9px; }
.hcode-akkb-info-list strong { color: var(--hcode-akkb-ink); font-size: 12px; font-weight: 600; line-height: 1.45; }
.hcode-akkb-sheet__panel--info .hcode-akkb-sheet__primary { background: var(--hcode-akkb-green) !important; color: #fff !important; }
.hcode-akkb-sheet__panel--info .hcode-akkb-sheet__primary span,
.hcode-akkb-sheet__panel--info .hcode-akkb-sheet__primary svg { color: #fff !important; }

.hcode-akkb-toast { position: fixed; z-index: 130; top: max(18px, env(safe-area-inset-top)); left: 50%; max-width: min(calc(100% - 32px), 420px); padding: 12px 16px; border-radius: 15px; opacity: 0; background: var(--hcode-akkb-green-dark); box-shadow: 0 18px 45px rgba(7, 31, 24, .22); color: #fff; font-size: 11px; pointer-events: none; transform: translate(-50%, -12px); transition: opacity .25s ease, transform .35s var(--hcode-akkb-ease); }
.hcode-akkb-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.hcode-akkb-sheet__secondary { width: 100%; min-height: 52px; margin-top: 12px; padding: 12px 18px; border: 1px solid rgba(11,90,67,.18); border-radius: 18px; background: #edf4f0; color: #0b5a43; font: inherit; font-weight: 650; cursor: pointer; }
.hcode-akkb-sheet__secondary span, .hcode-akkb-sheet__secondary small { display: block; }
.hcode-akkb-sheet__secondary small { margin-top: 3px; color: #687871; font-size: 12px; font-weight: 450; }
.hcode-akkb-link-button { display: block; margin: 14px auto 0; border: 0; background: transparent; color: #0b5a43; font: inherit; cursor: pointer; }
.hcode-akkb-sheet__panel--orders { max-height: min(82vh, 760px); overflow-y: auto; }
.hcode-akkb-sheet__panel--orders > p { color: #75807b; line-height: 1.55; }
.hcode-akkb-orders { display: grid; gap: 10px; margin-top: 20px; }
.hcode-akkb-orders__empty { padding: 28px 18px; border-radius: 20px; background: #f3f1ec; text-align: center; color: #748079; }
.hcode-akkb-order-card { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; width: 100%; padding: 16px; border: 1px solid rgba(20,48,40,.08); border-radius: 18px; background: #fff; color: #142b24; text-align: left; font: inherit; cursor: pointer; box-shadow: 0 10px 28px rgba(24,44,36,.06); }
.hcode-akkb-order-card strong { font-size: 16px; }
.hcode-akkb-order-card b { color: #0b5a43; }
.hcode-akkb-order-card small { color: #78817d; }
.hcode-akkb-order-card span { grid-row: 1 / span 2; grid-column: 2; align-self: center; padding: 7px 10px; border-radius: 999px; background: #edf4f0; color: #0b5a43; font-size: 12px; }
.hcode-akkb-order-detail { margin-top: 18px; }
.hcode-akkb-order-detail__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px; border-radius: 20px; background: #0d3d31; color: #fff; }
.hcode-akkb-order-detail__head strong { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.13); font-size: 12px; }
.hcode-akkb-order-progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin: 24px 0; padding: 0; list-style: none; }
.hcode-akkb-order-progress li { position: relative; padding-top: 18px; color: #98a09c; font-size: 10px; text-align: center; }
.hcode-akkb-order-progress li::before { content: ''; position: absolute; top: 0; left: calc(50% - 5px); width: 10px; height: 10px; border-radius: 50%; background: #d8dcd9; }
.hcode-akkb-order-progress li::after { content: ''; position: absolute; top: 4px; right: 50%; width: 100%; height: 2px; background: #d8dcd9; z-index: -1; }
.hcode-akkb-order-progress li:first-child::after { display: none; }
.hcode-akkb-order-progress li.is-done { color: #0b5a43; }
.hcode-akkb-order-progress li.is-done::before, .hcode-akkb-order-progress li.is-done::after { background: #0b5a43; }
.hcode-akkb-order-detail dl { display: grid; gap: 1px; overflow: hidden; padding: 0; border-radius: 18px; background: #e5e8e6; }
.hcode-akkb-order-detail dl div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 15px; background: #f7f6f2; }
.hcode-akkb-order-detail dt { color: #7b847f; }
.hcode-akkb-order-detail dd { margin: 0; color: #182d26; font-weight: 650; text-align: right; }
.hcode-akkb-order-cancel { display: grid; gap: 4px; margin-top: 12px; padding: 13px 15px; border-radius: 16px; background: #fff0ed; color: #8d372f; }
.hcode-akkb-order-cancel[hidden] { display: none; }
.hcode-akkb-order-cancel strong { font-size: 12px; font-weight: 650; }
.hcode-akkb-order-cancel span { font-size: 11px; }
.hcode-akkb-order-items { display: grid; gap: 8px; margin-top: 14px; }
.hcode-akkb-order-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; border: 1px solid rgba(20,48,40,.08); border-radius: 16px; background: #fff; }
.hcode-akkb-order-item > div { display: grid; gap: 4px; min-width: 0; }
.hcode-akkb-order-item strong { color: #172d26; font-size: 12px; font-weight: 650; }
.hcode-akkb-order-item small { color: #748079; font-size: 10px; line-height: 1.45; }
.hcode-akkb-order-item > span { flex: none; color: #0b5a43; font-size: 11px; font-weight: 650; }
.hcode-akkb-order-item.is-unavailable { opacity: .64; background: #f3f1ec; }
.hcode-akkb-order-item small.is-unavailable { color: #9b3f37; }
.hcode-akkb-reorder { justify-content: center; margin-top: 14px; }
.hcode-akkb-reorder[hidden] { display: none; }
.hcode-akkb-sheet__panel--quote { max-height: min(calc(100dvh - 12px - env(safe-area-inset-top)), 820px); overflow-y: auto; }
.hcode-akkb-sheet__panel--quote > p { color: #748079; line-height: 1.5; }
.hcode-akkb-quote-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.hcode-akkb-quote-form label { display: flex; min-width: 0; flex-direction: column; gap: 6px; color: #273d35; font-size: 12px; font-weight: 600; }
.hcode-akkb-quote-form input, .hcode-akkb-quote-form select, .hcode-akkb-quote-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid rgba(20,48,40,.12); border-radius: 14px; outline: 0; background: #f7f6f2; color: #142b24; font: inherit; font-style: normal; }
.hcode-akkb-quote-form textarea { resize: vertical; }
.hcode-akkb-quote-form .is-full { grid-column: 1 / -1; }
.hcode-akkb-quote-result { margin: 0; color: #6e7a74; font-size: 12px; line-height: 1.5; }
.hcode-akkb-quote-result.is-success { padding: 12px; border-radius: 12px; background: #e1f2e9; color: #0b5a43; }
.hcode-akkb-quote-result.is-error { color: #a33b32; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

body.admin-bar .hcode-akkb-menu__appbar { top: 0; }
body.admin-bar .hcode-akkb-menu__controls { top: 72px; }

@media (min-width: 720px) {
    .hcode-akkb-menu__appbar-inner { min-height: 78px; }
    .hcode-akkb-menu__hero-inner { padding: 64px 0 58px; }
    .hcode-akkb-menu__intro { font-size: 15px; }
    .hcode-akkb-menu__controls { top: 78px; }
    .hcode-akkb-menu__controls-inner { display: flex; justify-content: flex-start; }
    .hcode-akkb-menu__search { width: 340px; }
    .hcode-akkb-menu__body { padding-top: 42px; }
    .hcode-akkb-menu__categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
    .hcode-akkb-menu__category-summary { min-height: 144px; grid-template-columns: 64px minmax(0, 1fr) 40px; padding: 24px; }
    .hcode-akkb-menu__category-icon { width: 64px; height: 64px; border-radius: 21px; }
    .hcode-akkb-menu__category-copy strong { font-size: 27px; }
    .hcode-akkb-menu__product { grid-template-columns: 106px minmax(0, 1fr); min-height: 126px; }
    .hcode-akkb-menu__product-image { min-height: 126px; }
    .hcode-akkb-menu__product-copy { padding: 17px; }
    .hcode-akkb-menu__product h3 { font-size: 17px; }
    .hcode-akkb-menu__product p { font-size: 11px; }
    .hcode-akkb-menu__footer-inner { grid-template-columns: 1fr auto; align-items: center; }
    .hcode-akkb-menu__contact { align-items: flex-end; }
    .hcode-akkb-menu__dock { right: 28px; left: auto; width: 360px; margin: 0; }
    .hcode-akkb-sheet__panel { margin-bottom: 18px; border-radius: 32px; }
    .hcode-akkb-cart__customer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hcode-akkb-cart__customer .is-full { grid-column: 1 / -1; }
    body.admin-bar .hcode-akkb-menu__controls { top: 78px; }
}

@media (max-width: 782px) {
    body.admin-bar .hcode-akkb-menu__appbar { top: 0; }
    body.admin-bar .hcode-akkb-menu__controls { top: 72px; }
}

@media (max-width: 520px) {
    .hcode-akkb-quote-form,
    .hcode-akkb-catering__fields,
    .hcode-akkb-cart__shipping-fields { grid-template-columns: minmax(0, 1fr); }
    .hcode-akkb-quote-form .is-full,
    .hcode-akkb-catering__fields .is-full,
    .hcode-akkb-cart__shipping-fields .is-full,
    .hcode-akkb-cart__shipping-fields > p { grid-column: 1; }
}

@supports not (height: 100dvh) {
    .hcode-akkb-sheet { height: 100vh; max-height: 100vh; }
    .hcode-akkb-sheet__panel,
    .hcode-akkb-sheet__panel--quote { max-height: min(calc(100vh - 12px), 780px); }
}

@media (max-width: 380px) {
    .hcode-akkb-menu__appbar-inner,
    .hcode-akkb-menu__hero-inner,
    .hcode-akkb-menu__controls-inner,
    .hcode-akkb-menu__body,
    .hcode-akkb-menu__footer-inner,
    .hcode-akkb-menu__legal { width: min(100% - 24px, 1120px); }
    .hcode-akkb-menu h1 { font-size: 36px; }
    .hcode-akkb-menu__category-summary { grid-template-columns: 48px minmax(0, 1fr) 32px; gap: 11px; padding: 17px 14px; }
    .hcode-akkb-menu__category-icon { width: 48px; height: 48px; border-radius: 16px; }
    .hcode-akkb-menu__category-copy strong { font-size: 20px; }
    .hcode-akkb-menu__product { grid-template-columns: 78px minmax(0, 1fr); }
    .hcode-akkb-menu__product-copy { padding-inline: 11px; }
    .hcode-akkb-quote-form { grid-template-columns: 1fr; }
    .hcode-akkb-quote-form .is-full { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .hcode-akkb-menu *,
    .hcode-akkb-menu *::before,
    .hcode-akkb-menu *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* v2 white-label additions; existing visual language intentionally preserved. */
.hcode-akkb-menu__product-detail { display: inline-flex; width: fit-content; margin-top: 6px; color: var(--hcode-akkb-green); font-size: 9px; font-weight: 650; text-decoration: none; }
.hcode-akkb-menu__product-detail:hover { text-decoration: underline; }
.hcode-akkb-product-detail-link { margin: 2px 0 12px; text-decoration: none; }
.hcode-qrm-feedback-callout { display: grid; width: min(100% - 32px, 1120px); margin: 18px auto 8px; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(11,90,67,.12); border-radius: 24px; background: rgba(255,253,249,.72); box-shadow: 0 24px 50px -42px rgba(19,41,32,.45); }
.hcode-qrm-feedback-callout__icon { display:grid; width:48px; height:48px; place-items:center; border-radius:16px; background:var(--hcode-akkb-green-soft); color:var(--hcode-akkb-green); font-size:20px; font-weight:700; }
.hcode-qrm-feedback-callout span { color: var(--hcode-akkb-gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.hcode-qrm-feedback-callout h2 { margin: 2px 0 0; color: var(--hcode-akkb-ink); font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.hcode-qrm-feedback-callout p { margin: 4px 0 0; color: var(--hcode-akkb-muted); font-size: 10px; line-height: 1.45; }
.hcode-qrm-feedback-callout button { min-height: 42px; padding: 0 15px; border:0; border-radius:14px; background:var(--hcode-akkb-green); color:#fff; font-size:10px; font-weight:650; cursor:pointer; }
.hcode-qrm-feedback-form { display:grid; grid-template-columns:1fr 1fr; gap:11px; margin-top:18px; }
.hcode-qrm-feedback-form label { display:flex; flex-direction:column; gap:6px; color:var(--hcode-akkb-ink); font-size:10px; font-weight:600; }
.hcode-qrm-feedback-form label.is-full, .hcode-qrm-feedback-form .is-full { grid-column:1 / -1; }
.hcode-qrm-feedback-form input, .hcode-qrm-feedback-form select, .hcode-qrm-feedback-form textarea { width:100%; min-height:46px; padding:11px 12px; border:1px solid rgba(23,35,31,.12); border-radius:14px; outline:0; background:#fff; color:var(--hcode-akkb-ink); font-size:11px; font-weight:400; resize:vertical; }
.hcode-qrm-feedback-form textarea { min-height:112px; }
.hcode-qrm-feedback-form input:focus, .hcode-qrm-feedback-form select:focus, .hcode-qrm-feedback-form textarea:focus { border-color:rgba(11,90,67,.45); box-shadow:0 0 0 3px rgba(11,90,67,.07); }
.hcode-qrm-feedback-result { grid-column:1 / -1; min-height:18px; margin:0; color:var(--hcode-akkb-muted); font-size:10px; }
.hcode-qrm-feedback-result.is-success { color:var(--hcode-akkb-green); }
.hcode-qrm-feedback-result.is-error { color:var(--hcode-akkb-danger); }
.hcode-qrm-single { width:min(100% - 32px, 820px); margin:0 auto; padding:26px 0 46px; }
.hcode-qrm-single__back { display:inline-flex; align-items:center; gap:6px; margin-bottom:16px; color:var(--hcode-akkb-green); font-size:11px; font-weight:650; text-decoration:none; }
.hcode-qrm-single__card { overflow:hidden; border-radius:28px; background:var(--hcode-akkb-paper); box-shadow:0 28px 65px -48px rgba(19,41,32,.5); }
.hcode-qrm-single__image img { display:block; width:100%; max-height:520px; object-fit:cover; }
.hcode-qrm-single__image--empty { min-height:260px; display:grid; place-items:center; background:var(--hcode-akkb-green-soft); color:var(--hcode-akkb-green); font-size:26px; font-weight:700; }
.hcode-qrm-single__content { padding:22px; }
.hcode-qrm-single__content > span { color:var(--hcode-akkb-gold); font-size:9px; font-weight:700; letter-spacing:.12em; }
.hcode-qrm-single__content h1 { margin:5px 0 6px; color:var(--hcode-akkb-ink); font-size:30px; font-weight:600; letter-spacing:-.04em; line-height:1.05; }
.hcode-qrm-single__price { color:var(--hcode-akkb-green); font-size:18px; font-weight:700; }
.hcode-qrm-single__summary { margin:12px 0 0; color:var(--hcode-akkb-muted); font-size:13px; line-height:1.65; }
.hcode-qrm-single__section { margin-top:20px; padding-top:18px; border-top:1px solid rgba(23,35,31,.08); }
.hcode-qrm-single__section h2 { margin:0 0 10px; font-size:15px; font-weight:650; }
.hcode-qrm-single__section p { color:var(--hcode-akkb-muted); font-size:12px; line-height:1.65; }
.hcode-qrm-ingredients { display:flex; flex-wrap:wrap; gap:8px; margin:0; padding:0; list-style:none; }
.hcode-qrm-ingredients li { padding:8px 10px; border-radius:12px; background:var(--hcode-akkb-green-soft); color:var(--hcode-akkb-green-dark); font-size:10px; font-weight:600; }
.hcode-qrm-single__actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.hcode-qrm-single__actions button, .hcode-qrm-single__actions a { display:inline-flex; min-height:44px; align-items:center; justify-content:center; padding:0 16px; border:0; border-radius:14px; background:var(--hcode-akkb-green); color:#fff; font-size:10px; font-weight:650; text-decoration:none; cursor:pointer; }
@media (max-width: 640px) {
  .hcode-qrm-feedback-callout { grid-template-columns:42px minmax(0,1fr); }
  .hcode-qrm-feedback-callout__icon { width:42px; height:42px; border-radius:14px; }
  .hcode-qrm-feedback-callout button { grid-column:1 / -1; width:100%; }
  .hcode-qrm-feedback-form { grid-template-columns:1fr; }
  .hcode-qrm-feedback-form label.is-full, .hcode-qrm-feedback-form .is-full, .hcode-qrm-feedback-result { grid-column:1; }
  .hcode-qrm-single__content h1 { font-size:26px; }
}
