.tg-language-switcher {
    --tg-lang-accent: #ff6a13;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 36px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    background: rgba(11, 12, 14, .96);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
    font-family: inherit;
    letter-spacing: 0;
}

.tg-language-switcher__option {
    display: inline-grid;
    place-items: center;
    min-width: 38px;
    height: 30px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #d7d9dc !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.tg-language-switcher__option:hover,
.tg-language-switcher__option:focus-visible {
    border-color: rgba(255, 106, 19, .65);
    color: #fff !important;
    transform: translateY(-1px);
}

.tg-language-switcher__option.is-active {
    border-color: var(--tg-lang-accent);
    background: var(--tg-lang-accent);
    color: #101113 !important;
}

.tg-language-switcher--floating {
    position: fixed;
    z-index: 99990;
    top: 86px;
    right: 16px;
}

.tg-language-switcher--menu {
    margin-left: 6px;
    box-shadow: none;
}

.tg-language-menu-item > .tg-language-switcher--menu {
    display: inline-flex;
}

.tg-translated-product-description {
    color: inherit;
}

.tg-translated-product-description h2,
.tg-translated-product-description h3 {
    letter-spacing: 0;
}

.tg-translated-product-description h2 {
    margin-top: 0;
}

.tg-translated-product-description ul {
    display: grid;
    gap: 9px;
    margin: 18px 0 24px;
    padding-left: 20px;
}

.tg-translated-product-description li::marker {
    color: #ff6a13;
}

@media (min-width: 1025px) {
    body:has(.tg-language-menu-item) .tg-language-switcher--floating {
        display: none;
    }
}

@media (max-width: 1024px) {
    .tg-language-menu-item {
        display: none !important;
    }

    .tg-language-switcher--floating {
        top: 82px;
        right: 10px;
        min-height: 34px;
    }

    .tg-language-switcher__option {
        min-width: 34px;
        height: 28px;
        padding: 0 6px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .tg-language-switcher--floating {
        top: 78px;
        right: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tg-language-switcher__option {
        transition: none;
    }
}

