
/* IBMPlexMono */ 
/* @font-face {
    font-family: 'IBMPlexMono Regular';
    src: local('IBMPlexMono Regular'), local('IBMPlexMono-Regular'),
        url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */
/* IBMPlexSans */ 
@font-face {
    font-family: 'IBMPlexSans Regular';
    src: local('IBMPlexSans Regular'), local('IBMPlexSans-Regular'),
        url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans Bold';
    src: local('JosefinSans Bold'), local('JosefinSans-Bold'),
        url('../fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans Italic';
    src: local('JosefinSans Italic'), local('JosefinSans-Italic'),
        url('../fonts/JosefinSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'New Spirit Bold Condensed';
    src: local('New Spirit Bold Condensed'), local('New-Spirit-Bold-Condensed'),
        url('../fonts/New Spirit Bold Condensed.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Breathing';
    src: local('Breathing'), local('Breathing'),
        url('../fonts/Breathing.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {

    /* --winered                   :#990012; */
    --winered                  :#570001;
    --black                     :#1A1A1A;


    --lightbrown                :#FEEFE5;
    --brown                     :#FEE4C7;
    --orange                    :#eb3505;
    --pink                      :#F8CFC3;
    --lightgreen                :#EAF0D8;
    --grey                      :#9D9D9C;
    --transparent-grey          :#bbbbbb5e;

    --font1                     :'Montserrat', sans-serif;
    --font2                     :'Lato';
    --font-title                :'Breathing';
    --font-text                 :'JosefinSans Bold', sans-serif;

    --max-width                 :1500px;
    --max-width-l               :1800px;

    --text-size                 :16px;

    --img-border                :1px solid #bbbbbb5e;
    --input-border              :1px solid #bbbbbb5e;

    --topbar-height: 52px;
}

body, html {
    height: 100%;
}
body,
body *,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
body {
    font-family: var(--font1);
    color: var(--black);
    background-color: #ffffff;
    overflow-x: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

a, a:active, a:visited, a:focus, a:hover {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

input::placeholder                  { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-moz-placeholder             { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-webkit-input-placeholder    { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-ms-placeholder              { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
textarea::placeholder               { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-moz-placeholder          { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-webkit-input-placeholder { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-ms-placeholder           { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }

.lazy           { opacity: 0; transition: opacity 0.1s ease; }
.lazy.loaded    { opacity: 1; }
.lazy-bg        { opacity: 0; transition: opacity 0.1s ease; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}
.lazy-bg.loaded { opacity: 1; }

.bg-anim-zoom .img{
    transition: transform 200ms ease-in-out;
}
.bg-anim-zoom:hover:has(.img) .img{
    transform: scale(1.02);
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* wel of niet? */
img,
select,
input {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

h1 {
    font-size: 36px;
    font-family: var(--font2);
    font-weight: normal;
    color: var(--winered);
    margin-bottom: 10px;
}
h2 {
    font-size: 28px;
    font-family: var(--font2);
    font-weight: normal;
    color: var(--winered);
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    font-family: var(--font2);
    font-weight: normal;
    color: var(--winered);
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    font-family: var(--font2);
    font-weight: normal;
    color: var(--winered);
    margin-bottom: 10px;
}



p, ul, li, ol {
    line-height: unset;
}
div.text ul,
div.text ol {
    padding-left: 16px;
}

.small-text{
    font-size: 14px;
    font-family: var(--font1);
    color: var(--black);
}
.small-text>a {
    text-decoration: underline;
    color: var(--winered);
}

ul {
    padding-left: 1.2em;
}

button {
    outline: none;
    border: none;
    background: none;
}

.btn-holder {
    /* width: 100%; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
}
.text + .btn-holder {
    margin-top: 30px;
}
.btn-holder.center {
    justify-content: center;
    width: 100% !important;
}

.btn-holder.col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
    .btn-holder button {
        display: flex;
        align-items: center;
        font-family: var(--font1);
        font-size: 16px;
        /* text-transform: uppercase; */
        text-decoration: none;
        background-color: var(--winered);
        color: #ffffff;
        cursor: pointer;
        line-height: 1.2em;
        padding: 10px 14px;
        border: none;
        outline: none;
        border-radius: 4px;
        transition: all .3s ease;
    }
        .btn-holder button::selection {
            color: inherit;
        }
        .btn-holder.transparent button {
            background-color: transparent;
        }
    .btn-holder button:hover {
        transition: all .3s ease;
        filter: brightness(0.75);
    }
    .btn-holder button>i {
        margin-right: 6px;
    }
    .btn-holder.end {
        justify-content: flex-end;
    }

/* .pattern {
    background-image: url('../images/transparent-pattern.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

#toast-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#toast-container > div {
    border-radius: 12px;
}
.toast-top-right {
    top: unset;
    right: unset;
}
.toast-message {
    font-family: var(--font1);
}

.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 152px;
}

.topbar {
    z-index: 10;
    width: 100%;
    height: var(--topbar-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background-color: #f3f3f3;
}
    .topbar-inner {
        width: 100%;
        max-width: var(--max-width);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 15px;
    }
        .topbar-inner .slogan {
            font-family: var(--font1);
            color: var(--winered);
        }
        .topbar-inner a {
            display: flex;
            align-items: center;
            column-gap: 10px;
            font-size: 14px;
            font-family: var(--font1);
            color: var(--black);
        }
            .topbar-inner a i {
                top: 1px;
                font-size: 18px;
                color: var(--winered);
            }

        .topbar-inner .topbar-right {
            display: flex;
            align-items: center;
            column-gap: 20px;
        }
        
        .search {
            position: relative;
        }
            .search input {
                position: relative;
                width: 250px;
                padding: 8px 14px 8px 32px;
                outline: none;
                border: none;
                border-radius: 150px;
            }
                .search .input-holder::before {
                    font-family: "Font Awesome 7 Free";
                    font-weight: 900;
                    content: "\f002";
                    font-size: 14px;
                    position: absolute;
                    left: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                    color: var(--winered);
                    z-index: 9;
                }
                .search input::placeholder {
                    font-family: var(--font1);
                    padding-left: 2px;
                    color: var(--grey);
                }
                .search input::-moz-placeholder,
                .search input::-webkit-input-placeholder {
                    font-family: var(--font1);
                    padding-left: 26px;
                    color: var(--grey);
                }
                
        .search_result {
            display: none;
            position: absolute;
            width: 300px;
            /* height: 400px; */
            overflow-y: scroll;
            margin-top: 10px;
            background:#FFF;
            padding: 0 .2em;
            border-radius: 0 0 20px 20px;
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        }
        .search_result::-webkit-scrollbar {
            display: none;
        }
            .search_result .search-image {
                height: 50px;
                width: 50px;
                display: flex;
                align-items: center;
            }
                .search_result .search-image img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    border-radius: 12px;
                }
            .search_result .search-info {
                flex: 1;
            }
                .search_result h3 {
                    font-size: 14px;
                    font-family: var(--font1);
                    font-weight: bold;
                    margin-bottom: 4px;
                    color: var(--winered);
                }
                .search_result p {
                    font-size: 12px;
                    font-family: var(--font1);
                    color: var(--black);
                }
                .search_result a:hover {
                    text-decoration: none !important;
                }
        .search-result-item {
            flex: 1;
            display: flex;
            column-gap: 16px;
            padding: 8px 10px;
            border-bottom: 1px solid #a7a7a73d;
        }   .search_result>a:last-child .search-result-item {
                border-bottom: unset;
            }

        .sidebar .search input {
            background-color: #f3f3f3;
        }

.toggle-sidebar-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    display: none;
    position: fixed;
    top: 157px;
    z-index: 1;
    background-color: #F3F3F3;
    padding: 16px 10px;
}
    .toggle-sidebar {
        display: flex;
        align-items: center;
        column-gap: 10px;
        color: var(--black);
        cursor: pointer;
    }
        .toggle-sidebar i {
            font-size: 28px;
        }


.navbar {
    z-index: 10;
    width: 100%;
    min-height: 80px;
    position: fixed;
    top: var(--topbar-height);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    transition: all .3s ease;
}
    .navbar-inner {
        width: 100%;
        max-width: var(--max-width);
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        padding: 10px 15px;
    }
        .navbar-inner .nav {
            display: flex;
            column-gap: 28px;
        }
        .navbar-inner .nav .nav-left,
        .navbar-inner .nav .nav-right {
            display: flex;
            align-items: center;
            column-gap: 28px;
            transition: column-gap .3s ease;
        }
            .navbar-inner .nav a {
                /* color: var(--winered); */
                color: var(--black);
                font-size: 16px;
                font-family: var(--font1);
                /* text-transform: uppercase; */
                transition: font-size .3s ease;
            }
                .navbar-inner .nav a:hover::after {
                    content: "";
                    width: 100%;
                    height: 2px;
                    position: absolute;
                    bottom: -4px;
                    left: 0;
                    right: 0;
                    background-color: var(--winered);
                }
                /* .navbar-inner .nav a.nav-home:hover::after,
                .navbar-inner .nav a.nav-account:hover::after {
                    content: unset;
                } */

                .navbar-inner .nav a i {
                    color: var(--winered);
                }
                .navbar-inner .nav .btn-holder a {
                    
                }
                .navbar-inner .nav .btn-holder a button {
                    padding: 6px 10px;
                    line-height: unset;
                    font-size: 16px;
                    font-family: var(--font1);
                    /* text-transform: uppercase; */
                }
                    .navbar-inner .nav .btn-holder a:hover::after {
                        content: unset;
                    }

            .navbar-inner .nav img.homeIcon {
                width: 30px;
                height: 30px;
                object-fit: contain;
                top: 1px;
            }

    .navbar-inner .left {
        display: flex;
        align-items: center;
        column-gap: 28px;
    }
    .navbar-inner .left img.logo {
        object-fit: contain;
        width: 100%;
        max-height: 80px;
    }
    .navbar-inner .nav .nav-right a.cart_icon {
        font-size: 22px;
    }


.page-header {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}
    .page-header-inner {
        width: 100%;
        max-width: 1400px;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }
            .header-content .content {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .page-header img.logo {
                width: 100%;
                max-width: 300px;
                margin-bottom: 30px;
                filter: brightness(0) invert(1);
            }
            .page-header h1 {
                font-size: 46px;
                color: #ffffff;
                margin-bottom: 20px;
            }
            .page-header h2 {
                font-size: 24px;
                color: #ffffff;
                margin-bottom: 30px;
            }
            .page-header .btn-holder {
                justify-content: flex-start;
            }
                .page-header .btn-holder a button {
                    color: var(--winered);
                    background-color: #ffffff;
                    border-radius: 240px;
                    font-size: 14px;
                    font-weight: bold;
                }


.page-banner {
    width: 100%;
    min-height: 320px;
    /* max-height: 650px; */
    display: flex;
    justify-content: center;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 15px;
}
    .page-banner-inner {
        width: 100%;
        max-width: var(--max-width);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .page-banner.blue-bg {
        background-color: var(--winered);
    }
    .page-banner h1 {
        font-size: 54px;
        color: #ffffff;
        text-align: center;
    }

.shop-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    margin-top: 40px;
}
    .shop-nav-inner {
        width: 100%;
        max-width: var(--max-width);
        column-gap: 30px;
        row-gap: 50px;
        display: flex;
    }
    .shop-nav-item {
        flex: 0 0 100%;
        max-width: calc((100% / 3) - (30px / 3 * 2));
        display: flex;
        column-gap: 20px;
        border-radius: 10px;
        padding: 20px;
        text-decoration: none;
        background: #FEF4EB;
        background: linear-gradient(
            113deg,rgba(254, 244, 235, 1) 0%,
            rgba(254, 244, 235, 1) 55%,
            rgba(255, 255, 254, 1) 100%
        );
        transition: all .3s ease;
    } 
        .shop-nav-item:hover {
            top: -5px;
            transition: all .3s ease;
        }
        .shop-nav-item .content {
            display: flex;
            flex-direction: column;
        }
            .shop-nav-item h2 {
                font-family: var(--font2);
                font-weight: normal;
                color: var(--winered);
            }
            .shop-nav-item button {
                padding: 0;
                background-color: unset;
                text-transform: unset;
                font-family: var(--font1);
                color: var(--orange);
            }
        .shop-nav-item img {
            position: absolute;
            top: calc(50% - 10px);
            right: -20px;
            transform: translateY(-50%);
            width: 220px;
            height: 160px;
            object-fit: contain;
        }

.shop-groups {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    margin-top: 40px;
    padding: 80px 15px;
}
    .shop-groups-inner {
        width: 100%;
        max-width: var(--max-width);
        column-gap: 30px;
        row-gap: 50px;
    }
        .shop-groups-inner > h1 {
            font-size: 32px;
            margin-bottom: 0px;
        }
        .shop-groups-inner > h2 {
            color: var(--grey);
            font-size: 18px;
            font-family: var(--font1);
            font-weight: normal;
            margin-bottom: 30px;
        }        
        .shop-groups .slider {
            display: flex;
            gap: 30px;
        }
            .shop-group {
                flex: 0 0 100%;
                max-width: calc((100% / 6) - (30px / 6 * 5));
                text-decoration: none;
                filter: grayscale(1);
                transition: filter .3s ease;
            }   .shop-group:hover {
                    filter: grayscale(0);
                    transition: filter .3s ease;
                }
                .shop-groups .arrow {
                    top: calc(50% - 20px);
                    /* top: calc(50%); */
                }
                .shop-group img {
                    width: 100%;
                    height: 380px;
                    object-fit: cover;
                    height: 240px;
                    object-fit: contain;
                    object-position: center;
                    margin-bottom: 10px;
                    border-radius: 10px;
                }
                .shop-group .name {
                    width: 100%;
                    position: absolute;
                    bottom: 20px;
                    left: 20px;
                    font-size: 28px;
                    font-size: 22px;
                    font-family: var(--font2);
                    color: var(--winered);
                    text-align: center;
                }

.packages {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--winered);
    padding: 60px 15px;
}
    .packages-inner {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 30px;
    }
            .packages .packages-inner h1 {
                width: 100%;
                color: #ffffff;
                text-align: center;
            }
            .packages .packages-inner .text {
                width: 100%;
                font-size: var(--text-size);
                font-family: var(--font1);
                color: #ffffff;
                text-align: center;
            }
            .package-cards {
                width: 100%;
                display: flex;
                column-gap: 50px;
                padding-top: 50px;
                overflow: hidden;
            }
                .packages .slider {
                    display: flex;
                    column-gap: 40px;
                    row-gap: 20px;
                }
                .package-cards .card {
                    flex: 0 0 100%;
                    max-width: calc((100% / 3) - (40px / 3 * 2));
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    row-gap: 20px;
                    background-color: #ffffff;
                    padding: 20px;
                    border-radius: 20px;
                }
                    .package-cards .card img {
                        width: 100%;
                        height: 200px;
                        object-fit: contain;
                    }
                    .package-cards .card h2 {
                        width: 100%;
                        font-family: var(--font1);
                        text-align: center;
                        margin-bottom: unset;
                    }
                    .package-cards .card ul {
                        width: 100%;
                        list-style: none;
                        padding-left: 0;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        row-gap: 20px;
                    }
                        .package-cards .card li {
                            font-size: var(--text-size);
                            font-family: var(--font1);
                            text-align: center;
                        }
                        .package-cards .card-bottom {
                            width: 100%;
                            max-width: 300px;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            column-gap: 20px;
                            row-gap: 20px;
                            padding-top: 20px;
                            margin-top: auto;
                        }
                            .package-cards .card .price {
                                font-size: 34px;
                                font-family: var(--font2);
                                color: var(--winered);
                                text-align: center;
                            }
                            .package-cards .btn-holder {
                                width: unset !important;
                                justify-content: flex-end;
                            }
                            .package-cards .btn-holder button>i {
                                margin-right: unset;
                            }
                            .package-cards .btn-holder button {
                                font-size: 18px;
                            }


.kwaliteiten {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #FFFFFF; */
    background-color: var(--winered);
    padding: 80px 15px;
}
    .kwaliteiten-inner {
        width: 100%;
        max-width: 1400px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 50px;
        row-gap: 30px;
    }
        .kwaliteit {
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
        }
            .kwaliteit h2 {
                padding: 10px 2px;
            }
            .kwaliteit .text {
                font-size: var(--text-size);
                font-family: var(--font1);
                font-weight: normal;
                text-align: center;
                color: var(--winered);
            }

            .kwaliteit .image-holder {
                width: 100%;
                /* height: 320px; */
                margin-bottom: 20px;
                border-radius: 4px;
                overflow: hidden;
            }
                .kwaliteit .image-holder img {
                    width: 100%;
                    height: 100%;
                    aspect-ratio: 1/1;
                    object-fit: contain;
                    object-position: center;
                }

            
.news {
    width: 100%;
    display: flex;
    justify-content: center;
    /* background-color: #f3f3f3; */
    background-color: var(--winered);
    padding: 80px 15px;
}
    .news-inner {
        width: 100%;
        max-width: 1200px;
        display: flex;
        column-gap: 80px;
    }
        .news .image-holder {
            width: 420px;
            border-radius: 10px;
            overflow: hidden;
        }
            .news .image-holder .img {
                width: 100%;
                aspect-ratio: 1/1;
                padding-top: 100%;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }
        .news .content {
            flex: 1;
            padding-top: 50px;
        }
            .news .content h1 {
                width: 100%;
                color: #FFFFFF;
                margin-bottom: 20px;
            }
            .news .content h2 {
                color: #FFFFFF;
                margin-bottom: 30px;
            }
            .news .content .text {
                width: 100%;
                color: #FFFFFF;
                font-size: var(--text-size);
                font-family: var(--font1);
                line-height: 1.6em;
            }

.about-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    background-color: var(--lightbrown);
    padding: 60px 15px;
}
.about {
    width: 100%;
    display: flex;
    justify-content: center;
}
    .about-inner {
        width: 100%;
        max-width: 1400px;
        display: flex;  
        flex-wrap: wrap;
        column-gap: 30px;
    }
    .about h2 {
        width: 100%;
    }
    .about-full {
        display: flex;
        column-gap: 30px;
        row-gap: 30px;
        flex-wrap: wrap;
    }
    .about-col {
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    .about .text {
        flex: 1;
        font-size: var(--text-size);
        font-family: var(--font1);
        color: var(--winered);
        /* min-width: 300px; */
    }
    .about .image-holder {
        width: 100%;
        max-width: 500px;
        height: 400px;
    }
        .about .image-holder .img {
            width: 100%;
            height: 100%;
        }
    .about-col .image-holder {
        max-width: 100%;
    }

.characteristics {
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    padding: 30px 15px;
    margin: 40px 0 60px;
}
    .characteristics::after {
        transform: rotate(180deg);
        top: unset;
        bottom: 0;
    }
    .characteristics-item {
        font-size: 28px;
        font-family: var(--font2);
    } .characteristics-item::after {
            content: "";
            position: relative;
            display: inline-block;
            top: 4px;
            width: 36px;
            height: 20px;
            background-image: url('../images/wiggle.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            margin-left: 46px;
        }
        .characteristics-item:last-child:after {
            display: none;
        }



.assortiment {
    width: 100%;
    display: flex;
    justify-content: center;
}
    .assortiment-inner {
        width: 100%;
        max-width: 1500px;
        display: flex;
        align-items: flex-start;
        column-gap: 30px;
        margin: 54px 0 80px;
    } .assortiment-inner.assortiment-small {
            justify-content: flex-end;
            padding-bottom: 100px;
        }
        .categories-section {
            z-index: 9;
            position: sticky;
            top: 94px;
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 14px 15px 14px;
            DISPLAY: NONE;
        }
            .categories-section-inner {
                width: 100%;
                max-width: var(--max-width);
                display: flex;
                flex-direction: column;
            }
                .categories {
                    width: 100%;
                    display: flex;
                    grid-template-columns: unset;
                    column-gap: 0px;
                    row-gap: 30px;
                }
                    .categories a {
                        flex: 0 0 100px;
                    }
                    .category-item {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }
                        .category-item .category-img {
                            background-color: var(--winered);
                            color: #ffffff;
                            width: 60px;
                            height: 60px;
                            padding: 12px;
                            border-radius: 100px;
                            cursor: pointer;
                            margin-bottom: 10px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                            .category-item .category-img>img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                            }
                        .category-item h3 {
                            font-size: 18px;
                            text-align: center;
                            text-transform: capitalize;
                        }

                .categories-section.sticky {
                    box-shadow: 2px 0px 2px var(--winered);
                    background-color: var(--lightbrown);
                }
                    .categories-section.sticky .category-item .category-img {
                        width: 55px;
                        height: 55px;
                    }
                        .categories-section.sticky .category-item .category-img>img {
                            width: 32px;
                            height: 32px;
                        }
                    .categories-section.sticky .category-item h3 {
                        font-size: 14px;
                        margin-bottom: 0;
                    }
                    .categories-section.sticky .categories {
                        column-gap: 10px;
                    }
                        .categories-section.sticky .categories a {
                            flex: 0 0 80px;
                        }
                    .categories-section.sticky h1 {
                        margin-bottom: unset;
                        height: 0;
                        overflow: hidden;
                    }

        .assortiment-section {
            width: 100%;
            height: 100%;
            min-height: 500px;
            display: flex;
            align-items: center;
            flex-direction: column;
            row-gap: 20px;
            overflow: hidden;
            padding: 0 10px;
            padding-top: 10px;
        }
            .section-header {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 20px;
            }
                .section-header-inner {
                    width: 100%;
                    max-width: var(--max-width);
                }
                    .section-header h2 {
                        font-size: 20px;
                        margin-bottom: 0px;
                    }
                    .section-header h3 {
                        color: var(--grey);
                        font-size: 14px;
                        font-family: var(--font1);
                        font-weight: normal;
                        margin-bottom: 0;
                    }
                    
            .section-container {
                width: 100%;
            }
                .section-row {
                    width: 100%;
                    column-gap: 30px;
                    row-gap: 30px;
                    display: inline-flex;
                    flex-wrap: wrap;
                }   .section-row.slider {
                        flex-wrap: unset;
                    }


            .assortiment-loading {
                z-index: 2;
                position: absolute;
                top: calc(50% - 40px);
                transform: translateY(-50%);
            }
                .assortiment-loading i {
                    font-size: 46px;
                    color: var(--winered);
                }

            .assortiment-error {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                text-align: center;
                padding: 0 10px;    
            }

@keyframes popup {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}
.popup-animate {
    animation: popup 0.25s ease-out;
}

.product-card {
    /* flex: 0 0 260px; */
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    overflow: visible;
    background-color: #ffffff;
    user-select: none;
    -webkit-user-drag: none;
    border: 1px solid var(--transparent-grey);
    overflow: hidden;
}
    .product-basket-counter {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 100px;
        background-color: var(--winered);
        text-align: center;
    }
    .product-card a {
        display: contents;
    }
    .product-card .product-img {
        width: 100%;
        aspect-ratio: 5/4;
        object-fit: contain;
        object-position: center;
        user-select: none;
        -webkit-user-drag: none;
    }
    .product-card .card-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }
        .product-card h2 {
            max-width: 100%;
            /* font-size: 22px; */
            font-size: 18px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 4px;
        }
        .product-card h3 {
            max-width: 100%;
            font-size: 14px;
            font-family: var(--font1);
            color: var(--grey);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            min-height: 20px;
            margin-bottom: 20px;
        }   
            .product-card a>h2:hover,
            .product-card a>h3:hover {
                text-decoration: underline;
            }
    .product-card .actions {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .product-card .actions .price {
            font-size: 22px;
            font-family: var(--font1);
            color: var(--winered);
        }
        .product-card .actions .add_to_basket {
            color: #ffffff;
            background-color: var(--winered);
            border-radius: 4px;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }
            .product-card .actions .add_to_basket:active {
                transform: scale(0.95);
                box-shadow: 0 2px #7C000E;
            }
            .product-card .actions .add_to_basket .fa-solid {
                font-size: 22px;
            }
        .product-card .input-wrapper select {
            width: 100%;
            min-width: 180px;
            max-width: 100%;
            font-size: 16px;
            /* font-weight: bold; */
            text-transform: none;
            font-family: var(--font1);
            color: var(--winered);
            border: 1px solid var(--transparent-grey);
            padding: 10px 28px 10px 10px;
            border-radius: 6px;;
            line-height: 1.15em;
        }
        .product-card .input-wrapper select option {
            /* inherit text styles */

            font-size: 16px;
            font-family: var(--font1);
            color: var(--winered);
            text-transform: none;
        }


.sidebar {
    width: 100%;
    max-width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 10px;
    position: sticky;
    top: 183px;
    background-color: #ffffff;
    z-index: 5;
}
    .close-sidebar {
        z-index: 6;
        display: flex;
        width: 46px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 36px;
        color: var(--black);
        background-color: #F3F3F3;
        border-radius: 100px;
        padding: 5px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        display: none;
        position: absolute;
        align-self: flex-end;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
    }
    /* .sidebar-inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        overflow-y: scroll;
    } */
    .sidebar-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
        .sidebar-header {
            color: var(--winered);
            font-size: 18px;
            font-family: var(--font1);
            font-weight: 500;
        }
        .sidebar-content {
            display: flex;
            flex-direction: column;
        }
            .sidebar-content a {
                font-size: 14px;
                padding: 4px 8px;
                border-radius: 10px;
                cursor: pointer;
            }   .sidebar-content a:hover {
                    background-color: #ececec;
                }

            .sidebar-content {
                align-items: flex-start;
            }
            .sidebar-content a {
                margin: 2px 0;
                color: var(--black);
            }
                .sidebar-content a.filter,
                .sidebar-content a.group {
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    text-transform: capitalize;
                }
                .sidebar-content a.filter.active,
                .sidebar-content a.group.active {
                    background-color: var(--winered);
                    color: #ffffff;
                }
                    .sidebar-content a.filter.active::after,
                    .sidebar-content a.group.active::after {
                        content: "\f00d";
                        font-family: "Font Awesome 7 Free";
                        font-weight: 900;
                        font-size: 12px;
                        margin-left: 6px;
                    }

                .sidebar-content.sorting select {
                    position: relative;
                    padding: 8px 14px;
                    outline: none;
                    border: none;
                    border-radius: 150px;
                    background-color: #F3F3F3;
                }
                .sidebar-content.filters {
                    row-gap: 6px;
                }
                .sidebar-filter-group {
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                }

                .sidebar-filter-title {
                    width: 100%;
                    max-width: 200px;
                    font-size: 14px;
                    padding: 4px 8px;
                    font-weight: 600;
                    border: 1px solid var(--transparent-grey);
                    border-radius: 10px;
                    cursor: pointer;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    display: flex;
                    justify-content: space-between;
                    padding-right: 26px;
                }
                    .sidebar-filter-title:hover {
                        background-color: var(--transparent-grey);
                    }
                    .sidebar-filter-title::after {
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        transform: translateY(-50%);
                        font-size: 12px;
                        content: "\f0d7";
                        font-family: "Font Awesome 7 Free";
                        font-weight: 900;
                    }
                    .sidebar-filter-group.dropdown-opened .sidebar-filter-title {
                        background-color: var(--transparent-grey);
                    }
                    .sidebar-filter-group.dropdown-opened .sidebar-filter-title::after {
                        content: "\f068";
                    }
                    .filter-options {
                        display: none;
                        overflow: hidden;
                        max-height: 0;
                        opacity: 0;
                        flex-direction: column;
                        align-items: flex-start;
                        transition: max-height 260ms ease, opacity 200ms ease;
                    }
                    .sidebar-filter-group.dropdown-opened .filter-options {
                        display: flex;
                        opacity: 1;
                    }
                    .filter-group-count {
                        font-family: var(--font2);
                        font-weight: normal;
                    }

    .assortiment.sidebar-open .sidebar-content {
        display: flex;
    }

.pagination {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
    .pagination a {
        margin: 0 5px;
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-decoration: none;
        color: var(--black);
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        .pagination a.active {
            background-color: var(--winered);
            color: white;
            border-color: var(--winered);
        }
        .pagination a:active {
            transform: scale(0.95);
            box-shadow: 0 2px #7C000E;
        }
        
    .pagination-details {
        margin-top: 10px;
        font-size: 14px;
        color: var(--grey);
        text-align: center;
        display: flex;
        justify-content: center;
        column-gap: 4px;
        flex-wrap: wrap;
    }

.showcase {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--winered);
    padding: 30px 0 50px 0;
}
    .showcase-inner {
        width: 100%;
        max-width: 2000px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
        .showcase-inner h1 {
            color: #ffffff;
            text-align: center;
            margin-bottom: 30px;
        }
        .showcase-items {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            column-gap: 30px;
        }
            .showcase-items .product-card {
                width: 100%;
            }
            .showcase .slider {
                padding-left: 15px;
            }
            .showcase .slider-container {
                max-width: var(--max-width-l);
            }

.bg-img {
    z-index: -1;
    position: absolute;
    left: 50px;
    bottom: -120px;
    width: 300px;
    height: 300px; 
    background-size: contain;
    background-repeat: no-repeat;
}


.product-container {
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 15px 60px 15px;
}
    .product-top {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .product-path {
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 14px;
        margin-bottom: 30px;
        white-space: nowrap;
    }
    
        .product-path > a:first-child {
            font-weight: bold;
            color: var(--winered);
        }
        
        .product-path > * {
            flex-shrink: 0;
        }
        
        .product-path > a,
        .product-path > span {
            font-size: 14px;
            font-family: var(--font1);
            color: var(--black);
            text-decoration: none;
        }
        
        .product-path > i.fa-solid {
            font-size: 14px;
            font-weight: bold;
            color: var(--winered);
            text-decoration: none;
        }
        
        .product-path > a:hover {
            text-decoration: underline;
        }
        
        .product-path > span {
            flex-shrink: 1;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

    .product-holder {
        width: 100%;
        display: flex;
        column-gap: 50px;
        padding-bottom: 50px;
    }
        .product-image-holder {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 50px;
        }
        .product-image {
            flex-shrink: 0;
            width: 500px;
            max-width: 100%;
            height: 420px;
            object-fit: contain;
            object-position: center;
            border-radius: 20px;
            border: var(--img-border);
        }
        .product-info {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            padding: 20px 100px 20px 0;
        }
            .product-rating h2,
            .product-details h2 {
                font-size: 36px;
                font-family: var(--font2);
                font-weight: normal;
                color: var(--winered);
                margin-bottom: 0px;
            }
            .product-info h3 {
                font-size: 16px;
                font-family: var(--font1);
                margin-bottom: 20px;
            }
            .product-info .product-action {
                width: 100%;
                max-width: 450px;
                display: flex;
                justify-content: flex-start;
                align-items: flex-end;
                column-gap: 20px;
                margin-bottom: 20px;
            } .product-info .product-action:last-child {
                    margin-bottom: 0;
                }
            .product-info2 {
                width: 100%;
            }
            .product-info2 .long_desc {
                font-size: 16px;
                font-family: var(--font1);
                color: var(--black);
                line-height: 1.6em;
                margin-bottom: 50px;
            }
                .input-wrapper {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    margin-bottom: 6px;
                }
                    .input-wrapper span {
                        font-size: 18px;
                        font-family: var(--font1);
                        font-weight: bold;
                        color: var(--black);
                        margin-bottom: 10px;
                    }
                    .input-wrapper select,
                    .input-wrapper input {
                        width: 100%;
                        max-width: 400px;
                        padding: 16px 22px;
                        border: 2px solid var(--black);
                        appearance: none;
                        background-color: transparent;
                        font-size: 16px;
                        color: var(--black);
                        font-family: var(--font1);
                        text-transform: uppercase;
                        border-radius: 6px;;
                    }
                    .input-wrapper select {
                        max-width: unset;
                    }
                    .input-wrapper input {
                        max-width: 200px;
                    }
                    input[type="number"] {
                        max-width: max-content;
                    }
                    .select-box {
                        position: relative;
                    }
                        .select-box select option {
                            font-family: var(--font1);
                            color: var(--winered);
                            font-size: 16px;
                        }
                        .select-box select:focus {
                            outline: none;
                        }
                        .select-box::after {
                            content: "\f0d7";
                            font-family: "Font Awesome 7 Free";
                            font-weight: 900;
                            position: absolute;
                            right: 12px;
                            top: 50%;
                            transform: translateY(-50%);
                            pointer-events: none;
                            color: var(--winered);
                            font-size: 14px;
                        }
                            
                .product-action .price {
                    font-size: 64px;
                    font-family: var(--font2);
                    color: var(--winered);
                }
                .product-action .add_to_basket {
                    width: 54px;
                    height: 54px;
                    background-color: var(--winered);
                    color: #FFFFFF;
                    border-radius: 4px;
                    cursor: pointer;
                }
                    .product-action .add_to_basket .fa-solid {
                        font-size: 36px;
                    }
                .product-action .action-wrapper {
                    display: flex;
                    align-items: center;
                    column-gap: 20px;
                }


    .product-bottom {
        width: 100%;
        display: flex;
        align-items: flex-start;
        padding-top: 50px;
    }
        .product-rating,
        .product-details {
            flex: 1 auto;
            display: flex;
            flex-direction: column;
            row-gap: 20px;
        }
                .rating-row {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    row-gap: 10px;
                }
                    .rating-icons {

                    }
                        .rating-icons>img {
                            width: 50px;
                            height: 50px;
                            object-fit: contain;
                        }
                .details-row  {
                    display: flex;
                    flex-direction: column;
                    row-gap: 10px;
                }
                    .details-row span {
                        font-family: var(--font1);
                    }
                .product-bottom h3 {
                    font-size: 22px;
                    font-family: var(--font1);
                    font-weight: bold;
                    color: var(--winered);
                    margin-right: 20px;
                    margin-bottom: 0;
                }
                .rating-row h3 {
                    width: 50px;
                }
.recepten {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--lightbrown);
    padding: 50px 15px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
    .recepten-inner {
        width: 100%;
        max-width: var(--max-width);
        display: flex;
        flex-direction: column;
    }
        .recepten-inner h1 {

        }
        .recepten-items {
            display: flex;
            column-gap: 80px;
        }
            .recepten-items .recept {
                width: 100%;
                max-width: calc(100% / 3 - (80px * 2 / 3));
            }
                .recepten-items .recept .recept-img {
                    height: 540px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-bottom: 30px;
                } 
                .recepten-items .recept h2 {

                }


.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--winered);
    color: #ffffff;
    overflow: hidden;
}
    .footer-inner {
        width: 100%;
        max-width: 1600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 60px 15px;
    }
    .footer-nav {
        width: 100%;
        max-width: 1400px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
        .footer-list {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            row-gap: 8px;
        }
            .footer-list h2 {
                color: #ffffff;
            }
            .footer-list>a, .footer-list>span {
                font-size: 16px;
                font-family: var(--font1);
                color: #ffffff;
            }
            .footer-list-icons {
                width: 100%;
                max-width: 100%;
                display: flex;
                gap: 10px;
                flex-wrap: wrap;
                margin-top: 20px;
            }
                .footer-list-icons img {
                    height: 30px;
                    object-fit: contain;
                }
            .nieuwsbrief-input {
                margin-top: 10px;
                background-color: #FFFFFF;
                border-radius: 4px;
                display: flex;
                align-items: center;
            }
                .nieuwsbrief-input i{
                    padding: 4px 8px;
                    color: var(--winered);
                }
                .nieuwsbrief-input input {
                    padding: 6px 12px;
                    font-size: 14px;
                    border: none;
                    font-family: var(--font1);
                    outline: none;
                }
                .nieuwsbrief-input button i{
                    color: #FFFFFF;
                }
                .nieuwsbrief-input button{
                    display: flex;
                    height: 100%;
                    align-items: center;
                    font-family: var(--font-text);
                    font-size: 16px;
                    text-transform: uppercase;
                    text-decoration: none;
                    /* background-color: var(--orange); */
                    color: #ffffff;
                    cursor: pointer;
                    padding: 8px;
                    /* line-height: 1.2em; */
                    border: none;
                    outline: none;
                    border-radius: 2px;
                    transition: all .3s ease;
                }

    .footer-social {
        width: 100%;
        max-width: 1400px;
    }

    .footer-line {
        width: 100%;
        max-width: 1000px;
        height: 2px;
        background-color: #ffffff;
        opacity: 0.3;
        border-radius: 10px;
        margin: 20px 0;
    }

    .footer-bottom {
        width: 100%;
        max-width: 950px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        column-gap: 30px;
    }
        .footer-bottom .footer-bottom-item {

        }
        .footer-bottom h2 {
            color: #ffffff;
        }
        .footer-bottom .logos {
            flex: 1;
            display: flex;
            column-gap: 10px;
        }
            .footer-bottom .logos img {
                height: 32px;
                object-fit: contain;
            }

.insta-posts-container {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--winered);
}
    #insta-posts {
        width: 100%;
        max-width: 1450px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding: 0px 15px;
    }
        #insta-posts .posts-content {
            width: 100%;
            display: flex;
        }
        #insta-posts .post {
            flex: 1;
            margin: 0 5px;
            position: relative;
            display: block;
            text-decoration: none;
            cursor: pointer;
            border-radius: 12px;
        }
            #insta-posts .post img {
                width: 100%;
                aspect-ratio: 1/1;
                border-radius: 12px;
                object-fit: cover;
                transition: all .3s ease;
            }
            #insta-posts .post:hover img {
                filter: brightness(60%);
                transition: all .3s ease;
            }
    
            #insta-posts .post .post_stats {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 24px;
                opacity: 0;
                transition: opacity .3s ease;
            }
                #insta-posts .post:hover .post_stats {
                    opacity: 1;
                    transition: opacity .3s ease;
                }
                #insta-posts .post .post_stats .comments,
                #insta-posts .post .post_stats .likes {
                    display: flex;
                    align-items: center;
                    column-gap: 6px;
                    font-size: 18px;
                    color: #ffffff;
                }
                #insta-posts .post .post_stats .icon {
                    font-size: 16px;
                }
            #insta-posts .post .post_type {
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 16px;
                color: #ffffff;
            }
    
            #insta-posts .posts-top {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
                #insta-posts .posts-top .handle {
                    column-gap: 16px;
                    font-size: 26px;
                    font-family: var(--font2);
                    color: #ffffff;
                }
                #insta-posts .posts-top .handle a {
                    display: flex;
                    align-items: center;
                    column-gap: 16px;
                }
                    #insta-posts .posts-top .handle i {
                        font-size: 38px;
                    }
                #insta-posts .posts-top .btn-holder {
                    width: unset;
                }

.signature {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #7c000e;
    padding: 10px 15px;
}
    .signature-inner {
        width: 100%;
        max-width: var(--max-width-l);
        display: flex;
        justify-content: space-between;
        color: #ffffff;
        font-size: 14px;
        font-family: var(--font1);
    }


.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.winkelmand_activate_container{
    width: 100%;
    padding: 0 1em;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.winkelmand-container {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    min-height: 400px;
}
    .winkelmand {
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        row-gap: 4px;
        padding: 0 15px;
        margin: 60px 0 60px;
    }
        .winkelmand h1 {
            text-transform: uppercase;
        }
        .winkelmand .text {
            font-size: 16px;
            font-family: var(--font1);
            color: var(--black);
            line-height: 1.6em;
            margin-bottom: 20px;
        }
        .winkelmand_activate_order{
            margin-top: 3em;
        }
        .winkelmand_activate_total_price{
            display: flex;
            justify-content: flex-end;
            padding: 8px 20px;
            margin-bottom: 3em;
        }
        .winkelmand-row {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 10px;
            border-bottom: 2px solid #242a562c;
        } .winkelmand-row:last-child { border-bottom: unset; } .winkelmand-row.no-border{border-bottom: unset;}
            .winkelmand-row-inner {
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                column-gap: 20px;
                row-gap: 20px;
            }
                .winkelmand-row-inner a {
                    text-decoration: none;
                }
                .winkelmand-actions .amount {
                    display: flex;
                    column-gap: 10px;
                }
                .winkelmand-actions .amount button {
                    height: 26px;
                    width: 26px;
                }
                .winkelmand-actions .amount span {
                    font-family: var(--font1);
                    font-size: 16px;
                    color: var(--winered);
                    padding: 4px 6px;
                    /* font-weight: bold; */
                    text-align: center;
                }
                    .winkelmand-actions .amount i {
                        background-color: var(--winered);
                        font-size: 14px;
                        color: #ffffff;
                        padding: 4px 6px;
                        border-radius: 4px;
                        text-align: center;
                        width: 100%;
                        height: 100%;
                        cursor: pointer;
                        transition: all 0.3s ease;
                    }
                .winkelmand-row-inner a.img-holder {
                    order: 1;
                    width: 80px;
                    height: 100px;
                }
                    .winkelmand-row-inner img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                        object-position: center;
                        border-radius: 6px;;
                    }
                .winkelmand-row-inner .content {
                    order: 2;
                    flex: 1;
                    max-width: calc(100% - 215px - 150px - 20px - 20px);
                    display: flex;
                    flex-direction: column;
                    padding-top: 10px;
                }
                    .winkelmand-row-inner .name {
                        width: 100%;
                        font-family: var(--font2);
                        font-size: 20px;
                        color: var(--winered);
                        overflow: hidden !important;
                        text-overflow: ellipsis;
                        margin-bottom: 2px;
                    }
                    .winkelmand-row-inner .desc {
                        width: 100%;
                        font-family: var(--font1);
                        font-size: 14px;
                        color: var(--black);
                        overflow: hidden !important;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        margin-bottom: 4px;
                    }
                    .winkelmand-row-inner .version {
                        font-family: var(--font1);
                        font-size: 14px;
                        color: var(--winered);
                        overflow: hidden !important;
                        text-overflow: ellipsis;
                    }
                    .winkelmand-row-inner .price-per-item {
                        font-family: var(--font1);
                        font-size: 14px;
                        color: var(--black);
                    }
                    .winkelmand-row-inner a:hover {
                        text-decoration: underline;
                    }
            .winkelmand-options {
                width: auto;
                display: flex;
                flex-wrap: wrap;
                column-gap: 20px;
                row-gap: 10px;
                align-items: center;
            }
            .winkelmand-row .winkelmand-actions {
                order: 3;
                width: auto;
                display: flex;
                align-items: center;
                column-gap: 10px;
                row-gap: 10px;
                position: unset;
            }
                .winkelmand-row .price {
                    width: 100%;
                    max-width: 80px;
                    padding: 0 10px;
                    text-align: right;
                    font-family: var(--font-text);
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 1.15em;
                    color: var(--winered);
                }
                .winkelmand-row .remove, .winkelmand-row .add {
                    cursor: pointer;
                    display: block;
                    position: relative;
                    color: var(--winered);
                    font-size: 20px;
                }
            .winkelmand-row .price-total {
                flex: 1;
                min-width: 80px;
                padding: 0 10px;
                text-align: right;
                font-family: var(--font1);
                font-size: 16px;
                line-height: 1.15em;
                color: var(--black);
            }
        .winkelmand-summary {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 16px 15px 18px;
        } 
            .winkelmand-summary .price {
                width: 100%;
                max-width: 300px;
                padding: 0 10px;
                font-size: 24px;
                font-weight: 100;
                color: var(--winered);
                line-height: 1.15em;
                text-align: right;
            }
            .shipping_untill_container {
                flex: 1;
                min-width: 80px;
                padding: 10px 10px 0;
                text-align: right;
                font-family: var(--font1);
                font-size: 16px;
                line-height: 1.15em;
                color: var(--winered);
            }
        .winkelmand .fa-minus:before, .winkelmand .fa-subtract:before,
        .winkelmand .fa-add:before, .winkelmand .fa-plus:before {
            top: 2px;
        }


div.cart_info_container{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 30px;
    padding: 0 15px;
    margin: 30px 0 60px;
}
    div.customer_info_container{
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    
    div.cart_info_sumup{
        width: 100%;
        max-width: 320px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
    }
        .cart_info_sumup h2 {
            margin-bottom: 0;
        }
        .cart_info_sumup table {
            width: 100%;
        }
        .cart_info_sumup td {
            font-family: var(--font1);
            font-size: 16px;
            color: var(--black);
        }
        .cart_info_sumup td:first-child {
            padding-right: 30px;
        }
        .cart_info_sumup td:last-child {
            text-align: right;
        }
        .cart_info_sumup td.line:first-child {
            padding-right: 0;
        }
        .cart_info_sumup tr td.line div {
            width: 100%;
            height: 1px;
            margin: 6px 0 4px;
            background-color: #F3F3F3;
        }

        .cart_info_sumup .btn-holder {
            /* margin-top: 10px; */
        }
            .cart_info_sumup button {
                background-color: var(--winered);
                font-size: 18px;
                padding: 8px 12px;
            }
            .cart_info_discount button {
                font-size: 16px;
                background-color: var(--winered);
            }
            .cart_info_discount .btn-holder button>i {
                margin-right: unset;
            }

        .cart_info_discount {
            display: flex;
            flex-direction: column;
            row-gap: 6px;
        }
            .cart_info_discount span {
                font-family: var(--font1);
                font-size: 16px;
                font-weight: bold;
            }
            #customer_discount {
                font-family: var(--font1);
                font-size: 14px;
                color: var(--winered);
                padding: 6px 10px;
                outline: none;
                border: var(--input-border);
                border-radius: 6px;
                text-transform: uppercase;
            }
            .cart_info_discount .discount-holder {
                display: flex;
                column-gap: 4px;
            }

    form#customerInformationForm,
    form#registerForm,
    form#loginForm,
    form#contactForm,
    form#updateAccountForm,
    #alt_bezorg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 14px;
    }

    /* div.form-item{
        width: 100%;
    } */

    form input,
    form select,
    form textarea {
        font-family: var(--font1);
        font-size: 14px;
        color: var(--black);
        padding: 14px 22px;
        outline: none;
        border: none;
        background-color: #F3F3F3;
        border-radius: 14px;
    }
    form textarea {
        flex: 1;
        width: 100%;
        max-width: unset;
        resize: vertical;
    }
    form input.large,
    form select.large {
        max-width: 300px;
    }
    form h2 {
        margin-bottom: 0;
    }

    .form-item-double{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 14px;
    }
    .form-item-double .form-item {
        width: unset;
    }
    .form-item{
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    } .form-item.full {
            width: 100%;
        }
        .form-item.large input {
            max-width: 320px;
        }
        .form-item .smallInput {
            max-width: 120px;
        }
        .form-item label{
            font-family: var(--font1);
            font-size: 16px;
        }
        .form-item .discount-holder {
            width: 100%;
            display: flex;
            align-items: center;
            column-gap: 10px;
        }
            .form-item .btn-holder {

            }
                .form-item .btn-holder button {
                    font-size: 14px;
                    padding: 8px 10px;
                }
            #discountInvalid {
                font-family: var(--font1);
                font-size: 14px;
                color: var(--winered);
            }


    #alt_bezorg {
        display: none;
        width: 100%;
    }

