{"product_id":"virgin-mary-book-nook","title":"⏳ Last Day 49% OFF –🙏 Virgin Mary Lighted Book Nook – Sacred Chapel Bookshelf Decor","description":"\u003cstyle\u003e\n\/* =========================================================\n   VIRGIN MARY BOOK NOOK\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Marian Blue × Sacred Ivory × Antique Gold × Stone Gray\n   Desktop + Mobile\n   Compact 920px Landing Page\n========================================================= *\/\n\n.vmb-page,\n.vmb-page *,\n.vmb-page *::before,\n.vmb-page *::after{\n  box-sizing:border-box;\n}\n\n.vmb-page{\n  --blue:#294f75;\n  --blue-2:#3e6d96;\n  --blue-dark:#17334e;\n\n  --gold:#bd9959;\n  --gold-2:#dcc083;\n  --gold-soft:#f0dfba;\n\n  --ivory:#fffaf2;\n  --ivory-2:#f6f1e8;\n  --ivory-3:#ebe5db;\n\n  --stone:#8c8982;\n  --green:#5d7b64;\n  --green-2:#78917d;\n\n  --text:#626268;\n  --ink:#343c45;\n  --line:#e3e1db;\n\n  width:100%;\n  max-width:920px;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  color:var(--ink);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.vmb-page img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  border:0!important;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes vmbReveal{\n  from{\n    opacity:0;\n    transform:translateY(22px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes vmbFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-6px);\n  }\n}\n\n@keyframes vmbGlow{\n  0%,100%{\n    box-shadow:\n      0 12px 30px\n      rgba(41,79,117,.08);\n  }\n\n  50%{\n    box-shadow:\n      0 18px 46px\n      rgba(41,79,117,.16),\n      0 0 34px\n      rgba(218,190,132,.17);\n  }\n}\n\n@keyframes vmbHalo{\n  0%,100%{\n    opacity:.18;\n    transform:scale(.92);\n  }\n\n  50%{\n    opacity:.52;\n    transform:scale(1.08);\n  }\n}\n\n@keyframes vmbTwinkle{\n  0%,100%{\n    opacity:.22;\n\n    transform:\n      scale(.82)\n      rotate(-6deg);\n  }\n\n  50%{\n    opacity:1;\n\n    transform:\n      scale(1.16)\n      rotate(6deg);\n  }\n}\n\n@keyframes vmbLantern{\n  0%,100%{\n    box-shadow:\n      0 0 0\n      rgba(221,180,99,0);\n  }\n\n  50%{\n    box-shadow:\n      0 0 30px\n      rgba(221,180,99,.27);\n  }\n}\n\n@keyframes vmbLeaf{\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-3deg);\n  }\n\n  50%{\n    transform:\n      translateY(-5px)\n      rotate(3deg);\n  }\n}\n\n@keyframes vmbShine{\n  0%{\n    left:-65%;\n  }\n\n  55%,\n  100%{\n    left:145%;\n  }\n}\n\n@keyframes vmbRise{\n  0%{\n    opacity:0;\n\n    transform:\n      translateY(12px)\n      scale(.7);\n  }\n\n  20%{\n    opacity:.52;\n  }\n\n  100%{\n    opacity:0;\n\n    transform:\n      translateY(-115px)\n      scale(1.1);\n  }\n}\n\n@keyframes vmbPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 11px 25px\n      rgba(41,79,117,.20);\n  }\n\n  50%{\n    transform:scale(1.022);\n\n    box-shadow:\n      0 17px 40px\n      rgba(41,79,117,.34);\n  }\n}\n\n.vmb-reveal{\n  opacity:1;\n  transform:none;\n}\n\n@supports(animation-timeline:view()){\n\n  .vmb-reveal{\n    animation:\n      vmbReveal\n      .8s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 27%;\n  }\n}\n\n\n\/* =========================================================\n   BASE\n========================================================= *\/\n\n.vmb-section{\n  position:relative;\n\n  padding:\n    32px 20px;\n}\n\n.vmb-light{\n  background:var(--ivory);\n}\n\n.vmb-soft{\n  background:var(--ivory-2);\n}\n\n.vmb-center{\n  text-align:center;\n}\n\n.vmb-eyebrow{\n  margin:\n    0 0\n    8px!important;\n\n  color:var(--gold)!important;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:1.65px;\n\n  line-height:1.3;\n\n  text-transform:uppercase;\n}\n\n.vmb-title,\n.vmb-h2{\n  margin:0!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  color:var(--blue-dark)!important;\n\n  font-weight:700;\n\n  line-height:1.12;\n}\n\n.vmb-title{\n  font-size:\n    clamp(\n      34px,\n      7vw,\n      54px\n    );\n}\n\n.vmb-h2{\n  font-size:\n    clamp(\n      27px,\n      5vw,\n      40px\n    );\n}\n\n.vmb-text{\n  margin:\n    14px 0\n    0!important;\n\n  color:var(--text)!important;\n\n  font-size:16px;\n\n  line-height:1.75;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.vmb-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    39px 20px\n    30px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      #fffefb 0%,\n      #f5f3ed 66%,\n      #e8edf0 100%\n    );\n}\n\n.vmb-hero::before{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:7%;\n  top:30px;\n\n  color:var(--gold);\n\n  font-size:30px;\n\n  animation:\n    vmbTwinkle\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n.vmb-hero::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:4px;\n  left:50%;\n\n  width:240px;\n  height:240px;\n\n  transform:translateX(-50%);\n\n  border-radius:50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(218,190,132,.18),\n      transparent 69%\n    );\n\n  animation:\n    vmbHalo\n    4.3s\n    ease-in-out\n    infinite;\n\n  pointer-events:none;\n}\n\n.vmb-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.vmb-mark{\n  display:grid;\n  place-items:center;\n\n  width:60px;\n  height:60px;\n\n  margin:\n    0 auto\n    12px;\n\n  border:\n    1px solid\n    #dcc79d;\n\n  border-radius:50%;\n\n  background:#fff;\n\n  font-size:28px;\n\n  box-shadow:\n    0 8px 19px\n    rgba(53,63,72,.08);\n\n  animation:\n    vmbFloat\n    3.8s\n    ease-in-out\n    infinite;\n}\n\n.vmb-hero .vmb-text{\n  max-width:720px;\n\n  margin:\n    15px auto\n    0!important;\n}\n\n.vmb-pills{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:19px;\n}\n\n.vmb-pill{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #d9d9d2;\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.78);\n\n  color:#4b5b69!important;\n\n  font-size:11px;\n\n  font-weight:800;\n}\n\n.vmb-hero-line{\n  max-width:700px;\n\n  margin:\n    20px auto\n    0;\n\n  padding:\n    16px 18px;\n\n  border-left:\n    3px solid\n    var(--gold);\n\n  background:\n    rgba(255,255,255,.72);\n\n  color:#536170!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:18px;\n\n  font-style:italic;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.vmb-image{\n  position:relative;\n\n  overflow:hidden;\n\n  background:#fff;\n}\n\n.vmb-image img{\n  animation:\n    vmbGlow\n    4.6s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   MESSAGE\n========================================================= *\/\n\n.vmb-message{\n  max-width:700px;\n\n  margin:\n    19px auto\n    0;\n\n  padding:\n    17px 18px;\n\n  border-left:\n    3px solid\n    var(--gold);\n\n  background:#fffaf1;\n\n  color:#5d544b!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:18px;\n\n  font-style:italic;\n\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   FEATURE GRID\n========================================================= *\/\n\n.vmb-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:20px;\n}\n\n.vmb-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    16px 12px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.vmb-card:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 10px 24px\n    rgba(48,59,67,.08);\n}\n\n.vmb-card::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:-35%;\n  left:-65%;\n\n  width:30%;\n  height:170%;\n\n  transform:rotate(17deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.96),\n      transparent\n    );\n\n  animation:\n    vmbShine\n    8s\n    ease-in-out\n    infinite;\n}\n\n.vmb-icon{\n  position:relative;\n  z-index:2;\n\n  margin-bottom:7px;\n\n  font-size:25px;\n\n  animation:\n    vmbFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.vmb-card strong{\n  position:relative;\n  z-index:2;\n\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--blue)!important;\n\n  font-size:14px;\n}\n\n.vmb-card span{\n  position:relative;\n  z-index:2;\n\n  display:block;\n\n  color:#707077!important;\n\n  font-size:12px;\n\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   DESIGN LIST\n========================================================= *\/\n\n.vmb-list{\n  margin:\n    19px 0\n    0;\n\n  padding:0;\n\n  list-style:none;\n}\n\n.vmb-list li{\n  position:relative;\n\n  margin:0;\n\n  padding:\n    13px 0\n    13px 28px;\n\n  border-bottom:\n    1px solid\n    var(--line);\n\n  color:var(--text)!important;\n\n  font-size:15px;\n}\n\n.vmb-list li::before{\n  content:\"✦\";\n\n  position:absolute;\n\n  left:0;\n  top:13px;\n\n  color:var(--gold);\n\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   DARK SACRED SECTION\n========================================================= *\/\n\n.vmb-dark{\n  position:relative;\n\n  overflow:hidden;\n\n  background:\n    radial-gradient(\n      circle at 18% 15%,\n      rgba(218,190,132,.13),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 88% 80%,\n      rgba(76,116,150,.18),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #142c42,\n      #234b6c\n    );\n\n  color:#fff;\n}\n\n.vmb-dark::before{\n  content:\"⚜\";\n\n  position:absolute;\n\n  left:-22px;\n  bottom:-70px;\n\n  color:#fff;\n\n  opacity:.035;\n\n  font-size:190px;\n\n  animation:\n    vmbFloat\n    5s\n    ease-in-out\n    infinite;\n}\n\n.vmb-dark::after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:7%;\n  top:28px;\n\n  color:#efd9a6;\n\n  font-size:29px;\n\n  animation:\n    vmbTwinkle\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.vmb-dark \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.vmb-dark .vmb-eyebrow{\n  color:#ead09a!important;\n}\n\n.vmb-dark .vmb-h2{\n  color:#fff!important;\n}\n\n.vmb-dark .vmb-text{\n  color:#e8eff4!important;\n}\n\n.vmb-places{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.vmb-place{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.075);\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vmb-place:hover{\n  transform:translateY(-3px);\n\n  background:\n    rgba(255,255,255,.13);\n}\n\n\n\/* =========================================================\n   MINI CHAPEL\n========================================================= *\/\n\n.vmb-chapel{\n  position:relative;\n\n  overflow:hidden;\n\n  background:\n    radial-gradient(\n      circle at 50% 100%,\n      rgba(189,153,89,.12),\n      transparent 40%\n    ),\n    linear-gradient(\n      145deg,\n      #faf8f3,\n      #edf2f5\n    );\n}\n\n.vmb-chapel::after{\n  content:\"🌿\";\n\n  position:absolute;\n\n  right:-10px;\n  bottom:-45px;\n\n  opacity:.055;\n\n  font-size:145px;\n\n  animation:\n    vmbLeaf\n    4.5s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.vmb-gift{\n  position:relative;\n\n  overflow:hidden;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(218,190,132,.16),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #f7f3eb,\n      #e9edf2\n    );\n}\n\n.vmb-gift::after{\n  content:\"🎁\";\n\n  position:absolute;\n\n  right:-15px;\n  bottom:-55px;\n\n  opacity:.045;\n\n  font-size:150px;\n}\n\n.vmb-gift-tags{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.vmb-gift-tag{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #d8dce0;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  color:#526578!important;\n\n  font-size:12px;\n\n  font-weight:750;\n}\n\n\n\/* =========================================================\n   QUICK DETAILS\n========================================================= *\/\n\n.vmb-detail-box{\n  margin-top:20px;\n\n  padding:18px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:15px;\n\n  background:#fff;\n}\n\n.vmb-detail-row{\n  display:flex;\n\n  justify-content:space-between;\n\n  gap:18px;\n\n  padding:\n    10px 0;\n\n  border-bottom:\n    1px solid\n    #ece8e0;\n\n  font-size:14px;\n}\n\n.vmb-detail-row:last-child{\n  border-bottom:0;\n}\n\n.vmb-detail-row strong{\n  color:var(--blue-dark)!important;\n}\n\n.vmb-detail-row span{\n  color:var(--text)!important;\n\n  text-align:right;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.vmb-faq details{\n  margin-top:9px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:12px;\n\n  background:#fff;\n\n  overflow:hidden;\n}\n\n.vmb-faq summary{\n  position:relative;\n\n  cursor:pointer;\n\n  padding:\n    15px 43px\n    15px 16px;\n\n  color:var(--blue-dark)!important;\n\n  font-size:15px;\n\n  font-weight:800;\n\n  list-style:none;\n}\n\n.vmb-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.vmb-faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:var(--gold);\n\n  font-size:22px;\n}\n\n.vmb-faq details[open] summary::after{\n  content:\"−\";\n}\n\n.vmb-answer{\n  padding:\n    0 16px\n    16px;\n\n  color:var(--text)!important;\n\n  font-size:14px;\n\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.vmb-final{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    45px 20px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(218,190,132,.16),\n      transparent 37%\n    ),\n    linear-gradient(\n      135deg,\n      #173a59 0%,\n      #2f628c 70%,\n      #8b744e 160%\n    );\n\n  color:#fff;\n}\n\n.vmb-final::before{\n  content:\"\";\n\n  position:absolute;\n\n  left:50%;\n  top:-65px;\n\n  width:250px;\n  height:250px;\n\n  transform:translateX(-50%);\n\n  border-radius:50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(247,220,163,.12),\n      transparent 68%\n    );\n\n  animation:\n    vmbHalo\n    4.5s\n    ease-in-out\n    infinite;\n}\n\n.vmb-final::after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:7%;\n  top:30px;\n\n  color:#f1d99d;\n\n  font-size:30px;\n\n  animation:\n    vmbTwinkle\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.vmb-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.vmb-final .vmb-eyebrow{\n  color:#edd49d!important;\n}\n\n.vmb-final .vmb-h2{\n  color:#fff!important;\n}\n\n.vmb-final .vmb-text{\n  max-width:690px;\n\n  margin:\n    14px auto\n    0!important;\n\n  color:#eef3f7!important;\n}\n\n.vmb-final-line{\n  display:inline-block;\n\n  margin-top:20px;\n\n  padding:\n    9px 13px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.25);\n\n  border-radius:999px;\n\n  color:#f6e2b8!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n.vmb-cta{\n  position:relative;\n\n  display:inline-flex;\n\n  align-items:center;\n  justify-content:center;\n\n  overflow:hidden;\n\n  margin-top:23px;\n\n  padding:\n    14px 25px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:8px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #c29c57,\n      #927039\n    );\n\n  color:#fff!important;\n\n  text-decoration:none!important;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  animation:\n    vmbPulse\n    3s\n    ease-in-out\n    infinite;\n}\n\n.vmb-cta::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:-45%;\n  left:-60%;\n\n  width:25%;\n  height:190%;\n\n  transform:rotate(18deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.48),\n      transparent\n    );\n\n  animation:\n    vmbShine\n    4.8s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media(min-width:680px){\n\n  .vmb-section{\n    padding:\n      42px 34px;\n  }\n\n  .vmb-hero{\n    padding:\n      49px 34px\n      35px;\n  }\n\n  .vmb-grid{\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n}\n\n@media(max-width:620px){\n\n  .vmb-section{\n    padding:\n      25px 16px;\n  }\n\n  .vmb-hero{\n    padding:\n      30px 16px\n      24px;\n  }\n\n  .vmb-title{\n    font-size:35px;\n  }\n\n  .vmb-h2{\n    font-size:29px;\n  }\n\n  .vmb-text{\n    font-size:15px;\n  }\n\n  .vmb-message,\n  .vmb-hero-line{\n    font-size:17px;\n  }\n\n  .vmb-card{\n    padding:\n      14px 9px;\n  }\n\n  .vmb-detail-row{\n    display:block;\n  }\n\n  .vmb-detail-row strong,\n  .vmb-detail-row span{\n    display:block;\n\n    text-align:left;\n  }\n\n  .vmb-detail-row span{\n    margin-top:3px;\n  }\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .vmb-page *,\n  .vmb-page *::before,\n  .vmb-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .vmb-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"vmb-page\" id=\"vmb-top\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"vmb-hero\"\u003e\n\n  \u003cdiv class=\"vmb-mark\"\u003e\n    🌹\n  \u003c\/div\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    VIRGIN MARY BOOK NOOK • FAITH BETWEEN THE PAGES\n  \u003c\/p\u003e\n\n  \u003ch1 class=\"vmb-title\"\u003e\n    Create a Little Place of Peace\n    \u003cbr\u003e\n    Between Your Favorite Books.\n  \u003c\/h1\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    Place the Virgin Mary between the books you return to every day\n    and transform an ordinary bookshelf\n    into a quiet devotional corner.\n    Beneath a Gothic-style arch,\n    Mary stands in prayer among\n    \u003cstrong\u003ewhite lilies, climbing greenery,\n    carved stone details and a warm lantern accent.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"vmb-pills\"\u003e\n\n    \u003cspan class=\"vmb-pill\"\u003e\n      🌹 Virgin Mary\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-pill\"\u003e\n      ⛪ Gothic Arch\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-pill\"\u003e\n      🤍 White Lilies\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-pill\"\u003e\n      📚 Bookshelf Display\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vmb-hero-line\"\u003e\n    A bookshelf can hold more than stories.\n    It can also hold a quiet reminder of faith.\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     HERO IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"vmb-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/deae75cadeea23ab88c58c196df8ba729873f920.png\" alt=\"Virgin Mary Book Nook displayed between books\" loading=\"eager\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PEACEFUL REMINDER\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-light vmb-center vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    PAUSE • REFLECT • PRAY\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    A Small Hidden Chapel in the Middle of Everyday Life\n  \u003c\/h2\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    Mary's serene expression,\n    flowing white gown and traditional blue mantle\n    create a peaceful focal point between the books.\n    The tall architectural form makes the scene feel\n    almost like discovering a tiny chapel\n    tucked inside your bookshelf.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"vmb-message\"\u003e\n    “A quiet visual reminder to slow down,\n    reflect and keep faith close.”\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     IMAGE 2\n===================================================== --\u003e\n\n\u003csection class=\"vmb-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/835ddf5feb72bce15ed879e9ad21169e5b7b196d.png\" alt=\"Virgin Mary beneath Gothic arch with lilies and greenery\" loading=\"lazy\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     DESIGN HIGHLIGHTS\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    LOOK CLOSER\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    🌹 Sacred Details From the Archway to the Flowers\n  \u003c\/h2\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    Instead of looking like a plain bookshelf insert,\n    the scene uses architecture,\n    flowers,\n    greenery and devotional imagery\n    to create a more complete miniature setting.\n  \u003c\/p\u003e\n\n  \u003cul class=\"vmb-list\"\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eVirgin Mary in Prayer\u003c\/strong\u003e\n      — serene pose with hands gently folded\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eBlue \u0026amp; White Robes\u003c\/strong\u003e\n      — traditional Marian-inspired colors with delicate gold details\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eGothic-Style Arch\u003c\/strong\u003e\n      — carved stone-inspired architectural framing\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eWhite Lilies\u003c\/strong\u003e\n      — floral elements associated with purity and devotion\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eClimbing Greenery\u003c\/strong\u003e\n      — softens the stonework and adds depth to the scene\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eWarm Lantern Accent\u003c\/strong\u003e\n      — adds another layer of warmth to the miniature setting\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cstrong\u003eFleur-de-Lis Pedestal\u003c\/strong\u003e\n      — ornamental detailing near the base\n    \u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FOUR CORE VALUES\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-soft vmb-center vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    WHY IT FEELS DIFFERENT\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    More Than a Figurine. More Than a Bookend.\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"vmb-grid\"\u003e\n\n    \u003cdiv class=\"vmb-card\"\u003e\n\n      \u003cdiv class=\"vmb-icon\"\u003e\n        🙏\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Faith-Centered\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Creates a quiet devotional presence inside an everyday space.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vmb-card\"\u003e\n\n      \u003cdiv class=\"vmb-icon\"\u003e\n        📚\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Made for Bookshelves\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Tall rectangular styling fits naturally between books.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vmb-card\"\u003e\n\n      \u003cdiv class=\"vmb-icon\"\u003e\n        ⛪\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Chapel-Like Scene\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        The archway makes the insert feel like a hidden miniature shrine.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vmb-card\"\u003e\n\n      \u003cdiv class=\"vmb-icon\"\u003e\n        ✨\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Display Ready\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Freestanding design requires no installation.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     BOOKSHELF TRANSFORMATION\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-chapel vmb-center vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    TURN A GAP BETWEEN BOOKS INTO SOMETHING MEANINGFUL\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    📖 Let the Bookshelf Become Part of the Devotional Display\n  \u003c\/h2\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    Unlike a traditional statue placed separately on a table,\n    the narrow vertical form works directly\n    with the books around it.\n    The surrounding spines become part of the visual frame,\n    helping the Marian scene feel hidden,\n    intimate and personal.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"vmb-message\"\u003e\n    “Like discovering a little place of prayer\n    between the pages.”\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     DISPLAY IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"vmb-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/57285116392c51fca7eccda3c912800aad1685ba.png\" alt=\"Virgin Mary Book Nook displayed in a home bookshelf setting\" loading=\"lazy\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     WHERE TO DISPLAY\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-dark vmb-center vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    DISPLAY IT WHERE YOU NATURALLY PAUSE\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    A Marian Scene for the Quiet Corners of Home\n  \u003c\/h2\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    The freestanding design gives you more flexibility\n    than a bookshelf alone.\n    Use it between books\n    or place it on another meaningful indoor surface.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"vmb-places\"\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      📚 Bookshelf\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      📖 Home Library\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      🙏 Prayer Corner\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      🛏️ Bedroom\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      🏡 Living Room\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      💻 Home Office\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      ⛪ Church Office\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-place\"\u003e\n      🕯️ Memorial Display\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     MEANING \/ COMFORT\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-light vmb-center vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    A GENTLE SYMBOL OF COMFORT\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    🤍 A Peaceful Presence for Moments of Reflection\n  \u003c\/h2\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    Mary's prayerful pose and serene expression\n    make the scene especially suited\n    to moments of quiet reflection,\n    remembrance or spiritual renewal.\n  \u003c\/p\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    It brings devotional imagery\n    into a form that can live naturally\n    alongside books and everyday home décor.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FINAL PRODUCT IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"vmb-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/6c83657d651d02d3a1817045f5a997a278cb9485.png\" alt=\"Detailed Virgin Mary Book Nook devotional bookshelf display\" loading=\"lazy\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     GIFT\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-gift vmb-center vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    A MEANINGFUL CATHOLIC GIFT\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    🎁 Give Them a Sacred Little Space of Their Own\n  \u003c\/h2\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    For someone who loves books\n    and keeps Marian devotion close,\n    this offers a more personal alternative\n    to an ordinary decorative bookshelf piece.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"vmb-gift-tags\"\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      🌹 Marian Devotees\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      ❤️ Mothers \u0026amp; Grandmothers\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      ⛪ Catholic Family \u0026amp; Friends\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      🙏 Church Volunteers\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      ✝️ First Communion\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      🕊️ Confirmation\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      💧 Baptism\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      🎄 Christmas \u0026amp; Easter\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      🎂 Birthdays\n    \u003c\/span\u003e\n\n    \u003cspan class=\"vmb-gift-tag\"\u003e\n      🏡 Housewarming\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     QUICK PRODUCT DETAILS\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-soft vmb-reveal\" id=\"vmb-details\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    GOOD TO KNOW\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    Virgin Mary Book Nook\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"vmb-detail-box\"\u003e\n\n    \u003cdiv class=\"vmb-detail-row\"\u003e\n\n      \u003cstrong\u003e\n        Design\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Virgin Mary beneath a Gothic-style arch\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vmb-detail-row\"\u003e\n\n      \u003cstrong\u003e\n        Main Colors\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Blue · White · Stone Tones · Greenery · Gold Details\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vmb-detail-row\"\u003e\n\n      \u003cstrong\u003e\n        Decorative Elements\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        White Lilies · Greenery · Lantern · Architectural Details\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vmb-detail-row\"\u003e\n\n      \u003cstrong\u003e\n        Display Style\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Tall Rectangular Bookshelf Insert \/ Freestanding Display\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vmb-detail-row\"\u003e\n\n      \u003cstrong\u003e\n        Installation\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        No Installation Required\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\n\u003csection class=\"vmb-section vmb-light vmb-faq vmb-reveal\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    FREQUENTLY ASKED QUESTIONS\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    A Few Helpful Details\n  \u003c\/h2\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Does it need to be installed into the bookshelf?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"vmb-answer\"\u003e\n      No.\n      The supplied product description presents it\n      as a freestanding piece with no installation required.\n      It can simply be placed between books\n      or on another suitable indoor surface.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Is it only meant for bookshelves?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"vmb-answer\"\u003e\n      No.\n      The original product description also suggests\n      prayer corners,\n      home libraries,\n      bedrooms,\n      living rooms,\n      home offices,\n      church spaces\n      and memorial displays.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      What details are included in the design?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"vmb-answer\"\u003e\n      The supplied description highlights\n      the Virgin Mary in prayer,\n      traditional blue and white robes,\n      a Gothic-style arch,\n      white lilies,\n      climbing greenery,\n      carved architectural details,\n      a warm lantern accent\n      and an ornamental pedestal.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Is it suitable as a Catholic gift?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"vmb-answer\"\u003e\n      Yes.\n      The source presents it as a meaningful Catholic gift\n      for family members,\n      Marian devotees,\n      church members\n      and a variety of faith-centered occasions.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Does it require a large display area?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"vmb-answer\"\u003e\n      The product is described as a tall rectangular bookshelf display\n      designed to fit naturally between books\n      or on another indoor surface.\n      The source does not provide exact dimensions.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"vmb-final\"\u003e\n\n  \u003cp class=\"vmb-eyebrow\"\u003e\n    FAITH • PEACE • GRACE\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"vmb-h2\"\u003e\n    Create a Sacred Little Space Between the Pages\n  \u003c\/h2\u003e\n\n  \u003cp class=\"vmb-text\"\u003e\n    Let the Virgin Mary,\n    the Gothic arch,\n    the lilies and the quiet chapel-like scene\n    become a peaceful presence\n    among the books you see every day.\n  \u003c\/p\u003e\n\n  \u003ca href=\"#vmb-details\" class=\"vmb-cta\"\u003e\n    🌹 DISCOVER THE VIRGIN MARY BOOK NOOK\n  \u003c\/a\u003e\n\n  \u003cbr\u003e\n\n  \u003cspan class=\"vmb-final-line\"\u003e\n    A QUIET REMINDER OF FAITH, HOPE \u0026amp; GRACE\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Default Title","offer_id":57521849925798,"sku":"SZ06732609262558-A","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/995ef6674475ecdbc32c0a555a2ea7b57bd349eb.webp?v=1790399029","url":"https:\/\/getvyxor.com\/products\/virgin-mary-book-nook","provider":"getvyxor","version":"1.0","type":"link"}