.gift-card-selector{--duration-default: .3s;position:fixed;top:0;right:0;bottom:0;z-index:999;display:flex;align-items:flex-end;transition:visibility var(--duration-default) ease;visibility:hidden}.gift-card-selector.active{visibility:visible;opacity:1}.gift-card-selector__container{position:relative;width:100%;height:100%;display:flex;justify-content:flex-end}.gift-card-selector__inner{height:100%;width:550px;max-width:100vw;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;background:#fff;position:relative}.gift-card-selector.active .gift-card-selector__inner{transform:translate(0)}.gift-card-selector__overlay{background:linear-gradient(180deg,#d9d9d999,#73737399);position:fixed;top:0;right:0;bottom:0;left:0}.gift-card-selector .recipient-fields{display:block!important;visibility:visible!important;animation:animateMenuOpen var(--duration-default, .3s) ease}.gift-card-selector .recipient-form,.gift-card-selector .recipient-fields__field,.gift-card-selector .field__input,.gift-card-selector .recipient-form .recipient-fields{display:block!important}.gift-card-selector .recipient-email-label{display:inline!important}.gift-card-selector__overlay:empty{display:block}.gift-card-selector__header{display:flex;padding:24px 32px 0;position:relative;flex-shrink:0;align-items:center;gap:16px}.gift-card-selector__close-button{width:32px;height:32px;border:1px solid var(--color-border-secondary);background:var(--color-background-tertiary);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--font-color-muted);flex-shrink:0}.gift-card-selector__close-button:hover{background-color:var(--color-background-secondary)}.gift-card-selector__header-title{color:rgb(var(--color-form-primary-navy));font-family:var(--font-heading-family);font-size:1.8rem;font-weight:700;text-transform:uppercase;margin:0;letter-spacing:.42px}.gift-card-selector__content{flex:1;overflow-y:auto;padding:24px 32px}.gift-card-selector__form{background-color:rgb(var(--color-form-surface-white));margin:0}@media screen and (max-width: 749px){.gift-card-selector__form{padding:24px 32px}}.gift-card-selector__form h2{color:rgb(var(--color-form-primary-navy));text-align:left;text-transform:uppercase;font-size:1.8rem;font-weight:700;font-family:var(--font-heading-family);margin-bottom:2.1rem}.gift-card-selector__form .field{margin-bottom:1.5rem;--inputs-border-width: .1rem;--inputs-radius: .4rem;--inputs-border-opacity: 1;--color-foreground: var(--color-form-border-light)}.gift-card-selector__form .field input,.gift-card-selector__form .field textarea{font-size:1.6rem;color:rgb(var(--color-form-text-medium))}.gift-card-selector__form .field input{padding:.8rem 1.2rem 1.6rem}.gift-card-selector__form .field textarea{padding:2.6rem 1.2rem 1.6rem}.gift-card-selector__form .field input~label,.gift-card-selector__form .field textarea~label{color:rgb(var(--color-form-text-medium))}.gift-card-selector__form .field input:focus~label,.gift-card-selector__form .field input:not(:placeholder-shown)~label,.gift-card-selector__form .field textarea:focus~label,.gift-card-selector__form .field textarea:not(:placeholder-shown)~label{font-size:1.2rem}.gift-card-selector__form .field.field--error{--color-foreground: var(--color-error);margin-bottom:0}.gift-card-selector__form .form__message{color:rgb(var(--color-error));font-size:1.4rem;margin-top:.5rem;margin-bottom:1rem}.gift-card-selector__form .text-area{min-height:120px;resize:vertical;font-family:var(--font-body-family)}.gift-card-selector__form .recipient-form-field-label{font-size:1.2rem;color:rgb(var(--color-form-text-medium));display:block;margin-top:.5rem;margin-bottom:1rem}.gift-card-selector__form .recipient-form-field-label--space-between{display:flex;justify-content:space-between;align-items:center}.gift-card-selector__form .product-form__recipient-error-message-wrapper{background-color:rgb(var(--color-form-background-light));padding:1.5rem;border-radius:.4rem;margin-bottom:2rem;border:1px solid rgb(var(--color-error))}.gift-card-selector__form .product-form__recipient-error-message-wrapper h2{color:rgb(var(--color-error));font-size:1.6rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.gift-card-selector__form .product-form__recipient-error-message-wrapper ul{list-style:none;padding:0;margin:0}.gift-card-selector__form .product-form__recipient-error-message-wrapper li{margin-bottom:.5rem}.gift-card-selector__form .product-form__recipient-error-message-wrapper a{color:rgb(var(--color-error));text-decoration:underline}.gift-card-selector__form .product-form__recipient-error-message-wrapper a:hover{text-decoration:none}.gift-card-selector__form .recipient-fields{margin-top:2rem}.gift-card-selector__form .recipient-fields hr{border:none;border-top:1px solid rgb(var(--color-form-border-light));margin:0 0 2rem}.gift-card-selector__form .recipient-fields__field{margin-bottom:1.5rem}.gift-card-selector__actions{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;padding:24px 32px}.gift-card-selector__actions .tax-note{padding:0}.gift-card-selector__add-to-cart-button{background-color:rgb(var(--color-form-accent-teal));border-radius:.4rem;border:none;color:#fff;cursor:pointer;font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;line-height:2.4rem;padding:1.2rem;text-transform:uppercase;width:100%;transition:background-color .2s ease}.gift-card-selector__add-to-cart-button:hover{background-color:rgb(var(--color-form-accent-teal-dark))}.gift-card-selector__add-to-cart-button:disabled{opacity:.5;cursor:not-allowed}.gift-card-selector__add-to-cart-button.loading{position:relative}.gift-card-selector__add-to-cart-button .loading__spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.gift-card-selector__form .recipient-checkbox{display:flex;align-items:center;gap:1rem;cursor:pointer;margin-bottom:2rem;font-size:1.6rem;color:rgb(var(--color-form-text-dark))}.gift-card-selector__form .recipient-checkbox input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.gift-card-selector__form .recipient-checkbox .checkbox-icon{width:20px;height:20px;border:2px solid rgb(var(--color-form-border-light));border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:#fff;flex-shrink:0}.gift-card-selector__form .recipient-checkbox input[type=checkbox]:checked~.checkbox-icon{background-color:rgb(var(--color-form-accent-teal));border-color:rgb(var(--color-form-accent-teal))}.gift-card-selector__form .recipient-checkbox .checkbox-icon svg{width:12px;height:12px;opacity:0;transition:opacity .2s ease}.gift-card-selector__form .recipient-checkbox input[type=checkbox]:checked~.checkbox-icon svg{opacity:1}.gift-card-selector .loading__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.gift-card-selector .loading__spinner.hidden{display:none}@keyframes spin{to{transform:rotate(360deg)}}.gift-card-selector__form .svg-wrapper{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.gift-card-selector__form .svg-wrapper svg{width:16px;height:16px;fill:currentColor}.gift-card-selector__form .form__message.hidden{display:none}@media screen and (max-width: 749px){.gift-card-selector__inner{width:100%;max-width:100vw}.gift-card-selector__header,.gift-card-selector__content,.gift-card-selector__actions{padding-left:20px;padding-right:20px}.gift-card-selector__header-title{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/130/assets/component-gift-card-selector.css.map */
