
.alahd-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 999px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 10px 30px rgba(15,23,42,.12);
    z-index: 999999;
}
.alahd-language-switcher.is-floating {
    position: fixed;
    top: 14px;
}
.alahd-language-switcher.top-right { right: 18px; }
.alahd-language-switcher.top-left { left: 18px; }

body.admin-bar .alahd-language-switcher.is-floating {
    top: 46px;
}
.alahd-language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 13px;
    border-radius: 999px;
    text-decoration: none !important;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}
.alahd-language-link:hover,
.alahd-language-link.is-active {
    color: #fff;
    background: #0f83c9;
}
.alahd-rtl { direction: rtl; }
.alahd-ltr { direction: ltr; }

.alahd-translation-panel {
    padding: 16px;
    margin-bottom: 18px;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    background: #fff;
}
.alahd-translation-panel h3 {
    margin-top: 0;
}
@media (max-width: 782px) {
    .alahd-language-switcher.is-floating {
        top: 58px;
    }
}


/* 3.3.3 — Product meta language isolation */
html[dir="rtl"] .single-product .product_meta {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .single-product .product_meta > span {
    display: block;
    direction: rtl;
    unicode-bidi: isolate;
    margin-bottom: 6px;
}

html[dir="ltr"] .single-product .product_meta {
    direction: ltr;
    text-align: left;
}
