/* Aanpassingen Mega Menu September 2025 */

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
    padding: 5rem 2rem 2rem !important;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
    margin-top: unset !important;
}

body.-overflow {
    overflow: hidden;
}
.us_custom_4fb9e5a3 {
    background: #ffffff!important
}

.us_custom_33678b58 {
    color: #222222!important;
    font-size: 30px!important
}

.us_custom_5fa7af83 {
    margin-top: -18%!important
}

.us_custom_b21cf9dd {
    font-size: 16px!important
}

.us_custom_edc61b54 {
    margin-top: 128px!important;
    background: url(https://vanvuuren.nl/wp-content/uploads/2023/11/Banner_Homepage_2_DE_LR-scaled.jpg) no-repeat right / cover!important;
}

.us_custom_cf39cefd {
    color: #ffffff!important;
    font-size: 54px!important;
    line-height: 54px!important
}

.us_custom_d52a6982 {
    color: #ffffff!important;
    font-size: 18px!important
}

.us_custom_f0882357 {
    font-size: 16px!important
}

.us_custom_26577b5a {
    color: #ffffff!important;
    font-size: 54px!important;
    line-height: 54px!important
}

.us_custom_6df4bc3a {
    color: #ffffff!important
}

.us_custom_e623ae64 {
    color: #232f5d!important
}

.us_custom_e7938cf8 {
    background: #ffffff!important;
    padding: 0 15 0 15!important;
    box-shadow: 1px 0 6px 0 #e8e8e8!important
}

.us_custom_1e0e9307 {
    font-size: 18px!important
}

.us_custom_8ec01ee8 {
    background: #ffffff!important;
    padding: 0 15 0 15!important
}

.us_custom_92090bdd {
    font-size: 8px!important
}

.us_custom_f0d6d2d6 {
    padding-top: 4px!important;
    padding-bottom: 4px!important
}

.us_custom_ff728977 {
    color: #000000!important;
    margin-top: 0!important;
    padding-top: 0!important
}

.us_custom_e37cb70b {
    margin-top: 15px!important;
    margin-bottom: 20px!important;
    color: #000000!important;
    font-size: 20px!important;
    line-height: 25px!important
}

.us_custom_4076faf9 {
    color: #000000!important
}

.us_custom_2515fe1d {
    height: 80px!important
}

.us_custom_f4314929 {
    text-align: center!important;
    font-size: 20px!important;
    margin: 0 0 0 auto!important
}

@media (min-width: 600px) and (max-width:1023px) {
    .us_custom_5fa7af83 {
        margin-top:-10%!important;
        margin-right: -40%!important
    }

    .us_custom_b21cf9dd {
        font-size: 14px!important;
        line-height: 26px!important;
        margin-left: 10%!important;
        margin-bottom: 3%!important;
        margin-right: 10%!important
    }

    .us_custom_edc61b54 {
        background: url(https://vanvuuren.nl/wp-content/uploads/2023/11/Banner_Homepage_2_DE_LR_Mobiel-scaled.jpg) no-repeat 100% 50% / cover!important
    }

    .us_custom_cf39cefd {
        font-size: 36px!important;
        line-height: 36px!important
    }

    .us_custom_d52a6982 {
        font-size: 16px!important
    }

    .us_custom_26577b5a {
        font-size: 36px!important;
        line-height: 36px!important
    }
}

@media (max-width: 599px) {
    .us_custom_5fa7af83 {
        margin-top:-8%!important;
        margin-right: 40%!important
    }

    .us_custom_b21cf9dd {
        text-align: center!important;
        font-size: 12px!important;
        line-height: 16px!important;
        margin-left: 10%!important;
        margin-bottom: 3%!important;
        margin-right: 10%!important
    }

    .us_custom_edc61b54 {
        background: url(https://vanvuuren.nl/wp-content/uploads/2023/11/Banner_Homepage_2_DE_LR_Mobiel2-scaled.jpg) no-repeat right / cover!important
    }

    .us_custom_cf39cefd {
        font-size: 30px!important;
        line-height: 26px!important
    }

    .us_custom_d52a6982 {
        font-size: 0px!important
    }

    .us_custom_f0882357 {
        font-size: 14px!important
    }

    .us_custom_26577b5a {
        font-size: 26px!important;
        line-height: 28px!important
    }
}

body.-headerMessage .o-megaSubmenu.-sub:not(.-single) {
	transform: translateY(128px);
}

.g-breadcrumbs>li, .g-breadcrumbs>span {
    vertical-align: middle !important;
}

/* Header */

.o-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    transition: transform 0.3s ease-in-out;
}

.o-header.-navOpen .o-header__navContainer {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.o-header.-navOpen .o-megamenu {
    pointer-events: all;
}

.o-header__inner {
    width: 100%;
}

.o-header__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px;
}

.o-header__top {
    display: flex;
    width: 100%;
    padding: 10px 40px;
    background-color: #EAEBF0;
    z-index: 2;
}

.o-header__message {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #A00000;
    border-radius: 6px;
    font-weight: 400;
    height: 28px;
    padding: 0 10px;
}

.o-header__message a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.o-header__top,
.o-header__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.o-header__bottom {
    display: flex;
    height: 80px;
    padding-right: 40px;
    padding-left: 40px;
}

.o-header__logo {
    display: flex;
    align-items: center;
    width: 231px;
    position: relative;
    z-index: 2;
}

.o-header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.o-header__menu-item {
    color: #232f5d;
    font-weight: 400;
}

.o-header__menu-item:not(:last-child) {
    margin-right: 16px;
}

.o-header__toggle,
.o-header__phone {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #EAEBF0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.o-header__phone {
    margin-right: 8px;
    margin-left: auto;
}

.o-header__block {
    display: flex;
    position: relative;
}


.l-section:first-child {
	margin-top: 0 !important;
}

@media (min-width: 1024px) {
    .o-header__menu.-top {
        display: block;
    }
    .o-header__menu.-bottom {
        display: none;
    }
    .o-header__toggle,
    .o-header__phone {
        display: none;
    }
	.o-header.-scroll {
		transform: translateY(-48px);
	}
    .o-header__navContainer {
        display: flex;
        width: 100%;
    }
    .m-header__searchClose {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -300px;
        margin: auto;
        width: 34px;
        height: 34px;
        background-image: url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.15625 0.3125L0.3125 3.15625L16.1562 19L0.21875 34.9688L3.03125 37.7812L19 21.8438L34.9375 37.7812L37.7812 34.9375L21.8438 19L37.6875 3.15625L34.8438 0.3125L19 16.1562L3.15625 0.3125Z" fill="black"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px;
        transition: opacity 0.3s ease-in-out;
    }

    .m-header__searchClose.-active {
        opacity: 1;
        pointer-events: all;
        cursor: pointer;
    }
	
	.l-canvas {
		padding-top: 120px !important;
	}
}

@media (max-width: 1024px) {
    .o-header__top {
        padding: 10px 20px;
        flex-direction: column;
    }
	.o-header.-scroll {
		transform: translateY(-20px);
	}
    .o-header__bottom {
        height: 60px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .o-header__container {
        justify-content: center;
    }
    .o-header__navContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        transform: translateY(-15px);
        pointer-events: none;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 155px 24px 24px;
        z-index: 1;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .o-header__menu.-top {
        display: none;
    }
    .o-header__menu.-bottom {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin-top: 24px;
    }
    .o-header__menu-item {
        padding: 8px 0;
    }
    .o-header__message {
        padding: 5px 22px;
        height: auto;
        font-size: 14px;
    }
    .o-header__toggle,
    .o-header__phone {
        display: flex;
    }
    .o-header__logo {
        width: 150px;
    }

    .o-header__block {
        flex-direction: column;
        width: 100%;
        background: #EAEBF080;
        border-radius: 6px;
        padding: 29px 24px;
    }
	
	.l-canvas {
		padding-top: 80px !important;
	}

	body.-headerMessage .l-canvas {
		padding-top: 115px !important;
	}
}

/* Hamburger */

.a-hamburger {
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    margin: 0;
    background-color: transparent;
    border: 0;
    overflow: visible;
}

.a-hamburger .a-hamburger__box {
    width: 16px;
    height: 11px;
}

.a-hamburger .a-hamburger__inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}

.a-hamburger .a-hamburger__inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s,
                transform .13s cubic-bezier(.55, .055, .675, .19);
}

.a-hamburger .a-hamburger__inner:after {
    top: -8px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s,
                opacity .1s linear;
}

.a-hamburger.-active .a-hamburger__inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -5px, 0) rotate(-45deg);
}

