.rl-modal{--rl-font: "Proxima Nova", sans-serif;--rl-font-semibold: "Proxima Nova Semibold", sans-serif;--rl-font-bold: "Proxima Nova Bold", sans-serif;--rl-modal-bg: #FBF6F0;--rl-accent: #006045;--rl-accent-bg: #E7EBE3;--rl-border-color: #E5E5E5;--rl-text-color: #1A1A1A;--rl-close-color: #999999;--rl-muted-color: #666666;--rl-accent-border-color: #B1CABE;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:block;transition:all .3s ease}.rl-modal[hidden]{opacity:0;visibility:hidden}.rl-modal *{box-sizing:border-box}.rl-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.rl-modal__panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 32px);max-width:964px;max-height:calc(80dvh - 32px);overflow-y:auto;background-color:var(--rl-modal-bg);border-radius:16px;box-shadow:0 25px 65px -12px #00000040;font-family:var(--rl-font);color:var(--rl-text-color)}.rl-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px}.rl-modal__title{font-size:20px;font-weight:600;line-height:28px;margin:0 0 2px;font-family:var(--rl-font-semibold)}.rl-modal__subtitle{font-size:15px;color:var(--rl-muted-color);margin:0}.rl-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:flex-end;width:32px;height:32px;padding:0;border:none;background:none;cursor:pointer;color:var(--rl-close-color)}.rl-modal__close svg,.rl-modal__close img{width:20px;height:20px;border-radius:50%}.rl-modal__body{display:grid;grid-template-columns:1fr;gap:32px;padding:0 24px;margin-bottom:16px}.rl-modal__section{margin-bottom:24px}.rl-modal__section:last-child{margin-bottom:0}.rl-modal__section-title{font-size:14px;font-weight:600;line-height:20px;font-family:var(--rl-font-semibold);margin:0 0 4px}.rl-modal__section-subtitle{font-size:12px;line-height:16px;color:#888;margin:0 0 12px}.rl-modal__country-list{display:flex;flex-direction:column;gap:4px;max-height:420px;overflow-y:auto;margin-bottom:20px}.rl-modal__country{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:1px solid transparent;border-radius:14px;background:none;cursor:pointer;text-align:left;font-family:var(--rl-font);font-size:14px;line-height:20px;font-weight:500;color:var(--rl-text-color)}.rl-modal__country:hover{background-color:var(--rl-accent-bg)}.rl-modal__country--active{background-color:var(--rl-accent-bg);border:1px solid var(--rl-accent-border-color)}.rl-modal__flag{flex-shrink:0;width:28px;height:28px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;object-fit:cover;background-color:#f3f4f6}.rl-modal__country-name{flex:1;min-width:0}.rl-modal__radio{flex-shrink:0;width:16px;height:16px;border-radius:50%;border:2px solid var(--rl-muted-color);position:relative}.rl-modal__country--active .rl-modal__radio{background-color:var(--rl-accent);border-color:var(--rl-accent)}.rl-modal__country--active .rl-modal__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background-color:var(--rl-accent-bg)}.rl-modal__continent-toggle{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:1px solid transparent;background:none;cursor:pointer;font-family:var(--rl-font-semibold);text-align:left;font-size:14px;line-height:20px;font-weight:600;color:var(--rl-text-color)}.rl-modal__chevron{display:inline-flex;transition:transform .2s ease;color:var(--rl-muted-color)}.rl-modal__continent.is-open>.rl-modal__continent-toggle .rl-modal__chevron{transform:rotate(90deg)}.rl-modal__continent-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.rl-modal__continent.is-open>.rl-modal__continent-panel{grid-template-rows:1fr}.rl-modal__continent-panel-inner{overflow:hidden;min-height:0;padding-left:16px;display:flex;flex-direction:column;gap:4px}.rl-modal__search{position:relative}.rl-modal__search-icon{position:absolute;left:12px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:#bbb;pointer-events:none}.rl-modal__search-input{width:100%;padding:10px 12px 10px 36px;background:transparent;border:1px solid var(--rl-border-color);border-radius:14px;font-family:var(--rl-font);font-size:14px;outline:none;color:var(--rl-muted-color)}.rl-modal__search-input::placeholder{color:#bbb}.rl-modal__option-list{display:flex;flex-direction:column;gap:6px}.rl-modal__option{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:1px solid var(--rl-border-color);border-radius:12px;background-color:#fff;cursor:pointer;font-family:var(--rl-font);font-size:14px;line-height:20px;color:var(--rl-text-color);text-align:left}.rl-modal__option--active{background-color:var(--rl-accent-bg);border-color:var(--rl-accent-border-color)}.rl-modal__option-check{color:var(--rl-accent);flex-shrink:0;opacity:0}.rl-modal__option--active .rl-modal__option-check{opacity:1}.rl-modal__option--currency{cursor:default;gap:12px}.rl-modal__currency-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background-color:var(--rl-accent);color:var(--rl-accent-bg);display:inline-flex;align-items:center;justify-content:center;font-family:var(--rl-font-bold);font-size:14px;line-height:20px;font-weight:700}.rl-modal__currency-text{flex:1;display:flex;flex-direction:column}.rl-modal__currency-code{font-weight:500}.rl-modal__currency-name{font-size:12px;line-height:16px;font-weight:500;color:#888}.rl-modal__disclaimer{font-size:12px;line-height:16.5px;font-weight:500;color:var(--rl-muted-color);margin:12px 0 0}.rl-modal__disclaimer strong{font-weight:600;font-family:var(--rl-font-semibold)}.rl-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid var(--rl-border-color);position:sticky;bottom:0;background:#fbf6f0}.rl-modal__button{padding:10px 20px;border-radius:14px;font-family:var(--rl-font);font-size:14px;line-height:20px;font-weight:500;cursor:pointer;border:1px solid transparent}.rl-modal__button--secondary{background-color:var(--rl-modal-bg);border-color:var(--rl-border-color);color:var(--rl-text-color)}.rl-modal__button--primary{background-color:var(--rl-accent);color:var(--rl-modal-bg)}.rl-modal__button--primary:disabled,.rl-modal__button--primary.is-disabled{opacity:.45;cursor:not-allowed}.rl-modal__country[data-rl-filtered-out],.rl-modal__continent[data-rl-filtered-out]{display:none}html.rl-modal-open,html.rl-modal-open body{overflow:hidden;height:100%}@media(min-width:1024px){.rl-modal__header,.rl-modal__body,.rl-modal__footer{padding-inline:32px}.rl-modal__body{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=/cdn/shop/t/146/assets/region-language-modal.css.map */
