@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";.funnel{--funnel-primary: #005AE0;--funnel-primary-hover: #0047B3;--funnel-bg: #fafafa;--funnel-card-bg: #ffffff;--funnel-text: #1a1a1a;--funnel-text-muted: #6b7280;--funnel-border: #e5e7eb;--funnel-success: #10b981;--funnel-error: #ef4444;min-height:100vh;background-color:var(--funnel-bg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:0 0 120px;font-family:var(--font-body--family),system-ui,sans-serif;overflow-x:clip}.funnel__header-bar{position:sticky;top:0;background:var(--funnel-primary);display:flex;flex-direction:column;align-items:center;z-index:1000;box-shadow:0 2px 8px #00000026}.funnel__header-bar>.funnel__header-content{width:100%;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 16px;gap:4px}.funnel__header-badges{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.funnel__header-badge{display:flex;align-items:center;gap:4px;color:#ffffffe6;font-size:11px;font-weight:500;white-space:nowrap}.funnel__header-badge:not(:last-child):after{content:"";display:inline-block;width:1px;height:12px;background:#fff6;margin-left:12px}.funnel__header-badge svg{flex-shrink:0;opacity:.9}@media(max-width:480px){.funnel__header-badges{gap:8px}.funnel__header-badge{font-size:10px}.funnel__header-badge:not(:last-child):after{margin-left:8px;height:10px}.funnel__header-badge svg{width:12px;height:12px}}.funnel__header-theme{color:#fff;font-size:16px;font-weight:600;font-family:Nunito,sans-serif;letter-spacing:.5px}.funnel__header-close{position:absolute;right:16px;top:8px;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;text-decoration:none}.funnel__header-close:hover{background:#ffffff26}.funnel__header-close svg{width:24px;height:24px}.funnel__step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.funnel__step-body{max-width:480px;margin:0 auto;padding:24px 16px;box-sizing:border-box}.funnel__step-body--combined,.funnel__step-body--upload,.funnel__step-body--booktype,.funnel__step-body--extras,.funnel__step-body--addbooks,.funnel__step-body--posters,.funnel__step-body--summary{background:transparent;border-radius:16px;box-shadow:none}.funnel__title{font-size:26px;font-weight:var(--font-heading-weight, 400);color:var(--funnel-text);margin:0 0 8px;text-align:center;font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal)}.funnel__subtitle{font-size:15px;color:var(--funnel-text-muted);margin:0 0 28px;text-align:center;line-height:1.5}.funnel__field{margin:0}.funnel__input{width:100%;padding:16px 20px;font-size:18px;border:2px solid var(--funnel-border);border-radius:12px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;text-align:center}.funnel__input:focus{border-color:var(--funnel-primary);box-shadow:0 0 0 4px #3b82f61a}.funnel__input::placeholder{color:#9ca3af}.funnel__step-body--combined{text-align:left}.funnel__step-body--combined .funnel__title,.funnel__step-body--upload .funnel__title{text-align:center;margin-bottom:24px}.funnel__form-group{margin-bottom:20px}.funnel__form-group:last-child{margin-bottom:0}.funnel__label{display:block;font-size:16px;font-weight:600;color:var(--funnel-text);margin-bottom:10px}.funnel__step-body--combined .funnel__input{text-align:left}.funnel__options--gender{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.funnel__gender-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;font-size:16px;font-weight:600;border:2px solid var(--funnel-border);border-radius:12px;background:var(--funnel-card-bg);color:var(--funnel-text);cursor:pointer;transition:all .2s ease}.funnel__gender-icon{font-size:20px;line-height:1}.funnel__gender-btn--selected{background:var(--funnel-primary);border-color:var(--funnel-primary);color:#fff}.funnel__gender-btn--selected[data-value=girl]{background:#e91e8c;border-color:#e91e8c}.funnel__gender-btn[data-value=boy]:hover:not(.funnel__gender-btn--selected){border-color:var(--funnel-primary)}.funnel__gender-btn[data-value=girl]:hover:not(.funnel__gender-btn--selected){border-color:#e91e8c}.funnel__options--inline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.funnel__option-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.funnel__option-wrap .funnel__option-label{margin:0;font-size:13px;text-align:center;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.funnel__options--inline .funnel__option{flex:0 0 auto;padding:8px 12px;min-width:auto}.funnel__options--inline .funnel__option--color{padding:0;width:100%;aspect-ratio:1 / 1;height:auto;box-sizing:border-box;background-color:var(--color);border-radius:12px}.funnel__option--eye{width:100%;aspect-ratio:1 / 1;height:auto;padding:6px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden}.funnel__eye-image{width:100%;height:100%;object-fit:contain;border-radius:8px}.funnel__options--eyes .funnel__option-label{font-size:13px;text-align:center}@media(max-width:480px){.funnel__options--eyes .funnel__option-label{font-size:11px}.funnel__option-wrap .funnel__option-label{font-size:12px}}.funnel__options{display:grid;gap:12px}.funnel__options--two{grid-template-columns:repeat(2,1fr)}.funnel__options--colors{grid-template-columns:repeat(4,minmax(0,1fr))}.funnel__options--themes{grid-template-columns:repeat(2,1fr)}.funnel__option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 16px;background:var(--funnel-card-bg);border:2px solid var(--funnel-border);border-radius:12px;cursor:pointer;transition:all .2s ease}.funnel__option:hover{border-color:var(--funnel-primary);background:#fff}.funnel__option--color:hover{background:var(--color)!important}.funnel__option--selected{border-color:var(--funnel-primary);background:#f0f7ff;box-shadow:0 0 0 4px #3b82f61a}.funnel__option--color.funnel__option--selected{background:var(--color)!important}.funnel__option-icon{font-size:32px}.funnel__option-image{width:100%;max-width:120px;height:auto;border-radius:8px;object-fit:cover}.funnel__option-label{font-size:14px;font-weight:400;color:var(--funnel-text)}.funnel__option-desc{font-size:12px;color:var(--funnel-text-muted);text-align:center}.funnel__option-price{font-size:13px;color:var(--funnel-text-muted)}.funnel__color-swatch{width:40px;height:40px;border-radius:50%;background:var(--color);border:2px solid rgba(0,0,0,.1)}.funnel__option--theme{padding:24px 16px}.funnel__theme-image{font-size:48px;margin-bottom:8px}.funnel__upload{margin-bottom:24px}.funnel__file-input{position:absolute;opacity:0;width:0;height:0}.funnel__upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:180px;padding:40px 24px;border:2px dashed var(--funnel-border);border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.funnel__upload-area:hover,.funnel__upload-area.dragging{border-color:var(--funnel-primary);background:#fff}.funnel__upload-icon{font-size:40px}.funnel__upload-text{font-size:16px;font-weight:500;color:var(--funnel-text)}.funnel__upload-hint{font-size:13px;color:var(--funnel-text-muted)}.funnel__upload-preview{position:relative;width:200px;height:200px;margin:0 auto;border-radius:12px;overflow:hidden}.funnel__upload-preview img{width:100%;height:100%;object-fit:cover}.funnel__upload-remove{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#0009;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.funnel__upload-remove:hover{background:#000c}.funnel__upload-btn{display:inline-block;padding:14px 32px;background:#e5e7eb;color:var(--funnel-text);font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s ease}.funnel__upload-area:hover .funnel__upload-btn{background:#d1d5db}.funnel__consent{margin:16px 0 24px}.funnel__consent-label{display:flex;align-items:center;gap:12px;cursor:pointer}.funnel__consent-checkbox{width:20px;height:20px;margin:0;flex-shrink:0;cursor:pointer;accent-color:var(--funnel-primary);transform:scale(1.5);transform-origin:left center}@media(max-width:480px){.funnel__consent-checkbox{transform:scale(1.8)}}.funnel__consent-text{font-size:13px;color:var(--funnel-text-muted);line-height:1.4}.funnel__tips-card{background:var(--funnel-card-bg);border:1px solid var(--funnel-border);border-radius:16px;padding:24px;text-align:center}.funnel__tips-title{font-size:18px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-text);margin:0 0 12px}.funnel__tips-desc{font-size:14px;color:var(--funnel-text-muted);line-height:1.5;margin:0 0 20px}.funnel__tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.funnel__tip{text-align:center}.funnel__tip-image{position:relative;border-radius:12px;overflow:hidden;margin-bottom:8px}.funnel__tip-image img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.funnel__tip--good .funnel__tip-image{border:3px solid #22c55e}.funnel__tip--bad .funnel__tip-image{border:3px solid #ef4444}.funnel__tip-badge{position:absolute;bottom:-2px;right:-2px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.funnel__tip-badge--good{background:#22c55e}.funnel__tip-badge--bad{background:#ef4444}.funnel__tip-label{font-size:13px;font-weight:500;color:var(--funnel-text)}@media(max-width:360px){.funnel__tips-grid{gap:12px}.funnel__tip-label{font-size:11px}}.funnel__step-body--booktype{background:transparent;box-shadow:none;padding:16px 0 0}.funnel__step-body--booktype .funnel__title{text-align:center;margin:0 0 16px;padding:0 16px}.funnel__booktype-options{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.funnel__booktype-card{position:relative;--booktype-surface: linear-gradient(135deg, #ffffff, #f8fafc);background:var(--booktype-surface);border-radius:16px;padding:16px;text-align:left;border:2px solid var(--funnel-border);transition:all .2s ease;display:flex;flex-direction:column;gap:14px;cursor:pointer}.funnel__booktype-card:hover{border-color:var(--funnel-primary)}.funnel__booktype-card--selected{border-color:var(--funnel-primary);box-shadow:0 0 0 4px #3b82f61a}.funnel__booktype-card--featured{grid-column:1 / -1;--booktype-surface: linear-gradient(135deg, #ffffff, #f8fafc);flex-direction:row;align-items:stretch;gap:20px;padding:12px;border:2px solid var(--funnel-border);border-radius:16px;background:var(--booktype-surface)}.funnel__booktype-card--featured:hover{border-color:var(--funnel-primary)}.funnel__booktype-card--featured.funnel__booktype-card--selected{border-color:var(--funnel-primary);box-shadow:0 0 0 4px #3b82f61a}.funnel__booktype-card[data-value=hardcover],.funnel__booktype-card[data-value=softcover]{--booktype-surface: linear-gradient(135deg, #ffffff, #f8fafc);background:var(--booktype-surface)}.funnel__booktype-card--featured .funnel__booktype-image{flex:0 0 33%;width:33%;border-radius:12px;margin:0}.funnel__booktype-content{display:flex;flex-direction:column;flex:1;min-width:0;gap:10px}.funnel__booktype-badge{position:absolute;top:0;left:0;display:inline-flex;align-items:center;background:#22c55e;color:#fff;font-size:11px;font-weight:600;padding:8px 14px;border-radius:12px 0;line-height:1;white-space:nowrap;z-index:1}.funnel__booktype-badge--premium{background:#fbbf24;color:var(--funnel-primary)}.funnel__booktype-badge--luxury{background:#f97316;color:#fff}.funnel__booktype-image{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;margin-bottom:0;background:#fff;line-height:0}.funnel__booktype-image img{display:block;width:100%;height:100%;object-fit:cover}.funnel__booktype-title{font-size:17px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-text);line-height:1.15;margin:0}.funnel__booktype-price{font-size:18px;font-weight:700;color:var(--funnel-primary);line-height:1;margin:0;white-space:nowrap}.funnel__booktype-card--featured .funnel__booktype-content{padding:0}.funnel__booktype-card--featured .funnel__booktype-desc{max-width:34ch}.funnel__booktype-desc{font-size:13px;color:var(--funnel-text-muted);line-height:1.45;margin:0;flex-grow:1}.funnel__booktype-btn{width:100%;margin-top:auto;padding:12px 16px;background:var(--funnel-primary);color:#fff;font-size:15px;font-weight:600;border:none;border-radius:14px;cursor:pointer;transition:background .2s ease}.funnel__booktype-btn:hover{background:var(--funnel-primary-hover)}.funnel__booktype-card--selected .funnel__booktype-btn,.funnel__booktype-card--featured.funnel__booktype-card--selected .funnel__booktype-btn{background:#22c55e}@media(max-width:560px){.funnel__booktype-card--featured{padding:10px;gap:14px}}@media(max-width:480px){.funnel__booktype-options{grid-template-columns:repeat(2,1fr);gap:12px}.funnel__booktype-card{padding:10px}.funnel__booktype-card--featured{padding:8px;gap:12px}.funnel__booktype-title{font-size:14px}.funnel__booktype-price{font-size:16px}.funnel__booktype-desc{font-size:11px}.funnel__booktype-badge{font-size:10px;padding:7px 12px}.funnel__booktype-btn{padding:10px 12px;font-size:13px}}.funnel__step-body--extras{background:transparent;box-shadow:none;padding:16px 0 0}.funnel__step-body--extras .funnel__title{text-align:center;margin-bottom:24px;font-size:24px;padding:0 16px}.funnel__extra-card{background:#fff;border-radius:16px;padding:16px;margin-bottom:16px;border:1px solid var(--funnel-border)}.funnel__extra-image{width:100%;border-radius:12px;overflow:hidden;margin-bottom:16px}.funnel__extra-image img{width:100%;height:auto;display:block}.funnel__extra-header{margin-bottom:8px}.funnel__extra-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.funnel__extra-title{font-size:18px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-text);margin:0;flex:1}.funnel__extra-price{font-size:18px;font-weight:700;color:var(--funnel-primary);white-space:nowrap}.funnel__extra-badge{display:inline-block;background:#22c55e;color:#fff;font-size:12px;font-weight:600;padding:6px 14px;border-radius:20px}.funnel__extra-desc{font-size:14px;color:var(--funnel-text-muted);line-height:1.5;margin:12px 0 16px}.funnel__extra-toggle{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:30px;font-size:15px;font-weight:600;color:var(--funnel-text);cursor:pointer;transition:all .2s ease}.funnel__extra-toggle:hover{border-color:var(--funnel-primary)}.funnel__extra-toggle--active{background:#22c55e;border-color:#22c55e;color:#fff}.funnel__extra-check{display:none;width:20px;height:20px;background:#fff;color:#22c55e;border-radius:4px;font-size:14px;font-weight:700;line-height:20px;text-align:center}.funnel__extra-toggle--active .funnel__extra-check{display:block}.funnel__extra-checkbox{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;background:#fff}.funnel__extra-toggle--active .funnel__extra-checkbox{display:none}.funnel__extra-toggle--active .funnel__extra-toggle-text:before{content:""}.funnel__extra-textarea-wrap{margin-top:16px}.funnel__extra-textarea{width:100%;padding:16px;border:1px solid var(--funnel-border);border-radius:12px;font-size:16px;line-height:1.5;font-family:inherit;color:var(--funnel-text);resize:none;background:#fafafa;overflow-y:auto}.funnel__extra-textarea::placeholder{color:#94a3b8}.funnel__extra-textarea:focus{outline:none;border-color:var(--funnel-primary);background:#fff}.funnel__extra-char-limit{display:block;font-size:12px;color:var(--funnel-text-muted);margin-top:8px}.funnel__step-body--addbooks{background:transparent;box-shadow:none;padding:0 16px;margin:0 auto;max-width:600px}.funnel__step-body--addbooks .funnel__title{text-align:center;margin-bottom:16px;padding-top:16px;font-size:24px}.funnel__addbooks-subtitle{text-align:center;font-size:14px;color:var(--funnel-text-muted);line-height:1.5;margin:0 0 28px}.funnel__addbooks-badge{display:block;width:fit-content;margin:0 auto 24px;background:#22c55e;color:#fff;font-size:14px;font-weight:600;padding:10px 20px;border-radius:30px;text-align:center}@property --rgb-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.funnel__addbooks-tiers-row{display:flex;gap:10px;margin-bottom:0;align-items:stretch}.funnel__addbooks-tier-card{flex:1;background:#fff;border:2px solid var(--funnel-primary);border-radius:12px;padding:20px 8px 14px;text-align:center;cursor:default;transition:transform .3s ease,opacity .3s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;position:relative;transform:scale(.92);opacity:.7}.funnel__addbooks-tier-card--active{border-color:var(--funnel-primary);box-shadow:0 0 0 2px var(--funnel-primary);transform:scale(1);opacity:1}.funnel__addbooks-tier-card[data-tier="2"]{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.funnel__addbooks-tier-card[data-tier="3"]{border:none;padding:20px 8px 14px;isolation:isolate;z-index:0}.funnel__addbooks-tier-card[data-tier="3"]:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:14px;background:conic-gradient(from var(--rgb-angle),#ff6b6b,#ffa94d,#ffd43b,#69db7c,#4dabf7,#cc5de8,#ff6b6b);z-index:-2;animation:rgb-spin 3s linear infinite}.funnel__addbooks-tier-card[data-tier="3"]:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:10px;background:linear-gradient(135deg,#fef9ee,#fef3c7);z-index:-1}@keyframes rgb-spin{to{--rgb-angle: 360deg}}.funnel__addbooks-tier-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);padding:3px 12px;font-size:11px;font-weight:700;border-radius:4px;white-space:nowrap;letter-spacing:.02em;z-index:1}.funnel__addbooks-tier-badge--best-value{background:var(--funnel-primary);color:#fff}.funnel__addbooks-tier-badge--popular{background:#fbbf24;color:var(--funnel-primary)}.funnel__addbooks-tier-qty{font-size:18px;font-weight:700;font-family:var(--font-heading-family),Georgia,serif;color:var(--funnel-text);margin:2px 0}.funnel__addbooks-tier-price{font-size:16px;font-weight:700;font-family:var(--font-body-family),sans-serif;color:var(--funnel-primary);margin-bottom:6px}.funnel__addbooks-tier-save{display:inline-block;background:#bbf7d0;color:#166534;font-size:12px;font-weight:600;padding:3px 12px;border-radius:20px}.funnel__addbooks-tier-save--none{background:#f1f5f9;color:#64748b}.funnel__addbooks-total-saved{background:var(--funnel-primary);border-radius:10px;padding:12px 20px;text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;margin:12px 0 24px}.funnel__addbooks-total-saved-label{font-size:13px;font-weight:600;color:#ffffffd9;text-transform:uppercase;letter-spacing:.04em}.funnel__addbooks-total-saved-amount{font-size:20px;font-weight:700;font-family:var(--font-body-family),sans-serif;color:#fff;line-height:1.2}@media(max-width:500px){.funnel__addbooks-tiers-row{flex-wrap:wrap}.funnel__addbooks-tier-card{flex:1 1 calc(33.333% - 8px);min-width:0;padding:18px 6px 12px;transform:scale(.95)}.funnel__addbooks-tier-card--active{transform:scale(1)}.funnel__addbooks-tier-qty{font-size:15px}.funnel__addbooks-tier-price{font-size:12px}.funnel__addbooks-tier-save{font-size:10px;padding:2px 8px}.funnel__addbooks-tier-badge{font-size:9px;padding:2px 8px}.funnel__addbooks-total-saved{margin:8px 0 20px;padding:10px 16px}.funnel__addbooks-total-saved-label{font-size:11px}.funnel__addbooks-total-saved-amount{font-size:16px}}.funnel__addbooks-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.funnel__addbook-card{background:#fff;border-radius:16px;padding:16px;border:2px solid var(--funnel-border);text-align:center;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column}.funnel__addbook-toggle{margin-top:auto}.funnel__addbook-card:hover{border-color:var(--funnel-primary)}.funnel__addbook-card:nth-child(3){grid-column:1}.funnel__addbook-card--selected{border-color:var(--funnel-primary);box-shadow:0 0 0 4px #3b82f61a}.funnel__addbook-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:12px;background:#f8fafc}.funnel__addbook-image img{width:100%;height:100%;object-fit:cover}.funnel__addbook-title{font-size:16px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-text);margin:0 0 8px}.funnel__addbook-price-row{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:8px;flex-wrap:nowrap}.funnel__addbook-price{font-size:14px;font-weight:700;color:var(--funnel-primary);white-space:nowrap}.funnel__addbook-discount{display:inline-block;background:#22c55e;color:#fff;font-size:10px;font-weight:600;padding:3px 6px;border-radius:10px;white-space:nowrap}.funnel__addbook-desc{font-size:13px;color:var(--funnel-text-muted);line-height:1.4;margin:0 0 12px}.funnel__addbook-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:var(--funnel-text);cursor:pointer;transition:all .2s ease;width:100%}.funnel__addbook-toggle:hover{border-color:var(--funnel-primary)}.funnel__addbook-checkbox{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;background:#fff;flex-shrink:0}.funnel__addbook-toggle--active{background:var(--funnel-primary);border-color:var(--funnel-primary);color:#fff}.funnel__addbook-toggle--active .funnel__addbook-checkbox{background:#fff;border-color:#fff;position:relative}.funnel__addbook-toggle--active .funnel__addbook-checkbox:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:var(--funnel-primary);font-weight:700}@media(max-width:320px){.funnel__addbooks-grid{grid-template-columns:1fr}.funnel__addbook-card:nth-child(3){grid-column:1}}.funnel__step-body--posters{background:transparent;box-shadow:none;padding:0}.funnel__step-body--posters .funnel__title{text-align:center;margin-bottom:12px;font-size:24px;padding:0 16px}.funnel__posters-subtitle{text-align:center;font-size:14px;color:var(--funnel-text-muted);line-height:1.5;margin:0 0 24px;padding:0 16px}.funnel__posters-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.funnel__poster-card{background:#fff;border-radius:16px;padding:12px;border:2px solid var(--funnel-border);text-align:center;transition:all .2s ease}.funnel__poster-card:nth-child(3){grid-column:1}.funnel__poster-card--selected{border-color:var(--funnel-primary);box-shadow:0 0 0 4px #3b82f61a}.funnel__poster-image{position:relative;width:100%;aspect-ratio:1 / 1;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.funnel__poster-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;box-shadow:4px 4px 12px #00000026}.funnel__poster-title{font-size:16px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-text);margin:0 0 6px}.funnel__poster-price{display:block;font-size:16px;font-weight:700;color:var(--funnel-primary);margin-bottom:6px}.funnel__poster-desc{font-size:13px;color:var(--funnel-text-muted);line-height:1.4;margin:0 0 12px}.funnel__poster-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:var(--funnel-text);cursor:pointer;transition:all .2s ease;width:100%}.funnel__poster-toggle:hover{border-color:var(--funnel-primary)}.funnel__poster-checkbox{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;background:#fff;flex-shrink:0}.funnel__poster-toggle--active{background:var(--funnel-primary);border-color:var(--funnel-primary);color:#fff}.funnel__poster-toggle--active .funnel__poster-checkbox{background:#fff;border-color:#fff;position:relative}.funnel__poster-toggle--active .funnel__poster-checkbox:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:var(--funnel-primary);font-weight:700}@media(max-width:400px){.funnel__posters-grid{grid-template-columns:1fr}.funnel__poster-card:nth-child(3){grid-column:1}}.funnel__header-notification{display:none}@media(max-width:749px){.funnel__header-notification{width:100%;display:none;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#fffffff2;font-size:13px;color:var(--funnel-text);box-sizing:border-box}.funnel__header-notification.is-visible{display:flex}}.funnel__header-notification-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;flex-shrink:0;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.funnel__header-notification-text-wrapper{position:relative;flex:1;min-width:0;height:1.4em;overflow:hidden}.funnel__header-notification-text{position:absolute;left:0;right:0;top:0;line-height:1.4;text-align:center;opacity:0;transition:opacity .3s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.funnel__header-notification-text.is-active{opacity:1}.funnel__preview-loading .funnel__step-body,.funnel__preview-result .funnel__step-body{text-align:center}.funnel__progress-ring{position:relative;width:120px;height:120px;margin:0 auto 24px}.funnel__progress-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.funnel__progress-ring-bg{fill:none;stroke:var(--funnel-border);stroke-width:8}.funnel__progress-ring-fill{fill:none;stroke:var(--funnel-primary);stroke-width:8;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:283;transition:stroke-dashoffset .15s ease-out}.funnel__progress-percent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:700;color:var(--funnel-text)}.funnel__loading-text{font-size:14px;color:var(--funnel-text-muted)}.funnel__title--blue{color:var(--funnel-primary);margin-bottom:8px;font-size:30px}.funnel__title--loading{margin-top:0;padding-top:0;font-weight:var(--font-heading-weight, 400);font-size:30px}.funnel__rotating-headline{margin:0 0 8px}.funnel__rotating-headline-text{display:none;color:var(--funnel-primary);font-size:26px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);text-align:center;line-height:1.3}.funnel__rotating-headline-text.is-active{display:block;animation:headlineFadeIn .6s ease-out}@keyframes headlineFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:750px){.funnel__rotating-headline-text{font-size:30px}}.funnel__loading-duration{text-align:center;color:var(--funnel-primary);font-size:14px;margin-top:12px;font-weight:500}.funnel__testimonials{margin-top:40px}.funnel__testimonials-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.funnel__testimonials-avatars{display:flex}.funnel__testimonials-avatars .funnel__testimonials-avatar{width:32px;height:32px;border-radius:50%;border:2px solid white;object-fit:cover;margin-left:-8px}.funnel__testimonials-avatars .funnel__testimonials-avatar:first-child{margin-left:0}.funnel__testimonials-title{font-size:16px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-primary)}.funnel__testimonials-carousel{overflow:hidden;width:100%;box-sizing:border-box;position:relative}.funnel__testimonials-track{display:flex;transition:transform .5s ease-in-out}.funnel__testimonial-card{flex-shrink:0;width:100%;background:#fff;border-radius:16px;padding:20px;border:1px solid var(--funnel-border);box-sizing:border-box;margin-right:24px}.funnel__testimonial-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.funnel__testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.funnel__testimonial-name{font-weight:600;font-size:15px;color:var(--funnel-text)}.funnel__testimonial-stars{color:#facc15;font-size:16px;letter-spacing:2px;margin-left:auto}.funnel__testimonial-text{font-size:14px;line-height:1.6;color:var(--funnel-text);margin:0;text-align:left}@media(min-width:600px){.funnel__testimonial-card{width:100%}}.funnel__preview-result{padding:20px 0}.funnel__preview-image{width:280px;height:280px;margin:0 auto 20px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001f}.funnel__preview-image img{width:100%;height:100%;object-fit:cover}.funnel__preview-title{font-size:20px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);margin:0 0 8px;color:var(--funnel-text)}.funnel__preview-text{font-size:14px;color:var(--funnel-text-muted);margin:0}.funnel__book-preview{background:#f1f5f9;border-radius:16px;padding:24px}.funnel__book-carousel{position:relative;aspect-ratio:1 / 1;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;margin-bottom:16px}.funnel__book-page{position:absolute;top:0;right:0;bottom:0;left:0;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;opacity:0;transition:opacity .3s ease}.funnel__book-page--active{opacity:1}.funnel__book-page-image{width:100%;max-height:60%;object-fit:contain;margin-bottom:16px;border-radius:8px}.funnel__book-page-title{font-size:18px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-text);margin:0 0 8px}.funnel__book-page-text{font-size:14px;color:var(--funnel-text-muted);line-height:1.6;margin:0}.funnel__book-page-placeholder{background:#f8fafc;border:2px dashed var(--funnel-border);border-radius:8px;padding:20px;color:var(--funnel-text-muted);font-size:13px}.funnel__book-nav{display:flex;align-items:center;justify-content:center;gap:16px}.funnel__book-nav-btn{width:40px;height:40px;border:2px solid var(--funnel-border);background:#fff;border-radius:50%;cursor:pointer;font-size:18px;transition:all .2s ease}.funnel__book-nav-btn:hover:not(:disabled){border-color:var(--funnel-primary);color:var(--funnel-primary)}.funnel__book-nav-btn:disabled{opacity:.4;cursor:not-allowed}.funnel__book-page-indicator{font-size:14px;color:var(--funnel-text-muted);min-width:100px;text-align:center}.funnel__upsells{display:flex;flex-direction:column;gap:12px}.funnel__upsell{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8fafc;border-radius:12px}.funnel__upsell-info{flex:1}.funnel__upsell-title{font-size:15px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);color:var(--funnel-text);margin:0 0 4px}.funnel__upsell-desc{font-size:13px;color:var(--funnel-text-muted);margin:0}.funnel__upsell-action{display:flex;align-items:center;gap:16px}.funnel__upsell-price{font-size:14px;font-weight:600;color:var(--funnel-text)}.funnel__toggle{position:relative;width:48px;height:28px;cursor:pointer}.funnel__toggle input{opacity:0;width:0;height:0}.funnel__toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--funnel-border);border-radius:14px;transition:background .2s ease}.funnel__toggle-slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0000001a}.funnel__toggle input:checked+.funnel__toggle-slider{background:var(--funnel-primary)}.funnel__toggle input:checked+.funnel__toggle-slider:before{transform:translate(20px)}.funnel__upsell-extra{padding:16px 20px;background:#f1f5f9;border-radius:12px;margin-top:-4px}.funnel__textarea{width:100%;padding:12px 16px;font-size:14px;border:2px solid var(--funnel-border);border-radius:8px;resize:vertical;min-height:80px;font-family:inherit}.funnel__textarea:focus{outline:none;border-color:var(--funnel-primary)}.funnel__poster-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.funnel__poster-size{padding:12px 8px;background:#fff;border:2px solid var(--funnel-border);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;line-height:1.4}.funnel__poster-size:hover{border-color:var(--funnel-primary)}.funnel__poster-size--active{border-color:var(--funnel-primary);background:#3b82f614}.funnel__step-body--summary{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 1px 3px #00000014;margin-top:16px}.funnel__summary{display:flex;flex-direction:column;gap:20px}.funnel__summary-product{display:flex;gap:16px;padding:16px;background:#f8fafc;border-radius:12px}.funnel__summary-image{width:80px;height:80px;background:var(--funnel-border);border-radius:8px;overflow:hidden}.funnel__summary-image img{width:100%;height:100%;object-fit:cover}.funnel__summary-details{flex:1}.funnel__summary-name{font-size:16px;font-weight:var(--font-heading-weight, 400);font-family:var(--font-heading-family),Georgia,serif;font-style:var(--font-heading-style, normal);margin:0 0 8px;color:var(--funnel-text)}.funnel__summary-list{margin:0;padding:0;list-style:none}.funnel__summary-list li{font-size:13px;color:var(--funnel-text-muted);margin-bottom:4px}.funnel__summary-pricing{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8fafc;border-radius:12px}.funnel__summary-line{display:flex;justify-content:space-between;font-size:14px;color:var(--funnel-text-muted)}.funnel__summary-line--discounted{color:var(--funnel-text)}.funnel__summary-original-price{text-decoration:line-through;color:var(--funnel-text-muted);font-size:13px;margin-right:8px}.funnel__summary-discounted-price{color:#10b981;font-weight:600}.funnel__summary-discount-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:600;text-align:center;margin-bottom:12px;box-shadow:0 2px 8px #10b9814d}.funnel__summary-total{display:flex;justify-content:space-between;padding:16px 16px 0;border-top:2px solid var(--funnel-border);font-size:18px;font-weight:700;color:var(--funnel-text)}.funnel__nav{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;justify-content:center;gap:12px;padding:16px;background:#fff;border-top:1px solid var(--funnel-border);box-shadow:0 -4px 12px #0000000d}.funnel__nav .funnel__btn{max-width:480px}.funnel__btn{flex:1;padding:16px 24px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease}.funnel__btn--back{background:#fff;border:2px solid var(--funnel-border);color:var(--funnel-text);flex:.5}.funnel__btn--back:hover{background:#f8fafc}.funnel__btn--next,.funnel__btn--cart{background:var(--funnel-primary);border:none;color:#fff}.funnel__btn--next:hover,.funnel__btn--cart:hover{background:var(--funnel-primary-hover)}.funnel__btn--next:disabled{background:var(--funnel-border);cursor:not-allowed}.funnel__btn--cart{background:var(--funnel-success)}.funnel__btn--cart:hover{background:#059669}@media(max-width:480px){.funnel{padding:0 0 100px}.funnel__steps{padding:0 6px}.funnel__step-body{padding:24px 8px}.funnel__title{font-size:22px}.funnel__options--two,.funnel__poster-sizes{grid-template-columns:1fr}}.funnel__step-body--preview-result{text-align:center}.funnel__preview-details{margin:24px 0;background:#fff;border-radius:12px;border:1px solid var(--funnel-border);overflow:hidden;text-align:left}.funnel__preview-details-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:transparent;border:none;font-size:15px;font-weight:600;color:var(--funnel-text);cursor:pointer;transition:background .2s ease}.funnel__preview-details-toggle:hover{background:#00000005}.funnel__preview-details-arrow{transition:transform .2s ease;flex-shrink:0}.funnel__preview-details-toggle[aria-expanded=true] .funnel__preview-details-arrow{transform:rotate(180deg)}.funnel__preview-details-content{padding:0 16px 16px;border-top:1px solid var(--funnel-border)}.funnel__preview-details-list{list-style:disc;margin:12px 0 0;padding:0 0 0 20px}.funnel__preview-details-list li{font-size:14px;color:var(--funnel-text-muted);padding:6px 0}.funnel__preview-details-list strong{color:var(--funnel-text);font-weight:500}.funnel__preview-character{margin:0 0 24px;display:flex;align-items:center;justify-content:center}.funnel__preview-character img{max-width:100%;max-height:280px;object-fit:contain;border-radius:8px}.funnel__preview-gallery{display:flex;flex-direction:column;gap:12px;margin-top:8px}.funnel__preview-gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center}.funnel__preview-gallery-spinner{width:32px;height:32px;border:3px solid var(--funnel-border);border-top-color:var(--funnel-primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.funnel__preview-gallery-loading p{font-size:13px;color:var(--funnel-text-muted);margin:0}.funnel__preview-notice{background:#fff;border-radius:12px;padding:16px 24px;text-align:center;margin-top:16px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}.funnel__preview-notice p{font-size:14px;color:var(--funnel-text-muted);margin:0}.funnel__preview-page{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column}.funnel__preview-page>img:not(.funnel__preview-cover-photo){width:100%;height:auto;display:block}.funnel__preview-cover-header{position:absolute;top:18%;left:50%;transform:translate(-50%);width:92%;display:flex;flex-direction:column;align-items:center;gap:clamp(1px,.5vw,6px)}.funnel__preview-cover-title{font-size:clamp(22px,5.5vw,28px);font-weight:700;color:var(--theme-text-color, #ffffff);text-align:center;letter-spacing:clamp(.3px,.15vw,1px);font-family:Nunito,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.15;margin:0;max-width:100%;word-wrap:break-word}.funnel__preview-cover-subtitle{font-size:clamp(10px,2.5vw,12px);font-weight:400;color:var(--theme-text-color, rgba(255, 255, 255, .9));text-align:center;font-family:Nunito,sans-serif;font-style:italic;line-height:1.2;margin:0;max-width:95%}.funnel__preview-cover-photo{position:absolute;top:calc(53% + 2.2px);left:50%;transform:translate(-50%,-50%);width:23.5%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:5%}.funnel__preview-cover-belongs{position:absolute;bottom:calc(22% + 5px);left:50%;transform:translate(-50%);font-size:clamp(6px,1.8vw,12px);font-weight:400;color:#4a5568;text-align:center;font-family:Georgia,Times New Roman,serif;white-space:nowrap}.funnel__preview-cover-name{position:absolute;bottom:calc(13.5% + 6px);left:50%;transform:translate(calc(-50% - 2px));font-size:33px;font-weight:500;color:#2d3748;text-align:center;font-family:Brush Script MT,Segoe Script,cursive;font-style:italic;white-space:nowrap;line-height:1;max-width:80%;overflow:visible}.funnel__preview-page-text{position:absolute;top:6%;bottom:6%;width:44%;display:flex;align-items:center;justify-content:center;padding:5% 4%;box-sizing:border-box;overflow:hidden}.funnel__preview-page-text--left{left:3%}.funnel__preview-page-text--right{right:3%}.funnel__preview-page-text--full{width:90%;left:50%;transform:translate(-50%)}.funnel__preview-page-text p{margin:0;font-size:clamp(5px,1.6vw,7.5px);line-height:1.4;color:var(--theme-text-color, #ffffff);text-align:justify;font-family:Nunito,sans-serif;white-space:pre-line;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.funnel__preview-page-text--full p{font-size:clamp(12px,3.5vw,18px);line-height:1.5;text-align:center}@media(min-width:600px){.funnel__preview-page-text p{font-size:7px;line-height:1.55}.funnel__preview-page-text--full p{font-size:17px;line-height:1.6}}@media(min-width:768px){.funnel__preview-page-text p{font-size:7px;line-height:1.6}.funnel__preview-page-text--full p{font-size:18px;line-height:1.65}}.funnel__preview-page-lock{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px;width:44%;text-align:center}.funnel__preview-page-lock--left{left:3%}.funnel__preview-page-lock--right{right:3%}.funnel__preview-page-lock img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;opacity:1;filter:brightness(0) invert(1);object-fit:contain}.funnel__preview-page-lock span{font-size:7px;color:var(--theme-text-color, rgba(255, 255, 255, .9));font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media(min-width:480px){.funnel__preview-page-lock img{width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important}.funnel__preview-page-lock span{font-size:8px}}@media(min-width:600px){.funnel__preview-page-lock img{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important}.funnel__preview-page-lock span{font-size:9px}}@media(min-width:768px){.funnel__preview-page-lock img{width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important}.funnel__preview-page-lock span{font-size:10px}}.funnel__preview-spread{display:grid;grid-template-columns:1fr 1fr;gap:2px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.funnel__preview-spread img{width:100%;height:auto;display:block}[hidden]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/funnel.css.map */
