.modal-trigger-wrapper{display:inline-block}.modal-trigger-link{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.modal-trigger-icon{display:flex;align-items:center;justify-content:center}.fullscreen-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility 0s linear .3s,opacity .3s ease}.fullscreen-modal.is-active{visibility:visible;opacity:1;transition:visibility 0s linear 0s,opacity .3s ease}.fullscreen-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,var(--modal-overlay-opacity, .8));cursor:pointer}.fullscreen-modal__container{position:relative;width:70vw;max-height:100vh;overflow-y:auto;background-color:var(--modal-background, #ffffff);color:var(--modal-text-color, #1a1a1a);transform:translateY(20px);transition:transform .3s ease;box-shadow:0 25px 50px -12px #00000040}.fullscreen-modal.is-active .fullscreen-modal__container{transform:translateY(0)}.fullscreen-modal__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--modal-text-color, #1a1a1a);opacity:.7;transition:opacity .2s ease,transform .2s ease;z-index:10;border-radius:50%}.fullscreen-modal__close:hover{opacity:1;transform:scale(1.1)}.fullscreen-modal__close:focus{outline:2px solid currentColor;outline-offset:2px}.fullscreen-modal__content{padding:var(--modal-padding-top, 36px) 0 var(--modal-padding-bottom, 36px);min-height:200px}.fullscreen-modal__inner{max-width:var(--modal-content-max-width, 900px);margin:0 auto;padding:0 1.5rem}.fullscreen-modal__heading{margin:0 0 .5rem;text-align:center}.fullscreen-modal__subheading{margin:0 0 2rem;text-align:center;opacity:.8;font-size:1.1rem}.fullscreen-modal__blocks{display:flex;flex-direction:column;gap:1.5rem}.fullscreen-modal__block{width:100%}.fullscreen-modal__richtext{line-height:1.7}.fullscreen-modal__richtext p{margin:0 0 1rem}.fullscreen-modal__richtext p:last-child{margin-bottom:0}.fullscreen-modal__image-wrapper{text-align:center}.fullscreen-modal__image{max-width:100%;height:auto;border-radius:4px}.fullscreen-modal__caption{margin-top:.5rem;font-size:.875rem;opacity:.7;font-style:italic}.fullscreen-modal__video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:4px}.fullscreen-modal__video{position:absolute;top:0;left:0;width:100%;height:100%}.fullscreen-modal__button-wrapper{text-align:center;padding:.5rem 0}.fullscreen-modal__form-wrapper{max-width:500px;margin:0 auto}.fullscreen-modal__form-heading{margin:0 0 1rem;text-align:center}.fullscreen-modal__form{display:flex;flex-direction:column;gap:1rem}.fullscreen-modal__form-field{display:flex;flex-direction:column;gap:.25rem}.fullscreen-modal__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fullscreen-modal__form-field--full{grid-column:1 / -1}.fullscreen-modal__form .field__input{width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:1rem;background:transparent;color:inherit}.fullscreen-modal__form .field__input:focus{outline:none;border-color:currentColor}.fullscreen-modal__form textarea.field__input{resize:vertical;min-height:100px}.newsletter-form .fullscreen-modal__form-field{flex-direction:row;gap:.5rem}.newsletter-form .fullscreen-modal__form-field .field__input{flex:1}.form-message{text-align:center;padding:.5rem;border-radius:4px;margin-top:.5rem}.form-message--success{background-color:#22c55e1a;color:#16a34a}.form-message--error{background-color:#ef44441a;color:#dc2626}.fullscreen-modal__custom-html{width:100%}.fullscreen-modal__divider{border:none;border-top:1px solid rgba(0,0,0,.1);width:100%}.fullscreen-modal__footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}@media (prefers-reduced-motion: reduce){.fullscreen-modal,.fullscreen-modal__container,.fullscreen-modal__close{transition:none}}@media screen and (max-width: 749px){.fullscreen-modal__container{height:80vh;max-height:80vh;width:80vw}.fullscreen-modal__close{top:.75rem;right:.75rem}.fullscreen-modal__inner{padding:0 1rem}.fullscreen-modal__heading{font-size:1.5rem;padding-right:2.5rem}.fullscreen-modal__form-grid{grid-template-columns:1fr}.newsletter-form .fullscreen-modal__form-field{flex-direction:column}}@media screen and (min-width: 750px) and (max-width: 989px){.fullscreen-modal__inner{padding:0 2rem}}.fullscreen-modal *:focus-visible{outline:2px solid currentColor;outline-offset:2px}.fullscreen-modal *:focus:not(:focus-visible){outline:none}.fullscreen-modal__container::-webkit-scrollbar{width:8px}.fullscreen-modal__container::-webkit-scrollbar-track{background:#0000000d}.fullscreen-modal__container::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.fullscreen-modal__container::-webkit-scrollbar-thumb:hover{background:#0000004d}@media print{.fullscreen-modal{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-fullscreen-modal.css.map */