.sticky-sentinel {
    position: absolute;
}

#cart-summary {
    z-index: 4;
    position: fixed;
    bottom: 20px;
    width: calc(100% - 20px);
    max-width: 420px;
    left: 50%;
    justify-content: space-between;
    align-items: center;
    padding: 14px 8px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
    background: #F3F3F3;
    border-radius: 6px;
    display: none;
}
    .fade-in-up {
        display: flex;
        animation: fadeInUp 0.3s ease-out forwards;
    }
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px) translateX(-50%);
        }
        to {
            opacity: 1;
            transform: translateY(0) translateX(-50%);
        }
    }
    #cart-summary .cart-summary-left {
        color: var(--winered);
        font-size: 16px;
        font-family: var(--font1);
        padding-left: 20px;
    }
    .cart-summary-left>div {
        color: var(--black);
    }
    .cart-summary-left>div.total {
        color: var(--winered);
    }
    
    #cart-summary .total {
        font-size: 20px;
        font-weight: bold;
    }
    #cart-summary a {
        font-size: 24px;
        color: var(--winered);
    }


/*  MOBILE NAVBAR  */
#mobile-navbar {
    z-index: 1;
    display: none;
}
#mobile-navbar .burger:hover {
	cursor: pointer;
}
	#mobile-navbar .burger {
		position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 8px;
	}
		#mobile-navbar .menu-bar {
			background-color: var(--winered);
            border-radius: 10px;
			width: 2.4em;
			height: 5px;
			display: block;
			opacity: 1;
		}
        /* #mobile-navbar .menu-bar.bar2 {
            width: 30px;
            margin: 0 0 8px auto;
        } */
        #mobile-navbar.navbar-open {
            display: none;
            position: fixed;
            top: 105px;
            right: 20px;
            z-index: 20;
        }
		#mobile-navbar.navbar-open .bar1 {
			transform: translateY(-2px) rotate(45deg);
		}
		#mobile-navbar.navbar-open .bar2 {
			opacity: 0;
		}
		#mobile-navbar.navbar-open .bar3 {
			transform: translateY(2px) rotate(-45deg);
		}
		#mobile-navbar .burger .bar1, #mobile-navbar .burger .bar2, #mobile-navbar .burger .bar3 {
			transform-origin: left;
			transition: all .6s ease;
		}
