Women's Custom Mock Neck Zip Up Sweater
Book a fitting /* Overlay behind the modal */ #overlay { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 999; } /* Main pop up container */ #popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 1000px; height: 90%; background: #ffffff; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35); z-index: 1000; overflow: hidden; } /* Inner wrapper so the iframe has a bit of breathing room like your screenshot */ #popup-inner { position: absolute; inset: 40px 30px 30px 30px; /* top right bottom left padding */ background: #ffffff; } /* Close X button in top right, like the screenshot */ #popup-close { position: absolute; top: 14px; right: 20px; background: transparent; border: none; font-size: 24px; line-height: 1; cursor: pointer; color: #000; } #popup i