.menu-grid > p:empty {
    display: none;
}

.menu-page {
    max-width: 1200px;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.menu-page img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.menu-grid .menu-card.menu-card--featured p{
    margin: 0 !important;
}

.menu-section__title.menu-card--featured {
    font-size: 32px !important;
}

.menu-page__header {
    margin-bottom: 40px
}

.menu-page__title {
    color: #1C1917;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.menu-page__subtext {
    font-size: 18px;
    color: #71717A;
}

.menu-section__title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.menu-subsection {
    margin-bottom: 44px;
}

.menu-subsection__title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 24px;

}



.menu-grid {
    width: 100%;
    display: grid;
    gap: 24px;
    grid-auto-rows: 1fr;
    height: fit-content;
}

.menu-grid .menu-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background: #fff;


}

.menu-card__content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    flex: 1;
}

.menu-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 4px;
    color: #1C1917;
}

.menu-card__desc {
    font-size: 16px;
    color: #71717A;
    margin-bottom: 20px;

    margin-top:  0;
}

.menu-card__price {
    margin-top: auto;
    color: #1C1917;
    font-size: 16px;
}

.menu-card__content img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 136px;
    max-width: 144px;
}




.menu-card__image {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 136px;
    max-width: 144px;


}



@media (min-width: 640px ) {
    .menu-section__title.menu-card--featured {
        font-size: 44px !important;
    }
    .menu-grid {
        grid-template-columns: 1fr 1fr;
    }
}