#mobile-menu {
	z-index: 10;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
    justify-content: center;
    align-items: center;
	opacity: 0;
	left: 0;
	top: 0;
	background-color: var(--lightbrown);
}
    .menu-cart {
        z-index: 11;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .menu-cart i {
        font-size: 30px;
    }

    .menu-exit {
        z-index: 11;
        position: absolute;
        top: 1.5em;
        right: 1.5em;
        width: 2em;
        height: 2em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .menu-exit i.fa-solid {
            font-size: 44px;
            color: var(--winered);
            cursor: pointer;
        }
	.mobile-menu-inner {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		padding: 20px 10px 100px;
        background-color: var(--pink);
	}
        .menu-logo {
            width: 100%;
            max-width: 260px;
            height: 120px;
            margin-bottom: 40px;    
        }
            .menu-logo img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        .mobile-menu-inner ul {
            list-style-type: none;
            text-align: center;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 30px;
        }
            .mobile-menu-inner ul li a {
                color: var(--winered);
                font-size: 22px;
                font-weight: bold;
                font-family: var(--font1);
                text-transform: uppercase;
                text-decoration: none;
            }

	#mobile-menu.mobile-menu-open {
		display: flex;
		opacity: 1;
		transition: opacity .6s ease;
	}
    #mobile-navbar.navbar-open .menu-bar { 
        background-color: var(--winered);
    }

    .mobile-menu-inner .btn-holder button {
        font-size: 18px;
    }

