{"product_id":"3d-christmas-wonder-tales-pop-up-book","title":"⭐2026 USA Sale: Up to 50% OFF -3D Christmas Wonder Tales Pop-Up Book","description":"\u003cstyle\u003e   #cwt-page,   #cwt-page *{     box-sizing:border-box;   }    #cwt-page{     --navy:#142744;     --navy-dark:#0d1a2e;     --red:#9d302c;     --red-dark:#81221f;     --cream:#fffaf1;     --cream-2:#f7efe3;     --gold:#c99746;     --gold-light:#e4c17f;     --green:#244a39;     --ink:#2e2924;     --muted:#6d655d;     --line:#eadcc7;      width:100%;     overflow:hidden;     color:var(--ink);     background:       linear-gradient(         180deg,         #fffdf9 0%,         #fffaf3 40%,         #f8efe3 100%       );      font-family:       -apple-system,       BlinkMacSystemFont,       'Segoe UI',       Roboto,       Helvetica,       Arial,       sans-serif;   }    #cwt-page img{     width:100%;     height:auto;     display:block;     margin:0;     padding:0;     background:transparent;     border:0;   }    #cwt-page .cwt-shell{     width:min(1160px,calc(100% - 30px));     margin:0 auto;   }    #cwt-page .cwt-section{     padding:72px 0;   }    #cwt-page .cwt-section-small{     padding:52px 0;   }    #cwt-page .cwt-center{     text-align:center;   }    #cwt-page .cwt-kicker{     display:inline-flex;     align-items:center;     justify-content:center;      padding:8px 14px;      border:1px solid #e8d5b4;     border-radius:999px;      background:#ffffff;     color:#805d24;      font-size:12px;     line-height:1.2;     font-weight:800;     letter-spacing:.11em;     text-transform:uppercase;   }    #cwt-page .cwt-main-title,   #cwt-page .cwt-h2,   #cwt-page .cwt-h3{     font-family:       Georgia,       'Times New Roman',       serif;      color:var(--navy);   }    #cwt-page .cwt-main-title{     margin:18px 0 20px;      font-size:clamp(38px,5.6vw,66px);     line-height:1.02;     letter-spacing:-.025em;   }    #cwt-page .cwt-main-title em{     color:var(--red);     font-style:normal;   }    #cwt-page .cwt-h2{     margin:13px 0 18px;      font-size:clamp(31px,4vw,49px);     line-height:1.08;     letter-spacing:-.015em;   }    #cwt-page .cwt-h3{     margin:0 0 9px;      font-size:25px;     line-height:1.15;   }    #cwt-page .cwt-lead{     margin-top:0;      font-size:18px;     line-height:1.75;     color:var(--muted);   }    #cwt-page .cwt-center .cwt-lead{     max-width:750px;     margin-left:auto;     margin-right:auto;   }    \/* =====================================================      IMAGE — NO WHITE BORDER   ====================================================== *\/    #cwt-page .cwt-image{     width:100%;     overflow:hidden;      background:transparent;     border:0;     border-radius:22px;      box-shadow:none;   }    #cwt-page .cwt-image img{     width:100%;     height:auto;      margin:0;     padding:0;      border:0;     border-radius:22px;      object-fit:cover;   }    \/* =====================================================      HERO   ====================================================== *\/    #cwt-page .cwt-hero{     padding:35px 0 72px;      background:       radial-gradient(         circle at 80% 8%,         rgba(222,186,114,.2),         transparent 30%       ),       linear-gradient(         180deg,         #fffdf9 0%,         #fff7ec 100%       );   }    #cwt-page .cwt-hero-grid{     display:grid;      grid-template-columns:       minmax(0,.9fr)       minmax(0,1.1fr);      align-items:center;      gap:48px;   }    #cwt-page .cwt-hero-copy{     padding:20px 0;   }    #cwt-page .cwt-hero-copy .cwt-lead{     max-width:570px;   }    #cwt-page .cwt-checks{     display:grid;     gap:12px;      margin:25px 0 30px;   }    #cwt-page .cwt-check{     display:flex;     align-items:flex-start;      gap:11px;      color:#49423c;      font-size:15px;     line-height:1.5;   }    #cwt-page .cwt-check-icon{     flex:0 0 25px;      width:25px;     height:25px;      display:grid;     place-items:center;      border-radius:50%;      background:#edf4ee;     color:#285940;      font-size:13px;     font-weight:900;   }    #cwt-page .cwt-actions{     display:flex;     flex-wrap:wrap;     gap:11px;   }    #cwt-page .cwt-btn{     appearance:none;      min-height:52px;      display:inline-flex;     align-items:center;     justify-content:center;      padding:0 25px;      border:0;     border-radius:999px;      background:var(--red);     color:#ffffff;      text-decoration:none;      font-size:15px;     font-weight:800;      cursor:pointer;      box-shadow:       0 12px 28px       rgba(145,42,39,.22);      transition:       transform .2s ease,       background .2s ease;   }    #cwt-page .cwt-btn:hover{     transform:translateY(-2px);     background:var(--red-dark);   }    #cwt-page .cwt-btn-outline{     background:#ffffff;     color:var(--navy);      border:1px solid #ddc9a9;      box-shadow:none;   }    #cwt-page .cwt-hero-media{     position:relative;   }    #cwt-page .cwt-hero-badge{     position:absolute;      right:18px;     bottom:18px;      max-width:190px;      padding:12px 16px;      background:       rgba(255,255,255,.96);      border:1px solid #ead6b6;     border-radius:15px;      color:var(--navy);      font-size:12px;     line-height:1.35;     font-weight:800;      box-shadow:       0 12px 30px       rgba(53,32,15,.13);   }    \/* =====================================================      FEATURE STRIP   ====================================================== *\/    #cwt-page .cwt-strip{     position:relative;     z-index:3;      margin-top:-35px;   }    #cwt-page .cwt-strip-inner{     display:grid;     grid-template-columns:repeat(4,1fr);      overflow:hidden;      background:#ffffff;      border:1px solid var(--line);     border-radius:23px;      box-shadow:       0 16px 42px       rgba(65,40,16,.09);   }    #cwt-page .cwt-strip-item{     padding:24px 17px;      text-align:center;      border-right:       1px solid #eee1cf;   }    #cwt-page .cwt-strip-item:last-child{     border-right:0;   }    #cwt-page .cwt-strip-icon{     margin-bottom:8px;     font-size:29px;   }    #cwt-page .cwt-strip-item strong{     display:block;      margin-bottom:5px;      color:var(--navy);      font-size:15px;   }    #cwt-page .cwt-strip-item span{     color:#766e65;      font-size:13px;     line-height:1.45;   }    \/* =====================================================      TWO COLUMNS   ====================================================== *\/    #cwt-page .cwt-two{     display:grid;      grid-template-columns:       minmax(0,1fr)       minmax(0,1fr);      align-items:center;      gap:50px;   }    #cwt-page .cwt-copy p{     margin-bottom:15px;      color:var(--muted);      font-size:16px;     line-height:1.75;   }    #cwt-page .cwt-quote{     margin-top:23px;      padding:18px 20px;      background:#fff9ef;      border-left:       4px solid var(--gold);      border-radius:       0 15px 15px 0;      color:#59452a;      font-family:       Georgia,       'Times New Roman',       serif;      font-size:16px;     line-height:1.65;   }    \/* =====================================================      THREE SCENES   ====================================================== *\/    #cwt-page .cwt-soft{     background:#f3eadc;   }    #cwt-page .cwt-scenes{     display:grid;     grid-template-columns:repeat(3,1fr);      gap:22px;      margin-top:38px;   }    #cwt-page .cwt-scene{     background:transparent;      border:0;     border-radius:20px;      overflow:visible;      box-shadow:none;   }    #cwt-page .cwt-scene-media{     overflow:hidden;      border-radius:20px;   }    #cwt-page .cwt-scene-media img{     width:100%;      aspect-ratio:1\/1;      object-fit:cover;      border-radius:20px;   }    #cwt-page .cwt-scene-copy{     padding:20px 5px 0;   }    #cwt-page .cwt-scene-copy p{     margin:0;      color:#6b635a;      font-size:14px;     line-height:1.65;   }    \/* =====================================================      ENGINEERING   ====================================================== *\/    #cwt-page .cwt-engineering{     background:       radial-gradient(         circle at top,         #233e61,         var(--navy)       );      color:#ffffff;   }    #cwt-page .cwt-engineering .cwt-h2{     color:#ffffff;   }    #cwt-page .cwt-engineering .cwt-lead{     color:       rgba(255,255,255,.82);   }    #cwt-page .cwt-engineering-image{     margin-top:34px;      overflow:hidden;      border-radius:22px;   }    #cwt-page .cwt-engineering-image img{     border-radius:22px;   }    #cwt-page .cwt-fold-grid{     display:grid;     grid-template-columns:repeat(4,1fr);      gap:14px;      margin-top:30px;   }    #cwt-page .cwt-fold{     padding:21px 19px;      background:       rgba(255,255,255,.07);      border:       1px solid rgba(255,255,255,.14);      border-radius:17px;   }    #cwt-page .cwt-fold-number{     width:38px;     height:38px;      display:grid;     place-items:center;      margin-bottom:13px;      border-radius:50%;      background:#d4aa63;     color:#182942;      font-weight:900;   }    #cwt-page .cwt-fold strong{     display:block;     margin-bottom:7px;   }    #cwt-page .cwt-fold p{     margin:0;      color:       rgba(255,255,255,.75);      font-size:13px;     line-height:1.55;   }    \/* =====================================================      INTERACTIVE READING   ====================================================== *\/    #cwt-page .cwt-values{     display:grid;     grid-template-columns:repeat(3,1fr);      gap:16px;      margin-top:27px;   }    #cwt-page .cwt-value{     padding:22px 19px;      background:#ffffff;      border:       1px solid var(--line);      border-radius:18px;   }    #cwt-page .cwt-value-icon{     margin-bottom:8px;      font-size:28px;   }    #cwt-page .cwt-value strong{     display:block;      margin-bottom:6px;      color:var(--navy);   }    #cwt-page .cwt-value p{     margin:0;      color:#6b635b;      font-size:13px;     line-height:1.55;   }    \/* =====================================================      GIFT SECTION   ====================================================== *\/    #cwt-page .cwt-gift{     background:       linear-gradient(         135deg,         #fff8ee,         #f4e6d0       );   }    #cwt-page .cwt-gift-inner{     display:grid;      grid-template-columns:       minmax(0,1fr)       minmax(0,1fr);      overflow:hidden;      background:#ffffff;      border:       1px solid var(--line);      border-radius:26px;   }    #cwt-page .cwt-gift-copy{     padding:48px;      display:flex;     flex-direction:column;     justify-content:center;   }    #cwt-page .cwt-gift-copy ul{     margin:12px 0 0;     padding-left:21px;      color:var(--muted);      line-height:1.9;   }    #cwt-page .cwt-gift-media img{     width:100%;     height:100%;      object-fit:cover;   }    \/* =====================================================      FAQ   ====================================================== *\/    #cwt-page .cwt-faq{     max-width:900px;      margin:30px auto 0;   }    #cwt-page details{     margin-bottom:11px;      overflow:hidden;      background:#ffffff;      border:       1px solid var(--line);      border-radius:15px;   }    #cwt-page summary{     position:relative;      padding:19px 52px 19px 20px;      color:var(--navy);      font-size:15px;     font-weight:800;      cursor:pointer;      list-style:none;   }    #cwt-page summary::-webkit-details-marker{     display:none;   }    #cwt-page summary:after{     content:'+';      position:absolute;      right:20px;     top:14px;      color:var(--red);      font-size:25px;   }    #cwt-page details[open] summary:after{     content:'−';   }    #cwt-page .cwt-answer{     padding:       0 20px 20px;      color:#6a6259;      font-size:14px;     line-height:1.75;   }    \/* =====================================================      FINAL CTA   ====================================================== *\/    #cwt-page .cwt-final{     padding:68px 0 80px;   }    #cwt-page .cwt-final-box{     padding:53px 25px;      text-align:center;      color:#ffffff;      background:       radial-gradient(         circle at 20% 8%,         rgba(232,191,111,.23),         transparent 28%       ),       linear-gradient(         135deg,         #1b3150,         #0d1a2e       );      border-radius:29px;      box-shadow:       0 23px 62px       rgba(24,37,55,.17);   }    #cwt-page .cwt-final-box .cwt-h2{     color:#ffffff;   }    #cwt-page .cwt-final-box p{     max-width:670px;      margin:0 auto 26px;      color:       rgba(255,255,255,.82);      font-size:16px;     line-height:1.75;   }    #cwt-page .cwt-final-box .cwt-btn{     background:#ffffff;     color:var(--navy);      box-shadow:none;   }    \/* =====================================================      RESPONSIVE   ====================================================== *\/    @media(max-width:900px){      #cwt-page .cwt-hero-grid,     #cwt-page .cwt-two,     #cwt-page .cwt-gift-inner{       grid-template-columns:1fr;     }      #cwt-page .cwt-scenes{       grid-template-columns:repeat(2,1fr);     }      #cwt-page .cwt-strip-inner,     #cwt-page .cwt-fold-grid{       grid-template-columns:repeat(2,1fr);     }      #cwt-page .cwt-values{       grid-template-columns:1fr;     }      #cwt-page .cwt-strip-item:nth-child(2){       border-right:0;     }    }    @media(max-width:600px){      #cwt-page .cwt-shell{       width:calc(100% - 22px);     }      #cwt-page .cwt-section{       padding:52px 0;     }      #cwt-page .cwt-hero{       padding:         20px 0 55px;     }      #cwt-page .cwt-strip{       margin-top:-17px;     }      #cwt-page .cwt-strip-inner,     #cwt-page .cwt-scenes,     #cwt-page .cwt-fold-grid{       grid-template-columns:1fr;     }      #cwt-page .cwt-strip-item{       border-right:0;        border-bottom:         1px solid #eee1cf;     }      #cwt-page .cwt-strip-item:last-child{       border-bottom:0;     }      #cwt-page .cwt-gift-copy{       padding:34px 25px;     }      #cwt-page .cwt-hero-badge{       right:10px;       bottom:10px;        max-width:160px;     }    } \u003c\/style\u003e \u003cdiv id=\"cwt-page\"\u003e \u003c!-- =============================================        HERO   ============================================== --\u003e \u003csection class=\"cwt-hero\"\u003e \u003cdiv class=\"cwt-shell cwt-hero-grid\"\u003e \u003cdiv class=\"cwt-hero-copy\"\u003e \u003cspan class=\"cwt-kicker\"\u003e           ✨ A Storybook That Comes To Life         \u003c\/span\u003e \u003ch1 class=\"cwt-main-title\"\u003e           Open the Book.\u003cbr\u003e \u003cem\u003eWatch Christmas Rise.\u003c\/em\u003e \u003c\/h1\u003e \u003cp class=\"cwt-lead\"\u003e           Every spread transforms into a dramatic paper-built           Christmas world. Houses rise, trees unfold and           characters leap from the page — then everything           folds neatly back inside when the book closes.         \u003c\/p\u003e \u003cdiv class=\"cwt-checks\"\u003e \u003cdiv class=\"cwt-check\"\u003e \u003cspan class=\"cwt-check-icon\"\u003e✓\u003c\/span\u003e \u003cdiv\u003e \u003cstrong\u003eTrue 3D paper engineering\u003c\/strong\u003e               with dramatic layered pop-up scenes.             \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-check\"\u003e \u003cspan class=\"cwt-check-icon\"\u003e✓\u003c\/span\u003e \u003cdiv\u003e \u003cstrong\u003eDesigned to fold flat again\u003c\/strong\u003e               when the covers close.             \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-check\"\u003e \u003cspan class=\"cwt-check-icon\"\u003e✓\u003c\/span\u003e \u003cdiv\u003e \u003cstrong\u003eEnglish storybook content\u003c\/strong\u003e               for cozy family reading.             \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-actions\"\u003e  \u003ca class=\"cwt-btn cwt-btn-outline\" href=\"#cwt-how\"\u003e             See How It Pops Up           \u003c\/a\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-hero-media\"\u003e \u003cdiv class=\"cwt-image\"\u003e \u003cimg alt=\"Christmas Wonder Tales 3D Pop-Up Book\" fetchpriority=\"high\" loading=\"eager\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/ef62dced-6072-41d0-99ad-61d5ea6d444f_950dee6a-ab03-4d54-8b69-cb1d5cc0930e.png?v=1789703946\"\u003e \u003c\/div\u003e \u003c!-- =============================================        BENEFITS   ============================================== --\u003e \u003cdiv class=\"cwt-shell cwt-strip\"\u003e \u003cdiv class=\"cwt-strip-inner\"\u003e \u003cdiv class=\"cwt-strip-item\"\u003e \u003cdiv class=\"cwt-strip-icon\"\u003e📖\u003c\/div\u003e \u003cstrong\u003e           Open \u0026amp; Discover         \u003c\/strong\u003e \u003cspan\u003e           Every spread reveals a new Christmas scene.         \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-strip-item\"\u003e \u003cdiv class=\"cwt-strip-icon\"\u003e✨\u003c\/div\u003e \u003cstrong\u003e           Dramatic 3D Pop-Ups         \u003c\/strong\u003e \u003cspan\u003e           Paper structures rise far above the page.         \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-strip-item\"\u003e \u003cdiv class=\"cwt-strip-icon\"\u003e🎄\u003c\/div\u003e \u003cstrong\u003e           Holiday Storytelling         \u003c\/strong\u003e \u003cspan\u003e           Made for cozy family reading moments.         \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-strip-item\"\u003e \u003cdiv class=\"cwt-strip-icon\"\u003e🎁\u003c\/div\u003e \u003cstrong\u003e           Gift-Worthy Keepsake         \u003c\/strong\u003e \u003cspan\u003e           A book to reopen every Christmas.         \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =============================================        NATIVITY   ============================================== --\u003e \u003csection class=\"cwt-section\" id=\"cwt-explore\"\u003e \u003cdiv class=\"cwt-shell cwt-two\"\u003e \u003cdiv class=\"cwt-image\"\u003e \u003cimg alt=\"Nativity 3D Christmas pop-up book\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/4b0e647e-6161-4e7e-a7b5-92ccad065058_179915db-e0a6-4ae7-9ddb-be06d43cf43c.png?v=1789703945\"\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-copy\"\u003e \u003cspan class=\"cwt-kicker\"\u003e           A Different World On Every Spread         \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e           Not Just Pictures.\u003cbr\u003e           Whole Scenes Rise From The Page.         \u003c\/h2\u003e \u003cp\u003e           Traditional picture books stay flat.           Christmas Wonder Tales uses carefully engineered           folds, paper tabs and layered platforms so           every scene physically transforms when the           book opens.         \u003c\/p\u003e \u003cp\u003e           A glowing Nativity rises beneath the Christmas           star while the stable, shepherds, palm trees,           sheep and distant city form multiple layers           of depth.         \u003c\/p\u003e \u003cdiv class=\"cwt-quote\"\u003e           The moment the page opens, the story becomes           something children can explore from every angle.         \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =============================================        MULTIPLE PAGES   ============================================== --\u003e \u003csection class=\"cwt-section cwt-soft\"\u003e \u003cdiv class=\"cwt-shell\"\u003e \u003cdiv class=\"cwt-center\"\u003e \u003cspan class=\"cwt-kicker\"\u003e           Explore The Book         \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e           A Christmas Adventure On Every Page         \u003c\/h2\u003e \u003cp class=\"cwt-lead\"\u003e           Different scenes use different paper mechanisms,           creating new heights, layers and surprises each           time another page opens.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-scenes\"\u003e \u003carticle class=\"cwt-scene\"\u003e \u003cdiv class=\"cwt-scene-media\"\u003e \u003cimg alt=\"Santa Christmas night pop-up spread\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/ef62dced-6072-41d0-99ad-61d5ea6d444f_950dee6a-ab03-4d54-8b69-cb1d5cc0930e.png?v=1789703946\"\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-scene-copy\"\u003e \u003ch3 class=\"cwt-h3\"\u003e               A Magical Christmas Night             \u003c\/h3\u003e \u003cp\u003e               Santa and his reindeer rise above a               snowy village while Christmas trees,               rooftops and bridges unfold below.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/article\u003e \u003carticle class=\"cwt-scene\"\u003e \u003cdiv class=\"cwt-scene-media\"\u003e \u003cimg alt=\"The Christmas Story pop-up book\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/4b0e647e-6161-4e7e-a7b5-92ccad065058_179915db-e0a6-4ae7-9ddb-be06d43cf43c.png?v=1789703945\"\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-scene-copy\"\u003e \u003ch3 class=\"cwt-h3\"\u003e               The Christmas Story             \u003c\/h3\u003e \u003cp\u003e               The Nativity unfolds beneath a bright               Christmas star in a peaceful layered scene               of hope and light.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/article\u003e \u003carticle class=\"cwt-scene\"\u003e \u003cdiv class=\"cwt-scene-media\"\u003e \u003cimg alt=\"Christmas forest 3D pop-up book\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/dd921023-a03a-4248-a682-d5034e0c6b73_0c95a1ba-cfbc-4bff-95de-e75fd7c471f6.png?v=1789704922\"\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-scene-copy\"\u003e \u003ch3 class=\"cwt-h3\"\u003e               Christmas In The Forest             \u003c\/h3\u003e \u003cp\u003e               Deer, foxes, rabbits and owls gather               around a glowing Christmas tree deep               inside the snowy forest.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/article\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =============================================        HOW IT POPS UP   ============================================== --\u003e \u003csection class=\"cwt-section cwt-engineering\" id=\"cwt-how\"\u003e \u003cdiv class=\"cwt-shell\"\u003e \u003cdiv class=\"cwt-center\"\u003e \u003cspan class=\"cwt-kicker\"\u003e           How The Magic Pops Up         \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e           Clever Paper Engineering Makes           Every Scene Move         \u003c\/h2\u003e \u003cp class=\"cwt-lead\"\u003e           No plastic structure is needed.           The dramatic height comes from carefully           designed paper folds, tabs, hinges and           layered platforms.         \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-engineering-image\"\u003e \u003cimg alt=\"How the Christmas pop-up book folds\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/773b3b19-6a78-45fc-aff0-2874d043671f.png?v=1789706661\"\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-fold-grid\"\u003e \u003cdiv class=\"cwt-fold\"\u003e \u003cdiv class=\"cwt-fold-number\"\u003e             1           \u003c\/div\u003e \u003cstrong\u003e             Mountain Folds           \u003c\/strong\u003e \u003cp\u003e             Raised folds create dramatic height,             lifting characters, trees and buildings             above the page.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-fold\"\u003e \u003cdiv class=\"cwt-fold-number\"\u003e             2           \u003c\/div\u003e \u003cstrong\u003e             Valley Folds           \u003c\/strong\u003e \u003cp\u003e             Recessed folds allow the tall structures             to collapse naturally as the book closes.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-fold\"\u003e \u003cdiv class=\"cwt-fold-number\"\u003e             3           \u003c\/div\u003e \u003cstrong\u003e             Paper Tabs \u0026amp; Hinges           \u003c\/strong\u003e \u003cp\u003e             Hidden paper supports guide the scene             smoothly upward whenever the spread opens.           \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-fold\"\u003e \u003cdiv class=\"cwt-fold-number\"\u003e             4           \u003c\/div\u003e \u003cstrong\u003e             Folds Flat Again           \u003c\/strong\u003e \u003cp\u003e             Close the covers and the entire paper             world folds neatly back between the pages.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =============================================        CHILDREN EXPERIENCE   ============================================== --\u003e \u003csection class=\"cwt-section\"\u003e \u003cdiv class=\"cwt-shell cwt-two\"\u003e \u003cdiv class=\"cwt-copy\"\u003e \u003cspan class=\"cwt-kicker\"\u003e           Touch • Explore • Discover         \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e           Reading Becomes Something           They Can Experience         \u003c\/h2\u003e \u003cp\u003e           Children do more than look at the pictures.           They lean closer, follow the layers,           discover the characters and watch how           the paper structures move.         \u003c\/p\u003e \u003cp\u003e           Every page becomes a little paper theater —           turning family reading into something           memorable and interactive.         \u003c\/p\u003e \u003cdiv class=\"cwt-values\"\u003e \u003cdiv class=\"cwt-value\"\u003e \u003cdiv class=\"cwt-value-icon\"\u003e               👀             \u003c\/div\u003e \u003cstrong\u003e               Visual Discovery             \u003c\/strong\u003e \u003cp\u003e               Rich details encourage children               to slow down and explore.             \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-value\"\u003e \u003cdiv class=\"cwt-value-icon\"\u003e               🤲             \u003c\/div\u003e \u003cstrong\u003e               Hands-On Wonder             \u003c\/strong\u003e \u003cp\u003e               Every new paper mechanism brings               another small surprise.             \u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-value\"\u003e \u003cdiv class=\"cwt-value-icon\"\u003e               ❤️             \u003c\/div\u003e \u003cstrong\u003e               Shared Moments             \u003c\/strong\u003e \u003cp\u003e               Made for reading with parents,               grandparents and siblings.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-image\"\u003e \u003cimg alt=\"Children discovering Christmas pop-up book pages\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/183ed053-3f40-423f-978c-8b48659d1586_d6b262d2-ac26-4f8a-a04b-f840ac8a236f.png?v=1789703945\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =============================================        FOREST STORY   ============================================== --\u003e \u003csection class=\"cwt-section cwt-soft\"\u003e \u003cdiv class=\"cwt-shell cwt-two\"\u003e \u003cdiv class=\"cwt-image\"\u003e \u003cimg alt=\"Christmas deer family pop-up book\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/7c016fa5-77f0-4502-8856-722a472fa6fb_3a311f73-e0bb-4616-95d5-d2f41e5d3209.png?v=1789703945\"\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-copy\"\u003e \u003cspan class=\"cwt-kicker\"\u003e           Stories With Heart         \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e           Small Christmas Stories           With Big Feelings         \u003c\/h2\u003e \u003cp\u003e           Behind every 3D scene is a simple message           about kindness, friendship, hope,           family and being together.         \u003c\/p\u003e \u003cp\u003e           Children may first fall in love with the           spectacular pop-ups — but the quiet moments           spent reading together are what can make           the book become part of Christmas memories.         \u003c\/p\u003e \u003cdiv class=\"cwt-quote\"\u003e           Christmas traditions are often built from           small moments. A favorite story can become           one of them.         \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =============================================        BOOK CLOSES   ============================================== --\u003e \u003csection class=\"cwt-section cwt-gift\"\u003e \u003cdiv class=\"cwt-shell\"\u003e \u003cdiv class=\"cwt-gift-inner\"\u003e \u003cdiv class=\"cwt-gift-copy\"\u003e \u003cspan class=\"cwt-kicker\"\u003e             From Big 3D World To A Real Book           \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e             The Whole Scene             Folds Back Inside           \u003c\/h2\u003e \u003cp class=\"cwt-lead\"\u003e             When storytime is over, the engineered             paper structures collapse naturally as             the covers close — turning the dramatic             display back into a beautiful hardcover book.           \u003c\/p\u003e \u003cul\u003e \u003cli\u003e               Designed to store like a normal book             \u003c\/li\u003e \u003cli\u003e               Open and close again and again             \u003c\/li\u003e \u003cli\u003e               Pop-up structures stay attached               to the pages             \u003c\/li\u003e \u003cli\u003e               No separate assembly pieces             \u003c\/li\u003e \u003cli\u003e               A beautiful Christmas keepsake             \u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003cdiv class=\"cwt-gift-media\"\u003e \u003cimg alt=\"Christmas Wonder Tales 3D Pop-Up Book cover\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/3012\/8812\/files\/a60674a8-4687-47ad-8d53-37662587a00d_14c31d45-f8aa-4c38-b57b-73b106876032.png?v=1789703945\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =============================================        FAQ   ============================================== --\u003e \u003csection class=\"cwt-section-small\"\u003e \u003cdiv class=\"cwt-shell cwt-center\"\u003e \u003cspan class=\"cwt-kicker\"\u003e         Questions \u0026amp; Answers       \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e         Before You Open The Magic       \u003c\/h2\u003e \u003cdiv class=\"cwt-faq\"\u003e \u003cdetails open=\"\"\u003e \u003csummary\u003e             Does the 3D scene stay attached to the book?           \u003c\/summary\u003e \u003cdiv class=\"cwt-answer\"\u003e             Yes. The paper structures are engineered             directly into the pages. When the spread             opens they rise into position, and when             the book closes they fold back down.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Does it require assembly?           \u003c\/summary\u003e \u003cdiv class=\"cwt-answer\"\u003e             The pop-up effect is designed to unfold             as the pages open. There are no separate             display pieces that need to be assembled             before reading.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Can the book close normally?           \u003c\/summary\u003e \u003cdiv class=\"cwt-answer\"\u003e             Yes. Mountain folds, valley folds,             hinges and paper tabs allow the raised             structures to collapse neatly back             between the pages.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Is this an English book?           \u003c\/summary\u003e \u003cdiv class=\"cwt-answer\"\u003e             Yes. This edition is designed as an             English-language Christmas storybook.           \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e             Why is it different from a normal picture book?           \u003c\/summary\u003e \u003cdiv class=\"cwt-answer\"\u003e             Instead of relying only on flat illustrations,             the scenes physically rise from the page,             creating foreground, middle-ground and             background depth like a miniature paper theater.           \u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =============================================        FINAL   ============================================== --\u003e \u003csection class=\"cwt-final\"\u003e \u003cdiv class=\"cwt-shell\"\u003e \u003cdiv class=\"cwt-final-box\"\u003e \u003cspan class=\"cwt-kicker\"\u003e           Christmas Wonder Tales         \u003c\/span\u003e \u003ch2 class=\"cwt-h2\"\u003e           Open A Book.\u003cbr\u003e           Unfold A Christmas World.         \u003c\/h2\u003e \u003cp\u003e           A Christmas story children can read,           touch, explore and bring back to life           every time the cover opens.         \u003c\/p\u003e  \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c\/div\u003e  \u003c\/div\u003e \u003c\/section\u003e\n\u003c\/div\u003e \u003cdiv class=\"shopify-section\" id=\"shopify-section-promo-popup\"\u003e \u003c\/div\u003e \u003cdiv class=\"shopify-section\" id=\"shopify-section-scroll-to-top-btn\"\u003e\n\u003cstyle data-shopify=\"\"\u003e   .scroll-to-top-btn-scroll-to-top-btn {     --offset-x: 2.0rem;     --offset-y: 2.0rem;   }   @media screen and (max-width: 749px) {     .scroll-to-top-btn-scroll-to-top-btn {       --offset-x: 1.5rem;       --offset-y: 1.5rem;     }   } \u003c\/style\u003e   \u003c\/div\u003e \u003cdiv class=\"shopify-section\" id=\"shopify-section-global-music-player\"\u003e\n\u003cstyle data-shopify=\"\"\u003e   .music-player-global-music-player {     --offset-x: 2.0rem;     --offset-y: 2.0rem;   }   @media screen and (max-width: 749px) {     .music-player-global-music-player {       --offset-x: 1.5rem;       --offset-y: 1.5rem;     }   } \u003c\/style\u003e \u003c\/div\u003e \u003c!-- BEGIN sections: footer-group --\u003e \u003cdiv class=\"shopify-section shopify-section-group-footer-group\" id=\"shopify-section-sections--21534171562156__footer\"\u003e \u003cstyle data-shopify=\"\"\u003e.footer {     margin-top: 0px;   }    .section-sections--21534171562156__footer-padding {     padding-top: 24px;     padding-bottom: 15px;   }    @media screen and (min-width: 750px) {     .footer {       margin-top: 0px;     }      .section-sections--21534171562156__footer-padding {       padding-top: 32px;       padding-bottom: 20px;     }   }    .color-scheme-sections--21534171562156__footer.color-custom {     --color-background: 18, 18, 18;     --gradient-background: #121212;          --color-foreground: 255, 255, 255;     --color-button: 255, 255, 255;     --color-button-text: 18, 18, 18;     --color-base-outline-button-labels: 255, 255, 255;   }    \u003c\/style\u003e\n\u003cfooter class=\"footer color-scheme-sections--21534171562156__footer color-accent-1 gradient section-sections--21534171562156__footer-padding animate-section animate--hidden\" data-animations=\"\" data-type=\"2D4uijgyb+keLSCtp+XqDeXChT7kpkoWWd34wbtxT6eXR4nwPPWV1\/fcN5khtYc8URRKGiGCf3hbAqmdLd4Jay5oyk1fSmALX++cuQXNj1kT8uB4ULMQH7\/7Vxf3a6GKNCxVblQ68GGAkNWl97UnQalbGlIKSwWtadHo0NTqA6AJuFKk3i\/dU7DE4WLth5tXpai+EMbO0ZfbR+6MqMv0nkS5tDT8eC3mYv5b+IdrNz3b1cFiby+N4\/33X7dvIBb2a818pHgN+hTWBKV1ZqnbGq3YwXKS6P2SpwP0bETrA9zM8dDbi0b+NxyNcIESiJiQhj\/iiQWB2vlzXMln++aGNfZYhKoVNwKfC8BRF3elVIK0vsz89ey5YcMT8CqGK4GzLOw73gCW6nQK+8utT4J6vQ==\"\u003e\u003cdiv class=\"footer__content-top page-width\"\u003e\u003cdiv class=\"footer__blocks-wrapper grid\"\u003e\u003cdiv class=\"footer-block grid__item footer-block--menu footer-block--desktop-2 footer-block--mobile-1 animate-item animate-item--child\" style=\"--index: 0;\"\u003e\n\u003ch2 class=\"footer-block__heading\"\u003eCompany\u003c\/h2\u003e\n\u003cul class=\"footer-block__details-content list-unstyled\"\u003e\n\u003cli\u003e \u003ca class=\"link link--text list-menu__item list-menu__item--link\" href=\"\/pages\/about-us\"\u003e                               About Us                             \u003c\/a\u003e \u003c\/li\u003e\n\u003cli\u003e \u003ca class=\"link link--text list-menu__item list-menu__item--link\" href=\"\/pages\/contact\"\u003e                               Contact Us     \u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"FTP","offers":[{"title":"Default Title","offer_id":54323016794223,"sku":"SZ06992609184178-圣诞节","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/2790\/8719\/files\/ef62dced-6072-41d0-99ad-61d5ea6d444f.png?v=1789720444","url":"https:\/\/lurevixea.com\/products\/3d-christmas-wonder-tales-pop-up-book","provider":"Lurevixea","version":"1.0","type":"link"}