/* VS — Code-chrome (custom header + footer voor de de-Elementor PDP) */
.vs-ch, .vs-cf {
    --vs-ch-navy: #314696;
    --vs-ch-dark: #262c52;
    --vs-ch-green: #324696; /* was oranje; blauw sinds 07-08, oranje is alleen nog actiekleur */
    --vs-ch-text: #5c676d;
    --vs-ch-line: #e6e9ef;
    --vs-ch-soft: #f5f7fa;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--vs-ch-text);
}
.vs-ch *, .vs-cf * { box-sizing: border-box; }
.vs-ch__wrap { max-width: 1500px; margin: 0 auto; padding: 0 20px; }
.vs-ch__ic { flex: 0 0 auto; }
.vs-ch a { text-decoration: none; color: inherit; }

/* ---- Topbalk ---- */
.vs-ch__topbar { background: var(--vs-ch-soft); border-bottom: 1px solid var(--vs-ch-line); font-size: 13.5px; }
.vs-ch__topwrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; flex-wrap: wrap; }
.vs-ch__usps { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.vs-ch__usps li { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--vs-ch-dark); }
.vs-ch__usps .vs-ch__ic { color: var(--vs-ch-green); }
.vs-ch__toplinks { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.vs-ch__toplinks a:hover { color: var(--vs-ch-navy); }
.vs-ch__appt { display: inline-flex; align-items: center; gap: 7px; background: var(--vs-ch-navy); color: #fff !important; padding: 8px 14px; border-radius: 8px; font-weight: 700; }
.vs-ch__appt:hover { filter: brightness(1.08); }

/* ---- Hoofdbalk ---- */
.vs-ch__main { background: #fff; }
.vs-ch__mainwrap { display: flex; align-items: center; gap: 22px; min-height: 86px; }
.vs-ch__logo { display: inline-flex; width: 230px; height: 48px; flex: 0 0 auto; }
.vs-ch__logo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.vs-ch__search { flex: 1 1 auto; min-width: 0; max-width: 560px; }
.vs-ch__kiyoh { display: inline-flex; width: 150px; height: 46px; flex: 0 0 auto; }
.vs-ch__kiyoh img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.vs-ch__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--vs-ch-dark); white-space: nowrap; }
.vs-ch__phone .vs-ch__ic { color: var(--vs-ch-navy); }
.vs-ch__offerte { display: inline-flex; align-items: center; background: var(--vs-ch-navy); color: #fff !important; padding: 12px 22px; border-radius: 8px; font-weight: 700; white-space: nowrap; }
.vs-ch__offerte:hover { filter: brightness(1.08); }
.vs-ch__icons { display: inline-flex; align-items: center; gap: 6px; }
.vs-ch__cart, .vs-ch__icons a { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; color: var(--vs-ch-dark); }
.vs-ch__cart:hover, .vs-ch__icons a:hover { background: var(--vs-ch-soft); }
.vs-ch__cart .vs-ch__ic, .vs-ch__icons svg { width: 22px; height: 22px; }
.vs-ch__badge { position: absolute; top: 4px; right: 4px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: var(--vs-ch-navy); color: #fff; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }

/* ---- Navigatiebalk ---- */
.vs-ch__nav { background: #fff; border-top: 1px solid var(--vs-ch-line); border-bottom: 1px solid var(--vs-ch-line); }
.vs-ch__menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.vs-ch__menu li { position: relative; }
.vs-ch__menu a { display: inline-flex; align-items: center; padding: 15px 16px; font-weight: 700; font-size: 15px; color: var(--vs-ch-dark); }
.vs-ch__menu a:hover, .vs-ch__menu .current-menu-item > a { color: var(--vs-ch-navy); }
/* Submenu's (dropdown) */
.vs-ch__menu ul.sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; border: 1px solid var(--vs-ch-line); border-radius: 10px; box-shadow: 0 8px 24px rgba(16,24,40,.1); padding: 6px; list-style: none; margin: 0; display: none; z-index: 60; }
.vs-ch__menu li:hover > ul.sub-menu { display: block; }
.vs-ch__menu ul.sub-menu a { padding: 9px 12px; font-size: 14px; font-weight: 600; border-radius: 7px; }
.vs-ch__menu ul.sub-menu a:hover { background: var(--vs-ch-soft); }

/* ---- Footer ---- */
.vs-cf { margin-top: 48px; }
.vs-cf__usps { background: var(--vs-ch-soft); border-top: 1px solid var(--vs-ch-line); border-bottom: 1px solid var(--vs-ch-line); }
.vs-cf__uspwrap { display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; min-height: 56px; }
.vs-cf__usp { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--vs-ch-dark); font-size: 14.5px; }
.vs-cf__usp .vs-ch__ic { color: var(--vs-ch-green); }
.vs-cf__main { background: var(--vs-ch-dark); color: #cdd3da; padding: 40px 0; }
.vs-cf__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.vs-cf__col h4 { color: #fff; font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; margin: 0 0 14px; }
.vs-cf__col ul { list-style: none; margin: 0; padding: 0; }
.vs-cf__col li { margin: 0 0 9px; }
.vs-cf__col a { color: #cdd3da; }
.vs-cf__col a:hover { color: #fff; }
.vs-cf__col p { margin: 0 0 8px; }
.vs-cf__bar { background: #1a231d; color: #9aa3ad; font-size: 13px; }
.vs-cf__barwrap { display: flex; align-items: center; justify-content: space-between; min-height: 52px; gap: 16px; flex-wrap: wrap; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
    .vs-ch__kiyoh, .vs-ch__phone { display: none; }
    .vs-ch__mainwrap { gap: 14px; min-height: 70px; }
}
@media (max-width: 760px) {
    .vs-ch__topbar { display: none; }
    .vs-ch__search { order: 3; flex-basis: 100%; max-width: none; }
    .vs-ch__mainwrap { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
    .vs-ch__offerte { padding: 10px 16px; }
    .vs-ch__menu { flex-wrap: nowrap; overflow-x: auto; }
    .vs-ch__menu a { padding: 12px 12px; white-space: nowrap; }
    .vs-cf__cols { grid-template-columns: 1fr; gap: 24px; }
}
