@import "default.css";
@import "myModals.css";
@import "login.css";
@import "buttons.css";
@import "slider.css";

:root {
    /*    colours*/
    --white: #ffffff;

    /*--main-bg: #DED9CF;*/
    --main-bg: #140121;
    /*--footer-bg: #2D1227;*/
    --footer-bg: #140121;
    --purple-secondary: #442058;

    --purple-light: #E1B6FC;
    --purple-text: #AF3BF9;
    --purple-dark: #140121;
    --purple-module: #601093;
    --contact-page-bg: #390E55;

    --yellow-text: #FFD140;
    --yellow-text-secondary: #F9D35B;

    --font-work-sans: 'Work Sans', sans-serif;
    --font-marvin-round: 'Marvin', sans-serif;
    --font-digitalt: 'Digitalt', sans-serif;
    --font-lato: 'Lato', sans-serif;
}

/*  FONTS */
@font-face{
    font-family: montserrat;
    src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Marvin';
    src: local('Marvin Round'), local('Marvin-Round'),
    url('/fonts/Marvin-Round.woff2') format('woff2'),
    url('/fonts/Marvin-Round.woff') format('woff'),
    url('/fonts/Marvin-Round.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: Digitalt;
    src: url('/fonts/Digitalt/Digitalt.woff') format('woff'),
    url('/fonts/Digitalt/Digitalt.woff2') format('woff2'),
    url('/fonts/Digitalt/Digitalt.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}


*,
*::before,
*::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: var(--font-inter);*/
    margin: 0;
    padding: 0;
    /*background: var(--text-color--bright);*/
    /*background: var(--main-bg);*/
    background: #000000;
    font-family: montserrat, serif;
    /*display: flex;*/
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}


main{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

main.admin-main{
    flex-direction: row;
}

main > *{
    width: 100%;
}


img{
    width: 100%;
}

a{
    text-decoration: none;
    color: #000000;
}

.navigation-container{
    max-width: 1320px;
    margin: 0 auto;
}

.main-bg{
    background: var(--main-bg);
}
.main-container{
    max-width: 1320px;
    margin: 0 auto;
    background: var(--main-bg);
}

.main-container__pad{
    padding: 9rem 2rem 2rem;
}

.main-container__page-pad{
    padding: 14rem 2rem 6rem;
}

.main-navbar{
    display: none;
}
.main-column{
    padding: 0 1rem;
}

.logo-wrapper img{
    width: 120px;
    object-fit: contain;
}

.additional-languages__container{
    background: var(--main-bg);
}

.additional-languages > div > div:hover{
    font-weight: 500;
}
.footer{
    background: var(--footer-bg);
    width: 100%;
    padding: 1rem!important;
}

.footer div.wrapper{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    /*margin-top: 50px;*/
    margin-bottom: 20px;
    padding: 0 2rem;
}

.footer div.links {
    color: #ffffff;
    font-family: montserrat, serif;
    font-weight: 400;
    padding: 1rem 4rem;
    gap: 2rem;
    /*border-top: 0.5px solid white;*/
    /*border-bottom: 0.5px solid white;*/
}

.footer div.links a{
    color: #ffffff;
    font-size: 1rem;
    font-family: montserrat, serif;
    font-weight: 400;
    text-decoration: none;
}
.media-icon > img{
    object-fit: contain;
}

.navigation__wrapper{
    z-index: 40;
    position: sticky;
    /*align-self: flex-start;*/
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    /*background: var(--main-bg);*/
    width: 100%;
}
.navigation{
    padding: 30px 20px;
    /*background: var(--main-bg);*/
    /*background: transparent;*/
    background-color: var(--purple-dark);
    transition: padding .3s ease;
}

.navigation div.links div{
    margin: 10px 11px;
}

.navigation div.links a,
.navigation a.nav-map,
.mobile-navbar div.links a{
    text-decoration: none;
    /*color: #000000;*/
    color: #fff;
    font-family: montserrat, serif;
    padding: 12px 10px;
}

.navigation div.links a:hover,
.main-navbar__wrapper .menu-link:hover{
    /*background: var(--purple-secondary);*/
    /*color: #ffffff;*/
    color: var(--purple-text);
    border-radius: 15px;
}

/*.navigation a.nav-map:hover{*/
/*    border: 1px solid var(--purple-secondary);*/
/*    background: var(--main-bg);*/
/*    border-radius: 15px;*/
/*}*/

.nav-map{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.main-navbar__wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

a.order-btn{
    display: inline-block;
}

.order-btn{
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 15px 25px;
    background: var(--main-bg);
}

.order-btn a{
    text-decoration: none;
    /*color: #000000;*/
    color: #fff;
}

.header__main{
    /*font-family: var(--font-marvin-round);*/
    /*font-family: var(--font-digitalt);*/
    /*font-weight: 900;*/
    font-size: 4rem;
    font-style: normal;
    font-variant: all-small-caps;
    color: #442058;
    /*font-size: 7rem;*/
    /*transition: font-size 100ms ease-in;*/
    margin-bottom: .9rem;
    letter-spacing: -0.042rem;
}

.welcome-text-container{
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    padding-top: 1rem;
}

.contact h2.header__main{
    margin-bottom: 2.5rem;
}

.header__secondary{
    /*font-family: var(--font-work-sans);*/
    font-family: var(--font-lato);
    font-weight: 400;
    font-size: 3rem;
    line-height: 3rem;
}
.header__sneak{
    font-family: var(--font-work-sans);
    font-weight: 200;
    font-size: 3rem;
    margin: 2rem 0;
}
.section-text__par{
    /*font-family: montserrat, serif;*/
    font-family: var(--font-lato);
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.section-gap__main{
    margin-bottom: 7rem;
}

.section-divide__main{
    padding: 6em 0 0;
}

.row-divide__main-bottom{
    margin-bottom: 2rem;
}

.row-divide__main-top{
    margin-top: 2rem;
}

.fit-content{
    display: inline-block;
}

.social-links{
    top: 0;
    right: 1rem;
    gap: 1rem;
}

.upper-decor{
    border-top: 1px solid #000000;
    padding: 10px 20px;
}

.category-wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 1rem;
}
.product-detail .header__main{
    font-size: 3rem;
    font-family: var(--font-digitalt);
    color: #fff;
}

.category-wrapper h3,
.product-detail__wrapper h3{
    /*font-family: var(--font-work-sans);*/
    font-family: var(--font-lato);
    font-weight: 700;
    /*margin: 30px 0;*/
    font-size: 1.32rem;
    padding-bottom: 2rem;
}

.product-detail__wrapper h3{
    display: inline-block;
    border-bottom: .5px solid #000000;
}

.category-wrapper h4{
    font-family: var(--font-digitalt);
    font-weight: 400;
    font-size: 1.1rem;
    margin: 20px 0;
    letter-spacing: 0.14rem;
    text-align: center;
}

.category-wrapper p{
    font-size: .9rem;
}

.product-grid{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 380px 380px;
    grid-gap: 20px 20px;
    justify-content: center;
}
.product-card__primary{
    /*width: 250px;*/
    /*min-width: 200px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card__primary img{
    height: 100%;
}

.products-layout{
    gap: 20px;
}

.products-layout .menu-item__btn{
    box-shadow: 0px 0px 7px 0px;
}

.text__side > p{
    font-family: montserrat, serif;

}
.welcome__container{
    width: 100%;
    max-width: 1320px;
    background: var(--main-bg);
    /*background-image: url(/uploads/public/images/assets/bread-background.png);*/
    background-repeat: no-repeat;
    background-position: center;
    /*height: 500px;*/
    padding: 1rem 2rem;
    margin: 0 auto;
}
.welcome__container h4{
    font-family: var(--font-digitalt);
    font-weight: 400;
    font-size: 2.6rem;
    color: var(--purple-secondary);

}

.welcome__container h1,
.welcome__container h2{
    /*margin-top: 27px;*/
    line-height: 3.2rem;
    margin-bottom: 2rem;
}

.grid-sneak-peak__side{
    display: grid;
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 20px 30px ;
    grid-template-areas:
            "nada small side"
            "bottom bottom side"
;
}

.sneak-peak__empty{
    grid-area: nada;
}

.sneak-peak__small{
    grid-area: small;
}

.sneak-peak__side{
    grid-area: side;

}

.sneak-peak__side img{
    height: 100%;
}

.sneak-peak__bottom{
    grid-area: bottom;
}

.grid-sneak-peak__bottom{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    /*width: 100%;*/
    height: 200px;
    overflow: hidden;
    grid-gap: 20px 30px ;
}
.sneak-peek span.header__secondary{
    font-size: 2rem;
}

.sneak-peek__container{
    padding: 1rem;
    background-color: var(--purple-module);
}

.grid-sneak-peek__all{
    display: grid;
    grid-template-rows: 150px 200px 300px;
    grid-template-columns: 2fr 1fr 1fr 300px;
    grid-gap: 20px 30px ;
    grid-template-areas:
            "text nada small side"
            "text bigger bigger side"
            "bottom bottom bottom sidebottom"
}
.grid-sneak-peak__pictures{
    display: grid;
    grid-template-rows: 300px 500px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 20px;
    grid-template-areas:
            "picture1 picture2 picture3"
            "picture4 picture4 picture5";
    margin: 2rem 0;
}

.sneak-peek__picture1{
    grid-area: picture1;
    overflow: hidden;
}

.sneak-peek__picture2{
    grid-area: picture2;
    overflow: hidden;
}

.sneak-peek__picture3{
    grid-area: picture3;
    overflow: hidden;
}

.sneak-peek__picture4{
    grid-area: picture4;
    overflow: hidden;
}

.sneak-peek__picture4 > img{
    height: 100%;
}

.sneak-peek__picture5{
    grid-area: picture5;
    overflow: hidden;
}

.sneak-peek__text{
    grid-area: text;
    overflow: hidden;
}

.sneak-peek__nada{
    grid-area: nada;
}

.sneak-peek__small{
    grid-area: small;
    overflow: hidden;
}

.sneak-peek__side{
    grid-area: side;
    overflow: hidden;
}

.sneak-peek__side img{
    height: 100%;
}

.sneak-peek__bigger{
    grid-area: bigger;
    overflow: hidden;
}

.sneak-peek__bottom{
    grid-area: bottom;
    overflow: hidden;
}

.sneak-peek__sidebottom{
    grid-area: sidebottom;
    overflow: hidden;
}

.sneak-peek__sidebottom img{
    grid-area: sidebottom;
    height: 100%;
}

.text__scale-down{
    transform: scale(0.7);
    transition: transform .3s ease;
}

.text__scale-up{
    transform: scale(1);
    transition: transform .3s ease;
}

.nav__remove-padding{
    padding: 0 20px;
    transition: padding .3s ease;
}

#mobile-burger{
    width: 40px;
}
.mobile-navbar{
    position: absolute;
    top: 0;
    right:0;
    background: var(--main-bg);
    width: 70%;
}
.mobile-navbar div.links > * {
    margin: 1rem 1rem 0 1rem;
}
.mobile-navbar div.links a{
    display: inline-block;
    padding-bottom: 1rem;
}
#nav-logo{
    width: 100px;
    /*padding-top: 20px;*/
}
.sneak-peek__text div.home-column{
    height: 100%;
}
.home__wrapper{
    gap: 1rem;
}
.home__wrapper div.home-column{
    gap: 2rem;
}

.contact-info{
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
    font-size: 1.2rem;
    font-weight: 500;
}

.contact-info.location{
    color: var(--yellow-text-secondary);
}
.contact-info.opening-times{
    color: #FF7000;
    margin-bottom: 2rem;
}


.contact-info > img{
    object-fit: contain;
}
.contact-info p{
    margin: 10px 0;
}

.contact-page{
    border-radius: 1rem;
    background-color: var(--contact-page-bg);
    color: var(--yellow-text-secondary);
    padding: 2rem 2rem 3rem !important;
    margin-top: 2rem;
    width: 100%;
    max-width: 700px;
}

.contact-page__location{
    position: absolute;
    margin-top: 0;
    bottom: 0;
    z-index: 3;
}

.contact-page__location .contact-page-grid{
    margin-top: 0;
}

.contact-page a.contact-page__group,
.contact-page .contact-page__group a{
    color: var(--yellow-text-secondary);
    text-align: center;
}

.location-map{
    margin-top: 2rem;
}

.contact-page__group{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}
.contact-page__group > p{
    text-align: center;
}
.contact-circle{
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon{
    display: block;
    width: 25px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.active-locations-icon .contact-icon{
    width: 37px;
}
.contact-email{
    background-image: url('/uploads/public/images/assets/envelope-yellow.svg');
}
.contact-phone{
    background-image: url('/uploads/public/images/assets/phone-yellow.svg');
}
.contact-address{
    background-image: url('/uploads/public/images/assets/contact-location-yellow.svg');
}
.contact-opening-hours{
    background-image: url('/uploads/public/images/assets/contact-clock-yellow.svg');
}
.contact-page-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
    margin-top: 2rem;
}

.map-info{
    height: 400px;
    width: 60%;
    border-radius: 1rem;
}
.story-info__container{
    /*padding-bottom: 2rem;*/
    width: 100%;
    flex-grow: 1;
    padding: 2rem 3rem;
}
.story-info__container h2{
    margin: 0 0 2.5rem;
}
.story-info__wrapper{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.category__header{
    width: 100%;
    display: flex;
    justify-content: center;
}

.story-info__wrapper p{
    line-height: 2;
}

.link-no-cursor{
    cursor: inherit;
}
.delivery-info{
    background: url('/images/uploads/image.php?upload=background_w_icons.png');
    background-repeat: no-repeat;
    background-position: center;
}

.delivery-info > div.header__secondary{
    color: var(--purple-secondary);
    font-weight: 400;
}

.delivery-info p.header{
    font-family: var(--font-work-sans);
    font-weight: 300;
    font-size: 2rem;
}

.wrapper-header{
    padding: 1rem;
    text-align: center;
}

.link-wrapper{
    width: 100px;
    margin-top: 3rem;
}
.link-wrapper > a{
    text-align: center;

}

/*   LOGIN   */
#js_login{
    text-align: center;
    margin-top: 3rem;
}
.login input{
    outline: none;
    border: none;
    background: #FCFCFC;
    border-bottom: 1px solid rgba(206, 205, 205, 0.88);
    padding: 10px 2em;
    margin: 1em 0;
}

.login p.message{
    width: 80%;
    margin: 1em auto;
    font-size: 0.75rem;
}

.login button{
    font-size: 1.1rem;
    font-variant: all-small-caps;
}

.form-field__stretch input{
    width: 100%;
}
.underline-link{
    border-bottom: 0.5px solid #000000;
}

.product-grid div.card{
    transition: transform 1500ms;
    transform-style: preserve-3d;
}

.product-grid div.container{
    width: 100%;
    height: 320px;
    perspective: 900px;
    position: relative;
}

.product-grid .container img{
    height: 300px;
}

.product-grid div.container:hover > .card{
    /*cursor: pointer;*/
    transform: rotateY(180deg);
}
.card div.front,
.card div.back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.card div.back{
    transform: rotateY(180deg);
}

.product-detail__img{
    /*max-width: 600px;*/
    border-radius: 2rem;
    overflow: hidden;
    height: fit-content;
}

.single-product-weight{
    font-weight: 500 !important;
    font-size: .87rem;
}

.single-product-price{
    font-size: 1.2rem;
    font-weight: 500 !important;
    margin-top: 2rem;
}

.product-detail-content{
    gap: 2rem;
}
.product-detail-content .header__main{
    margin-bottom: 1rem;
    letter-spacing: 0.12rem;
}

.product-detail-content .ingredients,
.product-detail-content .filling,
.product-detail-content .allergens{
    font-family: var(--font-lato);
    display: flex;
    gap: .5rem;
    align-items: baseline;
    margin-bottom: .5rem;
}
.product-detail-content h3{
    font-weight: 400;
    font-size: 1.1rem;
}

.product-detail-content p{
    font-weight: 300;
    line-height: 1.3rem;
}
.product-detail__wrapper h4{
    font-family: var(--font-work-sans);
    font-weight: 300;
    margin: 20px 0 20px 20px;
}
.product-detail__filling p{
    font-weight: 300;
    margin: 20px 0 30px 20px;
    font-size: .9rem;
}

/*    MODALS    */
.default-modal{
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.5);
    z-index:1000;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.default-modal-dialog{
    background: #FFFFFF;
    min-width: 360px;
    max-width: 600px;
    min-height: 600px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    padding: 20px 20px 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.default-modal-content{

}

.modal-box{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100vw;
    height: 100vh;
    z-index:1000;
}

.modal-wrap{
    margin:0 auto;
    max-height: 90vh;
    /*overflow-y: scroll;*/
}

.modal-wrap-no-scroll{
    margin:0 auto;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-40%);
}

.nav-background{
    background: var(--main-bg);
    transition: background 250ms ease-in-out;
}

.opening_hours{
    margin-top: 10px;
    color: #FFFFFF;
    padding-bottom: 10px;
}



.navigation-top{
    background-color: var(--purple-light);
    padding: .5rem 1.5rem;
    color: #000;
    font-size: .87rem;
}

.inline-icon{
    display: inline-block;
    width: 14px;
    margin: 0 .5rem;
}


.flex-icon{
    display: flex;
    align-items: center;
    width: 22px;
    margin: 0 .5rem;
}

.inline-icon__mar-right{
    display: inline-block;
    width: 21px;
    margin-right: .5rem;
}

.icon-flex{
    display: flex;
}

.icon-category{
    width: 1.65rem;
}
.top-module-wrapper{
    width: 90%;
}

.top-module__img{
    /*max-width: 425px;*/
    height: 417px;
    margin: 0 2rem 0 1rem;
    overflow: hidden;
    border-radius: 5rem;
    position: relative;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-module__img > img{
    scale: 1.6;
}

.top-module-text{
    display: flex;
    justify-content: center;
    padding: 1rem 3rem;
}

.main-container a{
    color: #fff;
}

.grid-sneak-peak-new__pictures{
    display: grid;
    grid-template-rows: 130px 450px 100px 300px;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 20px 20px;
    grid-template-areas:
            "text picture-new2"
            "picture-new1 picture-new2"
            "picture-new3 picture-new2"
            "picture-new3 picture-new4";
}

.sneak-peek-new{
    grid-area: text;
}

.sneak-peek-new :is(span:nth-child(2)){
    font-size: 2.6rem;
}

.sneak-peek-new__picture1{
    grid-area: picture-new1;
    border-radius: 1rem;
    overflow: hidden;
}

.sneak-peek-new__picture2{
    grid-area: picture-new2;
    border-radius: 1rem;
    overflow: hidden;
}

.sneak-peek-new__picture3{
    grid-area: picture-new3;
    border-radius: 1rem;
    overflow: hidden;
}

.sneak-peek-new__picture4{
    grid-area: picture-new4;
    border-radius: 1rem;
    overflow: hidden;
}

.header__secondary--accent{
    font-family: var(--font-digitalt);
    color: var(--yellow-text);
}

.sneak-peek__header{
    display: block;
    font-size: 3.5rem;
    letter-spacing: 0.4rem;
}

.mamamia__img{
    /*max-width: 410px;*/
    position: relative;
    top: 4rem;
    right: 25%;
}

.menu-grid{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px 20px;
    grid-template-areas:
            ". menu-item1 menu-item1 menu-item2 menu-item2 ."
            "menu-item3 menu-item3 menu-item4 menu-item4 menu-item5 menu-item5";
    gap: 3rem 6rem;

}

.menu-grid > div{
    z-index: 1;
}

.menu-header{
    font-family: var(--font-lato);
    padding: 6rem 0;
    font-size: 2rem;
    letter-spacing: 0.1rem;
}

.menu-item__btn{
    border-radius: 4rem;
    width: 225px;
    height: 126px;
    box-shadow: 3px -2px 12px -3px;
}

.menu-item__text{
    margin-top: 2rem;
}

.menu-item__btn1{
    grid-area: menu-item1;
}
.menu-item__btn2{
    grid-area: menu-item2;
}
.menu-item__btn3{
    grid-area: menu-item3;
}
.menu-item__btn4{
    grid-area: menu-item4;
}
.menu-item__btn5{
    grid-area: menu-item5;
}

/*.mamamia-text{*/
/*    max-width: 377px;*/
/*}*/
.mamamia-image{
    max-width: 410px;
}

.bg-mamamia{
    min-height: 400px;
    background-position: center;
}

.landing-section{
    padding: 1rem 3rem;
}

.wrapper__text-paragraph{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.header-main__all-caps{
    font-family: var(--font-digitalt);
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.32rem;
}

/*.header__product-categories{*/
/*    max-width: 500px;*/
/*}*/

.section-secondary__padding{
    padding: 3rem 3rem 4rem;
}

.menu-item-circle{
    scale: 1.3;
    opacity: 0;
}

.menu-item-circle__left{
    transform: translateX(7px);
}

.menu-item-circle__up-left{
    transform: translate(8px, -10px);
}

.menu-item-circle4__up-left{
    transform: translate(5px, -9px);
}

.image-loaded{
    animation: fade-in 300ms linear forwards;
}

@keyframes fade-in {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100;
    }

}

.image-loaded-scale{
    animation: scale-in 300ms linear forwards;
}

@keyframes scale-in {
    0%{
        scale: 0;
    }
    100%{
        scale: 1;
    }

}

.load-image{
    opacity: 0;
}

.welcome-content{
    display: flex;
    justify-content: space-between;
    height: 589px;
}

.menu-item__group-mobile{
    width: 100%;
    max-width: 400px;
}

.menu-item__btn-mobile{
    height: 150px;
}

.menu-grid__wrapper.mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.sneak-peak-item__mobile{
    width: 50%;
    height: 205px;
}
.sneak-peak-items__mobile{
    display: grid;
    max-width: 500px;
    margin: 0 auto;
    grid-template-rows: 120px 120px 233px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 5px;
    grid-template-areas:
            "picture-mobile1 picture-mobile2"
            "picture-mobile4 picture-mobile2"
            "picture-mobile3 picture-mobile3";
}

.sneak-peak-item__mobile1{
    grid-area: picture-mobile1;
    background-position: bottom;
}
.sneak-peak-item__mobile2{
    grid-area: picture-mobile2;
    background-position: top;
}
.sneak-peak-item__mobile3{
    grid-area: picture-mobile3;
    background-position: top;
}
.sneak-peak-item__mobile4{
    grid-area: picture-mobile4;
    background-position: right bottom;
}

.menu-item__overlay{
    position: relative;
}

.menu-item__overlay > p{
    position: absolute;
    left: 0;
    min-width: 30%;
    z-index: 1;
    background-color: var(--purple-text);
    padding: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    font-weight: 500;
}
.product-categories__wrapper{
    gap: 2rem;
    flex-wrap: wrap;
}
.footer-address{
    max-width: 253px;
    display: flex;
    flex-direction: column;
    gap: .5rem
}
.footer-address .address-header{
    font-weight: 600;
    font-size: .9rem;
}
.footer-address .address{
    font-size: .8rem;
}
.footer-address .footer-opening-times{
    font-size: .72rem;
}

.product-card{
    display: block;
    overflow: hidden;
}

.fresh-tag{
    width: 87px;
    bottom: -84%;
    right: -33%;
}

.icon{
    width: 22px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.icon-arrow-right{
    background-image: url('/uploads/public/images/assets/arrow-right-white.svg');
}
.delivery-header{
    font-size: 1.5rem !important;
}

.delivery-text{
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: 0.032rem;
}

.overlay-dark{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.23);
    z-index: 1;
}

.overlay-light{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.23);
    z-index: 1;
}

.product-description{
    margin: 1rem 0;
}
.product-detail__img-mobile{
    max-height: 380px;
    height: 77%;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.product-detail__img-mobile > img{
    max-height: 100%;
}
.product-detail-content__img{
    display: flex;
    align-items: center;
}
.map > div{
    width: 12px;
}

.map{
    display: flex !important;
    gap: 10px;
}

.breadcrumbs{
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-left: 3rem;
    padding-top: 1rem;
}
.breadcrumbs a{
    font-size: .8rem;
    color: white;
}
.product-detail-breadcrumbs,
.breadcrumbs{
    background-color: var(--main-bg);
    color: white;
}

.latest-post-section .news__list > li{
    background-color: var(--purple-module);
}

.latest-post-section .news__list > li:hover{
    background-color: rgba(234, 104, 152, 1);
}

.latest-post-header{
    padding: 0 2rem;
}

.form-container{
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
}

.form-group{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.form-group input,
.form-group textarea{
    width: 100%;
    padding: .7rem .8rem;
    border-radius: .5rem;
    font-size: .95rem;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-container .form-group{
    margin-bottom: 1rem;
}

.form-header{
    margin-bottom: 1rem;
}

.warning-msg{
    color: crimson;
}

.form-section{
    margin-top: 4.5rem;
}

.page-wrapper{
    padding-top: 1rem;
    padding-bottom: 10rem;
}

.active-location-content{
    /*height: 540px;*/
    width: 100%;
    max-width: 700px;
}

.location-grid-img{
    display: block;
    /*height: 400px;*/
    overflow: hidden;
    border-radius: 2rem;
    width: 100%;
    max-width: 700px;
    margin-top: 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 5rem;
}

.text-picture-section div.text-picture:nth-child(2){
    flex-direction: row-reverse;
}


.for-businesses-page .page-content-text{
    margin-top: 5rem;
}

.career-page .page-content-text{
    margin: 1rem 0 3rem;
}

.page-content-text,
.text-picture-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.page-content-text{
    padding: 0 3rem;
    text-align: justify;
}

.page-content-text .section-text__par{
    width: 90%;
}

.text-picture{
    gap: 4rem;
}
.text-picture .picture{
    display: flex;
    justify-content: end;
}

.text-picture-section div.text-picture:nth-child(2) .picture{
    justify-content: start;
}

.text-picture .picture div{
    width: 80%;
    border-radius: 3rem;
    overflow: hidden;
}

.text-picture .text{
    display: flex;
    justify-content: start;
}

.text-picture-section div.text-picture:nth-child(2) .text{
    justify-content: end;
}

.delivery-locations{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    gap: 3rem;
    width: 100%;
}

.delivery-locations > div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delivery-location-links{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 1rem;
}

.for-businesses-page .home-img :is(img){
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.delivery-location-links > a{
    min-width: 15rem;
}

.delivery-location-header{
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.copyright{
    font-size: .75rem;
    margin-top: .5rem;
}

.footer-address :is(address){
    display: flex;
    flex-direction: column;
    gap: .3rem;
    font-style: normal;
}

.slider-logos{
    display: flex;
}

section.slider{
    margin: 3rem 0 2rem;
}
.header-secondary--center > *{
    text-align: center;
}

/*    MEDIAS QUERIES    */
@media screen and (max-width: 430px) {


    .location-grid-img,
    .location-grid-img > img{
        min-height: 200px;
    }

    .active-location-content .contact-page{
        padding: 2rem 1rem!important;
    }

    .contact-page__location{
        /*bottom: 3%;*/
    }
}
@media screen and (max-width: 440px) {
    .sneak-peak-items__mobile{
        grid-template-rows: 120px 120px 187px;
        grid-template-columns: 1fr 1fr;
    }
    .sneak-peak-item__mobile4{
        background-position: top;
    }
}


@media screen and (max-width: 480px) {

    #nav-logo{
        width: 52px;
    }
    .footer .logo-wrapper{
        width: 72px;
    }
    .main-container{
        padding: 0 15px;
    }

    .main-container .form-container{
        padding: 0;
    }

    .breadcrumbs{
        padding-left: 1rem;
    }

    .product-grid{
        /*display: grid;*/
        /*grid-template-rows: 1fr 1fr;*/
        grid-template-columns: 150px 150px;
        /*grid-gap: 20px 20px;*/
        /*justify-content: center;*/
    }
    .product-grid div.container{
        height: 150px;
    }

    .grid-sneak-peek__all{
        /*display: grid;*/
        grid-template-rows: 300px 100px 150px 150px;
        grid-template-columns: 1fr 1fr 2fr;
        /*grid-gap: 20px 30px ;*/
        grid-template-areas:
            "text text text"
            "nada small side"
            "bigger bigger side"
            "bottom bottom sidebottom";
        justify-content: center;
    }

    .sneak-peek__text div.home-column{
        justify-content: center;
    }

    .header__secondary{
        font-size: 1.4rem;
        /*margin: 2rem 0;*/
        line-height: 1.7rem;
    }

    .latest-post-header{
        padding: 1rem .5rem .5rem;
    }

    .header__sneak{
        font-size: 1.4rem;
        margin: 1rem 0;
    }

    .home__wrapper{
        flex-flow: column-reverse wrap;
        gap: 2.5rem;
    }
    .home__wrapper div.home-column{
        gap: 2rem;
    }

    .home-img{
        height: 240px;
    }

    .home-img img{
        height: 100%;
    }
    .home-column{
        /*padding: 0 1rem;*/
    }
    .spacing-btn{
        margin-top: 1rem;
    }
    .upper-decor{
        padding: 10px 65px;
    }
    .section-divide__main{
        padding: 2rem 15px 0;
    }
    .delivery-info > div.header__secondary{
        padding: 0 10px;
    }
    .delivery-info p.header{
        font-size: 1rem;
    }
    .delivery-info div.wrapper{
        flex-flow: column nowrap;
    }

    .footer div.links a{
        font-size: .9rem;
    }
    .footer div.wrapper{
        width: 100%;
        padding: 0;
        /*margin-top: 30px;*/
    }
    .sneak-peek{
        display: flex;
        flex-direction: column;
    }
    .sneak-peek span.header__secondary{
        margin: .7rem;
    }
    .grid-sneak-peak__pictures{
        /*display: grid;*/
        grid-template-rows: 100px 150px;
        /*grid-template-columns: 1fr 1fr 1fr;*/
        grid-gap: 10px 10px;
        /*grid-template-areas:*/
        /*    "picture1 picture2 picture3"*/
        /*    "picture4 picture4 picture5";*/
        /*margin: 2rem 0;*/
    }

    .story-info__wrapper{
        /*min-width: 360px;*/
        gap: 20px;
        /*padding-right: 15px;*/
        /*padding-left: 15px;*/
        text-align: justify;
    }
    .sneak-peek__container{
        padding-bottom: 3rem;
    }

    .story-info__container{
        padding-top: 80px;
    }
    .contact{
        padding-top: 10rem;
    }
    .navigation-top{
        font-size: .85rem;
    }
    .inline-icon{
        width: 12px;
        vertical-align: middle;
    }
    .btn-wrapper__welcome.web{
        display: none;
    }
    .top-module-wrapper{
        width: 100%;
    }
    .section-text__par{
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .active-location-content{

        min-height: 24.688rem;
    }

}

@media screen and (min-width: 481px) {
    .home-img{
        width: 80%;
        height: 70%;
        border-radius: 3rem;
        overflow: hidden;
    }
}


@media screen and (min-width: 550px) {
    .top-module__img{
        max-width: 425px;
    }
}
@media screen and (max-width: 550px) {
    .contact-page-grid{
        gap: 2rem 1rem;
    }
    .contact-page{
        padding: 1rem 1rem 3rem !important;
    }
}

@media screen and (min-width: 600px) {
    .main-column{
        width: 50%;
        padding: 0;
    }
    .delivery-info div.img-wrapper{
        width: 500px;
        margin-right: 5rem;
    }
    .story-info__wrapper{
        width: 550px;
        gap: 30px;

    }


}

@media screen and (max-width: 600px) {
    .product-grid{
        grid-template-columns: 150px 150px;
    }
    .product-grid div.container{
        height: 150px;
    }
    /*.map{*/
    /*    display: flex !important;*/
    /*    gap: 10px;*/
    /*}*/
    /*.map > div{*/
    /*    width: 12px;*/
    /*}*/
    .menu-header{
        padding: 3rem 0 1rem;
    }
    .map-info{
        width: 100%;
    }



}

@media screen and (min-width: 691px) {
    .top-bar-opening-times__mobile{
        display: none;
    }
}

@media screen and (max-width: 690px) {
    .top-bar-opening-times{
        display: none;
    }
}

@media screen and (max-width: 766px) {
    .logo-wrapper img{
        width: 90px;
    }

    .delivery-location-links{
        flex-direction: column;
    }
}


@media screen and (min-width: 790px) {
    .footer-bottom{
        justify-content: center;
    }
    .footer-address{
        position: absolute;
        right: 1rem;
    }
}


@media screen and (max-width: 800px) {
    .menu-grid__wrapper.web{
        display: none;
    }
    .career-page .page-content-text .section-text__par{
        width: 90%;
    }

    .career-page .page-content-text{
        padding: 0;
    }
}

@media screen and (min-width:801px){
    .menu-grid__wrapper.mobile{
        display: none;
    }
}

@media screen and (min-width:601px) and (max-width: 820px)
{
    .product-grid{
        grid-template-columns: 250px 250px;
    }
    .product-grid div.container{
        height: 250px;
    }
}

/* tablet */
@media screen and (min-width: 767px){
    .top-module-wrapper{
        border-bottom-right-radius: 2rem;
        border-top-right-radius: 2rem;
    }
}
@media screen and (max-width: 1279px){
    .btn-wrapper__welcome{
        margin-top: 2rem;
    }
    .btn-wrapper__welcome.mobile{
        margin: 0 auto;
    }

    .welcome-content{
        padding-bottom: 1.5rem;
    }

}



@media screen and (max-width: 820px)
{
    .home__wrapper{
        flex-flow: column-reverse wrap;
        gap: 2.5rem;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 1rem;
    }

    .fresh-tag{
        width: 71px;
        bottom: -104%;
        right: -37%;
    }

    .product-categories__wrapper{
        gap: 1rem;
    }
    .product-categories{
        flex-direction: column;
    }
    .product-categories .w-half{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .welcome__container{
        /*height: 300px;*/
        padding: 15px;
        padding-top: 1rem;
        text-align: center;
    }
    .welcome__container h4{
        font-size: 1.3rem;
    }

    .welcome__container > h2{
        text-align: center;
        margin-bottom: 2rem;
    }

    .welcome__container .header__main{
        font-size: 2rem;
        padding: 0 15px;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
    .social-links{
        /*right: 0;*/
        /*justify-content: space-between;*/
        /*width: 100%;*/
        position: relative;
        right: 0;
        justify-content: center;
    }
    .media-icon > img{
        width: 25px;
    }
    .footer div.links{
        padding: 1rem 1rem;
        flex-wrap: wrap;
        gap: .7rem 1.5rem;
    }
    .main-container__pad{
        padding: 1rem;
    }
    .home-img{
        max-width: 338px;
        width: 100%;
    }
    .header__product-categories{
        font-size: 2rem;
        letter-spacing: 0.12rem;
        text-align: center;
    }
    .mamamia__wrapper{
        flex-direction: column;
        align-items: end;
    }

    .mamamia__img{
        top: 30%;
    }
    .mamamia-image{
        max-width: 200px;
    }
    .mamamia__wrapper .w-half.bg-mamamia{
        width: 200px;
        min-width: revert;
        margin-top: -5rem;
    }

    .menu-header{
        font-size: 1.7rem;
        /*padding: 6rem 0 3rem;*/
        /*padding-top: 0;*/
    }

    .inline-icon__mar-right{
        width: 15px;
    }
    .section-secondary__padding{
        padding-bottom: 2rem;
    }
    .delivery-text-section{
        max-width: 600px;
    }
    .product-detail-content__img{
        display: none;
    }
    .product-detail-content__text{
        width: 90%;
    }
    .single-product-price{
        margin-top: 1rem;
    }
    .single-product-price.web{
        display: none;
    }

    .text-picture,
    .text-picture-section div.text-picture:nth-child(2){
        flex-direction: column;
    }
    .text-picture .picture,
    .text-picture .text,
    .text-picture-section div.text-picture:nth-child(2) .picture,
    .text-picture-section div.text-picture:nth-child(2) .text{
        justify-content: center;
        width: 90%;
    }


}


@media screen and (max-width: 900px){
    .navigation{
        padding: .5rem 1rem;
        justify-content: space-between !important;
    }
    .home__wrapper .w-half,
    .mamamia__wrapper .w-half{
        width: 100%;
    }


}

@media screen and (max-width: 936px){
    #nav-logo{
        width: 52px;
    }
}

@media screen and (min-width: 900px)
{
    #mobile-burger{
        display: none;
    }
    .main-navbar{
        display: block;
        /*flex-grow: 1;*/
    }
}

@media screen and (max-width: 975px)
{
    .menu-grid{
        gap: 2rem 3rem;
    }
    .menu-item-circle{
        display: none;
    }
    .menu-item__text{
        margin-top: 1rem;
    }
}

@media screen and (max-width: 990px){
    .product-card__primary{
        max-width: 150px;
    }
    .category-wrapper h4{
        font-size: .8rem;
    }
}

@media screen and (min-width: 821px) and (max-width: 1000px)
{
    .welcome__container h2{
        font-size: 4rem;
        line-height: 3rem;
        margin-bottom: .8rem;
    }
}
@media screen and (max-width: 1160px)
{
    .navigation div.links div{
        margin: 7px;
    }
}

@media screen and (max-width: 1100px){
    .navigation div.links a,
    .navigation a.nav-map{
        font-size: .9rem;
        padding: 0;
    }
}

@media screen and (max-width: 1000px)
{
    .products-layout{
        flex-flow: row wrap;
    }


    .welcome-content{
        flex-direction: column;
        gap: 1rem;
        height: revert;
        align-items: center;
    }
    .btn-wrapper__welcome.web{
        display: none;
    }
    .top-module-text{
        padding: .5rem;
    }
    .top-module__img{
        height: 257px;
        right: revert;
        margin: 0;
        border-radius: revert;
    }
    .welcome__container .header__main{
        text-align: center;
        text-rendering: optimizeLegibility;
    }
    .welcome-text-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width: 550px){
    /*.mamamia__img{*/
    /*    top: 30%;*/
    /*}*/
    /*.mamamia-image{*/
    /*    max-width: 200px;*/
    /*}*/
    /*.mamamia__wrapper .w-half.bg-mamamia{*/
    /*    width: 200px;*/
    /*    min-width: revert;*/
    /*    margin-top: -5rem;*/
    /*}*/
    /*.menu-header{*/
    /*    padding-top: 0;*/
    /*}*/

}
@media screen and (min-width: 599px){
    .menu-header{
        padding-top: 0;
    }

}

@media screen and (max-width: 599px){
    .full-menu__section{
        margin-top: -3rem;
    }
}
@media screen and (min-width: 600px) and (max-width: 820px){
    .mamamia__wrapper .w-half.bg-mamamia{
        width: 300px;
    }
    .mamamia-image{
        max-width: 300px;
    }
    .mamamia__img{
        top: 24%;
    }
    .menu-header{
        padding-top: 1rem;
    }

}

@media screen and (max-width: 649px){
    .text-picture .picture div{
        width: 100%;
    }

    .for-businesses-page .page-content-text{
        padding: 0;
    }
}

@media screen and (min-width: 650px){
    .text-picture .picture div{
        width: 90%;
    }
}

@media screen and (max-width: 679px){
    .product-detail__img-mobile{
        height: auto;
    }
}
@media screen and (min-width: 551px) and (max-width: 1100px){
    /*.mamamia__wrapper .w-half.bg-mamamia{*/
    /*    width: 379px;*/
    /*    min-width: revert;*/
    /*}*/
}

@media screen and (max-width: 1100px){
    .grid-sneak-peak-new__pictures.web{
        display: none;
    }
    .sneak-peek__header{
        font-size: 2rem;
        letter-spacing: 0.03rem;
    }

    .sneak-peak-new__pictures.mobile > div:nth-child(1){
        padding: 1rem 0;
    }

    .mamamia__img{
        right: 4%;
    }
}

@media screen and (min-width: 1101px){
    .sneak-peak-new__pictures.mobile{
        display: none;
    }
}


@media screen and (min-width: 1001px) and (max-width: 1200px){
    .welcome-content{
        height: 425px;
    }
    .top-module__img{
        border-radius: 2rem;
    }
}

@media screen and (min-width: 651px) and (max-width: 1200px){
    .for-businesses-page .page-content-text{
        padding: 0 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .welcome-abstract-shape{
        display: none;
    }
    .top-module-wrapper{
        background-color: var(--purple-light);
    }

    .btn-main-link{
        font-weight: 700;
        padding: .8rem 1.9rem !important;
    }
    .top-module__img{
        height: 250px;
    }

    .for-businesses-page .page-content-text{
        margin-top: 4rem;
    }

}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .welcome__container .header__main{
        font-size: 3.7rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1220px) {

    .welcome__container h4{
        font-size: 2.1rem;
        line-height: 2.4rem;
    }



}

@media screen and (min-width: 1001px){
    .btn-wrapper__welcome.mobile{
        display: none;
    }
    .footer div.links {
        gap: 6rem;
    }
}


@media screen and (min-width: 1200px) {
    .story-info__wrapper{
        width: 1000px;
        gap: 40px;
    }
    .story-info__container div.img-wrapper{
        width: 500px;
    }
}

@media screen and (max-width: 420px){
    .bg-delivery{
        height: 305px;
    }
}

@media screen and (min-width: 421px) and (max-width: 820px){
    .home-column .header__secondary,
    .mamamia-text .header__secondary,
    .latest-post-section .header__secondary{
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .latest-post-header{
        padding: 2rem 1.5rem 0;
    }
    .home-column .section-text__par,
    .mamamia-text .section-text__par{
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    .bg-home{
        background-position: center;
        background-position-x: 10%;
    }
    .bg-delivery{
        height: 303px;
        background-position-x: -36%;
    }
    .for-businesses-page .bg-delivery{
        background-position-x: 8%;
    }

}
@media screen and (min-width: 421px) and (max-width: 479px){
    .bg-delivery{
        width: 357px;
    }
}
@media screen and (min-width: 480px) and (max-width: 820px){
    .bg-delivery{
        width: 410px;
    }
}

@media screen and (min-width: 821px){
    .header__product-categories{
        max-width: 500px;
    }
    .mamamia-text > *{
        max-width: 377px;
    }
    .delivery-text-section{
        max-width: 400px;
    }
    .product-detail__img-mobile{
        display: none;
    }

    .single-product-price.mobile{
        display: none;
    }

    .text-picture .picture,
    .text-picture .text{
        width: 50%;
    }
    .text-picture .text p{
        max-width: 80%;
    }
}

@media screen and (min-width: 821px) and (max-width: 1220px){
    .main-container__pad{
        padding-top: 4rem;
    }
    .home-column .header__secondary,
    .mamamia-text .header__secondary,
    .latest-post-section .header__secondary{
        font-size: 2.2rem;
        line-height: 2.3rem;
    }
    .home-column .section-text__par,
    .mamamia-text .section-text__par{
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
    .home-column .delivery-header.header__secondary{
        font-size: 1.5rem;
        line-height: 1.9rem;
        font-weight: 600;
    }
    .bg-delivery{
        width: 350px;
    }
    .bg-delivery > .home-img{
        position: relative;
        width: 90%;
        left: 5%;
    }
    .home-img{
        width: 75%;
        height: 73%;
    }
    .btn-main-link{
        font-weight: 600;
    }
    .header-main__all-caps{
        font-weight: 300;
    }
    .btn__product-categories{
        font-size: 1rem;
        padding: .8rem 1.7rem !important;
    }
    .product-categories__wrapper{
        gap:1.5rem;
    }
    .menu-header{
        padding: 5rem 0 4rem;
    }
}

@media screen and (min-width: 1221px){
    .bg-delivery{
        height: 419px;
    }
    .for-businesses-page .bg-delivery{
        height: 419px;
        width: 27vw;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1300px){
    .top-module__img{
        height: 288px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1600px){
    .mamamia-text,
    .mamamia-text > *{
        max-width: 500px;

    }
    .mamamia__wrapper > div:nth-child(1){
        display: flex;
        justify-content: center;
    }
    .product-categories__text{
        display: flex;
        justify-content: center;
    }
    .home-column .section-text__par,
    .mamamia-text .section-text__par{
        font-size: 1.1rem;
        line-height: 1.6rem;
        /*font-weight: 200;*/
    }
}

/* laptop */
@media screen and (min-width: 1201px) and (max-width: 1249px){
    .welcome-text-container .header__main{
        font-size: 3rem;
        line-height: 2.7rem;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1600px){
    .welcome-text-container .header__main{
        font-size: 3.7rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 1400px){
    .welcome-text-container{
        min-width: 430px;
    }
}


@media screen and (min-width: 1201px){
    #nav-logo{
        width: 60px;
    }
    .welcome-abstract-shape,
    .welcome-content{
        height: 500px;
        width: 84%;
    }

    .welcome-abstract-shape{
        left: 50%;
        transform: translateX(-50%);
    }
    .welcome-content{
        margin: 0 auto;
    }

    .welcome__container h4{
        font-size: 2.2rem;
    }

    .main-container__pad{
        padding-top: 4rem;
    }
    .home-column .header__secondary,
    .mamamia-text .header__secondary,
    .latest-post-section .header__secondary{
        font-size: 2.2rem;
        line-height: 2.3rem;
    }

    .latest-post-section .header__secondary{
        max-width: 80%;
    }

    .home-column .delivery-header.header__secondary{
        font-size: 1.9rem;
        font-weight: 800;
    }

    .home-img{
        width: 75%;
        height: 73%;
    }
    .for-businesses-page :is(.home-img){
        width: 100%!important;
        height: 73%;
    }
    .btn-main-link{
        font-weight: 600;
    }
    .header-main__all-caps{
        font-weight: 300;
    }
    .btn__product-categories{
        font-size: 1rem;
        padding: .8rem 1.7rem !important;
    }
    .product-categories__wrapper{
        gap:1.5rem;
    }
    .menu-header{
        padding: 5rem 0 4rem;
    }
    .grid-sneak-peak-new__pictures{
        max-width: 900px;
        margin: 0 auto;
        grid-template-rows: 100px 293px 70px 200px;
        grid-gap: 30px 30px;
    }
    .sneak-peak__header{
        font-size: 3rem;
        letter-spacing: 0.15rem;
    }
}

