.arabic-locale-prompt{--alp-bg: #f7f6f3;--alp-surface: #ffffff;--alp-text: #1a1a1a;--alp-muted: #6b6b6b;--alp-border: #e4e2dc;--alp-badge-bg: #e8ebe6;--alp-confirm: #1a1a1a;--alp-confirm-text: #ffffff;--alp-shadow: 0 24px 64px rgba(0, 0, 0, .18);--alp-menu-shadow: 0 10px 28px rgba(0, 0, 0, .16);display:flex;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10060;padding:24px 16px;opacity:0;pointer-events:none;transition:opacity .3s ease}.arabic-locale-prompt.is-visible{opacity:1;pointer-events:auto}.arabic-locale-prompt[hidden]{display:none!important}.arabic-locale-prompt__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.arabic-locale-prompt__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:500px;max-height:calc(100vh - 48px);padding:28px 24px 22px;overflow:visible;border-radius:28px;background:var(--alp-bg);color:var(--alp-text);box-shadow:var(--alp-shadow)}.arabic-locale-prompt__close{position:absolute;top:16px;inset-inline-end:16px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:var(--alp-badge-bg);color:var(--alp-text);cursor:pointer}.arabic-locale-prompt__close:hover{opacity:.8}.arabic-locale-prompt__header{padding-inline-end:36px;margin-bottom:20px}.arabic-locale-prompt__welcome{margin:0 0 10px;font-family:var(--text-font-family);font-size:11px;font-weight:600;letter-spacing:.08em;line-height:1.3;text-transform:uppercase;color:var(--alp-muted)}.arabic-locale-prompt__title{margin:0 0 8px;font-family:var(--heading-font-family);font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--alp-text)}.arabic-locale-prompt__subtitle{margin:0;font-family:var(--text-font-family);font-size:14px;line-height:1.5;color:var(--alp-muted)}.arabic-locale-prompt__form{display:flex;flex-direction:column;gap:12px;margin:0}.arabic-locale-prompt__select-wrap{position:relative;width:100%;z-index:2}.arabic-locale-prompt__trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:52px;padding:14px 16px;border:1px solid var(--alp-border);border-radius:14px;background:var(--alp-surface);color:var(--alp-text);font-family:var(--text-font-family);font-size:15px;font-weight:600;line-height:1.3;text-align:start;cursor:pointer}.arabic-locale-prompt__trigger:hover,.arabic-locale-prompt__trigger:focus-visible,.arabic-locale-prompt__select-wrap.is-open .arabic-locale-prompt__trigger{border-color:#cfcbc2;box-shadow:0 2px 10px #0000000f;outline:none}.arabic-locale-prompt__trigger-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arabic-locale-prompt__trigger-chevron{flex:0 0 auto;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b6b' d='M2.2 4.2L6 8l3.8-3.8L11 5.4 6 10.4 1 5.4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px;transition:transform .2s ease}.arabic-locale-prompt__select-wrap.is-open .arabic-locale-prompt__trigger-chevron{transform:rotate(180deg)}.arabic-locale-prompt__listbox{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:5;margin:0;padding:6px;list-style:none;border:1px solid var(--alp-border);border-radius:14px;background:var(--alp-surface);box-shadow:var(--alp-menu-shadow)}.arabic-locale-prompt__listbox[hidden]{display:none!important}.arabic-locale-prompt__option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:var(--alp-text);font-family:var(--text-font-family);font-size:15px;font-weight:500;line-height:1.3;text-align:start;cursor:pointer}.arabic-locale-prompt__option:hover,.arabic-locale-prompt__option:focus-visible{background:transparent;outline:none}.arabic-locale-prompt__option.is-selected{font-weight:700;background:transparent}.arabic-locale-prompt__option-check{flex:0 0 auto;width:14px;height:14px;opacity:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 7.2L5.6 10.2 11.5 3.8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px}.arabic-locale-prompt__option.is-selected .arabic-locale-prompt__option-check{opacity:1}.arabic-locale-prompt__confirm{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:14px 20px;border:0;border-radius:14px;background:var(--alp-confirm);color:var(--alp-confirm-text);font-family:var(--text-font-family);font-size:15px;font-weight:600;line-height:1.3;cursor:pointer}.arabic-locale-prompt__confirm:hover{opacity:.9}.arabic-locale-prompt-open{overflow:hidden}.arabic-locale-prompt__footer{margin:18px 0 0;font-family:var(--text-font-family);font-size:12px;line-height:1.45;text-align:center;color:var(--alp-muted)}@media screen and (max-width:740px){.arabic-locale-prompt{padding:16px 12px}.arabic-locale-prompt__dialog{max-width:none;padding:24px 18px 18px;border-radius:24px}.arabic-locale-prompt__title{font-size:24px}.arabic-locale-prompt__trigger,.arabic-locale-prompt__confirm{min-height:48px;font-size:14px}.arabic-locale-prompt__option{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/arabic-locale-prompt.css.map */
