.nav {
    font-weight: unset !important;
}
body.menu-open .site-content {
    z-index: -1;
    position: relative;
}

/* Header Logo */
.branding .logo img, .branding .logo-mobile img, .branding .logo-dynamic img {
    max-height: unset;
}
.branding:hover {
    opacity: 1;
}
/* End Header Logo */

/* Subheader */
.header-cap,
.header-cap.subheader_included{
    display: none;
}
.subheader {
    width: 100%;
    background: transparent;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
}
.subheader .menu-optional {
    gap: 24px;
}
.subheader .menu-optional > li:first-child {
    order: 1;
}
.subheader .menu-optional > li:nth-child(2) {
    order: 3;
}
.subheader .menu-optional > li:last-child {
    order: 2;
}
.subheader .menu-optional .button-group {
    background: var(--green);
    min-height: 48px;
    width: 48px;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: width 0.3s ease;
    border-radius: 5px;
}
.subheader .menu-optional .button-group:before {
    content: '';
    background: url('/wp-content/uploads/icons/profile.svg') no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
    margin: 12px;
}
.subheader .menu-optional .button-group:hover:before {
    margin: 0px;
}
.subheader .menu-optional .button-group:hover {
    width: 160px; 
    justify-content: center;
    padding: 12px;
    cursor: pointer;
}
.subheader .menu-optional .button-group a {
    white-space: nowrap; 
    color: var(--raisinblack);
    font-family: gotham, sans-serif;
font-weight: 700;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
}
.subheader .menu-optional .button-group a:hover {
    color: var(--raisinblack);
}
.subheader .page-container {
    padding: 0 !important;
}
.subheader .page-container.-full-w {
    padding: 0;
    justify-content: flex-end;
    min-height: unset;
}
.subheader ul.-left > li:not(:last-child)::after, .subheader ul.-right > li:not(:last-child)::after {
    display: none;
}
.subheader, .subheader a, .subheader a:hover, .subheader a:focus {
    color: var(--white);
    box-shadow: unset;
    outline: unset;
    background: transparent;
}
.subheader a {
    font-family: gotham, sans-serif;
font-weight: 300;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114);
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
    border: 0;
}
.header:not(.-mobile):not(.header-sidebar) .menu-optional .icon-button:not(.cart) {
    min-width: unset;
    width: 16px;
    height: 16px;
}
.subheader .icon-button {
    border-radius: 0;
}
.subheader .icon-button:hover {
    background: transparent;
}
.subheader .icon-button:hover .icon {
    opacity: 1;
    transform: unset;
}
.subheader .lang-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.subheader .lang-toggle a,
.wpml-ls-legacy-list-horizontal ul li a {
    font-family: gotham, sans-serif;
font-weight: 300;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    color: var(--white);
    cursor: pointer;
    z-index: 5;
    position: relative;
}
.subheader .lang-toggle a,
.subheader .lang-toggle span,
.wpml-ls-legacy-list-horizontal ul li a,
.subheader .icon-button > .icon {
    color: var(--raisinblack);
}
.menu-open .subheader .lang-toggle a,
.menu-open .subheader .lang-toggle span,
.menu-open .wpml-ls-legacy-list-horizontal ul li a,
.menu-open .subheader .icon-button > .icon {
    color: var(--raisinblack);
}
.subheader .lang-toggle a.active,
.wpml-ls-legacy-list-horizontal ul li.active a {
    color: var(--green);
    font-family: gotham, sans-serif;
font-weight: 700;
}
.subheader .lang-toggle img {
    display: none;
}
/* End Subheader */

