@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@font-face {
    font-family: 'Stratum';
    src: url('../fonts/Stratum1-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Stratum1-Thin.otf') format('opentype'),
    url('../fonts/Stratum1-Thin.woff') format('woff'), url('../fonts/Stratum1-Thin.ttf') format('truetype'), url('../fonts/Stratum1-Thin.svg#Stratum1-Thin') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum';
    src: url('../fonts/Stratum1-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Stratum1-Light.otf') format('opentype'),
    url('../fonts/Stratum1-Light.woff') format('woff'), url('../fonts/Stratum1-Light.ttf') format('truetype'), url('../fonts/Stratum1-Light.svg#Stratum1-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum';
    src: url('../fonts/Stratum1-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Stratum1-Regular.otf') format('opentype'),
    url('../fonts/Stratum1-Regular.woff') format('woff'), url('../fonts/Stratum1-Regular.ttf') format('truetype'), url('../fonts/Stratum1-Regular.svg#Stratum1-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum';
    src: url('../fonts/Stratum1-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Stratum1-Medium.otf') format('opentype'),
    url('../fonts/Stratum1-Medium.woff') format('woff'), url('../fonts/Stratum1-Medium.ttf') format('truetype'), url('../fonts/Stratum1-Medium.svg#Stratum1-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum';
    src: url('../fonts/Stratum1-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Stratum1-Bold.otf') format('opentype'),
    url('../fonts/Stratum1-Bold.woff') format('woff'), url('../fonts/Stratum1-Bold.ttf') format('truetype'), url('../fonts/Stratum1-Bold.svg#Stratum1-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum';
    src: url('../fonts/Stratum1-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Stratum1-Black.otf') format('opentype'),
    url('../fonts/Stratum1-Black.woff') format('woff'), url('../fonts/Stratum1-Black.ttf') format('truetype'), url('../fonts/Stratum1-Black.svg#Stratum1-Black') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Regular.otf') format('opentype'),
    url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype'), url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratPro';
    src: url('../fonts/AkkuratPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AkkuratPro-Regular.otf') format('opentype'),
    url('../fonts/AkkuratPro-Regular.woff') format('woff'), url('../fonts/AkkuratPro-Regular.ttf') format('truetype'), url('../fonts/AkkuratPro-Regular.svg#AkkuratPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratPro';
    src: url('../fonts/AkkuratPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AkkuratPro-Light.otf') format('opentype'),
    url('../fonts/AkkuratPro-Light.woff') format('woff'), url('../fonts/AkkuratPro-Light.ttf') format('truetype'), url('../fonts/AkkuratPro-Light.svg#AkkuratPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratPro';
    src: url('../fonts/AkkuratPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AkkuratPro-Bold.otf') format('opentype'),
    url('../fonts/AkkuratPro-Bold.woff') format('woff'), url('../fonts/AkkuratPro-Bold.ttf') format('truetype'), url('../fonts/AkkuratPro-Bold.svg#AkkuratPro-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

:root {
    --theme-black: #000000;
    --theme-grey: #4c4e56;
    --theme-beige: #f4f6f0;
    --text-white: #FFF;
    --theme-gold: #ac8f55;
    --theme-gold-hover: #936f2a;
    --theme-red: #a9100c;
}

html {
    scroll-snap-type: y mandatory;
}

body {
    background-color: var(--theme-beige);
    color: var(--theme-grey);
    font-family: AkkuratPro, sans-serif;
}

body.blog-list {
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.with-reflection {
    /*-webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.1));*/
}

.vimeo-video-wrapper {
    pointer-events: none;
    background: url('../img/video-thumb.jpg') center center / cover no-repeat;
}

@media (max-width: 767.98px) {
    .vimeo-video-wrapper {
        background-image: url('../img/video-thumb-mobile.jpg');
    }
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
}

.video-logo {
    max-width: 90%;
    height: auto;
}

.dropdown-menu {
    background-color: var(--theme-beige);
}

.alert {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section#connect {
    background: url("../img/connect-wallpaper.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.video-logo {
    width: 340px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Stratum", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

h6 {
    font-size: 0.95em;
}

p, li {
    /*font-size: 1.2em;*/
    font-weight: 300;
}

p a {
    color: var(--theme-gold);
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.remove-bg {
    mix-blend-mode: multiply;
}

h2.abril-fatface-regular {
    font-size: 2.5em;
}

.abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
}

.stratum {
    font-family: "Stratum", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.akkurat-pro {
    font-family: "AkkuratPro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.display-7 {
    font-size: 3.5em;
}

.display-8 {
    font-size: 4em;
}

.display-9 {
    font-size: 6em;
}

.display-10 {
    font-size: 8em;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.bg-grey {
    background-color: var(--theme-grey);
}

.bg-subtle-grey {
    background-color: #E0E0D1;
}

.text-grey {
    color: var(--theme-grey);
}

.bg-beige {
    background-color: var(--theme-beige);
}

.text-red {
    color: var(--theme-red);
}

.text-transform-none {
    text-transform: none;
}

.bg-gold {
    background-color: var(--theme-gold);
}

.text-gold {
    color: var(--theme-gold);
}

.text-shadow {
    text-shadow: 1px 1px 15px #000;
}

.d-stretch-items {
    align-items: stretch;
    justify-content: space-between;
}

.bg-gradient-1 {
    background: linear-gradient(90deg, var(--theme-red), var(--theme-gold));
}

#site-header {
    background-color: var(--theme-beige);
    padding-top: 60px;
    position: fixed;
    width: 100%;
    z-index: 9990;
}

#site-header .nav {
    margin: 9px 0 14px 0;
}

#mobileMenu .nav-link,
#site-header .nav-link {
    color: var(--theme-grey);
    font-family: "Stratum", sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 2px 12px 0 12px;
    line-height: 26px;
}

#mobileMenu .nav-link i {
    width: 20px;
    text-align: center;
}

#proeverijen-details .nav-link.active,
#site-header .nav-link.active {
    background: var(--theme-gold);
    color: var(--text-white);
}

#site-header .nav-link {
    color: var(--theme-grey);
}

#site-logo {
    top: -75px;
    left: 50%;
    margin-left: -120px;
}

#usp-bar {
    background: var(--theme-grey);
    color: var(--text-white);
    font-family: "Stratum", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 0;
}

#usp-bar li.list-inline-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usp-list li {
    display: none;
}

.usp-list li.visible {
    display: block;
}

.webshop #usp-bar {
    background: var(--theme-gold);
}

#main {
    padding-top: 130px;
}

.background-cover {
    background-size: cover;
}

.background-center {
    background-position: center;
}

.scroll-snap section {
    scroll-snap-align: start;
}

.vh-50 {
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.mt-md-200-neg {
    margin-top: -200px;
}

.vh-full {
    height: 100vh;
    overflow: hidden;
    padding-top: 60px;
    position: relative;
}

.vh-100-full {
    height: 100vh;
    overflow: hidden;
    position: relative;
    /*margin-top: -150px;*/
    /*margin-bottom: 150px;*/
    z-index: 9995;
}

.vh-100-full .logo-overlay {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
}

.vh-100-full video {
    min-height: 100%;
    min-width: 100%;
}

.vh-100-full .scroll-to-next-section,
.vh-full .scroll-to-next-section {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 99;
}

.scroll-to-next-section i {
    font-weight: 400;
}

.vh-100-full .scroll-to-next-section {
    z-index: 102;
}

.vh-100-full .scroll-to-next-section a,
.vh-full .scroll-to-next-section a {
    color: #fff;
}

.bg-beige .scroll-to-next-section a {
    color: var(--theme-grey);
}

.homepage #main {
    padding-top: 0 !important;
}

#homepage-video {
    position: relative;
    overflow: hidden;
}

#homepage-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#homepage-video #toggle-sound {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 105;
}

