.view-layout-content {
    padding-top: 1em;
}

.view-layout-container h1 {
    margin-bottom: 0.75em;
    font-size: 2.5em;
    line-height: 50px;
}

.app-navbar h1 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.5em;
    line-height: 50px;
}

h1 {
    font-family: "Caveat", sans-serif;
}

#back-button {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1;
}

#vacation, #menu-date {
    text-align: center;
    line-height: initial;
}

#vacation {
    font-size: 16px;
    margin-bottom: 20px;
}

#menu-date {
    font-size: 18px;
    display: none;
}

#alert {
    background-color: palevioletred;
    border-radius: 20px;
    padding: 20px;
    margin: 16px 0;

    & h2 {
        font-size: 18px;
    }

    & * {
        text-align: justify;
        font-weight: bold;
    }

    & > *:last-child {
        margin-top: 5px;
    }
}

span.title span.new {
    background-color: mediumpurple;
    padding: 5px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    color: white;

    &:after {
        content: "Nouveau";
    }
}

.view-layout-container {
    &:not(.show-allergens) .product .tags {
        display: none;
    }

    & .product.align-items-center {
        align-items: revert;
    }

    & footer {
        width: unset;
        padding: 0 5px;
        text-align: center;
        gap: 5px;
        margin-bottom: 10px;

        & #show-allergens {
            display: block;
            margin: 0 auto 10px auto;
            background: darkgray;
            border-radius: 10px;
            padding: 5px 15px;
            font-weight: bold;
            color: white;
            text-transform: uppercase;
            font-family: Work Sans;
            font-size: 12px;
        }
    }
}