#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f3ede5;
  color: #4e3d2c;
  padding: 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
  font-family: 'Helvetica Neue', sans-serif;
}

.cookie-content {
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cookie-content p {
  margin: 0;
  flex: 1;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cookie-buttons button {
  background-color: #242A56;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cookie-buttons button:hover {
  background-color: #242A56;
}

@media (min-width: 600px) {
  .cookie-buttons {
    margin-top: 0;
  }
}


.content-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 15px;
    background-color: #FFFFFF;
}
    .content-block-inner {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        column-gap: 80px;
    }
        /* .content-block .image-holder {
            display: flex;
            align-items: center;
            flex-grow: 1;
        } */
        .content-block .content {
            flex: 1 auto;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
            .content-block .content h1 {
                margin-bottom: 20px;
            }
            .content-block .content .text {
                font-family: var(--font1);
                font-size: var(--text-size);
                font-weight: normal;
                color: var(--black);
            }


            
/* slider */
.slider-container {
    position: relative;
    width: 100%;
    max-width: var(--max-width);
    overflow-y: visible;
    overflow-x: hidden;
    height: auto;
}
.slider-container.has-dots {
    padding-bottom: 30px;
}
    .slider {
        width: 100%;
        display: inline-flex;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        cursor: grab;
    }
        .slider::-webkit-scrollbar {
            display: none;
        }
        .slider-container::before,
        .slider-container::after {
            z-index: 1;
            content: '';
            position: absolute;
            top: 0;
            height: 100%;
            width: 90px;
            pointer-events: none;
            opacity: 0;
        }
        .fade-left::before, .fade-right::after {
            opacity: 1;
            transition: opacity .5s ease;
        }
        
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);            
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 36px;
            color: var(--winered);
            background-color: #ffffff;
            text-align: center;
            align-content: center;
            cursor: pointer;
            border-radius: 50%;
            user-select: none;
            transition: opacity .3s ease;
        }
        .arrow-left { left: 10px; }
        .arrow-right { right: 10px; }
        .arrow:hover { transform: translateY(-50%) scale(1.1); }
        .arrow.disabled {
            opacity: 0.3;
            transition: opacity .3s ease;
        }
        .slider.centered {
            justify-content: center;
        }
        .slider.dots {
            margin-bottom: 30px;
        }
        .dots-container {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
            gap: 8px;
            padding-top: 10px;
        }
            .dot {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #ccc;
                cursor: pointer;
                transition: background-color 0.3s;
            }
                .dot.active {
                    background-color: #333;
                }

