* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f6f7fb;
    color: #1f2937;
}


body.wasabi {
    --font-primary: "Inter", sans-serif;
    --font-secondary: 'DM Sans', sans-serif;
    --bg-main: #000000;
    --text-primary: #ffffff;
    --text-secondary: #75b13b;
    --text-tertiary: rgba(255, 123, 44, 1);
    --input-border: 1px solid rgba(234, 234, 239, 1);
    --el-font-size-base: 16px;
    --color-secondary: #75b13b;
    background: var(--bg-main);
    font-family: var(--font-primary);
    color: var(--text-primary);
    min-height: 100vh;
}


.bottom-bg {
    position: absolute;
    background-image: url('../images/wasabi/bottom-bg.svg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
    z-index: -3;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.custom-shell {
    background: #111827;
    color: #fff;
}

.custom-shell.is-hidden {
    display: none;
}

.custom-shell__inner,
.custom-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 20px;
}

.custom-shell__title {
    margin: 0 0 8px;
    font-size: 20px;
}

.custom-shell__nav {
    display: flex;
    gap: 14px;
}

.custom-shell__nav a {
    color: #dbeafe;
    text-decoration: none;
}

.custom-shell__nav a:hover {
    text-decoration: underline;
}

.custom-page {
    max-width: 1100px;
    margin: 20px auto;
    padding: 0 20px;
}

.custom-page.is-home {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.page-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
}

.custom-footer {
    border-top: 1px solid #e5e7eb;
    background: #fff;
}

.custom-footer.is-hidden {
    display: none;
}

.custom-footer small {
    margin-left: 10px;
    color: #b91c1c;
}

.layout-wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    /* background: #0f172a; */
}



.shadow {
        background: radial-gradient(50% 50% at 50% 50%, #75b13b 0%, rgba(117, 177, 59, 0) 100%);
        position: fixed;
        width: 429px;
        height: 429px;
        top: 0;
        left: 24%;
        transform: translateY(-45%) translateX(20%);
        opacity: 0.4;
        z-index: -5;
    }

.inner-container {
    backdrop-filter: blur(3px);
    /* background: rgba(15, 23, 42, 0.32); */
}


.layout-bg{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8;
}

.layout-wrapper {
    min-height: 100vh;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.animated-logo {
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.outer-shadow,
.inner-shadow {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
}

.outer-shadow {
    position: absolute;
    bottom: 0;
    width: var(--fb7824b3-outerShadowWidth);
    height: var(--fb7824b3-outerShadowWidth);
    background: linear-gradient(358.37deg, rgba(23, 22, 22, 0.8) 1.2%, rgba(62, 62, 62, 0) 23.81%);
    box-shadow: 0px -10px 30px 0px rgba(44, 44, 44, 0.3019607843) inset;
    border-radius: 50%;
    clip-path: ellipse(100% 25% at 48% 100%);
    overflow: hidden;
    animation: shadowAnim-fb7824b3 1s ease-in-out;
}
.inner-shadow {
    position: absolute;
    bottom: 25px;
    width: var(--fb7824b3-innerShadowWidth);
    height: var(--fb7824b3-innerShadowWidth);
    background: linear-gradient(358.37deg, rgba(23, 22, 22, 0.8) 1.2%, rgba(62, 62, 62, 0) 23.81%);
    box-shadow: 0px -30px 30px 0px rgba(44, 44, 44, 0.3019607843) inset;
    clip-path: ellipse(100% 50% at 50% 100%);
    border-radius: 50%;
    overflow: hidden;
    animation: shadowAnim-fb7824b3 0.8s ease-in-out;
}

.logo-main-position {
    top: 30px;
}

.menu-btn {
    top: 215px;
    z-index: 20;
}

.home-container {
    top: 360px;
}

.menu-screen-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: clamp(220px, 28vh, 290px);
    padding-bottom: 180px;
}

.menu-screen-welcome {
    max-width: 760px;
    margin: 0 auto;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.menu-screen-logo-wrap {
    margin-top: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 190px;
}

.menu-screen-logo {
    width: 141px;
    position: relative;
    z-index: 2;
}

.menu-screen-actions {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

.menu-screen-actions .next-btn {
    width: min(384px, 92vw);
}


.inner-shadow {
    position: absolute;
    bottom: 25px;
    width: var(--fb7824b3-innerShadowWidth);
    height: var(--fb7824b3-innerShadowWidth);
    background: linear-gradient(358.37deg, rgba(23, 22, 22, 0.8) 1.2%, rgba(62, 62, 62, 0) 23.81%);
    box-shadow: 0px -30px 30px 0px rgba(44, 44, 44, 0.3019607843) inset;
    clip-path: ellipse(100% 50% at 50% 100%);
    border-radius: 50%;
    overflow: hidden;
    animation: shadowAnim-fb7824b3 0.8s ease-in-out;
}

@media only screen and (min-width: 600px) {
    .shadow{
        width: 977px;
        height: 977px;
        top: -20%;
        left: 40%;
        transform: translateY(-50%) translateX(10%);
    }

    .menu-screen-content {
        padding-top: clamp(250px, 30vh, 340px);
    }
}

.categories-page {
    position: relative;
    z-index: 10;
}

.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 23px;
    padding-left: 23px;
}


.category-item{
    max-width: 267px;
    width: 100%;
    height: 206px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.77%, rgba(0, 0, 0, 0.85) 85.68%);
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--text-secondary);
    border-radius: 16px;
    box-shadow: 0px 4px 17px 0px rgba(255, 255, 255, 0.1019607843);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    padding: 5px;
    animation: categoryCardAnim-c65c34cc 0.5s ease-out forwards;
    /* opacity: 0; */
}

.category-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 12px 12px;
}

