{"title":"Home page","description":null,"products":[{"product_id":"e-book-forging-the-immortal-body","title":"E-Book: Forging The Immortal Body","description":"\u003cstyle\u003e\n  .fib-landing {\n    --fib-bg-main: #050506;\n    --fib-bg-card: rgba(12, 12, 16, 0.96);\n    --fib-bg-soft: rgba(15, 15, 20, 0.96);\n    --fib-gold: #d6b15a;\n    --fib-gold-soft: rgba(214, 177, 90, 0.18);\n    --fib-red: #c2363b;\n    --fib-text-main: #f4f4f4;\n    --fib-text-muted: #b9b9c8;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Roboto\", sans-serif;\n    color: var(--fib-text-main);\n  }\n\n  .fib-landing * {\n    box-sizing: border-box;\n  }\n\n  .fib-landing img {\n    max-width: 100%;\n    display: block;\n    border-radius: 16px;\n  }\n\n  .fib-scroll-shell {\n    max-width: 1200px;\n    margin: 2.5rem auto 3rem;\n    position: relative;\n    border-radius: 32px;\n    padding: 2.5rem 0 3rem;\n    background:\n      radial-gradient(circle at top, rgba(250,245,230,0.06), rgba(13,11,10,0.98)),\n      radial-gradient(circle at bottom, rgba(0,0,0,0.8), #0a0909);\n    border: 1px solid rgba(214,177,90,0.55);\n    box-shadow:\n      0 40px 80px rgba(0,0,0,0.9),\n      0 0 0 1px rgba(0,0,0,0.65);\n    overflow: hidden;\n  }\n\n  .fib-scroll-shell::before,\n  .fib-scroll-shell::after {\n    content: \"\";\n    position: absolute;\n    top: -40px;\n    bottom: -40px;\n    width: 32px;\n    background:\n      radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 55%),\n      linear-gradient(to bottom,\n        #2b2014,\n        #4b3a20 14%,\n        #d6b15a 18%,\n        #4b3a20 22%,\n        #2b2014 50%,\n        #4b3a20 78%,\n        #d6b15a 82%,\n        #4b3a20 86%,\n        #2b2014 100%);\n    box-shadow: 0 0 24px rgba(0,0,0,0.9);\n    opacity: 0.92;\n    z-index: 1;\n  }\n\n  .fib-scroll-shell::before { left: -12px; }\n  .fib-scroll-shell::after { right: -12px; }\n\n  .fib-scroll-inner {\n    position: relative;\n    z-index: 2;\n    background:\n      linear-gradient(135deg, rgba(255,255,255,0.02), transparent 40%),\n      linear-gradient(315deg, rgba(255,255,255,0.02), transparent 50%);\n    border-radius: 28px;\n    padding: 0.5rem 0 0;\n  }\n\n  .fib-section {\n    padding: 3.3rem 1.5rem;\n  }\n\n  .fib-section-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .fib-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 0.95rem 1.9rem;\n    border-radius: 999px;\n    font-size: 0.9rem;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    border: none;\n    cursor: pointer;\n    font-weight: 600;\n    transition: 0.18s ease;\n    white-space: nowrap;\n  }\n\n  .fib-btn-primary {\n    background: linear-gradient(135deg, #d6b15a, #f1d492);\n    color: #120f0a;\n    box-shadow: 0 18px 32px rgba(0,0,0,0.75);\n  }\n\n  .fib-btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 24px 40px rgba(0,0,0,0.9);\n  }\n\n  .fib-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);\n    gap: 3.3rem;\n    align-items: center;\n  }\n\n  .fib-hero-tag {\n    font-size: 0.78rem;\n    text-transform: uppercase;\n    letter-spacing: 0.18em;\n    color: var(--fib-gold);\n    margin-bottom: 0.8rem;\n  }\n\n  .fib-hero-title {\n    font-size: clamp(2.4rem, 3.2vw + 1.4rem, 3.6rem);\n    line-height: 1.08;\n    margin-bottom: 0.9rem;\n    font-weight: 700;\n  }\n\n  .fib-hero-sub {\n    font-size: 1rem;\n    color: var(--fib-text-muted);\n    max-width: 620px;\n    margin-bottom: 1.4rem;\n  }\n\n  .fib-hero-highlight {\n    font-size: 0.95rem;\n    color: var(--fib-text-muted);\n    margin-bottom: 1.5rem;\n  }\n\n  .fib-hero-highlight span {\n    color: var(--fib-gold);\n    font-weight: 500;\n  }\n\n  .fib-hero-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    margin-bottom: 1.4rem;\n  }\n\n  .fib-hero-note {\n    font-size: 0.8rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-hero-cover-wrap {\n    position: relative;\n  }\n\n  .fib-hero-cover {\n    border-radius: 26px;\n    box-shadow: 0 26px 46px rgba(0,0,0,0.9);\n    border: 1px solid rgba(255,255,255,0.06);\n  }\n\n  .fib-logo-tag {\n    position: absolute;\n    left: 50%;\n    bottom: -1.7rem;\n    transform: translateX(-50%);\n    background: rgba(5,5,6,0.96);\n    border-radius: 999px;\n    padding: 0.45rem 0.9rem;\n    border: 1px solid rgba(255,255,255,0.12);\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n    font-size: 0.75rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-logo-tag img {\n    width: 26px;\n    height: 26px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,0.4);\n  }\n\n  .fib-book-card {\n    background: var(--fib-bg-card);\n    border-radius: 22px;\n    padding: 1.4rem 1.6rem 1.6rem;\n    border: 1px solid rgba(255,255,255,0.06);\n    box-shadow: 0 22px 40px rgba(0,0,0,0.85);\n    margin-top: 2.6rem;\n  }\n\n  .fib-book-meta-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 0.7rem 1.2rem;\n    font-size: 0.82rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-book-meta-grid strong {\n    display: block;\n    font-size: 0.78rem;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    color: var(--fib-text-main);\n    margin-bottom: 0.1rem;\n  }\n\n  .fib-price-tag {\n    display: flex;\n    align-items: baseline;\n    gap: 0.7rem;\n    margin-top: 1rem;\n    margin-bottom: 0.6rem;\n  }\n\n  .fib-price-main {\n    font-size: 1.9rem;\n    font-weight: 700;\n    color: var(--fib-gold);\n  }\n\n  .fib-price-strike {\n    font-size: 0.9rem;\n    color: var(--fib-text-muted);\n    text-decoration: line-through;\n  }\n\n  .fib-price-note {\n    font-size: 0.8rem;\n    color: var(--fib-red);\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n  }\n\n  .fib-pill-label {\n    display: inline-block;\n    padding: 0.3rem 0.9rem;\n    border-radius: 999px;\n    border: 1px solid var(--fib-gold-soft);\n    color: var(--fib-gold);\n    letter-spacing: 0.18em;\n    font-size: 0.7rem;\n    text-transform: uppercase;\n    margin-bottom: 0.9rem;\n  }\n\n  .fib-section-title {\n    font-size: 1.9rem;\n    margin-bottom: 0.6rem;\n    font-weight: 700;\n  }\n\n  .fib-section-lead {\n    font-size: 0.98rem;\n    color: var(--fib-text-muted);\n    max-width: 720px;\n    margin-bottom: 1.9rem;\n  }\n\n  .fib-grid-3 {\n    display: grid;\n    gap: 1.5rem;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .fib-card {\n    background: var(--fib-bg-soft);\n    border-radius: 20px;\n    padding: 1.6rem 1.5rem;\n    border: 1px solid rgba(255,255,255,0.06);\n    box-shadow: 0 20px 32px rgba(0,0,0,0.7);\n  }\n\n  .fib-card-title {\n    font-size: 1rem;\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n  }\n\n  .fib-card-body {\n    font-size: 0.9rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-about-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);\n    gap: 2.4rem;\n    align-items: flex-start;\n  }\n\n  .fib-about-block {\n    background: var(--fib-bg-soft);\n    border-radius: 22px;\n    padding: 1.8rem 1.7rem;\n    border: 1px solid rgba(255,255,255,0.06);\n    box-shadow: 0 20px 34px rgba(0,0,0,0.7);\n  }\n\n  .fib-about-name {\n    font-size: 1rem;\n    font-weight: 600;\n    margin-top: 0.6rem;\n    margin-bottom: 0.2rem;\n  }\n\n  .fib-about-role {\n    font-size: 0.82rem;\n    color: var(--fib-text-muted);\n    margin-bottom: 0.9rem;\n  }\n\n  .fib-about-text {\n    font-size: 0.9rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-quote {\n    margin-top: 1rem;\n    border-left: 2px solid var(--fib-gold-soft);\n    padding-left: 1rem;\n    font-style: italic;\n    font-size: 0.88rem;\n    color: var(--fib-text-muted);\n  }\n\n  .fib-examples-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);\n    gap: 2.8rem;\n    align-items: center;\n  }\n\n  .fib-examples-images {\n    display: grid;\n    gap: 2.1rem;\n    justify-items: center;\n  }\n\n  .fib-examples-images img {\n    max-width: 430px;\n    box-shadow: 0 24px 40px rgba(0,0,0,0.9);\n    border-radius: 22px;\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .fib-cta-box {\n    background:\n      radial-gradient(circle at top left, rgba(214,177,90,0.18), transparent 55%),\n      radial-gradient(circle at bottom right, rgba(194,54,59,0.22), transparent 65%),\n      #090809;\n    border-radius: 26px;\n    padding: 2.1rem 2rem 2.3rem;\n    border: 1px solid rgba(255,255,255,0.1);\n    box-shadow: 0 26px 44px rgba(0,0,0,0.9);\n  }\n\n  .fib-cta-note {\n    font-size: 0.8rem;\n    color: var(--fib-text-muted);\n    margin-top: 0.8rem;\n  }\n\n  @media (max-width: 900px) {\n    .fib-hero-grid,\n    .fib-about-grid,\n    .fib-examples-grid {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .fib-section {\n      padding-inline: 1.3rem;\n    }\n\n    .fib-logo-tag {\n      position: static;\n      transform: none;\n      margin-top: 1rem;\n      justify-content: center;\n    }\n\n    .fib-scroll-shell {\n      border-radius: 24px;\n    }\n    .fib-scroll-inner {\n      border-radius: 20px;\n    }\n  }\n\n  @media (max-width: 720px) {\n    .fib-grid-3 {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .fib-hero-actions {\n      flex-direction: column;\n      align-items: stretch;\n    }\n\n    .fib-examples-images img {\n      max-width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fib-landing\"\u003e\n\u003cdiv class=\"fib-scroll-shell\"\u003e\n\u003cdiv class=\"fib-scroll-inner\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner fib-hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fib-hero-tag\"\u003eInternal martial science ebook\u003c\/div\u003e\n\u003ch1 class=\"fib-hero-title\"\u003eForging the Immortal Body\u003c\/h1\u003e\n\u003cp class=\"fib-hero-sub\"\u003eNeigong, Shengong and Qigong for true martial power, so your body stops leaking energy, your spirit stops collapsing under pressure, and your art finally feels alive the way it was meant to.\u003c\/p\u003e\n\u003cp class=\"fib-hero-highlight\"\u003eIn this book I clear up one of the biggest confusions in modern martial arts: people use Qigong, Neigong and Shengong like they are the same thing. They are not. They are three different levels of work, three different energies, and together they form the spine of real internal power.\u003c\/p\u003e\n\u003cdiv class=\"fib-hero-actions\"\u003e\n\u003c!-- Hook this button to Shopify's add-to-cart or buy now logic --\u003e \u003cbutton class=\"fib-btn fib-btn-primary\"\u003e Get the ebook now \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-hero-note\"\u003eInstant digital download. Read on any device, revisit as your understanding deepens.\u003c\/div\u003e\n\u003cdiv class=\"fib-book-card\"\u003e\n\u003cdiv class=\"fib-book-meta-grid\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e High quality PDF ebook\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLength\u003c\/strong\u003e Over 60 pages of applied internal training\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFocus\u003c\/strong\u003e Qigong, Neigong, Shengong, Dim Mak structure\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFor\u003c\/strong\u003e Dedicated beginners, instructors and advanced fighters\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-price-tag\"\u003e\n\u003cdiv class=\"fib-price-main\"\u003e$19.99\u003c\/div\u003e\n\u003cdiv class=\"fib-price-strike\"\u003e$29.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-price-note\"\u003eLaunch pricing for early students and supporters.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-hero-cover-wrap\"\u003e\n\u003c!-- Replace this image URL with your Shopify-hosted cover image --\u003e \u003cimg class=\"fib-hero-cover\" src=\"https:\/\/static.wixstatic.com\/media\/5189c1_29b121546efb4fb8845ca6b64abd7641~mv2.png\" alt=\"Forging the Immortal Body ebook cover\"\u003e \u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cdiv class=\"fib-logo-tag\"\u003e\n\u003c!-- Replace with your logo hosted on Shopify if you like --\u003e \u003cimg src=\"https:\/\/static.wixstatic.com\/media\/5189c1_92c1ba3db3d74cb38019cdddaf5becf5~mv2.png\" alt=\"Cloud Forest Martial Arts Institute logo\"\u003e \u003cspan\u003eCloud Forest Martial Arts Institute\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY THIS BOOK --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner\"\u003e\n\u003cdiv class=\"fib-pill-label\"\u003eWhy this book exists\u003c\/div\u003e\n\u003ch2 class=\"fib-section-title\"\u003eClearing the fog around the three energies\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eFor years I watched martial artists use the words Qigong, Neigong and Shengong like vague magic. Some thought Qigong was just breathing exercises. Some believed Neigong was secret strength training. Many had never even heard the word Shengong. Without clarity the training stays shallow and the body never truly changes.\u003c\/p\u003e\n\u003cdiv class=\"fib-card\" style=\"margin-bottom: 1.8rem;\"\u003e\n\u003cp class=\"fib-card-body\"\u003eIn this book I slow everything down and draw clear lines. Qigong as the breath of the body and the basic awakening of Qi. Neigong as the deep reshaping of fascia, tendons and structure so power moves as one wave. Shengong as the training of spirit itself, the way your awareness, intention and presence interact with life.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp class=\"fib-card-body\"\u003eThe goal is simple. By the time you close this book you should be able to point to each energy in your own training and say: this is my Qigong work, this is my Neigong work, this is my Shengong work. You understand what they are, why they matter and how they show up in combat, healing and daily life. The confusion drops. The path becomes clear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-grid-3\"\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003ch3 class=\"fib-card-title\"\u003eReal internal power\u003c\/h3\u003e\n\u003cp class=\"fib-card-body\"\u003eSee how Qigong, Neigong and Shengong stack together to create power that does not depend on youth or muscle. Breath cycles, fascia spirals, gate work and nervous system training come together in a way you can actually apply in your art.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003ch3 class=\"fib-card-title\"\u003eEmotional and spiritual resilience\u003c\/h3\u003e\n\u003cp class=\"fib-card-body\"\u003eWe look at how fear, anger, grief and joy live in the body, how they twist fascia, choke breath and shut down Shen. You get practices that open spirit gates and shadow gates so your training makes you more human and more stable, not more brittle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003ch3 class=\"fib-card-title\"\u003eClean Dim Mak logic\u003c\/h3\u003e\n\u003cp class=\"fib-card-body\"\u003ePoint striking as responsible disruption. Meridian relationships, nervous system shock, safe progressions and ethical use. You learn why certain points collapse structure or scramble intention so your touch is guided by understanding rather than superstition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EXAMPLE PAGES --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner fib-examples-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fib-pill-label\"\u003eFrom inside the book\u003c\/div\u003e\n\u003ch2 class=\"fib-section-title\"\u003eChannel activation and foundations of power\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eThese are not decorative pages. Every section is written to feel like you are sitting in the school after hours while I break the art down for you: fascia nets, meridian gates, channel activation, breath rhythms and how all of that becomes real power in the body.\u003c\/p\u003e\n\u003cdiv class=\"fib-card\"\u003e\n\u003cp class=\"fib-card-body\"\u003eYou see how gentle tapping, brushing and pressure along the meridians send waves through the fascial web, waking up the body's listening system. You read how Qigong becomes the foundation of internal power for fighters, how strikes rise from the ground, spiral through the fascia and arrive at the hand with far less effort.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp class=\"fib-card-body\"\u003eThe same level of detail continues through the whole book: clear language, deep concepts and practical guidance that tells you what to do with your body, your breath and your awareness the next time you step on the mat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fib-examples-images\"\u003e\n\u003c!-- Replace these example images with Shopify-hosted page previews if available --\u003e \u003cimg src=\"https:\/\/static.wixstatic.com\/media\/5189c1_5f4543c453704e409e22608cb4aa7385~mv2.png\" alt=\"Example page explaining channel activation\"\u003e \u003cimg src=\"https:\/\/static.wixstatic.com\/media\/5189c1_e721f9e01ad747c3adf04c3d2c31b5fc~mv2.png\" alt=\"Example page explaining the foundation of internal power\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ABOUT THE AUTHOR --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner fib-about-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fib-pill-label\"\u003eAbout the author\u003c\/div\u003e\n\u003ch2 class=\"fib-section-title\"\u003eForged over decades in the arts\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eI have been working in the internal arts for over 35 years. There are still days I feel like a beginner. That is not a weakness, it is a reminder that the art is alive. Every year it reveals another layer if you are willing to keep looking.\u003c\/p\u003e\n\u003cdiv class=\"fib-about-block\"\u003e\n\u003cdiv class=\"fib-about-name\"\u003eSifu Michael Johnson \/ Wei Lei Ma\u003c\/div\u003e\n\u003cdiv class=\"fib-about-role\"\u003eLineage holder, Dim Mak scholar, internal martial and healing arts instructor\u003c\/div\u003e\n\u003cp class=\"fib-about-text\"\u003eMy path has taken me through Royal Bodyguard Dim Mak, Wei Family systems, Qigong, Neigong, Shengong, Chinese medicine and the very real chaos of life: running schools, guiding students, facing my own health and spiritual tests. I wrote this book so you do not have to spend three decades just trying to figure out what these energies are supposed to feel like.\u003c\/p\u003e\n\u003cp class=\"fib-quote\"\u003eThink of this as us sitting across from each other with a cup of tea, pulling back the curtain on what I have learned and how I train. No performance, no mystery language, just the truth of the work and a map you can follow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"fib-section\"\u003e\n\u003cdiv class=\"fib-section-inner\"\u003e\n\u003cdiv class=\"fib-cta-box\"\u003e\n\u003ch2 class=\"fib-section-title\"\u003eBegin forging your immortal body\u003c\/h2\u003e\n\u003cp class=\"fib-section-lead\"\u003eIf you are tired of guessing what Qigong, Neigong and Shengong really are, and you feel that pull to go deeper into the internal side of your art, this is your doorway. Read it in one long evening, then keep working it for the rest of your life as the material opens new gates inside you.\u003c\/p\u003e\n\u003cdiv class=\"fib-price-tag\"\u003e\n\u003cdiv class=\"fib-price-main\"\u003e$17.99\u003c\/div\u003e\n\u003cdiv class=\"fib-price-strike\"\u003e$29.99\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Second CTA button --\u003e \u003cbutton class=\"fib-btn fib-btn-primary\" style=\"width: 100%; margin-top: 0.8rem;\"\u003e Purchase the ebook now \u003c\/button\u003e\n\u003cdiv class=\"fib-cta-note\"\u003eYou receive instant access to the PDF. No subscription, no hidden charges. Just you, the work and the time you put into it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Infinite Design Vault","offers":[{"title":"Default Title","offer_id":47465393750116,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/5065\/5588\/files\/1_Forging-the-Immortal-Body.png?v=1764794489"}],"url":"https:\/\/www.cloudforestpublishing.com\/collections\/frontpage.oembed","provider":"Cloud Forest Publishing","version":"1.0","type":"link"}