.account {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 15px 60px;
}
    .account-inner {
        width: 100%;
        max-width: var(--max-width);
        overflow: hidden;
    }
        .account-top {
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            column-gap: 50px;
            row-gap: 10px;
            margin-bottom: 20px;
        }
            .account-top h1 {
                font-size: 28px;
                margin-bottom: 0;
            }
            .account-top .logOut {
                display: flex;
                align-items: center;
                column-gap: 10px;
                font-size: 22px;
                font-family: var(--font2);
                cursor: pointer;
            }
                .account-top .logOut>i {
                    top: -2px;
                }
            .account-top .line {
                width: 100%;
                height: 2px;
                background-color: var(--winered);
                margin-bottom: 30px;
            }

            .account-top-right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                column-gap: 20px;
            }
            .account-top-right .btn-holder button {
                font-size: 14px;
            }
            .account-content {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                column-gap: 30px;
                row-gap: 30px;
            }
                .account-block {
                    width: 100%;
                    max-width: 380px;
                    min-height: 160px;
                    display: flex;
                    align-items: flex-start;
                    flex-direction: column;
                    row-gap: 4px;
                    background-color: #F3F3F3;
                    padding: 20px;
                    border-radius: 10px;
                    /* box-shadow: 2px 4px 2px rgba(224, 224, 224, 0.425); */
                }
                    .account-block-title {
                        width: 100%;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        flex-wrap: wrap;
                        column-gap: 10px;
                    }
                    .account-block h3 {
                        display: flex;
                        column-gap: 10px;
                        align-items: center;
                        margin-bottom: 0;
                        color: var(--black);
                    }
                        .account-block h3 i {
                            font-size: 36px;
                            margin-right: 6px;
                            color: var(--winered);
                        }
                    .account-block .desc {
                        font-size: 16px;
                        font-family: var(--font1);
                        color: var(--winered);
                        line-height: 1.6em;
                    }
                    .account-block.small .btn-holder {
                        width: unset;
                        margin-top: auto;
                    }
                    .account-block button {
                        background-color: var(--orange);
                        font-size: 12px;
                        padding: 8px 10px 8px;
                    }

                    .account-block.referral {
                        max-width: 600px;
                        background-color: var(--lightgreen);
                    }
                    .account-block.full {
                        max-width: 100%;
                    }

                        .progress-bar {
                            width: 100%;
                            border-radius: 10px;
                            margin-top: 10px;
                        }
                            .progress-bar .bar {
                                height: 9px;
                                background-color: var(--winered);
                                border-radius: 10px;
                                overflow: hidden;
                            }
                                .progress-bar .bar .progress {
                                    background-color: var(--orange);
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 10px;
                                    max-width: 100%;
                                    box-shadow: 0 0 5px var(--orange);
                                    transition: width 1s ease-in-out;
                                }
                                .progress-info {
                                    display: flex;
                                    justify-content: flex-end;
                                    margin-top: 10px;
                                    font-size: 12px;
                                    font-family: var(--font1);
                                }


