:root {
    --cta: #00A676;
    --primary: #FFD2A3;
    --secondary: #FFD8D8;
    --tertiary: #5ba9e6;
    --green: #73D159;
    --red: #e21111;
    --yellow: #ffb04c;
    --gold: #D0B000;
    --background: #ffffff;
    --text: #171717;
    --lightyellow: #fff6d8;
    --color4: #7C6C77;
    --color5: #6290C3;
    --primaryopaque: #ffd2a373;
    --lightyellowopaque: #fff6d84d;
    --primaryfont: "DM Sans", sans-serif;
    --gray: #F8F7FF;
    --pink: #ED6D92;
    --yellow2: #F9DB6D;
    --logofont: "Fredoka", sans-serif;
}

@media (prefers-color-scheme: dark) {
}

body,html {
    font-size: 1rem;
    /* min-height: 1600px; */
    font-family: var(--primaryfont);
    background: #fff;
    overflow-x: hidden;
    line-height: 1.5;
    padding: 0;
    color: var(--text);
}

strong {
    font-weight: 900;
}

p {
    font-family: var(--primaryfont);
    font-weight: 500;
    line-height: 1.75;
    margin: 2rem 0;
    font-size: 1rem;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--primaryfont);
    font-size: 4rem;
    line-height: 1;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2.25rem;
    font-weight: 800;
}

h2.name {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

h3 {
    font-size: 42px;
    font-family: var(--primaryfont);
    margin-bottom: 16px;
}

h3 span {
    display: block;
    font-size: 64%;
}

h4 {
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: var(--yellow);
    font-weight: 600;
}

.ui.green {
    background: var(--green) !important;
}

.green {
}

img:not([src]) {
    visibility: hidden;
}

img {
    object-fit: cover;
    max-width: 100%;
}

.content.logo.home {
    object-fit: contain;
}

.fixed-position {
    position: fixed;
    top: 16px;
    right: 16px;
    max-width: 70%;
    width: 280px;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
}

ul {
    list-style: none;
    margin: 30px 0;
    padding: 0 0.25rem;
    position: relative;
}

ul > li {
    margin: 0.5rem 0;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 1.5rem;
}

ul.vink>li {
    display: flex;
    align-items: start;
    gap: 8px;
    font-weight: 600;
    padding: 0;
}

ul.vink>li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--green);
    font-weight: 900;
    transform: translate3d(0,-1px,0);
}

.aligncenter {
    text-align: center;
}

select,input:not([type="radio"]),textarea {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 16px;
    border: 1px solid #00000012;
    border-radius: 8px;
    line-height: 52px;
    appearance: none;
    padding: 0 14px;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    font-family: "Hind", sans-serif;
}

textarea {
    line-height: 1.6;
    padding: 12px 14px;
    resize: vertical;
}

input[type="checkbox"] {
    height: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

#filters {
    width: fit-content;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 1rem;
    overflow: hidden;
}

#filters.active {
    display: flex;
    flex-wrap: wrap;
}

.filter-options {
    margin: 0 -12px;
    padding: 0;
    display: block;
    margin-top: 0;
    width: fit-content;
}

.filter-options > li {
    padding: 4px 12px;
    margin: 0;
}

.filter-group {
    margin-bottom: 00;
    width: 100%;
}

.filter-option label {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    font-family: "Hind", sans-serif;
    line-height: 1;
    white-space: nowrap;
}

.filter-option label span {
    display: block;
    font-weight: 400;
    font-size: 80%;
}

.filter-option label:before {
    content: '';
    margin-right: 6px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 30px;
    height: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #00000034;
    border-radius: 4px;
    transform: translate3d(0,-2px,0);
}

.filter-option input:checked + label:before {
    border: 2px solid #000000;
}

.filter-option input:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: absolute;
    left: 7px;
    color: var(--primary);
    font-weight: 900;
    top: 0;
    line-height: 1;
    top: 50% !important;
    transform: translate3d(0,-60%,0) !important;
}

.hidden {
    display: none !important;
}

.typed-word {
    display: none !important;
}

.typed-word.typing {
    display: inline;
}

.module.header .cntnt ul > li:before {
    left: 0;
    margin-right: .5rem;
    font-family: "Font Awesome 5 Pro";
    color: var(--green);
    font-weight: 900;
    transform: translate3d(0,-2px,0);
}

nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    height: calc(100% - 140px);
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--primary);
}

