@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700;900&family=Inter:wght@400;500;600;700&display=swap";:root{--pw-bg: #FAF6EE;--pw-card: #FFFFFF;--pw-text: #0F2540;--pw-text-mute: #6B7280;--pw-border: #E8E2D4;--pw-grad-start: #6759E5;--pw-grad-end: #E94689;--pw-gradient: linear-gradient(135deg, #6759E5 0%, #E94689 100%);--pw-radius: 24px;--pw-radius-sm: 14px;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}#pw-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f254059;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:99999;font-family:var(--font-body);color:var(--pw-text);padding:20px}#pw-overlay.pw-open{display:flex}.pw-modal{background:var(--pw-bg);border-radius:var(--pw-radius);width:100%;max-width:720px;max-height:92vh;display:flex;flex-direction:column;position:relative;box-shadow:0 30px 80px #0000002e;overflow:hidden;animation:pw-slide .35s cubic-bezier(.2,.8,.2,1)}@keyframes pw-slide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.pw-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border-radius:50%;background:#fff;border:none;font-size:22px;line-height:1;color:var(--pw-text);cursor:pointer;box-shadow:0 2px 8px #0000000f;z-index:5}.pw-close:hover{background:#f5f5f5}.pw-progress{padding:20px 24px 0}.pw-progress-bar{height:6px;background:#e8e2d4cc;border-radius:999px;overflow:hidden}#pw-progress-fill{height:100%;background:var(--pw-gradient);border-radius:999px;transition:width .5s cubic-bezier(.2,.8,.2,1)}.pw-body{padding:32px 40px 24px;overflow-y:auto;flex:1}.pw-step{animation:pw-fade .4s ease}@keyframes pw-fade{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.pw-step--centered{text-align:center}.pw-title{font-family:var(--font-display);font-weight:700;font-size:36px;line-height:1.15;margin:0 0 24px;color:var(--pw-text);letter-spacing:-.01em}.pw-step--centered .pw-title{text-align:center}.pw-subtitle{color:var(--pw-text-mute);font-size:15px;line-height:1.5;margin:0 0 28px}.pw-center{text-align:center}.pw-name-grad{background:var(--pw-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.pw-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px 28px;background:var(--pw-bg);border-top:1px solid rgba(232,226,212,.5);flex-direction:column;flex-direction:row}.pw-foot:has(.pw-btn-cart){flex-direction:column}.pw-btn{font-family:var(--font-body);font-weight:500;font-size:15px;padding:14px 32px;border-radius:999px;border:1.5px solid var(--pw-border);cursor:pointer;transition:all .2s;background:#fff;color:var(--pw-text);min-width:140px}.pw-btn:hover:not(:disabled){border-color:var(--pw-text)}.pw-btn:disabled{opacity:.4;cursor:not-allowed}.pw-btn-ghost{background:#fff;color:var(--pw-text)}.pw-btn-primary{background:var(--pw-gradient);color:#fff;border:none;box-shadow:0 6px 20px #6759e559;font-weight:600}.pw-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #6759e573}.pw-btn-cart{width:100%;background:var(--pw-gradient);color:#fff;border:none;border-radius:999px;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-body);font-size:17px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px #6759e566;transition:all .2s}.pw-btn-cart:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px #6759e580}.pw-cart-price{font-weight:700}.pw-btn-back-link{background:none;border:none;color:var(--pw-text-mute);text-decoration:underline;font-size:14px;cursor:pointer;padding:4px}.pw-btn-secondary{background:#fff;color:var(--pw-text);border:1.5px solid var(--pw-border);border-radius:999px;padding:12px 24px;font-family:var(--font-body);font-size:14px;font-weight:500;cursor:pointer;margin-top:16px;transition:all .2s}.pw-btn-secondary:hover{border-color:var(--pw-text)}.pw-upload-zone{border:2px dashed #BFB6E3;border-radius:var(--pw-radius);background:#ffffff80;padding:50px 20px;text-align:center;cursor:pointer;transition:all .2s;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.pw-upload-zone:hover,.pw-upload-zone.pw-dragover{border-color:var(--pw-grad-start);background:#6759e50d}.pw-upload-circle{width:80px;height:80px;border-radius:50%;background:var(--pw-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.pw-upload-text{font-weight:500;color:var(--pw-text);margin:0;font-size:16px}.pw-photo-preview{max-width:200px;max-height:200px;border-radius:var(--pw-radius-sm);object-fit:cover;box-shadow:0 4px 14px #0000001a}.pw-tips-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:10px 18px;border-radius:999px;box-shadow:0 2px 12px #0000000f;font-size:14px;font-weight:500;margin-bottom:20px}.pw-tips-icon{font-size:18px}.pw-examples{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.pw-example{text-align:center}.pw-example-img{width:92px;height:92px;margin:0 auto 10px;border-radius:50%;background:#cfcfcf;position:relative;border:4px solid;background-size:cover;background-position:center}.pw-example-img-1{background-image:linear-gradient(135deg,#d4a574,#8b6f47)}.pw-example-img-2{background-image:linear-gradient(135deg,#6b7280,#4b5563)}.pw-example-img-3{background-image:linear-gradient(135deg,#9b6b3f,#5c3a1e)}.pw-example-img-4{background-image:linear-gradient(135deg,#8b5c2f,#5c3a1e)}.pw-example--ok .pw-example-img{border-color:#22c55e}.pw-example--bad .pw-example-img{border-color:#ef4444}.pw-example--warn .pw-example-img{border-color:#facc15}.pw-example-badge{position:absolute;top:-4px;right:-4px;width:26px;height:26px;border-radius:50%;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.pw-example--ok .pw-example-badge{background:#22c55e}.pw-example--bad .pw-example-badge{background:#ef4444}.pw-example--warn .pw-example-badge{background:#facc15;color:#000}.pw-example p{font-size:13px;color:var(--pw-text);margin:0;line-height:1.3}.pw-input-line{margin-top:12px}.pw-input-underline{width:100%;border:none;border-bottom:2px solid var(--pw-text);background:transparent;padding:12px 0;font-family:var(--font-display);font-size:28px;font-weight:500;color:var(--pw-text);outline:none;text-align:left}.pw-input-underline::placeholder{color:#0f25404d}.pw-input-underline:focus{border-color:var(--pw-grad-start)}.pw-gender-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:480px;margin:24px auto 32px}.pw-gender-card{background:#fff;border:2px solid var(--pw-border);border-radius:18px;padding:20px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:12px;transition:all .2s;font-family:var(--font-body)}.pw-gender-card:hover{border-color:var(--pw-grad-start)}.pw-gender-card.active{border-color:var(--pw-grad-start);box-shadow:0 0 0 3px #6759e526}.pw-gender-avatar{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:44px}.pw-gender-avatar--boy{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.pw-gender-avatar--girl{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.pw-gender-card.active .pw-gender-label{background:var(--pw-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.pw-gender-label{font-size:15px;font-weight:500;color:var(--pw-text)}.pw-section-label{font-size:14px;font-weight:600;color:var(--pw-text);margin:24px 0 12px}.pw-color-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.pw-color-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--pw-border);border-radius:999px;padding:8px 14px 8px 8px;cursor:pointer;transition:all .2s;font-family:var(--font-body);font-size:14px;color:var(--pw-text)}.pw-color-chip:hover{border-color:var(--pw-grad-start)}.pw-color-chip.active{border-color:var(--pw-grad-start);background:#6759e50f;box-shadow:0 0 0 2px #6759e526}.pw-color-dot{width:22px;height:22px;border-radius:50%;border:1.5px solid rgba(0,0,0,.06)}.pw-color-label{font-weight:500}.pw-age-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:16px}.pw-age-card{background:#fff;border:1.5px solid var(--pw-border);border-radius:14px;padding:24px 8px;text-align:center;font-family:var(--font-body);font-size:16px;font-weight:600;color:var(--pw-text);cursor:pointer;transition:all .2s}.pw-age-card:hover{border-color:var(--pw-grad-start)}.pw-age-card.active{border-color:var(--pw-grad-start);background:#6759e514;color:var(--pw-grad-start);box-shadow:0 0 0 2px #6759e533}.pw-avatar-card{background:#fff;border:2px solid #E5E1F5;border-radius:var(--pw-radius);padding:28px;max-width:360px;margin:0 auto;text-align:center}.pw-avatar-portrait{background:#f5f1f9;border-radius:16px;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.pw-avatar-portrait img{width:100%;height:100%;object-fit:cover}.pw-loading-portrait{flex-direction:column;gap:14px}.pw-loading-text{font-size:14px;color:var(--pw-text-mute);margin:0}.pw-loading-hint{font-size:13px;color:var(--pw-text-mute);margin:10px 0 0}.pw-universe-preview{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px auto 0;max-width:500px}.pw-universe-img-card{border-radius:16px;overflow:hidden;aspect-ratio:3/4;background:#f5f1f9;box-shadow:0 6px 20px #0000001a}.pw-universe-img-card img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:420px){.pw-universe-preview{gap:10px}}.pw-spinner{width:44px;height:44px;border:3px solid rgba(103,89,229,.15);border-top-color:var(--pw-grad-start);border-radius:50%;animation:pw-spin 1s linear infinite}@keyframes pw-spin{to{transform:rotate(360deg)}}.pw-finition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.pw-fin-card{background:#fff;border:2px solid var(--pw-border);border-radius:18px;padding:0;cursor:pointer;text-align:left;font-family:var(--font-body);overflow:hidden;transition:all .2s;position:relative;display:flex;flex-direction:column}.pw-fin-card:hover{border-color:var(--pw-grad-start);transform:translateY(-2px)}.pw-fin-card.active{border-color:var(--pw-grad-start);box-shadow:0 0 0 3px #6759e526}.pw-fin-badge{position:absolute;top:14px;left:14px;background:var(--pw-text);color:#fff;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;z-index:2}.pw-fin-badge--alt{background:#0f254059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pw-fin-img{aspect-ratio:4/3;background:linear-gradient(135deg,#e0d4f5,#f5c9e0)}.pw-fin-img--souple{background:linear-gradient(135deg,#fcd8c2,#f5b884)}.pw-fin-img--standard{background:linear-gradient(135deg,#c4d7f5,#8babe0)}.pw-fin-img--premium{background:linear-gradient(135deg,#e3d4f5,#c9a8e0)}.pw-fin-body{padding:20px}.pw-fin-name{font-family:var(--font-body);font-size:18px;font-weight:700;color:var(--pw-text);margin:0 0 4px}.pw-fin-price{font-family:var(--font-body);font-size:24px;font-weight:700;color:var(--pw-text);margin-bottom:10px}.pw-fin-desc{font-size:13px;color:var(--pw-text);margin:0 0 14px;line-height:1.4}.pw-fin-bullets{list-style:none;padding:0;margin:0}.pw-fin-bullets li{font-size:13px;color:var(--pw-text);padding-left:14px;position:relative;margin-bottom:6px;line-height:1.4}.pw-fin-bullets li:before{content:"\25cf";font-size:8px;color:var(--pw-accent);position:absolute;left:0;top:4px;line-height:1}.pw-dedic-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px}.pw-dedic-preview{position:relative;background:linear-gradient(135deg,#fce7ce,#f5d4a8);border-radius:var(--pw-radius-sm);aspect-ratio:4/5;overflow:hidden}.pw-dedic-badge{position:absolute;top:14px;left:50%;transform:translate(-50%);background:var(--pw-text);color:#fff;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.pw-dedic-mockup{width:100%;height:100%;background:linear-gradient(180deg,transparent 30%,rgba(255,255,255,.1) 100%)}.pw-dedic-form{display:flex;flex-direction:column;gap:14px}.pw-dedic-intro{font-size:14px;color:var(--pw-text);margin:0 0 4px;line-height:1.5}.pw-toggle-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pw-toggle-btn{background:#fff;border:1.5px solid var(--pw-border);border-radius:999px;padding:14px;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--pw-text);transition:all .2s}.pw-toggle-btn:hover{border-color:var(--pw-grad-start)}.pw-toggle-btn.active{border-color:var(--pw-grad-start);color:var(--pw-grad-start);font-weight:600;box-shadow:0 0 0 2px #6759e526}.pw-toggle-btn--yes.active{background:#6759e50a}.pw-textarea-wrap{position:relative;margin-top:4px}.pw-textarea-new{width:100%;background:#fff;border:1.5px solid #D8CDED;border-radius:var(--pw-radius-sm);padding:14px 16px;font-family:var(--font-body);font-size:14px;min-height:100px;color:var(--pw-text);resize:vertical;box-sizing:border-box;outline:none}.pw-textarea-new:focus{border-color:var(--pw-grad-start)}.pw-textarea-new::placeholder{color:var(--pw-text-mute)}.pw-char-count{position:absolute;bottom:10px;right:14px;font-size:11px;color:var(--pw-text-mute)}.pw-input-signature{width:100%;background:#fff;border:1.5px solid #D8CDED;border-radius:999px;padding:14px 18px;font-family:var(--font-body);font-size:14px;color:var(--pw-text);outline:none;box-sizing:border-box}.pw-input-signature:focus{border-color:var(--pw-grad-start)}.pw-step--recap .pw-title{margin-bottom:4px}.pw-step--recap .pw-subtitle{margin-bottom:24px}.pw-recap-images{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;border-radius:18px;padding:16px;border:1.5px solid #E5E1F5;box-shadow:0 0 0 4px #6759e514;margin-bottom:18px}.pw-recap-duo{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#fff;border-radius:18px;padding:14px;border:1.5px solid #E5E1F5;box-shadow:0 0 0 4px #6759e514;margin-bottom:16px}.pw-recap-img-card{position:relative;border-radius:12px;overflow:hidden;background:#f5f1f9;aspect-ratio:3/4}.pw-recap-img-card img{width:100%;height:100%;object-fit:cover}.pw-recap-info{background:#fff;border-radius:var(--pw-radius-sm);padding:14px 18px}.pw-recap-row{display:flex;justify-content:space-between;align-items:baseline;padding:6px 0}.pw-recap-label{font-size:14px;color:var(--pw-text-mute)}.pw-recap-value{font-size:14px;color:var(--pw-text);font-weight:600}@media(max-width:640px){#pw-overlay{padding:0;align-items:flex-end}.pw-modal{max-height:96vh;border-radius:var(--pw-radius) var(--pw-radius) 0 0}.pw-body{padding:24px 20px 16px}.pw-foot{padding:16px 20px 22px}.pw-title{font-size:26px;margin-bottom:18px}.pw-examples{grid-template-columns:repeat(2,1fr)}.pw-example-img{width:80px;height:80px}.pw-finition-grid{grid-template-columns:1fr}.pw-age-grid{grid-template-columns:repeat(4,1fr)}.pw-dedic-layout{grid-template-columns:1fr}.pw-dedic-preview{aspect-ratio:16/9}.pw-recap-images{grid-template-columns:1fr}.pw-btn{padding:12px 24px min-width: 120px}}.pw-tuto-steps{display:flex;flex-direction:column;gap:14px;margin-top:24px;text-align:left}.pw-tuto-item{display:flex;align-items:center;gap:14px;font-size:15px;color:var(--pw-text)}.pw-tuto-num{width:32px;height:32px;border-radius:50%;background:var(--pw-accent);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pw-avatar-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:4px}.pw-avatar-actions #pw-regen-avatar{background:var(--pw-accent);color:#fff;border-color:var(--pw-accent)}.pw-avatar-actions #pw-regen-avatar:hover{background:var(--pw-accent-dark);border-color:var(--pw-accent-dark)}.pw-avatar-actions #pw-change-photo{background:#fff;color:var(--pw-accent);border-color:var(--pw-accent)}.pw-avatar-actions #pw-change-photo:hover{background:#f5f0ff}.pw-fin-carousel{position:relative;aspect-ratio:3/2;border-radius:0;overflow:hidden;background:#f5f1f9}.pw-fin-carousel img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}.pw-fin-carousel img.active{opacity:1}.pw-carousel-prev,.pw-carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:none;border-radius:50%;width:28px;height:28px;font-size:18px;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}.pw-carousel-prev{left:6px}.pw-carousel-next{right:6px}.pw-carousel-dots{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:2}.pw-carousel-dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .2s}.pw-carousel-dot.active{background:#fff}
/*# sourceMappingURL=/cdn/shop/t/1/assets/wizard-styles.css.map */