/* Account - Bestellingen */
.account-order {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FEEFE5;
    border: var(--img-border);
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}
    .account-order h4 {
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 20px;
        padding: 8px 20px;
        margin-bottom: -2px;
        border-bottom: 1px solid #242a562c;
        font-size: 16px;
        font-family: var(--font1);
        cursor: pointer;
        transition: all .3s ease;
    }
        .account-order h4 .date {
            font-size: 14px;
            font-family: var(--font1);
            color: #242a5670;
        }
        .account-order h4 i {
            width: 15px;
        }
    .account-order.opened h4 {
        margin-bottom: 2px;
        transition: all .3s ease;
    }
.orders-rows {
    width: 100%;
    display: none;
}
.orders-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    border-bottom: 1px solid #242a562c;
} .orders-row:last-child { border-bottom: unset; } .orders-row.no-borders{border-bottom: unset;}

    .orders-row-inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }
        .orders-row-inner a {
            text-decoration: none;
        }
        .orders-actions .amount span {
            font-family: var(--font1);
            font-size: 14px;
            color: var(--winered);
        }
        .orders-row-inner a.img-holder {
            order: 1;
            width: 140px;
            height: 100px;
        }
            .orders-row-inner .img {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: top center;
                background-repeat: no-repeat;
                border: var(--img-border);
                border-radius: 6px;;
            }
        .orders-row-inner .content {
            order: 2;
            flex: 1;
            max-width: calc(100% - 215px - 80px - 20px - 20px);
            display: flex;
            flex-direction: column;
            padding-top: 10px;
        }
            .orders-row-inner .name {
                width: 100%;
                font-family: var(--font2);
                font-size: 20px;
                color: var(--winered);
                overflow: hidden !important;
                text-overflow: ellipsis;
                margin-bottom: 2px;
            }
            .orders-row-inner .desc {
                width: 100%;
                font-family: var(--font1);
                font-size: 14px;
                color: var(--winered);
                overflow: hidden !important;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 4px;
            }
            .orders-row-inner .version {
                font-family: var(--font1);
                font-size: 14px;
                color: var(--winered);
                overflow: hidden !important;
                text-overflow: ellipsis;
            }
            .orders-row-inner .price-per-item {
                font-family: var(--font1);
                font-size: 14px;
                color: var(--winered);
            }
            .orders-row-inner a:hover {
                text-decoration: underline;
            }
    .orders-options {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 10px;
        align-items: center;
    }
    .orders-row .orders-actions {
        order: 3;
        width: auto;
        display: flex;
        align-items: center;
        column-gap: 10px;
        row-gap: 10px;
        position: unset;
    }
        .orders-row .price {
            width: 100%;
            max-width: 80px;
            padding: 0 10px;
            text-align: right;
            font-family: var(--font-text);
            font-size: 16px;
            font-weight: normal;
            line-height: 1.15em;
            color: var(--winered);
        }
    .orders-row .price-total {
        flex: 1;
        min-width: 80px;
        padding: 0 10px;
        text-align: right;
        font-family: var(--font-text);
        font-size: 16px;
        line-height: 1.15em;
        color: var(--winered);
    }
    .orders-row.small {
        justify-content: flex-end;
        padding: 10px 20px;
    }
        .orders-row .price-total {
            flex: unset;
        }
        .orders-row.small .name {
            font-family: var(--font1);
            font-size: 14px;
        }

    .orders-row.small.orders-actions {
        justify-content: unset;
        flex-wrap: wrap;
        row-gap: 12px;
        column-gap: 20px;
    }

    .orders-status {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 10px;
        font-family: var(--font1);
        row-gap: 12px;
    }
        .orders-status .btn-holder {
            gap: unset;
            row-gap: 12px;
            column-gap: 20px;
        }
        .orders-status span {
            height: 14px;
            width: 14px;
            border-radius: 50%;
            background-color: red;
        }
        .orders-status .status-1,
        .orders-actions button.green {
            /* green */
            background-color: #4CAF50;
        }
        .orders-status .status-2,
        .orders-actions button.orange {
            /* orange */
            background-color: #FF9800;
        }
        .orders-status .status-3,
        .orders-actions button.red {
            /* red */
            background-color: #F44336;
        }
        .orders-status .status-4,
        .orders-actions button.blue {
            /* blue */
            background-color: #2196F3;
        }
        .orders-actions .btn-holder button:disabled {
            color: #ccc;
            cursor: not-allowed;
            opacity: 0.6;
        }

        .sendOrderConfirmSucces {
            display: none;
        }

    .orders-row.orders-info {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 10px;
        padding: 8px 20px;
    }
        .orders-row.orders-info .info-card {
            width: 280px;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            row-gap: 4px;
            padding: 6px 10px;
            background-color: #ffe7d8;
            border-radius: 6px;;
        }
            .orders-row.orders-info span {
                font-family: var(--font1);
                font-size: 14px;
            }
            
            
            .resend-confirmation {
                /* width: 100%; */
            }
    