.tooltip:after {
    content: "\f059";
    font-family: "Font Awesome 5 Pro";
    position: relative;
    font-size: 10px;
    top: -9px;
    margin-left: -4px;
    color: var(--primary);
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999999;
    bottom: 125%;
    left: 0;
    font-size: 12px;
    padding: 20px;
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.menfoot {
    height: 70px;
}

.menfoot p {
    font-size: .85rem;
    margin: 0;
    transform: translate3d(0,2px,0);
    font-weight: 600;
}

nav ul > li {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    white-space: nowrap;
}

nav ul > li:last-child {
    margin-top: auto;
    padding: 0;
}

nav ul > li a {
    color: #000;
    padding: 1rem;
    display: block;
    font-weight: 600;
    font-family: var(--primaryfont);
    border-bottom: 1px solid #f5f5f5;
}

nav ul > li a.btn {
    width: 100%;
    justify-content: center;
}

.menubtn {
    display: block;
    font-size: 2rem;
    transform: translate3d(0,0px,0);
    color: #000;
    width: 42px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

.menubtn>div {
    background: #000;
    border-radius: 3px;
    width: 100%;
    height: 3px;
}

body:not(.home) .menubtn>div {
    color: #000;
    background: #000;
}

.menubtn>div:nth-child(2) {
    width: 85%;
}

.menubtn>div:nth-child(3) {
    width: 65%;
}

.mainmenu {
    display: flex;
    align-items: center;
    line-height: 70px;
    gap: 32px;
    justify-content: space-between;
}

.mainmenu .menhold .module {
    margin: 0;
}

.mainmenu .menhold .module.cijfer h3 {
    font-size: 16px;
    margin-bottom: 7px;
}

.mainmenu .menhold .module.cijfer {
    line-height: 1;
}

.mainmenu .menhold img {
    width: 75%;
    object-fit: contain;
    max-width: 150px;
}

.mainmenu>.menhold {
    display: none;
}

body.open .mainmenu>.menhold {
    display: block;
}

.seotext {
    font-size: 14px;
    font-weight: 100;
    font-family: "Assistant", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.subtitle {
    font-size: 1.75rem;
    margin-top: 0;
}

h3.subtitle {
    margin-top: -2rem;
    font-size: 32px;
    margin-bottom: 3rem;
    color: var(--tertiary);
    );}

h2 span.subtitle {
    display: block;
    margin-bottom: -4px;
    color: var(--secondary);
}

.btn {
    border-radius: 66px;
    line-height: 62px;
    white-space: nowrap;
    color: #fff;
    padding: 0 2.5rem;
    display: flex;
    width: fit-content;
    gap: 12px;
    align-items: center;
    font-family: var(--primaryfont);
    font-weight: 600;
    border: none;
    line-height: 52px;
    justify-content: center;
    cursor: pointer;
    transform: translate3d(0,0px,0);
    transition: transform 1s ease;
    font-size: 18px;
}

.btn.btn-primary {
    background: var(--cta);
}

.btn .nr {
    font-family: "Hind", sans-serif;
}

.btn svg {
    width: 26px;
    fill: #fff;
}

.btn.btn-primary-text {
    color: var(--primary);
    background: none;
    box-shadow: none;
}

.btn.disabled, .btn.disabled:hover {
    background: #d5d5d5;
    color: #000;
}

.btn.btn-secondary {
    background: var(--primary);
    color: #000;
}

.leesmeer {
    font-size: 14px;
    font-weight: 900;
}

.btn.btn-secondary svg {
    fill: #000;
}

.btn:hover {
    transform: translate3d(0,2px,0);
}

.btn.btn-tertiary {
    background: #f5f5f5;
    color: #000;
    border: 1px solid #dcdcdc;
}

.btn.btn-round {
    border-radius: 50%;
    border: 2px solid;
    height: 3.5rem;
    width: 30px;
    height: 50px;
}

.btn.btn-round:after {
    content: none;
}

.btn.btn-tertiary:first-child.active {
    background: var(--secondary);
    border-color: #1f99f7;
}

.btn.btn-tertiary:after {
    content: none;
}

.btn.roundarrow {
    gap: 6px;
}

.btn-text {
    box-shadow: none;
    color: #000;
    padding: 0 16px;
    font-weight: 600;
}

.btn-text.arrowleft:after {
    content: none;
}

.btn-text:hover {
    background: none;
    box-shadow: none;
    color: #000;
}

.btn.disabled svg, .btn svg {
    width: 16px;
    fill: #000;
}

.btn.btn-text svg {
    fill: #000;
}

.btn.disabled svg {
    width: 26px;
}

.btn.btn-primary svg {
    fill: white;
    width: 24px;
}

.logotxt {
    font-family: 'Edu SA Beginner', cursive;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 1px;
}

.logotxt>span {
    font-weight: 600;
}

.logo .logotxt {
    margin-left: 0;
    display: none;
    opacity: 1;
    transform: translate3d(0%,0,0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo a:hover .logotxt {
    transform: translate3d(0,0,0);
    opacity: 1;
}

.logo img {
    width: auto;
    height: 18px;
    position: relative;
    z-index: 9;
}

.logo img.blackbg {
    display: none;
}

body.home .logo img.whitebg {
    display: block;
}

body.home .logo img.blackbg {
    display: none;
}

header {
    position: relative;
    z-index: 10;
    height: auto;
}

body.home header {
    height: auto;
    padding: 20px 0;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: -150px;
}

header>* {
    z-index: 2;
    position: relative;
}

section.content {
    position: relative;
    z-index: 1;
    flex-direction: column;
    display: flex;
}

body:not(.home) section.content .abv {
    order: 2;
}

.headerbar {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    height: 4rem;
    z-index: 10;
    align-items: center;
    padding: 0;
}

.headerbar:before, .headerbar:after {
    display: none;
}

.ml-form-successBody.row-success {
    background: #73d1594a;
    padding: 20px 20px 5px 20px !important;
    color: #fff;
}

.headerbar .logo {
    order: 2;
    text-align: center;
    position: absolute;
    width: 100%;
}

.logo>a {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.headerbar .wrapper {
    order: 1;
}

.headerbar div.contactbtnholder {
    order: 3;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.headerbar .contactbtnholder a.contactbtn {
    justify-content: flex-end;
    padding: .75rem;
    font-size: 1.25rem;
}

body:not(.home) .headerbar {
    position: sticky;
    transform: none;
    padding: 0;
    z-index: 999;
}

body:not(.home) .menubtn {
    color: #000;
}

body.open .menubtn {
    display: none;
}

body:not(.home) .headerbar a:not(.btn) {
    color: #000;
}

body:not(.home) .item-page, .vm-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 2rem 0 0;
}

body .landingspage .item-page {
    max-width: none;
}

.item-page h1 {
    font-size: 2.25rem;
}

.item-page h2 {
    font-size: 1.75rem;
}

.headerbar .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.menhold nav {
    position: fixed;
    background: #fff;
    width: 0px;
    height: 100vh;
    max-width: 300px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    top: 0;
    flex-direction: column;
    left: 0;
    border-right: 1px solid #f5f5f5;
    box-shadow: 5px 1px 10px 0px #00000004;
    display: flex;
}

.menhead,.menfoot {
    padding: .5rem 1rem;
    background: #fcfcfc;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.menfoot {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    cursor: pointer;
    margin-top: auto;
    height: auto;
}

body.open .menhold nav {
    width: 75vw;
    opacity: 1;
    visibility: visible;
}

body.home #system-message-container>div {
    margin-top: 150px;
}

.menhold nav:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -3.5rem;
    top: .5rem;
    font-size: 1.75rem;
    font-weight: 100;
    color: #fff;
    pointer-events: none;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    background: #ffffff75;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999;
}

body.open .menhold .overlay {
    background: #00000052;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    cursor: pointer;
}

.uspoints {
    padding: 4px 0;
}

body.home .uspoints {
    display: none;
}

.uspoints .wrapper {
}

.uspoints ul {
    list-style-type: none;
    padding: 0 8px;
    margin: 0;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.uspoints ul.slick-initialized.slick-slider {
    padding: 6px 0;
}

.uspoints ul li {
    display: flex !important;
    margin-right: 40px;
    font-size: 12px;
    vertical-align: top;
    position: relative;
    font-weight: 400;
    align-items: center;
    white-space: nowrap;
    text-align: left;
    padding: 0;
    justify-content: center;
    color: var(--text);
}

.uspoints ul li i {
    font-size: 1rem;
    margin-right: .5rem;
    transform: translate3d(0,-1px,0);
    color: #000;
}

.grid {
    display: grid;
    z-index: 11;
    position: relative;
}

.flex {
    display: flex;
}

.item-page p {
    line-height: 1.75;
    margin: 0;
    margin-bottom: 2rem;
    font-size: 18px;
}

body:not(.home) .item-page img {
    border-radius: 8px;
}

.item-page .btn {
    margin: 1.5rem 0;
    display: inline-block;
    margin: 0;
}

.single .item-page {
    margin: 0 auto;
}

.module.header {
    position: relative;
    z-index: 1;
    height: auto;
    margin: 0;
    margin-bottom: 0rem;
}

.module.header .imgs {
    position: absolute;
    right: 0;
    width: 50%;
    height: 80%;
    top\: ;
    top: 20%;
    z-index: 1;
    opacity: 0.5;
}

.module.header .imgs img {
    width: 150%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    object-position: left top;
}

.doubleup {
    transform: translate3d(10%,0,0);
    position: absolute;
    top: 0;
}

.module.header .hold {
    position: absolute;
    top: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
}

.module.header .hold:after {
    content: "";
    var( --tertiary: var(--secondary));
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    background: var(--primaryopaque);
}

.module.header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

.module.header>svg {
    position: absolute;
    width: 150vw;
    height: 80%;
    left: 50%;
    transform: translate3d(-50%,0%,0);
    z-index: 1;
    bottom: -100px;
    min-width: 800px;
}

span.logo {
    font-family: var(--logofont);
    font-weight: 470;
    letter-spacing: 1px;
}

span.logo > span {
    font-weight: 550;
    /* opacity: 0; */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

span.logo > span.in-view {
    opacity: 1;
    animation: fadeIn 1.5s ease forwards;
}

h2 span.logo {
    font-size: 100%;
}

span.logo span {
    display: inline-block;
    color: var(--tertiary);
    font-size: 100%;
}

.module.header:after, .notifyme:before {
    background: var(--secondary);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
}

.moduleblok.flex {
    flex-direction: column;
    margin: 4rem 0;
}

.module.header:after, .notifyme:before {
    content: "";
    background: url("/images/original/assets/header-cutout.svg");
    height: 294px;
    position: absolute;
    top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    display: none;
}

.sizes-container {
    width: 100%;
}

.notifyme:before {
    height: 160px;
    background-position: 100%;
}

.module.header .cntnt {
    width: 100%;
    position: relative;
    z-index: 2;
    order: 2;
}

.module.header .cntnt > * {
    color: #000;
}

.module.header .cntnt > p {
    margin: 0px 0;
    font-weight: 400;
    font-size: 16px;
    max-width: 480px;
}

.module.header .cntnt > ul {
    margin: 1rem 0 1.25rem;
}

.module.header .cntnt > ul li {
    font-size: 14px;
    padding-left: 28px;
}

.module.header .cntnt > ul li svg {
    position: absolute;
    width: 20px;
    left: 0;
    top: 50%;
    fill: var(--tertiary);
    transform: translate3d(0,-50%,0);
}

.module.header .productenlijst h3, .module.header .productenlijst p, .module.header .productenlijst .price span, .module.header .productenlijst li {
    color: #fff;
}

.module.header .productenlijst li {
    font-size: 15px;
}

.module.header .btn.btn-primary {
    background: var(--tertiary);
    color: #fff;
    fill: #fff;
}

.module.header .btn.btn-primary svg {
    fill: #fff;
}

.module.header .btn.btn-text svg {
    width: 24px;
}

.head .btn {
    padding: 0;
    font-size: 16px;
    line-height: 1;
    margin-top: 1rem;
}

#resultCount {
    margin-bottom: 0;
    font-weight: 700;
}

.module.header ul li {
    font-size: 1rem;
    align-items: start;
    padding: 0;
    font-weight: 600;
    gap: 8px;
    position: relative;
}

.module.header h1 {
    margin-top: 0;
    font-size: 49px;
    flex-direction: column;
    display: flex;
    min-height: auto;
    margin-bottom: 8px;
}

.module.header h1>span {
    display: inline;
    font-weight: 700;
    margin: 4px 0 2px;
}

.typed-words {
    min-height: 42px;
}

.module.header h1 span.st {
    display: inline-block;
    color: var(--tertiary);
    line-height: 1;
}

.module.header h1>span:last-child {
    display: block;
}

.module.header h1>span:first-child {
    display: inline-block;
    height: auto;
    line-height: initial;
    color: #000;
    transition: all 1.4s ease;
    display: block;
    flex-wrap: wrap;
}

.cw {
    white-space: nowrap;
}

.reviews-s {
    margin-top: 2rem;
    position: relative;
    z-index: 99;
    max-height: 183px;
}

.reviews-s .wrapper {
    display: block;
    overflow: hidden;
    gap: 1rem;
    flex-shrink: 0;
}

.reviews-s .wrapper .slick-track>div {
    margin-right: 12px;
}

.reviews-s .wrapper .slick-list {
    width: 66%;
    overflow: visible;
}

.reviews-s .flex {
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.reviews-s .userrev {
    padding: 20px;
    border: 1px solid #00000012;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    width: auto;
    height: fit-content;
    background: #fff;
}

.reviews-s p {
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
}

.usr {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.stars svg {
    width: 16px;
    fill: var(--yellow);
    height: 12px;
}

.cw.hide {
    position: absolute;
}

.cw.visible {
    display: inline;
    height: auto;
    opacity: 1;
}

.letter {
    display: inline-block;
    position: relative;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.module.header>.wrapper {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    align-items: start;
    height: 100%;
    padding: 141px 0 3rem;
    margin-top: auto;
}

.module.header>.wrapper>.holder {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    border-radius: 8px;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: none;
}

.module.header>.wrapper div.img {
}

.module.samenstelling>.wrapper .imgslider {
    min-height: 0;
    order: initial;
    position: absolute;
    right: 0;
    transform: translate3d(-10%,0,0);
    z-index: 1;
    width: 60%;
    top: 0;
    left: 50%;
    margin: 0;
    z-index: 1;
}

.module.samenstelling>.wrapper .imgslider div {
    margin: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: inline-block !important;
}

.module.samenstelling>.wrapper img {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    object-fit: cover;
    display: block !important;
}

.module.header>.wrapper .img>img {
    display: none;
}

.page-header {
    text-align: center;
    margin-bottom: 0;
}

.page-header p {
    font-weight: 600;
    font-size: 1.25rem;
}

.page-header img {
    max-height: 280px;
    width: 100%;
}

.sfeerbeeld {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0.5rem;
    margin-top: 2rem;
    min-height: 420px;
}

ul.nog {
    padding: 0;
    max-width: 80%;
    margin: 0 auto;
    min-width: 320px;
}

ul.nog li {
    display: grid;
    grid-template-columns: 60px 1fr;
    padding: 0;
    margin: 3rem auto;
}

ul.nog li:before {
    content: "\f001";
    font-family: "Font Awesome 5 Pro";
    margin-right: 0.5rem;
    text-align: center;
    font-size: 26px;
    color: var(--text);
}

ul.nog li:nth-child(1):before {
    content: "\f6d3";
}

ul.nog li:nth-child(2):before {
    content: "\f7e4";
}

ul.nog li:nth-child(1):before {
    content: "\f070";
}

ul.nog li strong {
    font-size: 1.25rem;
}

header .carticon .cart {
    line-height: 50px;
    cursor: pointer;
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: none;
    margin: 0 auto;
    justify-content: center;
}

header .carticon .cart.active, body:not(.home) .headerbar .cart.active {
    background: var(--primary);
    color: #000;
}

.header .productblok {
    opacity: 0;
    pointer-events: none;
}

body.front header .carticon .cart {
    color: #fff;
}

.winkelwagenshortcut .cart {
    display: flex;
}

.winkelwagenshortcut .cart .icon {
    margin-right: 5px;
    position: relative;
    font-size: 24px;
    transform: translate3d(1px, 0px, 0px);
}

.winkelwagenshortcut .cart .totprod {
    font-weight: 600;
    position: absolute;
    left: 26px;
    top: 2px;
    font-size: 11px;
    line-height: normal;
    background: #fff;
    width: 15px;
    text-align: center;
    display: flex;
    height: 20px;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.home .winkelwagenshortcut .cart .totprod {
    background: NONE;
    LEFT: 18PX;
    TOP: 6PX;
    width: 16px;
    height: 16px;
}

.winkelwagenshortcut .cart.active .totprod {
    background: var(--primary) !important;
    transform: translate3d(0px,0px,0);
    border-radius: 50%;
}

body.home .winkelwagenshortcut .cart.active .totprod>div {
    background: var(--primary);
    color: #000;
}

.winkelwagenshortcut .cart .totprod>div {
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    justify-content: center;
}

body.home .winkelwagenshortcut .cart .totprod>div {
    background: #000;
    color: #fff;
}

.module {
    margin: 6rem 0;
    position: relative;
    z-index: 9;
}
.newsflash p{
    margin-top:0;
    max-width:640px;
}

.newsflash h2{
    margin-bottom:8px;
}

.module.blokjes{
    margin: 3rem 0 3rem;
}

.module.producten {
    margin: 2rem 0;
}

.module.assortiment.head {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    width: 100%;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 8px;
    ;}

.white-popup h4 {
    margin: 1rem 0 0;
    font-size: 1.5rem;
}

.white-popup>p {
    margin: 8px 0;
}

.bekijkalle a {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 1rem auto;
    color: #000;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    justify-content: center;
}

.bekijkalle a:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
}

.product-product ul {
    margin: 1rem 0;
    padding: 0;
}

.product-product ul.vink li, ul.vink.spectags li {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    font-family: "Hind", sans-serif;
}

.product-product ul li span, ul.vink.spectags li span {
    font-weight: 400;
    display: block;
    font-size: 85%;
}

.sizes-container .wrapper {
    display: flex;
    gap: 8px;
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
}

.size-option {
    display: flex;
    gap: 4px;
    width: auto;
}

.size-option input[type="radio"] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.size-option label {
    color: #000;
    display: inline-flex;
    align-items: center;
    padding: 0;
    opacity: 0.5;
    border-radius: 8px;
    margin: 0;
    height: fit-content;
    cursor: pointer;
    padding: 8px 8px;
    border: 2px solid #0000001a;
    background: #0000001a;
}

.size-option label span.bl {
    font-size: 12px;
    font-family: "Hind", sans-serif;
}

.size-option label::before {
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    border: solid 2px #000;
    border-radius: 50%;
    margin-right: 4px;
    transition: all ease-in 150ms, box-shadow ease-in 150ms;
}

.size-option input[type="radio"]:checked + label, .size-option input[type="radio"]:focus + label {
    color: black;
    opacity: 1;
    border: 2px solid;
}

.size-option input[type="radio"]:checked + label::before {
    border-color: currentColor;
}

.size-option input[type="radio"]:checked + label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    position: absolute;
}

.size-option input[type="radio"]:focus + label::before {
    border-color: currentColor;
}

.module.samenstelling {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 32px;
    padding: 0;
    margin: 0rem 0 0;
}

.module.samenstelling .slick-list {
    width: 100%;
    overflow: hidden;
    margin: 0 -2rem;
    max-width: 360px;
}

.module.samenstelling .slick-list>div {
    gap: 2rem;
}

.module.samenstelling>.wrapper {
    display: block;
    grid-template-columns: 1fr;
    gap: 0rem;
}

.module.samenstelling>.wrapper>.txt {
    padding: 2rem 0 0;
    width: 100%;
}

.module.samenstelling>.wrapper .imgslider {
    width: 100%;
    height: 380px;
    top: 170px;
    object-fit: cover;
    border-radius: 2rem;
    min-height: 380px;
    order: -1;
    position: absolute;
    z-index: -1;
}

.module.samenstelling>.wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    min-height: 380px;
    order: -1;
    position: absolute;
    display: none;
}

.module.samenstelling h2 {
    font-size: 2rem;
    font-weight: 800;
    max-width: 400px;
}

.smnstlhold {
    margin-bottom: 2rem;
    margin-top: 5rem;
    z-index: 99;
}

.smnstl {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0rem;
    margin: 0rem 0;
    background: #fff;
    padding: 2rem 20px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
}

.smnstl .icon {
    font-size: 2rem;
    text-align: left;
}

.smnstl .fa-ram {
    position: relative;
}

.smnstl .fa-ram:after {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-weight: 900;
    color: var(--primary);
    font-size: 16px;
    left: 50%;
    top: 15px;
}

.smnstl .title {
    font-weight: 700;
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
}

.smnstl .cntnt {
    font-size: 16px;
    font-weight: 600;
}

.module.levenslangegarantie {
    position: relative;
    padding: 4rem 0;
    margin: 0;
}

.module.levenslangegarantie:after, .module.banner:after {
    background: #00000003 0% 0% no-repeat padding-box;
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
    height: 100%;
    z-index: -1;
}

.module.banner:not(.small):after {
    opacity: 0.2;
}

.module.levenslangegarantie.new:after {
    background: var(--secondary);
    opacity: 0.5
}

.module.levenslangegarantie h2 {
    display: flex;
    flex-direction: column;
    margin: 0 0 3rem;
    font-size: 38px;
    font-weight: 800;
    gap: 1rem;
}

.module.levenslangegarantie h2 span {
    display: block;
    font-size: 20px;
    color: var(--secondary);
}

.module.levenslangegarantie .txt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
    margin-top: 2rem;
}

.module.levenslangegarantie .txt img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.module.levenslangegarantie .txt > div:first-child {
    padding-top: 0rem;
}

.module.levenslangegarantie h3 {
    font-weight: 800;
    margin-top: 0;
    font-size: 62px;
    margin: 0;
}

.module.contacttext .txt h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.module.contacttext>img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 1rem;
}

.module.contacttext>.grid {
    grid-template-columns: 100%;
    grid-gap: 0;
    padding: 0 4rem;
    align-items: center;
    margin-top: -3rem;
    padding: 10px;
}

.socksheights {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-top: 40px;
    overflow-y: hidden;
}

.socksheights>div {
    width: 130px;
    flex-shrink: 0;
    margin-right: 2rem;
}

.scks p {
    margin: 0;
    line-height: 1;
}

.scks p:nth-child(2) {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 4px;
}

.module.inschrijvennieuwsbrief {
    max-width: 600px;
}

.module.inschrijvennieuwsbrief h2 {
    line-height: 1.25;
    margin-bottom: 1.25rem;
    margin-top: 0;
}

#mlb2-18170183.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    margin-left: 0;
    display: block !important;
    margin: -20px;
}

.module.inschrijvennieuwsbrief p {
    max-width: none;
    margin-top: 16px;
}

.module.inschrijvennieuwsbrief h2 span {
    display: block;
    font-size: 50%;
    color: var(--yellow);
}

.module.inschrijvennieuwsbrief form {
}

.module.inschrijvennieuwsbrief form .btn:after {
    font-size: 24px;
}

.module.inschrijvennieuwsbrief form .field {
    margin: 0 !important;
}

.module.inschrijvennieuwsbrief form input {
    border-radius: 8px;
    padding: 0 1rem;
    height: 62px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #e0e0e091;
    margin: 0;
}

.module.inschrijvennieuwsbrief form span {
    display: none;
}

.module.banner {
    position: relative;
    margin: 0;
    padding: 10rem 0;
    margin: 2rem 0 0;
}

.module.banner.small {
    padding: 4rem 0 0;
    text-align: center;
    z-index: 999;
}

.module.banner.small h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
}

.module.banner.small .btnbar {
    justify-content: center;
    margin-bottom: -30px;
}

.module.banner.small .btnbar .btn-primary {
    background: var(--tertiary);
}

.module.banner .wrapper {
    padding-left: 0;
    position: relative;
    left: 0;
}

.module.banner h2>span {
    display: inline;
    gap: 2rem;
    line-height: 1;
    flex-wrap: wrap;
}

.module.banner h2 {
    margin: 0;
    text-shadow: none;
    font-size: 2.5rem;
    text-align: left;
    line-height: 1;
}

span.primary {
    color: var(--or);
}

.module.banner h2>span>span {
    font-size: 72%;
}

span.tertiary {
    color: #000;
    opacity: 0.7;
}

.module.producten .hd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    position: relative;
}

