.gift-card-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.gift-card-popup__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;opacity:0;transition:opacity .3s ease}.gift-card-popup--visible .gift-card-popup__backdrop{opacity:1}.gift-card-popup__container{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px #00000040;width:100%;max-width:800px;height:500px;display:flex;opacity:0;transition:opacity .3s ease}.gift-card-popup--visible .gift-card-popup__container{opacity:1}.gift-card-popup--closing .gift-card-popup__container,.gift-card-popup--closing .gift-card-popup__backdrop{opacity:0;transition:opacity .3s ease}.gift-card-popup__close{position:absolute;top:15px;right:15px;width:32px;height:32px;border:none;background:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#999;font-size:24px;line-height:1;transition:opacity .3s ease}.gift-card-popup__close:hover{opacity:.7}.gift-card-popup__close:before{content:"\d7";font-weight:300}.gift-card-popup__image{flex:1;height:500px;background-size:cover;background-position:center;background-repeat:no-repeat}.gift-card-popup__content{flex:1;padding:60px 40px;display:flex;flex-direction:column;justify-content:center;height:500px;position:relative;transition:opacity .3s ease;box-sizing:border-box}.gift-card-popup__content--transforming{opacity:0}.gift-card-popup__content--thank-you{opacity:1}.gift-card-popup__subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#666;margin:0 0 15px}.gift-card-popup__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:36px;font-weight:600;line-height:1.1;color:#2c2c2c;margin:0 0 20px}.gift-card-popup__description{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#666;margin:0 0 30px}.gift-card-popup__form{display:flex;flex-direction:column;gap:20px}.gift-card-popup__gender-options{display:flex;gap:15px}.gift-card-popup__gender-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#333}.gift-card-popup__gender-option input[type=radio]{width:16px;height:16px;border:2px solid #ddd;border-radius:50%;-webkit-appearance:none;appearance:none;cursor:pointer;position:relative;outline:none}.gift-card-popup__gender-option input[type=radio]:focus{outline:none;box-shadow:none}.gift-card-popup__gender-option input[type=radio]:checked{border-color:#333}.gift-card-popup__gender-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:#333;border-radius:50%;transform:translate(-50%,-50%)}.gift-card-popup__email-input{width:100%;padding:15px;border:1px solid #ddd;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;box-sizing:border-box;outline:none;autocomplete:off;transition:none}.gift-card-popup__email-input:focus{outline:none;border-color:#ddd;box-shadow:none}.gift-card-popup__email-input:active{outline:none;border-color:#ddd;box-shadow:none}.gift-card-popup__email-input::placeholder{color:#999}.gift-card-popup__submit{background:#333;color:#fff;border:none;padding:15px 30px;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease}.gift-card-popup__submit:hover{background:#555}.gift-card-popup__submit:focus{outline:none;box-shadow:none}.gift-card-popup__thank-you{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;width:100%}.gift-card-popup__thank-you-icon{margin-bottom:30px;opacity:0;animation:fadeIn .5s ease .1s forwards}.gift-card-popup__thank-you-icon svg{width:100px;height:100px}.gift-card-popup__thank-you-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:32px;font-weight:600;color:#2c2c2c;margin:0 0 20px;opacity:0;animation:fadeIn .5s ease .2s forwards}.gift-card-popup__thank-you-message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#666;margin:0;max-width:300px;opacity:0;animation:fadeIn .5s ease .3s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.gift-card-popup{padding:10px}.gift-card-popup__container{flex-direction:column;max-width:95%;height:auto;max-height:90vh}.gift-card-popup__image{height:180px;flex:none}.gift-card-popup__content{padding:30px 25px;height:auto;min-height:320px}.gift-card-popup__title{font-size:24px;margin:0 0 15px}.gift-card-popup__subtitle{font-size:12px;margin:0 0 12px}.gift-card-popup__description{font-size:14px;margin:0 0 20px}.gift-card-popup__form{gap:15px}.gift-card-popup__gender-options{flex-direction:column;gap:8px}.gift-card-popup__email-input{padding:12px;font-size:16px}.gift-card-popup__submit{padding:12px 20px;font-size:14px}.gift-card-popup__thank-you-title{font-size:20px}.gift-card-popup__thank-you-message{font-size:14px}.gift-card-popup__thank-you-icon{margin-bottom:20px}.gift-card-popup__thank-you-icon svg{width:80px;height:80px}}@media (max-width: 480px){.gift-card-popup{padding:5px}.gift-card-popup__container{max-width:98%;height:auto;max-height:95vh;border-radius:8px}.gift-card-popup__image{height:150px}.gift-card-popup__content{padding:20px 15px;min-height:280px}.gift-card-popup__title{font-size:20px;line-height:1.2}.gift-card-popup__subtitle{font-size:11px}.gift-card-popup__description{font-size:13px}.gift-card-popup__form{gap:12px}.gift-card-popup__gender-option{font-size:13px}.gift-card-popup__email-input{padding:10px;font-size:16px}.gift-card-popup__submit{padding:10px 15px;font-size:13px;letter-spacing:1px}.gift-card-popup__thank-you-title{font-size:18px}.gift-card-popup__thank-you-message{font-size:13px}.gift-card-popup__thank-you-icon{margin-bottom:15px}.gift-card-popup__thank-you-icon svg{width:70px;height:70px}.gift-card-popup__close{top:10px;right:10px;width:28px;height:28px;font-size:20px}}@media (max-width: 360px){.gift-card-popup__container{max-width:100%;margin:0;border-radius:0}.gift-card-popup__image{height:120px}.gift-card-popup__content{padding:15px 10px;min-height:250px}.gift-card-popup__title{font-size:18px}.gift-card-popup__form{gap:10px}.gift-card-popup__submit{padding:8px 12px;font-size:12px}}@media (max-width: 768px) and (orientation: landscape){.gift-card-popup__container{flex-direction:row;height:auto;max-height:90vh}.gift-card-popup__image{height:auto;flex:1}.gift-card-popup__content{height:auto;flex:1;padding:20px 15px;min-height:auto}.gift-card-popup__form{gap:10px}.gift-card-popup__gender-options{flex-direction:row;gap:10px}}@media (prefers-reduced-motion: reduce){.gift-card-popup__container,.gift-card-popup__backdrop,.gift-card-popup__content,.gift-card-popup__thank-you-icon,.gift-card-popup__thank-you-title,.gift-card-popup__thank-you-message{animation:none!important;transition:opacity .3s ease!important}.gift-card-popup__thank-you-icon,.gift-card-popup__thank-you-title,.gift-card-popup__thank-you-message{opacity:1!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-gift-card-popup.css.map */