.circles {
    height: 150px;
    position: absolute;
    width: 150px;
    bottom: -50px;
    left: 50%;
    margin-left: -75px;
    z-index: -1;

}

.vh-100-full .scroll-to-next-section .circles > div,
.vh-full .scroll-to-next-section .circles > div {
    background-color: #fff;
}

.list-style-none {
    list-style: none;
}

.bg-beige .scroll-to-next-section .circles > div,
.bg-beige .scroll-to-next-section .circles > div {
    background-color: var(--theme-grey);
}

.circles > div {
    animation: growAndFade 3s infinite ease-out;
    background-color: dodgerblue;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.circles .circle1 {
    animation-delay: 1s;
}

.circles .circle2 {
    animation-delay: 2s;
}

.circles .circle3 {
    animation-delay: 3s;
}

.vh-full.has-wallpaper {
    background-size: cover;
    background-position: center;
}

.wines-of-the-month {
    background: var(--theme-gold);
    position: relative;
}

.wines-of-the-month .wine .image {
    width: 100%;
    height: 220px;
    display: block;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
}

.wines-of-the-month-mobile .wof-badge,
.wines-of-the-month .wof-badge {
    top: 300px;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
}

.wines-of-the-month-mobile .wof-badge {
    top: 60px;
    margin-left: -145px;
}

.wines-of-the-month-mobile .wof-badge h2 {
    z-index: 1;
    line-height: 36px;
    margin-top: 5px;
}

.wines-of-the-month .wof-to-webshop {
    position: absolute;
    bottom: 200px;
    width: 100%;
    left: 0;
    text-align: center;
}

.wines-of-the-month-mobile .sticker,
.wines-of-the-month .sticker {
    width: 120px;
    height: 120px;
    background: #941D23;
    border-radius: 60px;
    text-align: center;
    right: -80px;
    top: 0;
}

.wines-of-the-month-mobile .sticker span {
    font-size: 22px;
}

.wines-of-the-month .bg-panel {
    height: 100%;
    width: 100%;
    bottom: -100%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    background-size: cover;
    background-position: center;
}

.wines-of-the-month .left-panel {
    background: var(--theme-gold);
    height: 100%;
    left: -50%;
    width: 50%;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: 3;
}

.wines-of-the-month .left-panel img {
    margin: 70px 100px 0 0;
}

.wines-of-the-month .right-panel {
    height: 100%;
    right: -50%;
    width: 50%;
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: 3;
    padding-top: 200px;
}

.wines-of-the-month .right-panel .content {
    top: 25%;
    position: absolute;
    width: 50%;
    left: 10%;
}

.wines-of-the-month .right-panel .content a[data-action="hide-wine-of-the-month"] {
    background: #fff;
    color: var(--theme-gold);
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}

.wines-of-the-month .theme-button-a {
    z-index: 1;
}

.gold-sticker {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: var(--theme-gold);
    color: #fff;
}

.red-sticker {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: var(--theme-red);
    color: #fff;
}

.bg-half-gold-half-flowers {
    background: linear-gradient(
            to right,
            var(--theme-gold) 0%,
            var(--theme-gold) 50%,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0) 100%
    ), url('../img/flower-bg.jpg');
}