.module.producten .hd .image, .module.banner .image {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
    z-index: -1;
    height: 150%;
    top: -30%;
    opacity: 0.2;
}

.module.banner .image {
    opacity: 1;
    height: 100%;
    top: 0;
}

.module.banner img {
    height: 100%;
    width: 100%;
    object-position: 0% 50%;
}

.module.producten .hd .image:before, .module.producten .hd .image:after {
    content: "";
    background: url("/images/original/assets/module-cutout.svg");
    height: 70px;
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    z-index: 2;
    background-position: 100% 0;
}

.module.producten .hd .image:before {
    background-position: 0% 0;
    height: 60px;
    background-position: -200% 0;
}

.module.producten .hd .image:after {
    top: 0;
    bottom: unset;
    transform: scaleY(-1);
}

.module.producten .hd .image img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.module.producten h2 {
    margin: 0;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    flex-direction: column;
    display: flex;
}

.title-block h3 {
    text-align: center;
    margin: 0;
    color: var(--yellow);
}

.title-block {
    margin-bottom: 2rem;
}

.module.producten h2 span {
    margin: 4px;
    color: var(--secondary);
    order: 2;
}

.module.producten .hd ul {
    display: grid;
    gap: 8px;
    flex-direction: row;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

.module.producten .hd ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    font-family: 'Montserrat';
}

.module.producten .hd ul li i {
    font-weight: 400;
}

.module.producten .slick-list {
    overflow: visible;
    width: 360px;
    max-width: 100%;
}

.prodlarge {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 2rem;
    transition: background-color 0.4s ease;
    flex-direction: row;
    position: relative;
    gap: 0;
    flex-direction: column;
}

.module.producten .prodlarge {
    margin-bottom: 2rem;
}

.prodlarge .inhd {
    padding: 1rem;
    position: relative;
    z-index: 999;
    width: 100%;
}

.prodlarge[data-color="black"] {
    background: #ececec
}

.prodlarge[data-color="coyote brown"] {
    background: #ffefe8;
}

.prodlarge[data-color="foliage green"] {
    background: #f8ffee;
}

.prodlarge[data-color="dark teal"] {
    background: #dcf6f8;
}

.prodlarge[data-color="denim"] {
    background: #ffefee;
}

.prodlarge[data-color="oatmeal"] {
    background: #fff6ee;
}

.prodlarge[data-color="lime"] {
    background: #f6fff2;
}

.prodlarge[data-color="olive"] {
    background: #f2f2f2;
}

.prodlarge[data-color="taupe"] {
    background: #f6eeee;
}

.prodlarge[data-color="eclipse"] {
    background: #d6f1ff;
}

.prodlarge[data-color="charcoal"] {
    background: #eeeeee;
}

.prodlarge h3 {
    font-size: 3rem;
    margin: 0rem 0 0;
    display: flex;
    align-items: start;
    font-weight: 800;
}

.prodlarge h4 {
    margin: 0;
    font-family: var(--primaryfont);
    font-size: 18px;
    margin-bottom: 0px;
}

.prodlink .btnbar, .landingspage .prodlink .btnbar {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-top: auto;
}

.prodlink .metad {
    position: absolute;
    padding: 0 2rem;
    bottom: -7px;
    left: 0;
    display: flex;
    gap: 8px;
    z-index: 999999;
}

.prodlink ul {
    margin: 8px 0 1rem;
}

.weight {
    background: var(--color4);
    width: fit-content;
    padding: 4px 8px 4px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    font-family: "Hind", sans-serif;
    margin-right: 8px;
    display: flex;
    white-space: nowrap;
    line-height: 0;
    gap: 4px;
    align-items: center;
}

.weight .popover-content {
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 4px #02002434;
    border: 1px solid #0000003d;
    border-radius: 12px;
    padding: 16px;
}

.popover-image {
    display: flex;
}

.popover-image>img {
    margin: 0 -4px;
}

.weight span {
    display: block;
    line-height: 1;
    margin-bottom: -2px;
}

.weight .popover-content span {
    margin-top: 0px;
    font-weight: 600;
}

.weight span>span {
    font-size: 150%;
}

.weight svg {
    width: 14px;
    fill: #fff;
}

.cimg {
    opacity: 0;
}

.blokje {
    position: relative;
}

.popover-content {
    position: absolute;
    background: var(--text);
    width: 400px;
    padding: 14px;
    color: #fff;
    font-size: 18px;
    border-radius: 1rem;
    z-index: 999999;
    font-size: 16px;
    margin: auto;
    text-transform: none;
    width: fit-content;
}

@-webkit-keyframes unisexani {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes unisexani {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes unisexani {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.sex>div i {
    font-size: 150%;
    transform: translate3d(0,-1px,0);
}

.meta, .meta>div>div {
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 4px;
    line-height: 1;
    font-weight: 900;
    flex-wrap: nowrap;
}

.meta, .meta svg {
}

.meta svg {
    width: 14px;
}

.prodlink .meta>div>div {
    align-items: center;
}

.btnbar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.pctholder .btnbar {
    justify-content: center;
    margin-bottom: -3.5rem;
    position: relative;
    z-index: 9;
}

.manu {
    display: none;
}

ui.green {
    color: var(--green);
}

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

.yellow {
    color: var(--yellow);
}

.prodlink .meta i {
    font-size: 130%;
    font-weight: 600;
    transform: translate3d(0,-1px,0);
}

.prodlink .meta {
    margin-bottom: 8px;
    gap: 1rem;
    width: 100%;
}

.head .prodlink .meta {
    margin-bottom: 8px;
}

.prodlink .image.fullimage {
    justify-content: center;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    justify-content: center;
    object-position: 0 80%;
    min-height: 200px;
}

.fullimage .prodimg {
    position: absolute;
    bottom: -15px;
    max-height: 250px;
    left: 0;
    width: auto;
    height: auto;
    background: none;
}

.usps {
    gap: 32px;
    margin: 16px 0 1rem;
    height: fit-content;
}

.usps .slick-list {
}

.productdetails .usps {
    flex-direction: column;
    gap: 8px;
    margin: 8px 0;
}

.usps .swiper-wrapper{
    height:auto;
    margin:0;
}


.productdetails .usps svg {
    width: 20px;
    height: 20px;
}

.productdetails .usps .usp p {
    font-size: 16px
}

.usp {
    display: flex !important;
    gap: 6px;
    align-items: center;
    margin-right: 2rem;
    padding-left: 0;
}

.usp .icon {
    display: flex;
    align-items: center;
    transform: translate3d(0,-1px,0);
}

.usp svg {
    width: 26px;
    height: 20px;
    object-position: center center;
}

.prodpric {
    font-size: 24px;
    margin: 1rem 0;
    font-weight: 600;
    font-family: "Hind", sans-serif;
}

.usp p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--primaryfont);
}

.prodlarge .usp p {
    font-size: 16px;
}

.bol {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.4s ease;
    background: #fff !important;
    overflow: hidden;
    border: 2px solid;
}

.bol img {
    width: 200%;
    max-width: none;
    left: -20%;
    position: relative;
    top: -90%;
    pointer-events: none;
}

.height-quarter .bol img{
    top: -40%;
    left: -10%;
}

.height-no-show .bol img{
    top:-50%;
}

.active {
    opacity: 1;
}

.bol.active {
    width: 60px;
    height: 60px;
}

.denim {
    background-color: #b7241d;
}

.lime {
    background-color: #869268;
}

.oatmeal {
    background-color: #c0af96;
}

.olive {
    background-color: #565650;
}

.taupe {
    background-color: #7e716c;
}

.blaze {
    background-color: #f84201;
}

.rye {
    background-color: #155e61;
}

.eclipse {
    background-color: #5186b0;
}

.black {
}

.charcoal {
    background-color: #4b4b4b;
}

.teal {
    background-color: #324181;
}

.brown {
    background-color: #846756;
}

.selection {
    display: flex;
    gap: 0rem;
    margin: 2px 0 12px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    row-gap: 0;
}

.selection .label {
    font-size: 12px;
    font-weight: 900;
}

.selection>div {
}

.sizes {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kleurbollen {
    display: flex;
    gap: 8px;
    margin: 0;
    align-items: center;
    width: fit-content;
    background: none;
    border-radius: 4px;
    position: relative;
    flex-wrap: wrap;
}

.kleurbollen>span, .sizes>span {
    font-weight: 900;
    position: relative;
    margin-right: 12px;
}

.kleurbollen>span:after, .sizes>span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background: #000;
    left: calc(100% + 8px);
}

.prodimg {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-position: left;
    object-fit: cover;
}

.prodimg.bottom {
    object-position: bottom;
}

.child .prodimg {
    object-fit: contain;
    object-position: 10% center;
    position: relative;
    z-index: 9;
}

.child .prodimg:not(:first-child) {
    position: absolute;
    top: 0;
    width: 100%;
}

.child .prodimg:nth-child(3) {
    transform: translate3d(10%,0,0);
    z-index: 8;
}

.child .prodimg:nth-child(4) {
    transform: translate3d(20%,0,0);
    z-index: 7;
}

.child .prodimg:nth-child(5) {
    transform: translate3d(30%,0,0);
    z-index: 6;
}

.child .prodimg:nth-child(6) {
    transform: translate3d(40%,0,0);
    z-index: 5;
}

.child .prodimg:nth-child(7) {
    transform: translate3d(50%,0,0);
    z-index: 4;
}

.child .prodimg:nth-child(8) {
    transform: translate3d(60%,0,0);
    z-index: 3;
}

.child .prodimg:nth-child(9) {
    transform: translate3d(70%,0,0);
    z-index: 2;
}

.prodimg img {
    height: 100%;
    display: block;
}

.prodimg i {
    font-size: 50px;
}

.werkdagenvoor {
}

.prodlink .werkdagenvoor {
    display: none;
}

.price {
    margin: 4px 0 0;
    font-size: 3rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1;
}

.prodlink .price {
    font-size: 2.5rem;
}

.detailsprod .price {
    margin: 0;
    transform: translate3d(0,3px,0);
}

.prod-desctags {
    margin-bottom: 10px;
}

.prodlink .btn-shop span {
}

.btn.noflex {
    display: block;
}

.btn .p {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    line-height: 1;
    transform: translate3d(0,1px,0);
}

.productdetails .price>div {
    margin: 0;
    display: none;
}

.price>div {
    display: flex;
    align-items: center;
    color: #000;
    gap: 4px;
    margin: 0;
}

.landingshop .bar {
    display: flex;
    flex-direction: column;
}

.showfilter {
    order: 2;
    transform: translate3d(0,10px,0);
    color: #000;
    font-weight: 600;
}

.showfilter {
    position: relative;
    bottom: 5px;
    z-index: 9999;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    margin: 2rem auto;
    z-index: 9999999999;
    display: none;
    background: #f3f3f3;
    border-radius: 8px;
    width: fit-content;
    border: 1px solid #dcdcdc;
}

.showfilter.active:after {
    transform: rotate(180deg);
}

.showfilter:after {
    font-family: "font awesome 5 pro", sans-serif;
    content: "\f103";
    transition: transform 0.3s ease;
}

.head .price>div {
    color: #fff;
}

.prod-desctags ul {
    margin-top: 0;
    margin: 1.5rem 0;
}

.price span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 0;
    display: block;
    line-height: 1;
}

.detailsprod .price span {
    font-weight: 600;
    font-size: 100%;
}

.vm-customfields-wrap {
    padding: 6px 16px 16px;
}

.vm-product-details-container {
    bottom: -1px;
    z-index: 999999999999999999;
    background: #fdfdfd;
    width: 100%;
    box-shadow: 0px -5px 13px #00000008;
    padding: 0;
}

.vm-customfields-wrap .product-field-display {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 12px;
    margin: auto;
}

.geenvoorraad {
    padding: 0 0rem 1rem;
    margin: 0 0 -1rem;
}

