: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);
}

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 * { box-sizing: border-box; font-style: normal; }

.hcode-akkb-menu {
    min-height: 100svh;
    overflow: clip;
    background: var(--hcode-akkb-cream);
    color: var(--hcode-akkb-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    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 a { font: inherit; touch-action: manipulation; }

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

.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) 42px;
    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__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-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-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-copy em { display: -webkit-box; margin-top: 7px; overflow: hidden; color: rgba(23, 35, 31, .57); font-size: 11px; font-style: normal; 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__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__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;
    align-items: flex-end;
    justify-content: center;
    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(92svh, 780px);
    padding: 17px 20px max(22px, env(safe-area-inset-bottom));
    overflow-y: auto;
    border-radius: 32px 32px 0 0;
    background: var(--hcode-akkb-paper);
    box-shadow: 0 -22px 65px rgba(7, 31, 24, .18);
    overscroll-behavior: contain;
    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: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 13px; background: #f0eee8; 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: "AKKB"; 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 { width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid #e5e1d9; border-radius: 15px; outline: 0; background: #fff; color: var(--hcode-akkb-ink); font-size: 16px; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease; }
.hcode-akkb-sheet textarea:focus,
.hcode-akkb-sheet input:focus { border-color: rgba(11, 90, 67, .55); box-shadow: 0 0 0 3px rgba(11, 90, 67, .08); }

.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-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-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-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-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); }

.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: 32px; }
body.admin-bar .hcode-akkb-menu__controls { top: 104px; }

@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: 110px; }
}

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

@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; }
}

@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; }
}
