@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.EbookUploadStep-module__roycpq__container{flex-direction:column;gap:1.1rem;width:100%;display:flex}.EbookUploadStep-module__roycpq__inputGroup{flex-direction:column;gap:.45rem;display:flex}.EbookUploadStep-module__roycpq__label{color:var(--text-primary,#101828);align-items:center;gap:.35rem;font-size:.88rem;font-weight:700;display:flex}.EbookUploadStep-module__roycpq__labelOptional{color:var(--text-muted,#64748b);font-size:.78rem;font-weight:500}.EbookUploadStep-module__roycpq__textInput{border:1.5px solid var(--border-light,#e2dcd5);border-radius:var(--radius-sm,10px);color:var(--text-primary,#101828);font-size:.92rem;font-family:var(--font-inter), sans-serif;background:#fff;outline:none;padding:.8rem 1rem;transition:all .2s}.EbookUploadStep-module__roycpq__textInput:focus{border-color:var(--accent-blue,#1d4ed8);box-shadow:var(--shadow-focus,0 0 0 4px #1d4ed81f)}.EbookUploadStep-module__roycpq__textInput::placeholder{color:var(--text-muted,#64748b)}.EbookUploadStep-module__roycpq__dropzone{text-align:center;border:2px dashed var(--border-strong,#cbd5e1);border-radius:var(--radius-md,14px);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafafc;outline:none;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1.25rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.EbookUploadStep-module__roycpq__dropzone:hover{background:var(--accent-blue-subtle,#eff6ff);border-color:var(--accent-blue,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 14px #1d4ed814}.EbookUploadStep-module__roycpq__dropzone:focus-visible{border-color:var(--accent-blue,#1d4ed8);box-shadow:var(--shadow-focus,0 0 0 4px #1d4ed81f)}.EbookUploadStep-module__roycpq__dropzoneActive{background:var(--accent-blue-subtle,#eff6ff);border-color:var(--accent-blue,#1d4ed8);border-style:solid;transform:scale(1.01)}.EbookUploadStep-module__roycpq__hiddenInput{display:none}.EbookUploadStep-module__roycpq__iconWrapper{border:1.5px solid var(--border-light,#e2dcd5);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.65rem;transition:all .25s;display:flex;position:relative;box-shadow:0 2px 8px #0a0f1d0d}.EbookUploadStep-module__roycpq__dropzone:hover .EbookUploadStep-module__roycpq__iconWrapper{border-color:var(--accent-blue,#1d4ed8);transform:scale(1.08);box-shadow:0 4px 12px #1d4ed826}.EbookUploadStep-module__roycpq__mainIcon{color:var(--accent-blue,#1d4ed8);font-size:1.45rem}.EbookUploadStep-module__roycpq__clickBadge{background:var(--accent-orange,#ff4d00);color:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.62rem;animation:2s ease-in-out infinite EbookUploadStep-module__roycpq__pulseBadge;display:flex;position:absolute;bottom:-3px;right:-3px;box-shadow:0 2px 5px #ff4d0059}@keyframes EbookUploadStep-module__roycpq__pulseBadge{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.EbookUploadStep-module__roycpq__promptText{color:var(--text-primary,#101828);margin-bottom:.2rem;font-size:.92rem;font-weight:700}.EbookUploadStep-module__roycpq__promptHighlight{color:var(--accent-blue,#1d4ed8);text-underline-offset:2px;text-decoration:underline}.EbookUploadStep-module__roycpq__promptHint{color:var(--text-muted,#64748b);align-items:center;gap:.35rem;font-size:.78rem;display:flex}.EbookUploadStep-module__roycpq__fileCard{border:1.5px solid var(--accent-blue-border,#bfdbfe);border-radius:var(--radius-sm,12px);background:#fff;justify-content:space-between;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex;box-shadow:0 2px 8px #1d4ed80d}.EbookUploadStep-module__roycpq__fileLeft{align-items:center;gap:.85rem;min-width:0;display:flex}.EbookUploadStep-module__roycpq__fileThumbnail{object-fit:cover;border:1px solid var(--border-light,#e2dcd5);border-radius:8px;flex-shrink:0;width:48px;height:48px}.EbookUploadStep-module__roycpq__pdfIconBox{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.EbookUploadStep-module__roycpq__fileDetails{flex-direction:column;gap:.15rem;min-width:0;display:flex}.EbookUploadStep-module__roycpq__fileName{color:var(--text-primary,#101828);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.88rem;font-weight:700;overflow:hidden}.EbookUploadStep-module__roycpq__fileMeta{color:var(--text-muted,#64748b);align-items:center;gap:.4rem;margin:0;font-size:.76rem;display:flex}.EbookUploadStep-module__roycpq__readyBadge{color:var(--status-success,#059669);align-items:center;gap:.25rem;font-weight:700;display:inline-flex}.EbookUploadStep-module__roycpq__fileActions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.EbookUploadStep-module__roycpq__btnChangeFile{border:1px solid var(--border-light,#e2dcd5);color:var(--text-primary,#101828);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:.25rem;padding:.4rem .65rem;font-size:.78rem;font-weight:700;transition:all .2s;display:flex}.EbookUploadStep-module__roycpq__btnChangeFile:hover{background:var(--bg-surface-hover,#f7f4f0);border-color:var(--border-strong,#cbd5e1)}.EbookUploadStep-module__roycpq__btnRemoveFile{border:1px solid var(--status-danger-border,#fecaca);width:32px;height:32px;color:var(--status-danger,#dc2626);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.EbookUploadStep-module__roycpq__btnRemoveFile:hover{background:var(--status-danger-subtle,#fef2f2);border-color:var(--status-danger,#dc2626)}.EbookUploadStep-module__roycpq__loadingContainer{background:var(--bg-surface,#fff);border:1.5px solid var(--border-light,#e2dcd5);border-radius:var(--radius-md,16px);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.75rem 1.5rem;animation:.3s EbookUploadStep-module__roycpq__fadeIn;display:flex}@keyframes EbookUploadStep-module__roycpq__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.EbookUploadStep-module__roycpq__loadingSpinnerWrap{justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.EbookUploadStep-module__roycpq__pulseRing{border:2px solid var(--accent-orange,#ff4d00);opacity:.4;border-radius:50%;animation:1.8s cubic-bezier(.215,.61,.355,1) infinite EbookUploadStep-module__roycpq__pulseRing;position:absolute;inset:-6px}@keyframes EbookUploadStep-module__roycpq__pulseRing{0%{opacity:.8;transform:scale(.85)}50%{opacity:.2;transform:scale(1.15)}to{opacity:.8;transform:scale(.85)}}.EbookUploadStep-module__roycpq__spinnerIcon{color:var(--accent-blue,#1d4ed8);font-size:2.5rem}.EbookUploadStep-module__roycpq__quirkyMessage{font-family:var(--font-plus-jakarta), var(--font-inter), sans-serif;color:var(--text-primary,#101828);min-height:1.5rem;margin:0;font-size:1.05rem;font-weight:800;transition:all .3s}.EbookUploadStep-module__roycpq__loadingSubtext{color:var(--text-muted,#64748b);margin:0;font-size:.84rem}.EbookUploadStep-module__roycpq__successCard{background:var(--bg-surface,#fff);border:1.5px solid var(--status-success-border,#a7f3d0);border-radius:var(--radius-md,16px);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;display:flex;box-shadow:0 4px 16px #05966914}.EbookUploadStep-module__roycpq__successIcon{color:var(--status-success,#059669);font-size:2.4rem}.EbookUploadStep-module__roycpq__successTitle{font-family:var(--font-plus-jakarta), sans-serif;color:var(--text-primary,#101828);margin:0;font-size:1.25rem;font-weight:800}.EbookUploadStep-module__roycpq__successDesc{color:var(--text-secondary,#475569);max-width:380px;margin:0;font-size:.9rem;line-height:1.45}.EbookUploadStep-module__roycpq__errorBox{background:var(--status-danger-subtle,#fef2f2);border:1.5px solid var(--status-danger-border,#fecaca);border-radius:var(--radius-sm,10px);color:var(--status-danger,#dc2626);align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:.85rem;font-weight:600;display:flex}.EbookUploadStep-module__roycpq__compressLink{color:var(--accent-blue,#1d4ed8);font-weight:700;text-decoration:underline}.EbookUploadStep-module__roycpq__compressLink:hover{color:var(--accent-blue-hover,#1e40af)}.EbookUploadStep-module__roycpq__uploadSubmitBtn{background:var(--accent-blue,#1d4ed8);color:#fff;border-radius:var(--radius-md,14px);font-family:var(--font-plus-jakarta), var(--font-inter), sans-serif;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.85rem 1.4rem;font-size:.95rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #1d4ed840}.EbookUploadStep-module__roycpq__uploadSubmitBtn:hover:not(:disabled){background:var(--accent-blue-hover,#1e40af);transform:translateY(-1px);box-shadow:0 6px 18px #1d4ed859}.EbookUploadStep-module__roycpq__uploadSubmitBtn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}
.EbookIdeasTeaser-module__P0exsW__wrapper{-webkit-user-select:none;user-select:none;flex-direction:column;gap:.85rem;width:100%;display:flex}.EbookIdeasTeaser-module__P0exsW__generatingScreen{border:1.5px solid var(--border-light,#e2dcd5);border-radius:var(--radius-md,16px);text-align:center;background:#fafafc;flex-direction:column;justify-content:center;align-items:center;gap:1.15rem;width:100%;padding:1.75rem 1rem;display:flex}.EbookIdeasTeaser-module__P0exsW__spinnerContainer{border:1.5px solid var(--border-light,#e2dcd5);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;box-shadow:0 2px 8px #0a0f1d0a}.EbookIdeasTeaser-module__P0exsW__mainSpinner{color:var(--accent-blue,#1d4ed8);font-size:1.6rem}.EbookIdeasTeaser-module__P0exsW__loadingHeader{flex-direction:column;gap:.2rem;display:flex}.EbookIdeasTeaser-module__P0exsW__loadingTitle{font-family:var(--font-plus-jakarta), sans-serif;color:var(--text-primary,#101828);margin:0;font-size:1.1rem;font-weight:800}.EbookIdeasTeaser-module__P0exsW__loadingSubtitle{color:var(--text-muted,#64748b);margin:0;font-size:.82rem}.EbookIdeasTeaser-module__P0exsW__stepList{border:1px solid var(--border-light,#e2dcd5);background:#fff;border-radius:12px;flex-direction:column;gap:.4rem;width:100%;max-width:320px;padding:.65rem .9rem;display:flex}.EbookIdeasTeaser-module__P0exsW__stepItem{justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.EbookIdeasTeaser-module__P0exsW__stepItemLeft{align-items:center;gap:.45rem;display:flex}.EbookIdeasTeaser-module__P0exsW__stepIconDone{color:var(--status-success,#059669);font-size:.9rem}.EbookIdeasTeaser-module__P0exsW__stepIconActive{color:var(--accent-blue,#1d4ed8);font-size:.9rem}.EbookIdeasTeaser-module__P0exsW__stepIconPending{color:var(--border-strong,#cbd5e1);font-size:.9rem}.EbookIdeasTeaser-module__P0exsW__stepTextDone{color:var(--text-primary,#101828)}.EbookIdeasTeaser-module__P0exsW__stepTextActive{color:var(--accent-blue,#1d4ed8);font-weight:700}.EbookIdeasTeaser-module__P0exsW__stepTextPending{color:var(--text-muted,#64748b)}.EbookIdeasTeaser-module__P0exsW__progressWrapper{flex-direction:column;gap:.3rem;width:100%;max-width:320px;display:flex}.EbookIdeasTeaser-module__P0exsW__progressTrack{background:#e2e8f0;border-radius:9999px;width:100%;height:6px;overflow:hidden}.EbookIdeasTeaser-module__P0exsW__progressFill{background:var(--accent-blue,#1d4ed8);border-radius:9999px;height:100%;transition:width .3s}.EbookIdeasTeaser-module__P0exsW__progressLabelRow{color:var(--text-muted,#64748b);justify-content:space-between;font-size:.74rem;font-weight:700;display:flex}.EbookIdeasTeaser-module__P0exsW__headerContainer{flex-direction:column;gap:.2rem;display:flex}.EbookIdeasTeaser-module__P0exsW__headerTitle{font-family:var(--font-plus-jakarta), sans-serif;color:var(--text-primary,#101828);margin:0;font-size:1.15rem;font-weight:800}.EbookIdeasTeaser-module__P0exsW__headerSubtitle{color:var(--text-secondary,#475569);margin:0;font-size:.84rem}.EbookIdeasTeaser-module__P0exsW__selectorBar{border:1px solid var(--border-light,#e2dcd5);background:#f1f5f9;border-radius:10px;justify-content:space-between;align-items:center;padding:.3rem;display:flex}.EbookIdeasTeaser-module__P0exsW__tabsGroup{align-items:center;gap:.25rem;display:flex}.EbookIdeasTeaser-module__P0exsW__tabBtn{font-family:var(--font-plus-jakarta), var(--font-inter), sans-serif;color:var(--text-muted,#64748b);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.35rem .8rem;font-size:.8rem;font-weight:700;transition:all .2s}.EbookIdeasTeaser-module__P0exsW__tabBtn:hover:not(.EbookIdeasTeaser-module__P0exsW__tabBtnActive){color:var(--text-primary,#101828);background:#fff9}.EbookIdeasTeaser-module__P0exsW__tabBtnActive{color:var(--accent-blue,#1d4ed8);background:#fff;box-shadow:0 1px 4px #00000014}.EbookIdeasTeaser-module__P0exsW__navControls{align-items:center;gap:.25rem;display:flex}.EbookIdeasTeaser-module__P0exsW__navBtnSmall{border:1px solid var(--border-light,#e2dcd5);width:28px;height:28px;color:var(--text-primary,#101828);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;transition:all .15s;display:flex}.EbookIdeasTeaser-module__P0exsW__navBtnSmall:hover:not(:disabled){background:var(--bg-surface-hover,#f7f4f0);border-color:var(--border-strong,#cbd5e1)}.EbookIdeasTeaser-module__P0exsW__navBtnSmall:disabled{opacity:.35;cursor:not-allowed}.EbookIdeasTeaser-module__P0exsW__cardViewport{border-radius:var(--radius-md,14px);width:100%;position:relative;overflow:hidden}.EbookIdeasTeaser-module__P0exsW__cardsSlider{width:100%;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex}.EbookIdeasTeaser-module__P0exsW__cardItemWrapper{box-sizing:border-box;min-width:100%}.EbookIdeasTeaser-module__P0exsW__compactCard{border:1.5px solid var(--border-light,#e2dcd5);border-radius:var(--radius-md,14px);background:#fff;flex-direction:row;width:100%;min-height:130px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0a0f1d0a}.EbookIdeasTeaser-module__P0exsW__cardCoverSide{border-right:1.5px solid var(--border-light,#e2dcd5);background:#f8fafc;flex-shrink:0;justify-content:center;align-items:center;width:100px;min-width:100px;display:flex;position:relative;overflow:hidden}.EbookIdeasTeaser-module__P0exsW__coverImg{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.EbookIdeasTeaser-module__P0exsW__cardContentSide{flex-direction:column;flex:1;justify-content:center;gap:.3rem;min-width:0;padding:.85rem 1rem;display:flex}.EbookIdeasTeaser-module__P0exsW__conceptBadge{color:var(--accent-blue,#1d4ed8);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem;font-weight:800}.EbookIdeasTeaser-module__P0exsW__ideaTitleText{font-family:var(--font-plus-jakarta), sans-serif;color:var(--text-primary,#101828);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.EbookIdeasTeaser-module__P0exsW__ideaDescText{color:var(--text-secondary,#475569);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.EbookIdeasTeaser-module__P0exsW__lockOverlay{-webkit-backdrop-filter:blur(2.5px);z-index:10;background:#ffffffa6;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;inset:0}.EbookIdeasTeaser-module__P0exsW__lockPill{color:#fff;border-radius:var(--radius-pill,9999px);font-family:var(--font-plus-jakarta), sans-serif;white-space:nowrap;background:#0f172a;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #0f172a40}@media (max-width:480px){.EbookIdeasTeaser-module__P0exsW__compactCard{min-height:120px}.EbookIdeasTeaser-module__P0exsW__cardCoverSide{width:88px;min-width:88px}.EbookIdeasTeaser-module__P0exsW__cardContentSide{gap:.2rem;padding:.65rem .75rem}.EbookIdeasTeaser-module__P0exsW__ideaTitleText{font-size:.88rem}.EbookIdeasTeaser-module__P0exsW__ideaDescText{font-size:.76rem}.EbookIdeasTeaser-module__P0exsW__lockPill{padding:.35rem .7rem;font-size:.72rem}}
.PhotoUploadStep-module__xQfTsW__uploadContainer{flex-direction:column;gap:.85rem;width:100%;display:flex}.PhotoUploadStep-module__xQfTsW__dropzone{text-align:center;border:2px dashed var(--border-strong,#cbd5e1);border-radius:var(--radius-md,16px);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafafc;outline:none;flex-direction:column;justify-content:center;align-items:center;padding:2.25rem 1.5rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.PhotoUploadStep-module__xQfTsW__dropzone:hover{background:var(--accent-blue-subtle,#eff6ff);border-color:var(--accent-blue,#1d4ed8);transform:translateY(-1px);box-shadow:0 6px 20px #1d4ed814}.PhotoUploadStep-module__xQfTsW__dropzone:focus-visible{border-color:var(--accent-blue,#1d4ed8);box-shadow:var(--shadow-focus,0 0 0 4px #1d4ed81f)}.PhotoUploadStep-module__xQfTsW__dropzoneActive{background:var(--accent-blue-subtle,#eff6ff);border-color:var(--accent-blue,#1d4ed8);border-style:solid;transform:scale(1.01);box-shadow:0 8px 24px #1d4ed826}.PhotoUploadStep-module__xQfTsW__hiddenInput{display:none}.PhotoUploadStep-module__xQfTsW__iconWrapper{border:1.5px solid var(--border-light,#e2dcd5);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 12px #0a0f1d0f}.PhotoUploadStep-module__xQfTsW__dropzone:hover .PhotoUploadStep-module__xQfTsW__iconWrapper{border-color:var(--accent-blue,#1d4ed8);background:#fff;transform:scale(1.08);box-shadow:0 6px 16px #1d4ed829}.PhotoUploadStep-module__xQfTsW__mainIcon{color:var(--accent-blue,#1d4ed8);font-size:1.85rem;transition:transform .2s}.PhotoUploadStep-module__xQfTsW__clickBadge{background:var(--accent-orange,#ff4d00);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;animation:2s ease-in-out infinite PhotoUploadStep-module__xQfTsW__pulseBadge;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 6px #ff4d0059}@keyframes PhotoUploadStep-module__xQfTsW__pulseBadge{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.PhotoUploadStep-module__xQfTsW__promptHeader{font-family:var(--font-plus-jakarta), var(--font-inter), sans-serif;color:var(--text-primary,#101828);align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:1.05rem;font-weight:700;display:flex}.PhotoUploadStep-module__xQfTsW__promptHighlight{color:var(--accent-blue,#1d4ed8);text-underline-offset:3px;text-decoration:underline}.PhotoUploadStep-module__xQfTsW__promptSubtext{color:var(--text-secondary,#475569);margin-bottom:.75rem;font-size:.85rem}.PhotoUploadStep-module__xQfTsW__formatBadge{border:1px solid var(--border-light,#e2dcd5);border-radius:var(--radius-pill,9999px);color:var(--text-muted,#64748b);background:#fff;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.76rem;font-weight:600;display:inline-flex}.PhotoUploadStep-module__xQfTsW__loadingBox{background:var(--bg-surface,#fff);border:1.5px solid var(--border-light,#e2dcd5);border-radius:var(--radius-md,16px);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;display:flex}.PhotoUploadStep-module__xQfTsW__spinner{color:var(--accent-blue,#1d4ed8);font-size:2.2rem}.PhotoUploadStep-module__xQfTsW__loadingText{color:var(--text-primary,#101828);margin:0;font-size:1rem;font-weight:700}.PhotoUploadStep-module__xQfTsW__loadingSubtext{color:var(--text-muted,#64748b);margin:0;font-size:.85rem}.PhotoUploadStep-module__xQfTsW__previewCard{background:var(--bg-surface,#fff);border:1.5px solid var(--status-success-border,#a7f3d0);border-radius:var(--radius-md,16px);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem;display:flex;box-shadow:0 4px 16px #05966914}.PhotoUploadStep-module__xQfTsW__previewLeft{align-items:center;gap:1rem;min-width:0;display:flex}.PhotoUploadStep-module__xQfTsW__thumbnailWrapper{border:1.5px solid var(--border-light,#e2dcd5);background:#f1f5f9;border-radius:12px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.PhotoUploadStep-module__xQfTsW__thumbnailImg{object-fit:cover;width:100%;height:100%}.PhotoUploadStep-module__xQfTsW__previewMeta{flex-direction:column;gap:.25rem;min-width:0;display:flex}.PhotoUploadStep-module__xQfTsW__statusBadge{color:var(--status-success,#059669);background:var(--status-success-subtle,#ecfdf5);border-radius:6px;align-items:center;gap:.3rem;width:fit-content;padding:.2rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex}.PhotoUploadStep-module__xQfTsW__fileName{color:var(--text-primary,#101828);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.92rem;font-weight:700;overflow:hidden}.PhotoUploadStep-module__xQfTsW__fileHint{color:var(--text-muted,#64748b);margin:0;font-size:.8rem}.PhotoUploadStep-module__xQfTsW__previewActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.PhotoUploadStep-module__xQfTsW__btnChange{border:1.5px solid var(--border-light,#e2dcd5);border-radius:var(--radius-sm,10px);color:var(--text-primary,#101828);cursor:pointer;background:#fff;align-items:center;gap:.35rem;padding:.55rem .85rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.PhotoUploadStep-module__xQfTsW__btnChange:hover{background:var(--bg-surface-hover,#f7f4f0);border-color:var(--border-strong,#cbd5e1)}.PhotoUploadStep-module__xQfTsW__btnRemove{border:1.5px solid var(--status-danger-border,#fecaca);border-radius:var(--radius-sm,10px);width:36px;height:36px;color:var(--status-danger,#dc2626);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.PhotoUploadStep-module__xQfTsW__btnRemove:hover{background:var(--status-danger-subtle,#fef2f2);border-color:var(--status-danger,#dc2626);transform:scale(1.05)}.PhotoUploadStep-module__xQfTsW__errorMsg{background:var(--status-danger-subtle,#fef2f2);border:1.5px solid var(--status-danger-border,#fecaca);border-radius:var(--radius-sm,10px);color:var(--status-danger,#dc2626);align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:.85rem;font-weight:600;display:flex}@media (max-width:520px){.PhotoUploadStep-module__xQfTsW__previewCard{flex-direction:column;align-items:stretch}.PhotoUploadStep-module__xQfTsW__previewActions{border-top:1px solid var(--border-light,#e2dcd5);justify-content:flex-end;padding-top:.75rem}}
.onboardingPreview-module__FLTzia__preview_wrapper{background:var(--bg-page,#faf8f5);flex-direction:column;align-items:center;min-height:100vh;padding:0 1.5rem 140px;display:flex;position:relative}.onboardingPreview-module__FLTzia__fixed_preview_header{z-index:100;border-bottom:1.5px solid var(--border-light,#e2dcd5);background:#fff;padding:.85rem 1.75rem;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0a0f1d0a}.onboardingPreview-module__FLTzia__fixed_preview_header_inner{flex-direction:row;justify-content:space-between;align-items:center;gap:1.25rem;max-width:960px;margin:0 auto;display:flex}.onboardingPreview-module__FLTzia__fixed_preview_chip{background:var(--accent-orange,#ff4d00);color:#fff;border-radius:var(--radius-pill,9999px);font-size:.8rem;font-family:var(--font-plus-jakarta), sans-serif;white-space:nowrap;letter-spacing:.02em;flex-shrink:0;align-items:center;gap:.45rem;margin:0;padding:.4rem .95rem;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #ff4d004d}.onboardingPreview-module__FLTzia__fixed_preview_subtitle{color:var(--text-secondary,#475569);text-align:right;margin:0;font-size:.88rem;font-weight:600;line-height:1.45}.onboardingPreview-module__FLTzia__highlightTag{color:var(--accent-orange,#ff4d00);margin-right:.25rem;font-weight:800}.onboardingPreview-module__FLTzia__preview_container{padding-top:75px;padding-bottom:160px}.onboardingPreview-module__FLTzia__signup_banner{border:1.5px solid var(--border-light,#e2dcd5);border-radius:var(--radius-lg,18px);z-index:1000;background:#fff;max-width:800px;margin:0 auto;padding:1.25rem 1.75rem;position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;box-shadow:0 16px 40px #0a0f1d1f}.onboardingPreview-module__FLTzia__banner_content{justify-content:space-between;align-items:center;gap:1.75rem;display:flex}.onboardingPreview-module__FLTzia__banner_text{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.onboardingPreview-module__FLTzia__banner_icon_wrap{background:var(--accent-orange,#ff4d00);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.45rem;display:flex;box-shadow:0 4px 12px #ff4d004d}.onboardingPreview-module__FLTzia__banner_title_wrap{flex-direction:column;gap:.25rem;min-width:0;display:flex}.onboardingPreview-module__FLTzia__banner_title{font-family:var(--font-plus-jakarta), sans-serif;color:var(--text-primary,#101828);letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:800}.onboardingPreview-module__FLTzia__banner_desc{color:var(--text-secondary,#475569);margin:0;font-size:.84rem;line-height:1.45}.onboardingPreview-module__FLTzia__banner_perk{color:var(--text-primary,#101828);font-weight:700}.onboardingPreview-module__FLTzia__banner_cta{background:var(--accent-blue,#1d4ed8);color:#fff;border-radius:var(--radius-md,12px);font-family:var(--font-plus-jakarta), sans-serif;cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;align-items:center;gap:.5rem;padding:.9rem 1.6rem;font-size:.95rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #1d4ed847}.onboardingPreview-module__FLTzia__banner_cta:hover{background:var(--accent-blue-hover,#1e40af);transform:translateY(-1px);box-shadow:0 6px 20px #1d4ed866}@media (max-width:768px){.onboardingPreview-module__FLTzia__fixed_preview_header{padding:.65rem 1rem}.onboardingPreview-module__FLTzia__fixed_preview_header_inner{text-align:center;flex-direction:column;align-items:center;gap:.35rem}.onboardingPreview-module__FLTzia__fixed_preview_subtitle{text-align:center;font-size:.8rem;line-height:1.35}.onboardingPreview-module__FLTzia__preview_container{padding-top:80px;padding-bottom:230px}.onboardingPreview-module__FLTzia__signup_banner{border-radius:var(--radius-md,14px);padding:1.15rem 1rem 1rem;bottom:.75rem;left:.75rem;right:.75rem}.onboardingPreview-module__FLTzia__banner_content{text-align:center;flex-direction:column;align-items:center;gap:.85rem}.onboardingPreview-module__FLTzia__banner_text{text-align:center;flex-direction:column;align-items:center;gap:.6rem;width:100%}.onboardingPreview-module__FLTzia__banner_icon_wrap{border-radius:10px;width:42px;height:42px;font-size:1.3rem}.onboardingPreview-module__FLTzia__banner_title_wrap{text-align:center;align-items:center;gap:.25rem}.onboardingPreview-module__FLTzia__banner_title{text-align:center;justify-content:center;font-size:1.02rem}.onboardingPreview-module__FLTzia__banner_desc{text-align:center;font-size:.8rem;line-height:1.4}.onboardingPreview-module__FLTzia__banner_cta{justify-content:center;width:100%;padding:.85rem 1.25rem;font-size:.92rem}}
.storefront_v2-module__2Qwvua__storefront_v2{color:#111827;background:#fff;flex-direction:column;width:100%;min-height:auto;padding-bottom:0;font-family:inherit;display:flex;position:relative;overflow-x:clip}.storefront_v2-module__2Qwvua__storefront_v2,.storefront_v2-module__2Qwvua__storefront_v2 *,.storefront_v2-module__2Qwvua__storefront_v2 button,.storefront_v2-module__2Qwvua__storefront_v2 input,.storefront_v2-module__2Qwvua__storefront_v2 select,.storefront_v2-module__2Qwvua__storefront_v2 textarea{font-family:inherit}body.v2-body{background:#fff!important}body.v2-body:before{display:none!important}.storefront_v2-module__2Qwvua__hero_section{align-items:flex-end;width:100%;height:50vh;min-height:360px;max-height:480px;display:flex;position:relative;overflow:hidden}.storefront_v2-module__2Qwvua__hero_image_container{width:100%;height:100%;position:absolute;inset:0}.storefront_v2-module__2Qwvua__hero_image{object-fit:cover;object-position:center center;width:100%;height:100%}.storefront_v2-module__2Qwvua__hero_overlay{z-index:1;pointer-events:none;background:linear-gradient(#fff0 0%,#ffffff0d 30%,#fff6 60%,#ffffffe6 85%,#fff 100%);position:absolute;inset:-1px -1px -3px}.storefront_v2-module__2Qwvua__header_content{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:100%;padding:0 1.25rem .4rem;display:flex;position:relative}.storefront_v2-module__2Qwvua__creator_title_row{justify-content:center;align-items:center;gap:.35rem;display:inline-flex}.storefront_v2-module__2Qwvua__creator_name{letter-spacing:-.01em;color:#000;text-shadow:0 1px 8px #ffffffe6;margin:0;font-size:1.2rem;font-weight:700;line-height:1.2}.storefront_v2-module__2Qwvua__social_icons{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:flex}.storefront_v2-module__2Qwvua__social_icon_link{color:var(--theme-primary,#111827);opacity:.9;filter:drop-shadow(0 1px 3px #fffc);justify-content:center;align-items:center;font-size:1.25rem;text-decoration:none;transition:transform .2s,opacity .2s,color .2s;display:inline-flex}.storefront_v2-module__2Qwvua__social_icon_link:hover{color:var(--brand-color,var(--theme-primary,#000));opacity:1;transform:translateY(-2px)scale(1.1)}.storefront_v2-module__2Qwvua__content_wrapper{z-index:20;flex-direction:column;gap:.75rem;width:100%;max-width:520px;margin:-1px auto 0;padding:0 1.15rem 1.5rem;display:flex;position:relative}.storefront_v2-module__2Qwvua__card_base{background:#fff;border:1px solid #00000014;border-radius:20px;padding:1.25rem 1.35rem;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:0 4px 16px #00000008}.storefront_v2-module__2Qwvua__card_base:hover{border-color:#00000029;box-shadow:0 6px 24px #0000000f}.storefront_v2-module__2Qwvua__product_card{flex-direction:column;gap:.9rem;display:flex}.storefront_v2-module__2Qwvua__product_main{gap:.95rem;display:flex}.storefront_v2-module__2Qwvua__product_img_wrap{background:#f3f4f6;border-radius:12px;flex-shrink:0;width:88px;height:114px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.storefront_v2-module__2Qwvua__product_img{object-fit:cover;width:100%;height:100%}.storefront_v2-module__2Qwvua__product_info{flex-direction:column;flex:1;justify-content:center;display:flex}.storefront_v2-module__2Qwvua__product_title{color:#111827;margin:0 0 .3rem;font-size:1.05rem;font-weight:700;line-height:1.35}.storefront_v2-module__2Qwvua__product_desc{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.storefront_v2-module__2Qwvua__cta_button{background:var(--theme-primary,#000);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:.92rem;font-weight:800;transition:all .2s;display:flex}.storefront_v2-module__2Qwvua__cta_button:hover{background:var(--theme-primary-hover,#222);transform:scale(1.01)}.storefront_v2-module__2Qwvua__intro_card{text-align:left;flex-direction:column;gap:.4rem;display:flex}.storefront_v2-module__2Qwvua__intro_headline{color:#111827;letter-spacing:-.015em;margin:0;font-size:1.12rem;font-weight:800;line-height:1.35}.storefront_v2-module__2Qwvua__intro_bio{color:#4b5563;margin:0;font-size:.88rem;line-height:1.55}.storefront_v2-module__2Qwvua__links_section{flex-direction:column;gap:.45rem;display:flex}.storefront_v2-module__2Qwvua__links_list{flex-direction:column;gap:.6rem;display:flex}.storefront_v2-module__2Qwvua__affiliate_link_card{color:inherit;border-radius:18px;align-items:center;gap:.95rem;padding:.9rem 1.15rem;text-decoration:none;display:flex}.storefront_v2-module__2Qwvua__link_icon_circle{background:var(--theme-primary-subtle,#f3f4f6);width:40px;height:40px;color:var(--theme-primary,#111827);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.storefront_v2-module__2Qwvua__link_text{color:#111827;font-size:.95rem;font-weight:700}.storefront_v2-module__2Qwvua__section_title{color:#111827;margin:.5rem 0 .15rem;padding-left:.25rem;font-size:1.15rem;font-weight:800}.storefront_v2-module__2Qwvua__section_title i{color:var(--theme-primary,#111827);margin-right:6px}.storefront_v2-module__2Qwvua__benefits_grid{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.storefront_v2-module__2Qwvua__benefit_item{color:#374151;align-items:center;gap:10px;font-size:.9rem;display:flex}.storefront_v2-module__2Qwvua__benefit_item i{color:var(--theme-primary,#10b981);font-size:1.15rem}.storefront_v2-module__2Qwvua__faq_list{flex-direction:column;gap:.85rem;margin-top:.5rem;display:flex}.storefront_v2-module__2Qwvua__faq_item h5{color:#111827;margin:0 0 .35rem;font-size:.95rem;font-weight:700}.storefront_v2-module__2Qwvua__faq_item p{color:#6b7280;margin:0;font-size:.86rem;line-height:1.5}.storefront_v2-module__2Qwvua__modal_overlay{-webkit-backdrop-filter:blur(12px);z-index:999999!important;box-sizing:border-box!important;background:#000000a6!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;padding:1rem!important;display:flex!important;position:fixed!important;inset:0!important}.storefront_v2-module__2Qwvua__modal_content{color:#111827;background:#fff;border:1px solid #0000001a;border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;max-width:420px;max-height:calc(100dvh - 2rem);margin:auto;padding:2.5rem 2rem;display:flex;overflow-y:auto;box-shadow:0 20px 50px #00000026}.storefront_v2-module__2Qwvua__modal_title{color:#111827;letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:800}.storefront_v2-module__2Qwvua__modal_desc{color:#6b7280;margin:0;font-size:.95rem;line-height:1.5}.storefront_v2-module__2Qwvua__modal_input{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.storefront_v2-module__2Qwvua__modal_input:focus{border-color:var(--theme-c-500,#000);background:#fff;outline:none}.storefront_v2-module__2Qwvua__modal_checkbox_row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.storefront_v2-module__2Qwvua__modal_checkbox{cursor:pointer;accent-color:var(--theme-c-500,#000);margin-top:.25rem}.storefront_v2-module__2Qwvua__modal_checkbox_text{color:#6b7280;font-size:.85rem;line-height:1.4}.storefront_v2-module__2Qwvua__modal_message{margin:0;font-size:.85rem;font-weight:600}.storefront_v2-module__2Qwvua__modal_btn_cancel{color:#4b5563;cursor:pointer;text-align:center;background:0 0;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:.85rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s}.storefront_v2-module__2Qwvua__modal_btn_cancel:hover{color:#111827;border-color:#9ca3af}.storefront_v2-module__2Qwvua__modal_btn_submit{background:var(--theme-c-700,#000);color:var(--theme-c-50,#fff);cursor:pointer;text-align:center;border:none;border-radius:12px;flex:2;padding:.85rem 1.25rem;font-size:.95rem;font-weight:800;transition:all .2s}.storefront_v2-module__2Qwvua__modal_btn_submit:hover:not(:disabled){background:var(--theme-c-800,#222);transform:translateY(-1px)}.storefront_v2-module__2Qwvua__modal_btn_submit:disabled{opacity:.5;cursor:not-allowed}.storefront_v2-module__2Qwvua__floating_cta_bar{-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #00000014;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;max-width:400px;padding:6px 12px;text-decoration:none;transition:background .25s,border-color .25s,box-shadow .25s;animation:4.5s ease-in-out infinite storefront_v2-module__2Qwvua__ctaShake;display:flex;box-shadow:0 8px 24px #0000001f,inset 0 1px #fffc;z-index:99999!important;color:#000!important;width:calc(100% - 32px)!important;position:fixed!important;bottom:16px!important;left:50%!important;transform:translate(-50%)!important}.storefront_v2-module__2Qwvua__floating_cta_bar:hover{background:#fffffffa;border-color:#00000029;animation-play-state:paused;transform:translate(-50%)translateY(-1px);box-shadow:0 10px 28px #00000029}.storefront_v2-module__2Qwvua__floating_cta_bar:active{transform:translate(-50%)translateY(0)}@keyframes storefront_v2-module__2Qwvua__ctaShake{0%,72%,to{transform:translate(-50%)rotate(0)}74%{transform:translate(-50%)translateY(-2px)rotate(-1.5deg)scale(1.02)}77%{transform:translate(-50%)translateY(-1px)rotate(1.5deg)scale(1.02)}80%{transform:translate(-50%)translateY(-2px)rotate(-1deg)scale(1.01)}83%{transform:translate(-50%)translateY(0)rotate(1deg)scale(1.01)}86%{transform:translate(-50%)translateY(0)rotate(0)scale(1)}}.storefront_v2-module__2Qwvua__cta_bar_left{flex-shrink:0;align-items:center;gap:8px;display:flex}.storefront_v2-module__2Qwvua__cta_bar_logo{object-fit:contain;border-radius:6px;flex-shrink:0;width:24px;height:24px;padding:0;display:block}.storefront_v2-module__2Qwvua__cta_bar_brand{color:#000;letter-spacing:-.01em;font-size:.88rem;font-weight:700}.storefront_v2-module__2Qwvua__cta_bar_right{white-space:nowrap;background:#000;border:1px solid #00000026;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:5px 10px;font-size:.76rem;font-weight:600;transition:background .2s;display:inline-flex;color:#fff!important}.storefront_v2-module__2Qwvua__floating_cta_bar:hover .storefront_v2-module__2Qwvua__cta_bar_right{background:#222}.storefront_v2-module__2Qwvua__newsletter_card{background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;gap:.9rem;padding:1.4rem;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.storefront_v2-module__2Qwvua__newsletter_card:hover{border-color:#00000026;box-shadow:0 8px 28px #00000012}.storefront_v2-module__2Qwvua__newsletter_header{align-items:flex-start;gap:.85rem;display:flex}.storefront_v2-module__2Qwvua__newsletter_icon_wrap{color:#0f172a;background:#f1f5f9;border:1px solid #0000000f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.storefront_v2-module__2Qwvua__newsletter_text{flex:1;min-width:0}.storefront_v2-module__2Qwvua__newsletter_title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .25rem;font-family:inherit;font-size:1.05rem;font-weight:800;line-height:1.3}.storefront_v2-module__2Qwvua__newsletter_desc{color:#64748b;margin:0;font-family:inherit;font-size:.84rem;line-height:1.45}.storefront_v2-module__2Qwvua__newsletter_form{flex-direction:column;gap:.65rem;width:100%;display:flex}.storefront_v2-module__2Qwvua__newsletter_input_wrap{align-items:center;width:100%;display:flex;position:relative}.storefront_v2-module__2Qwvua__newsletter_input_icon{color:#94a3b8;pointer-events:none;font-size:1.05rem;position:absolute;left:.95rem}.storefront_v2-module__2Qwvua__newsletter_input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.78rem .95rem .78rem 2.6rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .15s}.storefront_v2-module__2Qwvua__newsletter_input:focus{background:#fff;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.storefront_v2-module__2Qwvua__newsletter_btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0f172a;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.78rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 3px 10px #0f172a2e}.storefront_v2-module__2Qwvua__newsletter_btn:hover:not(:disabled){background:#1e293b;transform:translateY(-1px)}.storefront_v2-module__2Qwvua__newsletter_btn:disabled{opacity:.65;cursor:not-allowed}.storefront_v2-module__2Qwvua__newsletter_success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;font-weight:700;display:flex}.storefront_v2-module__2Qwvua__newsletter_success i{color:#059669;font-size:1.15rem}.storefront_v2-module__2Qwvua__newsletter_error{color:#dc2626;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.78rem;font-weight:600;display:flex}@media (max-width:480px){.storefront_v2-module__2Qwvua__creator_name{font-size:1.25rem}.storefront_v2-module__2Qwvua__floating_cta_bar{border-radius:10px;gap:8px;max-width:420px;padding:6px 10px;z-index:99999!important;width:calc(100% - 24px)!important;position:fixed!important;bottom:12px!important;left:50%!important;transform:translate(-50%)!important}.storefront_v2-module__2Qwvua__cta_bar_logo{object-fit:contain;width:22px;height:22px;padding:0}.storefront_v2-module__2Qwvua__cta_bar_brand{font-size:.78rem}.storefront_v2-module__2Qwvua__cta_bar_right{border-radius:6px;gap:3px;padding:4px 8px;font-size:.72rem}}
.mobileMockup-module__6NiVoG__mockup_wrapper{background:0 0;justify-content:center;align-items:center;width:100%;margin:0;padding:0;display:flex}.mobileMockup-module__6NiVoG__compact_wrapper{background-color:#0000!important;min-height:auto!important;padding:0!important}@media (min-width:768px){.mobileMockup-module__6NiVoG__iphone_device{flex-shrink:0;margin:0 auto;background:#000!important;border:12px solid #232328!important;border-radius:44px!important;width:375px!important;height:860px!important;max-height:90vh!important;position:relative!important;overflow:hidden!important;box-shadow:0 0 0 2px #383840,0 20px 50px #00000073!important}.mobileMockup-module__6NiVoG__notch{z-index:9999;pointer-events:none;background:#232328;border-bottom-right-radius:18px;border-bottom-left-radius:18px;width:110px;height:26px;position:absolute;top:0;left:50%;transform:translate(-50%);display:block!important}.mobileMockup-module__6NiVoG__screen_content{position:relative;scrollbar-width:none!important;-ms-overflow-style:none!important;width:100%!important;height:100%!important;max-height:100%!important;overflow-y:auto!important}.mobileMockup-module__6NiVoG__screen_content::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}@media (max-width:767px){.mobileMockup-module__6NiVoG__mockup_wrapper{min-height:auto;box-sizing:border-box!important;filter:none!important;perspective:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important;overflow-x:hidden!important;transform:none!important}.mobileMockup-module__6NiVoG__iphone_device{width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;box-shadow:none!important;box-sizing:border-box!important;filter:none!important;perspective:none!important;contain:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important;overflow:hidden visible!important;transform:none!important}.mobileMockup-module__6NiVoG__screen_content{box-sizing:border-box!important;filter:none!important;perspective:none!important;contain:none!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden visible!important;transform:none!important}.mobileMockup-module__6NiVoG__notch{display:none!important}}
.storefront_v3-module__-gDAFq__storefront_v3{color:#fff;background:#000;flex-direction:column;width:100%;min-height:auto;padding-bottom:0;font-family:inherit;display:flex;position:relative;overflow-x:clip}.storefront_v3-module__-gDAFq__storefront_v3,.storefront_v3-module__-gDAFq__storefront_v3 *,.storefront_v3-module__-gDAFq__storefront_v3 button,.storefront_v3-module__-gDAFq__storefront_v3 input,.storefront_v3-module__-gDAFq__storefront_v3 select,.storefront_v3-module__-gDAFq__storefront_v3 textarea{font-family:inherit}body.v3-body{background:#000!important}body.v3-body:before{display:none!important}.storefront_v3-module__-gDAFq__hero_section{align-items:flex-end;width:100%;height:50vh;min-height:360px;max-height:480px;display:flex;position:relative;overflow:hidden}.storefront_v3-module__-gDAFq__hero_image_container{width:100%;height:100%;position:absolute;inset:0}.storefront_v3-module__-gDAFq__hero_image{object-fit:cover;object-position:center center;width:100%;height:100%}.storefront_v3-module__-gDAFq__hero_overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0000000d 30%,#00000059 60%,#000000d9 85%,#000 100%);position:absolute;inset:-1px -1px -3px}.storefront_v3-module__-gDAFq__header_content{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:.35rem;width:100%;padding:0 1.25rem .4rem;display:flex;position:relative}.storefront_v3-module__-gDAFq__creator_title_row{justify-content:center;align-items:center;gap:.35rem;display:inline-flex}.storefront_v3-module__-gDAFq__creator_name{letter-spacing:-.01em;color:#fff;text-shadow:0 2px 12px #000c;margin:0;font-size:1.2rem;font-weight:700;line-height:1.2}.storefront_v3-module__-gDAFq__social_icons{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:flex}.storefront_v3-module__-gDAFq__social_icon_link{color:var(--theme-primary,#fff);opacity:.95;filter:drop-shadow(0 2px 6px #000000b3);justify-content:center;align-items:center;font-size:1.25rem;text-decoration:none;transition:transform .2s,opacity .2s,color .2s;display:inline-flex}.storefront_v3-module__-gDAFq__social_icon_link:hover{color:var(--brand-color,var(--theme-primary,#fff));opacity:1;transform:translateY(-2px)scale(1.1)}.storefront_v3-module__-gDAFq__content_wrapper{z-index:20;flex-direction:column;gap:.75rem;width:100%;max-width:520px;margin:-1px auto 0;padding:0 1.15rem 1.5rem;display:flex;position:relative}.storefront_v3-module__-gDAFq__card_base{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:1.25rem 1.35rem;transition:transform .2s,border-color .2s}.storefront_v3-module__-gDAFq__card_base:hover{border-color:#fff3}.storefront_v3-module__-gDAFq__product_card{flex-direction:column;gap:.9rem;display:flex}.storefront_v3-module__-gDAFq__product_main{gap:.95rem;display:flex}.storefront_v3-module__-gDAFq__product_img_wrap{background:#111;border-radius:12px;flex-shrink:0;width:88px;height:114px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.storefront_v3-module__-gDAFq__product_img{object-fit:cover;width:100%;height:100%}.storefront_v3-module__-gDAFq__product_info{flex-direction:column;flex:1;justify-content:center;display:flex}.storefront_v3-module__-gDAFq__product_title{color:#fff;margin:0 0 .3rem;font-size:1.05rem;font-weight:700;line-height:1.35}.storefront_v3-module__-gDAFq__product_desc{color:#ffffff80;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.storefront_v3-module__-gDAFq__cta_button{background:var(--theme-primary,#fff);color:#000;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:.92rem;font-weight:800;transition:all .2s;display:flex}.storefront_v3-module__-gDAFq__cta_button:hover{background:var(--theme-primary-light,#f0f0f0);transform:scale(1.01)}.storefront_v3-module__-gDAFq__intro_card{text-align:left;flex-direction:column;gap:.4rem;display:flex}.storefront_v3-module__-gDAFq__intro_headline{color:#fff;letter-spacing:-.015em;margin:0;font-size:1.12rem;font-weight:800;line-height:1.35}.storefront_v3-module__-gDAFq__intro_bio{color:#ffffffb3;margin:0;font-size:.88rem;line-height:1.55}.storefront_v3-module__-gDAFq__links_section{flex-direction:column;gap:.45rem;display:flex}.storefront_v3-module__-gDAFq__links_list{flex-direction:column;gap:.6rem;display:flex}.storefront_v3-module__-gDAFq__affiliate_link_card{color:inherit;border-radius:18px;align-items:center;gap:.95rem;padding:.9rem 1.15rem;text-decoration:none;display:flex}.storefront_v3-module__-gDAFq__link_icon_circle{background:var(--theme-c-800,#ffffff1a);width:40px;height:40px;color:var(--theme-primary,#fff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.storefront_v3-module__-gDAFq__link_text{font-size:.95rem;font-weight:700}.storefront_v3-module__-gDAFq__section_title{margin:.5rem 0 .15rem;padding-left:.25rem;font-size:1.15rem;font-weight:800}.storefront_v3-module__-gDAFq__section_title i{color:var(--theme-primary,#fff);margin-right:6px}.storefront_v3-module__-gDAFq__benefits_grid{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.storefront_v3-module__-gDAFq__benefit_item{color:#fffc;align-items:center;gap:10px;font-size:.9rem;display:flex}.storefront_v3-module__-gDAFq__benefit_item i{color:var(--theme-primary,#fff);font-size:1.15rem}.storefront_v3-module__-gDAFq__faq_list{flex-direction:column;gap:.85rem;margin-top:.5rem;display:flex}.storefront_v3-module__-gDAFq__faq_item h5{color:#fff;margin:0 0 .35rem;font-size:.95rem;font-weight:700}.storefront_v3-module__-gDAFq__faq_item p{color:#ffffff80;margin:0;font-size:.86rem;line-height:1.5}.storefront_v3-module__-gDAFq__modal_overlay{-webkit-backdrop-filter:blur(12px);z-index:999999!important;box-sizing:border-box!important;background:#000000d9!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;padding:1rem!important;display:flex!important;position:fixed!important;inset:0!important}.storefront_v3-module__-gDAFq__modal_content{color:#fff;background:#0a0a0a;border:1px solid #ffffff26;border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;max-width:420px;max-height:calc(100dvh - 2rem);margin:auto;padding:2.5rem 2rem;display:flex;overflow-y:auto;box-shadow:0 20px 50px #000000b3}.storefront_v3-module__-gDAFq__modal_title{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:800}.storefront_v3-module__-gDAFq__modal_desc{color:#fff9;margin:0;font-size:.95rem;line-height:1.5}.storefront_v3-module__-gDAFq__modal_input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.storefront_v3-module__-gDAFq__modal_input:focus{border-color:var(--theme-c-500,#fff);background:#ffffff14;outline:none}.storefront_v3-module__-gDAFq__modal_checkbox_row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.storefront_v3-module__-gDAFq__modal_checkbox{cursor:pointer;accent-color:var(--theme-c-500,#fff);margin-top:.25rem}.storefront_v3-module__-gDAFq__modal_checkbox_text{color:#ffffff80;font-size:.85rem;line-height:1.4}.storefront_v3-module__-gDAFq__modal_message{margin:0;font-size:.85rem;font-weight:600}.storefront_v3-module__-gDAFq__modal_message_success{color:#4ade80}.storefront_v3-module__-gDAFq__modal_message_error{color:#f87171}.storefront_v3-module__-gDAFq__modal_actions{gap:.75rem;margin-top:.5rem;display:flex}.storefront_v3-module__-gDAFq__modal_btn_cancel{color:#ffffffbf;cursor:pointer;text-align:center;background:0 0;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:.85rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s}.storefront_v3-module__-gDAFq__modal_btn_cancel:hover{color:#fff;border-color:#ffffff4d}.storefront_v3-module__-gDAFq__modal_btn_submit{background:var(--theme-c-700,#fff);color:var(--theme-c-50,#000);cursor:pointer;text-align:center;border:none;border-radius:12px;flex:2;padding:.85rem 1.25rem;font-size:.95rem;font-weight:800;transition:all .2s}.storefront_v3-module__-gDAFq__modal_btn_submit:hover:not(:disabled){background:var(--theme-c-800,#f0f0f0);transform:translateY(-1px)}.storefront_v3-module__-gDAFq__modal_btn_submit:disabled{opacity:.5;cursor:not-allowed}.storefront_v3-module__-gDAFq__floating_cta_bar{-webkit-backdrop-filter:blur(12px);background:#121212d9;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;max-width:400px;padding:6px 12px;text-decoration:none;transition:background .25s,border-color .25s,box-shadow .25s;animation:4.5s ease-in-out infinite storefront_v3-module__-gDAFq__ctaShake;display:flex;box-shadow:0 8px 24px #0000004d,inset 0 1px #ffffff0d;z-index:99999!important;color:#fff!important;width:calc(100% - 32px)!important;position:fixed!important;bottom:16px!important;left:50%!important;transform:translate(-50%)!important}.storefront_v3-module__-gDAFq__floating_cta_bar:hover{background:#121212f2;border-color:#ffffff26;animation-play-state:paused;transform:translate(-50%)translateY(-1px);box-shadow:0 10px 28px #0006}.storefront_v3-module__-gDAFq__floating_cta_bar:active{transform:translate(-50%)translateY(0)}@keyframes storefront_v3-module__-gDAFq__ctaShake{0%,72%,to{transform:translate(-50%)rotate(0)}74%{transform:translate(-50%)translateY(-2px)rotate(-1.5deg)scale(1.02)}77%{transform:translate(-50%)translateY(-1px)rotate(1.5deg)scale(1.02)}80%{transform:translate(-50%)translateY(-2px)rotate(-1deg)scale(1.01)}83%{transform:translate(-50%)translateY(0)rotate(1deg)scale(1.01)}86%{transform:translate(-50%)translateY(0)rotate(0)scale(1)}}.storefront_v3-module__-gDAFq__cta_bar_left{flex-shrink:0;align-items:center;gap:8px;display:flex}.storefront_v3-module__-gDAFq__cta_bar_logo{object-fit:contain;border-radius:6px;flex-shrink:0;width:24px;height:24px;padding:0;display:block}.storefront_v3-module__-gDAFq__cta_bar_brand{color:#fff;letter-spacing:-.01em;font-size:.88rem;font-weight:700}.storefront_v3-module__-gDAFq__cta_bar_right{white-space:nowrap;background:#fff;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:5px 10px;font-size:.76rem;font-weight:600;transition:background .2s;display:inline-flex;color:#000!important}.storefront_v3-module__-gDAFq__floating_cta_bar:hover .storefront_v3-module__-gDAFq__cta_bar_right{background:#e2e8f0}.storefront_v3-module__-gDAFq__newsletter_card{-webkit-backdrop-filter:blur(16px);background:#ffffff09;border:1px solid #ffffff17;border-radius:20px;flex-direction:column;gap:.9rem;padding:1.4rem;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000059}.storefront_v3-module__-gDAFq__newsletter_card:hover{border-color:var(--theme-primary,#00e5ff59);box-shadow:0 10px 36px var(--theme-c-900,#00e5ff1f)}.storefront_v3-module__-gDAFq__newsletter_header{align-items:flex-start;gap:.85rem;display:flex}.storefront_v3-module__-gDAFq__newsletter_icon_wrap{background:var(--theme-c-900,#00e5ff1a);width:40px;height:40px;color:var(--theme-primary,#00e5ff);border:1px solid var(--theme-c-700,#00e5ff33);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.storefront_v3-module__-gDAFq__newsletter_text{flex:1;min-width:0}.storefront_v3-module__-gDAFq__newsletter_title{color:#fff;letter-spacing:-.02em;margin:0 0 .25rem;font-family:inherit;font-size:1.05rem;font-weight:800;line-height:1.3}.storefront_v3-module__-gDAFq__newsletter_desc{color:#ffffffa6;margin:0;font-family:inherit;font-size:.84rem;line-height:1.45}.storefront_v3-module__-gDAFq__newsletter_form{flex-direction:column;gap:.65rem;width:100%;display:flex}.storefront_v3-module__-gDAFq__newsletter_input_wrap{align-items:center;width:100%;display:flex;position:relative}.storefront_v3-module__-gDAFq__newsletter_input_icon{color:#ffffff73;pointer-events:none;font-size:1.05rem;position:absolute;left:.95rem}.storefront_v3-module__-gDAFq__newsletter_input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:.78rem .95rem .78rem 2.6rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .15s}.storefront_v3-module__-gDAFq__newsletter_input:focus{border-color:var(--theme-primary,#00e5ff);box-shadow:0 0 0 3px var(--theme-c-900,#00e5ff26);background:#ffffff14}.storefront_v3-module__-gDAFq__newsletter_btn{background:var(--theme-primary,#00e5ff);color:#000;cursor:pointer;white-space:nowrap;width:100%;box-shadow:0 3px 14px var(--theme-c-900,#00e5ff4d);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;padding:.78rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:800;transition:all .15s;display:inline-flex}.storefront_v3-module__-gDAFq__newsletter_btn:hover:not(:disabled){box-shadow:0 4px 18px var(--theme-c-900,#00e5ff73);transform:translateY(-1px)}.storefront_v3-module__-gDAFq__newsletter_btn:disabled{opacity:.65;cursor:not-allowed}.storefront_v3-module__-gDAFq__newsletter_success{color:#34d399;background:#10b9811f;border:1px solid #10b9814d;border-radius:12px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;font-weight:700;display:flex}.storefront_v3-module__-gDAFq__newsletter_success i{color:#10b981;font-size:1.15rem}.storefront_v3-module__-gDAFq__newsletter_error{color:#f87171;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.78rem;font-weight:600;display:flex}@media (max-width:480px){.storefront_v3-module__-gDAFq__creator_name{font-size:1.85rem}.storefront_v3-module__-gDAFq__profile_image_container{width:100px;height:100px}.storefront_v3-module__-gDAFq__floating_cta_bar{border-radius:10px;gap:8px;max-width:420px;padding:6px 10px;z-index:99999!important;width:calc(100% - 24px)!important;position:fixed!important;bottom:12px!important;left:50%!important;transform:translate(-50%)!important}.storefront_v3-module__-gDAFq__cta_bar_logo{object-fit:contain;width:22px;height:22px;padding:0}.storefront_v3-module__-gDAFq__cta_bar_brand{font-size:.78rem}.storefront_v3-module__-gDAFq__cta_bar_right{border-radius:6px;gap:3px;padding:4px 8px;font-size:.72rem}}
.product_page-module__tv2MdW__product_page{color:#111827;width:100%;min-height:100%;font-family:var(--storefront-font,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);box-sizing:border-box;background:#fff;flex-direction:column;padding-bottom:.5rem;display:flex;position:relative}.product_page-module__tv2MdW__product_page_classic{color:#111827;background:#faf8f5}.product_page-module__tv2MdW__product_page_v2{color:#111827;background:#fff}.product_page-module__tv2MdW__product_page_v3{color:#fff;background:#000}.product_page-module__tv2MdW__top_nav{z-index:40;-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:.85rem 1.15rem;display:flex;position:sticky;top:0}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__top_nav{background:#faf8f5eb;border-bottom:1px solid #e2dcd5}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__top_nav{background:#0a0a0ae0;border-bottom:1px solid #ffffff1a}.product_page-module__tv2MdW__back_button{color:var(--theme-primary,#111827);background:#0000000d;border-radius:9999px;align-items:center;gap:.25rem;padding:.4rem .75rem .4rem .45rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__back_button{color:var(--theme-primary,#1d4ed8);background:#1d4ed814}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__back_button{color:var(--theme-primary,#fff);background:#ffffff1a}.product_page-module__tv2MdW__back_button:hover{opacity:.9;transform:translate(-2px)}.product_page-module__tv2MdW__creator_pill{color:#101828;background:#fff;border:1px solid #00000014;border-radius:9999px;align-items:center;gap:.45rem;padding:.28rem .7rem .28rem .35rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 1px 4px #0000000a}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__creator_pill{color:#fff;background:#161616;border-color:#ffffff1f}.product_page-module__tv2MdW__creator_avatar{object-fit:cover;border-radius:50%;width:24px;height:24px}.product_page-module__tv2MdW__creator_name{letter-spacing:-.01em}.product_page-module__tv2MdW__product_content{box-sizing:border-box;flex-direction:column;gap:.85rem;width:100%;max-width:520px;margin:0 auto;padding:1rem 1.15rem 3.5rem;display:flex}.product_page-module__tv2MdW__card{box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:20px;padding:1.25rem 1.35rem;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000008}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__card{background:#fff;border:1px solid #e2dcd5;box-shadow:0 4px 20px #0000000a}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__card{color:#fff;background:#111;border:1px solid #ffffff1a;box-shadow:0 4px 20px #0006}.product_page-module__tv2MdW__cover_container{background:0 0;border-radius:14px;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:180px;max-height:320px;margin-bottom:1.15rem;display:flex;position:relative;overflow:hidden}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__cover_container{background:0 0}.product_page-module__tv2MdW__cover_img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:auto;max-height:320px;box-shadow:0 8px 24px #0000002e}.product_page-module__tv2MdW__cover_placeholder{color:#94a3b8;justify-content:center;align-items:center;font-size:3rem;display:flex}.product_page-module__tv2MdW__discount_badge{color:#fff;letter-spacing:.02em;z-index:5;background:#ea580c;border-radius:7px;padding:.25rem .6rem;font-size:.72rem;font-weight:850;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #ea580c59}.product_page-module__tv2MdW__header_details{flex-direction:column;gap:.5rem;min-width:0;display:flex}.product_page-module__tv2MdW__product_title{color:#111827;letter-spacing:-.015em;word-break:break-word;overflow-wrap:break-word;margin:0;font-size:1.35rem;font-weight:800;line-height:1.25}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__product_title{color:#fff}.product_page-module__tv2MdW__product_subtitle{color:#6b7280;word-break:break-word;overflow-wrap:break-word;margin:0;font-size:.9rem;line-height:1.45}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__product_subtitle{color:#fff9}.product_page-module__tv2MdW__inline_buy_btn{background:var(--theme-primary,#000);color:#fff;cursor:pointer;box-sizing:border-box;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:800;transition:transform .15s,opacity .15s;display:flex;box-shadow:0 2px 10px #00000026}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__inline_buy_btn{background:var(--theme-primary,#1d4ed8);box-shadow:0 2px 10px #1d4ed840}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__inline_buy_btn{background:var(--theme-primary,#fff);color:#000;box-shadow:0 2px 12px #fff3}.product_page-module__tv2MdW__inline_buy_btn:hover{opacity:.95;transform:scale(1.01)}.product_page-module__tv2MdW__inline_buy_btn:active{transform:scale(.99)}.product_page-module__tv2MdW__price_container{padding-top:.2rem}.product_page-module__tv2MdW__price_row{flex-wrap:wrap;align-items:baseline;gap:.55rem;display:flex}.product_page-module__tv2MdW__current_price{color:var(--theme-primary,#111827);letter-spacing:-.02em;font-size:1.5rem;font-weight:850;line-height:1}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__current_price{color:var(--theme-primary,#1d4ed8)}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__current_price{color:var(--theme-primary,#fff)}.product_page-module__tv2MdW__original_price{color:#94a3b8;font-size:.95rem;font-weight:600;text-decoration:line-through}.product_page-module__tv2MdW__limited_tag{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:.25rem;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-flex}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__limited_tag{color:#f87171;background:#dc262633;border-color:#dc262666}.product_page-module__tv2MdW__section_title{color:#111827;letter-spacing:-.01em;align-items:center;gap:.45rem;margin:0 0 .75rem;font-size:1.05rem;font-weight:800;display:flex}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__section_title{color:#0f172a}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__section_title{color:#fff}.product_page-module__tv2MdW__section_title i{color:var(--theme-primary,#111827)}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__section_title i{color:var(--theme-primary,#1d4ed8)}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__section_title i{color:var(--theme-primary,#fff)}.product_page-module__tv2MdW__description_text{color:#4b5563;white-space:pre-line;margin:0;font-size:.9rem;line-height:1.6}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__description_text{color:#ffffffb3}.product_page-module__tv2MdW__benefits_grid{flex-direction:column;gap:.6rem;display:flex}.product_page-module__tv2MdW__benefit_item{color:#374151;align-items:flex-start;gap:.65rem;font-size:.88rem;line-height:1.45;display:flex}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__benefit_item{color:#ffffffd9}.product_page-module__tv2MdW__benefit_item i{color:#16a34a;flex-shrink:0;margin-top:1px;font-size:1.1rem}.product_page-module__tv2MdW__faq_list{flex-direction:column;gap:.75rem;display:flex}.product_page-module__tv2MdW__faq_item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem .95rem}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__faq_item{background:#181818;border-color:#ffffff1a}.product_page-module__tv2MdW__faq_q{color:#111827;align-items:flex-start;gap:.35rem;margin:0 0 .3rem;font-size:.9rem;font-weight:750;display:flex}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__faq_q{color:#fff}.product_page-module__tv2MdW__faq_q i{color:var(--theme-primary,#111827);flex-shrink:0;margin-top:1px;font-size:.95rem}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__faq_q i{color:var(--theme-primary,#1d4ed8)}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__faq_q i{color:var(--theme-primary,#fff)}.product_page-module__tv2MdW__faq_a{color:#6b7280;margin:0;padding-left:1.3rem;font-size:.84rem;line-height:1.5}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__faq_a{color:#fff9}.product_page-module__tv2MdW__card_creator{background:#fff;border:1px solid #00000014;border-radius:18px;align-items:center;gap:.85rem;padding:1.1rem 1.2rem;display:flex;box-shadow:0 2px 12px #00000008}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__card_creator{border-color:#e2dcd5}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__card_creator{color:#fff;background:#111;border-color:#ffffff1a}.product_page-module__tv2MdW__creator_footer_avatar{object-fit:cover;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;width:42px;height:42px}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__creator_footer_avatar{border-color:#ffffff26}.product_page-module__tv2MdW__creator_footer_info{flex:1;min-width:0}.product_page-module__tv2MdW__creator_footer_info h4{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:800;overflow:hidden}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__creator_footer_info h4{color:#fff}.product_page-module__tv2MdW__creator_footer_info p{color:#6b7280;margin:.15rem 0 0;font-size:.76rem}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__creator_footer_info p{color:#ffffff80}.product_page-module__tv2MdW__visit_store_btn{color:var(--theme-primary,#111827);background:#0000000d;border-radius:9999px;flex-shrink:0;align-items:center;gap:.25rem;padding:.42rem .75rem;font-size:.78rem;font-weight:750;text-decoration:none;transition:all .15s;display:inline-flex}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__visit_store_btn{color:var(--theme-primary,#1d4ed8);background:#1d4ed814}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__visit_store_btn{color:var(--theme-primary,#fff);background:#ffffff1a}.product_page-module__tv2MdW__visit_store_btn:hover{opacity:.9}.product_page-module__tv2MdW__sticky_bottom_bar{-webkit-backdrop-filter:blur(16px);z-index:999;box-sizing:border-box;background:#fffffff2;border-top:1px solid #00000014;flex-shrink:0;justify-content:space-between;align-items:center;gap:.85rem;width:100%;margin-top:auto;padding:.75rem 1.15rem;display:flex;position:sticky;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0000000a}@media (max-width:767px){.product_page-module__tv2MdW__sticky_bottom_bar{z-index:9999;width:100vw;max-width:100%;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #00000014}}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__sticky_bottom_bar{background:#faf8f5f2;border-top-color:#e2dcd5}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__sticky_bottom_bar{background:#0c0c0cf2;border-top-color:#ffffff1a;box-shadow:0 -4px 20px #0009}.product_page-module__tv2MdW__sticky_price_wrap{flex-direction:column;display:flex}.product_page-module__tv2MdW__sticky_price_label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:600}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__sticky_price_label{color:#ffffff80}.product_page-module__tv2MdW__sticky_price_val{color:#111827;font-size:1.2rem;font-weight:900;line-height:1.1}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__sticky_price_val{color:#fff}.product_page-module__tv2MdW__sticky_buy_btn{background:var(--theme-primary,#000);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.4rem;max-width:200px;padding:.75rem 1.15rem;font-size:.92rem;font-weight:800;transition:transform .15s,opacity .15s;display:flex;box-shadow:0 2px 10px #00000026}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__sticky_buy_btn{background:var(--theme-primary,#1d4ed8);box-shadow:0 2px 10px #1d4ed840}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__sticky_buy_btn{background:var(--theme-primary,#fff);color:#000;box-shadow:0 2px 12px #fff3}.product_page-module__tv2MdW__sticky_buy_btn:hover{transform:scale(1.02)}.product_page-module__tv2MdW__sticky_buy_btn:active{transform:scale(.98)}.product_page-module__tv2MdW__modal_overlay{-webkit-backdrop-filter:blur(8px);z-index:999999!important;box-sizing:border-box!important;background:#0009!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;padding:1rem!important;display:flex!important;position:fixed!important;inset:0!important}.product_page-module__tv2MdW__modal_content{color:#111827;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:440px;max-height:calc(100dvh - 2rem);margin:auto;padding:1.75rem;position:relative;overflow-y:auto;box-shadow:0 20px 40px -10px #0003}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_content{color:#fff;background:#141414;border:1px solid #ffffff26;box-shadow:0 20px 50px #000c}.product_page-module__tv2MdW__modal_title{color:#111827;margin:0 0 .4rem;font-size:1.25rem;font-weight:800}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_title{color:#fff}.product_page-module__tv2MdW__modal_desc{color:#6b7280;margin:0 0 1.25rem;font-size:.88rem;line-height:1.45}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_desc{color:#fff9}.product_page-module__tv2MdW__modal_input{color:#111827;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_input{color:#fff;background:#1f1f1f;border-color:#ffffff26}.product_page-module__tv2MdW__modal_input:focus{border-color:var(--theme-primary,#000);background:#fff;outline:none}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_input:focus{border-color:var(--theme-primary,#fff);background:#252525}.product_page-module__tv2MdW__modal_checkbox_row{cursor:pointer;align-items:flex-start;gap:.6rem;margin-top:.9rem;display:flex}.product_page-module__tv2MdW__modal_checkbox{accent-color:var(--theme-primary,#000);margin-top:3px}.product_page-module__tv2MdW__modal_checkbox_text{color:#6b7280;font-size:.78rem;line-height:1.4}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_checkbox_text{color:#fff9}.product_page-module__tv2MdW__modal_message{margin:.75rem 0 0;font-size:.82rem;font-weight:600}.product_page-module__tv2MdW__modal_message_error{color:#dc2626}.product_page-module__tv2MdW__modal_message_success{color:#16a34a}.product_page-module__tv2MdW__modal_actions{grid-template-columns:1fr 1.5fr;gap:.65rem;margin-top:1.25rem;display:grid}.product_page-module__tv2MdW__modal_btn_cancel{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;font-size:.88rem;font-weight:700}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_btn_cancel{color:#ffffffb3;background:#1c1c1c;border-color:#ffffff1f}.product_page-module__tv2MdW__modal_btn_submit{background:var(--theme-primary,#000);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 1.15rem;font-size:.88rem;font-weight:800}.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__modal_btn_submit{background:var(--theme-primary,#1d4ed8)}.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__modal_btn_submit{background:var(--theme-primary,#fff);color:#000}.product_page-module__tv2MdW__preview_mode{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-height:auto!important;overflow-x:hidden!important}.product_page-module__tv2MdW__preview_mode .product_page-module__tv2MdW__top_nav{box-sizing:border-box;z-index:30;width:100%;max-width:100%;position:sticky;top:0}.product_page-module__tv2MdW__preview_mode .product_page-module__tv2MdW__product_content{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:.75rem .85rem 1.5rem!important}.product_page-module__tv2MdW__preview_mode .product_page-module__tv2MdW__card,.product_page-module__tv2MdW__preview_mode .product_page-module__tv2MdW__card_creator{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.product_page-module__tv2MdW__preview_mode .product_page-module__tv2MdW__sticky_bottom_bar{box-sizing:border-box!important;z-index:10!important;border:1px solid #00000014!important;border-radius:16px!important;width:100%!important;max-width:100%!important;margin-top:.85rem!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}.product_page-module__tv2MdW__preview_mode.product_page-module__tv2MdW__product_page_classic .product_page-module__tv2MdW__sticky_bottom_bar{border:1px solid #e2dcd5!important}.product_page-module__tv2MdW__preview_mode.product_page-module__tv2MdW__product_page_v3 .product_page-module__tv2MdW__sticky_bottom_bar{border:1px solid #ffffff1f!important}@media (max-width:767px){.product_page-module__tv2MdW__product_page{overflow-x:hidden}.product_page-module__tv2MdW__product_content{padding:.75rem .85rem calc(6.5rem + env(safe-area-inset-bottom,0px))}.product_page-module__tv2MdW__card{border-radius:16px;padding:1.15rem 1rem}.product_page-module__tv2MdW__cover_container{max-height:240px}}
.storefront-module__DSRbnW__page_wrapper{color:#0f172a;box-sizing:border-box;background:#faf8f5;flex-direction:column;align-items:center;min-height:auto;padding:2.25rem 1.15rem 1.75rem;font-family:inherit;display:flex;position:relative;overflow-x:hidden}.storefront-module__DSRbnW__page_wrapper,.storefront-module__DSRbnW__page_wrapper *,.storefront-module__DSRbnW__page_wrapper button,.storefront-module__DSRbnW__page_wrapper input,.storefront-module__DSRbnW__page_wrapper select,.storefront-module__DSRbnW__page_wrapper textarea{font-family:inherit}.storefront-module__DSRbnW__bg_ambient{display:none}.storefront-module__DSRbnW__card_stack{z-index:1;flex-direction:column;gap:.85rem;width:100%;max-width:620px;display:flex;position:relative}.storefront-module__DSRbnW__creator_header{text-align:center;flex-direction:column;align-items:center;gap:.55rem;padding:.5rem 0 .85rem;display:flex}.storefront-module__DSRbnW__creator_avatar_wrap{width:92px;height:92px;margin-bottom:.15rem;position:relative}.storefront-module__DSRbnW__creator_avatar{object-fit:cover;width:100%;height:100%;box-shadow:0 10px 25px -4px #0f172a1f, 0 0 0 2px var(--theme-primary,#1d4ed8);background:#fff;border:3.5px solid #fff;border-radius:50%;transition:transform .25s}.storefront-module__DSRbnW__creator_avatar:hover{transform:scale(1.03)}.storefront-module__DSRbnW__creator_meta{flex-direction:column;align-items:center;gap:.2rem;display:flex}.storefront-module__DSRbnW__creator_name{color:#0f172a;letter-spacing:-.025em;margin:0;font-family:inherit;font-size:1.45rem;font-weight:800;line-height:1.25}.storefront-module__DSRbnW__social_icons_row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;margin-top:.35rem;display:flex}.storefront-module__DSRbnW__social_icon_btn{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:1.15rem;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:grid;box-shadow:0 1px 3px #0f172a0a}.storefront-module__DSRbnW__social_icon_btn:hover{background:var(--brand-color,var(--theme-primary,#1d4ed8));color:#fff;border-color:var(--brand-color,var(--theme-primary,#1d4ed8));transform:translateY(-2px);box-shadow:0 6px 16px -2px #0f172a24}.storefront-module__DSRbnW__card{box-sizing:border-box;overflow-wrap:anywhere;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.35rem 1.5rem;transition:all .2s;position:relative;box-shadow:0 2px 8px -2px #0f172a0a}.storefront-module__DSRbnW__card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px -4px #0f172a12}.storefront-module__DSRbnW__card_header{align-items:center;gap:.5rem;margin-bottom:1.1rem;display:flex}.storefront-module__DSRbnW__card_header i{color:var(--theme-primary,#1d4ed8);font-size:1.15rem}.storefront-module__DSRbnW__card_header h3{color:#0f172a;letter-spacing:-.015em;margin:0;font-family:inherit;font-size:1.05rem;font-weight:800}.storefront-module__DSRbnW__products_container{flex-direction:column;gap:.85rem;display:flex}.storefront-module__DSRbnW__product_card{border:1.5px solid #e2e8f0;flex-direction:column;gap:1rem;padding:1.25rem 1.35rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.storefront-module__DSRbnW__product_card:hover{border-color:var(--theme-primary-border,#93c5fd);box-shadow:0 10px 28px -4px var(--theme-primary-subtle,#2563eb17);transform:translateY(-2px)}.storefront-module__DSRbnW__product_main_row{align-items:center;gap:1rem;display:flex}.storefront-module__DSRbnW__product_cover_wrap{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;width:72px;height:92px;overflow:hidden;box-shadow:0 4px 10px #0f172a0f}.storefront-module__DSRbnW__product_cover{object-fit:cover;width:100%;height:100%}.storefront-module__DSRbnW__product_cover_placeholder{background:var(--theme-primary-subtle,#eff6ff);width:100%;height:100%;color:var(--theme-primary,#1d4ed8);place-items:center;font-size:1.8rem;display:grid}.storefront-module__DSRbnW__product_info{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.storefront-module__DSRbnW__product_header_row{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.storefront-module__DSRbnW__product_title{color:#0f172a;letter-spacing:-.015em;margin:0;font-family:inherit;font-size:1.05rem;font-weight:800;line-height:1.3}.storefront-module__DSRbnW__product_price_badge{background:var(--theme-primary-subtle,#eff6ff);border:1px solid var(--theme-primary-border,#bfdbfe);color:var(--theme-primary,#1d4ed8);white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;padding:.22rem .6rem;font-family:inherit;font-size:.82rem;font-weight:800;display:inline-flex}.storefront-module__DSRbnW__product_subtitle{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.storefront-module__DSRbnW__btn_buy{background:var(--theme-primary,#1d4ed8);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.72rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:700;transition:all .18s;display:inline-flex;box-shadow:0 2px 8px #0f172a26}.storefront-module__DSRbnW__btn_buy:hover:not(:disabled){background:var(--theme-primary-hover,#1e40af);transform:translateY(-1px);box-shadow:0 6px 16px #0f172a33}.storefront-module__DSRbnW__empty_product_card{text-align:center;background:#fff;border:1.5px dashed #cbd5e1;border-radius:20px;flex-direction:column;align-items:center;gap:.85rem;padding:2.25rem 1.5rem;display:flex}.storefront-module__DSRbnW__empty_product_icon_wrap{background:var(--theme-primary-subtle,#eff6ff);border:1px solid var(--theme-primary-border,#bfdbfe);width:48px;height:48px;color:var(--theme-primary,#1d4ed8);border-radius:14px;place-items:center;font-size:1.4rem;display:grid}.storefront-module__DSRbnW__empty_product_content{flex-direction:column;gap:.35rem;max-width:340px;display:flex}.storefront-module__DSRbnW__empty_product_title{color:#0f172a;margin:0;font-family:inherit;font-size:1rem;font-weight:800}.storefront-module__DSRbnW__empty_product_desc{color:#64748b;margin:0;font-size:.82rem;line-height:1.5}.storefront-module__DSRbnW__empty_product_pill{color:#ea580c;background:#fff7ed;border:1px solid #ffedd5;border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.74rem;font-weight:700;display:inline-flex}.storefront-module__DSRbnW__intro_card{border-left:4px solid var(--theme-primary,#1d4ed8);background:#fff;flex-direction:column;gap:.5rem;padding:1.35rem 1.5rem;display:flex}.storefront-module__DSRbnW__intro_headline{color:#0f172a;letter-spacing:-.015em;margin:0;font-family:inherit;font-size:1.15rem;font-weight:800;line-height:1.35}.storefront-module__DSRbnW__intro_bio{color:#475569;margin:0;font-size:.88rem;line-height:1.6}.storefront-module__DSRbnW__affiliate_section{flex-direction:column;gap:.55rem;margin-top:.85rem;display:flex}.storefront-module__DSRbnW__affiliate_section:first-of-type{margin-top:0}.storefront-module__DSRbnW__affiliate_section_label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;align-items:center;gap:.35rem;margin-bottom:.1rem;font-size:.72rem;font-weight:700;display:flex}.storefront-module__DSRbnW__affiliate_links_list{flex-direction:column;gap:.55rem;display:flex}.storefront-module__DSRbnW__affiliate_link_item{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:.85rem;padding:.85rem 1.1rem;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.storefront-module__DSRbnW__affiliate_link_item:hover{border-color:var(--theme-primary-border,#93c5fd);background:var(--theme-primary-subtle,#eff6ff);box-shadow:0 4px 12px var(--theme-primary-subtle,#2563eb14);transform:translateY(-1px)}.storefront-module__DSRbnW__affiliate_link_icon{width:36px;height:36px;color:var(--theme-primary,#1d4ed8);background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;place-items:center;font-size:1.15rem;transition:all .2s;display:grid}.storefront-module__DSRbnW__affiliate_link_item:hover .storefront-module__DSRbnW__affiliate_link_icon{background:var(--theme-primary,#1d4ed8);color:#fff;border-color:var(--theme-primary,#1d4ed8)}.storefront-module__DSRbnW__affiliate_text_group{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.storefront-module__DSRbnW__affiliate_link_title{color:#0f172a;font-size:.9rem;font-weight:700}.storefront-module__DSRbnW__affiliate_link_desc{color:#64748b;font-size:.78rem;line-height:1.35}.storefront-module__DSRbnW__benefits_grid{flex-direction:column;gap:.65rem;display:flex}.storefront-module__DSRbnW__benefit_item{color:#1e293b;align-items:center;gap:.65rem;font-size:.88rem;font-weight:600;line-height:1.4;display:flex}.storefront-module__DSRbnW__benefit_item i{color:var(--theme-primary,#1d4ed8);flex-shrink:0;font-size:1.15rem}.storefront-module__DSRbnW__faq_list{flex-direction:column;gap:.55rem;display:flex}.storefront-module__DSRbnW__faq_item{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:.9rem 1.15rem;transition:all .2s}.storefront-module__DSRbnW__faq_item:hover{background:#f1f5f9;border-color:#cbd5e1}.storefront-module__DSRbnW__faq_item_open{border-color:var(--theme-primary-border,#93c5fd);background:var(--theme-primary-subtle,#eff6ff)}.storefront-module__DSRbnW__faq_question{color:#0f172a;justify-content:space-between;align-items:center;gap:.75rem;font-family:inherit;font-size:.92rem;font-weight:700;display:flex}.storefront-module__DSRbnW__faq_icon{color:#64748b;flex-shrink:0;font-size:1.25rem;transition:transform .2s}.storefront-module__DSRbnW__faq_icon_rotated{color:var(--theme-primary,#1d4ed8);transform:rotate(180deg)}.storefront-module__DSRbnW__faq_answer_wrap{overflow:hidden}.storefront-module__DSRbnW__faq_answer{color:#475569;margin:.65rem 0 0;font-size:.84rem;line-height:1.55}.storefront-module__DSRbnW__floating_cta_bar{background:#0f172a;border:1px solid #ffffff1f;border-radius:100px;justify-content:space-between;align-items:center;gap:1rem;width:calc(100% - 2.5rem);max-width:440px;padding:.75rem 1.25rem;text-decoration:none;transition:background .2s,box-shadow .2s,border-color .2s;animation:4.5s ease-in-out infinite storefront-module__DSRbnW__ctaShake;display:flex;box-shadow:0 12px 30px -4px #0f172a40;z-index:99999!important;position:fixed!important;bottom:1.25rem!important;left:50%!important;transform:translate(-50%)!important}.storefront-module__DSRbnW__floating_cta_bar:hover{background:#1e293b;animation-play-state:paused;transform:translate(-50%)translateY(-2px);box-shadow:0 16px 36px -4px #0f172a59}@keyframes storefront-module__DSRbnW__ctaShake{0%,72%,to{transform:translate(-50%)rotate(0)}74%{transform:translate(-50%)translateY(-2px)rotate(-1.5deg)scale(1.02)}77%{transform:translate(-50%)translateY(-1px)rotate(1.5deg)scale(1.02)}80%{transform:translate(-50%)translateY(-2px)rotate(-1deg)scale(1.01)}83%{transform:translate(-50%)translateY(0)rotate(1deg)scale(1.01)}86%{transform:translate(-50%)translateY(0)rotate(0)scale(1)}}.storefront-module__DSRbnW__cta_bar_left{align-items:center;gap:.55rem;display:flex}.storefront-module__DSRbnW__cta_bar_logo{object-fit:contain;border-radius:6px;flex-shrink:0;width:24px;height:24px;padding:0;display:block}.storefront-module__DSRbnW__cta_bar_brand{color:#fff;font-family:inherit;font-size:.9rem;font-weight:800}.storefront-module__DSRbnW__cta_bar_right{color:#60a5fa;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;display:flex}.storefront-module__DSRbnW__modal_overlay{-webkit-backdrop-filter:blur(8px);z-index:999999!important;box-sizing:border-box!important;background:#0f172aa6!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;padding:1rem!important;display:flex!important;position:fixed!important;inset:0!important}.storefront-module__DSRbnW__modal_content{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:100%;max-width:440px;max-height:calc(100dvh - 2rem);margin:auto;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 40px -10px #0003}.storefront-module__DSRbnW__modal_header{margin-bottom:1.5rem}.storefront-module__DSRbnW__modal_header h3{color:#0f172a;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.storefront-module__DSRbnW__modal_header p{color:#64748b;margin:0;font-size:.9rem}.storefront-module__DSRbnW__modal_input_group{margin-bottom:1.25rem}.storefront-module__DSRbnW__modal_input_group label{color:#334155;margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:block}.storefront-module__DSRbnW__modal_input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.storefront-module__DSRbnW__modal_input:focus{border-color:var(--theme-primary,#1d4ed8);box-shadow:0 0 0 3px var(--theme-primary-subtle,#2563eb26);background:#fff;outline:none}.storefront-module__DSRbnW__modal_message{margin:.75rem 0 0;font-size:.82rem;font-weight:600}.storefront-module__DSRbnW__modal_message_error{color:#dc2626}.storefront-module__DSRbnW__modal_message_success{color:#16a34a}.storefront-module__DSRbnW__modal_actions{grid-template-columns:1fr 1.5fr;gap:.65rem;margin-top:1.25rem;display:grid}.storefront-module__DSRbnW__modal_btn_cancel{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;font-size:.88rem;font-weight:600}.storefront-module__DSRbnW__modal_btn_cancel:hover{background:#f1f5f9}.storefront-module__DSRbnW__modal_btn_submit{background:var(--theme-primary,#1d4ed8);color:#fff;cursor:pointer;box-shadow:0 3px 10px var(--theme-primary-border,#2563eb40);border:none;border-radius:12px;padding:.75rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:700}.storefront-module__DSRbnW__modal_btn_submit:hover:not(:disabled){background:var(--theme-primary-hover,#1e40af)}.storefront-module__DSRbnW__newsletter_card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:.9rem;padding:1.4rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px -2px #0f172a0a}.storefront-module__DSRbnW__newsletter_card:hover{border-color:var(--theme-primary-border,#cbd5e1);box-shadow:0 8px 24px -4px var(--theme-primary-subtle,#2563eb14)}.storefront-module__DSRbnW__newsletter_header{align-items:flex-start;gap:.85rem;display:flex}.storefront-module__DSRbnW__newsletter_icon_wrap{background:var(--theme-primary-subtle,#eff6ff);width:40px;height:40px;color:var(--theme-primary,#1d4ed8);border:1px solid var(--theme-primary-border,#bfdbfe);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.storefront-module__DSRbnW__newsletter_text{flex:1;min-width:0}.storefront-module__DSRbnW__newsletter_title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .25rem;font-family:inherit;font-size:1.05rem;font-weight:800;line-height:1.3}.storefront-module__DSRbnW__newsletter_desc{color:#64748b;margin:0;font-family:inherit;font-size:.84rem;line-height:1.45}.storefront-module__DSRbnW__newsletter_form{flex-direction:column;gap:.65rem;width:100%;display:flex}.storefront-module__DSRbnW__newsletter_input_wrap{align-items:center;width:100%;display:flex;position:relative}.storefront-module__DSRbnW__newsletter_input_icon{color:#94a3b8;pointer-events:none;font-size:1.05rem;position:absolute;left:.95rem}.storefront-module__DSRbnW__newsletter_input{color:#0f172a;box-sizing:border-box;background:#faf8f5;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:.78rem .95rem .78rem 2.6rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .15s}.storefront-module__DSRbnW__newsletter_input:focus{border-color:var(--theme-primary,#1d4ed8);box-shadow:0 0 0 3px var(--theme-primary-subtle,#1d4ed81f);background:#fff}.storefront-module__DSRbnW__newsletter_btn{background:var(--theme-primary,#1d4ed8);color:#fff;cursor:pointer;white-space:nowrap;width:100%;box-shadow:0 3px 10px var(--theme-primary-subtle,#1d4ed840);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;padding:.78rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .15s;display:inline-flex}.storefront-module__DSRbnW__newsletter_btn:hover:not(:disabled){background:var(--theme-primary-hover,#1e40af);transform:translateY(-1px)}.storefront-module__DSRbnW__newsletter_btn:disabled{opacity:.65;cursor:not-allowed}.storefront-module__DSRbnW__newsletter_success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;font-weight:700;display:flex}.storefront-module__DSRbnW__newsletter_success i{color:#059669;font-size:1.15rem}.storefront-module__DSRbnW__newsletter_error{color:#dc2626;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.78rem;font-weight:600;display:flex}@media (max-width:640px){.storefront-module__DSRbnW__page_wrapper{padding:1.5rem .85rem 1.75rem}.storefront-module__DSRbnW__card{border-radius:18px;padding:1.25rem 1.15rem}.storefront-module__DSRbnW__product_card{padding:1.1rem}.storefront-module__DSRbnW__creator_name{font-size:1.35rem}.storefront-module__DSRbnW__creator_avatar_wrap{width:82px;height:82px}.storefront-module__DSRbnW__floating_cta_bar{max-width:420px;padding:.6rem 1rem;z-index:99999!important;width:calc(100% - 24px)!important;position:fixed!important;bottom:12px!important;left:50%!important;transform:translate(-50%)!important}}
.onboardingFlow-module__VhPiyW__onboardingWrapper{background:var(--bg-page);justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.5rem;display:flex;position:relative}.onboardingFlow-module__VhPiyW__onboardingLayout{z-index:10;flex-direction:column;width:100%;max-width:500px;margin:0 auto;display:flex;position:relative}.onboardingFlow-module__VhPiyW__onboardingCard{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);height:auto;min-height:unset;flex-direction:column;gap:1.1rem;padding:2rem 2rem 1.75rem;display:flex;position:relative}.onboardingFlow-module__VhPiyW__stepBadgeHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.onboardingFlow-module__VhPiyW__stepBadge{border-radius:var(--radius-pill);background:var(--accent-orange);border:1px solid var(--accent-orange);color:#fff;font-family:var(--font-plus-jakarta), sans-serif;letter-spacing:.02em;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #ff4d0040}.onboardingFlow-module__VhPiyW__stepCategoryLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.onboardingFlow-module__VhPiyW__stepHeader h2{font-family:var(--font-plus-jakarta), sans-serif;letter-spacing:-.03em;color:var(--text-primary);margin:0 0 .25rem;font-size:1.4rem;font-weight:800}.onboardingFlow-module__VhPiyW__stepHeader p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.45}.onboardingFlow-module__VhPiyW__onboardingForm{flex-grow:0;height:auto}.onboardingFlow-module__VhPiyW__formContainer{flex-direction:column;gap:1rem;height:auto;display:flex}.onboardingFlow-module__VhPiyW__inputWrapper{flex-direction:column;gap:.4rem;display:flex}.onboardingFlow-module__VhPiyW__inputWrapper label{color:var(--text-primary);font-size:.88rem;font-weight:600}.onboardingFlow-module__VhPiyW__optionalTag{color:var(--text-muted);margin-left:.35rem;font-size:.78rem;font-weight:400}.onboardingFlow-module__VhPiyW__inputWrapper input[type=text],.onboardingFlow-module__VhPiyW__inputWrapper input[type=email],.onboardingFlow-module__VhPiyW__inputWrapper input[type=url],.onboardingFlow-module__VhPiyW__inputWrapper select,.onboardingFlow-module__VhPiyW__inputWrapper textarea{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.92rem;font-family:var(--font-inter), sans-serif;transition:var(--transition);background:#fff;outline:none;padding:.75rem 1rem}.onboardingFlow-module__VhPiyW__inputWrapper input:focus,.onboardingFlow-module__VhPiyW__inputWrapper select:focus,.onboardingFlow-module__VhPiyW__inputWrapper textarea:focus{border-color:var(--accent-blue);box-shadow:var(--shadow-focus)}.onboardingFlow-module__VhPiyW__inputWrapper input::placeholder,.onboardingFlow-module__VhPiyW__inputWrapper textarea::placeholder{color:var(--text-muted)}.onboardingFlow-module__VhPiyW__validationFeedback{margin-top:.35rem}.onboardingFlow-module__VhPiyW__errorBox{border-radius:var(--radius-sm);color:#b91c1c;background:#fef2f2;border:1.5px solid #fecaca;align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:.86rem;font-weight:600;display:flex}.onboardingFlow-module__VhPiyW__tipBox{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-primary);background:#faf8f5;align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:.88rem;font-weight:600;display:flex}.onboardingFlow-module__VhPiyW__buttonGroup{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:.85rem;margin-top:.75rem;padding-top:1.15rem;display:flex}.onboardingFlow-module__VhPiyW__btnPrimary{background:var(--accent-blue);color:#fff;border-radius:var(--radius-md);font-family:var(--font-plus-jakarta), var(--font-inter), sans-serif;cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:.45rem;padding:.75rem 1.4rem;font-size:.92rem;font-weight:700;display:flex;box-shadow:0 3px 10px #1d4ed833}.onboardingFlow-module__VhPiyW__btnPrimary:hover:not(:disabled){background:var(--accent-blue-hover);transform:translateY(-1px)}.onboardingFlow-module__VhPiyW__btnPrimary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.onboardingFlow-module__VhPiyW__btnSecondary{color:var(--text-secondary);border:1.5px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);background:#fff;align-items:center;gap:.45rem;padding:.75rem 1.25rem;font-size:.88rem;font-weight:600;display:flex}.onboardingFlow-module__VhPiyW__btnSecondary:hover{background:var(--bg-surface-hover);color:var(--text-primary);border-color:var(--border-strong)}.onboardingFlow-module__VhPiyW__stepTracker{flex-direction:column;gap:.45rem;margin-top:.15rem;margin-bottom:.95rem;display:flex}.onboardingFlow-module__VhPiyW__stepTrackerHeader{justify-content:space-between;align-items:center;display:flex}.onboardingFlow-module__VhPiyW__stepCounter{font-family:var(--font-plus-jakarta), sans-serif;color:var(--accent-orange);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:800}.onboardingFlow-module__VhPiyW__stepPct{color:var(--text-muted);font-size:.78rem;font-weight:700}.onboardingFlow-module__VhPiyW__segmentedBar{align-items:center;gap:5px;width:100%;display:flex}.onboardingFlow-module__VhPiyW__segment{border-radius:9999px;flex:1;height:5px;transition:all .25s}.onboardingFlow-module__VhPiyW__segmentCompleted{background:var(--accent-orange)}.onboardingFlow-module__VhPiyW__segmentCompleted:hover{transform:scaleY(1.35)}.onboardingFlow-module__VhPiyW__segmentActive{background:var(--accent-orange);box-shadow:0 0 8px #ff4d0073}.onboardingFlow-module__VhPiyW__segmentPending{background:#e2e8f0}.onboardingFlow-module__VhPiyW__loadingScreen{text-align:center;background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-md);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:4rem 2rem;display:flex}.onboardingFlow-module__VhPiyW__loaderIcon{border:4px solid var(--accent-blue-subtle);border-top-color:var(--accent-blue);border-radius:50%;width:52px;height:52px;margin-bottom:1.5rem;animation:1s linear infinite onboardingFlow-module__VhPiyW__spin}@keyframes onboardingFlow-module__VhPiyW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.onboardingFlow-module__VhPiyW__relativeWrapper{align-items:center;width:100%;display:flex;position:relative}.onboardingFlow-module__VhPiyW__inputIcon{pointer-events:none;z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:.95rem;transform:translateY(-50%)}.onboardingFlow-module__VhPiyW__loadingText{font-family:var(--font-plus-jakarta), sans-serif;color:var(--text-primary);margin:0 0 .5rem;font-size:1.4rem;font-weight:800}@media (max-width:640px){.onboardingFlow-module__VhPiyW__onboardingCard{border-radius:var(--radius-md);padding:2rem 1.25rem}.onboardingFlow-module__VhPiyW__buttonGroup{flex-direction:column-reverse}.onboardingFlow-module__VhPiyW__btnPrimary,.onboardingFlow-module__VhPiyW__btnSecondary{justify-content:center;width:100%}}