.login-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 1em;
}
    .login-container-inner {
        width: 100%;
        max-width: var(--max-width);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        column-gap: 30px;
    }
.login-block,
.register-block {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    margin: 60px 0 60px;
}

.forgot-password {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 4px;
}

div.bottom{
    width: 100%;
    padding: 0.6em 1.6em;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: var(--winered);
}



#nix18 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    max-width: 350px;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
    #nix18 span {
        flex: 1;
    }
    #nix18 .nix18-bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        column-gap: 14px;
        row-gap: 8px;
    }
    #nix18 img {
        width: 60px;
        height: auto;
        object-fit: contain;
    }
    #nix18 button {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
    }
        #nix18 button:hover {
            background-color: #45a049;
        }


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

    .shop-group {
        max-width: calc((100% / 4) - (20px / 4 * 3));
    }
    .shop-groups .slider {
        gap: 20px;
    }

}

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


}

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

    .page-header h1,
    .page-banner h1 {
        font-size: 44px;
    }

    .product-image {
        width: 440px;
        height: 380px;
    }
    .product-action .price {
        font-size: 56px;
    }

    .news-inner {
        column-gap: 50px;
    }

}

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

    .shop-nav-item img {
        right: -40px;
    }
    
    .shop-group {
        max-width: calc((100% / 3) - (20px / 3 * 2));
    }
}

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

    .kwaliteit {
        max-width: 500px;
        width: 100%;
    }
    .kwaliteiten-inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .characteristics {
        column-gap: 26px;
    }
        .characteristics-item {
            font-size: 24px;
        }
        .characteristics-item::after {
            top: 2px;
            width: 24px;
            height: 16px;
            margin-left: 24px;
        }

    .shop-nav-inner {
        column-gap: 50px;
    }
    .shop-nav-item {
        max-width: 380px;
    }


}


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

    .page-header h1,
    .page-banner h1 {
        font-size: 40px;
    }

    .navbar-inner .nav .nav-left>a {
        display: none;
    }
    #mobile-navbar {
        display: block;
    }

    .navbar-inner {
        align-items: center;
    }
    .navbar-inner .nav .nav-left, .navbar-inner .nav .nav-right {
        column-gap: 30px;
    }

    .product-info {
        padding: 20px 0;
    }

    .product-holder {
        padding-bottom: 30px;
    }


    .news .image-holder{
        width: 100%;
        max-width: 300px;
    }
    .news .image-holder .img {
        height: 100%;
    }

    .footer-nav{
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px;
        row-gap: 50px;
    }

    .assortiment-inner {
        column-gap: 10px;
    }
    .section-row {
        column-gap: 20px;
        row-gap: 20px;
    }
    .product-card {
        flex: 0 0 240px;
    }
    .section-header h2 {
        font-size: 18px;
    }
    .product-card h2 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1000px){
    .page-header .header-content{
        max-width: unset;
        padding: 50px 20px;
        justify-content: center;
        border-bottom-right-radius: unset;
    }
    
    .product-card .input-wrapper select {
        padding: 8px 6px;
        padding-right: 24px;
        font-size: 14px;
    }

    .categories a {
        flex: 0 0 110px;
    }

    .category-item .category-img {
        width: 70px;
        height: 70px;
        padding: 10px;
    }
        .category-item .category-img>img {
            width: 40px;
            height: 40px;
        }
        .category-item h2 {
            font-size: 16px;
        }

}

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

    .package-cards .card .price {
        font-size: 30px;
    }

    .characteristics {
        display: none;
    }

    .section-row.slider,
    .showcase-items.slider {
        column-gap: 20px;
    }

    .section-header .section-top img {
        width: 48px;
        height: 48px;
    }

    .product-holder {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .product-info .product-action {
        max-width: unset;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* .shop-groups {
        margin-bottom: 30px;
    } */
    

}

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

    .package-cards .card {
        max-width: calc((100% / 2) - (30px / 2 * 1));
    }

    .news-inner{
        flex-direction: column;
    }
        .news .image-holder{
            width: 100%;
            max-width: 400px;
        }
        .news .content {
            padding-top: 30px;
        }

    .about-full {
        flex-direction: column;
    }
    .footer .title {
        font-size: 24px;
    }
    /* .shop-group img {
        height: 360px;
    } */

}

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

    .rating-row {
        align-items: unset;
        flex-direction: column;
    }
    .rating-icons>img {
        width: 40px;
        height: 40px;
    }

    .rating-name,
    .detail-name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 830px){
    div.about-inner{
        flex-direction: column;
        row-gap: 16px;
    }
    
    .about-col .image-holder {
        max-width: 540px;
    }

}


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

    .toggle-sidebar-holder {
        display: flex;
    }
    .sidebar {
        max-width: unset;
        z-index: 11;
        position: fixed;
        display: none;
        width: calc(100% - 20px);
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        border-radius: 10px;
    }

    .assortiment.sidebar-open .sidebar {
        display: flex;
    }
    
    .assortiment.sidebar-open .close-sidebar {
        display: flex;
    }

    .assortiment-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .assortiment-loading {
        z-index: 8;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
    }

}

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

    .kwaliteiten-inner {
        grid-template-columns: repeat(1, 1fr);
    }

}

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

    .section-header h2,
    .product-rating h2, .product-details h2 {
        font-size: 18px;
    }
    .product-bottom h3 {
        font-size: 16px;
    }
    .product-info h1 {
        font-size: 32px;
    }
    .section-header h3 {
        font-size: 16px;
    }
    .product-card {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .section-header .section-top img {
        width: 40px;
        height: 40px;
    }
    
    .winkelmand-row-inner {
        padding-bottom: 10px;
    }
        .winkelmand-row-inner a.img-holder {
            order: 1;
        }
        .winkelmand-row-inner .content {
            order: 3;
            max-width: 100%;
            padding-top: 0;
        }
        .winkelmand-row .winkelmand-actions {
            order: 2;
        }

    .orders-row-inner {
        padding-bottom: 10px;
    }
        .orders-row-inner a.img-holder {
            order: 1;
        }
        .orders-row-inner .content {
            order: 3;
            flex: unset;
            width: 100%;
            max-width: 100%;
            padding-top: 0;
        }
        .orders-row .orders-actions {
            order: 2;
        }
        .orders-row .price-total {
            min-width: unset;
            padding: 0 10px 0 0;
        }
        .orders-row.small {
            column-gap: 10px;
        }
    .account-order h4 {
        /* justify-content: space-between; */
        flex-wrap: wrap;
        row-gap: 4px;
    }

    div.cart_info_container {
        align-items: center;
        flex-direction: column;
    }
    div.customer_info_container {
        padding: 20px;
    }

    div.cart_info_sumup {
        max-width: 480px;
        padding: 20px;
    }
    .shop-group {
        max-width: calc((100% / 2) - (20px / 2));
    }

}

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

    .account-block {
        padding: 20px;
    }

    .footer-bottom{
        row-gap: 2em;
    }

    .footer-bottom-item{
        text-align: center;
    }
}

