/* Global header v2 — Figma 57:153 / 172:658 */

:root {
    --hp2-gray-dark-2: #1d1d1f;
    --hp2-gray-dark-1: #29292b;
    --hp2-gray-mid: #605f65;
    --hp2-gray-light-1: #eeeff1;
    --hp2-gray-light-2: #e3e2e7;
    --hp2-gray-light-3: #b1b5b8;
    --hp2-black: #141414;
    --hp2-white: #ffffff;
    --hp2-content: 1400px;
}

body.hp2-header-on #masthead,
body.hp2-header-on #ast-desktop-header,
body.hp2-header-on .ast-mobile-header-wrap,
body.hp2-header-on .site-header {
    display: none !important;
}

.hp2-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 40px;
    background: var(--hp2-white);
    overflow: visible;
}

/* GTranslate footer/shortcode widgets — keep EN|ΕΛ in .hp2-lang as the only visible switcher */
body.hp2-header-on .gtranslate_wrapper,
body.hp2-header-on [id^="gt-wrapper-"],
body.hp2-header-on .gt_switcher_wrapper {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    pointer-events: none;
}

body.admin-bar .hp2-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .hp2-header {
        top: 46px;
    }
}

.hp2-header .hp2-wrap {
    width: min(var(--hp2-content), calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.hp2-header__bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    height: 88px;
    border-bottom: 1px solid var(--hp2-gray-light-3);
    overflow: visible;
}

.hp2-header__logo {
    flex: 0 0 164px;
    width: 164px;
    height: 35px;
}

.hp2-header__logo img {
    display: block;
    width: 164px;
    height: 35px;
    object-fit: contain;
}

.hp2-header__nav {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
}

.hp2-header__tools {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    flex: 0 0 auto;
}

.hp2-lang {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hp2-lang a,
.hp2-lang a.glink {
    width: auto;
    margin: 0 !important;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
}

.hp2-lang a.gt-current-lang,
.hp2-lang a.gt-current-wrapper {
    font-weight: 500;
}

.hp2-lang__sep {
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.hp2-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.hp2-icon-btn img {
    display: block;
    width: 24px;
    height: 24px;
}

.hp2-header.is-search-open [data-hp2-search] {
    opacity: 0.45;
}

.hp2-header__search {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 30;
    background: var(--hp2-white);
    border-bottom: 1px solid var(--hp2-gray-light-2);
    box-shadow: 0 16px 32px rgba(20, 20, 20, 0.08);
    padding: 18px 0 22px;
}

.hp2-header__search[hidden] {
    display: none !important;
}

.hp2-header__search-label {
    display: block;
    margin: 0 0 10px;
    font-family: "Geom", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hp2-gray-light-3);
}

.hp2-header__search .aws-container {
    width: 100% !important;
    max-width: none;
    float: none;
}

.hp2-header__search .aws-container .aws-search-form {
    height: 52px;
    border: 1px solid var(--hp2-gray-light-2);
    background: #fff;
    display: flex !important;
    align-items: stretch;
}

.hp2-header__search .aws-container .aws-wrapper {
    flex: 1 1 auto;
    min-width: 0;
}

.hp2-header__search .aws-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.hp2-header__search .aws-container .aws-search-field {
    width: 100%;
    height: 52px;
    min-height: 52px;
    padding: 0 18px;
    border: 0 !important;
    background: transparent;
    box-shadow: none !important;
    outline: none;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 52px;
    color: var(--hp2-gray-dark-2);
}

.hp2-header__search .aws-container .aws-search-field:focus {
    outline: none;
    box-shadow: none !important;
}

.hp2-header__search .aws-container .aws-search-field::placeholder {
    color: var(--hp2-gray-light-3);
    font-weight: 300;
}

.hp2-header__search .aws-container .aws-search-form .aws-form-btn,
.hp2-header__search .aws-container .aws-search-form .aws-search-btn {
    width: 52px;
    height: 52px;
    background: var(--hp2-gray-dark-2) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.hp2-header__search .aws-container .aws-search-form .aws-search-btn_icon,
.hp2-header__search .aws-container .aws-search-form .aws-search-btn svg {
    fill: #eeeff1;
    color: #eeeff1;
}

.hp2-header__search .aws-search-result {
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    color: var(--hp2-gray-dark-2);
    border: 1px solid var(--hp2-gray-light-2) !important;
    box-shadow: 0 12px 32px rgba(20, 20, 20, 0.08) !important;
    z-index: 40;
}

.hp2-header__search .aws-search-result .aws_result_link,
.hp2-header__search .aws-search-result .aws_search_more,
.hp2-header__search .aws-search-result .aws_no_result {
    font-family: "Geom", sans-serif;
    font-weight: 300;
    color: var(--hp2-gray-dark-2) !important;
}

body.hp2-header-on > .aws-search-result {
    font-family: "Geom", sans-serif;
    font-weight: 300;
    color: var(--hp2-gray-dark-2);
    border: 1px solid var(--hp2-gray-light-2) !important;
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.12) !important;
}

body.hp2-header-on > .aws-search-result .aws_result_title,
body.hp2-header-on > .aws-search-result .aws_result_excerpt,
body.hp2-header-on > .aws-search-result .aws_price {
    font-family: "Geom", sans-serif;
}

.hp2-menu-toggle {
    display: none;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.hp2-menu-toggle span,
.hp2-menu-toggle span::before,
.hp2-menu-toggle span::after {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: relative;
    transition: transform 0.2s ease, top 0.2s ease, background-color 0.2s ease;
}

.hp2-menu-toggle span::before,
.hp2-menu-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
}

.hp2-menu-toggle span::before {
    top: -6px;
}

.hp2-menu-toggle span::after {
    top: 6px;
}

.hp2-header.is-nav-open .hp2-menu-toggle span {
    background: transparent;
}

.hp2-header.is-nav-open .hp2-menu-toggle span::before {
    top: 0;
    transform: rotate(45deg);
}

.hp2-header.is-nav-open .hp2-menu-toggle span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* Products menu inside the white header */

.hp2-header #euroheader {
    background: transparent;
    width: 100%;
    text-align: center;
    margin: 0;
}

.hp2-header #euroheader .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    width: 100% !important;
    margin: 0;
    position: static;
    overflow: visible;
    z-index: 2;
}

