body {
    background-image: url("../images/background-LrDZHG_.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: black;
    a {
        color: black;
    }
    font-family: Cinzel;
    font-size: medium;
    font-weight: 600;
    font-optical-sizing: auto;
}

header {
    border-bottom: 1px solid lightgrey;
    .container {
        .logo {
            width: 70px;
        }
        .nav-link{
            color: black !important;
        }
    }
}


footer, header {
    background-color: rgba(254,246,238, 0.5);
}

main {
    >.container {
        background-color: rgba(254,246,238, 0.5);
    }

    #productCarousel{
        .card{
            background-color: inherit;
        }
        img {
            width: 400px;
            max-width: 100%;
            height: auto;
            object-fit: cover;
        }
        .carousel-inner {
            right: 0;
            bottom: 0;
            padding: 0;
            margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 13%;
            width: auto;
        }

        @media (max-width: 767.98px) {
            .carousel-inner {
                margin-right: 0;
                margin-left: 0;
            }
        }
    }
}

@media (max-width: 991.98px) {
    .navbar-header {
        min-height: 70px;
    }
}

.story {
    max-width: 700px;
    margin: auto;
    text-align: center;
    line-height: 1.7;
}

.story hr {
    margin: 2rem auto;
    width: 60%;
}

.cookie-consent-overlay[hidden] {
    display: none;
}

.cookie-consent-overlay {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
}

.cookie-consent {
    width: 100%;
    max-width: 480px;
}