.geenvoorraad p {
    font-size: 15px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.geenvoorraad p:before {
    content: '\f071';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 200;
    font-size: 2.2rem;
    margin: 0 1rem;
}

.geenvoorraad>.btn {
    width: 100%;
}

.custom_field_C_container .vm-cmv-label {
    display: block;
}

.addtocart-buttonholder {
    justify-content: center;
}

.addtocart-buttonholder .dynbtn, .addtocart-buttonholder .btn {
    width: 100%;
}

.productdetails .dynbtn {
    width: 100%;
}

.addtocart-button {
}

.vm-product-details-container .addtocart-button {
    width: 100%;
    font-size: 20px;
}

.aantal {
    margin: 1rem 0;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.aantal input {
    width: 100px;
    text-align: center;
}

.productenlijst {
    display: block;
    gap: 2rem;
    margin-top: 80px;
    z-index: 999999999999;
    margin: 0px -1rem 0;
    flex-direction: column;
}

.bekijkalle {
}

.head .productenlijst {
    margin: 0;
    width: 100%;
}

.productenpagina .prodlink {
    width: auto;
    min-width: 0;
}

.form {
    margin: 2rem auto;
    max-width: 440px;
}

.prodlink {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 11px 0px #0000000f;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    width: 420px;
    color: initial;
    opacity: 1;
    display: block;
    transition: all 5s ease;
    width: 100%;
}

.moreinfo {
}

.prodlink.hidden {
    opacity: 0;
    display: block;
    visibility: hidden;
    pointer-events: none;
    transition: all 1s ease;
}

.module.assortiment.head .prodlink, .module.assortiment.head .prodlink .content {
    background: none;
    border: none;
}

.head .prodlink:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(45deg, rgba(0, 0, 0, 255), rgba(0, 0, 0, 0), rgba(0, 0, 0, 255)) no-repeat border-box, linear-gradient(298DEG, #000 0%, #fff0 40%, #000 90%) no-repeat border-box;
}

.head ul {
    margin: 0;
}

.landingspage .grid>div>h3, .landingspage .grid .btnbar {
    text-align: center;
    justify-content: center;
    margin-top: 0;
}

.landingspage .prodlink .btnbar {
    justify-content: start;
    margin-top: auto;
}

.module.producten .slick-slide {
    padding: 0;
}

.prodlink>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.head .prodlink>div {
    width: fit-content;
}

.productlijst {
}

.productlijst .prodlink>div {
    height: 100%;
}

.prodlink .inhd {
    padding: 2rem 1rem;
    position: relative;
    z-index: 2;
}

.head .prodlink .inhd {
    border-left: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    margin: 2rem;
    width: fit-content;
    margin: 2rem 0rem 2rem 2rem;
}

.module.assortiment.head .prodlink .productblok:before {
    content: none;
}

.prodlink h3 {
    margin-bottom: 0;
    font-size: 40px;
    margin-top: 0;
}

.head .prodlink h3 {
    font-size: 46px;
    line-height: 1;
}

.bekijkalles {
    text-align: left;
}

.modhold {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: start;
    flex: 0 0 100%;
}

.modhold>div {
    width: 100%;
    height: 100%;
}

.rechts {
    margin-top: 5rem;
    grid-template-columns: 100%;
    display: grid;
    gap: 2rem;
    border-top: 1px solid #f5f5f5;
    padding-top: 2rem;
    display: none;
}

.blck {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 2px #0000000f;
}

.blck>*:not(img) {
    padding: 0 20px 16px;
}

.blck>* {
    padding-bottom: 10px;
}

.blck h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
}

.blck>img {
    max-height: 300px;
    width: 100%;
}

.blck p {
    font-size: 14px;
    margin: 0
}

.productspecificaties {
    margin: 2rem 0;
    position: relative;
    background: #fff6d852;
    padding: 0rem;
}

.productspecificaties>div>div:nth-child(2) {
    order: -1;
    padding: 0;
}

.productspecificaties img {
    width: 100%;
    height: 100%;
}

.banner {
    padding: 16px 32px 64px;
    text-align: center;
    margin: 2rem 0 0;
    position: relative;
    color: #000;
    fill: #000;
}

.productdetails .levengara h3 {
    width: 100%;
}

.banner p {
    max-width: 920px;
    margin: 0 auto;
}

.banner>.wrapper>.grid {
    grid-template-columns: repeat(3,1fr);
    margin: 64px 0;
    gap: 32px;
    max-width: 1000px;
    display: flex;
    margin: 64px auto;
    flex-direction: column;
    gap: 2rem;
}

.lega {
    text-align: left;
    width: fit-content;
}

.levengara .lega {
    margin: auto;
    text-align: center;
}

.lega>svg {
    width: 40px;
    height: 30px;
}

.lega h4 {
    font-size: 22px;
    margin: 1rem 0;
}

.lega h4 span {
    font-size: 80%;
}

.lega p {
    max-width: 340px;
    margin-left: 0;
}

.iconen.product-specificaties {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 3rem auto;
    gap: 4rem;
    row-gap: 1rem;
}

.productspecificaties h2 {
    margin: 0
}

.productspecificaties h4 {
    margin: 0 0 4px;
    font-size: 20px;
}

.product-specificaties {
    display: flex;
    flex-direction: column;
    gap: 64px;
    height: auto;
    justify-content: space-between;
    height: 100%;
    padding: 2rem;
    max-width: 100%;
}

.product-specificaties .lega svg {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.productspecificaties p {
    margin-bottom: 0;
    margin-top: 0;
    max-width: none;
}

.vm-product-container {
    padding-bottom: 0rem;
}

.iconen.product-specificaties>li>div {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
}

.iconen.product-specificaties .flex {
    flex-wrap: wrap;
    column-gap: 5px;
}

.iconen.product-specificaties>li {
    display: grid;
    gap: 20px;
    grid-template-columns: 30px 1fr;
    align-items: center;
    font-weight: 600;
    padding: 0;
}

.iconen.product-specificaties>li:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    content: "\f5fd";
    font-weight: 300;
}

body.home .item-page {
}

body.home .item-page .grid {
    grid-template-columns: 1fr;
    display: block;
}

body.home .item-page .grid h2 {
    font-size: 2rem;
}

.iconen.product-specificaties>li:nth-child(1):before {
    content: "\f5fd";
}

.iconen.product-specificaties>li:nth-child(2):before {
    content: "\f52d";
}

.iconen.product-specificaties>li:nth-child(3):before {
    content: "\f88d";
}

.iconen.product-specificaties>li:nth-child(4):before {
    content: "\f53f";
}

.product-details img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.product-details {
    position: relative;
    margin: 7rem 0 12rem;
    display: none;
}

.uitlegholder {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bolholder {
    height: 100%;
    width: 100%;
    z-index: 99999;
    position: absolute;
}

.utlgdiv {
    margin-top: -15%;
    position: relative;
    z-index: 999;
}

.uitlegholder h4, .uitlegholder p {
    margin: 0;
}

.uitlegholder h4 {
    font-size: 30px;
    background: #fff;
    padding: 0;
    position: relative;
}

.uitlegholder p {
    margin: 1rem 0;
}

.uitlegholder>div.det {
    width: 330px;
    margin: 0 auto;
    position: relative;
    height: 280px;
}

.uitlegholder>div .txt {
    z-index: 99;
    position: relative;
    padding: 20px;
}

.uitlegholder>div .txt:after, .uitlegholder>div .txt:before {
    width: 4px;
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: var(--primary);
    z-index: -1;
}

.uitlegholder>div .txt:before {
    width: 4px;
    height: 160px;
    right: -68px;
    transform: translate3d(0,0,0) rotate3d(0,0,1,301deg);
    top: 120px;
}

.uitlegholder>div.show.det .txt {
    display: block;
}

.uitlegholder div.bolletje {
    background: var(--primary);
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 8px 9px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 8px 9px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 35%);
    cursor: pointer;
}

.uitlegholder> .uitlegdiv>:after, .uitlegholder> .uitlegdiv>div:before {
    background: var(--primary);
    width: 150px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    left: 100%;
}

.uitlegholder>div.det:after {
    display: none;
}

.uitlegholder>div.det .txt:before {
    width: 2px;
    height: 100%;
    left: 0;
    z-index: 9999;
}

.uitlegholder>div.det {
    margin-top: 20px;
    position: absolute;
}

.uitlegholder>div.show.det {
}

.uitlegholder>div.det:nth-child(2):after {
    width: 240px;
    transform: translate3d(0,-50%,0) rotate(15deg);
    top: 69%;
    left: 99%;
}

.uitlegholder div.bolletje:nth-child(1) {
    left: 40%;
    top: 25%;
}

.det {
    width: 320px;
    background: #fff;
}

.uitlegholder .bolletje:nth-child(2) {
    left: 60%;
    top: 60%;
}

.det:nth-child(1) {
    transform: translate3d(-150px,60px,0);
}

.det:nth-child(2) {
    margin-left: auto;
    transform: translate3d(250px,0,0);
}

.det:nth-child(2) .txt:after {
    right: unset;
    left: 0;
}

.det:nth-child(2) .txt:before {
    right: unset;
    left: -96px;
    transform: translate3d(0,0,0) rotate3d(0,0,1,257deg);
    height: 200px;
    top: 84px;
}

.det:nth-child(3) {
    transform: translate3d(-200px,-60px,0);
}

.det:nth-child(3) .txt:after {
    right: 0;
    left: unset;
}

.det:nth-child(3) .txt:before {
    right: -50px;
    left: unset;
    transform: translate3d(0,0,0) rotate3d(0,0,1,222deg);
    top: 62px;
    height: 150px;
}

.uitlegholder>div:nth-child(2) h4 {
    border-right: none;
}

.uitlegholder h4:after {
    width: 270px;
    transform: translate3d(0,-50%,0) rotate(-19deg);
    top: 79%;
    left: unset;
    right: 98%;
    z-index: -1;
    content: "";
    height: 2px;
    position: absolute;
}

.uitlegholder>div:nth-child(3) {
}

.uitlegholder div.bolletje:nth-child(3) {
    left: 30%;
    top: 80%;
}

.uitlegholder>div:nth-child(3) h4:after {
    width: 190px;
    transform: translate3d(0,-50%,0) rotate(-8deg);
    top: 46%;
    left: 99%;
    z-index: -1;
}

.ervaring, .vraag {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 20px #00000008;
    border: 1px solid #70707014;
    border-radius: 16px;
    padding: 1rem 2rem;
    text-align: center;
    max-width: none;
    display: flex !important;
    flex-direction: column;
    margin: 0;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.ervaringholder {
    margin: 0 -1rem;
}

.ervaringholder .slick-list {
    max-width: 420px;
    overflow: visible;
}

.slick-track {
    display: flex !important;
    justify-content: start;
    align-items: start;
    margin: 0;
}

.slick-slide {
    height: inherit !important;
}

.ervaringholder .slick-list .slick-slide>div {
    margin: 0 1rem;
    height: 100%;
}

.ervaring .title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.ervaring .text {
    color: #2B2B2B;
    font-weight: 300;
    margin: 1rem auto;
}

.ervaring .auteur {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.ervaring .auteur>* {
    margin: 0 3px;
    color: #6369D1;
    font-weight: 400;
}

.ervaring .auteur .icon {
    font-size: 40px;
    margin-right: 10px;
    margin-left: 0;
}

.score {
    color: #FFD836;
    font-size: 1.25rem;
    margin: .5rem 0;
    display: flex;
    justify-content: center;
}

.contactblok {
    background: #6369D1 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 20px #00000019;
    border-radius: 1rem;
    padding: 2.5rem;
    padding-bottom: 1.5rem;
}

.module.contacttext .txt {
    margin-top: 4rem;
    padding: 0rem;
}

.module.contacttext .txt p {
    max-width: 420px;
}

.contactblok h2 {
    margin: 0;
    color: #fff;
    font-size: 1.75rem;
}

.contactblok .subtitle {
    text-transform: none;
    font-family: "Cabin", sans-serif;
    margin-top: 0;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 2.25rem;
}

.module.betaaliconen {
    margin: 62px 0 32px;
}

.icon {
    text-align: center;
    width: auto;
}

.betaalmet {
    margin-top: 0rem;
    display: flex;
    align-items: center;
    gap: 0rem;
    justify-content: center;
    opacity: 0.8;
    margin: 3rem 0 0;
}

.betaalmet h3 {
    font-size: 12px;
    margin: 0 .3rem;
    font-weight: 500;
}

.betaalmet i {
    margin: 0 4px;
    font-size: 20px;
    transform: translate3d(0,2px,0);
}

.betaaliconen>.wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    grid-template-columns: repeat(5,auto);
}

.betaalmet img {
    margin: 0 4px;
}

.betaaliconen img {
    height: 40px;
    width: auto;
    max-width: 50px;
    object-fit: contain;
}

.betaaliconen.betaalmet img {
    height: 20px;
}

.headerbanner .img:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #FCFCFC;
    background: linear-gradient(90deg, #FCFCFC 20%, rgba(255,255,255,0) 100%);
    z-index: 0;
}

.double .headerbanner .img:after {
    background: #FCFCFC;
    background: linear-gradient(90deg, #FCFCFC 10%, rgba(255,255,255,0) 100%);
}

.headerbanner .img > img {
    max-height: 250px;
    object-fit: cover;
}

.module.fotos .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.module.fotos .wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.supporticons {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 4rem 0;
    background: #fff;
}

.supporticons span {
    display: none;
}

.supporticons>div:nth-child(1), .supporticons>div:nth-child(3) {
    padding: 5px;
}

.supporticons>div {
    margin: 0 2rem;
    width: 100px;
}

.supporticons svg {
    width: 100%;
    height: auto;
}

footer {
    padding: 2rem 0;
    position: relative;
}

footer:after, .banner.levengara:after {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 1;
    background: #f4f4f4;
    pointer-events: none;
}

.banner.levengara:after {
    background: var(--primary);
    z-index: -1;
    opacity: 0.5;
}

footer>.wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

footer .module {
    margin: 0;
}

footer .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.scorebar {
    position: relative;
    width: 150px;
}

.module.cijfer {
    margin: 3rem 0;
}

footer h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 700;
}

.module.cijfer h3 span {
    font-weight: 700;
}

.fullstars, .emptystars {
    font-size: 22px;
    color: #FEC82E;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
}

.fullstars {
}

.fullstars::before, .emptystars:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.emptystars:before {
    font-weight: 300;
}

.emptystars, .fullstars {
    position: relative;
    left: 0;
    top: 0;
    font-weight: 300;
}

.emptystars {
    position: absolute;
    left: 0;
}

.chronoforms6_credits {
    display: none;
}

footer ul:not(.nav) li {
    display: grid;
    grid-template-columns: 50px 1fr;
    margin: 1rem 0;
    align-items: center;
    line-height: 1.5;
    padding-left: 0;
}

footer ul:not(.nav) li i {
    align-self: flex-start;
}

footer ul.nav li {
    line-height: 1.5;
    padding-left: 0;
}

footer ul li .flex span:nth-child(1) {
    margin-right: 1rem;
    font-weight: 300;
}

footer ul li i {
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
    background: #6369D1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    color: #fff;
    justify-content: center;
}

footer ul li p {
    margin: 0;
    font-size: 0.75rem;
    max-width: 200px;
}

footer ul li span, footer ul li a {
    color: #000;
    font-weight: 400;
}

footer>.flex {
    margin-top: 2rem;
}

footer>.flex, .copyright {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 9;
}

footer>.flex {
    flex-direction: column;
}

footer>.flex>.module {
    margin: 2rem 0;
}

footer .flex ul {
    display: flex;
    margin: 0 -1rem;
}

footer .flex ul>li {
    margin: 0 1rem;
    padding: 0;
}

.progress-ring {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke: var(--gold);
}

.chronoforms form button.btn {
    margin: 0 auto;
    gap: 10px;
    display: flex;
    height: auto;
    align-self: end;
    background: var(--green) !important;
}

.copyright {
    margin: 0 -.5rem;
}

.copyright>div {
    margin: 0 0.5rem;
}

footer .flex ul>li>a, .copyright > div {
    font-size: 12px;
    font-weight: 600;
}

.copyright > div:nth-child(2) {
    font-weight: 600;
    opacity: .75;
}

.module.veelgesteldevragen {
    margin: 0;
}

.detailsprod h1 {
    margin: 0;
}

.pctholder {
    margin-top: 8rem;
}

.pctholder .title {
    top: 0px;
    position: relative;
    left: 5%;
}

.pctholder .title p {
    font-size: 22px;
    color: var(--yellow);
}

.pctholder .title h3 {
    line-height: 1;
    font-size: 62px;
}

.pctholder .title p, .pctholder .title h3 {
    margin: 0;
    font-family: var(--primaryfont);
    font-weight: 900;
}

.productdetails .title h1, .productdetails h3 {
    font-weight: 800;
    line-height: 1;
    margin-left: -3px;
    line-height: 1;
}

.detailsprod h1 , .detailsprod h3 {
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: 0;
}

.detailsprod h3 {
    font-size: 40px;
}

.detailsprod .title {
    margin: 4px 0 0;
}

.reviews .wrapper {
    display: flex;
    gap: 0;
    width: fit-content;
    padding: 4px 0px;
    border-radius: 4px;
}

.reviews .stars {
    display: flex;
    align-items: center;
}

.reviews .wrapper span {
    font-size: 14px;
    font-weight: 600;
}

.reviews .wrapper span:nth-child(2) {
    margin-left: 6px;
    margin-right: 8px;
    display: flex;
    gap: 8px;
}

.reviews .wrapper span:nth-child(2):after {
    content: "|";
}

.reviews .stars svg {
    width: 16px;
    height: 12px;
    fill: var(--yellow);
    flex-shrink: 0;
    object-fit: contain;
}

h1 span, h2>span:not(.logo),h3>span {
    display: block;
}

.title h1 span, .title h2 span {
    line-height: 1.5;
    font-size: 60%;
    margin: 0;
}

.prodhold span.t4 {
    line-height: 100%;
    font-size: 40%;
    color: #fff;
    font-family: "Hind", sans-serif;
    display: inline-block;
    background: #000;
    padding: 6px 6px 2px 6px;
    width: fit-content;
    order: 2;
}

.detailsprod {
    padding-top: 1rem;
    flex-direction: column;
}

.detailsprod>.flex, .prodhold>.inhd>.flex {
    gap: 0;
    margin: 4px 0 12px;
    align-items: center;
}

.productenpagina .prodhold>.inhd>.flex {
    gap: 12px;
}

.prodhold .inhd>.reviews {
    margin-bottom: 0;
}

.detailsprod>p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--primaryfont);
    order: 10;
}