@media only screen and (max-width: 600px){
    .page-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 142px;
    }
    .page-banner .text{
        font-size: 12vw;
    }
    .navbar-inner img.logo {
        height: 65px;
    }

    .btn-holder button {
        font-size: 14px;
    }

    #insta-posts .posts-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #insta-posts .posts-content> *:nth-child(n+3) {
        display: none;
    }
    .slider-container::before, .slider-container::after {
        width: 35px;
    }
    .product-card .input-wrapper select {
        min-width: unset;
    }

    .product-path {
        column-gap: 10px;
        margin-bottom: 20px;
    }
    .product-path>a, .product-path>span {
        font-size: 14px;
    }
    .product-path>i.fa-solid {
        font-size: 12px;
    }

    .product-bottom {
        column-gap: 50px;
        row-gap: 50px;
        flex-wrap: wrap;
    }
    .product-info h1 {
        font-size: 26px;
    }
    .product-info2 .long_desc {
        font-size: 14px;
    }

    .account-top h1 {
        font-size: 28px;
    }

    .packages .slider {
        column-gap: 20px;
    }
    .package-cards .card {
        max-width: calc(100% / 2 - (20px / 3 * 2));
    }
    
    .footer-nav{
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
    } 

    #insta-posts .posts-top{
        flex-direction: column;
        align-items: flex-start;
        gap: 1em;
    }

    .toggle-sidebar-holder {
        top: 141px;
    }
}

@media only screen and (max-width: 540px){
    .package-cards .card {
        max-width: 100%;
    }

    .page-header h1,
    .page-banner h1 {
        font-size: 36px;
    }   

    .signature-inner {
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 6px;
    }

    .navbar-inner .nav .nav-left {
        display: none;
    }
    
}

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

    .page-header .header-content{
        padding: 50px 15px;
    }

    .section-row.slider, .showcase-items.slider{
        /* padding-inline: calc((100% - 240px) / 2); */
    }
    .arrow-left { left: 0; }
    .arrow-right { right: 1px; }
    .winkelmand-summary{
        margin-top: 20px;
    }
    .shipping_untill_container{
        margin-top: 10px;
    }

    .navbar-inner .nav .nav-left, .navbar-inner .nav .nav-right {
        column-gap: 20px;
    }
    .navbar-inner .search input {
        max-width: 160px;
    }

    .shop-nav-item h2 {
        font-size: 26px;
    }
    .shop-group {
        max-width: 280px;
    }
    .shop-groups .slider {
        padding-inline: calc((100% - 280px) / 2);
    }
}

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

    .topbar-inner .topbar-right {
        width: 100%;
        justify-content: space-between;
        column-gap: 10px;
    }

    .section-row {
        column-gap: 10px;
        row-gap: 10px;
    }
    .section-row.slider,
    .showcase-items.slider {
        column-gap: 10px;
    }
    .product-card {
        flex: 0 0 calc((100% - 10px) / 2);
    }
    .product-card .actions .price {
        font-size: 18px;
    }
    .product-card .actions .add_to_basket {
        border-radius: 3px;
        width: 25px;
        height: 25px;
    }
    .product-card .actions .add_to_basket .fa-solid {
        font-size: 18px;
    }

    .product-image {
        height: 320px;
    }

    .product-action .add_to_basket {
        width: 42px;
        height: 42px;
    }

    .product-action .price {
        font-size: 40px;
        margin-right: 0px;
        /* top: 14px; */
    }
    .product-info .product-action {
        align-items: center;
    }
    .product-action .action-wrapper {
        top: 10px;
        column-gap: 10px;
    }
    .product-action .add_to_basket .fa-solid {
        font-size: 28px;
    }
    
    .winkelmand-row-inner {
        flex-direction: column;
    }
    .winkelmand-row-inner a.img-holder { order: 1; }
    .winkelmand-row-inner .content { order: 2; }
    .winkelmand-row .winkelmand-actions { order: 3; }
    .winkelmand-row {
        padding: 8px 2px;
    }

    .orders-row {
        padding: 8px;
    }
    .orders-row.small {
        padding: 8px;
    }
    .account-block {
        padding: 16px 10px;
    }

    .shop-nav-item {
        max-width: 100%;
    }
    .shop-nav-item img {
        position: relative;
        top: 0;
        right: unset;
        transform: unset;
        width: 200px;
        height: 100px;
    }
    .about .image-holder {
        height: 260px;
    }
    
}

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

    .orders-row-inner a.img-holder {
        width: 100px;
        height: 70px;
    }

    .account {
        padding: 30px 8px 30px;
    }
    .topbar-right .nav-account span {
        display: none;
    }
    .topbar-inner a i {
        font-size: 22px;
    }
}

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

    .product-image {
        height: 240px;
    }

    .product-action .price {
        font-size: 34px;
    }
    .product-card .card-content {
        padding: 10px 8px;
    }

    .shop-nav-item h2 {
        font-size: 22px;
    }
    .shop-nav-item .content {
        z-index: 1;
        text-shadow: 0px 0px 8px #FFEDD8;
    }

}
