body.restaurant-home-main {
    --restaurant-home-main-shell: min(1180px, calc(100% - 48px));
    --restaurant-home-main-intro-height: 0px;
    --restaurant-home-main-btn-bg-fallback: #f28a13;
    --restaurant-home-main-btn-color-fallback: #ffffff;
    --restaurant-home-main-slider-caption-bg-fallback: rgba(17, 25, 38, 0.34);
    --restaurant-home-main-slider-copy-fallback: rgba(255, 255, 255, 0.86);
    --restaurant-home-main-slider-border-fallback: rgba(255, 255, 255, 0.18);
    --restaurant-home-main-slider-bullet-fallback: rgba(255, 255, 255, 0.4);
}

body.restaurant-home-main .lgblueBck {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    padding-top: 0;
    background: transparent;
}

body.restaurant-home-main .lgblueBck > .card.rounded-0.jc-navigation {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 10px 16px rgba(8, 15, 28, 0.28);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow:
        inset 0 -1px 0 rgba(255, 255, 255, 0.34),
        0 10px 16px rgba(8, 15, 28, 0.24);
}

body.restaurant-home-main #wrapper .section-homepage-slider.restaurant-home-main__slider-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    min-height: max(0px, calc(100vh - var(--restaurant-home-main-intro-height, 0px)));
    min-height: max(0px, calc(100svh - var(--restaurant-home-main-intro-height, 0px)));
    min-height: max(0px, calc(100dvh - var(--restaurant-home-main-intro-height, 0px)));
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 32%),
        linear-gradient(135deg, #101a2b 0%, #142236 42%, #26324a 100%);
}

body.restaurant-home-main #wrapper .section-homepage-slider.restaurant-home-main__slider-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(7, 13, 24, 0.18) 0%, rgba(7, 13, 24, 0.34) 34%, rgba(7, 13, 24, 0.62) 100%),
        linear-gradient(110deg, rgba(7, 13, 24, 0.58) 0%, rgba(7, 13, 24, 0.2) 42%, rgba(7, 13, 24, 0.16) 62%, rgba(7, 13, 24, 0.6) 100%);
    pointer-events: none;
}

body.restaurant-home-main #wrapper .section-homepage-slider.restaurant-home-main__slider-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 18%),
        radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%);
    pointer-events: none;
}