.bg-half-gold-half-winefield {
    background: linear-gradient(
            to right,
            var(--theme-gold) 0%,
            var(--theme-gold) 50%,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0) 100%
    ), url('../img/wallpaper-brennfleck.webp');
}

.bg-half-gold-half-glass-lead {
    background: linear-gradient(
            to right,
            var(--theme-gold) 0%,
            var(--theme-gold) 50%,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0) 100%
    ), url('../img/glass-lead-bg.jpg');
}

.dancing-couple {
    background: url('../img/dancing-couple.png');
    background-size: contain;
    width: calc(300px / 2);
    height: calc(530px / 2);
}

.wines-of-the-month .sticker span {
    font-size: 1.4em;
    line-height: 1em;
    top: -6px;
    position: relative;
}

.wines-of-the-month h2 {
    z-index: 1;
    margin-top: 4px;
    line-height: 36px;
}

.theme-button-a.bottom {
    position: absolute;
    bottom: 100px;
}

.theme-button-a {
    background: #4C4E56;
    color: #fff;
    font-family: 'Stratum', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 8px;
    text-decoration: none;
}

.theme-button-a i {
    margin-left: 6px;
}

.theme-button-a:hover {
    color: #fff;
    text-decoration: none;
}

@keyframes growAndFade {
    0% {
        opacity: 0.25;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.wines-of-the-month-badge .sticker {
    width: 120px;
    height: 120px;
    background: #941D23;
    border-radius: 60px;
    text-align: center;
    right: -50px;
    top: 0;
}

.wines-of-the-month-badge .sticker span {
    font-size: 1.4em;
    line-height: 1em;
    top: -6px;
    position: relative;
}

.wines-of-the-month-badge h2 {
    z-index: 10;
    line-height: 36px;
    margin-top: 5px;
}

.wines-of-the-month-variant-b .product .img-container {
    width: 200px;
    display: flex;
    justify-content: center;
    float: left;
}

.wines-of-the-month-variant-b .product .image {
    width: auto;
    height: 375px;
    margin-top: -20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.wines-of-the-month-variant-b .product .content {
    padding-left: 200px;
}

.wines-of-the-month-variant-b .product:after {
    content: "";
    display: block;
    clear: both;
}

.add-to-cart {
    color: #fff;
    font-family: "Stratum", sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 8px
}

button.add-to-cart {
    border: none;
}

.add-to-cart.red {
    background: var(--theme-red);
}

.add-to-cart.gold {
    background: var(--theme-gold);
}

.truncate-two-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#webshop-products {
    position: relative;
}

@keyframes blinkBackground {
    0% {
        background-color: rgba(0, 0, 0, 0.05);
    }
    50% {
        background-color: rgba(0, 0, 0, 0.1);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.05);
    }
}

#products-list .product .product-placeholder {
    animation: blinkBackground 1.5s infinite ease-in-out;
    height: 430px;
}

