﻿.cookies__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 0;
    background-color: var(--brown);
    color: #fff;
}

    .cookies .container {
        position: relative;
        z-index: 1;
    }

    .cookies p {
        margin-bottom: 2rem;
    }

    .cookies .button {
        background-color: var(--gold) !important;
        color: var(--white) !important;
        margin-right: 2rem;
        background-image: none !important;
    }
