body {
    padding-top: 0px;
}

section.hero.container {
    /* height: 1265px; */
    padding: 0px;
}

section.hero.container .boxed-width {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
    max-width: 100%;
}

section.hero .hero-background {
    width: 100%;
    /* max-width: 1440px; */
    height: 100vh;
    position: relative;
}

section.hero .hero-background img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

section.hero .hero-foreground {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

section.hero .logo-wrapper {
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    box-sizing: border-box;
    align-items: center;
}

section.hero .logo-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: all .4s ease-in-out 0s;
}

section.hero .logo-wrapper span {
    line-height: 40px;
    font-size: 14px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    color: var(--white)
}

section.hero .language-toggle {
    width: 100%;
    height: fit-content;
    margin-left: auto;
    /* margin-top: 35px; */
    margin-bottom: 4px;
    gap: 30px;
    justify-content: end;
    /* background-color: rgba(255, 255, 255, 0.822); */
    background-color: transparent;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    left: 0;
    transition: all .4s ease-in-out 0s;
    /* mix-blend-mode: exclusion; */

}

section.hero .language-toggle menu nav {
    gap: 20px;
}

section.hero .language-toggle menu nav li a {
    font-size: 16px;
    color: black;
}


section.hero .language-toggle figure:nth-child(3) img {
    /* mix-blend-mode: difference; */
    opacity: 1;
    width: 26px;
    height: 26px;
    border-radius: 100px;
}

section.hero .language-toggle> :nth-child(3) {
    opacity: .4;
}

section.hero .language-toggle> :nth-child(5) img {
    mix-blend-mode: unset;
    display: none;
}

section.hero .language-toggle span {
    color: var(--black)
}