#products-list .product .image {
    width: 100%;
    height: 220px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}

#webshop-products .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-beige);
    opacity: 0.6;
    cursor: wait;
    z-index: 10;
}

.webshop-filter {
    top: 170px;
    z-index: 1;
}

.filter-group .form-check-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.filter-toggle.collapsed:after {
    content: "\f078";
}

.filter-toggle:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    float: right;
}

.loading {
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    cursor: wait;
    background: rgba(242, 242, 231, 0.7);
}

.modal-content {
    border-radius: 0;
}

.modal-backdrop.show {
    opacity: 0.4;
    z-index: 9995;
}

.btn-gold {
    background: var(--theme-gold);
    color: #fff;
    padding: 4px 6px 2px 6px;
    text-decoration: none;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-family: "Stratum", sans-serif;
}

.btn-gold i {
    margin-top: 2px;
}

.btn-grey {
    background: var(--theme-grey);
    color: #fff;
    padding: 4px 6px 2px 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Stratum", sans-serif;
}

.page-link.active {
    background-color: var(--theme-gold);
    border-color: var(--theme-gold);
}

.page-link {
    color: var(--theme-gold);
}

.page-link:hover {
    color: var(--theme-gold-hover);
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}

#product-details .image {
    height: 660px;
    width: 80%;
    display: block;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    margin: 20px auto;
}

.fa.circle-around {
    border: 1px solid var(--theme-grey);
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
}

.bg-grey .fa.circle-around {
    border: 1px solid #fff;
}

.product-page .add-to-cart-qty,
#product-details .add-to-cart-qty {
    position: relative;
    height: 33px;
    text-align: center;
}

.add-to-cart-form .input-group {
    background: var(--theme-beige);
    max-width: 120px;
    margin-right: 5px;
    float: left;
}

a[data-action="add-to-cart"].disabled {
    cursor: wait;
    opacity: 0.2;
}

.add-to-cart-form .btn-minus, .add-to-cart-form .btn-plus {
    height: 33px !important;
    width: 33px !important;
}

.dismiss-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--theme-beige);
    color: var(--theme-grey);
    text-decoration: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    text-align: center;
    z-index: 99;
}

#proeverijen h1 {
    color: var(--theme-beige) !important;
    position: absolute;
    width: 100%;
    top: 60%;
    margin-top: -300px;
    line-height: 135px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#proeverijen .large-circle {
    background: var(--theme-grey);
    color: var(--theme-beige);
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 100%;
    font-family: "Stratum", sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    padding-top: 68px;
    position: absolute;
    z-index: 10;
}

#proeverijen .large-circle:hover {
    background: var(--theme-gold);
}

#proeverijen #tasting-circle-1 {
    left: 10%;
    top: 15%;
}

#proeverijen #tasting-circle-2 {
    right: 15%;
    top: 15%;
}

#proeverijen #tasting-circle-3 {
    bottom: 10%;
    right: 25%;
}

#tastings-register {
    display: inline-block;
    background: var(--theme-gold);
    color: var(--text-white);
    text-decoration: none;
    padding: 2px 0;
    font-family: "Stratum", sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 200px;
    left: 50%;
    width: 180px;
    text-align: center;
    margin-left: -100px;
}

.image-quote {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.image-quote h2 {
    font-size: 3em;
}

.min-height-400 {
    min-height: 400px;
}

.left-100 {
    left: 100px;
}

.letter-spacing-10 {
    letter-spacing: 10px;
}

#blog-list .hidden-post {
    position: relative;
    bottom: -200px;
    opacity: 0;
}

#age-check-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 9998;
}

#age-check-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
}

.age-check-button {
    background: #F2F2E7;
    color: #4C4E55;
    font-family: "Stratum", sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    padding: 15px 24px;
    text-decoration: none;
}