/* Header */
.header:not(.-fixed) {
    position: absolute;
    border-radius: 8px;
    box-shadow: 3px 3px 9px 0px rgba(226, 228, 61, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    max-width: calc(100vw - 130px);
    margin: 20px auto;
    background-color: rgba(255,255,255,0.6) !important;
}
.header-wrap {
    height: auto;
    max-width: 100% !important;
    padding: 10px 16px !important;
}
.header-wrap .right-part {
    flex-flow: row-reverse;
    flex: 1;
    justify-content: space-between;
}
.header-wrap-inner {
    align-items: unset;
    justify-content: flex-start;
    gap: 32px;
}
.header-wrap-inner .nav-bottom nav {
    height: auto;
}
.header:not(.-mobile) .menu {
    min-height: 60px;
    align-items: center;
}
.header:not(.-mobile) .menu > .nav-item > a {
    height: auto;
    padding: 0 8px;
}
.header:not(.-mobile) .menu li {
    cursor: pointer;
}
.header:not(.-mobile) .menu .three-cols .menu-item-depth-1.has-submenu:nth-child(1),
.header:not(.-mobile) .menu .three-cols .menu-item-depth-1.has-submenu:nth-child(2) {
    width: 25%;
}
.header:not(.-mobile) .menu .two-cols .menu-item-depth-1.has-submenu ,
.header:not(.-mobile) .menu .three-cols .menu-item-depth-1.has-submenu:nth-child(3) {
    width: 50%;
}
.header:not(.-mobile) .menu li > a:not([href]) {
    cursor: default;
    pointer-events: none;
}
.header .menu li span {
    gap: unset;
    white-space: nowrap;
}
.nav.with-highlighted-menu .nav-item .menu-link {
    font-family: gotham, sans-serif;
font-weight: 300;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    color: var(--raisinblack);
}
.nav.with-highlighted-menu .nav-item .menu-link:hover {
    color: var(--raisinblack);
    background-color: transparent;
} 
.nav.with-highlighted-menu .nav-item.current-menu-item > .menu-link.main-menu-link,
.header:not(.-mobile) .menu li.current-menu-ancestor a.main-menu-link {
    color: var(--raisinblack);
    font-family: gotham, sans-serif;
font-weight: 700;
}
.menu-open .header:not(.-mobile) .menu > .nav-item > a {
    color: var(--raisinblack) !important;
}
.menu-open .header:not(.-mobile) .menu > .nav-item > a {
    color: var(--raisinblack) !important;
}
.menu-open .header:not(.-mobile) .menu > .nav-item.show-child > a {
    font-family: gotham, sans-serif !important;
font-weight: 700 !important;
}
.header:not(.-mobile) .menu:hover .nav-item:not(:hover) {
    opacity: 1;
}
.header:not(.-mobile) .menu li > ul {
    background: transparent;
}
.header:not(.-mobile) .menu > .nav-item.menu-button > a {
    padding: 12px 16px;
    border-radius: 5px;
    background: var(--imperialred);
    font-family: gotham, sans-serif;
font-weight: 500;
    line-height: var(--line-height-std);
    gap: unset;
    height: unset;
}
.header:not(.-mobile) .menu li:hover > ul,
.header:not(.-mobile) .menu li.active > ul {
    display: none;
}
.header:not(.-mobile) .menu .sub-menu-wide {
    height: auto;
    padding: 32px 20px 28px 32px;
    opacity: 0;
    visibility: hidden;
    display: none;
    align-items: unset;
    transform: unset;
    transition: unset;
    box-shadow: unset;
    min-width: unset;
    transform-origin: unset !important;
    background: rgba(66,77,78,0.55);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 8px 8px;
    cursor: default;
    pointer-events: none;
    gap: 100px;
    width: calc(100vw - 130px) !important;    
    position: fixed;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 90px;    
}
.header:not(.-mobile) .menu .green-border .sub-menu-wide {
    border-top: 3px solid var(--green);
}
.header:not(.-mobile) .menu .salmon-border .sub-menu-wide {
    border-top: 3px solid var(--salmon);
}
.header:not(.-mobile) .menu .skyblue-border .sub-menu-wide {
    border-top: 3px solid var(--skyblue);
}
.header:not(.-mobile) .menu .teal-border .sub-menu-wide {
    border-top: 3px solid var(--teal);
}
.header:not(.-mobile) .menu .purple-border .sub-menu-wide {
    border-top: 3px solid var(--purple);
}
.header:not(.-mobile) .menu li .sub-menu-wide {
    max-height: 0;
    opacity: 0; 
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    display: none;
    flex-direction: column;
    flex-direction: row;
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide {
    max-height: 500px;
    opacity: 1;
}
.header:not(.-mobile) .menu li.hide-child .sub-menu-wide {
    max-height: 0;
    opacity: 0 !important;
}
.header:not(.-mobile) .menu .sub-menu-wide > a {
    pointer-events: none;
}
.header:not(.-mobile) .menu li.show-child > a {
    pointer-events: auto;
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide .sub-sub-menu {
    display: block;
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    gap: 16px;
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide .sub-sub-menu.two-columns {
    gap: 100px;
    flex-direction: row;
}
.header:not(.-mobile) .menu .sub-menu-wide > li {
    gap: 24px;
    width: auto;
}
.header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link {
    display: none;
}
.nav.with-highlighted-menu .sub-nav-item .menu-link {
    font-size: var(--font-size-16);
    line-height: var(--line-height-std) !important;
    padding: 0;
    min-height: unset;
    border-radius: 0;
    gap: unset;
    pointer-events: auto;
    z-index: 1000;
    position: relative;
    color: var(--white) !important;
}
.header:not(.-mobile) .menu .sub-menu-wide > li.menu-hide a.sub-menu-link {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.header:not(.-mobile) .menu li .menu-link-icon-image {
    width: 200px !important;
    height: 100px !important;
    aspect-ratio: 2 / 1;
    margin-left: 0 !important
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide .sub-sub-menu > li a.sub-menu-link {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header:not(.-mobile) .menu li > ul > li.small-menu-heading.second-level a.sub-menu-link {
    margin: 0 0 16px;
    font-family: gotham, sans-serif;
font-weight: 700;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.header:not(.-mobile) .menu li > ul > li.menu-item-depth-3 a.sub-menu-link {
    margin: 0 !important;
    font-family: gotham, sans-serif !important;
font-weight: 300 !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
}
.header:not(.-mobile) .menu .menu-with-img > a {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.header:not(.-mobile) .menu .menu-with-img span {
    gap: 10px;
    margin: 10px 0 0;
    font-family: gotham, sans-serif;
font-weight: 700;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.header:not(.-mobile) .menu .menu-with-img span.menu-link-subtitle {
    font-family: gotham, sans-serif !important;
font-weight: 300 !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
    color: var(--green);
    opacity: 1;
    text-decoration-line: underline;    
}
/* End Header Navigation */

.header.-mobile .nav .holder {
    background: var(--grey);
}

.close-bar > button .icon {
    color: var(--white);
    font-size: 24px !important;
}
.close-bar > button .icon svg {
    width: 24px !important;
    height: 24px !important;
}

@media only screen and (min-width: 300px) {
    .desktop-subheader {
        width: auto;
    }
    .left-part .desktop-view {
        width: 100%;
        display: none;
    }
    .mobile-subheader,
    .center-part.mobile-view {
        display: block;
    }

    .header .branding .logo img, .header .branding .logo-mobile img, 
    .header .branding .logo-sticky-mobile img, .header .branding .logo-dynamic img {
        min-height: 40px !important;
        height: 40px !important;
        aspect-ratio: 20.83 / 5;
    }
}
@media only screen and (min-width: 1023px) {
    .desktop-subheader,
    .left-part .desktop-view {
        display: block;
    }
    .mobile-subheader,
    .center-part.mobile-view {
        display: none;
    }

    .header:not(.-mobile) .menu > .nav-item > a {
        padding: 0 10px;
    }

    .header .branding .logo img, .header .branding .logo-mobile img, 
    .header .branding .logo-sticky-mobile img, .header .branding .logo-dynamic img {
        min-height: 70px !important;
        height: 70px !important;
        aspect-ratio: 10.42 / 5;
        padding: 5px 0px;
    }
}
@media only screen and (min-width: 1199px) {
    .header:not(.-mobile) .menu {
        gap: 20px;
    }
    .header:not(.-mobile) .menu > .nav-item > a {
        padding: 0 8px;
    }
}
@media only screen and (min-width: 1399px) {
    .header:not(.-mobile) .menu {
        gap: 25px;
    }
}

@media only screen and (max-width: 1499px) {
    .header:not(.-mobile) .menu {
        gap: 5px;
    }
    .subheader .menu-optional {
        gap: 18px;
    }
}
@media only screen and (max-width: 1366px) {
    .header:not(.-mobile) .header-wrap-inner {
        gap: 15px;
    } 
}
@media only screen and (max-width: 1300px) {
    /* .header:not(.-mobile) .menu {
        gap: 20px;
    } */
    .header:not(.-mobile) .subheader .menu-optional .button-group:hover {
        width: 48px;
        height: 48px;
        overflow: hidden;
    }
    .header:not(.-mobile) .subheader .menu-optional .button-group:before {
        display: none;
    }
    .header:not(.-mobile) .subheader .menu-optional .button-group a:before {
        content: '';
        background: url('/wp-content/uploads/icons/profile.svg') no-repeat center center;
        background-size: contain;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        display: inline-block;
        margin: 12px;
    }
    .header:not(.-mobile) .subheader .menu-optional .button-group a {
        font-size: 0 !important;
    }
}
@media only screen and (max-width: 1198px) {
    .desktop-subheader,
    .left-part .desktop-view {
        display: none;
    }
    .mobile-subheader,
    .center-part.mobile-view {
        display: block;
    }


    .subheader .page-container {
        padding: 0 !important;
    }
    .subheader ul, .subheader ul li {
        text-align: left !important;
        display: block;
    }
    .header-wrap .right-part,
    .header-wrap .center-part,
    .header-wrap .left-part {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-wrap .right-part,
    .header-wrap .left-part {
        flex-basis: 16% !important;
        justify-content: flex-start;
    }
    .header-wrap-inner {
        padding: 16px 0;
        align-items: center;
        gap: 0;
    }
    .header.mobile-hamburger-position-right .right-part .hamburger, 
    .header.mobile-hamburger-position-right .menu-optional-right .hamburger, 
    .header.mobile-hamburger-position-right .bottom-part .hamburger {
        height: 24px;
        width: 24px;
        background: transparent;
    }
    .hamburger.icon-button:before {
        display: none;
    }
    .hamburger.icon-button:hover > .icon {
        opacity: 1;
        transform: unset;
    }
    .header .logo-mobile {
        display: block;
    }
    .header .logo.with-mobile,
    .subheader .menu-optional > li:nth-child(2),
    .subheader .menu-optional > li:last-child {
        display: none;
    }
}
@media only screen and (max-width: 1198px) {
    
    .header .branding .logo-mobile img {
        min-height: 60px !important;
        height: 60px !important;
        aspect-ratio: 125 / 60;
    }
	.header:not(.-fixed) {
		position: relative;
		margin: auto;
		backdrop-filter: unset;
		margin: 0;
    	border-radius: 0;
    	max-width: 100%;
        background: var(--grey) !important;
	}
	.header-wrap-inner {
		justify-content: space-between;
        padding: 6px 0;
	}
	.header-wrap .right-part {
		flex: 0;
		min-width: unset;
	}
	.is-mobile-menu .mobile-hamburger.-right {
		min-width: unset !important;
		margin: 0 !important;
	}
	.desktop-subheader {
		display: none;
	}
	.nav.with-highlighted-menu .nav-item:not(:last-child) .menu-link {
		color: var(--white) !important;
	}
	
    .slide-in .slide-in-overlay .holder, .is-mobile-menu .slide-in-overlay .holder,
	.slide-in .slide-in-overlay .close-bar, .is-mobile-menu .slide-in-overlay .close-bar {
		width: 100vw;
	}

	.top-header-bar .notice-swiper .notice-item .notice-description {
		white-space: nowrap;
		overflow: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */		
	}
	.top-header-bar .notice-swiper .notice-item .notice-description::-webkit-scrollbar {
	  	display: none;
	}
	.is-mobile-menu .slide-in-overlay .close-bar .icon-button {
		min-width: unset;
		width: auto;
		height: auto;
	}
	.header.-mobile .menu li a {
		padding: 0px;	
	}
    .subheader .lang-toggle a,
    .subheader .lang-toggle span,
    .wpml-ls-legacy-list-horizontal ul li a,
    .subheader .icon-button > .icon {
        color: var(--white);
    }
    
    /* Menu */
    .hamburger.icon-button {
    	justify-content: flex-end;
		min-width: unset !important
    }
    .is-mobile-menu .close-bar {
    	height: 80px;
    }
    .is-mobile-menu .close-bar::before {
    	position: absolute;
    	top: 15px;
    	left: 50%;
    	transform: translateX(-50%);
    	content: '';
    	display: inline-block;
        background-image: url('/wp-content/uploads/2025/04/snyco-logo-white.svg');
    	width: 125px;
    	height: 56px !important;
    	background-size: contain;
        background-repeat: no-repeat;
    }
    .is-mobile-menu .slide-in-overlay .holder {
    	padding-top: 100px;
    }
    .is-mobile-menu .copyright {
    	display: none;
    }
    .header.-mobile .menu li.active > a {
    	background-color: transparent !important;
    }
    .header.-mobile .menu .sub-menu li {
    	margin: 20px 15px;
    }
    .header.-mobile .menu > li:last-child {
    	background-color: var(--green);
    	color: var(--raisinblack);
    	text-align: center;
    	border-radius: 100px;
    	margin-top: 40px;
    }
    .header.-mobile .menu > li:last-child .menu-link::before{
    	content: '';
        background: url(/wp-content/uploads/icons/profile.svg) no-repeat center center;
        background-size: contain;
        width: 20px;
        height: 24px;
        flex-shrink: 0;
        display: block;
    }
    .header.-mobile .menu > li:last-child .menu-link {
    	color: var(--raisinblack);
        font-family: gotham, sans-serif;
font-weight: 700;
        justify-content: center;
        gap: 16px;
    }
    .nav.with-highlighted-menu .nav-item .menu-link {
        font-size: var(--font-size-16);
        line-height: var(--line-height-150);
    }
    .nav.with-highlighted-menu .nav-item.has-submenu > .menu-link {
        font-family: gotham, sans-serif;
font-weight: 700;
    }
    .nav.with-highlighted-menu .nav-item.has-submenu > ul .menu-link {
        font-family: gotham, sans-serif;
font-weight: 300;
    }
    .header .menu li span {
        line-height: var(--line-height-std) !important;
    }
    .header.-mobile .menu li a {
    	min-height: 45px;
    }
    .header.-mobile .menu li a .has-submenu-icon {
    	opacity: 1;
        right: -15px;
    }
    .has-submenu.active > a > .has-submenu-icon .menu-plus {
    	transform: none !important;
    }
    .has-submenu-icon .menu-plus svg {
    	display: none;
    }
    .has-submenu-icon .menu-plus::after {
    	position: absolute;
    	display: inline-block;
    	content: ' ';
    	background-image: url('/wp-content/uploads/2025/05/menu-down-arrow.svg');
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: top center;
    	width: 24px;
    	height: 24px;
    	transition: all 0.3s ease-in-out;
        transform: rotate(0deg);
        rotate: 0deg;
    }
    .has-submenu:hover > a > .has-submenu-icon .menu-plus {
        transform: unset !important;
    }
    .has-submenu.active > a > .has-submenu-icon .menu-plus::after {
    	transform: rotate(-90deg);
    	transform-origin: center center;
    }
    .nav-item:not(.has-submenu):not(:last-child) > .menu-link::after {
    	position: absolute;
    	top: 14px;
    	right: 0px;
    	display: inline-block;
    	content: ' ';
    	background-image: url('/wp-content/uploads/2025/05/blue-right-arrow.svg');
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: top center;
    	width: 24px;
    	height: 24px;
    	transition: all 0.3s ease-in-out;
    }
    .has-submenu-icon {
        transform: translateY(-50%) rotate(0deg);
    }
    .is-mobile-menu .search-popup.visible .close-bar::before {
        display: none;
    }
}