.levenslangegarantieseal {
    background: #ffb04c40;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 22px;
    justify-content: start;
    padding: 6px 8px 6px 6px;
    border-radius: 8px;
    color: var(--text);
    padding-right: 12px;
}

.detailsprod .levenslangegarantieseal {
    width: fit-content;
    margin-bottom: 1rem;
}

.prodlink .levenslangegarantieseal {
    margin: 0;
    font-size: 23px;
    font-weight: var(--gold);
    color: var(--secondary);
    height: 40px;
    right: 5rem;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 2rem;
}

.levenslangegarantieseal>i {
    font-size: 32px;
    margin: -8px 0 0;
}

.winkelwagentabel .levenslangegarantieseal span {
    font-size: 14px;
}

.winkelwagentabel .levenslangegarantieseal {
    margin-left: -40px;
}

.winkelwagentabel .levenslangegarantieseal span span {
    font-size: 50%;
    display: none;
}

.winkelwagentabel .levenslangegarantieseal span span i {
    font-size: 14px;
}

.levenslangegarantieseal span {
    font-weight: 800;
    font-size: 62%;
}

.levenslangegarantieseal span>span {
    font-size: 50%;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: -3px;
    display: none;
}

.prodlink .levenslangegarantieseal span {
    display: none;
}

.custfield {
    flex-direction: column;
    display: flex;
    position: relative;
}

div.selecthold {
    position: relative;
}

.custfield .moreinfo {
}

.moreinfo>span, .moreinfo>a {
    margin: 0 0 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.moreinfo span:hover {
    color: var(--primary);
    opacity: 0.9;
}

.moreinfo .utlg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.moreinfo .utlg > div {
    width: 600px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    height: 500px;
    padding: 2rem;
}

.custfield .moreinfo.active .utlg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_addit {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 8px 0 0;
    gap: 8px;
}

.img_addit>a {
    display: flex;
    height: fit-content;
}

.img_addit img {
    height: auto;
    width: 100%;
    border-radius: 4px;
}

.custfield>div.selecthold:after {
    content: "\f0ab";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 12px;
    top: 50%;
    color: #00000047;
    pointer-events: none;
    font-size: 18px;
    transform: translate3d(0,-50%,0);
    font-weight: 300;
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
    position: relative;
    font-weight: 700;
    display: block;
    margin: 4px 0;
}

.g-recaptcha>div {
    margin: 0 auto;
}

.levenslangegarantie i {
    font-size: 36px;
}

.detailsprod .meta {
    margin: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.productdetails .sex {
    position: relative;
}

.tag {
    top: 100px;
    color: #fff;
    padding: 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 24px;
    border-radius: 4px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    position: absolute;
    left: -0%;
    top: 0px;
    z-index: 9999;
}

.tag svg * {
    fill: var(--red);
}

.prodlink .sex {
    display: flex;
    gap: 1rem;
}

.productdetails .sex>div, .productdetails .kleur>span {
    font-size: 14px;
    gap: 8px;
    padding-left: 12px;
    padding-right: 14px;
    font-weight: 600;
}

.zwa>span {
    background: #000;
}

.roo>span {
    background: var(--primary);
}

.gri>span {
    background: #929292;
}

.bru>span {
    background: #694f39;
}

.wit>span {
    background: white;
    color: #000;
}

.bla>span {
    background: #445772;
}

.tur>span {
    background: #3a6b74;
}

.gro>span {
    background: #535345;
}

.vm-product-media-container>.flex {
    margin-left: -12px;
    margin-bottom: -12px;
    gap: 8px;
    position: relative;
}

.productpagina {
}

.productpagina .prodimg {
    height: auto;
    border-radius: 8px;
    display: block;
    border: 2px solid #00000008;
}

.productpagina .imgwrapper>a:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%;
    height: 100%;
}

.productpagina .imgwrapper>a {
    display: block;
    width: 150px;
    height: 150px;
}

.productpagina .imgwrapper>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.detailsprod .meta>div>div {
    font-size: 14px;
}

.detailsprod .meta>div>div i {
    line-height: 1;
    font-size: 16px;
    transform: translate3d(0,-1px,0);
}

.werkdagenvoor i {
    font-size: 14px !important;
}

.vraag {
    margin: 2rem 0;
    text-align: left;
    cursor: pointer;
    width: 100%;
    max-width: 680px;
}

.vraag>*:nth-child(1) {
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    width: 100%;
}

.vraag>*:nth-child(1):after {
    content: "\f0ab";
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    width: 52px;
    height: 52px;
    position: relative;
    display: block;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 30px;
    line-height: 53px;
    color: var(--primary);
    font-weight: 300;
    font-size: 40px;
    transition: transform 0.4s ease;
}

.vraag.open>*:nth-child(1):after {
    transform: rotate(180deg)
}

.vraag .antwoord {
    height: 0;
    overflow: hidden;
}

.vraag.open .antwoord {
    height: auto;
    padding-top: 2rem;
}

.antwoord p, .antwoord li {
    font-size: 22px;
    line-height: 1.5;
}

.antwoord>div {
    margin-bottom: 30px;
}

.vraag > .answer {
    overflow: hidden;
    transition: max-height .5s linear;
    position: relative;
    top: 20px ;
    height: 0;
}

.vraag p {
    font-size: 1rem;
}

.vraag.open > .answer {
    height: auto;
}

section.content .headerbanner {
    position: relative;
    margin: 5rem 0;
}

.headerbanner .text {
}

.headerbanner > .img > .text .subtitle {
    margin-bottom: 1rem;
}

.single .headerbanner > .img > .text, .double .headerbanner > .img > .text {
}

.double .headerbanner > .img > .text {
    bottom: 0px;
    width: 100%;
    top: unset;
    transform: translate3d(-50%,0,0);
}

.headerbanner > .img > .text h1 {
    color: #000;
    margin-bottom: 0.25rem;
    text-align: center;
}

.contactmogelijkheid {
    margin: 1.5rem 0;
}

.contactmogelijkheid:nth-child(3) .grid .icon {
    font-size: 2rem;
}

.contactmogelijkheid:nth-child(4) .grid .icon {
    font-size: 2rem;
}

.contactmogelijkheid .grid {
    grid-template-columns: 30px 1fr;
    align-items: center;
    grid-gap: 1rem;
    color: #fff;
    line-height: 1.25;
}

.contactmogelijkheid .grid .icon {
    font-size: 1.55rem;
    text-align: center;
}

.contactmogelijkheid .text>div:nth-child(1) {
    font-size: 0.85rem;
    font-weight: 100;
    margin-bottom: 0.15rem;
}

.contactmogelijkheid .text>div:nth-child(2) {
    font-size: 1rem;
    font-weight: 600;
}

.socialicons {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin: 2rem 0;
}

.socialicons>a {
    text-align: center;
    width: 100%;
    padding: 2rem 0;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ededed;
    -webkit-box-shadow: 2px 2px 15px -1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 15px -1px rgba(0,0,0,0.05);
}

.socialicons a>span {
    display: block;
    font-size: .75rem;
    margin-top: .5rem;
    font-weight: 500;
}

.socialicons a span:nth-child(3) {
    margin: 0;
}

.socialicons a span.tit {
    font-size: 1.5rem;
    font-weight: 600;
}

.socialicons svg {
    width: 30px;
    fill: var(-primary-color);
    height: 30px;
}

.socialicons a:hover svg {
    fill: #0056b3;
}

footer .socialicons a {
    color: #fff;
}

body.contact .contentpage .socialicons {
    margin: 3rem 0;
}

.bedanktvoordeorder:before {
    z-index: -1;
}

.plgdiv {
    background: #ffffff;
    padding: 2rem 2rem 1.5rem;
    border-radius: 2rem;
    border: 1px solid #0000000f;
    max-width: 480px;
    margin: 0 auto;
}

.bedanktvoordeorder * {
}

.bedanktvoordeorder h2 {
    text-align: center;
    font-size: 2rem;
    margin: 6rem 0;
}

.bedanktvoordeorder br {
    display: none;
}

.vm-button-correct {
    display: none;
}

.bedanktvoordeorder p {
    margin: 1rem 0;
}

.bedanktvoordeorder .plgdiv>div {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    max-width: 500px;
    margin: .25rem auto;
    font-weight: 600;
}

.bedanktvoordeorder .plgdiv>div:not(:nth-child(3)) {
    border-bottom: 1px solid #0000000f;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.bedanktvoordeorder .image, .bedanktvoordeorder .image img {
    width: 100%;
}

.bedanktvoordeorder .image img {
    height: 500px;
}

.bedanktvoordeorder> .plgdiv>div>span:nth-child(1) {
    font-weight: 400;
}

.heading {
    position: relative;
    padding: 24px 0;
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
}

.heading .wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 4;
    text-align: center;
}

.landingspage .heading {
    height: 300px;
    margin-bottom: -8rem;
}

.heading img {
}

.heading .wrapper h1, .heading .wrapper p {
    margin: 0 auto 8px;
    font-size: 38px;
    line-height: 1.25;
}

.heading .wrapper p {
    margin: 0rem auto 1rem;
    font-size: 20px;
    line-height: 1.25;
    position: relative;
}

.heading .wrapper p span {
    position: relative;
}

.heading .btnbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.heading .btnbar .btn {
}

.heading h1 {
    margin: 0;
}

.heading p {
    font-family: var(--primaryfont);
    margin: 20px 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.heading:before, .heading:after, .notifyme:after, .uspoints:after, body:not(.home) header:after, .heading>img, .heading>video {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
    max-width: none;
    z-index: -1;
    height: 100%;
    top: 0;
    object-fit: cover;
    opacity: 1;
    background: var(--secondary);
}

.uspoints:after {
    background: var(--lightyellow);
    opacity: 0.3;
}

body:not(.home) header:after {
    background: var(--lightyellow);
    opacity: 0.2;
}

.notifyme {
    position: relative;
    padding: 100px 0;
    ] }

.notifyme h1 {
    margin: 0;
}

.notifyme label {
    color: #fff;
}

.vm-wrap {
    padding: 0;
    color: #fff;
}

.notifyme p span {
    display: block;
    font-size: 34px;
    font-weight: 600;
}

.notifyme .btn {
    width: 100%;
    margin: 1rem 0;
}

.heading:after {
    content: "";
    opacity: 0.9;
}

.landingshop .heading:before {
    z-index: 0;
    opacity: 1;
    background: var(--lightyellow);
}

.landingspage .heading:after {
    background-position: 0% 50%;
}

.heading .btn i {
    font-size: 30px;
}

.heading .btn:last-child i {
    font-size: 22px;
}

body.contact .contentpage p {
    margin: 0;
    font-weight: 500;
}

.openingstijden {
    margin-top: 1rem;
}

.openingstijden p {
    margin: 0;
}

.openingstijden p:nth-child(2) {
    font-size: 0.95rem;
    font-weight: 500;
    padding-left: 42px;
}

.padleft {
    display: grid;
    margin-bottom: 1.5rem;
    grid-template-columns: 50px 1fr;
}

.padleft>div:nth-child(1) {
    margin-right: 10px;
    width: 2rem;
}