.account-link i,
.shopping-cart-link i {
    font-size: 24px;
    color: var(--theme-grey);
}

.shopping-cart-link {
    position: relative;
}

.shopping-cart-link .count {
    background: var(--theme-gold);
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    position: absolute;
    top: -12px;
    left: -0;
}

.age-check-button:hover {
    text-decoration: none;
}

.cart-table td img {
    max-height: 100px;
    width: auto;
}

#shopping-cart input.count,
.cart-table input.count {
    border: 1px solid var(--theme-grey);
    height: 30px;
    width: 140px !important;
    max-width: 140px !important;
}

#shopping-cart input.count {
    margin-left: 5px;
}

#shopping-cart input.count,
.cart-table input.count,
.update-cart-qty input {
    border: 1px solid var(--theme-grey);
    background: none;
    font-family: "Stratum", sans-serif;
    font-size: 16px;
    font-weight: 600;
    max-width: 80px;
    padding: 0;
}

.add-to-cart-form .btn-minus, .add-to-cart-form .btn-plus,
.update-cart-qty .btn-minus, .update-cart-qty .btn-plus {
    background: none;
    border-radius: 0;
    border: 1px solid var(--theme-grey);
    min-width: 30px !important;
    width: 30px;
    padding: 0;
    height: 30px;
}

.add-to-cart-form .btn-minus:hover, .add-to-cart-form .btn-plus:hover,
.update-cart-qty .btn-minus:hover, .update-cart-qty .btn-plus:hover {
    color: var(--theme-grey);
}

.exception-no-1208 {
    font-family: "AkkuratPro", sans-serif;
    font-size: 12px;
    font-weight: lighter;
    text-transform: none;
    margin-top: -6px;
    display: block;
}

.exception-no-1209 {
    margin-top: -6px;
    display: block;
    font-size: 12px;
}

button.disabled {
    background: #a0a0a0 !important;
    color: #6d6d6d !important;
    cursor: wait;
}

.form-control {
    background: none;
    border: 1px solid var(--theme-grey);
    border-radius: 0;
}

.discount-progress {
    background: #a1a1a1;
    border-radius: 8px;
    height: 12px;
    position: relative;
    width: 100%;
}

.discount-progress .bar {
    background: var(--theme-grey);
    border-radius: 8px;
    height: 12px;
    position: relative;
    transition: all 0.5s ease;
}

.discount-progress .bar .ball {
    background: var(--theme-grey);
    border-radius: 16px;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: -10px;
    z-index: 1;
}

.discount-progress .goal {
    background: #a1a1a1;
    border-radius: 16px;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: -10px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.discount-progress .goal i {
    position: absolute;
    left: 6px;
    top: 8px;
    z-index: 2;
}

.input-group-text {
    border: 1px solid #000;
    background: none;
    border-radius: 0;
}

.form-select {
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 0;
}

#footer {
    background: var(--theme-grey);
    color: var(--text-white);
}

#footer h5 {
    font-weight: 600;
}

#footer a.instagram {
    color: var(--text-white);
    text-decoration: none;
}

#footer a.instagram i {
    background: #fff;
    color: var(--theme-grey);
    width: 45px;
    border-radius: 100%;
    height: 45px;
    text-align: center;
    line-height: 44px;
}

#footer a.instagram span {
    top: -6px;
    position: relative;
}

.overflow-y-scroll::-webkit-scrollbar {;
    -webkit-appearance: none;
    width: 10px;
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--theme-gold);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.overflow-scroll::-webkit-scrollbar-track {
    background: transparent; /* Ensure it matches the background */
    border-radius: 4px;
}

#help-mij-kiezen .modal-content a.pick-item:hover {
    background: var(--theme-gold);
    color: #fff;
}

#help-mij-kiezen .modal-content .pick-item.pick-usage {
    height: 140px;
}

#help-mij-kiezen .modal-content a.pick-item img {
    transform: scale(1.8);
    transition: transform 0.3s ease;
}

#help-mij-kiezen .modal-content a.pick-item :hover {
    transform: scale(2.0);
}

#help-mij-kiezen .modal-content a.pick-item:hover img {
    filter: invert(100%) brightness(200%);
}

.large-progress-bullet {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    background: var(--theme-grey);
}

.small-progress-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: var(--theme-grey);
}

.border-theme-grey {
    border-color: var(--theme-grey) !important;
}

.true-square-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.square-img-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

.narrow-img-wrapper {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    position: relative;
}

