.geo-popup-overlay.show{opacity:1;visibility:visible}.geo-popup-content{background-color:#fff;display:flex;flex-direction:column;border-radius:10px;max-width:900px;width:95%;box-shadow:0 10px 30px rgba(0,0,0,.25);overflow:hidden;position:relative;font-family:system-ui,sans-serif}.geo-popup-columns{display:flex;flex-direction:row;width:100%}.geo-popup-badge{position:absolute;top:20px;left:20px;max-width:180px;background:#fff;padding:6px;border-radius:6px;z-index:2}.geo-popup-subtitle{text-transform:uppercase;font-size:.85rem;color:#007a5e;margin-bottom:.5rem;border-left:3px solid #007a5e;padding-left:.5rem;font-weight:600}.geo-popup-title{font-size:1.8rem;line-height:1.3;font-weight:700;margin:0 0 1rem;color:#111}.geo-popup-note{font-weight:600;font-size:.95rem;color:#444;margin-bottom:.25rem}.geo-popup-shipping{font-size:.75rem;color:#888;margin-bottom:1.25rem}.geo-popup-form{display:flex;flex-direction:column;gap:.75rem}.geo-popup-names{display:flex;gap:.75rem}.geo-popup-form input{padding:.65rem;border:1px solid #ccc;border-radius:5px;font-size:1rem;width:auto}.geo-popup-form input.fname,.geo-popup-form input.lname{width:50%}.geo-popup-form button{padding:.75rem;background-color:#007a5e;color:#fff;border:none;border-radius:5px;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.geo-popup-form button:hover{background-color:#005e48}.geo-popup-confirmation{display:none;font-size:1rem;padding-top:1rem;color:#007a5e;font-weight:600;text-align:left}.geo-popup-confirmation.show{display:block}@media (max-width:767px){.geo-popup-columns{flex-direction:column}.geo-popup-names{flex-direction:column}.geo-popup-title{font-size:1.3rem}.geo-popup-form input{width:85%!important}.geo-popup-form button{width:91%}}@media (max-width:375px){.geo-popup-form input{width:84%!important}}