.category-overlay {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 1;
}

.products-page .shadow {
    opacity: 0.28;
}

.products-content {
    padding-top: 70px;
    padding-bottom: 40px;
}

.products-top-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(3px);
    border-bottom: 1px solid rgba(117, 177, 59, 0.2);
}

.products-back-wrap {
    flex: 0 0 auto;
}

.products-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.08);
}

.products-tabs-wrap {
    overflow-x: auto;
    width: 100%;
}

.products-tabs-wrap::-webkit-scrollbar {
    display: none;
}

.products-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 16px;
    min-width: max-content;
}

.products-tab {
    display: inline-block;
    color: #c9cfdf;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}

.products-tab.is-active {
    color: #ffffff;
    border-bottom-color: #75b13b;
}

.products-sections {
    padding: 0 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.products-section {
    scroll-margin-top: 84px;
}

.products-section-title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.product-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-card-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 122px;
    background: rgba(117, 177, 59, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-image {
    display: block;
    object-fit: contain;
}

.product-card-title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.product-card-price {
    border: 1px solid #75b13b;
    border-radius: 14px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.product-card-price sup {
    font-size: 10px;
    top: -0.4em;
    margin-right: 4px;
}

.scrolling-body {
    padding-left: 23px;
    padding-right: 23px;
    backdrop-filter: blur(3px);
}

.back {
    background: rgba(255, 255, 255, 0.0588235294) !important;
}

.el-scrollbar {
    width: calc(100% - 44px);
}


.dishes-render-container {
    padding: 0.75rem 0 40px 0;
    z-index: 4;
    height: -moz-max-content;
    height: max-content;
    width: 45%;
    max-width: unset !important;
}

.serached-dish-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.avatar-wrapper {
    -o-object-fit: contain;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.7);
    overflow: hidden;
}
.dish-container {
    padding: 1rem 23px !important;
}
.dish-title-block{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    text-align: start;
}

.serached-dish-container  button {
    width: 100%;
    background: unset;
    border: 1px solid #75b13b;
    border-radius: 14px;
    padding: 10px 14px !important;
}