.true-square-img-wrapper img,
.square-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wines-of-the-month-variant-b .image,
a[data-action="show-wine-of-the-month"] img {
    transition: transform 0.6s ease-in-out, filter 0.6s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center; /* important: rotate from center */
}

.wines-of-the-month-variant-b .image:hover,
a[data-action="show-wine-of-the-month"]:hover img {
    /*transform: scale(1.05) rotate(2deg);*/
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.05);
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    display: none !important;
}

#tasting-events {
    background: #fff;
    display: none;
    position: absolute;
    width: 90%;
    height: 99%;
    top: 2px;
    z-index: 5;
    border-radius: 2px;
}

#tasting-events .dismiss {
    background: var(--theme-grey);
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
}

/* Flatpickr */
.flatpickr-calendar {
    border-radius: 0 !important;
}

.flatpickr-weekdays {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 6px;
}

.flatpickr-day {
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    max-width: none !important;
}

.flatpickr-day.flatpickr-disabled {
    color: #393939 !important;
}

.flatpickr-day.selected:hover,
.flatpickr-day.selected {
    border-color: #ddd !important;
}

.flatpickr-day.available:hover,
.flatpickr-day.available {
    background: var(--theme-gold) !important;
    color: #fff !important;
}

.flatpickr-day.not-available:hover,
.flatpickr-day.not-available {
    background: var(--theme-grey) !important;
    color: #fff !important;
}

.legend {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.legend.not-available {
    background: var(--theme-grey);
}

.legend.available {
    background: var(--theme-gold);
}

.modal {
    z-index: 9999 !important;
}

.time-slot {
    text-decoration: none;
    font-weight: bold;
    color: var(--theme-gold);
}

.time-slot:hover,
.time-slot.active {
    background: var(--theme-gold);
    color: #fff;
}

#mobile-header {
    background-color: var(--theme-beige);
    height: 110px;
    position: fixed;
    width: 100%;
    z-index: 10001;
    border-bottom: 4px solid var(--theme-grey);
    display: none;
}

#mobile-logo {
    margin-left: -80px;
    left: 50%;
    top: 60px;
    width: 160px;
}

#mobile-header .usps {
    background: var(--theme-grey);
    padding: 5px 0;
    color: #fff;
}

#mobile-header .usps ul,
#mobile-header .usps li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

#mobile-header .usps li {
    text-align: center;
}

a[href="#mobileMenu"] {
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 28px;
    color: var(--theme-grey);
}

.mobile-account-menu {
    position: absolute;
    right: 10px;
    top: 49px;
}

.mobile-account-menu .account-link i,
.mobile-account-menu .shopping-cart-link i {
    font-size: 20px;
}

.mobile-account-menu .account-link {
    padding-left: 5px;
}

.mobile-account-menu .account-link i {
    top: -1px;
    position: relative;
}

#webshop-mobile {
    display: none;
}

#proeverijen-details {
    min-height: 100vh;
}

.text-beige {
    color: var(--theme-beige) !important;
}

.form-control:disabled {
    background: #e6e6e6;
}

.text-overflow-4-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

#physical_address {
    display: none;
}

.mobile-help-mij-kiezen-toggle,
.mobile-filter-toggle {
    display: none;
}

.pager {
    font-family: "Stratum", sans-serif;
    font-weight: 500;
    font-size: 22px;
}

.pager span, .pager a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 30px;
    margin: 0 2px;
}

.pager span {
    background: var(--theme-gold);
    color: #fff;
}

.pager a {
    background: var(--theme-beige);
    color: var(--theme-grey);
    text-decoration: none;
}

#mobile-footer {
    background: var(--theme-gold);
    margin: 10px;
}

#mobile-footer .nav-link {
    border-radius: 0;
    border-right: 1px solid #fff;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
}

#mobile-footer .nav-link:last-child {
    border-right: none;
}

#mobile-footer a {
    color: #fff;
    font-size: 1.1em;
    font-family: "Stratum", sans-serif;
    text-transform: uppercase;
}

.blog-post h3, .blog-post strong {
    font-weight: 600;
}

.blog-post .blog-post-title {
    min-height: 180px;
}

.blog-post-quote {
    margin-top: 100px;
}

.height-md-700 {
    height: 700px;
}

.product-page .main-product-image img {
    max-height: 600px;
}

#blijf-op-de-hoogte h1,
#meesters-in-smaak-header h1,
#meesters-in-smaak h1 {
    font-size: 50px;
    line-height: 45px;
}

