h1,
h2 {
    font-family: "forma-djr-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 22px;
}

body {
    font-family: "forma-djr-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #595959;
    margin: 0;
    line-height: 1.5rem;
    font-size: 18px;
    letter-spacing: 1.2px;
    scroll-behavior: smooth;
}

.header {
    display: flex;
    width: 100%;
    position: fixed;
    height: 60px;
    top: 0;
    background-color: white;
    z-index: 100;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 0 0 6px 0 #00000030;
}

.header>a>.header__logo {
    width: 117px;
    height: 35.5px;
    margin-top: 8px;
}

.header .menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    background-color: white;
    gap: 24px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 27px;
    text-decoration: none;
}

.header .menu .menu__link {
    text-decoration: none;
    color: #595959;
}

.header__loginIcon,
.header__menuIcon {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.header .menu .active {
    color: #C9B06A;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1%;
    width: 80%;
    border-top: 1px solid #C9B06A;
}

.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: #C9B06A;
}

.footer_first-row {
    display: flex;
    column-gap: 32px;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_first-row .footer__link {
    text-decoration: none;
    cursor: pointer;
    color: #595959;
    font-size: 16px;
}

.footer_first-row>.footer__link:hover {
    text-decoration: underline;
}

.footer_second-row {
    display: flex;
    gap: 12px;
    align-items: first baseline;
}

.footer_second-row>img {
    width: 72px;
}

.footer_second-row>.footer__link>img {
    width: 26px;
}

a {
    text-decoration: none;
}

.bold-text {
    font-weight: bold;
}

.white-button-text {
    color: white;
    font-size: 25px;
    text-align: center;

}

.loadingiconsmall {
    display: none;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

.black-button-text {
    color: black;
    font-size: 25px;
}

.sub-header {
    font-size: 20px;
}

.no-margin {
    margin: 0;
}

.no-top-margin {
    margin-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.white-text {
    color: white
}

.image-banner {
    width: 100%;
    height: 20vh;
}

.horizontal-line {
    background-color: #C9B06A;
    width: 80%;
    margin: 40px auto 40px auto;
    border: none;
    height: 1px;
}

main {
    margin-top: 60px;
}

.site-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;

}

.wine-card-heading {
    font-size: 45px;
    font-family: "bely-display", sans-serif;
    font-weight: 400;
    margin: 10px 0;
    padding-left: 7px;
}

.wine-card-heading-large {
    font-size: 50px;
    font-family: "bely-display", sans-serif;
    font-weight: 400;
    margin: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    width: 100%;
}

.wine-card-price {
    font-size: 35px;
    text-align: end;
    margin: 0 10px 20px 0;
    font-weight: bold;
}

.wine-card-small-price {
    text-align: end;
    margin: 0 10px 10px 0;
}

.wine-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px 2px #00000020;
    padding: 15px;
    box-sizing: border-box;
    max-width: 420px;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.wine-card::after {
    content: '';
    position: absolute;
    height: 97%;
    width: 96%;
    background: none;
    box-shadow: 0 0 0 1px #C9B06A50;
    border-radius: inherit;
}

.wine-card-no-shadow {
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    background: white;
    max-width: 420px;
    border-radius: 4px;
    color: #595959;
}

.continue-button {
    display: flex;
    justify-content: center;
    background: #C9B06A;
    width: 100%;
    color: white;
    padding: 0 40px;
    box-sizing: border-box;
    min-height: 52px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.continue-button-white {
    display: flex;
    justify-content: center;
    background: white;
    width: 100%;
    max-width: 400px;
}

.wine-card a {
    color: #595959;
}

.continue-button-white:hover {
    cursor: pointer;
    background-color: #ddd;
}

.wine-card:hover .product-hover,
.wine-card-no-shadow:hover .wine-image {
    transform: scale(1.02);
    cursor: pointer;
    transition: 0.1s ease-in-out;
}

.wine-card:hover::after {
    box-shadow: 0 0 0 1px #C9B06A;
}

.wine-card:hover .continue-button,
.continue-button:hover {
    background-color: #887748;
    cursor: pointer;
}

.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.input-gold {
    border: 1px solid #C9B06A;
    padding: 22px;
    box-sizing: border-box;
    width: 100%;
    background: white;
    border-radius: 0;
    cursor: pointer;
}

.input-gold select {
    color: #000;
}

@media (max-width: 740px) {
    .input-gold {
        appearance: none;
        -webkit-appearance: none;
        color: black;
        touch-action: manipulation;

    }
}


.text-area-gold {
    border: 1px solid #C9B06A;
    padding: 22px;
    box-sizing: border-box;
    width: 100%;
}

.social {
    display: flex;
    align-items: center;
}

.input-header {
    position: absolute;
    top: -15px;
    left: 10px;
    padding: 0 5px;
    background-color: white;
    box-sizing: border-box;
    font-size: 14px;
}

.input_error-label {
    font-size: 14px;
    color: red;
    margin: 2px 0 0 0;
}

.text-area-wrapper {
    position: relative;
}

.text-area-wrapper .text-header {
    position: absolute;
    top: -12px;
    left: 10px;
    background-color: white;
    font-size: 14px;
    padding: 0 5px;
}

.input-date {
    display: flex;
    width: 100%;
    gap: 8px;
}

.input-date>* {
    flex: 1;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bread-crumbs>a {
    text-decoration: none;
    color: #595959;
}

.bread-crumbs>a:hover {
    cursor: pointer;
    box-shadow: 0 1px 0 #595959;
}

.bread-crumbs>p {
    margin: 0;
}

.acceptCookieOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
}

.acceptCookieBanner {
    width: 90%;
    max-height: 90%;
    overflow: scroll;
    background: white;
    border-radius: 20px;
    z-index: 10000;
}

.acceptCookieBanner div {
    display: flex;
}

.acceptCookieBannerRow {
    margin: 20px;
}

.acceptCookieBannerColumn>p {
    font-size: 16px;
}

.acceptCookieBannerRow:first-child {
    margin: 20px 20px 0;
}

.acceptCookieBannerRow:last-child {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px 20px;
}

.acceptCookieBannerColumn {
    flex-direction: column;
}

.acceptCookieHeader {
    margin: auto 5px 0 0;
}

.acceptCookieBanner .button {
    margin-top: 20px;
    width: 100%;
}

.acceptCookieBanner .button--secondary {
    border: none;
    color: #595959;
    background: white;
    box-shadow: 0 0 0 1px #C9B06A;
}

.acceptCookieBanner .button--secondary:hover {
    cursor: pointer;
    background: #E1E1E1;
}


.acceptCookieBanner .button--primary {
    border: none;
    color: white;
    background: #C9B06A;
}

.acceptCookieBanner .button--primary:hover {
    cursor: pointer;
    background: #887748;
}

.acceptCookieBanner .button--primary,
.acceptCookieBanner .button--secondary {
    padding: 8px 16px;
    border-radius: 2px;
}

@media (min-width: 400px) {
    .wine-card-heading-large {
        width: 80%;
    }

}


@media(min-width: 720px) {
    .image-banner {
        height: 30vh;
    }

    .site-wrapper {
        width: 550px;
    }

    .wine-card-heading-large {
        width: 75%;
    }

}

@media(min-width: 1200px) {
    body {
        font-size: 20px;
        line-height: 1.8rem;
    }

    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 40px;
    }

    main {
        margin-top: 80px;
    }

    .header {
        justify-content: flex-start;
        height: 80px;
        padding: 0 64px;
    }

    .header .menu {
        display: flex;
        position: unset;
        flex-direction: row;
        width: fit-content;
        margin: 0 100px 0 auto;
        padding: 0;
        align-items: center;
        gap: 60px;
        font-size: 24px;
    }

    .header__menuIcon {
        outline: 1px solid red;
        display: none;
    }

    .image-banner {
        height: 40vh;
    }

    .sub-header {
        font-size: 22px;
    }

    .site-wrapper {
        width: 900px;
    }

    .wine-card-price {
        font-size: 47px;
    }

    .white-button-text {
        font-size: 25px;
    }

    .wine-card-no-shadow {
        display: flex;
        flex-direction: column;
        padding: 15px;
        box-sizing: border-box;
        background: white;
        max-width: 295px;
    }

    .choicebutton {
        width: 248px;
        margin-right: 10px;
    }

    .choicebutton.choicebutton--selected {
        width: 250px;
    }

    .acceptCookieBanner {
        width: 550px;
        overflow: hidden;
    }

    .acceptCookieBanner .button {
        width: max-content;
    }

    .button.button--combinationDevice {
        padding: 0;
    }
}