geolocator-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;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);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:center;padding:1.5rem 1.5rem 1rem}.geolocator-modal__title{font-size:30px;font-weight:500;color:var(--geolocator-text-primary);margin:0;line-height:1.25;font-family:"Baskerville No 2",Baskerville,serif;text-align:center}.geolocator-modal__close{background:none;border:none;color:var(--geolocator-text-placeholder);cursor:pointer;padding:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0}.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 1rem 2.5rem;line-height:1.6;font-family:"Baskerville No 2",Baskerville,serif;text-align:center;font-size:16px}.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-form{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.geolocator-modal__dropdowns-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch}.geolocator-modal__dropdowns-row .geolocator-modal__language-dropdown{flex:1;min-width:150px}.geolocator-modal__language-dropdown:empty{display:none}.geolocator-modal__dropdowns-row:has(.geolocator-modal__language-dropdown:empty){display:none}.geolocator-modal__language-dropdown .geolocator-dropdown__button{width:100%;min-height:48px}.geolocator-modal__language-dropdown .geolocator-dropdown__button .geolocator-dropdown__label{flex:1;font-size:14px}.geolocator-modal__submit{grid-column:span 2;width:100%;padding:.75rem 1.5rem;background:var(--BTN-PRIMARY-BG-COLOR);font-family:var(--FONT-STACK-HEADING);color:#fff;border:none;font-size:16px;height:58px;cursor:pointer;text-transform:uppercase;transition:background-color .2s ease,opacity .2s ease}.geolocator-modal__submit:hover{opacity:.9}.geolocator-modal__submit:focus{outline:2px solid var(--geolocator-border-focus);outline-offset:2px}.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);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: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;object-fit:cover;flex-shrink:0}.geolocator-modal__flag-fallback{width:24px;height:18px;font-size:1.5rem;line-height:18px;display:inline-block;vertical-align:middle;flex-shrink:0;display:flex;align-items:center;justify-content:center;text-align:center}.geolocator-modal__country-name{font-weight:300;color:var(--geolocator-text-primary);flex:1;font-family:var(--FONT-STYLE-HEADING)}.geolocator-dropdown,.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-primary);border:1px solid var(--geolocator-border-focus);transition:border-color .2s ease;box-sizing:border-box;min-height:48px;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-sizing:border-box;outline:none;min-height:48px}.geolocator-dropdown__button{width:100%;display:flex;align-items:center;gap:.75rem;justify-content:space-between;padding:.75rem 1rem;background:var(--geolocator-bg-primary);border:1px solid var(--geolocator-border);cursor:pointer;transition:all .2s ease;text-align:left;font-size:.875rem;box-sizing:border-box;min-height:48px;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:48px}.geolocator-dropdown__button--open{border-color:var(--geolocator-border-focus);background:var(--geolocator-bg-accent)}.geolocator-dropdown__label{flex:1;font-family:"Baskerville No 2",Baskerville,serif;font-size:14px}.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:absolute;background:var(--geolocator-bg-accent-2);border:2px solid var(--geolocator-border);box-shadow:0 10px 25px -5px var(--geolocator-shadow),0 4px 6px -2px var(--geolocator-shadow);max-height:200px;overflow-y:auto;z-index:100001;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;background:var(--geolocator-bg-primary);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--selected{background:var(--geolocator-bg-primary);border-left:3px solid var(--geolocator-border-focus)}.geolocator-dropdown__option--selected:hover{background:var(--geolocator-bg-accent)}.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;object-fit:cover;flex-shrink:0}.geolocator-dropdown__flag-fallback{width:20px;height:15px;font-size:1.25rem;line-height:15px;display:inline-block;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:"Baskerville No 2",Baskerville,serif}.geolocator-dropdown__no-results{padding:1rem;text-align:center;color:var(--geolocator-text-placeholder);font-style:italic;font-family:"Baskerville No 2",Baskerville,serif}geolocator-button{display:flex;align-items:center}.geolocator-button{display:flex;align-items:center;gap:8px}.geolocator__text{font-family:Baskerville,serif;display:none}@media screen and (min-width:768px){.geolocator__text{display:inline-block}}.site-footer-wrapper geolocator-button{position:absolute;bottom:calc(var(--gutter) + 10px)}@media(max-width:640px){.geolocator-modal__overlay{padding:.5rem}.geolocator-modal__container{max-height:95vh}.geolocator-modal__header{padding:1.5rem 1.5rem .5rem}.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: #b9b9b9;--geolocator-border-focus: #b9b9b9;--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-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/64/assets/geolocator.css.map */