body.meesters-in-smaak .lead,
#meesters-in-smaak .lead {
    font-size: 26px;
}

.quote {
    position: relative;
    margin-left: 30px;
}

.quote::before {
    content: "“";
    position: absolute;
    left: -24px; /* trek het naar links */
    top: 0;
    font-size: 3rem;
    line-height: 1;
    color: inherit;
}

#help-mij-kiezen .category-image {
    width: 100%;
    background-size: 220%;
    aspect-ratio: 5 / 2;
    background-position: center;
}

.dropdown-item:active {
    background-color: var(--theme-gold) !important;
    color: #fff !important;
}

.dropdown-toggle:hover::after {
    border-top-color: var(--theme-grey) !important;
}

.dropdown-toggle:active::after,
.dropdown-toggle.show::after {
    border-top-color: var(--theme-grey) !important;
}

#shopping-cart {
    position: relative;
}

#shopping-cart .loader {
    background: rgba(244, 246, 240, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

#shopping-cart .loader > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.table.bg-none th,
.table.bg-none td {
    background: none !important;
}

.product-ribbon {
    background: var(--theme-red);
    color: #fff;
    font-family: 'Abril Fatface', serif;
    font-size: 32px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    position: absolute;
    top: -30px;
    left: -30px;
    rotate: 0deg;
    text-align: center;
    line-height: 32px;
}

.list-product .product-ribbon {
    top: 0;
    left: 10px;
    width: 80px;
    height: 80px;
    font-size: 17px;
    line-height: 17px;
}

.clear-category {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--theme-beige);
    display: block;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: var(--theme-grey);
    font-weight: normal;
    border-radius: 10px;
    top: -10px;
    right: -10px;
}

.text-wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webshop .page-header .row > .col-md-12 {
    margin: 30px 0;
}

