geolocator-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;pointer-events:none}geolocator-modal.is-visible{display:block;pointer-events:auto}.geolocator-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3339;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .3s ease-out;cursor:pointer}geolocator-modal.is-visible .geolocator-modal__overlay{opacity:1}.geolocator-modal__container{background:var(--geolocator-bg-primary);border-radius:12px;box-shadow:0 25px 50px -12px var(--geolocator-shadow);max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;transform:scale(.9) translateY(20px);transition:transform .3s ease-out;cursor:default;font-family:Helvetica,Arial,sans-serif;color:var(--geolocator-text-primary)}.geolocator-modal__container:has(.geolocator-dropdown--active){overflow-y:visible}.geolocator-dropdown--active-modal{overflow-y:visible!important}geolocator-modal.is-visible .geolocator-modal__container{transform:scale(1) translateY(0)}.geolocator-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--geolocator-border);margin-bottom:1.5rem}.geolocator-modal__title{font-size:1.5rem;font-weight:600;color:var(--geolocator-text-primary);margin:0;line-height:1.25;font-family:"Baskerville No 2",Baskerville,serif}.geolocator-modal__close{background:none;border:none;color:var(--geolocator-text-placeholder);cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.geolocator-modal__close:hover{background-color:var(--geolocator-bg-accent);color:var(--geolocator-text-primary)}.geolocator-modal__close:focus{outline:2px solid var(--geolocator-border-focus);outline-offset:2px}.geolocator-modal__content{padding:0 1.5rem 1.5rem}.geolocator-modal__description{color:var(--geolocator-text-primary);margin:0 0 1.5rem;line-height:1.6;font-family:Helvetica,Arial,sans-serif}.geolocator-modal__primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.geolocator-modal__action-group{display:flex;flex-direction:column;gap:.25rem}.geolocator-modal__action-text{font-size:.75rem;font-weight:500;color:var(--geolocator-text-placeholder);text-transform:uppercase;letter-spacing:.025em;font-family:Helvetica,Arial,sans-serif}.geolocator-modal__other-countries{margin-top:1.5rem}.geolocator-modal__other-countries:empty{display:none}.geolocator-modal__other-countries>.geolocator-modal__country-button{margin-top:.75rem}.geolocator-modal__other-countries>.geolocator-modal__country-button:not(:last-child){margin-bottom:.75rem}.geolocator-modal__other-text{font-size:.875rem;color:var(--geolocator-text-primary);margin:1rem 0 .75rem;text-align:center;padding-top:1rem;border-top:1px solid var(--geolocator-border);font-family:Helvetica,Arial,sans-serif}.geolocator-modal__country-button{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;background:var(--geolocator-bg-accent-2);border:2px solid var(--geolocator-border);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:Helvetica,Arial,sans-serif}.geolocator-modal__country-button:hover{background:var(--geolocator-bg-accent);border-color:var(--geolocator-border)}.geolocator-modal__country-button--preferred{background:var(--geolocator-bg-accent-2);border-color:var(--geolocator-border-focus);border-width:2px}.geolocator-modal__country-button--preferred:hover{background:var(--geolocator-bg-accent);border-color:var(--geolocator-border-focus)}.geolocator-modal__country-button--current{background:var(--geolocator-bg-accent-2);border-color:var(--geolocator-border)}.geolocator-modal__country-button--current:hover{background:var(--geolocator-bg-accent);border-color:var(--geolocator-border)}.geolocator-modal__country-button:focus{outline:2px solid var(--geolocator-border-focus);outline-offset:2px;border-color:var(--geolocator-border-focus)}.geolocator-modal__country-flag{width:24px;height:18px;font-size:1.125rem;line-height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.geolocator-modal__flag-image{width:24px;height:18px;border-radius:2px;object-fit:cover;flex-shrink:0}.geolocator-modal__flag-emoji{width:24px;height:18px;font-size:1.5rem;line-height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;text-align:center}.geolocator-modal__country-name{font-weight:600;color:var(--geolocator-text-primary);flex:1;font-family:Helvetica,Arial,sans-serif}.geolocator-modal__market-name{font-size:.875rem;color:var(--geolocator-text-placeholder);margin-left:auto;font-family:Helvetica,Arial,sans-serif}.geolocator-modal__actions{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid #e5e7eb}.geolocator-modal__stay-button{background:none;border:2px solid #e5e7eb;color:#6b7280;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.geolocator-modal__stay-button:hover{border-color:#d1d5db;color:#374151}.geolocator-modal__stay-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.geolocator-dropdown{position:relative;width:100%;margin-top:.75rem}.geolocator-dropdown__wrapper{position:relative;width:100%}.geolocator-dropdown__search-container{width:100%;display:none;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--geolocator-bg-accent-2);border:2px solid var(--geolocator-border-focus);border-radius:8px;transition:border-color .2s ease;box-sizing:border-box;min-height:58px;font-family:Helvetica,Arial,sans-serif}.geolocator-dropdown__search-input{flex:1;border:none;outline:none;font-size:.875rem;background:transparent;padding:0;margin:0;color:var(--geolocator-text-primary);font-family:Helvetica,Arial,sans-serif}.geolocator-dropdown__search-input::placeholder{color:var(--geolocator-text-placeholder)}.geolocator-dropdown__search-input:focus{outline:none;border:none}.geolocator-dropdown__search-arrow{display:flex;color:var(--geolocator-text-placeholder);flex-shrink:0;margin-left:.5rem}.geolocator-dropdown__search-container:focus-within{border-color:var(--geolocator-border-focus);box-shadow:0 0 0 3px #3b82f61a;box-sizing:border-box;outline:none;min-height:58px}.geolocator-dropdown__button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--geolocator-bg-accent-2);border:2px solid var(--geolocator-border);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.875rem;color:var(--geolocator-text-placeholder);box-sizing:border-box;min-height:58px;font-family:Helvetica,Arial,sans-serif}.geolocator-dropdown__button:hover{background:var(--geolocator-bg-accent);border-color:var(--geolocator-border)}.geolocator-dropdown__button:focus{outline:none;border-color:var(--geolocator-border-focus);box-shadow:0 0 0 3px #3b82f61a;box-sizing:border-box;min-height:58px}.geolocator-dropdown__button--open{border-color:var(--geolocator-border-focus);background:var(--geolocator-bg-accent)}.geolocator-dropdown__label{flex:1}.geolocator-dropdown__arrow{width:1.25rem;height:1.25rem;transition:transform .2s ease;flex-shrink:0}.geolocator-dropdown__button--open .geolocator-dropdown__arrow{transform:rotate(180deg)}.geolocator-dropdown__list{position:fixed;background:var(--geolocator-bg-accent-2);border:2px solid var(--geolocator-border);border-radius:8px;box-shadow:0 10px 25px -5px var(--geolocator-shadow),0 4px 6px -2px var(--geolocator-shadow);max-height:200px;overflow-y:auto;z-index:10001;min-width:200px;font-family:Helvetica,Arial,sans-serif}.geolocator-dropdown__option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left;border-bottom:1px solid var(--geolocator-bg-accent);font-family:Helvetica,Arial,sans-serif}.geolocator-dropdown__option:last-child{border-bottom:none}.geolocator-dropdown__option:hover{background:var(--geolocator-bg-accent)}.geolocator-dropdown__option:focus{outline:none;background:var(--geolocator-bg-accent)}.geolocator-dropdown__option--current{background:var(--geolocator-bg-accent);border-left:3px solid var(--geolocator-border-focus)}.geolocator-dropdown__option--current:hover{background:var(--geolocator-bg-accent)}.geolocator-dropdown__option--recommended{background:#3b82f60d;border-left:3px solid var(--geolocator-border-focus)}.geolocator-dropdown__option--recommended:hover{background:#3b82f61a}.geolocator-dropdown__flag{width:20px;height:15px;font-size:1rem;line-height:15px;flex-shrink:0;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.geolocator-dropdown__flag-image{width:20px;height:15px;border-radius:2px;object-fit:cover;flex-shrink:0}.geolocator-dropdown__flag-emoji{width:20px;height:15px;font-size:1.25rem;line-height:15px;flex-shrink:0;display:flex;align-items:center;justify-content:center;text-align:center}.geolocator-dropdown__name{font-weight:500;color:var(--geolocator-text-primary);flex:1;font-family:Helvetica,Arial,sans-serif}.geolocator-dropdown__no-results{padding:1rem;text-align:center;color:var(--geolocator-text-placeholder);font-style:italic;font-family:Helvetica,Arial,sans-serif}geolocator-button{display:flex;align-items:center;margin-right:10px}@media (max-width: 640px){.geolocator-modal__overlay{padding:.5rem}.geolocator-modal__container{max-height:95vh;border-radius:8px}.geolocator-modal__header{padding:1rem 1rem 0;margin-bottom:1rem}.geolocator-modal__title{font-size:1.25rem}.geolocator-modal__content{padding:0 1rem 1rem}.geolocator-modal__country-button{padding:.875rem;gap:.625rem}.geolocator-modal__country-flag{font-size:1.25rem}}:root{--geolocator-bg-primary: #f8f3ed;--geolocator-bg-accent: #f8f7f3;--geolocator-bg-accent-2: #fff;--geolocator-text-primary: #333333;--geolocator-text-placeholder: #999999;--geolocator-border: #e5e7eb;--geolocator-border-focus: #3b82f6;--geolocator-shadow: rgba(0, 0, 0, .1)}@media (prefers-reduced-motion: reduce){.geolocator-modal__overlay,.geolocator-modal__container,.geolocator-modal__close,.geolocator-modal__country-button,.geolocator-modal__stay-button,.geolocator-button,.geolocator-dropdown__search-input,.geolocator-dropdown__button,.geolocator-dropdown__arrow,.geolocator-dropdown__option{transition:none}.geolocator-modal__country-button:hover,.geolocator-dropdown__button--open .geolocator-dropdown__arrow{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/geolocator.css.map */