.hp2-header #euroheader .header-wrapper > ul.top-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 !important;
}

.hp2-header #euroheader .top-menu > li {
    padding: 0;
    margin: 0;
}

.hp2-header #euroheader .top-menu > li > a,
.hp2-header #euroheader .menu-item.notmob > a {
    padding: 0 10px;
    font-family: "Geom", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000 !important;
    white-space: nowrap;
}

.hp2-header #euroheader .top-menu > li:hover > a,
.hp2-header #euroheader .menu-item.notmob:hover > a {
    color: var(--hp2-gray-dark-2) !important;
}

.hp2-header #euroheader .top-menu li.open-cat {
    margin-right: 0;
}

.hp2-header #euroheader .top-menu li.open-cat > a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hp2-header #euroheader .btn-men,
.hp2-header #euroheader .btn-men span {
    display: none !important;
}

.hp2-header #euroheader .panel .gtranslate_wrapper {
    display: none;
}

.hp2-header #euroheader .mobile-search-bar-wrapper {
    display: none;
}

.hp2-header #euroheader .close-panel {
    display: none !important;
}

.hp2-header #euroheader .panel {
    top: 100%;
    left: 182px;
    width: 360px;
    height: auto;
    max-height: calc(100vh - 140px);
    overflow: visible;
    padding: 8px 0;
    background: var(--hp2-white);
    border: 1px solid var(--hp2-gray-light-2);
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.12);
    font-family: "Geom", sans-serif;
    z-index: 50;
}

.hp2-header #euroheader ul.menu-cat {
    height: auto;
    width: 100%;
    margin-left: 0;
}