.show-on-mobile {
    display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 576px) {

    html, body {
        overflow-x: hidden;
    }

    .vh-100-full {
        z-index: 0;
    }

    .vh-100-full .scroll-to-next-section,
    .vh-full .scroll-to-next-section {
        bottom: 100px;
    }

    #homepage-video #toggle-sound {
        bottom: 100px;
    }

    .video-logo {
        display: none;
    }

    #mobile-header {
        display: block;
    }

    #main {
        padding-top: 110px !important;
    }

    #site-header {
        display: none;
    }

    .video-logo {
        width: 260px;
    }

    .homepage #webshop {
        display: none !important;
    }

    #webshop-mobile {
        display: block !important;
    }

    .pt-150 {
        padding-top: 0;
    }

    .scroll-snap section {
        scroll-snap-align: none;
    }

    #berichten {
        max-height: none;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #blijf-op-de-hoogte {
        padding-bottom: 50px !important;
    }

    #blijf-op-de-hoogte > .container {
        width: 85%;
        padding-top: 60px;
    }

    #blijf-op-de-hoogte > .container .pt-100 {
        padding-top: 40px;
    }

    #blijf-op-de-hoogte > .container .w-75 {
        width: 95% !important;
    }

    #proeverijen-details {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
    }

    #proeverijen {
        height: 170px !important;
    }

    #proeverijen h1.display-10 {
        font-size: 48px !important;
        position: relative;
        top: auto;
        margin-top: 0;
    }

    .mobile-text-overflow-4-lines {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .wines-of-the-month-variant-b .product .img-container {
        width: 70px;
    }

    .wines-of-the-month-variant-b .product .image {
        height: auto;
        width: 50px;
        margin-top: 0;
    }

    .wines-of-the-month-variant-b .product .content {
        padding-left: 90px;
    }

    .wines-of-the-month-badge .sticker {
        right: -70px;
    }

    #products-list .banner,
    #products-list .product {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .banner {
        padding: 0;
    }

    .mobile-filter-toggle {
        display: block;
        background: var(--theme-gold);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.55);
        position: fixed;
        bottom: 10px;
        left: 10px;
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        border-radius: 21px;
        font-size: 22px;
    }

    .mobile-help-mij-kiezen-toggle {
        display: block;
        background: var(--theme-gold);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.55);
        position: fixed;
        bottom: 10px;
        left: 60px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        border-radius: 21px;
        font-size: 18px;
        text-decoration: none;
        font-family: "Stratum", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
    }

    #help-mij-kiezen .modal-content .pick-item.pick-usage {
        height: 60px;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: initial !important;
    }

    #mobile-usps li {
        display: none;
    }

    #mobile-usps li.visible {
        display: block;
    }

    .blog-post .mt-md-200-neg {
        margin-top: -80px;
    }

    .blog-post h1.blog-post-title {
        font-size: 24px;
        min-height: 60px;
    }

    .blog-post-quote {
        margin-top: 0;
    }

    .blog-post-quote .container {
        background-size: cover;
        background-position: center;
    }

    #product-details {
        margin-top: 100px;
    }

    #product-details .image {
        height: 200px;
        margin-top: 70px;
    }

    #product-details .btn-gold.fs-20 {
        font-size: 16px;
    }

    .height-md-700 {
        height: auto;
    }

    #map {
        margin-bottom: 100px;
    }

    .product-page #map {
        margin-bottom: 40px;
    }

    .modal-backdrop.show {
        z-index: 10001 !important;
    }

    #help-mij-kiezen, #mobile-webshop-filter, #tasting-details, #event-registration, .read-more-modal, #product-details {
        z-index: 10002 !important;
    }

    #product-details {
        z-index: 10000 !important;
    }

    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow: hidden;
    }

    .breadcrumb-item {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .breadcrumb-item.active {
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 1;
        min-width: 0;
    }

    .product-page .main-product-image img {
        max-height: 300px;
    }

    .modal-backdrop {
        display: none !important;
    }

    #proeverijen {
        background-image: none !important;
        background: var(--theme-beige) !important;
    }

    #proeverijen h1 {
        color: var(--theme-gold) !important;
        text-shadow: none !important;
        line-height: 45px;
    }

    #meesters-in-smaak .lead {
        line-height: 25px;
    }

    #homepage-video {
        background-image: url('../img/van-eyck-wijnkelders-mobiel-v2.jpg');
        background-size: cover;
    }

    body.meesters-in-smaak .lead,
    #meesters-in-smaak .lead {
        font-size: 20px;
    }

    #help-mij-kiezen .modal-content a.pick-item img {
        transform: scale(2.6);
        transition: transform 0.3s ease;
    }

    #help-mij-kiezen .modal-content a.pick-item :hover {
        transform: scale(2.8);
    }

    .product-ribbon {
        font-size: 20px;
        width: 90px;
        height: 90px;
        border-radius: 45px;
        top: 20px;
        left: 20px;
        line-height: 21px;
    }

    .list-product .product-name {
        border: none !important;
        min-height: 50px !important;
    }

    #help-mij-kiezen .modal-content a.pick-item {

    }

    .list-product .product-ribbon {
        top: 10px;
        left: 10px;
        width: 65px;
        height: 65px;
        font-size: 14px;
        line-height: 14px;
    }

    .wines-of-the-month-badge .sticker {
        right: -30px !important;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 992px) {
    #site-header {
        display: none;
    }

    #mobile-header {
        display: block;
    }

    #mobile-usps li {
        display: none;
    }

    #mobile-usps li.visible {
        display: block;
    }

    .scroll-snap section {
        scroll-snap-align: none;
    }

}

@media only screen and (max-width: 1280px) {
    #site-logo {
        width: 200px;
        margin-left: -100px;
        top: -60px;
    }

    .cart-and-account {
        position: absolute;
        top: 10px;
        right: 0;
    }

    #quote h1.display-8 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 5px !important;
    }

    #webshop .wijnbeschrijving {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    a[data-action="help-mij-kiezen"] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #meesters-in-smaak .lead {
        font-size: 20px;
    }

    .webshop .page-header .row > .col-md-12 {
        margin: 0;
    }

    .scroll-snap section {
        scroll-snap-align: none;
    }

    .wines-of-the-month-badge .sticker {
        right: 0;
    }

    .wines-of-the-month-badge .position-relative {
        left: -30px;
    }

    #usp-bar li.list-inline-item {
        font-size: 11px;
    }

    #main {
        padding-top: 120px;
    }

    #site-header .nav-link {
        padding: 2px 10px 0 10px;
    }

    #site-logo {
        width: 190px;
        margin-left: -95px;
        top: -65px;
    }

    .account-link i, .shopping-cart-link i {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1500px) {
    p {
        font-size: 1em;
    }

    #site-header {
        padding-top: 40px;
    }

    .vh-full {
        padding-top: 40px;
    }

    #quote .display-8 {
        line-height: 70px;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {

}

@media screen and (min-width: 1600px) and (max-width: 1800px) {

}

@media screen and (max-width: 1440px) and (max-height: 800px) {

}
