/*!
Theme Name: Solezilla-lean
Template: solezilla-base
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solezilla-lean
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Solezilla-lean is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* SZ-LEAN-HEADINGS */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{letter-spacing:-0.03em;}
/* END-SZ-LEAN-HEADINGS */
/* SZ-LEAN-LAYOUT */
:root{--sz-container:1400px;}
body{background:#f7f7f7;color:#1d242d;}
a{color:#00aaff;}
/* consistente container voor header, content, footer EN mega */
.site-header-inner,.site-content,.footer-widgets,.site-info{max-width:var(--sz-container);margin-left:auto;margin-right:auto;box-sizing:border-box;}
.site-content{padding:0 15px;padding-top:15px;}
div#header{padding:15px 15px;}
.facetwp-template{padding:15px 15px;}
.filters{text-align:center;padding:0;display:grid !important;grid-auto-flow:column;grid-auto-columns:1fr;gap:15px;z-index:3;position:relative;} .filters .facetwp-facet{margin:0;width:100%;display:block !important;} .filters .facetwp-facet select,.filters .fs-wrap,.filters .fs-wrap .fs-label-wrap{width:100% !important;box-sizing:border-box;} .fs-label-wrap,.filters .facetwp-facet select{border:solid 2px #f3f3f3 !important;box-shadow:0 6px 16px -4px rgb(0 0 0 / 13%);} @media(max-width:782px){.filters{grid-auto-flow:row !important;grid-template-columns:1fr !important;}}
.site-content .row{margin-left:-15px;margin-right:-15px;}
.site-header{background:#fff;border-bottom:1px solid #e6e6e6;position:sticky;top:0;z-index:1000;padding-top:10px;padding-bottom:10px;}
.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.5rem 0;}
.site-logo img{display:block;height:52px;width:auto;}
.site-branding{flex:0 0 auto;}
.main-navigation{flex:1 1 auto;min-width:0;padding-right:20px;}
.site-search{flex:0 0 auto;}
.sz-search-form{display:flex;border:1px solid #ccc;border-radius:3px;overflow:hidden;background:#fff;}
.sz-search-form input{border:0;padding:.45rem .6rem;width:200px;max-width:40vw;font:inherit;outline:0;}
.sz-search-form button{border:0;background:#00aaff;color:#fff;padding:0 .8rem;cursor:pointer;font-size:15px;}
.main-navigation ul{list-style:none;margin:0;padding:0;}
.main-navigation > ul{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 2.5rem;}
.main-navigation li{position:relative;}
.main-navigation a{display:block;padding:.5rem 0;color:#1d242d;text-decoration:none;font-weight:500;font-size:15px;}
.main-navigation a:hover{color:#00aaff;}
.main-navigation ul ul{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.14);min-width:230px;padding:.4rem 0;display:none;z-index:1000;border:1px solid #eee;}
.main-navigation ul ul li{width:100%;}
.main-navigation ul ul a{padding:.45rem 1rem;font-weight:400;}
.main-navigation li:hover>ul{display:block;}
.footer-widgets{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:15px 15px;}
.footer-widgets .widget{min-width:0;}
.site-footer{background:#1d242d;color:#eee;margin-top:2rem;}
.site-footer a{color:#fff;}
.site-info{padding:15px 15px;border-top:1px solid rgba(255,255,255,.12);font-size:10px;line-height:1.5;}
@media(max-width:600px){.footer-widgets{grid-template-columns:1fr;}}
/* MEGA: op containerbreedte, 6 kolommen */
.main-navigation > ul > li{position:static;}
.main-navigation > ul > li.menu-item-has-children > ul{margin:0;left:50%;transform:translateX(-50%);top:100%;width:100%;max-width:1400px;box-sizing:border-box;min-width:0;padding:1.75rem 0 1.75rem 10px;background:#fff;border-top:2px solid #00aaff;box-shadow:0 14px 26px rgba(0,0,0,.12);display:none;grid-template-columns:repeat(5,1fr);gap:.15rem 2rem;align-items:start;max-height:75vh;overflow:hidden auto;}
.main-navigation > ul > li > ul > li{width:auto;min-width:0;display:block;margin:0 0 .15rem;overflow-wrap:anywhere;}
.main-navigation > ul > li > ul a{padding:.13rem 0;font-size:14px;}
.main-navigation > ul > li > ul > li.menu-item-has-children{margin-bottom:1rem;}
.main-navigation > ul > li > ul > li.menu-item-has-children > a{font-weight:700;color:#1d242d;}
.main-navigation > ul > li > ul ul{position:static;display:block;box-shadow:none;border:0;min-width:0;padding:.15rem 0 0;background:none;}
.main-navigation > ul > li > ul ul a{font-weight:400;color:#555;}
.main-navigation > ul > li.menu-item-has-children:hover > ul{display:grid;}
.main-navigation > ul > li.menu-item-51356 > ul{grid-template-columns:repeat(6,1fr);}
/* END-SZ-LEAN-LAYOUT */
/* SZ-LEAN-WIDGET */
.widget-title{font-family:'adineue-bold-webfont',sans-serif !important;font-size:2.2rem !important;color:#fff !important;}
/* END-SZ-LEAN-WIDGET */
/* SZ-LEAN-FLAGS */
.site-footer img[src*="/img/"]{width:48px !important;height:48px !important;padding:10px;box-sizing:content-box;}
/* END-SZ-LEAN-FLAGS */
/* SZ-LEAN-MENUFIX */
.custom-menu>li:first-child,.menu>li:first-child,.qts-lang-menu li:first-child,.widget_pages>ul>li:first-child{border:none !important;margin-top:0 !important;padding-top:0 !important;}
/* END-SZ-LEAN-MENUFIX */
/* SZ-LEAN-CARD */
.card .product-names .product-series{font-size:20px !important;text-transform:uppercase;margin:0;padding:0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
/* END-SZ-LEAN-CARD */
/* SZ-LEAN-SHOPINFO */
.shop-info{font-size:0.75rem;margin:5px 0px 5px 0px;width:100%;}
/* END-SZ-LEAN-SHOPINFO */
/* SZ-LEAN-LOGO */
a.site-logo img{height:64px !important;}
.site-header-top .site-branding{flex:0 0 auto;height:64px;margin-left:15px;}
/* END-SZ-LEAN-LOGO */
/* SZ-LEAN-EXTRA */
input[type="search"]{border:0 !important;-webkit-appearance:none;appearance:none;box-shadow:none;}
input[type=search]:not(.elementor-field){margin-top:0 !important;}
.widget_search input[type=search]:not(.elementor-field){margin-bottom:0 !important;}
.single-sneaker .sneaker-details-sp tr td:first-child{border-right:1px solid #f2f2f2;width:50%;font-family:"Poppins",Helvetica,Arial,Verdana,sans-serif !important;font-weight:700 !important;}
/* END-SZ-LEAN-EXTRA */
/* SZ-LEAN-MENUARROW */
.main-navigation > ul > li.menu-item-has-children > a::after{content:"";display:inline-block;position:relative;top:-0.2em;width:7px;height:7px;border-style:solid;border-width:2px 2px 0 0;border-color:currentColor;transform:rotate(135deg);margin-left:8px;transition:transform .15s;}
.main-navigation > ul > li.menu-item-has-children:hover > a::after{transform:rotate(-45deg);top:0.05em;}
/* END-SZ-LEAN-MENUARROW */
/* SZ-LEAN-HEADER3: 1-rij header, search icoon-links, menu rechts */
.site-header-top{display:flex;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;}
.site-header-top .site-search{flex:0 0 auto;padding-left:20px;}
.site-header-top .main-navigation{flex:1 1 auto;min-width:0;}
.site-header-top .main-navigation>ul{justify-content:flex-end;}
.site-header-top .main-navigation>ul>li{margin-top:0 !important;padding-top:0 !important;}
.sz-search-form{display:flex;align-items:center;background:#f5f6f8;border:1px solid #e6e8ec;border-radius:0;box-shadow:0 3px 12px rgba(0,0,0,.08);padding:.12rem .6rem .12rem .85rem;width:340px;max-width:34vw;}
.sz-search-form .sz-search-btn{background:none !important;border:0;color:#9aa3b2;display:flex;align-items:center;padding:0 .25rem;cursor:pointer;}
.sz-search-form input[type=search]{flex:1;border:0 !important;background:transparent;padding:.5rem .4rem;font:inherit;font-size:1rem;outline:0;width:auto;min-width:0;box-shadow:none;}
.sz-search-form input[type=search]::placeholder{color:#9aa3b2;}
/* END-SZ-LEAN-HEADER3 */
/* SZ-LEAN-FORMFIELDS */
.widget_search input[type=text].searchform-s,.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,.wpcf7-number,input[type=text]:not(.elementor-field):not(.searchform-s),input[type=search]:not(.elementor-field),input[type=tel]:not(.elementor-field),input[type=url]:not(.elementor-field),input[type=email]:not(.elementor-field),input[type=number]:not(.elementor-field),input[type=date]:not(.elementor-field),input[type=range]:not(.elementor-field),input[type=password]:not(.elementor-field),select:not(.elementor-field):not(.elementor-field-textual),textarea:not(.elementor-field){margin-bottom:0 !important;border-style:var(--the7-form-border);box-sizing:border-box;}
/* END-SZ-LEAN-FORMFIELDS */
/* SZ-LEAN-MEGA-BRIDGE: overbrug de gap zodat hover niet wegvalt bij naar beneden bewegen */
.main-navigation > ul > li.menu-item-has-children > a{position:relative;} .main-navigation > ul > li.menu-item-has-children:hover > a::before{content:"";position:absolute;left:-12px;right:-12px;top:100%;height:26px;background:transparent;z-index:10;}
/* END-SZ-LEAN-MEGA-BRIDGE */
/* SZ-LEAN-DESC: sneaker-detail beschrijving links + kleiner */
.sneaker-details-sp #content{text-align:left !important;padding-left:0 !important;padding-right:0 !important;width:100% !important;}
.sneaker-details-sp h3,.sneaker-details-sp>h3{text-align:left !important;padding-top:0 !important;}
.sneaker-details-sp #content,.sneaker-details-sp #content p,.sneaker-details-sp #content li{line-height:1.5;}
/* END-SZ-LEAN-DESC */
/* SZ-LEAN-FWTITLE: sneaker-detail titel over volledige breedte, image+prijzen eronder */
.single-sneaker .sz-fw-title-col{width:100%;float:none;clear:both;box-sizing:border-box;}
.single-sneaker .sz-fw-title-col h1{margin:0 0 .75rem;}
/* END-SZ-LEAN-FWTITLE */
/* SZ-LEAN-MODELLEN */
.modellen li{padding:10px 0px;}
/* END-SZ-LEAN-MODELLEN */
/* SZ-LEAN-STICKY: .site overflow mag sticky niet breken; body vangt horizontale scroll */
.site{overflow:visible !important;}
body{overflow:visible !important;}
html{overflow-x:hidden;}
/* END-SZ-LEAN-STICKY */
/* SZ-LEAN-HERO */
.sz-hero{position:relative;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-size:cover;background-position:center;min-height:clamp(440px,44vw,620px);display:flex;align-items:center;justify-content:center;text-align:center;}
.sz-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.30),rgba(0,0,0,.48));z-index:1;}
.sz-hero-inner{position:relative;z-index:2;width:100%;max-width:860px;padding:0 20px;}
.sz-hero-title{color:#fff !important;font-size:clamp(1.9rem,3.6vw,3.2rem) !important;line-height:1.05 !important;margin:0 0 1.4rem !important;text-shadow:0 2px 14px rgba(0,0,0,.4);}
.sz-hero-search{display:flex;align-items:stretch;background:#fff;max-width:640px;margin:0 auto;box-shadow:0 14px 34px rgba(0,0,0,.28);}
.sz-hero-search input[type=search]{flex:1;border:0 !important;background:transparent;padding:1rem 1.15rem;font-size:1.1rem;outline:0;min-width:0;margin:0 !important;box-shadow:none;}
.sz-hero-search input[type=search]::placeholder{color:#9aa3b2;}
.sz-hero-search-btn{background:#00aaff;border:0;color:#fff;padding:0 1.35rem;display:flex;align-items:center;cursor:pointer;}
.sz-hero-search-btn svg{width:22px;height:22px;}
body.sz-photo-header .site-content{padding-top:0 !important;}
body.sz-photo-header .sz-hero{margin-top:calc(-1 * var(--sz-hh,85px));padding-top:calc(var(--sz-hh,85px) + 24px);}
/* END-SZ-LEAN-HERO */
/* SZ-LEAN-TRANSHEADER */
.sz-logo-white{display:none !important;}
body.sz-photo-header .site-header{transition:background .25s ease,border-color .25s ease;}
body.sz-photo-header:not(.sz-scrolled) .site-header{background:transparent !important;border-bottom-color:transparent !important;box-shadow:none !important;}
body.sz-photo-header:not(.sz-scrolled) .main-navigation > ul > li > a,body.sz-photo-header:not(.sz-scrolled) .main-navigation > ul > li > a:visited{color:#fff !important;}
body.sz-photo-header:not(.sz-scrolled) .sz-logo-dark{display:none;}
body.sz-photo-header:not(.sz-scrolled) .sz-logo-white{display:inline-block !important;}
body.sz-photo-header:not(.sz-scrolled) .site-search{visibility:hidden;}
/* END-SZ-LEAN-TRANSHEADER */
/* SZ-LEAN-DETAILPAD */
.sneaker-details-sp{padding:15px 15px !important;font-size:1rem !important;text-align:left !important;}
/* END-SZ-LEAN-DETAILPAD */
/* SZ-LEAN-CELLPAD */
.content,.sidebar,.wf-cell,.wf-usr-cell,.wf-wrap,.wpb_row{box-sizing:border-box;padding-top:15px;}
/* END-SZ-LEAN-CELLPAD */
/* SZ-LEAN-BRANDS */
.sz-brands{max-width:1400px;margin:0 auto;padding:34px 15px;position:relative;z-index:1;}
.sz-brands-title{text-align:center;margin:0 0 1.4rem;}
.sz-brands-swiper{overflow:hidden;}
.sz-brands .swiper-slide{display:flex;align-items:center;justify-content:center;height:96px;box-sizing:border-box;}
.sz-brands .swiper-slide a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:8px;}
.sz-brands .swiper-slide img{max-width:88px;max-height:74px;width:auto;height:auto;object-fit:contain;opacity:.85;transition:opacity .2s ease,transform .2s ease;margin:0;}
.sz-brands .swiper-slide a:hover img{opacity:1;transform:scale(1.06);}
/* END-SZ-LEAN-BRANDS */
/* SZ-LEAN-WPBSPACE */
.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:15px;}
/* END-SZ-LEAN-WPBSPACE */
/* SZ-LEAN-MOBILE */
.sz-search-toggle{display:none;}
img{max-width:100%;height:auto;}
@media (max-width:1024px){
  .site-header{padding-top:0 !important;padding-bottom:0 !important;}
  .site-header-top{position:relative;display:block;height:56px;min-height:56px;padding:0 !important;box-sizing:border-box;}
  .site-header-top .site-branding{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0 !important;height:auto !important;display:block;line-height:0;}
  .site-header-top .site-branding a.site-logo img{height:44px !important;width:auto !important;vertical-align:middle;}
  .menu-toggle{display:flex !important;position:absolute;left:9px;right:auto;top:8px !important;bottom:auto !important;transform:none !important;z-index:6;width:40px !important;height:40px !important;min-height:0 !important;align-items:center;justify-content:center;background:none !important;border:0 !important;padding:0 !important;margin:0 !important;line-height:0;color:inherit;cursor:pointer;}
  .menu-toggle .sz-burger{display:block;width:28px;height:28px;}
  .sz-search-toggle{display:flex !important;position:absolute;right:8px;top:8px !important;bottom:auto !important;transform:none !important;z-index:6;width:40px !important;height:40px !important;min-height:0 !important;align-items:center;justify-content:center;background:none !important;border:0 !important;padding:0 !important;margin:0 !important;line-height:0;color:inherit;cursor:pointer;}
  .sz-search-toggle svg{width:26px;height:26px;display:block;}
  .site-header-top .site-search{display:none;position:absolute;top:100%;left:0;right:0;width:100%;max-width:none;background:#fff;padding:12px 15px !important;box-shadow:0 12px 22px rgba(0,0,0,.14);z-index:20;visibility:visible !important;}
  body.sz-search-open .site-header-top .site-search{display:block;}
  .site-header-top .site-search .sz-search-form{width:100% !important;max-width:100% !important;}
  .site-header-top .main-navigation{position:static;}
  .main-navigation > ul{display:none !important;}
  .main-navigation.toggled > ul{display:block !important;position:absolute;top:100%;left:0;right:0;background:#fff;margin:0;padding:0 15px 6px;box-shadow:0 12px 22px rgba(0,0,0,.14);z-index:19;}
  .main-navigation > ul > li{position:static;width:100%;margin:0 !important;padding:0 !important;border-top:1px solid #eee;}
  .main-navigation > ul > li:first-child{border-top:0;}
  .main-navigation > ul > li > a{display:block;padding:.9rem 0 !important;font-size:1.4rem !important;color:#1d242d !important;}
  .main-navigation > ul > li > ul{display:none !important;}
  .main-navigation > ul > li.menu-item-has-children > a::after,.main-navigation > ul > li.menu-item-has-children > a::before{display:none !important;}
  body.sz-photo-header:not(.sz-scrolled) .menu-toggle,body.sz-photo-header:not(.sz-scrolled) .sz-search-toggle{color:#fff;}
  .vc_row,.vc_row-fluid,.wpb_row{margin-left:0 !important;margin-right:0 !important;}
  .sz-brands,.footer-widgets,.site-info,.facetwp-template,div#header{max-width:100%;box-sizing:border-box;}
}
/* END-SZ-LEAN-MOBILE */
/* SZ-LEAN-FEATIMG */
.featured-image-container img{max-width:100% !important;height:auto;}
/* END-SZ-LEAN-FEATIMG */
/* SZ-LEAN-CARDMOB: foto-vak vierkant op mobiel, geen vaste px-hoogte */
@media (max-width:782px){
  .product-photo,.product-photo-facet{min-height:0 !important;height:auto !important;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;}
  .product-photo img,.product-photo-facet img{max-width:100%;max-height:100%;height:auto;width:auto;}
}
/* END-SZ-LEAN-CARDMOB */
/* SZ-LEAN-SVGICONS: icomoon/FA vervangen door inline SVG data-URIs */
i.icomoon-the7-font-the7-clock-01::before,i.dt-icon-the7-misc-018::before,i.icomoon-the7-font-the7-cart-06::before{content:"" !important;}
i.icomoon-the7-font-the7-clock-01,i.dt-icon-the7-misc-018,i.icomoon-the7-font-the7-cart-06{display:inline-block;width:15px;height:15px;vertical-align:-2px;margin-right:4px;background-position:center;background-repeat:no-repeat;background-size:contain;}
/* levertijd = truck */
i.icomoon-the7-font-the7-clock-01{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -64 640 640' fill='%231d242d'%3E%3Cpath d='M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z'/%3E%3C/svg%3E");}
/* verzendkosten = pakket */
i.dt-icon-the7-misc-018{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' fill='%231d242d'%3E%3Cpath transform='translate(5 3)' d='M24.885 50c.077-.015.153-.042.23-.08.077-.038.153-.08.23-.126l17.991-10.248c1.073-.613 1.888-1.314 2.447-2.103.56-.789.839-2.018.839-3.688V15.855c0-.705-.061-1.287-.184-1.746L24.885 26.425 24.885 50Zm-3.148 0V26.425L.184 14.108C.061 14.568 0 15.15 0 15.855v17.9c0 1.67.283 2.899.85 3.688.567.789 1.379 1.49 2.436 2.103l18.015 10.248c.077.046.149.088.218.126.069.038.142.065.218.08ZM23.323 23.667l9.811-5.56L11.374 5.676 2.941 10.478c-.52.291-.95.59-1.287.896l21.669 12.293ZM36.328 16.291l8.64-4.917c-.337-.306-.758-.605-1.264-.896L27.482 1.241C26.057.414 24.671 0 23.323 0c-1.364 0-2.758.414-4.182 1.241l-4.665 2.642 21.852 12.408Z'/%3E%3C/svg%3E");}
/* shopnaam = winkel */
i.icomoon-the7-font-the7-cart-06{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%231d242d'%3E%3Cg transform='translate(-362,-725)'%3E%3Cpath d='M388.154,725 L367.813,725 L362,735 L393.967,735 L388.154,725 L388.154,725 Z M391,749 L365.003,749 L365,743 L366.964,743 C368.038,743 369.741,742.042 370.462,740.576 C371.271,742.001 372.781,743 374.223,743 C375.746,743 377.423,742.094 377.983,740.784 C378.544,742.063 380.186,743 381.678,743 C383.158,743 384.691,741.912 385.467,740.426 C386.374,741.926 387.665,743 389,743 C389.293,743 390.744,743.048 391,743 L391,749 L391,749 Z M362.025,737 L362,737 C361.982,737.435 362,738.431 362,739 C362,740.065 362.383,741.229 363.001,742 L363.031,753 C363.031,755.209 364.878,757 367.156,757 L388.811,757 C391.089,757 393,755.209 393,753 L393,742 C393.7,741.176 394,740.33 394,739 L394,737 L362.025,737 L362.025,737 Z'/%3E%3C/g%3E%3C/svg%3E");}
/* Maten-label = liniaal */
.available-maten b{font-size:0 !important;line-height:0;display:inline-block;width:18px;height:18px;vertical-align:middle;margin-left:4px;margin-right:6px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.63604 14.1238L7.05026 15.538M8.46447 11.2953L9.87868 12.7096M11.2929 8.46691L12.7071 9.88113M14.1213 5.63849L15.5355 7.0527M2.80762 16.9522L7.05026 21.1948L21.1924 7.0527L16.9498 2.81006L2.80762 16.9522Z' stroke='%231d242d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;}
/* END-SZ-LEAN-SVGICONS */
/* SZ-LEAN-FOOTERLINKS: widget-links in footer wit */
.site-footer .widget_categories li a,.site-footer .widget_meta a,.site-footer .blogroll a,.site-footer .widget_archive li a,.site-footer .widget_recent_entries a,.site-footer .widget_recent_comments a,.site-footer .widget_links a,.site-footer .items-grid a,.site-footer .recent-posts a,.site-footer .widget_nav_menu a,.site-footer .tagcloud a,.site-footer .widget_pages a,.site-footer a.rsswidget,.site-footer .textwidget a{color:#fff !important;}
/* END-SZ-LEAN-FOOTERLINKS */
/* SZ-LEAN-RPAD: ruimte tussen productfoto en prijsvergelijker, niet op mobiel */
@media (min-width:783px){
  .single-sneaker .featured-image-container .r-pad{padding-right:30px !important;}
}
/* END-SZ-LEAN-RPAD */
/* SZ-LEAN-SHOPCARD-MOB: mobiele branch (col-xs-7) = gestapelde kaart met prijs rechtsboven; desktop-branch (col-xs-6) ongemoeid */
a.shop.row.sz-mob{display:grid !important;position:relative;margin-left:0 !important;margin-right:0 !important;grid-template-columns:1fr auto;grid-template-areas:"cond price" "kort kort" "maten maten";column-gap:10px;row-gap:3px;align-items:center;padding:8px 34px 8px 8px !important;box-sizing:border-box;}
.sz-mob .shop-info{display:contents;}
.sz-mob .shop-info > div:first-child{grid-area:cond;display:block !important;min-width:0;width:auto;padding:0 !important;overflow-wrap:anywhere;font-size:12px;}
.sz-mob .shop-info .kortingscode{grid-area:kort;padding:0 !important;min-height:0;}
.sz-mob .shop-info .available-maten{grid-area:maten;padding:0 !important;width:100%;}
.sz-mob .shop-price{display:contents;}
a.shop.row.sz-mob .the-price{grid-area:price;margin:0 !important;font-size:16px;font-weight:700;text-align:right;white-space:nowrap;align-self:center;padding-left:8px;}
/* END-SZ-LEAN-SHOPCARD-MOB */
/* SZ-LEAN-CONDLINES: icoon+tekst altijd verticaal gecentreerd; desktop inline, mobiel gestapeld */
/* desktop-branch: alles op één regel, netjes gecentreerd */
a.shop.row:not(.sz-mob) .shop-info > div:first-child > span{display:inline-flex !important;flex-wrap:wrap;align-items:center;gap:5px;}
a.shop.row:not(.sz-mob) .shop-info > div:first-child > span > span:not([itemprop]){display:inline-flex !important;align-items:center;gap:5px;margin-left:14px;}
a.shop.row:not(.sz-mob) .shop-info > div:first-child > span > span[itemprop="name"]{display:inline !important;}
/* mobiele branch: shopnaam-regel + elke conditie op eigen regel */
.sz-mob .shop-info > div:first-child > span{display:flex !important;flex-wrap:wrap;align-items:center;gap:3px 5px;line-height:1.5;}
.sz-mob .shop-info > div:first-child > span > span:not([itemprop]){flex:0 0 100%;display:flex !important;align-items:center;gap:5px;}
.sz-mob .shop-info > div:first-child > span > span[itemprop="name"]{display:inline !important;}
/* iconen zonder baseline-offset binnen flex */
a.shop.row i.icomoon-the7-font-the7-clock-01,a.shop.row i.dt-icon-the7-misc-018,a.shop.row i.icomoon-the7-font-the7-cart-06{vertical-align:0;flex:0 0 15px;}
/* END-SZ-LEAN-CONDLINES */
/* SZ-LEAN-FILTERH: alle filters gelijke hoogte */
.filters .facetwp-facet select.facetwp-dropdown:not(.fs-hidden){height:40px !important;padding:0 10px !important;box-sizing:border-box;font-size:14px;line-height:normal;}
.filters .fs-wrap .fs-label-wrap{height:40px !important;box-sizing:border-box;display:flex;align-items:center;}
.filters .fs-label-wrap .fs-label{padding:0 24px 0 10px !important;font-size:14px;}
/* END-SZ-LEAN-FILTERH */
/* SZ-LEAN-FOOTERMENU: footer-menu strak links, geen bullets */
.site-footer ul.menu{list-style:none !important;margin:0 !important;padding:0 !important;}
.site-footer ul.menu li{list-style:none !important;margin:0 !important;padding:2px 0 !important;}
/* END-SZ-LEAN-FOOTERMENU */
/* SZ-LEAN-CLEARFIX: floats netjes clearen (The7 leverde dit eerst) */
.row::before,.row::after,.container-fluid::before,.container-fluid::after{content:"";display:table;}
.row::after,.container-fluid::after{clear:both;}
.site-main::after,.site-content::after,.facetwp-template::after{content:"";display:block;clear:both;}
/* END-SZ-LEAN-CLEARFIX */
/* SZ-LEAN-PVTITLE */
.prijsvergelijker-container h4 {
    margin-top: 0px !important;
    margin-bottom: 5px;
}
/* END-SZ-LEAN-PVTITLE */
/* SZ-LEAN-SUBMODEL: submodel-knoppen + faq-ruimte */
.model-faq{margin:30px 0 10px;}
.model-faq h3{margin-top:18px;}
.model-submodellen{margin:10px 0 30px;}
.sz-submodel-grid{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 10px;}
a.sz-submodel-btn{display:inline-block;padding:10px 16px;border:2px solid #f3f3f3;box-shadow:0 6px 16px -4px rgb(0 0 0 / 13%);background:#fff;color:#1d242d !important;font-weight:600;text-decoration:none;}
a.sz-submodel-btn:hover{border-color:#00aaff;color:#00aaff !important;}
/* END-SZ-LEAN-SUBMODEL */
/* SZ-LEAN-MEGAFIX2: mega-menu — visited-kleur uniform, niveau-4 ingesprongen, hogere vouw */
.main-navigation > ul > li > ul a,.main-navigation > ul > li > ul a:visited{color:#555 !important;}
.main-navigation > ul > li > ul a:hover{color:#00aaff !important;}
.main-navigation > ul > li.menu-item-has-children > ul > li > a,.main-navigation > ul > li.menu-item-has-children > ul > li > a:visited{color:#1d242d !important;font-weight:700;}
.main-navigation > ul > li > ul ul{padding-left:14px !important;}
.main-navigation > ul > li.menu-item-has-children > ul{max-height:84vh;}
/* END-SZ-LEAN-MEGAFIX2 */
/* SZ-LEAN-MEGAFIX3: submodel-lijsten klikbaar — float-menu-patroon neutraliseren */
.main-navigation > ul > li > ul li > a{height:auto !important;min-height:0 !important;}
.main-navigation > ul > li > ul ul{position:static !important;float:none !important;left:auto !important;width:auto !important;}
/* END-SZ-LEAN-MEGAFIX3 */

.sz-hero-subtitle{color:#fff !important;font-size:clamp(1rem,1.9vw,1.45rem) !important;font-weight:400 !important;line-height:1.35 !important;margin:0 0 1.6rem !important;max-width:720px;text-shadow:0 2px 12px rgba(0,0,0,.45);}

/* SZ-LEAN-MEGAFILL: mega-menu verticaal vullen i.p.v. grid-rijen met witruimte */
.main-navigation > ul > li.menu-item-has-children:hover > ul{display:block !important;column-count:5;column-gap:2rem;column-fill:balance;}
.main-navigation > ul > li.menu-item-51356:hover > ul{column-count:6;}
.main-navigation > ul > li > ul > li{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;}
/* END-SZ-LEAN-MEGAFILL */
