.ea-nav .ea-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 0 10px 0 8px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    white-space: nowrap;
}

.ea-nav .ea-lang-btn {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(245,241,231,.68);
    font-family: inherit;
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .02em;
    padding: 8px 11px;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}

.ea-nav .ea-lang-btn:hover {
    color: #ffffff;
    background: rgba(255,255,255,.08);
}

.ea-nav .ea-lang-btn.active,
html[data-culture="lt"] .ea-nav .ea-lang-btn[value="lt"],
html[data-culture="en"] .ea-nav .ea-lang-btn[value="en"] {
    color: #090909;
    background: linear-gradient(135deg, #ffea63, #f4b800);
    box-shadow: 0 6px 16px rgba(244,184,0,.18);
}

.ea-lang-separator {
    display: none !important;
}

@media (max-width: 767px) {
    .ea-nav .ea-lang-switch {
        margin: 0 6px 0 4px;
        padding: 3px;
        gap: 2px;
    }

    .ea-nav .ea-lang-btn {
        font-size: 11px;
        padding: 7px 8px;
    }
}
/* EABOT Telegram mini banner */
.ea-telegram-mini-row {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
}

.ea-telegram-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid rgba(43, 149, 255, .34);
    background: rgba(43, 149, 255, .08);
    color: #63b3ff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 0 18px rgba(43, 149, 255, .10);
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.ea-telegram-mini:hover {
    background: rgba(43, 149, 255, .14);
    border-color: rgba(43, 149, 255, .55);
    color: #ffffff;
    transform: translateY(-1px);
}

.ea-telegram-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
}

.ea-telegram-mini-arrow {
    opacity: .9;
}

.ea-telegram-mini-en {
    display: none;
}

html[data-culture="en"] .ea-telegram-mini-lt {
    display: none;
}

html[data-culture="en"] .ea-telegram-mini-en {
    display: inline;
}

@media (max-width: 767px) {
    .ea-telegram-mini-row {
        margin: 0 0 12px 0;
    }

    .ea-telegram-mini {
        padding: 8px 12px;
        font-size: 13px;
        max-width: 100%;
    }
}

/* Products header final align */
body:has(.products-page) .ea-header {
    height: 76px !important;
    border-bottom: 1px solid rgba(255,255,255,.09) !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(0,0,0,.42) !important;
}

body:has(.products-page) .ea-header-inner {
    width: min(1360px, calc(100% - 120px)) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body:has(.products-page) .ea-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    color: #f5f1e7 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body:has(.products-page) .ea-logo-box {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important;
    border-radius: 13px !important;
    display: inline-grid !important;
    place-items: center !important;
    overflow: hidden !important;
    background: rgba(255, 211, 37, .08) !important;
    border: 1px solid rgba(255, 211, 37, .22) !important;
    box-shadow: 0 0 18px rgba(255, 211, 37, .08) !important;
}

body:has(.products-page) .ea-logo-box img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    object-fit: contain !important;
    display: block !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    background: transparent !important;
}

body:has(.products-page) .ea-brand-text {
    display: inline-block !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    color: #f5f1e7 !important;
    line-height: 1 !important;
}

body:has(.products-page) .products-inline-nav {
    top: 28px !important;
    right: 60px !important;
}

@media (max-width: 900px) {
    body:has(.products-page) .ea-header-inner {
        width: calc(100% - 36px) !important;
    }

    body:has(.products-page) .ea-brand-text {
        font-size: 18px !important;
    }

    body:has(.products-page) .products-inline-nav {
        position: static !important;
        margin: 16px 18px 0 !important;
    }
}