.a-hamburger.-active .a-hamburger__inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s,
                transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg);
}

.a-hamburger.-active .a-hamburger__inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333),
                opacity .1s linear .22s;
    opacity: 0;
}

.a-hamburger__box {
    display: inline-flex;
    position: relative;
}

.a-hamburger__inner {
    display: flex;
    width: 16px;
    height: 1px;
    background-color: #232F5D;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.a-hamburger__inner:before,
.a-hamburger__inner:after {
    content: "";
    display: flex;
    width: 16px;
    height: 1px;
    background-color: #232F5D;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.a-hamburger__inner:before {
    top: -4px;
}

/* Dim */

.a-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
}

.a-dim.-active {
    opacity: 1;
}

/* Mega Menu */

.o-megamenu {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    opacity: 1;
    pointer-events: all;
    transition: all 0.35s ease-in-out;
}

.o-megamenu.-hide {
    opacity: 0;
    pointer-events: none;
}

.o-megamenu__item,
.o-megamenu__title {
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.o-megamenu__title {
    font-size: 18px;
    color: #232f5d;
    font-weight: 700;
}

.o-megamenu__item:not(:last-child) {
    margin-right: 16px;
}

.o-megamenu__item.-sub:after {
    content: "";
    display: flex;
    align-items: center;
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L5 5L1 1" stroke="%23232F5D" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 8px;
    margin-left: 6px;
    margin-top: 4px;
}

.o-megamenu__item.-sub:not(.-single).-active:after {
    transform: rotate(180deg);
}

.o-megamenu__item.-sub.-active .o-megaSubmenu {
    opacity: 1;
    pointer-events: all;  
}

.o-megamenu__item.-sub:not(.-single).-current {
    background-color:#EAEBF0;
}

.o-megamenu__link {
    font-size: 18px;
    color: #232f5d;
}

.o-megamenu__title {
    display: none;
}

.o-megamenu__arrow {
    display: none;
    width: 50px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="%23232F5D" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center right;
}

@media (min-width: 1920px) {
    .o-megamenu__title {
        font-size: 20px;
    }
    .o-megamenu__link {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .o-megamenu__item.-sub:not(.-single).-active {
        background-color:#EAEBF0;
    }
    .o-megamenu__item.-single {
        position: relative;
    }
    .o-megamenu__item.-single.-active .o-megaSubmenu.-single {
        transform: translateY(50px);
    }
}

@media (max-width: 1024px) {
    .o-megamenu {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-left: 0;
        width: 100%;
        margin-bottom: 16px;
        pointer-events: none;
    }
    .o-megamenu__title {
        display: block;
    }
    .o-megamenu__link {
        width: 100%;
    }
    .o-megamenu__item:not(.-sub) {
        position: relative;
    }
    .o-megamenu__item:not(.-sub) .o-megamenu__link {
        z-index: 1;
    }
    .o-megamenu__item:not(.-sub) .o-megamenu__arrow {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
    .o-megamenu__item,
    .o-megamenu__title {
        justify-content: flex-start;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .o-megamenu__arrow {
        display: block;
        margin-left: auto;
    }
    .o-megamenu__arrow.-reverse {
        transform: rotate(180deg);
        margin-left: unset;
        width: 15px;
    }
    .o-megamenu__item.-sub:after {
        content: none;
    }
}

/* Mega Submenu */

.o-megaSubmenu.-sub:not(.-single) {    
    position: absolute;
    pointer-events: none;
    width: 100vw;
    top: 0;
    left: 0;
	opacity: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.o-megaSubmenu.-sub:not(.-single) .o-megaSubmenu__container {
    width: 100%;
}

.o-megaSubmenu.-sub .o-megaSubmenu__label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.o-megaSubmenu.-sub .o-megaSubmenu__item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    line-height: 1;
    color: #232f5d;
    transition: color 0.1s ease-in-out;
}

.o-megaSubmenu.-sub .o-megaSubmenu__item:hover {
    color: #00b2e1;
}

.o-megaSubmenu.-sub .o-megaSubmenu__icon {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.o-megaSubmenu.-sub:not(.-single) .o-megaSubmenu__submenu.-first {
    grid-row: span 2;
}

.o-megaSubmenu.-sub .o-megaSubmenu__items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.o-megaSubmenu.-sub .o-megaSubmenu__start {
    align-items: center;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #232f5d;
}

.o-megaSubmenu.-sub .o-megaSubmenu__startLabel {
    font-size: 14px;
}

/* single submenu */

.o-megaSubmenu.-single {    
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    padding: 10px 30px 10px 25px;
    background-color: #fff;
    z-index: 1;
    transition: all 0.15s ease-in-out;
}

@media (min-width: 1920px) {
    .o-megaSubmenu.-sub .o-megaSubmenu__label {
        font-size: 20px;
    }
    .o-megaSubmenu.-sub .o-megaSubmenu__start {
        font-size: 20px;
    }
    .o-megaSubmenu.-sub .o-megaSubmenu__startLabel {
        font-size: 16px;
    }
    .o-megaSubmenu.-sub .o-megaSubmenu__item,
    .o-megaSubmenu.-sub .o-megaSubmenu__title.-sub {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .o-megaSubmenu.-sub:not(.-single) {
        transform: translateY(124px);
    }
    .o-megaSubmenu.-sub:not(.-single) .o-megaSubmenu__container {
        padding: 40px 0;
        display: grid;
        grid-row-gap: 32px;
        grid-template-columns: repeat(4, 1fr);
        max-width: 1160px;
    }
    .o-megaSubmenu.-sub .o-megaSubmenu__start {
        display: none;
    }
    .o-megaSubmenu.-sub .o-megaSubmenu__title:not(.-secondSub) {
        display: block;
        font-weight: 600;
        color: #232f5d;
        margin-bottom: 16px;
    }
    .o-megaSubmenu.-sub .o-megaSubmenu__title:not(.-sub) {
        display: none;
    }
    .o-megaSubmenu.-single {
        transform: translateY(35px);
    }
    .o-megaSubmenu.-single .o-megaSubmenu__container {
        padding: 40px 0 0;
        display: grid;
        grid-row-gap: 32px;
        grid-template-columns: 1fr;
    }
    .o-megaSubmenu.-single .o-megaSubmenu__submenu {
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .o-megaSubmenu {
        transform: translateX(100%);
        height: 100vh;
    }
    .o-megaSubmenu.-single {    
        width: 100vw;
    }
    .o-megaSubmenu__container {
        display: flex;
        flex-direction: column;
        grid-row-gap: 0;
        padding: 133px 24px 0;
        max-width: none;
        background-color: white;
    }
    .o-megaSubmenu__title:not(.-sub) {
        font-size: 20px;
        font-weight: 700;
        color: #232f5d;
        margin-bottom: 32px;
    }
    .o-megaSubmenu__title.-sub {
        color: #232f5d;
    }
    .o-megaSubmenu__item {
        margin-bottom: 16px;
    }
    .o-megaSubmenu__icon {
        width: 16px;
        height: 16px;
    }
    .o-megaSubmenu__items {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100vh;
        padding: 133px 24px 0;
        background-color: white;
        transform: translatex(100%);
    }
    .o-megaSubmenu__submenu {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        font-size: 18px;
    }
    .o-megaSubmenu__submenu.-first {
        grid-row: unset;
    }
    .o-megaSubmenu__submenu.-active .o-megaSubmenu__items {
        opacity: 1;
        pointer-events: all;
    }
    .o-megaSubmenu__label {
        font-size: 18px;
        font-weight: 400;
        color: #232f5d;
    }
    .o-megaSubmenu__start {
        display: flex;
    }
    .o-megaSubmenu.-single .o-megaSubmenu__title.-secondSub,
    .o-megaSubmenu.-single .o-megamenu__arrow.js-subMenuSecondArrow,
    .o-megaSubmenu.-single .o-megaSubmenu__title.-sub,
    .o-megaSubmenu.-single .o-megaSubmenu__start:not(.js-returnStart) {
        display: none;
    }

    .o-megaSubmenu.-single .o-megaSubmenu__items {
        position: initial;
        transform: unset;
        opacity: 1;
        pointer-events: all;
    }

    .o-megaSubmenu.-single .o-megaSubmenu__submenu {
        flex-direction: column;
    }

    .o-megaSubmenu.-single .o-megaSubmenu__items {
        padding: 0;
    }
}

/* Search */

.m-headerSearch {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 16px;
    position: relative;
    z-index: 1;
}

.m-headerSearch.-border .is-search-form > label {
    border-color: #232F5D33;
}

.m-headerSearch .is-search-form {
    width: 100%;
    margin-bottom: 0;
}

.m-headerSearch .is-search-form .is-search-input {
    border: none !important;
    color: #232F5D;
    box-shadow: none !important;
    padding-right: 50px;
    padding-left: 16px;
}

.m-headerSearch .is-search-form > label {
    width: 100% !important;
    border-radius: 100px;
    border: 1px solid white;
    overflow: hidden;
}

.m-headerSearch button[type="submit"]:not(.w-btn).is-search-submit:hover,
.m-headerSearch button[type="submit"]:not(.w-btn).is-search-submit:focus {
    background-color: #EAEBF0 !important;
    border-color: transparent !important;
}

.m-headerSearch button[type="submit"] {
    border-radius: 50%;
    background-color: #EAEBF0 !important;
    overflow: hidden;
}

.m-headerSearch button[type="submit"]:before {
    content: none;
}

.m-headerSearch button[type="submit"] .is-search-icon {
    background: transparent url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9223 14.9231L10.9248 10.9255M10.9248 10.9255C12.0067 9.8436 12.6146 8.37619 12.6146 6.8461C12.6146 5.31601 12.0067 3.8486 10.9248 2.76666C9.84287 1.68473 8.37545 1.0769 6.84537 1.0769C5.31528 1.0769 3.84786 1.68473 2.76593 2.76666C1.684 3.8486 1.07617 5.31601 1.07617 6.8461C1.07617 8.37619 1.684 9.8436 2.76593 10.9255C3.84786 12.0075 5.31528 12.6153 6.84537 12.6153C8.37545 12.6153 9.84287 12.0075 10.9248 10.9255Z" stroke="%23232F5D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain !important;
    border-color: transparent !important;
    background-size: 14px !important;
}

.m-headerSearch button[type="submit"] .is-search-icon svg {
    display: none;
}

.o-header__inner .o-header__bottom .o-header__navContainer .m-headerSearch .is-search-form .is-search-input {
    color: #232F5D !important;
}

.m-headerSearch .is-search-form .is-search-input::placeholder {
    color: #b3b3b3 !important;
}

@media (min-width: 1024px) {
    .m-headerSearch.-active .is-search-form > label {
        min-width: 300px;
    }

    .m-headerSearch .is-search-form > label {
        position: absolute;
        top: -2px;
        right: -2px;
        min-width: 0;
        max-width: 0;
        transition: all 0.55s ease-in-out;
    }
    .m-headerSearch .is-search-form .is-search-input {
        height: 38px;
    }
}

@media (max-width: 1024px) {
    .m-headerSearch {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .m-headerSearch .is-search-form > label {
        display: block !important;
    }
    .m-headerSearch button[type="submit"] {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 0;
    }
    .m-headerSearch .is-search-form .is-search-input {
        height: 36px;
    }
}

/* Language Swither */

.m-langSwither {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: sans-serif;
  cursor: pointer;
}

.m-langSwither img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.m-langSwitcher__label {
    display: none;
}

.m-langSwitcher__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #EAEBF0;
}

.m-langSwither__current {
    display: flex;
    align-items: center;
}

.m-langSwither__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  transform: translateX(-7px);
  z-index: 1000;
}

.m-langSwither__list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.m-langSwither__list li a:hover {
  background: #f2f2f2;
}

@media (max-width: 1024px) {
    .m-langSwither {
        transform: translateY(24px);
        z-index: 1;
    }
    .m-langSwither__list {
          top: auto;
          bottom: calc(100% + 16px);
    }
    .m-langSwitcher__label {
        display: inline-block;
        margin-left: 8px;
    }
}