.country-select{position:relative;display:flex;flex-direction:column;cursor:pointer;border:1px solid rgba(0,0,0,.1);width:250px;max-width:100%;max-height:120px;overflow-y:scroll}.country-select-wrapper{display:flex;flex-direction:column;align-items:center}.country-select .country-select-option{display:flex;gap:.5rem;align-items:center;color:#000;padding:.5rem;background-color:var(--color-white);width:100%}.country-select>.country-select-option.selected{padding:.5rem 1.5rem .5rem .5rem;position:relative}.country-select>.country-select-options>.country-select-option:hover{cursor:pointer;background:var(--color-grey-light)}.country-select>.country-select-options{display:none;width:100%;flex-direction:column}.country-select.is-open>.country-select-options{display:flex}.country-select .selected:after{position:absolute;content:"";top:50%;transform:translateY(-50%);right:.5rem;width:0;height:0;border:4px solid transparent;border-color:black transparent transparent transparent}.country-select.is-open .selected:after{border-color:transparent transparent black transparent;top:44%}.locations-popup{display:none;position:fixed;z-index:99999;top:0;height:100%;width:100%;bottom:0;left:0;right:0;background-color:#0006;align-items:center;justify-content:center}.locations-popup-content{background:var(--color-white);width:80%;max-width:750px;height:auto;position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.locations-popup-inner{padding:0 2rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%}.locations-popup-inner h2{margin-bottom:0}.locations-popup-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:absolute;top:-12px;right:-12px;border-radius:50%;background-color:var(--color-primary);color:var(--color-white);outline:0;padding:0;border:0;box-shadow:none;-webkit-appearance:none;appearance:none;cursor:pointer}.locations-popup-image{height:220px;width:100%;max-width:100%;object-fit:cover}.country-select-button{display:flex;align-items:center;justify-content:center;border-radius:16px;background-color:var(--color-primary);color:var(--color-white);outline:0;padding:0;border:0;box-shadow:none;-webkit-appearance:none;appearance:none;cursor:pointer;padding:.5rem 1.25rem;margin-top:.5rem}@media screen and (min-width: 768px){.country-select-wrapper{flex-direction:row;justify-content:center}.country-select-button{margin-top:0;margin-left:1rem}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/stmt-location-select.css.map?v=68065352362235753881710494317 */
