.country-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center}.country-popup__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;animation:fadeIn .3s ease}.country-popup__container{position:relative;background-color:#fff;border-radius:8px;padding:30px;max-width:500px;width:90%;box-shadow:0 4px 20px #00000026;animation:scaleIn .3s ease;z-index:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.country-popup__header{text-align:center;margin-bottom:25px}.country-popup__header h2{margin-bottom:10px;font-size:24px}.country-popup__content{margin-bottom:25px}.country-popup .disclosure__toggle{width:100%;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:4px;background-color:#f8f8f8;cursor:pointer;transition:border-color .2s ease}.country-popup .disclosure__toggle[aria-expanded=true] .icon{transform:rotate(180deg)}.country-popup .disclosure__toggle:hover{border-color:#bbb}.country-popup .disclosure__toggle .flag-icon{margin-right:10px}.country-popup .disclosure-list{max-height:300px;overflow-y:auto;border:1px solid #ddd;border-radius:4px;margin-top:5px;background-color:#fff;box-shadow:0 2px 10px #0000001a;width:100%;top:auto}.country-popup .disclosure-list__item{padding:0}.country-popup .disclosure-list__option{padding:10px 15px;display:flex;align-items:center;text-decoration:none;color:inherit}.country-popup .disclosure-list__option:hover{background-color:#f5f5f5}.country-popup .disclosure-list__option .flag-icon{margin-right:10px}.country-popup .disclosure-list__option-label{flex-grow:1}.country-popup .disclosure-list__item--current .disclosure-list__option{background-color:#00000008}.country-popup__actions{display:flex;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/159/assets/country-popup.css.map */
