.gift-note-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;visibility:hidden;transition:visibility 0s linear var(--duration-long)}.gift-note-drawer.is-open{pointer-events:auto;visibility:visible;transition:visibility 0s linear 0s}.gift-note-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}.gift-note-drawer__panel{position:absolute;top:0;right:0;width:100%;height:100%;background-color:rgb(var(--color-background));border-right:.1rem solid rgba(var(--color-border),.5);transform:translate(100%);transition:transform var(--duration-long) ease;display:flex;flex-direction:column;overflow:hidden}@media screen and (min-width:750px){.gift-note-drawer__panel{width:35rem;right:35rem}}.gift-note-drawer.is-open .gift-note-drawer__panel{transform:translate(0)}.gift-note-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem;text-transform:uppercase;letter-spacing:.3rem}@media screen and (min-width:750px){.gift-note-drawer__header{padding:2.5rem 4rem}}.gift-note-drawer__header .title{margin:0;letter-spacing:.3rem}.gift-note-drawer__back{all:unset;cursor:pointer;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.2em;color:rgb(var(--color-foreground));display:none}@media screen and (max-width:749px){.gift-note-drawer{z-index:2}.gift-note-drawer__back{display:flex;align-items:center;gap:.5rem}}.gift-note-drawer__content{flex:1 1 auto;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}@media screen and (min-width:750px){.gift-note-drawer__content{padding:2rem 4rem}}.gift-note-drawer__label{display:block;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.2em}.gift-note-drawer__section{margin-bottom:3rem}.gift-note-drawer__section:last-child{margin-bottom:0}.gift-note-drawer__section-title{display:block;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.2em;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.gift-note-drawer__textarea{width:100%;min-height:18rem;padding:1.5rem;border:.1rem solid rgb(var(--color-foreground));border-radius:0;background-color:transparent;font-size:1.2rem;font-family:inherit;color:rgb(var(--color-foreground));resize:none}.gift-note-drawer__textarea::placeholder{color:rgba(var(--color-foreground),.5)}.gift-note-drawer__field{margin-bottom:2rem}.gift-note-drawer__from-input,.gift-note-drawer__email-input{width:100%;padding:1.2rem 0 .8rem;border:none;border-bottom:.1rem solid rgb(var(--color-foreground));border-radius:0;background-color:transparent;font-size:1.2rem;font-family:inherit;color:rgb(var(--color-foreground))}.gift-note-drawer__from-input::placeholder,.gift-note-drawer__email-input::placeholder{color:rgba(var(--color-foreground),.5)}.gift-note-drawer__footer{display:flex;gap:1.5rem;padding:2rem 2rem 3rem}@media screen and (min-width:750px){.gift-note-drawer__footer{padding:2rem 4rem 3rem}}.gift-note-drawer__footer .button{flex:1 1 0;min-width:auto;min-height:3.2rem;padding-inline:1rem;white-space:nowrap}.gift-note-drawer__close{flex:1 1 0;min-width:auto;min-height:3.2rem}.loading-overlay.gift-note-drawer__loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-background),.7);z-index:10}.loading-overlay.gift-note-drawer__loading.hidden{display:none}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-gift-note-drawer.css.map */
