.site-header {
    position: relative;
    z-index: 120;
}
.site-header__inner {
    width: min(100% - 30px, 1350px);
    margin: 0 auto;
}
.site-header__promo {
    background: #fe5722;
    color: #ffffff;
}
.site-header__promo .site-header__inner {
	width: 100%;
}
.site-header__promo-text {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 1.175;
    font-weight: 700;
}
.site-header__promo-text p {
    margin: 0;
}
.site-header__promo-text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.site-header__top {
    background: linear-gradient(0deg, #b9e4f5, #97d3f5);
}
.site-header__top-inner {
    display: flex;
	gap: 50px;
	padding: 20px 0;
}
.site-header__logo {
    text-decoration: none;
}
.site-header__logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 131px;
	z-index: 9;
}
.site-header__logo--desktop {
    flex: 1;
    display: flex;
    justify-content: flex-end;
	position: relative;
}
.site-header__logo--desktop:before {
    content: '';
    width: 100%;
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.site-header__logo--mobile {
    display: none;
}
.site-header__logo-fallback {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: #222222;
}
.site-header__desktop-tools {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}
.site-header__desktop-actions {
    display: flex;
    justify-content: flex-end;
}
.site-header__account {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 35px;
    padding: 0px 18px 0 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: #747474;
    text-decoration: none;
    white-space: nowrap;
}
.site-header__account-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #808080;
}
.site-header__account-label {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}
.site-header__account-chevron {
    width: 10px;
    height: 10px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(45deg);
    margin-top: -3px;
}
.site-header__search {
    position: relative;
}
.site-header__search input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 73px 0 15px;
    border-radius: 4px;
    background: #fff;
    color: #212121;
    font-size: 16px;
    border: 0;
	outline: 0;
}
.site-header__search input::placeholder {
    color: #777777;
    opacity: 1;
}
.site-header__search-button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.site-header__search-button-icon {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
}
.site-header__nav-row {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.site-header__nav-inner {
    display: flex;
    align-items: center;
    min-height: 70px;
    justify-content: space-between;
}
.site-header__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-header__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #212121;
	min-height: 70px;
    text-decoration: none;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	position: relative;
}
.site-header__nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #689e38;
    transform: translateX(-50%);
    transition: width 0.25s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.site-header__nav-link:hover {
    color: #689e38;
}
.site-header__nav-link:hover:after {
    width: 100%;
}
.site-header__nav-label {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
.site-header__glyph {
    display: inline-block;
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-header__account-icon,
.site-header__nav-icon,
.site-header__cart-icon,
.site-header__mobile-icon,
.site-header__search-icon {
    color: #747474;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.site-header__nav-link:hover .site-header__nav-icon {
    color: #689e38;
}
.site-header__account-icon {
    font-size: 25px;
}
.site-header__nav-icon {
    font-size: 27px;
}
.site-header__nav-item:first-child .site-header__nav-icon {
	font-size: 20px;
}
.site-header__search-icon {
	font-size: 28px;
}
.site-header__cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    min-width: 76px;
    height: 70px;
    text-decoration: none;
    color: #689e38;
}
.site-header__cart:hover {
    color: #8ac24a;
}
.site-header__cart:after {
	content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #689e38;
    transform: translateX(-50%);
    transition: width 0.25s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.site-header__cart:hover:after {
	width: 100%;
}
.site-header__cart-icon {
    font-size: 30px;
    color: #689e38;
	transition: color 0.25s ease-in-out;
	padding-top: 3px;
}
.site-header__cart:hover .site-header__cart-icon {
    color: #8ac24a;
}
.site-header__cart-badge {
    position: absolute;
    top: 10px;
    right: 5px;
    min-width: 25px;
    height: 25px;
    padding: 0 7px;
    border-radius: 999px;
    background: #fe5722;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.site-header__mobile-row,
.site-header__mobile-overlay,
.site-header__mobile-panel {
    display: none;
}

@media (max-width: 980px) {
    .site-header__top {
        border-bottom: 5px solid #7fae39;
    }

    .site-header__top-inner {
        display: block;
        padding: 15px 0;
    }
    .site-header__logo--desktop,
    .site-header__desktop-tools,
    .site-header__nav-row {
        display: none;
    }
    .site-header__mobile-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .site-header__logo--mobile {
        display: inline-flex;
        align-items: center;
    }
	.site-header__logo--mobile img {
		max-height: 80px;
	}
    .site-header__menu-toggle {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        padding: 0;
        border: 0;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.45);
        cursor: pointer;
    }
    .site-header__menu-toggle-box {
        position: relative;
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 4px;
        background: #8ac24a;
    }
    .site-header__menu-toggle-lines,
    .site-header__menu-toggle-lines::before,
    .site-header__menu-toggle-lines::after {
        position: absolute;
        left: 8px;
        right: 8px;
        height: 3px;
        background: #ffffff;
        border-radius: 999px;
        content: "";
    }
    .site-header__menu-toggle-lines {
        top: 8px;
    }
    .site-header__menu-toggle-lines::before {
        top: 8px;
        left: 0;
        right: 0;
    }
    .site-header__menu-toggle-lines::after {
        top: 16px;
        left: 0;
        right: 0;
    }
    .site-header__menu-toggle-text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        font-weight: 400;
        text-transform: lowercase;
    }
    .site-header__mobile-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(30, 30, 30, 0.88);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.24s ease, visibility 0.24s ease;
        pointer-events: none;
        z-index: 210;
    }
    .site-header__mobile-panel {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.24s ease;
        box-shadow: 0 0 22px rgba(0, 0, 0, 0.24);
        z-index: 220;
		height: 100vh;
		overflow: scroll;
    }
    .site-header__mobile-panel-inner {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    body.has-mobile-menu {
        overflow: hidden;
    }
    body.has-mobile-menu .site-header__mobile-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    body.has-mobile-menu .site-header__mobile-panel {
        transform: translateX(0);
    }
    .site-header__mobile-head {
    	position: relative;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	min-height: 48px;
    	background: #689e38;
    	color: #ffffff;
    }
    .site-header__mobile-title {
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
    }

    .site-header__mobile-close {
        position: absolute;
        top: calc(50% - 12.5px);
        right: 15px;
        width: 25px;
        height: 25px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }
    .site-header__mobile-close-icon,
    .site-header__mobile-close-icon::before,
    .site-header__mobile-close-icon::after {
        display: block;
    }

    .site-header__mobile-close-icon::before,
    .site-header__mobile-close-icon::after {
        content: "";
        position: absolute;
        left: 4px;
        right: 4px;
        height: 2px;
        background: #ffffff;
        border-radius: 999px;
    }
    .site-header__mobile-close-icon::before {
        transform: rotate(45deg);
    }
    .site-header__mobile-close-icon::after {
        transform: rotate(-45deg);
    }
    .site-header__mobile-search-wrap {
        padding: 15px;
    	background: #8ac24a;
    	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    }
    .site-header__search--mobile input {
        height: 50px;
    	padding: 0 73px 0 15px;
    	border-radius: 4px;
    	font-size: 16px;
    }
    .site-header__search--mobile .site-header__search-button {
        right: 16px;
        width: 54px;
        height: 54px;
    }
    .site-header__search--mobile .site-header__search-button-icon {
        width: 32px;
        height: 32px;
    }
    .site-header__search--mobile .site-header__search-button-icon::before {
        width: 17px;
        height: 17px;
    }
    .site-header__search--mobile .site-header__search-button-icon::after {
        width: 14px;
    }
    .site-header__mobile-list {
        margin: 0;
        padding: 0 15px;
        list-style: none;
        background: #fff;
    }
    .site-header__mobile-item {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #efefef;
    }
    .site-header__mobile-link {
    	display: flex;
    	align-items: center;
    	gap: 10px;
   		color: #212121;
    	text-decoration: none;
    	min-height: 55px;
	}
    .site-header__mobile-icon {
        flex: 0 0 54px;
        width: 54px;
        text-align: center;
        font-size: 23px;
        color: #747474;
    }
	.site-header__mobile-nav .site-header__mobile-item:nth-child(2) .site-header__mobile-icon {
		font-size: 18px;
	}
    .site-header__mobile-link span:last-child {
        font-size: 18px;
        line-height: 1.1;
        font-weight: 400;
    }
    .site-header__mobile-bottom {
        background: #fff;
        box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.08);
    }
    .site-header__mobile-list--bottom {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 900px) {
    .site-header__promo-text {
        font-size: 14px;
    }
}

body.admin-bar .site-header__mobile-overlay,
body.admin-bar .site-header__mobile-panel {
    top: 32px;
}

body.admin-bar .site-header__mobile-panel {
    height: calc(100dvh - 32px);
    bottom: auto;
}

@media (max-width: 782px) {
    body.admin-bar .site-header__mobile-overlay,
    body.admin-bar .site-header__mobile-panel {
        top: 46px;
    }

    body.admin-bar .site-header__mobile-panel {
        height: calc(100dvh - 46px);
    }
}