.hp2-header #euroheader ul.menu-cat > li > a,
.hp2-header #euroheader .sublist.first-level li a,
.hp2-header #euroheader .sublist.sec-level li a,
.hp2-header #euroheader .sublist li a {
    font-family: "Geom", sans-serif;
    font-weight: 300;
}

.hp2-header #euroheader ul.menu-cat > li:hover > a {
    background-color: var(--hp2-gray-light-1);
    color: var(--hp2-gray-dark-2);
    font-weight: 300;
}

.hp2-header #euroheader .menu-item.notmob .sub-menu {
    border: 1px solid var(--hp2-gray-light-2);
    box-shadow: 0 12px 32px rgba(20, 20, 20, 0.08);
    padding: 12px 0;
}

.hp2-header #euroheader .menu-item.notmob .sub-menu li a {
    font-family: "Geom", sans-serif;
    font-weight: 300;
    color: var(--hp2-gray-dark-1) !important;
    text-transform: none;
}

body.hp2-nav-lock {
    overflow: hidden;
}

@media (max-width: 1000px) {
    body.hp2-header-on.overlay::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(20, 20, 20, 0.45);
        z-index: 999;
        pointer-events: auto;
    }

    .hp2-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        order: -1;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin-left: -10px;
        z-index: 2;
    }

    .hp2-header,
    .hp2-header .hp2-wrap,
    .hp2-header__bar,
    .hp2-header__nav,
    .hp2-header #euroheader,
    .hp2-header #euroheader .header-wrapper {
        overflow: visible !important;
    }

    .hp2-header__bar {
        height: 72px;
        gap: 10px;
    }

    .hp2-header {
        margin-bottom: 24px;
    }

    .hp2-icon-btn {
        width: 44px;
        height: 44px;
    }

    .hp2-header__search {
        padding: 12px 0 16px;
        z-index: 80;
    }

    .hp2-header__search .aws-container .aws-search-form,
    .hp2-header__search .aws-container .aws-search-field {
        height: 48px;
        min-height: 48px;
        line-height: 48px;
    }

    .hp2-header__search .aws-container .aws-search-form .aws-form-btn,
    .hp2-header__search .aws-container .aws-search-form .aws-search-btn {
        width: 48px;
        height: 48px;
    }

    .hp2-header #euroheader .top-menu {
        display: none !important;
    }

    .hp2-header #euroheader .header-wrapper {
        position: static;
        overflow: visible !important;
        z-index: auto !important;
    }

    .hp2-header #euroheader .panel {
        position: fixed;
        top: 72px;
        left: 0;
        width: min(100%, 400px);
        height: calc(100dvh - 72px);
        max-height: none;
        padding: 0;
        overflow: hidden !important;
        background: var(--hp2-white);
        border: 0;
        border-right: 1px solid var(--hp2-gray-light-2);
        box-shadow: 16px 0 40px rgba(20, 20, 20, 0.12);
        font-family: "Geom", sans-serif;
        z-index: 100001 !important;
        transform: translateX(-110%);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        transition: transform 0.28s ease, visibility 0.28s ease, opacity 0.28s ease;
    }

    .hp2-header #euroheader .panel.active-menu {
        transform: translateX(0);
        visibility: visible;
        opacity: 1 !important;
        pointer-events: auto;
    }

    body.hp2-nav-lock .cky-btn-revisit-wrapper,
    body.hp2-nav-lock .cky-consent-container,
    body.hp2-nav-lock .toggle-prices-btn,
    body.hp2-nav-lock #toggle-prices,
    body.hp2-header-on.overlay .cky-btn-revisit-wrapper,
    body.hp2-header-on.overlay .toggle-prices-btn,
    body.hp2-header-on.overlay #toggle-prices {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .hp2-header #euroheader .panel > .d-flex:not(:has(a)) {
        display: none !important;
    }

    body.admin-bar .hp2-header #euroheader .panel,
    body.admin-bar .hp2-header #euroheader .panel.active-menu {
        top: calc(32px + 72px);
        height: calc(100dvh - 32px - 72px);
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper {
        display: block !important;
        flex: 0 0 auto;
        position: relative;
        padding: 16px 16px 12px;
        background: var(--hp2-white);
        border-bottom: 1px solid var(--hp2-gray-light-2);
        overflow: visible;
        z-index: 30;
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-container {
        width: 100% !important;
        max-width: 100% !important;
        float: none;
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-form {
        height: 48px;
        border: 1px solid var(--hp2-gray-light-2);
        background: #fff;
        display: flex !important;
        align-items: stretch;
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-wrapper {
        flex: 1 1 auto;
        min-width: 0;
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-field {
        width: 100%;
        height: 48px;
        min-height: 48px;
        padding: 0 14px;
        border: 0 !important;
        background: transparent;
        box-shadow: none !important;
        font-family: "Geom", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 48px;
        color: var(--hp2-gray-dark-2);
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-field::placeholder {
        color: var(--hp2-gray-light-3);
        font-weight: 300;
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-form-btn,
    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-btn {
        width: 48px;
        height: 48px;
        background: var(--hp2-gray-dark-2) !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-btn_icon,
    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-btn svg {
        fill: #eeeff1;
        color: #eeeff1;
    }

    .hp2-header #euroheader .mobile-search-bar-wrapper .aws-search-result {
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        max-height: min(50vh, 360px);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 40;
    }

    .hp2-header #euroheader ul.menu-cat.notmob {
        display: none !important;
    }

    .hp2-header #euroheader ul.menu-cat.mobile,
    .hp2-header #euroheader ul.menu-cat.mobile.scroll-col {
        display: block;
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        height: auto;
        max-height: none;
        margin: 0;
        padding: 8px 0 16px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hp2-header #euroheader ul.menu-cat.mobile:has(.sublist.is-open) {
        overflow: hidden;
    }

    .hp2-header #euroheader ul.menu-cat.mobile li {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        float: none;
        width: 100%;
        margin: 0;
        position: static;
    }

    .hp2-header #euroheader ul.menu-cat.mobile li a,
    .hp2-header #euroheader ul.menu-cat.mobile li a.custom-menu_mob,
    .hp2-header #euroheader ul.menu-cat.mobile li a.primary-custom_mob {
        float: none !important;
        flex: 1 1 auto;
        width: auto !important;
        max-width: none;
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 12px 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0;
        font-family: "Geom", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.3;
        color: var(--hp2-gray-dark-2) !important;
        text-transform: none;
        text-decoration: none !important;
        background: transparent;
    }

    .hp2-header #euroheader ul.menu-cat.mobile li a:hover,
    .hp2-header #euroheader ul.menu-cat.mobile > li:hover > a {
        background-color: var(--hp2-gray-light-1);
        color: var(--hp2-gray-dark-2) !important;
        font-weight: 300;
    }

    .hp2-header #euroheader ul.menu-cat.mobile li .plus-button {
        float: none !important;
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        filter: none;
        cursor: pointer;
        flex-shrink: 0;
    }

    .hp2-header #euroheader ul.menu-cat.mobile li .plus-button:after {
        background: none;
        width: 8px;
        height: 8px;
        border-right: 1.5px solid var(--hp2-gray-dark-2);
        border-bottom: 1.5px solid var(--hp2-gray-dark-2);
        transform: rotate(-45deg);
        filter: none;
    }

    .hp2-header #euroheader ul.menu-cat.mobile .sublist-toggle {
        display: none;
    }

    .hp2-header #euroheader ul.menu-cat.mobile li.menu-item,
    .hp2-header #euroheader ul.menu-cat.mobile a.primary-custom_mob {
        margin-top: 0;
    }

    .hp2-header #euroheader ul.menu-cat.mobile li:has(> a.primary-custom_mob) {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--hp2-gray-light-2);
        width: 100%;
    }

    .hp2-header #euroheader .sublist,
    .hp2-header #euroheader .sublist.first-level,
    .hp2-header #euroheader .sublist.sec-level,
    .hp2-header #euroheader .sublist .sublist,
    .hp2-header #euroheader ul li:focus > .sublist,
    .hp2-header #euroheader ul li:hover > .sublist {
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
        max-width: none !important;
        margin: 0;
        padding: 0 0 24px;
        background: var(--hp2-white);
        box-shadow: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 20;
        transform: translateX(100%) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: transform 0.28s ease, opacity 0.2s ease, visibility 0.28s ease;
    }

    .hp2-header #euroheader .sublist.is-open,
    .hp2-header #euroheader ul li:focus > .sublist.is-open,
    .hp2-header #euroheader ul li:hover > .sublist.is-open {
        transform: translateX(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        width: 100% !important;
    }

    .hp2-header #euroheader li.go-back,
    .hp2-header #euroheader ul.menu-cat.mobile li.go-back {
        display: flex;
        align-items: center;
        position: sticky;
        top: 0;
        z-index: 1;
        min-height: 52px;
        padding: 12px 16px 12px 48px;
        background: var(--hp2-white);
        border-bottom: 1px solid var(--hp2-gray-light-2);
        font-family: "Geom", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        color: var(--hp2-gray-dark-2);
        cursor: pointer;
    }

    .hp2-header #euroheader li.go-back:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 20px;
        width: 8px;
        height: 8px;
        margin: -4px 0 0;
        background: none !important;
        border: 0;
        border-left: 1.5px solid var(--hp2-gray-dark-2);
        border-bottom: 1.5px solid var(--hp2-gray-dark-2);
        transform: rotate(45deg);
        filter: none;
    }

    .hp2-header #euroheader .sublist.first-level,
    .hp2-header #euroheader .sublist.sec-level {
        background: var(--hp2-white);
    }

    .hp2-header #euroheader .sublist.first-level li a,
    .hp2-header #euroheader .sublist.sec-level li a,
    .hp2-header #euroheader .sublist li a {
        display: flex;
        align-items: center;
        float: none;
        width: auto;
        min-height: 48px;
        padding: 12px 16px;
        font-family: "Geom", sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: var(--hp2-gray-dark-2);
        background: transparent;
    }

    .hp2-header #euroheader .sublist li:hover > a,
    .hp2-header #euroheader .sublist.sec-level li:hover > a,
    .hp2-header #euroheader ul.menu-cat > li:hover > a {
        background-color: var(--hp2-gray-light-1);
        color: var(--hp2-gray-dark-2);
        font-weight: 300;
    }

    .hp2-header #euroheader .panel > .d-flex {
        flex: 0 0 auto;
        justify-content: flex-start !important;
        margin: 0;
        padding: 0 16px calc(20px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid var(--hp2-gray-light-2);
        background: var(--hp2-white);
        z-index: 2;
    }

    .hp2-header #euroheader .mobile-menu-cart-link {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 14px 0 0;
        font-family: "Geom", sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: var(--hp2-gray-dark-2) !important;
        text-decoration: none !important;
    }

    body.hp2-header-on > .aws-search-result {
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        max-height: min(60vh, 420px);
        overflow-y: auto;
        z-index: 100002 !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar .hp2-header #euroheader .panel,
    body.admin-bar .hp2-header #euroheader .panel.active-menu {
        top: calc(46px + 72px);
        height: calc(100dvh - 46px - 72px);
    }
}

@media (max-width: 768px) {
    .hp2-header .hp2-wrap {
        width: calc(100% - 24px);
    }

    .hp2-header__logo,
    .hp2-header__logo img {
        width: 118px;
        height: 25px;
        flex-basis: 118px;
    }

    .hp2-lang {
        gap: 4px;
    }

    .hp2-lang a,
    .hp2-lang a.glink,
    .hp2-lang__sep {
        font-size: 14px;
        line-height: 14px;
    }

    .hp2-header__tools {
        gap: 4px;
    }

    .hp2-header #euroheader .panel,
    .hp2-header #euroheader .panel.active-menu {
        width: 100%;
        border-right: 0;
        box-shadow: none;
    }
}