.padleft .locatie svg, .padleft .mobiel svg {
    width: 1.5rem;
    margin: 0 auto;
    display: block;
}

.padleft:nth-child(5) {
    align-items: center;
}

.padleft .mobiel svg {
    width: 1.4rem;
}

.padleft .small {
    font-weight: 500;
    font-size: 0.8rem;
}

.padleft p {
    line-height: 1.75;
    font-size: 1.1rem;
}

.productenpagina>div {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 4rem;
    margin: 0rem 0;
    row-gap: 3rem;
}

.productenpagina>div.holder {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
}

.twostep {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    position: relative;
}

.blogpost {
    box-shadow: 0px 9px 20px #00000010;
    border: 1px solid #f5f5f5;
    border-radius: 16px;
    padding: 2rem;
    background: #fff;
}

.blogpost h2 {
    font-size: 1.5rem;
    margin: 0;
}

.right {
}

.blogpost p {
    font-size: .95rem;
}

.blogmodule {
    margin: 4rem 0;
}

.blogitems {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 2rem;
    row-gap: 2rem;
    margin: 3rem 0;
}

.blogmodule h2 {
    margin-bottom: 1rem;
}

.blogmodule .blogitems {
    margin: 0;
}

.blogitem {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 5px 15px -3px rgb(0 0 0 / 2%);
    color: initial;
    border: 1px solid #f5f5f5;
    transition: transform .3s ease, box-shadow 0.3s ease;
}

.blogitem:hover {
    color: initial;
    transform: translate3d(1px,-4px,0);
    box-shadow: 0px 5px 15px -3px rgb(0 0 0 / 8%);
}

.image {
    position: relative;
    background: var(--secondary);
}

.prodhold:not(.productdetails) .image {
    background: none;
    order: -1;
    opacity: 1;
    width: 100%;
    height: 200px;
}

.productdetails.prodhold .image {
    width: 80%;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 0;
    margin-right: 60px;
}

.productdetails.prodhold .image:nth-child(1) {
}

.productdetails.prodhold .image:nth-child(2) {
    grid-column-start: 5;
    grid-column-end: 7;
}

.productdetails.prodhold .image:nth-child(2) img, .prodhold.productdetails.prodhold .slick-slide:nth-child(2) .image img {
    bottom: 0;
    width: 260%;
    height: auto;
    transform: rotate(335deg) translate3d(-10%, 0%, 0);
    max-width: none;
    display: block;
    position: absolute;
    left: -140%;
    top: unset;
}

.productdetails.prodhold .slick-slide:nth-child(2) .image img:nth-child(2) {
    transform: rotate(0deg) translate3d(0%, 0%, 0);
}

.productdetails.prodhold .image:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.productdetails.prodhold .image:nth-child(3) img, .productdetails.prodhold .slick-slide:nth-child(3) .image img {
    top: unset;
    bottom: 0;
    width: 220%;
    height: auto;
    transform: rotate(1deg) translate3d(-10%, 10%, 0);
    max-width: none;
    display: block;
    position: absolute;
    left: -5%;
}

.productdetails.prodhold .image:nth-child(3) img:nth-child(2), .productdetails.prodhold .slick-slide:nth-child(3) .image img:nth-child(2) {
    transform: translate3d(0%, 10%, 0);
}

.productdetails.prodhold .image:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 7;
}

.productdetails.prodhold .image:nth-child(4) img, .productdetails.prodhold .slick-slide:nth-child(4) .image img {
    top: -5%;
    width: 150%;
    height: auto;
    transform: rotate(359deg) translate3d(-10%, 0%, 0);
    max-width: none;
    display: block;
    position: absolute;
    left: 5%;
}

.productdetails.prodhold .image:nth-child(4) img:nth-child(2), .productdetails.prodhold .slick-slide:nth-child(4) .image img:nth-child(2) {
    transform: none;
}

.prodhold .image .cimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.prodhold .image .cimg.active {
    opacity: 1;
    visibility: visible;
}

.pictag {
    width: 320px;
    margin: 0rem auto 4rem;
    position: relative;
}

.pnts {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    position: initial;
    z-index: 99;
}

.pnt.active {
    background: var(--lightyellow);
}

.pnt.active:before {
    border-color: var(--yellow);
    background: var(--yellow);
    opacity: 0.5;
    border: 2px solid;
}

.pnt.active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z'/%3E%3C/svg%3E");
    content: "";
    width: 20px;
    height: 20px;
    right: 10px;
    transform: translate3d(0,3px,0);
}

.pictag>.cimg:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.pictag .active img {
    height: 100%;
}

.prodhold .image img {
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0%,0%,0);
    max-width: none;
    display: block;
    position: absolute;
    object-fit: contain;
    object-position: center center;
    left: 5%;
}

.prodhold.productdetails .image img {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate3d(-10%,-50%,0);
    left: 0;
}

.prodhold.productdetails .image:nth-child(1) img:nth-child(2) {
    transform: translate3d(5%,-50%,0);
}

.prodhold .image img:nth-child(2) {
    transform: translate3d(-10%,0%,0);
}

.prodhold.productdetails .image:nth-child(2) img:nth-child(2) {
    transform: none;
}

.imghold {
    height: 500px;
    gap: 1rem;
    display: block;
    grid-template-columns: repeat(6, 1fr);
    height: 300px;
    grid-row-start: 1;
    grid-row-end: 3;
    max-height: 320px;
    overflow: visible;
    flex-shrink: 0;
    flex-grow: 1;
    1fle:;width: auto;
    min-height: 200px;
}

.imghold .slick-list {
    height: 100%;
    overflow: visible;
    max-width: 95%;
}

.imghold .slick-list * {
    margin-right: 10px;
    height: 100%;
}

.blogitem .image, .singleblog .image {
    background: none;
}

.blogitem .image:after {
    background: var(--secondary);
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
}

.blogitem img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.blogitem h2 {
    font-size: 1.75rem;
    margin: 0;
}

.blogitem p {
    margin: 1rem 0;
}

.blogitem img.headerimg {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

img.auteur, .singleblog img.auteur {
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    right: 20px;
    width: 100px;
    height: 100px;
    bottom: 0;
    border: 2px solid #f5f5f5;
    display: none;
}

.nav {
    margin: 0;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: none;
}

.blogitem .content {
    padding: 2rem;
    margin-top: auto;
}

.blogitem:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    height: fit-content;
}

.metadata {
    margin: -1rem -0.5rem .5rem;
    display: flex;
}

.singleblog .metadata {
    margin: 1rem -0.25rem;
}

.terug {
    display: flex;
    align-items: center;
    justify-content: center;
}

.metadata>div {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    margin: 0 .5rem;
    color: #000;
    opacity: 0.75;
}

.singleblog .metadata>div {
    font-size: 1rem;
}

.metadata>div i {
    margin-right: 0.25rem;
    color: var(--primary-color);
}

.singleblog {
    position: relative;
}

.singleblog {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.singleblog img {
    margin: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    height: 100%;
}

.singleblog .image img {
    max-height: 360px;
}

.singleblog .image:not(.full)>img {
    transform: translate3d(10%,0,0);
}

.slick-dots {
    text-align: left;
    padding-left: 92px;
    bottom: -2.5rem;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-next, .slick-prev {
    bottom: -44px;
    top: unset;
    top: unset;
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: -59px;
    z-index: 99999999999999;
}

.module.samenstelling .slick-slider .slick-next, .module.samenstelling .slick-slider .slick-prev {
    bottom: unset;
    top: -2rem;
    left: 2rem;
}

.module.samenstelling .slick-slider .slick-prev {
    left: 0;
}

.pnt {
    border: 1px solid #f5f5f5;
    padding: 10px 10px;
    border-radius: 8px;
    font-weight: 800;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    transition: background 0.5s ease;
}

.hs {
    font-weight: 300;
    display: block;
}

.pnt:before {
    position: absolute;
    top: 7%;
    background: #ffffff0f;
    width: 24px;
    height: 24px;
    content: "";
    border-radius: 50%;
    border: 1px solid #000;
    left: 14%;
    transition: background 1s ease, border-color 1s ease, opacity 1s ease;
}

.pnt:after {
    content: "";
    width: 20px;
    flex-shrink: 0;
    background-image: none;
    transition: background-image 2.3s ease;
}

.module.banner h2 {
    color: var(--tertiary);
}

.slick-active .pnt[data-position="LS"]:before {
    border-color: var(--yellow);
}

.pnt[data-position="RS"]:before {
    left: 128px;
    top: 90px;
}

.pnt[data-position="H"]:before {
    top: 220px;
    left: 36px;
}

.pnt[data-position="B"]:before {
    top: 190px;
    left: 150px;
}

.pnt[data-position="O"]:before {
    top: 260px;
    left: 100px;
}

.pnt[data-position="T"]:before {
    top: 290px;
    left: 260px;
}

.slick-next {
    left: 53px;
}

.slick-prev {
    left: 1rem;
}

.slick-next:before, .slick-prev:before {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    background: var(--primary);
    border-radius: 50%;
    display: block;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    z-index: 9;
    position: relative;
}

.slick-next:before {
    content: "\f054";
}

#my-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
    cursor: pointer;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    padding: 0;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 500px;
    height: auto;
    width: 90%;
    border-radius: 8;
}

.popup-content #close:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    position: absolute;
    left: -25px;
    color: #fff;
    top: -25px;
    font-size: 30px;
    font-weight: 100;
    width: 70px;
    height: 70px;
    display: flex;
    background: #000000;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
}

.popup-content img {
    display: block;
    width: 100%;
    height: 100%;
}

#colorvariants {
    margin: 10px 0;
    position: relative;
}

#colorvariants .slick-slide {
    margin: 0;
}

#colorvariants>.label {
    position: absolute;
    z-index: 99;
    font-family: 'Pacifico', cursive;
    font-size: 28px;
    top: -72px;
    transform: rotate(352deg);
    left: -50px;
    background: #fff;
    padding: 4px 12px;
    border-radius: 6px;
}

#colorvariants>.label:after {
    background: url("/images/original/assets/arrow.svg");
    width: 40px;
    height: 30px;
    content: "";
    position: absolute;
    left: 3px;
    background-size: cover;
    background-position: 100% 100%;
    top: 52px;
    background-repeat: no-repeat;
    transform: rotate(16deg);
}

.sidearrows .slick-next, .sidearrows .slick-prev {
    bottom: unset;
    transform: translate3d(0,-50%,0);
    top: 50%;
    left: unset;
    right: -20px;
}

.sidearrows .slick-prev {
    right: unset;
    left: -20px;
}

.coloroption {
    position: relative;
    background: #ececec;
    border-radius: 8px;
}

.coloroption>a {
    display: block;
    height: 100px;
    overflow: hidden;
}

.coloroption img {
    object-position: center 0%;
    max-width: none;
    width: 100%;
    height: 100%;
}

.coloroption.outofstock img {
    opacity: 0.7;
}

.popwinkelwagen {
    border-radius:8px;
}

.popwinkelwagen h4 {
    font-size: 32px;
    margin-top: 0;
}

h4 span {
    font-size: 75%;
    display: block;
}

.coloroption:after {
    content: "\f14a";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    top: 4px;
    font-weight: 400;
    color: var(--green);
}

.coloroption.outofstock:after {
    content: "\f2d3";
    color: var(--red);
}

@media(min-width: 350px) {
    .prodlink .btn-shop span {
        display: block;
    }

    .prodhold .image img {
        left: -10%;
    }
}

@media(min-width: 400px) {
    .logo img {
        height: 22px;
    }

    .tevredengebruikers .txt {
        width: auto;
    }

    .module.header>svg {
        height: 75%;
    }

    .module.onoffblokjes {
        flex-direction: row;
        margin: -9rem -.5rem 2rem;
    }

    .module.onoffblokjes>div.blok {
        margin: 0 .5rem;
    }

    .module.producten .hd ul li {
        font-size: 18px;
    }

    .prodhold .image img {
        left: 0%;
    }
}

@media(min-width: 450px) {
    .btnbar {
        flex-direction:row;
        align-items: center;
        display: flex;
        gap: 16px;
        flex-wrap: nowrap;
    }

    .module.header .btnbar {
        flex-wrap: wrap;
    }

    .btnbar>a:first-child {
        margin-bottom: 0;
    }

    .socialicons {
        flex-direction: row;
        margin: 3rem 0;
    }

    .socialicons>div {
        width: 33%;
    }

    .vm-product-details-container {
    }

    .vm-customfields-wrap {
        padding: 0px 0 20px
    }
}

@media(min-width: 475px) {
    .module.header>.wrapper div.img {
    }
}

@media(min-width: 576px) {
    .module.producten .slick-list {
        width: 380px;
    }

    #filters {
        grid-template-columns: repeat(3,1fr) ;
    }

    .module.producten .hd ul li {
        font-size: 22px;
    }

    .module.samenstelling>.wrapper .imgslider {
        top: 30%;
    }

    .product-details {
        width: 510px;
        height: 510px;
        margin: 7rem auto;
    }

    .prodhold:not(.productdetails) .image {
        justify-content: center;
        margin-top: 10px;
    }

    .module.samenstelling>.wrapper>img {
        display: block;
        top: 40%;
        z-index: -1;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: none;
        height: 60%;
    }

    .prodhold .image img {
        left: 0%;
    }

    .module.producten .prodhold .image img {
        object-position: 0 0;
        left: 10%;
    }

    .module.samenstelling h2 {
        font-size: 2.25rem;
    }

    footer {
        padding-top: 5rem;
    }

    .socialicons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .socialicons>a {
        width: 48%;
    }

    .prodlink .inhd {
        padding: 3rem;
    }
}