section.hero .upright-hero-heading {
    width: 100%;
    height: fit-content;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

section.hero .upright-hero-heading span {
    color: var(--white)
}






section.meals-showcase {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.meals-showcase {
    height: 552px;
    background-size: 100%;
    background-repeat: repeat;
    background-image: url('../media/rustled-pape-white.webp');
    position: relative;
    box-sizing: border-box;
    overflow: clip;
}

section.meals-showcase .meal-showcase-1 img,
section.meals-showcase .meal-showcase-2 img {
    box-shadow: 0px 4px 50px 0px #00000040;
}

section.meals-showcase figure.meal-showcase-1 {
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    bottom: 0px;
    margin-top: auto;
}

section.meals-showcase figure.meal-showcase-1 img {
    width: 347px;
    height: 328px;
}

section.meals-showcase figure.meal-showcase-2 {
    width: 100%;
    background-color: transparent;
    /* position: absolute; */
    box-sizing: border-box;
    display: flex;
    /* right: 4%; */
}

section.meals-showcase figure.meal-showcase-2 img {
    width: 347px;
    height: 328px;
    margin-left: auto;
}

section.meals-showcase .meals-showcase-heading {
    width: 516px;
    height: 516px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.meals-showcase .meals-showcase-heading figure {
    width: 100%;
    height: 100%;
    opacity: .12;
}

section.meals-showcase .details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 35px;
    align-items: center;
}

section.meals-showcase .details :nth-child(1) {
    order: 1;
    margin: 0px;
    width: 50px;
    margin-left: 8px;
}

section.meals-showcase .details span {
    /* font-size: 20px; */
    line-height: 27px;
}

section.container.luxury-meal {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.container.luxury-meal .boxed-width {
    padding: 0px;
}

section.luxury-meal figure {
    width: 100%;
    height: 600px;
}

section.luxury-meal figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Luxury-meal Styles for responsivenes */
@media (max-width: 1200px) {
    section.hero.container {
        height: 100vh;
        padding: 0px;
    }

    section.meals-showcase figure.meal-showcase-1 img,
    section.meals-showcase figure.meal-showcase-2 img {
        width: 264px;
        height: 198px;
    }

    section.hero .logo-wrapper img {
        width: 72px;
        height: 77px;
    }
}

@media (max-width: 1100px) {
    section.meals-showcase .details {
        gap: 10px;

    }

    section.meals-showcase .details :nth-child(1) {
        margin-left: 0px;
        font-size: 24px;
    }

    section.hero .language-toggle> :nth-child(5) img {
        display: flex;
    }

}

@media (max-width: 1000px) {
    section.meals-showcase figure.meal-showcase-2 {
        position: absolute;
        left: 150px;
    }

    section.meals-showcase figure.meal-showcase-1 {
        position: absolute;
        right: 130px;
    }

    /* section.hero .logo-wrapper{
        margin-bottom: 45px;
    } */
    section.meals-showcase .meals-showcase-heading {
        width: 405px;
        height: 405px;
    }
}

@media (max-width: 700px) {
    section.meals-showcase .meals-showcase-heading {
        width: 80vw;
        height: auto;
    }
}


section.menu-grid {
    padding-top: 0px;
    padding-bottom: 0px;

}

section.menu-grid.container .boxed-width {
    padding-top: 107px;
    padding-bottom: 120px;
    /* background-image: url('../media/rustled-pape-brown.webp');
    background-repeat: repeat;
    background-size: 100%; */
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

section.menu-grid .menu-1 {
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: space-between;
    position: relative
}

section.menu-grid .menu-1 figure {
    width: 100%;
    max-width: 870px;
    flex-shrink: 0;
    margin-right: 20px;
}

section.menu-grid .menu-1 .menu-details {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 94px;
    /* justify-content: center; */
}

section.menu-grid .menu-1 .menu-details .details span {
    /* font-size: 16px; */
    line-height: 27px;
    letter-spacing: 1.7px;
    width: 26px
}

section.menu-grid .menu-1 .menu-details .details {
    width: 100%;
    height: fit-content;
    align-items: start;
    gap: 17px;
    /* margin-left: 132px; */

}

section.menu-grid .menu-1 .menu-details .details h1 {
    position: absolute;
    top: -74px;
    right: 0;
    margin-right: 74px;
}

section.menu-grid .menu-1 .menu-details .ornament-img-1 {
    opacity: .1;
    position: absolute;
    left: 30%;
    top: -80%;
    pointer-events: none;
}

section.menu-grid .menu-1 .menu-details .ornament-img-1 img {
    width: 100%;
    max-width: 537px;
    height: 100%;
    object-fit: contain;
    z-index: 2;
}

section.menu-grid .menu-1 .menu-details .ornament-img-2 {
    width: fit-content;
    height: fit-content;
    opacity: .1;
    position: absolute;
    left: -35%;
    top: -40%;
    z-index: 1;
}

section.menu-grid .menu-1 .menu-details .ornament-img-2 img {
    width: 710px;
    max-width: 710px;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

section.menu-grid h1,
section.menu-grid h3 {
    margin: 0px;
}

section.menu-grid .menu-2>.heading {
    width: 100%;
    height: fit-content;
    padding-top: 0px;
    padding-bottom: 104px;
    margin-left: 84px;
    position: relative;
    top: 97px;
    z-index: 10;
}

section.menu-grid .menu-2 .heading .ornament-bg-2 {
    width: 310px;
    height: 310px;
    object-fit: contain;
    position: absolute;
    left: -20%;
    top: -70px;
    margin: 0px;
    opacity: 1
}

section.menu-grid .menu-2 .menu-details {
    position: relative;
    top: 81px;
}

section.menu-grid .menu-2 .menu-details .ornament-bg-2 {
    width: 749px;
    height: 748px;
    object-fit: contain;
    position: absolute;
    left: -114%;
    top: 60px;
    margin: 0px;
    opacity: .1;
    ;
}

section.menu-grid.menu-details h1 {
    margin: 0px;
    text-align: start;
}

section.menu-grid .menu .menu-details h3 {
    margin-top: 13px;
}

section.menu-grid .menu-details {
    width: 100%;
    max-width: 412px;
    justify-content: start;
}


section.menu-grid .menu-details>h1 {
    line-height: 48px;
    display: flex;
    align-items: center;
}

section.menu-grid .menu-details h3 {
    padding-right: 91px;
    line-height: 38px;
    padding: 11px 0px;
    border-bottom: 1px solid #D9D9D9;
    text-align: start;
}

section.menu-grid .menu-details ul li {
    /* font-size: 20px; */
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 11px 0px;
    border-bottom: 1px solid #D9D9D9;
}

section.menu-grid .menu {
    justify-content: end;
    gap: 141px;
    position: relative;
    top: -350px;
    margin-bottom: -350px;
    align-items: center;
}

section.menu-grid .menu-3 .menu {
    flex-direction: row-reverse;
    gap: 97px;
}

section.menu-grid .menu-3 .menu {
    /* position: unset; */
    top: -85px;
    margin-bottom: -95px;
    margin-right: unset;
    justify-content: start;
    margin-left: 81px;
}

section.menu-grid .menu-3 .menu .menu-details {
    margin-top: 330px;
    position: relative;
}

section.menu-grid .menu-3 .menu-details .ornament-bg-1 {
    width: 360px;
    height: 360px;
    object-fit: contain;
    position: absolute;
    right: -90%;
    top: -60%;
    margin: 0px;
    opacity: .1;
    /* transform: rotateY(180deg); */
}

section.menu-grid .menu-3 .menu-details .ornament-bg-2 {
    width: 589px;
    height: 589px;
    object-fit: contain;
    position: absolute;
    right: -100%;
    top: 110px;
    margin: 0px;
    opacity: .1;
    ;
}

section.menu-grid .menu-3 .menu h1 {
    padding-top: unset;

}

section.menu-grid .menu-4 {
    margin-top: 85px
}

section.menu-grid .menu-4 .menu {
    top: unset;
    margin-bottom: unset;
    align-items: center;
}

section.menu-grid .menu-4 .menu .menu-details {
    position: relative;
}

section.menu-grid .menu-4 .menu-details .ornament-bg-1 {
    width: 360px;
    height: 360px;
    object-fit: contain;
    position: absolute;
    left: -105%;
    top: -140%;
    margin: 0px;
    opacity: .1;
    transform: rotateY(180deg);
}

section.menu-grid .menu-4 .menu-details .ornament-bg-2 {
    width: 748px;
    height: 748px;
    object-fit: contain;
    position: absolute;
    left: -110%;
    margin: 0px;
    opacity: .1;
    ;
}

section.menu-grid .menu-4 .menu h1 {
    padding-top: unset;

}

section.menu-grid .menu-4 .menu>figure {
    /* width: 100%; */
    height: 100%;
    max-width: 471px;
    max-height: 631px;
    position: relative;
    margin-right: 105px
}

section.menu-grid .menu-4 .menu figure .meal-img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: auto
}

section.menu-grid .menu-4 .menu figure .meal-inscription {
    width: 135px;
    height: auto;
    position: absolute;
    top: -132px;
    z-index: 5;
    right: -105px;
    filter: invert(1);
}

section.menu-grid .menu-2 {
    position: relative;
}

section.menu-grid .menu-2>.ornament-bg-1 {
    display: none;
}

/*Menu grid Styles for responsivenes */
@media (max-width: 1250px) {
    section.menu-grid .menu-1 figure {
        max-width: 670px;
        max-height: 387px;
        margin-right: 40px;
    }
}

@media (max-width: 1200px) {
    section.menu-grid.container .boxed-width {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    section.menu-grid .menu-1 figure {
        max-width: 100%;
        min-height: 387px;
        margin-right: 40px;
    }

    section.menu-grid .menu-1 figure img {
        height: unset;
    }

    section.hero.container {
        height: 100vh;
        padding: 0px;
    }

    section.meals-showcase figure.meal-showcase-1 img,
    section.meals-showcase figure.meal-showcase-2 img {
        width: 264px;
        height: 198px;
    }

    section.hero .logo-wrapper img {
        width: 72px;
        height: 77px;
    }

    section.menu-grid .menu {
        justify-content: end;
        gap: 141px;
        position: relative;
        top: 0;
        margin-bottom: -350px;
    }

    section.menu-grid .menu-1 .menu-details .ornament-img-2 {
        left: 5%;
        top: 20%;
    }

    section.menu-grid .menu-1 .menu-details .ornament-img-2 img {
        width: 400px;
    }

    section.menu-grid .menu-1 .menu-details .details {
        width: fit-content;
        padding-right: 18px;
        justify-content: center;
        padding: 54px 18px 53px 38px;
        box-sizing: border-box;
    }

    section.menu-grid .menu-1 .menu-details .details h1 {
        position: relative;
        top: 0;
        /* right: -34px; */
        margin: 0px;
        margin-top: -40px;
        order: 2;
        /* margin-left: auto; */
    }

    section.menu-grid .menu-1 .menu-details {
        max-width: 100%;
        height: unset;
        width: fit-content;
        position: relative;
        top: -100px;
        overflow: clip;
        right: 0;
        z-index: 10;
        margin-top: unset;
        margin-left: auto;
        background-size: 100%;
        background-repeat: repeat;
        background-image: url('../media/rustled-pape-brown.webp');
        /* margin-top: 94px; */
    }

    section.menu-grid .menu-1 .menu-details .ornament-img-1 {
        left: 25%;
        top: -7%;
    }

    section.menu-grid .menu-2>.heading {
        top: unset;
    }

    section.menu-grid .menu-1 {
        display: flex;
        flex-direction: column;
        margin-bottom: -150px;
    }

    section.menu-grid .menu-2>.heading {
        justify-content: start;
        margin-left: unset;
        display: flex;
        justify-content: center;
        padding-bottom: 34px;
    }

    section.menu-grid .menu-2 .menu {
        display: flex;
        flex-direction: column-reverse;
        justify-content: end;
        gap: 13px;
        top: unset;
        margin-bottom: unset;
    }

    section.menu-grid .menu-2 .heading .ornament-bg-2 {
        width: 48vw;
        height: unset;
        left: 3%;
        top: -117px;
        transform: rotateZ(50deg) rotate(51deg);
        z-index: 20
    }

    section.menu-grid .menu-2 .menu-details {
        max-width: unset;
        top: unset;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    section.menu-grid .menu-3 .menu {
        top: unset;
        flex-direction: column-reverse;
        margin-left: unset;
        gap: 20px;
        margin-bottom: unset;
        margin-top: 22px;
    }

    section.menu-grid .menu-3 .menu .menu-details {
        margin-top: unset;
        max-width: unset;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    section.menu-grid .menu-4 {
        margin-top: 142px;
    }

    section.menu-grid .menu-4 .menu {
        flex-direction: column-reverse;
        gap: 30px;
    }

    section.menu-grid .menu-4 .menu .menu-details {
        max-width: unset;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    section.menu-grid .menu-2 .menu-details .ornament-bg-2 {
        width: 350px;
        height: auto;
        left: -120px;
        z-index: 20;
        top: unset;
        bottom: -230px;
    }

    section.menu-grid .menu-2>.ornament-bg-1 {
        display: flex;
        position: absolute;
        width: 300px;
        height: auto;
        left: -100px;
        opacity: .1;
        /* left: -80px; */
        top: 100px;
        z-index: 20;
        transform: rotateY(180deg)
    }

    section.luxury-meal figure {
        height: 400px;
    }

    section.meal-ingredients .ingredient-card .vertical:nth-child(3) {
        right: 80px;
        top: 28px !important;
    }

    /* section.meals-showcase .details :nth-child(1) {
        font-size: 24px;
    } */
}

@media (max-width: 500px) {
    section.meals-showcase figure.meal-showcase-1 img,
    section.meals-showcase figure.meal-showcase-2 img {
        width: 264px;
        height: 140px;
    }
}

@media (max-width: 400px) {
    section.menu-grid .menu-4 .menu figure .meal-inscription {
        width: 100px;
        right: -80px;
    }

    section.luxury-meal figure {
        height: unset;
    }
}

@media (max-width: 300px) {
    section.menu-grid .menu-4 .menu figure .meal-inscription {
        width: 80px;
        right: -70px;
    }
}







section.store-data.container {
    width: 100%;
    height: 100%;
    background-image: url('../media/rustled-pape-white.webp');
    background-repeat: repeat;
    background-size: 100%;
    padding-top: 97px;
    padding-bottom: 64px;
    position: relative;
    overflow: clip;
}

section.store-data .boxed-width {
    position: relative;
    box-sizing: border-box;
}

section.store-data .store-map {
    position: absolute;
    right: 80px;
    align-items: start;
    z-index: 1
}

section.store-data .store-map .ornament-bg-2 {
    width: 400px;
    height: auto;
    position: absolute;
    right: -150px;
    top: -350px;
}

section.store-data .store-map figure {
    width: 100%;
    height: 100%;
    max-width: 567px;
    max-height: 681px;
    margin-top: 90px;
}

section.store-data .store-map span {
    position: relative;
    /* top: -25px; */
    padding-left: 15px;
}

section.store-data .stores-col {
    width: 100%;
    height: auto;
    gap: 30px;
    position: relative;
    z-index: 2;
}

section.store-data .store-col {
    gap: 30px;
    align-items: start;
    flex-wrap: wrap;
}

section.store-data .store-col:nth-child(5) .store:nth-child(2),
section.store-data .store-col:nth-child(4) .store:nth-child(5) {
    min-width: 260px;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

section.store-data .store-col:nth-child(4) .store:nth-child(5) {
    min-height: 253px;
    min-width: unset;
}

section.store-data .store-col:nth-child(4) .store:nth-child(5) .vertical {
    height: fit-content;

}

section.store-data .store {
    width: fit-content;
}

section.store-data .store .vertical {
    width: fit-content;
    font-size: 32px;
    line-height: 37px;
    /* margin-top: -28px; */
    padding-bottom: 18px;
}

section.store-data .store .store-details h4 {
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    text-align: start;
    margin: 0px;
    width: 100%;
    margin: 4px 0px;
}

section.store-data .store .store-details ul li {
    font-size: 16px;
    line-height: 34px;
    line-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 100%;
    background-color: var(--primary-darkred);
    color: var(--white)
}

section.store-data .store .store-details ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

section.store-data .store {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

}

section.store-data .store figure {
    width: 100%;
    height: 180px;
    min-width: 260px;
    max-width: 260px;
    position: relative;
}

section.store-data .store figure p {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 5px;
    font-weight: 500;
}

section.store-data .store figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.store-data .store-col.mobile {
    display: none;
}

section.hero .language-toggle .hamburger-nav-icon {
    display: none;
}

/*Store data Styles for responsivenes */
@media (max-width: 1400px) {
    section.store-data .store-map figure {
        margin-top: 150px;
        margin-right: -30px;
    }
}

@media (max-width: 1300px) {
    section.store-data .store-map figure {
        margin-top: 350px;
        margin-right: -30px;
        max-width: 400px;
    }
}

@media (max-width: 1200px) {
    section.store-data .store-map {
        position: relative;
        right: 0;
        align-items: start;
        display: flex;
        justify-content: center;
        margin-bottom: -90px;
    }

    section.store-data .store-map figure {
        margin-top: unset;
        margin-left: -20px
    }

    section.store-data .store-map span {
        position: absolute;
        margin: 0px auto;
        font-size: 18px
    }

    section.store-data .boxed-width {
        display: flex;
        flex-direction: column;
    }

    section.store-data .store-map .ornament-bg-2 {
        width: 200px;
        right: unset;
        left: -100px;
        top: -100px;
        transform: rotate(140deg);
    }

}

@media (max-width: 1100px) {
    section.store-data .store figure {
        width: 100%;
        height: 100%;
        aspect-ratio: 2/1.38;
        max-width: unset;
        min-width: unset;
    }

    section.store-data .store-col.mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    section.store-data .store-col.pc {
        display: none;
    }

    section.store-data .store-col {
        gap: 20px;
    }

    section.store-data .store.vertical-heading {
        width: 100%;
        align-items: center;
        margin-top: 40px;
        /* margin-bottom: 12px; */
        /* height: 40px; */
        grid-column-start: 1;
        grid-column-end: 3
    }

    section.store-data .store .store-details h4 {
        line-height: 15px;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    section.store-data .stores-col {
        gap: 0px;

    }

    section.store-data .store .vertical {
        font-size: 18px;
    }

    section.store-data .store .store-details ul li {
        font-size: 10px;
        line-height: 18px;
        height: unset;
        letter-spacing: -2px;
    }

    section.store-data .store .store-details ul {
        gap: 5px;
    }

    section.store-data.container {
        padding-top: 20px;
        padding-bottom: 64px;
        position: relative;
        overflow: clip;
    }

    section.hero .language-toggle .hamburger-nav-icon {
        display: flex;
    }

}










section.meal-ingredients .heading {
    position: relative;
}

section.meal-ingredients .heading figure {
    width: 310px;
    height: 310px;
    object-fit: contain;
    position: absolute;
    left: -200px;
    top: -90px;
    margin: 0px;
    opacity: 1;
    transform: rotate(-40deg)
}

section.meal-ingredients.container .boxed-width {
    gap: 100px;
    background-image: url('../media/rustled-pape-brown.webp');
    background-size: 100%;
    background-repeat: repeat;
    padding-top: 100px;
    padding-bottom: 131px;
    align-items: start;
    position: relative;
    /* box-sizing: border-box; */
}

section.meal-ingredients .ingredient-card {
    position: relative;
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
}

section.meal-ingredients .ingredient-card .vertical {
    position: absolute;
    top: 25px;
    right: 28px;
    color: var(--white)
}

section.meal-ingredients .ingredient-card .vertical:nth-child(3) {
    right: 80px;
    top: 100px;
}

section.meal-ingredients .ingredient-card .ingredients-items {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 27px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.55);
}

section.meal-ingredients .ingredient-card li {
    color: var(--white);
    line-height: 34px;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #AE8E57;
    position: relative;

}

section.meal-ingredients .ingredient-card li::before {
    width: 55px;
    height: 55px;
    content: '';
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    margin-right: 16px;
    top: -5px;
    left: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../media/elipse-3.png');
    z-index: 6;
}

section.meal-ingredients .ingredient-card li a {
    color: var(--white);

}

/*Meal Ingredients Styles for responsivenes */
@media (max-width: 1100px) {

    section.meal-ingredients.container {
        overflow: clip;
        position: relative;
    }

    section.meal-ingredients.container .boxed-width {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding-top: 54px;
        padding-bottom: 75px;
    }

    section.meal-ingredients .ingredient-card {
        width: 100%;
        max-width: 700px;
    }

    section.meal-ingredients .ingredient-card figure {
        width: 100%;
    }

    section.meal-ingredients .heading figure {
        width: 260px;
        left: 50px;
        right: unset;
        top: -190px;
        margin: 0px;
        opacity: 1;
        transform: rotate(65deg) rotateY(180deg)
    }

    section.meal-ingredients .ingredient-card .ingredients-items {
        padding: 0px 19px;
    }

    section.meal-ingredients .ingredient-card li {
        line-height: 22px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    section.meal-ingredients .heading .vertical {
        padding-bottom: 12px;
        margin-bottom: 20px
    }

    section.meal-ingredients .vertical {
        font-size: 24px;
        line-height: 28px;
    }

}

@media (max-width: 700px) {
    section.meal-ingredients .ingredient-card li::before {
        width: 38px;
        height: 38px;
    }

}

.stores-link-btn-wrapper {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.stores-link-btn {
    position: relative;
    background: #F2EFE9;
    padding: 15px 45px 15px 30px;
    border-radius: 50px;
    font-size: 16px;
}

.stores-link-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #333;
}