.address-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.address-popup-overlay.visible{opacity:1!important;visibility:visible!important}.address-popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;transition:transform .3s ease}.address-popup-overlay.visible .address-popup{transform:translate(-50%,-50%) scale(1)}.address-popup-header{padding:24px 24px 16px;border-bottom:1px solid #e5e5e5;position:relative}.address-popup-title{font-size:24px;font-weight:600;color:#333;margin:0;line-height:1.2}.address-popup-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,color .2s ease}.address-popup-close:hover{background-color:#f5f5f5;color:#333}.address-popup-close:focus{outline:2px solid #007bff;outline-offset:2px}.address-popup-content{padding:24px}.address-popup-message{font-size:16px;line-height:1.5;color:#555;margin:0 0 24px}.address-popup-actions{display:flex;gap:12px;flex-wrap:wrap}.address-popup-actions .button{flex:1;transition:all .2s ease}.address-popup-btn-primary{border:var(--border-width) solid var(--add-to-cart-border-color);background:var(--add-to-cart-background);color:var(--add-to-cart-color)}.address-popup-btn-primary:hover{border:var(--border-width) solid var(--add-to-cart-hover-border-color);background:var(--add-to-cart-hover-background);color:var(--add-to-cart-hover-color)}.address-popup-btn-secondary{border:1px solid var(--border-color)}@media (max-width: 576px){.address-popup{width:95%}.address-popup-header{padding:20px 20px 16px}.address-popup-title{font-size:20px;padding-right:40px}.address-popup-content{padding:20px}.address-popup-actions{flex-direction:column}.address-popup-btn{width:100%}}@keyframes popupFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.address-popup-overlay.animate .address-popup{animation:popupFadeIn .3s ease-out}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-address-popup.css.map */