@media(min-width: 768px) {
    .item-page h1 {
        font-size: 3rem;
    }

    .item-page h2 {
        font-size: 1.75rem;
    }

    .module.banner .wrapper {
    }

    .module.banner h2 {
        color: var(--tertiary);
    }

    .module.header .imgs img {
        width: 200%;
    }

    .prodhold .image img {
        top: 50%;
        width: 190%;
        height: 170%;
        transform: translate3d(-20%,-60%,0);
        max-width: none;
        display: block;
        position: absolute;
        object-fit: cover;
        object-position: 0 0;
        left: -50%;
    }

    .tag {
        left: 64%;
        width: 120px;
        height: 120px;
    }

    .imghold {
        height: 500px;
        gap: 1rem;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        height: 500px;
        grid-row-start: 1;
        grid-row-end: 3;
        max-height: 420px;
        gap: 1rem;
    }

    .geenvoorraad {
        padding: 1rem;
        background: #f5f5f5;
        margin: 1rem 0 0;
    }

    .banner>.wrapper>.grid {
        grid-template-columns: repeat(3,1fr);
        display: flex;
        justify-content: center;
    }

    .module.header .btnbar {
        flex-wrap: wrap;
        margin: 2rem 0 1rem;
    }

    .menubtn {
    }

    .productenpagina .prodhold .image {
        width: 30%;
        opacity: 1;
    }

    .pictag {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .addtocart-buttonholder {
        margin: 1rem 0 0;
    }

    .addtocart-button {
    }

    .betaalmet {
        margin-top: 1rem;
        display: flex;
    }

    .productenpagina .prodhold .image {
        opacity: 0.5
    }

    .productenpagina .prodhold .image img {
        left: -40%;
    }

    .winkelwagenshortcut .cart .icon {
    }

    .logo img {
        height: 18px;
    }

    .productspecificaties>div>div:nth-child(2) {
        order: 2;
    }

    .productenpagina .prodlarge .inhd {
        width: 80%;
    }

    .slideshow, .slideshow * {
        height: 100%;
    }

    .typed-words {
        min-height: 48px;
    }

    .module.banner h2 {
        font-size: 3rem;
    }

    .productenpagina>div {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        row-gap: 3rem;
        margin-bottom: 0;
    }

    .prodlink .inhd {
        padding: 2rem;
        height: 100%;
        flex-direction: column;
        display: flex;
    }

    .module.header>.wrapper>.holder {
        top: 0;
    }

    .module.header>.wrapper {
    }

    .module.banner .wrapper {
    }

    .prodlink .btn-shop span {
    }

    .module.header ul li {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .module.banner h2 {
        text-shadow: none;
        text-align: left;
    }

    .module.levenslangegarantie h2 {
        font-size: 2.25rem;
        gap: 0;
    }

    .vm-product-details-container {
        position: relative;
        border: none;
        box-shadow: none;
        background: none;
    }

    .vm-customfields-wrap {
        padding: 0;
    }

    .module.levenslangegarantie h2 span {
        font-size: 2rem;
    }

    .module.voordelen .wrapper, footer .wrapper, .module.contacttext>.grid {
        grid-template-columns: 1fr 1fr;
    }

    #filters {
        grid-template-columns: repeat(3,1fr);
    }

    footer .wrapper {
        grid-template-columns: 50% 1fr;
        gap: 6rem;
    }

    .module.samenstelling>.wrapper {
        grid-template-columns: 60% 1fr;
    }

    .module.header h1 {
        font-size: 3rem;
        display: block;
        height: auto;
        min-height: fit-content;
        margin-top: 2rem;
    }

    .module.header .cntnt ul {
        margin: 1rem 0px;
        padding: 0;
    }

    .module.contacttext .txt {
        margin-top: 5rem;
    }

    .vm-customfields-wrap .product-field-display {
        grid-template-columns: 1fr 1fr;
    }

    .module.contacttext>.grid {
        grid-gap: 4rem;
        margin-top: -9rem;
    }

    .module.contacttext .txt {
        max-width: 320px;
        transform: translate3d(0,5rem,0);
    }

    .module.samenstelling>.wrapper>img {
        order: 2;
        position: absolute;
        left: 60%;
    }

    footer {
        padding: 5rem 0 1rem;
    }

    footer .right {
        grid-template-columns: 1fr;
    }

    .prod-desctags ul {
        margin: 0;
    }

    .productdetails.prodhold .image:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 5;
    }

    .productdetails.prodhold .image {
        width: 100%;
    }

    .detailsprod {
        display: block;
    }

    .productdetails.prodhold .image:nth-child(2) {
        align-self: end;
        grid-column-start: 5;
        height: 60%;
        grid-column-end: 7;
    }

    .prodlarge {
        flex-direction: row;
    }

    .prodhold:not(.productdetails) .image {
        order: 1;
        height: auto;
    }

    .module.producten .prodhold .image img {
        left: -20%;
    }

    .prodhold .image img {
        top: 50%;
        width: 190%;
        height: 170%;
        transform: translate3d(-20%,-60%,0);
        max-width: none;
        display: block;
        position: absolute;
        object-fit: cover;
        object-position: 0 0;
        left: -50%;
    }

    .prodhold .image img:nth-child(2) {
        transform: translate3d(0%,-60%,0);
    }
}

