.studio-modal-407{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999999;display:none}.studio-modal-407.is-open{display:block}.studio-modal-407__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141473;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.studio-modal-407__app{position:fixed;top:24px;left:24px;right:24px;bottom:24px;background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 40px 90px #00000047;z-index:2}.studio-modal-407__header{height:56px;padding:0 28px;border-bottom:1px solid #ececec;display:flex;align-items:center;justify-content:space-between}.studio-modal-407__header p{margin:0;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#6f766f;font-weight:700}.studio-modal-407__header h2{margin:2px 0 0;font-size:18px;font-weight:700}.studio-modal-407__close{width:40px;height:40px;border:none;border-radius:50%;background:#f5f5f5;font-size:24px;cursor:pointer}.studio-modal-407__progress{display:flex;gap:14px;padding:16px 24px;border-bottom:1px solid #ececec}.studio-modal-407__progress span{padding:9px 16px;border-radius:999px;background:#f4f4f4;font-weight:700;color:#666}.studio-modal-407__progress .is-active{background:#233128;color:#fff}.studio-modal-407__body{flex:1;overflow:auto;background:#faf8f5}.studio-upload-screen{min-height:100%;display:flex;align-items:flex-start;justify-content:center;padding:58px 24px 70px}.studio-upload-screen__content{width:min(760px,100%);margin:0 auto;text-align:center}.studio-upload__eyebrow{display:block;margin-bottom:14px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#59635c}.studio-upload-screen__content h2{font-size:clamp(34px,3.2vw,46px);line-height:1;margin:0 0 14px}.studio-upload__subtitle{max-width:560px;margin:0 auto 18px;color:#666;font-size:17px;line-height:1.6}.studio-upload__counter{margin-bottom:30px;font-size:14px;font-weight:700;color:#233128}.studio-dropzone{width:min(820px,90vw);min-height:330px;margin:0 auto;background:#fff;border:2px dashed #d8d2c8;border-radius:26px;padding:52px 32px;box-shadow:0 18px 45px #0000000f;display:flex;flex-direction:column;align-items:center;justify-content:center}.studio-dropzone__icon{width:72px;height:72px;margin:0 auto 18px;border-radius:22px;background:#eef1ed;display:flex;align-items:center;justify-content:center;font-size:34px}.studio-dropzone h3{margin:0 0 12px;font-size:24px}.studio-dropzone__text{margin:0 0 18px;color:#777}.studio-dropzone__button{border:none;background:#233128;color:#fff;border-radius:14px;padding:16px 28px;font-weight:900;cursor:pointer}.studio-dropzone small{display:block;margin-top:18px;color:#777}.studio-gallery{width:min(1200px,100%);margin:0 auto;padding:50px 30px}.studio-gallery__header{text-align:center;margin-bottom:45px}.studio-gallery__header h2{margin:0;font-size:48px;line-height:1}.studio-gallery__header p{margin:14px 0;color:#6d6d6d;font-size:18px}.studio-gallery__progress{font-size:15px;font-weight:700;color:#233128}.studio-gallery__note{margin-top:10px;font-size:13px;color:#666}.studio-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:760px;margin:0 auto}.studio-gallery__card{aspect-ratio:1;background:#fff;border:2px dashed #d9d4ca;border-radius:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:.25s}.studio-gallery__card:hover{transform:translateY(-3px);border-color:#233128;box-shadow:0 12px 30px #00000014}.studio-gallery__image{width:100%;height:100%;object-fit:cover}.studio-gallery__empty{display:flex;flex-direction:column;align-items:center;gap:6px;color:#233128;font-weight:800}.studio-gallery__empty span{font-size:42px;line-height:1}.studio-gallery__empty small{font-size:13px}.studio-gallery__footer{margin-top:50px;text-align:center}.studio-gallery__continue{border:none;background:#233128;color:#fff;padding:18px 34px;border-radius:14px;font-size:17px;font-weight:800;opacity:.45;cursor:not-allowed}.studio-gallery__continue.is-active{opacity:1;cursor:pointer}.studio-editor{width:100%;height:100%;display:flex;flex-direction:column;background:#faf8f5}.studio-editor__top{height:64px;padding:0 24px;border-bottom:1px solid #e9e5df;display:flex;align-items:center;justify-content:space-between}.studio-editor__top h2{margin:0;font-size:24px}.studio-editor__back,.studio-editor__save{border:none;background:#233128;color:#fff;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer}.studio-editor__workspace{flex:1;display:grid;place-items:center;padding:32px;overflow:hidden}.studio-editor__canvas{width:min(520px,80vw);aspect-ratio:1 / 1;background:#fff;overflow:hidden;border-radius:18px;box-shadow:0 18px 45px #0000001a}.studio-editor__canvas img{max-width:100%;display:block}.studio-editor__toolbar{height:86px;border-top:1px solid #e9e5df;display:flex;align-items:center;justify-content:center;gap:14px}.studio-editor__toolbar button{border:none;background:#f0eee9;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer}.studio-preview{width:100%;padding:54px 28px;text-align:center;background:#faf8f5}.studio-preview__header h2{margin:0 0 10px;font-size:clamp(32px,3vw,44px);line-height:1}.studio-preview__header p{margin:0 0 38px;color:#666;font-size:16px}.studio-preview__grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:28px}.studio-preview__item{position:relative;aspect-ratio:1;background:#fff;border-radius:10px;overflow:hidden;border:2px solid #1f1f1f;box-shadow:0 8px 20px #0000002e,0 2px 6px #0000001a;transition:.25s ease}.studio-preview__item:hover{transform:translateY(-3px);box-shadow:0 14px 28px #00000038,0 5px 12px #00000026}.studio-preview__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.06) 30%,transparent 65%);pointer-events:none}.studio-preview__item img{width:100%;height:100%;object-fit:cover;display:block}.studio-preview__footer{margin-top:42px;display:flex;justify-content:center;gap:16px}.studio-preview__back,.studio-preview__add{border:none;border-radius:14px;padding:16px 30px;font-weight:900;cursor:pointer}.studio-preview__back{background:#eeeae4;color:#233128}.studio-preview__add{background:#233128;color:#fff}@media(max-width:749px){.studio-modal-407__app{top:0;left:0;right:0;bottom:0;border-radius:0}.studio-modal-407__body{padding:0}.studio-gallery__grid,.studio-preview__grid{grid-template-columns:repeat(2,1fr);gap:16px}.studio-preview__footer{flex-direction:column}.studio-preview__back,.studio-preview__add{width:100%}}@media screen and (min-width:750px){.studio-modal-407.is-cart-edit .studio-modal-407__app{width:min(980px,calc(100vw - 80px));height:min(760px,calc(100vh - 80px));top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%)}.studio-modal-407.is-cart-edit .studio-modal-407__progress{justify-content:center;padding:12px 24px}.studio-modal-407.is-cart-edit .studio-gallery{padding:34px 30px 42px}.studio-modal-407.is-cart-edit .studio-gallery__header{margin-bottom:30px}.studio-modal-407.is-cart-edit .studio-gallery__header h2{font-size:38px}.studio-modal-407.is-cart-edit .studio-gallery__grid{max-width:600px;gap:20px}.studio-modal-407.is-cart-edit .studio-gallery__footer{margin-top:32px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/407-modal.css.map */