body.restaurant-home-main .restaurant-home-main__slider-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.restaurant-home-main .restaurant-home-main__slider-stage {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    display: block;
    z-index: 0;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images .ws_list,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images > div,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images > div > img,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images ul,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images ul li {
    height: 100% !important;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images {
    max-width: none;
}

body.restaurant-home-main .restaurant-home-main__slider-stage img,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images .ws_list img,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_images > div > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws_cover {
    inset: 0;
    width: 100%;
    height: 100% !important;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -14%);
    width: min(780px, calc(100% - 48px)) !important;
    max-width: calc(100% - 48px);
    min-width: min(520px, calc(100% - 48px));
    margin: 0 !important;
    padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 42px) !important;
    border: 1px solid var(--restaurant-home-main-slider-caption-border, var(--restaurant-home-main-slider-border-fallback)) !important;
    border-radius: clamp(24px, 4vw, 34px) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 100%),
        var(--restaurant-home-main-slider-caption-bg, var(--restaurant-home-main-slider-caption-bg-fallback)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 28px 68px rgba(7, 12, 22, 0.34) !important;
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    text-align: center;
    word-break: normal !important;
    overflow-wrap: normal;
    hyphens: none;
    z-index: 4 !important;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title:not(:empty) {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title:empty {
    display: none !important;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title > span {
    display: block !important;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title h3 {
    margin: 0;
    color: var(--restaurant-home-main-pill-color, #ffffff) !important;
    font-family: "Outfit", "Montserrat", sans-serif;
    font-size: clamp(2.5rem, 4.8vw, 4.8rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.055em;
    word-break: normal !important;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title p {
    max-width: 34em;
    margin: 16px auto 0;
    color: var(--restaurant-home-main-slider-copy-color, var(--restaurant-home-main-slider-copy-fallback)) !important;
    font-family: "Space Grotesk", "Montserrat", sans-serif;
    font-size: clamp(1rem, 0.9vw + 0.84rem, 1.3rem);
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title p:empty {
    display: none;
}

body.restaurant-home-main .restaurant-home-main__slider-stage a.ws_prev,
body.restaurant-home-main .restaurant-home-main__slider-stage a.ws_next,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_playpause {
    display: none !important;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets {
    bottom: clamp(24px, 5vw, 38px);
    left: 50%;
    z-index: 5;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(10, 16, 28, 0.26);
    box-shadow: 0 12px 30px rgba(7, 12, 22, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets a {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px;
    background: var(--restaurant-home-main-slider-bullet-fallback);
    transition: width 180ms ease, background 180ms ease, opacity 180ms ease;
}

body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets a.ws_selbull,
body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets a:hover {
    width: 34px;
    background: rgba(255, 255, 255, 0.96);
}

body.restaurant-home-main .restaurant-home-main__slider-empty {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    min-height: max(0px, calc(100vh - var(--restaurant-home-main-intro-height, 0px)));
    min-height: max(0px, calc(100svh - var(--restaurant-home-main-intro-height, 0px)));
    min-height: max(0px, calc(100dvh - var(--restaurant-home-main-intro-height, 0px)));
    padding: clamp(136px, 18vh, 190px) 24px clamp(40px, 8vh, 70px);
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(135deg, rgba(12, 21, 34, 0.96) 0%, rgba(19, 33, 52, 0.94) 40%, rgba(85, 48, 22, 0.88) 100%);
}

body.restaurant-home-main .restaurant-home-main__slider-empty-inner {
    width: min(760px, 100%);
    margin: 0 auto;
    text-align: center;
}

body.restaurant-home-main .restaurant-home-main__slider-empty-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-family: "Space Grotesk", "Montserrat", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.restaurant-home-main .slider-welcome-section h4#slider-welcome-section {
    margin: 18px 0 0;
    color: #ffffff;
    font-family: "Outfit", "Montserrat", sans-serif;
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    min-height: max(0px, calc(100vh - var(--restaurant-home-main-intro-height, 0px)));
    min-height: max(0px, calc(100svh - var(--restaurant-home-main-intro-height, 0px)));
    min-height: max(0px, calc(100dvh - var(--restaurant-home-main-intro-height, 0px)));
    padding-top: clamp(126px, 13vw, 156px);
    padding-bottom: clamp(36px, 4vw, 54px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

body.restaurant-home-main.restaurant-home-main--has-intro-stack .restaurant-home-main__slider-empty {
    padding-top: clamp(58px, 8vw, 96px);
}

body.restaurant-home-main.restaurant-home-main--has-intro-stack #wrapper .homepage-section.section-homepage-slider-search {
    padding-top: clamp(54px, 7vw, 86px);
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 13, 24, 0.18) 0%, rgba(6, 13, 24, 0.34) 42%, rgba(6, 13, 24, 0.56) 100%),
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 34%);
}

body.restaurant-home-main .restaurant-home-main__shell {
    position: relative;
    z-index: 1;
    width: var(--restaurant-home-main-shell);
    max-width: none;
}

body.restaurant-home-main #wrapper .homepage-section:not(.section-homepage-slider-search) .container {
    width: var(--restaurant-home-main-shell);
    max-width: none;
}

body.restaurant-home-main .restaurant-home-main__title {
    margin-bottom: 22px;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: clamp(1.65rem, 2.6vw, 2.7rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    box-shadow: 0 18px 38px rgba(8, 15, 28, 0.16);
    backdrop-filter: blur(18px);
}

body.restaurant-home-main .restaurant-home-main__body {
    width: 100%;
}

body.restaurant-home-main .restaurant-home-main__hero-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    width: 100%;
    margin-top: 1px;
}

body.restaurant-home-main footer .mobile_bottom_bar_wrap {
    display: none !important;
}

body.restaurant-home-main .restaurant-home-main__hero-note {
    display: none;
    width: 100%;
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(8, 15, 28, 0.14);
}

body.restaurant-home-main .restaurant-home-main__powered-by {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
    font-size: 0.42rem;
    line-height: 1;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0.66;
}

body.restaurant-home-main .restaurant-home-main__powered-by-label {
    color: rgba(255, 255, 255, 0.52);
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: inherit;
    text-transform: none;
}

body.restaurant-home-main .restaurant-home-main__powered-by-logo {
    display: block;
    width: auto;
    height: 1em;
    flex: 0 0 auto;
}

body.restaurant-home-main .restaurant-home-main__powered-by-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    line-height: 1;
    text-decoration: none;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar.restaurant-home-main__search-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.restaurant-home-main .restaurant-home-main__search-card--compact {
    width: min(100%, 760px);
}

body.restaurant-home-main .restaurant-home-main__mode-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    background: rgba(50, 38, 37, 0.52);
    box-shadow: 0 18px 40px rgba(8, 15, 28, 0.16);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
}

body.restaurant-home-main .restaurant-home-main__mode-tabs > * {
    min-width: 0;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar .bar-ele.restaurant-home-main__mode-tab {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: 94px !important;
    padding: 14px 26px 12px !important;
    margin: 0;
    border: 0;
    border-radius: 22px;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    font-size: 1rem !important;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.92) !important;
    gap: 8px;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease, opacity 160ms ease;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .restaurant-home-main__mode-tab-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    line-height: 1;
    max-width: 100%;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .restaurant-home-main__mode-tab-inner > span {
    display: block;
    line-height: 1;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .restaurant-home-main__mode-tab-note {
    display: block;
    max-width: 100%;
    margin: 0;
    overflow: visible;
    font-size: 0.78rem !important;
    font-weight: 600;
    line-height: 1.08 !important;
    letter-spacing: 0;
    opacity: 0.8;
    text-transform: none;
    white-space: normal;
}

body.restaurant-home-main .restaurant-home-main__mode-tabs .restaurant-home-main__mode-link,
body.restaurant-home-main .restaurant-home-main__mode-tabs .pickup_filter_btn,
body.restaurant-home-main .restaurant-home-main__mode-tabs .restaurant-home-main__delivery-tab {
    place-self: stretch;
}

body.restaurant-home-main .restaurant-home-main__mode-tab i {
    font-size: 1.18rem;
    line-height: 1;
    display: block;
    flex: 0 0 auto;
}

body.restaurant-home-main .restaurant-home-main__mode-tab--ghost {
    background: transparent;
}

body.restaurant-home-main .restaurant-home-main__mode-tab--ghost:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

body.restaurant-home-main .restaurant-home-main__mode-link:hover {
    color: inherit !important;
    text-decoration: none;
}

body.restaurant-home-main .restaurant-home-main__mode-tab--active {
    background: var(--restaurant-home-main-btn-bg, var(--restaurant-home-main-btn-bg-fallback));
    color: var(--restaurant-home-main-btn-color, var(--restaurant-home-main-btn-color-fallback)) !important;
    box-shadow: 0 10px 24px rgba(12, 18, 30, 0.1);
}

body.restaurant-home-main .restaurant-home-main__mode-tab--active:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
    color: var(--restaurant-home-main-btn-color, var(--restaurant-home-main-btn-color-fallback)) !important;
}

body.restaurant-home-main .restaurant-home-main__mode-tab--disabled {
    cursor: not-allowed !important;
    background: linear-gradient(180deg, rgba(133, 145, 163, 0.94) 0%, rgba(104, 114, 130, 0.94) 100%);
    color: rgba(255, 255, 255, 0.92) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(8, 15, 28, 0.14);
    opacity: 0.92;
    pointer-events: none;
}

body.restaurant-home-main .restaurant-home-main__mode-tab--disabled:hover {
    transform: none;
    background: linear-gradient(180deg, rgba(133, 145, 163, 0.94) 0%, rgba(104, 114, 130, 0.94) 100%);
    color: rgba(255, 255, 255, 0.92) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(8, 15, 28, 0.14);
    filter: none;
}

body.restaurant-home-main .restaurant-home-main__mode-tab--disabled .restaurant-home-main__mode-tab-note {
    opacity: 0.9;
}

body.restaurant-home-main .restaurant-home-main__delivery-tab {
    cursor: pointer;
}

body.restaurant-home-main .restaurant-home-main__delivery-drawer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition:
        max-height 280ms ease,
        opacity 220ms ease,
        transform 220ms ease;
}

body.restaurant-home-main .restaurant-home-main__search-card--delivery-open .restaurant-home-main__delivery-drawer {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.restaurant-home-main .restaurant-home-main__search-card--delivery-open .restaurant-home-main__delivery-tab {
    box-shadow: 0 14px 30px rgba(8, 15, 28, 0.16);
}

body.restaurant-home-main .restaurant-home-main__search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 16px;
    align-items: stretch;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group.restaurant-home-main__input-wrap {
    min-height: 76px;
    padding-right: 0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 28px;
    background: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 18px 34px rgba(9, 15, 27, 0.12);
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group .filter-box {
    height: 76px;
    padding: 0 66px 0 28px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #172234;
    font-size: clamp(1.12rem, 0.34vw + 1.02rem, 1.28rem);
    font-weight: 700;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group .filter-box::placeholder {
    color: #b0bac9;
    font-weight: 500;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group i {
    right: 24px;
    font-size: 1.45rem;
    color: #5f7088;
}

body.restaurant-home-main .restaurant-home-main__location-trigger {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease, opacity 160ms ease;
}

body.restaurant-home-main .restaurant-home-main__location-trigger:hover,
body.restaurant-home-main .restaurant-home-main__location-trigger:focus {
    background: rgba(226, 232, 240, 0.32);
    outline: none;
}

body.restaurant-home-main .restaurant-home-main__location-trigger i {
    position: static !important;
    right: auto !important;
    color: #5f7088;
    transition: transform 160ms ease, opacity 160ms ease;
}

body.restaurant-home-main .restaurant-home-main__location-trigger.is-loading i {
    opacity: 0.55;
    transform: scale(0.92);
}

body.restaurant-home-main .swal-overlay {
    background: rgba(11, 16, 27, 0.54);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

body.restaurant-home-main .swal-modal.restaurant-home-main__swal {
    width: min(460px, calc(100% - 32px));
    padding: 28px 28px 24px;
    border-radius: 28px;
    border: 1px solid rgba(210, 218, 230, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(248, 250, 252, 0.96) 100%);
    box-shadow:
        0 28px 60px rgba(9, 15, 27, 0.24),
        0 10px 24px rgba(9, 15, 27, 0.1);
}

body.restaurant-home-main .swal-modal.restaurant-home-main__swal .swal-title {
    margin: 0;
    color: #1c2738;
    font-size: clamp(1.65rem, 1vw + 1.25rem, 2.15rem);
    font-weight: 800;
    line-height: 1.08;
}

body.restaurant-home-main .swal-modal.restaurant-home-main__swal .swal-text {
    margin-top: 14px;
    color: #5b687d;
    font-size: 1rem;
    line-height: 1.62;
    white-space: pre-line;
}

body.restaurant-home-main .swal-modal.restaurant-home-main__swal .swal-footer {
    margin-top: 20px;
    border-top: 0;
}

body.restaurant-home-main .swal-modal.restaurant-home-main__swal .swal-button {
    min-width: 126px;
    height: 50px;
    padding: 0 22px;
    border-radius: 16px;
    border: 0;
    background: var(--restaurant-order-modal-accent, var(--restaurant-home-main-btn-bg-fallback));
    color: var(--restaurant-order-modal-accent-contrast, var(--restaurant-home-main-btn-color-fallback));
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 28px rgba(13, 19, 31, 0.16);
}

body.restaurant-home-main .swal-modal.restaurant-home-main__swal .swal-button:hover,
body.restaurant-home-main .swal-modal.restaurant-home-main__swal .swal-button:focus {
    filter: brightness(0.98);
}

body.restaurant-home-main .swal-modal.restaurant-home-main__swal .swal-icon {
    margin-top: 4px;
    margin-bottom: 8px;
}

body.restaurant-home-main .restaurant-home-main__mode-switch {
    display: flex;
    align-items: stretch;
}

body.restaurant-home-main .pac-container {
    margin-top: 12px !important;
    border: 1px solid rgba(179, 193, 214, 0.42) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow:
        0 24px 48px rgba(9, 15, 27, 0.16),
        0 6px 18px rgba(9, 15, 27, 0.08) !important;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    z-index: 1600 !important;
}

body.restaurant-home-main .pac-container.pac-logo {
    padding-bottom: 14px !important;
}

body.restaurant-home-main .pac-item {
    position: relative;
    min-height: 48px;
    padding: 11px 20px 11px 18px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    font-size: 0.98rem !important;
    line-height: 1.24 !important;
    transition: background 140ms ease, color 140ms ease;
}

body.restaurant-home-main .pac-item + .pac-item {
    border-top: 1px solid rgba(208, 218, 232, 0.72) !important;
}

body.restaurant-home-main .pac-item:hover,
body.restaurant-home-main .pac-item.pac-item-selected {
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(241, 246, 252, 0.98) 100%) !important;
}

body.restaurant-home-main .pac-item span,
body.restaurant-home-main .pac-item .pac-item-query,
body.restaurant-home-main .pac-matched {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
}

body.restaurant-home-main .pac-item .pac-item-query {
    display: inline !important;
    color: #182336 !important;
    font-size: clamp(1rem, 0.2vw + 0.96rem, 1.12rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em;
}

body.restaurant-home-main .pac-item .pac-item-query + span {
    color: #5e6f83 !important;
    font-weight: 500 !important;
    font-size: 0.98rem !important;
}

body.restaurant-home-main .pac-icon {
    margin: 1px 12px 0 0 !important;
    opacity: 0.5;
    transform: scale(1);
}

body.restaurant-home-main .pac-logo:after {
    margin: 0 18px 6px auto !important;
    opacity: 0.86;
    transform: scale(0.96);
    transform-origin: right bottom;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar .restaurant-home-main__delivery-submit.filter_btn {
    min-width: 174px;
    height: 76px;
    padding: 0 28px;
    border: 0;
    border-radius: 28px;
    box-shadow: none;
    color: var(--restaurant-home-main-btn-color, var(--restaurant-home-main-btn-color-fallback)) !important;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: none;
    transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar .restaurant-home-main__delivery-submit.filter_btn:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

body.restaurant-home-main .restaurant-home-main__delivery-submit {
    width: 100%;
    justify-content: center;
    text-transform: none;
    box-shadow: 0 18px 34px rgba(7, 14, 26, 0.16);
}

body.restaurant-home-main .jc-home-order-confirm.restaurant-home-main__confirm-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(calc(100% - 24px), 820px);
    min-height: var(--restaurant-home-main-confirm-height);
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: visible;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none;
}

body.restaurant-home-main .jc-home-order-confirm.restaurant-home-main__confirm-shell {
    display: none !important;
}

body.restaurant-home-main .restaurant-home-main__confirm-card {
    position: relative;
    isolation: isolate;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: clamp(16px, 2.4vw, 24px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(8, 15, 28, 0.14);
    backdrop-filter: blur(18px);
}

body.restaurant-home-main .restaurant-home-main__confirm-card::before {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: -1;
    border-radius: 34px;
    background-color: var(--restaurant-home-main-confirm-frame-bg, rgba(54, 64, 73, 0.94));
    background-image: var(--restaurant-home-main-confirm-frame-image, none);
    background-position: center;
    background-size: cover;
    box-shadow: 0 18px 42px rgba(8, 15, 28, 0.12);
}

body.restaurant-home-main .restaurant-home-main__confirm-row {
    display: grid;
    grid-template-columns: minmax(64px, 78px) minmax(0, 1fr) minmax(64px, 78px);
    gap: 16px;
    align-items: center;
}

body.restaurant-home-main .restaurant-home-main__confirm-side {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
}

body.restaurant-home-main .restaurant-home-main__confirm-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

body.restaurant-home-main .jc-home-order-confirm-wrap .jc-home_view_text.restaurant-home-main__confirm-text {
    margin: 0;
    font-size: clamp(1rem, 1.35vw, 1.34rem);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

body.restaurant-home-main .jc-home-order-confirm .j-order_icon.restaurant-home-main__confirm-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.restaurant-home-main .restaurant-home-main__confirm-icon img {
    max-width: 34px;
    width: 100%;
    height: auto;
}

body.restaurant-home-main .jc-home-order-confirm-wrap .jc-home_view_menubtn.restaurant-home-main__confirm-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(8, 15, 28, 0.14);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

body.restaurant-home-main .jc-home-order-confirm-wrap .jc-home_view_menubtn.restaurant-home-main__confirm-cta:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
    box-shadow: 0 20px 42px rgba(8, 15, 28, 0.18);
}

@media (max-width: 991.98px) {
    body.restaurant-home-main {
        --restaurant-home-main-shell: calc(100% - 32px);
    }

    body.restaurant-home-main #wrapper .section-homepage-slider.restaurant-home-main__slider-hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        min-height: max(0px, calc(100vh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100svh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100dvh - var(--restaurant-home-main-intro-height, 0px)));
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title {
        width: min(680px, calc(100% - 40px));
        min-width: min(460px, calc(100% - 40px));
        padding: 24px 22px !important;
        border-radius: 28px !important;
        transform: translate(-50%, -12%);
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title h3 {
        font-size: clamp(2.3rem, 7.4vw, 4rem);
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title p {
        margin-top: 14px;
        font-size: clamp(0.98rem, 0.7vw + 0.84rem, 1.14rem);
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets {
        bottom: 28px;
    }

    body.restaurant-home-main .restaurant-home-main__slider-empty {
        padding-top: 118px;
        padding-bottom: 52px;
    }

    body.restaurant-home-main .slider-welcome-section h4#slider-welcome-section {
        font-size: clamp(2rem, 8vw, 3.6rem);
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        min-height: max(0px, calc(100vh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100svh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100dvh - var(--restaurant-home-main-intro-height, 0px)));
        padding-top: 88px;
        padding-bottom: 88px;
    }

    body.restaurant-home-main.restaurant-home-main--has-intro-stack .restaurant-home-main__slider-empty {
        padding-top: 76px;
    }

    body.restaurant-home-main.restaurant-home-main--has-intro-stack #wrapper .homepage-section.section-homepage-slider-search {
        padding-top: 58px;
    }

    body.restaurant-home-main .restaurant-home-main__title {
        margin-bottom: 22px;
    }

    body.restaurant-home-main .restaurant-home-main__hero-meta {
        gap: 3px;
        margin-top: 0;
    }

    body.restaurant-home-main .restaurant-home-main__hero-note {
        font-size: 0.76rem;
    }

    body.restaurant-home-main .restaurant-home-main__powered-by {
        gap: 4px;
        font-size: 0.44rem;
    }

    body.restaurant-home-main .restaurant-home-main__powered-by-label {
        font-size: 1em;
    }

    body.restaurant-home-main .restaurant-home-main__powered-by-logo {
        height: 1em;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-title span {
        min-height: 62px;
        padding: 0 28px;
        font-size: clamp(1.5rem, 5vw, 2.3rem);
        border-radius: 999px;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar.restaurant-home-main__search-card {
        gap: 12px;
    }

    body.restaurant-home-main .restaurant-home-main__mode-tabs {
        padding: 10px;
        border-radius: 24px;
        gap: 8px;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar .bar-ele.restaurant-home-main__mode-tab {
        height: 84px !important;
        border-radius: 18px;
        gap: 6px;
        font-size: 0.92rem !important;
        padding: 12px 18px 10px !important;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .restaurant-home-main__mode-tab-note {
        font-size: 0.7rem !important;
    }

    body.restaurant-home-main .restaurant-home-main__search-card--delivery-open .restaurant-home-main__delivery-drawer {
        max-height: 168px;
    }

    body.restaurant-home-main .restaurant-home-main__search-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group.restaurant-home-main__input-wrap {
        min-height: 66px;
        border-radius: 22px;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group .filter-box {
        height: 66px;
        padding: 0 60px 0 22px;
        font-size: 1.1rem;
    }

    body.restaurant-home-main .restaurant-home-main__mode-switch {
        width: 100%;
    }

    body.restaurant-home-main .pac-container {
        margin-top: 10px !important;
        border-radius: 22px !important;
    }

    body.restaurant-home-main .pac-item {
        min-height: 44px;
        padding: 10px 18px 10px 16px !important;
    }

    body.restaurant-home-main .pac-container.pac-logo {
        padding-bottom: 12px !important;
    }

    body.restaurant-home-main .pac-logo:after {
        margin: 0 16px 5px auto !important;
        transform: scale(0.92);
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar .restaurant-home-main__delivery-submit.filter_btn {
        min-width: 0;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        border-radius: 22px;
        font-size: 0.92rem;
    }

    body.restaurant-home-main .jc-home-order-confirm.restaurant-home-main__confirm-shell {
        width: min(calc(100% - 20px), 820px);
        padding: 0 !important;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-card {
        width: calc(100% - 20px);
        padding: 24px 22px;
        border-radius: 24px;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-row {
        grid-template-columns: 84px minmax(0, 1fr) 84px;
        gap: 14px;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-center {
        gap: 16px;
    }

    body.restaurant-home-main .jc-home-order-confirm-wrap .jc-home_view_text.restaurant-home-main__confirm-text {
        font-size: clamp(1.04rem, 2.6vw, 1.36rem);
    }

    body.restaurant-home-main .jc-home-order-confirm .j-order_icon.restaurant-home-main__confirm-icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-icon img {
        max-width: 40px;
    }

    body.restaurant-home-main .jc-home-order-confirm-wrap .jc-home_view_menubtn.restaurant-home-main__confirm-cta {
        min-height: 56px;
        padding: 0 26px;
        border-radius: 18px;
        font-size: 0.92rem;
    }
}

@media (max-width: 575.98px) {
    body.restaurant-home-main {
        --restaurant-home-main-shell: 100%;
    }

    body.restaurant-home-main #wrapper .section-homepage-slider.restaurant-home-main__slider-hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        min-height: max(0px, calc(100vh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100svh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100dvh - var(--restaurant-home-main-intro-height, 0px)));
    }

    body.restaurant-home-main .hide-on-website .mobile_bottom_bar_wrap {
        display: none !important;
    }

    body.restaurant-home-main .lgblueBck {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 120;
        padding-top: 0;
    }

    body.restaurant-home-main .lgblueBck > .card.rounded-0.jc-navigation {
        width: 100%;
        border: 0;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, 0.68);
        box-shadow:
            inset 0 -1px 0 rgba(255, 255, 255, 0.34),
            0 10px 16px rgba(8, 15, 28, 0.24);
        backdrop-filter: blur(18px) saturate(160%);
        -webkit-backdrop-filter: blur(18px) saturate(160%);
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title {
        top: 42% !important;
        bottom: auto !important;
        transform: translate(-50%, -10%);
        width: calc(100% - 24px);
        min-width: 0;
        padding: 20px 18px !important;
        border-radius: 24px !important;
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title h3 {
        font-size: clamp(2rem, 12vw, 3rem);
        line-height: 0.98;
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws-title p {
        margin-top: 12px;
        font-size: 0.95rem;
        line-height: 1.48;
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets {
        bottom: 16px;
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets div {
        gap: 6px;
        padding: 7px 10px;
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets a {
        width: 9px;
        height: 9px;
    }

    body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets a.ws_selbull,
    body.restaurant-home-main .restaurant-home-main__slider-stage .ws_bullets a:hover {
        width: 28px;
    }

    body.restaurant-home-main .restaurant-home-main__slider-empty {
        padding: 122px 18px 36px;
    }

    body.restaurant-home-main .restaurant-home-main__slider-empty-kicker {
        min-height: 38px;
        padding: 0 14px;
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    body.restaurant-home-main .slider-welcome-section h4#slider-welcome-section {
        margin-top: 14px;
        font-size: clamp(1.9rem, 12vw, 2.8rem);
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        min-height: max(0px, calc(100vh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100svh - var(--restaurant-home-main-intro-height, 0px)));
        min-height: max(0px, calc(100dvh - var(--restaurant-home-main-intro-height, 0px)));
        padding-top: 118px;
        padding-bottom: 24px;
    }

    body.restaurant-home-main.restaurant-home-main--has-intro-stack .restaurant-home-main__slider-empty {
        padding-top: 54px;
    }

    body.restaurant-home-main.restaurant-home-main--has-intro-stack #wrapper .homepage-section.section-homepage-slider-search {
        padding-top: 34px;
    }

    body.restaurant-home-main .restaurant-home-main__title {
        margin-bottom: 18px;
    }

    body.restaurant-home-main .restaurant-home-main__hero-meta {
        gap: 2px;
        margin-top: 0;
    }

    body.restaurant-home-main .restaurant-home-main__hero-note {
        font-size: 0.72rem;
        line-height: 1.15;
    }

    body.restaurant-home-main .restaurant-home-main__powered-by {
        gap: 3px;
        font-size: 0.42rem;
    }

    body.restaurant-home-main .restaurant-home-main__powered-by-label {
        font-size: 1em;
        letter-spacing: 0.02em;
    }

    body.restaurant-home-main .restaurant-home-main__powered-by-logo {
        height: 1em;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-title span {
        min-height: 52px;
        padding: 0 22px;
        font-size: 1.28rem;
        border-radius: 22px;
        text-align: center;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar.restaurant-home-main__search-card {
        gap: 10px;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group.restaurant-home-main__input-wrap {
        min-height: 56px;
        border-radius: 16px;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group .filter-box {
        height: 56px;
        padding: 0 52px 0 18px;
        font-size: 0.86rem;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-box-group i {
        right: 18px;
        font-size: 1.2rem;
    }

    body.restaurant-home-main .restaurant-home-main__location-trigger {
        right: 8px;
        width: 42px;
        height: 42px;
    }

    body.restaurant-home-main .restaurant-home-main__search-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.restaurant-home-main .restaurant-home-main__mode-tabs {
        padding: 8px;
        border-radius: 22px;
        gap: 8px;
    }

    body.restaurant-home-main .restaurant-home-main__mode-tabs--mobile-split {
        grid-auto-flow: row;
        grid-auto-columns: unset;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    body.restaurant-home-main .restaurant-home-main__mode-tabs--mobile-split .restaurant-home-main__mode-link {
        grid-column: 1 / -1;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar .bar-ele.restaurant-home-main__mode-tab {
        height: 60px !important;
        border-radius: 16px;
        gap: 3px;
        padding: 6px 14px 5px !important;
        font-size: 0.88rem !important;
    }

    body.restaurant-home-main .restaurant-home-main__mode-tab i {
        font-size: 1rem;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .restaurant-home-main__mode-tab-note {
        font-size: 0.64rem !important;
        line-height: 1.04 !important;
    }

    body.restaurant-home-main .pac-container {
        border-radius: 20px !important;
    }

    body.restaurant-home-main .pac-item {
        min-height: 42px;
        padding: 10px 16px 10px 14px !important;
        font-size: 0.9rem !important;
        line-height: 1.18 !important;
    }

    body.restaurant-home-main .pac-item .pac-item-query {
        font-size: 0.88rem !important;
    }

    body.restaurant-home-main .pac-item .pac-item-query + span {
        font-size: 0.84rem !important;
    }

    body.restaurant-home-main .pac-icon {
        margin-right: 12px !important;
        transform: scale(1);
    }

    body.restaurant-home-main .pac-container.pac-logo {
        padding-bottom: 10px !important;
    }

    body.restaurant-home-main .pac-logo:after {
        margin: 0 14px 4px auto !important;
        transform: scale(0.88);
    }

    body.restaurant-home-main .restaurant-home-main__search-card--delivery-open .restaurant-home-main__delivery-drawer {
        max-height: 148px;
    }

    body.restaurant-home-main .restaurant-home-main__mode-switch {
        width: 100%;
        display: block;
    }

    body.restaurant-home-main #wrapper .homepage-section.section-homepage-slider-search .section-body .filter-bar .restaurant-home-main__delivery-submit.filter_btn {
        min-width: 0;
        width: 100%;
        height: 54px;
        border-radius: 16px;
        font-size: 0.88rem;
    }

    body.restaurant-home-main .jc-home-order-confirm.restaurant-home-main__confirm-shell {
        min-height: var(--restaurant-home-main-confirm-height);
        width: min(calc(100% - 16px), 100%);
        padding: 0 !important;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-card {
        width: calc(100% - 20px);
        padding: 18px 16px;
        border-radius: 22px;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-card::before {
        border-radius: 32px;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-side {
        display: none;
    }

    body.restaurant-home-main .restaurant-home-main__confirm-center {
        gap: 14px;
        max-width: none;
    }

    body.restaurant-home-main .jc-home-order-confirm-wrap .jc-home_view_text.restaurant-home-main__confirm-text {
        font-size: 1rem;
    }

    body.restaurant-home-main .jc-home-order-confirm-wrap .jc-home_view_menubtn.restaurant-home-main__confirm-cta {
        width: 100%;
        min-height: 50px;
        padding: 0 18px;
        border-radius: 16px;
        font-size: 0.85rem;
    }
}