@media(min-width: 992px) {
    .module.header h1 span:last-child {
    }

    .productdetails.prodhold .image {
        width: 100%;
    }

    .addtocart-buttonholder {
        justify-content: start;
    }

    .prodlarge h4 {
        max-width: 560px;
    }

    .pictag {
        display: block;
        max-width: 420px;
    }

    .productdetails .addtocart-buttonholder, .productdetails .addtocart-buttonholder .dynbtn {
        justify-content: unset;
        width: 100%;
    }

    .addtocart-buttonholder .dynbtn, .addtocart-buttonholder .btn {
        width: auto;
    }

    .productdetails .addtocart-buttonholder .dynbtn, .productdetails .addtocart-buttonholder .btn {
        width: 100%;
    }

    .module.banner h2 {
        font-size: 4rem;
    }

    .productdetails.prodhold .image:nth-child(2) img {
        top: unset;
        width: 260%;
        height: auto;
        transform: rotate(335deg) translate3d(-10%, 0%, 0);
        max-width: none;
        display: block;
        position: absolute;
        left: -150%;
    }

    .productdetails.prodhold .image:nth-child(3) {
        grid-column-start: 1;
        height: 70%;
    }

    .productdetails.prodhold .image:nth-child(3) img {
        top: 50%;
        width: 120%;
        height: auto;
        transform: rotate(1deg) translate3d(-10%, -50%, 0);
        max-width: none;
        display: block;
        position: absolute;
        left: -5%;
    }

    .productdetails.prodhold .image:nth-child(3) img:nth-child(2) {
        transform: translate3d(0%, -50%, 0);
    }

    .productdetails.prodhold .image:nth-child(4) {
        grid-column-start: 3;
        grid-column-end: 7;
    }

    .module.banner h2>span {
        display: flex;
        gap: 2rem;
        line-height: 1;
        flex-wrap: wrap;
    }

    .productdetails.prodhold .image:nth-child(4) img {
        top: -5%;
        width: 150%;
        height: auto;
        transform: rotate(359deg) translate3d(-10%, 0%, 0);
        max-width: none;
        display: block;
        position: absolute;
        left: 5%;
    }

    .pnt {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 900;
        width: 170px;
        margin: 1rem 0;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .pnt:after {
        width: 80px;
        height: 2px;
        background: #000;
        content: "";
        position: absolute;
        right: 100%;
        top: 20px;
        display: block;
    }

    .pnt:before {
        width: 40px;
        height: 40px;
        background: #ffffff34;
        position: absolute;
        content: "";
        right: calc(100% + 80px);
        border: 2px solid;
        border-radius: 50%;
    }

    .pnt[data-position="RS"]:before {
        top: 10%;
        right: 146%;
        left: unset;
    }

    .pnt[data-position="B"]:before {
        top: 10%;
        right: 146%;
        left: unset;
    }

    .hs {
        display: block;
        font-weight: 500;
        text-transform: none;
    }

    .pnt:after {
        display: none;
    }

    .pnt.active:after {
        width: 80px;
        transform: none;
        right: inherit;
    }

    .pnt[data-position="B"] {
        top: 48%;
        left: 64%;
    }

    .pnt[data-position="LS"] {
        top: 5%;
        right: 90%;
        left: unset;
    }

    .pictag.micro-crew .pnt[data-position="LS"] {
        right: 90%;
    }

    .pnt[data-position="LS"]:after {
        right: unset;
        left: 100%;
        width: 50px;
        top: 20px;
    }

    .pnt.active:after {
        height: 2px;
    }

    .pnt[data-position="LS"]:before {
        right: unset;
        left: unset;
        right: -86px;
    }

    .pnt[data-position="RS"] {
        left: 70%;
        top: 15%;
    }

    .pictag.micro-crew .pnt[data-position="RS"] {
        left: 64%;
    }

    .pnt[data-position="H"] {
        top: 70%;
        left: -27%;
    }

    .pnt[data-position="H"]:before {
        right: unset;
        right: -61px;
        transform: translate3d(10px, 0px, 0px);
        top: -10px;
        left: unset;
    }

    .pnt[data-position="H"]:after {
        right: unset;
        left: 100%;
        top: 15px;
        transform: rotate(-13deg) translate3d(0px, 0px, 0px);
        width: 33px;
    }

    .pnt[data-position="LS"] {
    }

    .pnt[data-position="O"] {
        top: 90%;
    }

    .pnt[data-position="O"]:after {
        right: unset;
        left: 100%;
        transform: rotate(-45deg) translate3d(0px, -30px, 0px);
        top: 2px;
        width: 43px;
    }

    .pnt[data-position="O"]:before {
        right: unset;
        left: 100%;
        bottom: 90%;
        transform: translate3d(10px, -30px, 0px);
        top: unset;
    }

    .pnt[data-position="T"]:before {
        top: 0%;
        left: -119px;
    }

    .pnt[data-position="T"] {
        right: 0;
        left: 100%;
        top: 83%;
    }

    .prodhold:not(.productdetails) .image {
        width: 30%;
        opacity: .7;
        order: 2;
        height: auto;
        right: 2rem;
    }

    .prodhold .image .cimg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .height-quarter .image .cimg,
      .height-no-show .image .cimg
    {
        transform:translate3d(0,80px,0);
    }


    .height-micro-crew .image .cimg{
         transform:translate3d(0,50px,0);
    }

    .prodhold .image .cimg.active {
        opacity: 1;
        visibility: visible;
    }

    .prodhold.productdetails .image:nth-child(1) img:nth-child(2) {
        bottom: unset;
        transform: none;
        top: -10%;
    }

    .grid.col2 {
        grid-template-columns: 70% 1fr;
        gap: 2rem;
        align-items: center;
        margin-bottom: 2rem;
    }

    .landingspage .grid.col2 {
        margin-top: -14%;
        align-items: end;
    }

    .landingspage .grid.col2 .btnbar {
        justify-content: center;
    }

    .mtbl {
        padding: 20px 20px 20px 0;
        background: #ffffff;
        border-radius: 16px;
        margin-top: -120px;
        z-index: 999;
        position: relative;
    }

    .grid.col2 h3 {
        margin-bottom: 1rem;
        text-align: center;
        font-weight: 800;
    }

    .mtbl.hld {
        transform: none;
        background: #ffffff;
        border: 1px solid #e8e8e8;
        margin-top: 0;
        margin-bottom: 0;
        padding: 3rem 3rem 1rem;
        border-radius: 8px;
        box-shadow: 0px -2px 20px -9px #0000001a;
    }

    .mtbl.hld > h1 {
        margin: 0;
    }

    .mtbl.hld p {
        font-weight: 600;
        font-size: 18px;
    }

    .prodlarge .inhd {
        padding: 3rem;
        max-width: 66%;
    }

    .prodlarge .inhd .usps {
        gap: 2rem;
    }

    .mtbl.hld span.logo {
        font-size: 100%;
    }

    .header .productblok {
        opacity: 1;
        align-self: end;
        justify-self: end;
        margin-right: 5rem;
        min-width: 320px;
    }

    .landingshop>.grid {
        grid-template-columns: 20% 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .filter-group {
        margin-bottom: 2rem;
    }

    #filters {
        display: block;
    }

    .productenpagina>div {
        row-gap: 8rem;
    }

    .module.samenstelling .slick-list {
        max-width: 500px;
    }

    .module.samenstelling>.wrapper .imgslider {
        height: 500px;
        top: 23%;
    }

    .module.assortiment.head {
        flex-grow: 1;
    }

    .module.header>.wrapper {
        padding: 170px 0 80px;
    }

    .prodhold .image img {
        left: -40%;
    }

    .prodhold .image {
        width: 33%;
    }

    .header .prodlink {
        display: flex;
        width: 100%;
        justify-content: end;
        padding-right: 0rem;
        min-width: 590px;
    }

    .winkelwagenshortcut .cart .icon {
        font-size: 22px;
    }

    .winkelwagenshortcut .cart .totprod {
        left: 24px;
    }

    .menubtn>div {
        background: #000;
    }

    .rechts {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #filters.active {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }

    .filter-options {
        display: block;
        margin: 0;
        overflow: hidden;
    }

    .filter-options > li {
        padding: 1px 0;
        margin: 0px;
    }

    .filter-option label {
        margin: 0;
        padding: 4px 0;
    }

    .module.header h1 {
        font-size: 3.75rem;
        margin-bottom: 1rem;
    }

    .module.header ul {
    }

    .logo img {
        height: 18px;
    }

    body.home .logo img.whitebg {
    }

    header {
        position: relative;
    }

    .logo>a {
        flex-direction: row;
    }

    .bar {
        position: relative;
        width: 100%;
    }

    .productenpagina>div {
        grid-template-columns: repeat(2,1fr);
        row-gap: 2rem;
        margin-top: 2rem;
    }

    .productenpagina>div .moreinfo {
        display: None;
    }

    .module.header>.wrapper div.img {
    }

    .module.producten .hd ul {
        max-width: 700px;
        justify-content: center;
        align-items: center;
    }

    .socialicons {
        grid-template-columns: 1fr 1fr;
    }

    .logo img.blackbg {
        display: none;
    }

    body.home .logo img.blackbg {
    }

    nav ul > li:last-child {
        padding: 0;
        margin: 0;
    }

    nav ul > li a {
    }

    .logo .logotxt {
        margin-left: 1rem;
        display: block;
        opacity: 0;
        transform: translate3d(-100%,0,0);
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .menubtn {
        display: none;
    }

    .headerbar .logo {
        order: 1;
        text-align: center;
        position: initial;
        transform: translate3d(0,-4px,0);
    }

    .headerbar .wrapper {
        order: 1;
        margin-left: auto;
    }

    .headerbar div.contactbtnholder {
        order: 3;
        display: none;
    }

    .pomen {
        top: 105%;
        bottom: unset;
    }

    .pomen:before {
        bottom: 100%;
        top: unset;
        border-bottom: 10px solid #f2f2f2;
        border-top: none;
    }

    .menhold nav {
        position: unset;
        height: auto;
        width: auto;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: none;
        background: none;
        margin: 0 -.5rem;
        display: flex;
        align-items: center;
        max-width: none;
    }

    .menhold nav .module {
        margin: 0;
    }

    .menhead, .menhold nav:after, .menfoot {
        display: none;
    }

    .headerbar {
        width: 100%;
        top: 0;
        left: 0;
        display: flex;
        height: 70px;
        z-index: 9999;
        left: 50%;
        transform: translate3d(-50%,0,0);
        justify-content: flex-start;
        align-items: center;
        margin: auto;
    }

    body:not(.home) .headerbar {
        position: sticky;
        transform: none;
        padding: 0;
    }

    body:not(.home) .headerbar a:not(.btn) {
        color: #000;
    }

    .headerbar .container {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .module.header>.container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
    }

    .module.header {
        position: relative;
        z-index: 1;
        height: auto;
        margin: 0;
    }

    .module.header>svg {
        position: absolute;
        width: 70%;
        height: auto;
        left: -17%;
        transform: none;
    }

    .betaalmet {
        display: flex;
        margin-top: 6px;
        margin-bottom: 1rem;
    }

    .module.header .cntnt {
        width: 75%;
        top: 0rem;
        position: relative;
        padding: 20px 0;
    }

    nav ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        margin: 0 -7px;
    }

    nav ul > li a {
        padding: 0 1rem;
        border: none;
        line-height: 70px;
    }

    nav ul >li > ul {
        display: none;
    }

    .module.contacttext>img {
        height: 300px;
    }

    .module.onoffblokjes {
        position: absolute;
        right: -1rem;
        top: 0;
        display: flex;
        z-index: 10;
        margin: 0;
    }

    body.home .item-page .grid {
        grid-template-columns: 50% 1fr;
        gap: 4rem;
        display: grid;
    }

    .module.voordelen .wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 3rem;
        background: #fff;
        padding: 3rem;
        border-radius: 2rem;
    }

    .module.contacttext>.grid {
        grid-template-columns: auto 1fr;
        grid-gap: 3rem;
        padding: 0 4rem;
        align-items: flex-start;
        margin-top: -3rem;
    }

    .module.contacttext .txt {
        margin-top: 4rem;
        transform: none;
        max-width: none;
    }

    .ervaringholder .slick-list {
        max-width: 500px;
    }

    .usps {
        display: flex;
        gap: 0;
        white-space: nowrap;
    }

    .usp {
    }

    .module.ervaringen .ervaring {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 9px 20px #00000010;
        border: 1px solid #70707014;
        border-radius: 16px;
        padding: 2rem 5rem;
        text-align: center;
        max-width: none;
        display: flex !important;
        flex-direction: column;
        margin: 0;
        height: 100%;
    }

    .socialicons>a {
        width: 31%;
    }

    body.veelgestelde.vragen .item-page {
        max-width: 660px;
    }

    body.veelgestelde .item-page h1 {
        text-align: Center;
    }

    body.veelgestelde .item-page > div:nth-child(3) {
        display: flex;
        grid-template-columns: 1fr;
        grid-gap: 2rem;
        justify-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    body.veelgestelde .vraag {
        justify-content: start;
        height: fit-content;
        margin: 12px auto;
    }

    .supporticons {
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding: 4rem;
        background: #fff;
    }

    footer>.wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: relative;
        z-index: 2;
        gap: 10rem;
    }

    .twostep {
        display: grid;
        grid-template-columns: 66% 1fr;
        grid-gap: 4rem;
        position: relative;
    }

    .headerbanner .img:after {
        content: "";
        position: absolute;
        height: 100%;
        background: #FCFCFC;
        background: linear-gradient(90deg, #FCFCFC 20%, rgba(255,255,255,0) 100%);
        z-index: 0;
    }

    .module.levenslangegarantie .txt {
        grid-template-columns: 1fr 1fr;
    }

    .double .headerbanner .img:after {
        background: #FCFCFC;
        background: linear-gradient(90deg, #FCFCFC 0%, rgba(255,255,255,0) 80%);
    }

    .blogitems {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2rem;
        row-gap: 2rem;
        margin: 3rem 0;
    }

    footer>.flex {
        flex-direction: row;
        justify-content: flex-end;
    }

    footer>.flex>.module {
        margin: 0;
    }

    .single .item-page {
        margin: 0 auto;
        max-width: 66.666666667%;
    }

    .single .headerbanner > .img > .text, .double .headerbanner > .img > .text {
        bottom: 0;
        width: 66.6666667%;
        left: 50%;
        transform: Translate3d(-50%,0%,0);
        max-width: none;
        padding-right: 25%;
    }

    .mainmenu>.menhold {
        display: block;
        position: relative;
    }

    .reviews-s:after {
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        background: linear-gradient(269deg, #fff, transparent);
        top: 0;
        right: 0;
    }
}

@media(min-width: 1200px) {
    .logo img {
        height: 24px;
    }

    .pctholder .title {
    }

    .pictag {
        width: 520px;
        max-width: none;
    }

    .pnt:after {
        display: block;
        right: unset;
        left: -80px;
    }

    .tooltip .tooltiptext {
        margin-left: -100%;
    }

    .showfilter {
        display: none;
    }

    .productenpagina .prodlarge .inhd {
        width: 70%;
    }

    body.home .winkelwagenshortcut .cart .totprod>div {
        left: 10px;
    }

    .selection {
        row-gap: 0;
    }

    .productdetails.prodhold .image:nth-child(3) {
        height: 100%;
    }

    .productenpagina .prodhold .image {
        opacity: 1;
    }

    .productenpagina .prodhold .image img {
        left: -10%;
    }

    header .carticon .cart {
        color: #000;
    }

    .module.header>.wrapper>.holder {
        max-height: 800px;
    }

    .progress-ring {
        right: 100px;
    }

    body.home header nav ul > li:first-child {
        display: none;
    }

    .pctholder {
        margin: 0;
        margin-top: 0rem;
    }

    nav ul > li a {
        padding: 0 12px;
        font-size: 18px;
    }

    .module.header>.wrapper {
        display: grid;
        grid-template-columns: 100% 1fr;
    }

    .reviews-s .wrapper .slick-list {
        width: X45%;
    }

    .prodhold.productdetails .image img {
    }

    .prodhold.productdetails .image:nth-child(1) img:nth-child(2) {
        top: -2%;
    }

    .imghold {
        max-height: 700px;
        height: 100%;
    }

    .productspecificaties {
        margin: 4rem;
    }

    .productspecificaties>.grid {
        grid-template-columns: 1fr 1fr;
        gap: 6rem;
        align-items: center;
    }

    .module.header .cntnt {
        order: -1;
    }

    .module.header>.wrapper>.holder {
        position: relative;
        width: auto;
        margin: 0;
        left: 0;
        right: 0;
        max-height: none;
    }

    .header .productblok {
        align-items: end;
    }

    .header .prodlink {
        justify-content: start;
    }

    .home .winkelwagenshortcut .cart .totprod {
        left: 21px;
        border-radius: 50%;
    }

    .head .prodlink>div {
        width: fit-content;
        align-items: start;
        margin: 0;
        z-index: 9999999;
    }

    .pctholder .btnbar {
        margin-bottom: -5.5rem;
    }

    .product-specificaties {
        padding: 4rem;
    }

    .module.samenstelling>.wrapper .imgslider {
        height: 100%;
        top: 0;
        z-index: 999;
        width: 60%;
        left: 55%;
    }

    .head .prodlink:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
        background: rgb(0,0,0);
        background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
    }

    .head .prodlink:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 50%);
        opacity: 1;
        z-index: 9;
    }

    .winkelwagenshortcut .cart .totprod {
        background: none;
        left: 17px;
        top: 9px;
        background: #fff;
        width: 14px;
        height: 15px;
    }

    .module.header .cntnt {
        padding-right: 1rem;
        width: 100%;
        padding-top: 180px;
        padding-bottom: 100px;
    }

    .module.header .imgs {
        position: absolute;
        right: -5%;
        width: 50%;
        height: 85%;
        top\: ;
        top: 15%;
        z-index: 1;
    }

    .module.header .imgs img {
        width: 150%;
        height: 100%;
        object-fit: cover;
        max-width: none;
        object-position: center top;
    }

    .module.header>.wrapper .img>img {
        display: block;
        opacity: 0;
        background: #000;
    }

    .module.header .cntnt > * {
        color: #000;
    }

    .module.header .cntnt > p {
        font-size: 20px;
        max-width: 600px;
    }

    .usp {
        margin-right: 0;
    }

    .module.header h1 {
        font-size: 5.5rem;
        margin-bottom: 0;
        text-align: left;
        line-height: 0.6;
        margin-bottom: 1rem;
        height: 190px;
    }

    .module.header .cntnt ul {
        max-width: fit-content;
        margin: 1rem 0 2rem;
    }

    .module.header .cntnt > ul li {
        font-size: 20px;
    }

    .module.header .btnbar {
        margin-top: 1rem;
    }

    .module.header h1 span {
        font-weight: 700;
    }

    .module.header>.wrapper div.img:after {
    }

    body.veelgestelde .item-page > div:nth-child(3) {
    }

    .module.header>.wrapper {
        display: grid;
        grid-template-columns: 93% 1fr;
        position: relative;
        align-items: center;
        height: 100%;
        padding: 0;
        min-height: 820px;
    }

    .productenpagina>div {
        grid-template-columns: 20% 1fr;
        margin-top: 2rem;
    }

    .module.header ul {
    }

    .module.header>.wrapper div.img {
        width: 55vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
    }

    .module.header>.wrapper .prodlink img {
        z-index: 8;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .logo img.blackbg, body.home .logo img.whitebg {
        display: none;
    }

    .prodhold .image img {
        left: -30%;
    }

    body.home .logo img.whitebg {
        display: block;
    }

    body.home .logo img.blackbg {
        display: none;
    }

    .mainmenu {
        gap: 1rem;
    }

    .headerbar .logo {
        position: initial;
        width: auto;
        transform: translate3d(0,-1px,0);
    }

    .headerbar {
        grid-template-columns: 33% 33% 33%;
    }

    .productenpagina {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 2rem;
    }

    .module.samenstelling>.wrapper>.txt {
        padding: 1rem 4rem 0;
        padding-right: 3rem;
        width: fit-content;
    }

    .module.samenstelling h2 {
        font-size: 2.25rem;
        max-width: 400px;
        margin-top: 0;
    }

    .module.samenstelling>.wrapper {
        grid-template-columns: 50% 50%;
    }

    .module.levenslangegarantie .txt {
        gap: 6rem;
        grid-template-columns: 1fr 44%;
    }

    .module.producten .hd ul li {
        gap: 16px;
    }

    .socialicons {
        display: grid;
        max-width: 440px;
        margin: 0 auto;
    }

    .socialicons>a {
        width: 100%;
    }

    .smnstl {
        grid-template-columns: 50px 1fr;
        gap: 1rem;
        margin: 0rem 0;
    }

    .smnstl .icon {
        font-size: 2rem;
        text-align: center;
    }

    .module.samenstelling .slick-list {
        max-width: 500px;
        overflow: visible;
    }

    .product-details {
        width: 700px;
        height: 700px;
        margin: 10rem auto;
    }

    .module.levenslangegarantie h2 {
        margin: 0 0 3rem;
        gap: 0px;
        font-size: 3.5rem;
    }

    .module.producten .hd ul {
        display: flex;
        gap: 62px;
        flex-direction: row;
        justify-content: center;
        max-width: none;
    }

    .module.producten .hd {
        height: 310px;
    }

    .productenlijst {
        display: flex;
    }

    .bekijkalles a {
        margin: 2rem auto;
        font-size: 1.5rem;
    }

    .module.inschrijvennieuwsbrief p {
        max-width: 65%;
    }

    footer h3 {
        font-size: 28px;
    }

    .betaaliconen img, .betaaliconen svg {
        height: 40px;
        width: auto;
        max-width: 60px;
    }

    .betaaliconen svg {
        max-width: 40px;
    }

    .betaalmet img {
        width: 36px;
        margin: 0 0px;
        height: 22px;
        object-position: center center;
    }

    .module.cijfer {
        margin: 7rem 0;
    }

    footer {
        padding-top: 5rem;
    }

    footer .right {
        grid-template-columns: 1fr 1fr;
    }

    .sfeerbeeld {
        gap: 0;
        margin: 0;
    }

    .vm-customfields-wrap .product-field-display {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .iconen.product-specificaties {
        grid-template-columns: 1fr 1fr;
        row-gap: 3rem;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }

    .module.samenstelling h2 {
        max-width: 380px;
    }

    .usps {
        display: flex;
        gap: 32px;
        margin: 16px 0 1rem;
    }

    .productdetails .usps {
        flex-direction: row;
        gap: 1rem;
    }

    body.home header nav ul > li:first-child {
        display: block;
    }

    nav ul > li a {
        padding: 0 1rem;
    }

    .mainmenu {
        gap: 2rem;
    }

    .module.header>.wrapper {
        grid-template-columns: 90% 1fr;
        align-items: center;
    }

    .prodhold .image {
        width: 30%;
    }

    .prodhold .image img {
        left: -10%;
    }

    .prodhold.productdetails .image:nth-child(1) img:nth-child(2) {
        top: -10%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }

    .module.header>.wrapper {
        grid-template-columns: 1fr;
    }

    .progress-ring {
        right: 3%;
    }

    .productenpagina .prodlink h3 {
        font-size: 32px;
    }

    .productenpagina>div {
        grid-template-columns: repeat(3, 1fr);
    }
}
