{"product_id":"beginner-friendly-be-still-scripture-resin-cross-diy-kit","title":"⏳ Last Day 49% OFF –✝️ Beginner-Friendly Be Still Scripture Resin Cross DIY Kit","description":"\u003cstyle\u003e\n\/* =========================================================\n   SCRIPTURE RESIN CROSS DIY KIT\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Botanical Teal × Soft Ivory × Scripture Gold × Floral Blue\n   Desktop + Mobile\n   Compact 920px Landing Page\n========================================================= *\/\n\n.src-page,\n.src-page *,\n.src-page *::before,\n.src-page *::after{\n  box-sizing:border-box;\n}\n\n.src-page{\n  --teal:#416b70;\n  --teal-2:#5d8386;\n  --teal-dark:#27474b;\n\n  --blue:#4c718e;\n  --blue-dark:#304f68;\n\n  --green:#66816b;\n  --green-2:#809987;\n\n  --gold:#bd964e;\n  --gold-2:#dfbd76;\n  --gold-soft:#f2dfb6;\n\n  --ivory:#fffaf3;\n  --ivory-2:#f4f2eb;\n  --ivory-3:#e9eee9;\n\n  --purple:#735e86;\n  --yellow:#d8aa50;\n\n  --ink:#334448;\n  --text:#687174;\n  --line:#dfe6e3;\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.src-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 srcReveal{\n  from{\n    opacity:0;\n    transform:translateY(22px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes srcFloat{\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-2deg);\n  }\n\n  50%{\n    transform:\n      translateY(-6px)\n      rotate(2deg);\n  }\n}\n\n@keyframes srcGlow{\n  0%,100%{\n    box-shadow:\n      0 12px 30px\n      rgba(50,76,80,.08);\n  }\n\n  50%{\n    box-shadow:\n      0 18px 46px\n      rgba(65,107,112,.16),\n      0 0 32px\n      rgba(223,189,118,.18);\n  }\n}\n\n@keyframes srcResin{\n  0%,100%{\n    opacity:.14;\n    transform:scale(.94);\n  }\n\n  50%{\n    opacity:.38;\n    transform:scale(1.06);\n  }\n}\n\n@keyframes srcSparkle{\n  0%,100%{\n    opacity:.18;\n\n    transform:\n      scale(.78)\n      rotate(-8deg);\n  }\n\n  50%{\n    opacity:1;\n\n    transform:\n      scale(1.18)\n      rotate(8deg);\n  }\n}\n\n@keyframes srcPetal{\n  0%{\n    opacity:0;\n\n    transform:\n      translateY(12px)\n      rotate(0deg);\n  }\n\n  20%{\n    opacity:.55;\n  }\n\n  100%{\n    opacity:0;\n\n    transform:\n      translateY(-120px)\n      rotate(120deg);\n  }\n}\n\n@keyframes srcShine{\n  0%{\n    left:-65%;\n  }\n\n  55%,\n  100%{\n    left:145%;\n  }\n}\n\n@keyframes srcPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 11px 25px\n      rgba(65,107,112,.22);\n  }\n\n  50%{\n    transform:scale(1.023);\n\n    box-shadow:\n      0 17px 40px\n      rgba(65,107,112,.38);\n  }\n}\n\n.src-reveal{\n  opacity:1;\n  transform:none;\n}\n\n@supports(animation-timeline:view()){\n\n  .src-reveal{\n    animation:\n      srcReveal\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.src-section{\n  position:relative;\n\n  padding:\n    32px 20px;\n}\n\n.src-light{\n  background:var(--ivory);\n}\n\n.src-soft{\n  background:\n    linear-gradient(\n      145deg,\n      #f7f6f1,\n      #edf3f1\n    );\n}\n\n.src-center{\n  text-align:center;\n}\n\n.src-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.6px;\n\n  line-height:1.3;\n\n  text-transform:uppercase;\n}\n\n.src-title,\n.src-h2{\n  margin:0!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  color:var(--teal-dark)!important;\n\n  font-weight:700;\n\n  line-height:1.12;\n}\n\n.src-title{\n  font-size:\n    clamp(\n      34px,\n      7vw,\n      54px\n    );\n}\n\n.src-h2{\n  font-size:\n    clamp(\n      27px,\n      5vw,\n      40px\n    );\n}\n\n.src-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.src-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    39px 20px\n    31px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      #fffdf8 0%,\n      #f2f3ed 66%,\n      #e5eded 100%\n    );\n}\n\n.src-hero::before{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:7%;\n  top:29px;\n\n  color:var(--gold);\n\n  font-size:31px;\n\n  animation:\n    srcSparkle\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.src-hero::after{\n  content:\"\";\n\n  position:absolute;\n\n  top:0;\n  left:50%;\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(216,191,133,.17),\n      transparent 69%\n    );\n\n  animation:\n    srcResin\n    4.2s\n    ease-in-out\n    infinite;\n\n  pointer-events:none;\n}\n\n.src-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.src-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    #d9c493;\n\n  border-radius:50%;\n\n  background:#fff;\n\n  font-size:28px;\n\n  box-shadow:\n    0 8px 19px\n    rgba(54,76,77,.08);\n\n  animation:\n    srcFloat\n    3.8s\n    ease-in-out\n    infinite;\n}\n\n.src-hero .src-text{\n  max-width:730px;\n\n  margin:\n    15px auto\n    0!important;\n}\n\n.src-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.src-pill{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #d8dfd9;\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.78);\n\n  color:#4f6263!important;\n\n  font-size:11px;\n\n  font-weight:800;\n}\n\n.src-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:#526264!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.src-image{\n  position:relative;\n\n  overflow:hidden;\n\n  background:#fff;\n}\n\n.src-image img{\n  animation:\n    srcGlow\n    4.6s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.src-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.src-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.src-card:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 10px 24px\n    rgba(47,70,72,.08);\n}\n\n.src-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    srcShine\n    8s\n    ease-in-out\n    infinite;\n}\n\n.src-icon{\n  position:relative;\n  z-index:2;\n\n  margin-bottom:7px;\n\n  font-size:25px;\n\n  animation:\n    srcFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.src-card strong{\n  position:relative;\n  z-index:2;\n\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--teal-dark)!important;\n\n  font-size:14px;\n}\n\n.src-card span{\n  position:relative;\n  z-index:2;\n\n  display:block;\n\n  color:#707978!important;\n\n  font-size:12px;\n\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   STYLE OPTIONS\n========================================================= *\/\n\n.src-style-grid{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:12px;\n\n  margin-top:21px;\n}\n\n.src-style{\n  overflow:hidden;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:15px;\n\n  background:#fff;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.src-style:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 12px 28px\n    rgba(46,67,69,.09);\n}\n\n.src-style-body{\n  padding:\n    17px 16px\n    19px;\n}\n\n.src-style h3{\n  margin:\n    0 0\n    6px!important;\n\n  color:var(--teal-dark)!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:20px;\n}\n\n.src-style p{\n  margin:0!important;\n\n  color:#6e7474!important;\n\n  font-size:14px;\n\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   TRANSPARENT RESIN\n========================================================= *\/\n\n.src-dark{\n  position:relative;\n\n  overflow:hidden;\n\n  background:\n    radial-gradient(\n      circle at 18% 15%,\n      rgba(223,189,118,.13),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 88% 80%,\n      rgba(92,131,134,.18),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #243d3f,\n      #355f62\n    );\n\n  color:#fff;\n}\n\n.src-dark::before{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:8%;\n  top:28px;\n\n  color:#efd59b;\n\n  font-size:30px;\n\n  animation:\n    srcSparkle\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n.src-dark::after{\n  content:\"✝\";\n\n  position:absolute;\n\n  left:-20px;\n  bottom:-75px;\n\n  color:#fff;\n\n  opacity:.035;\n\n  font-size:190px;\n\n  animation:\n    srcFloat\n    5s\n    ease-in-out\n    infinite;\n}\n\n.src-dark \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.src-dark .src-eyebrow{\n  color:#eed49b!important;\n}\n\n.src-dark .src-h2{\n  color:#fff!important;\n}\n\n.src-dark .src-text{\n  color:#e8eeee!important;\n}\n\n.src-dark-grid{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:9px;\n\n  margin-top:20px;\n}\n\n.src-dark-item{\n  padding:\n    13px 15px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:11px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  color:#edf2f2!important;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   KIT CONTENTS\n========================================================= *\/\n\n.src-list{\n  margin:\n    19px 0\n    0;\n\n  padding:0;\n\n  list-style:none;\n}\n\n.src-list li{\n  position:relative;\n\n  margin:0;\n\n  padding:\n    12px 0\n    12px 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.src-list li::before{\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n  top:12px;\n\n  display:grid;\n  place-items:center;\n\n  width:19px;\n  height:19px;\n\n  border-radius:50%;\n\n  background:var(--teal);\n\n  color:#fff;\n\n  font-size:10px;\n\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   PROCESS\n========================================================= *\/\n\n.src-step-grid{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:11px;\n\n  margin-top:22px;\n}\n\n.src-step{\n  position:relative;\n\n  padding:\n    19px 16px\n    19px 62px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.src-step:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 10px 24px\n    rgba(47,70,72,.08);\n}\n\n.src-step-num{\n  position:absolute;\n\n  left:16px;\n  top:18px;\n\n  display:grid;\n  place-items:center;\n\n  width:34px;\n  height:34px;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--teal),\n      var(--teal-dark)\n    );\n\n  color:#fff;\n\n  font-weight:900;\n}\n\n.src-step h3{\n  margin:\n    0 0\n    5px!important;\n\n  color:var(--teal-dark)!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:18px;\n}\n\n.src-step p{\n  margin:0!important;\n\n  color:#6e7777!important;\n\n  font-size:13px;\n\n  line-height:1.58;\n}\n\n.src-note{\n  margin-top:18px;\n\n  padding:\n    16px 17px;\n\n  border-left:\n    3px solid\n    var(--teal);\n\n  background:#edf4f3;\n\n  color:#576769!important;\n\n  font-size:13px;\n\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   DISPLAY \/ GIFT\n========================================================= *\/\n\n.src-gift{\n  position:relative;\n\n  overflow:hidden;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(222,188,117,.16),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #f7f5ed,\n      #edf2ef\n    );\n}\n\n.src-gift::after{\n  content:\"🌿\";\n\n  position:absolute;\n\n  right:-15px;\n  bottom:-55px;\n\n  opacity:.05;\n\n  font-size:145px;\n\n  animation:\n    srcFloat\n    5s\n    ease-in-out\n    infinite;\n}\n\n.src-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.src-tag{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #d8dfdb;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  color:#52686a!important;\n\n  font-size:12px;\n\n  font-weight:750;\n}\n\n\n\/* =========================================================\n   PRODUCT INFO\n========================================================= *\/\n\n.src-spec{\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.src-spec-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    #e8ece9;\n\n  font-size:14px;\n}\n\n.src-spec-row:last-child{\n  border-bottom:0;\n}\n\n.src-spec-row strong{\n  color:var(--teal-dark)!important;\n}\n\n.src-spec-row span{\n  color:var(--text)!important;\n\n  text-align:right;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.src-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.src-faq summary{\n  position:relative;\n\n  cursor:pointer;\n\n  padding:\n    15px 43px\n    15px 16px;\n\n  color:var(--teal-dark)!important;\n\n  font-size:15px;\n\n  font-weight:800;\n\n  list-style:none;\n}\n\n.src-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.src-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.src-faq details[open] summary::after{\n  content:\"−\";\n}\n\n.src-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 CTA\n========================================================= *\/\n\n.src-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(225,192,121,.16),\n      transparent 38%\n    ),\n    linear-gradient(\n      135deg,\n      #294e51 0%,\n      #456f72 70%,\n      #9a7a44 165%\n    );\n\n  color:#fff;\n}\n\n.src-final::before{\n  content:\"✝\";\n\n  position:absolute;\n\n  left:-18px;\n  bottom:-70px;\n\n  color:#fff;\n\n  opacity:.035;\n\n  font-size:180px;\n\n  animation:\n    srcFloat\n    5s\n    ease-in-out\n    infinite;\n}\n\n.src-final::after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:7%;\n  top:28px;\n\n  color:#f0d89f;\n\n  font-size:30px;\n\n  animation:\n    srcSparkle\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.src-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.src-final .src-eyebrow{\n  color:#efd69c!important;\n}\n\n.src-final .src-h2{\n  color:#fff!important;\n}\n\n.src-final .src-text{\n  max-width:690px;\n\n  margin:\n    14px auto\n    0!important;\n\n  color:#edf3f2!important;\n}\n\n.src-final-line{\n  display:inline-block;\n\n  margin-top:19px;\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:#f4dfb6!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n.src-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      #c19b52,\n      #906d34\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    srcPulse\n    3s\n    ease-in-out\n    infinite;\n}\n\n.src-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    srcShine\n    4.8s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media(min-width:680px){\n\n  .src-section{\n    padding:\n      42px 34px;\n  }\n\n  .src-hero{\n    padding:\n      49px 34px\n      35px;\n  }\n\n  .src-grid{\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n\n  .src-style-grid{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .src-dark-grid{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .src-step-grid{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n}\n\n@media(max-width:620px){\n\n  .src-section{\n    padding:\n      25px 16px;\n  }\n\n  .src-hero{\n    padding:\n      30px 16px\n      24px;\n  }\n\n  .src-title{\n    font-size:35px;\n  }\n\n  .src-h2{\n    font-size:29px;\n  }\n\n  .src-text{\n    font-size:15px;\n  }\n\n  .src-card{\n    padding:\n      14px 9px;\n  }\n\n  .src-spec-row{\n    display:block;\n  }\n\n  .src-spec-row strong,\n  .src-spec-row span{\n    display:block;\n\n    text-align:left;\n  }\n\n  .src-spec-row span{\n    margin-top:3px;\n  }\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .src-page *,\n  .src-page *::before,\n  .src-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .src-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"src-page\" id=\"src-top\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"src-hero\"\u003e\n\n  \u003cdiv class=\"src-mark\"\u003e\n    ✝️\n  \u003c\/div\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    SCRIPTURE RESIN CROSS • DIY FAITH KEEPSAKE KIT\n  \u003c\/p\u003e\n\n  \u003ch1 class=\"src-title\"\u003e\n    A Scripture Cross,\n    \u003cbr\u003e\n    Made by You.\n  \u003c\/h1\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    Arrange flowers,\n    greenery and gold accents\n    inside a clear resin cross,\n    then place words of faith at the center.\n    This beginner-friendly DIY kit gives you\n    \u003cstrong\u003ethe materials and guide to create\n    a personal cross with your own hands.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"src-pills\"\u003e\n\n    \u003cspan class=\"src-pill\"\u003e\n      ✝️ Scripture Cross\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-pill\"\u003e\n      🌸 Floral Resin Craft\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-pill\"\u003e\n      🎨 Beginner-Friendly DIY\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-pill\"\u003e\n      🎁 Handmade Keepsake\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"src-hero-line\"\u003e\n    Not a finished cross in a box.\n    A faith-inspired keepsake you create yourself.\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     HERO IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"src-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/178e2625745255cd44c9c0778b4fc5601cc87065.png\" alt=\"Finished Be Still floral resin cross beside DIY mold and kit\" loading=\"eager\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     QUICK VALUE\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-light src-center src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    CREATE • POUR • CURE • KEEP\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    The Meaning Is in the Finished Cross.\n    The Memory Is in Making It.\n  \u003c\/h2\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    The kit combines resin casting,\n    flowers,\n    gold accents\n    and Scripture lettering\n    into a project designed to become\n    part craft and part devotional keepsake.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"src-grid\"\u003e\n\n    \u003cdiv class=\"src-card\"\u003e\n\n      \u003cdiv class=\"src-icon\"\u003e\n        🌸\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Arrange the Florals\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Position flowers and botanical elements inside the cross mold.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-card\"\u003e\n\n      \u003cdiv class=\"src-icon\"\u003e\n        ✨\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Add Gold Details\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Decorative gold accents give the finished cross extra visual depth.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-card\"\u003e\n\n      \u003cdiv class=\"src-icon\"\u003e\n        📖\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Choose Scripture\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Select from four separate faith-inspired designs.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-card\"\u003e\n\n      \u003cdiv class=\"src-icon\"\u003e\n        ❤️\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Make It Yourself\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        The finished keepsake carries the story of how you created it.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FOUR SCRIPTURE DESIGNS\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-soft src-center src-reveal\" id=\"src-designs\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    CHOOSE THE WORDS YOU WANT TO KEEP CLOSE\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    Four Scripture Designs.\n    Four Different Floral Moods.\n  \u003c\/h2\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    Each design is a separate product option,\n    with its own floral colors\n    and Scripture lettering.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"src-style-grid\"\u003e\n\n    \u003cdiv class=\"src-style\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/6e53dc12dac70ad9c6c45e24367f70dae4d08ddb.png\" alt=\"Be Still Scripture resin cross DIY kit\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"src-style-body\"\u003e\n\n        \u003ch3\u003e\n          💙 Be Still\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Blue and white florals,\n          green leaves\n          and gold accents.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"src-style\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/faa28eed652ee1f0056ad098cb43628fe259f5c8.png\" alt=\"This Is The Day Scripture resin cross DIY kit\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"src-style-body\"\u003e\n\n        \u003ch3\u003e\n          🌼 This Is The Day\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Yellow and white flowers\n          create a brighter botanical look.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"src-style\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/0f45a0d2d08ccd2fa59ff8210193dfea758774b6e.png\" alt=\"Be strong in the Lord Scripture resin cross DIY kit\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"src-style-body\"\u003e\n\n        \u003ch3\u003e\n          💜 Be Strong in the Lord\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purple florals,\n          greenery\n          and gold decorative details.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"src-style\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/0f5313f202f8cc9c6792a40f269ef79454634975.png\" alt=\"The Lord Is My Shepherd Scripture resin cross DIY kit\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"src-style-body\"\u003e\n\n        \u003ch3\u003e\n          🤍 The Lord Is My Shepherd\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          White blossoms\n          and leafy green details\n          suspended in clear resin.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     DETAIL \/ LIGHT\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-dark src-center src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    FLOWERS • LIGHT • GOLD\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    ✨ Let the Details Live Inside the Clear Resin\n  \u003c\/h2\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    The transparent cross allows petals,\n    leaves and decorative elements\n    to remain visible inside the finished piece,\n    while small gold accents catch the light\n    and draw attention to the central Scripture design.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"src-dark-grid\"\u003e\n\n    \u003cdiv class=\"src-dark-item\"\u003e\n      🌸 Floral elements remain visible through the resin\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-dark-item\"\u003e\n      🌿 Greenery adds organic texture and color\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-dark-item\"\u003e\n      ✨ Gold accents reflect light around the design\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-dark-item\"\u003e\n      ✝️ Scripture lettering gives the cross its focal point\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     ANIMATED DETAIL\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-light src-center src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    SEE THE FINISHED EFFECT\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    A Little Light Changes the Look of the Resin\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"\n      width:240px;\n      max-width:70%;\n      margin:24px auto 28px;\n      overflow:hidden;\n      border-radius:16px;\n      box-shadow:0 15px 35px rgba(48,72,74,.14);\n    \"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/6a5d8e12892b93ffba4ff6c2a38a49fba9a501a4.gif\" alt=\"Animated Be Still resin cross held up to light\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"src-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/7a5e83abe067fe70672c0c719b8c374b99fea8a8.png\" alt=\"Be Still resin cross detail board\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     KIT CONTENTS\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-soft src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    INSIDE THE DIY KIT\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    The Main Materials Are Already Gathered for You\n  \u003c\/h2\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    The kit is designed to remove much of the guesswork\n    of gathering individual craft materials.\n    Decorative colors and Scripture pieces vary\n    with the design you select.\n  \u003c\/p\u003e\n\n  \u003cul class=\"src-list\"\u003e\n\n    \u003cli\u003e\n      Cross-shaped silicone mold\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Resin Part A and Resin Part B\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Measuring cup and mixing sticks\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Metal tweezers\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Floral elements and botanical leaves\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Gold decorative flakes and accents\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Gold cross and Scripture lettering pieces\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Step-by-step instruction guide\n    \u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"src-note\"\u003e\n    \u003cstrong\u003eBe Still kit shown in the product imagery.\u003c\/strong\u003e\n    Floral colors and lettering depend on the selected design.\n    Display furniture,\n    books,\n    candles\n    and styling props shown in photos are not included.\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PROCESS\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-center src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    FROM LOOSE PETALS TO A FINISHED CROSS\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    Four Main Stages From Start to Reveal\n  \u003c\/h2\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    Use the included guide for the full project instructions.\n    This quick overview shows the basic flow\n    before the resin is allowed to fully cure.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"src-step-grid\"\u003e\n\n    \u003cdiv class=\"src-step\"\u003e\n\n      \u003cdiv class=\"src-step-num\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Prepare Your Space\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Read the guide,\n        place the silicone mold on a level surface\n        and follow the supplied resin handling\n        and ventilation instructions.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-step\"\u003e\n\n      \u003cdiv class=\"src-step-num\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Plan the Details\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Arrange the flowers,\n        leaves\n        and gold accents\n        in the order shown in your guide.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-step\"\u003e\n\n      \u003cdiv class=\"src-step-num\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Mix \u0026amp; Pour\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Measure and mix Resin Part A\n        and Resin Part B as directed,\n        then carefully pour into the mold.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-step\"\u003e\n\n      \u003cdiv class=\"src-step-num\"\u003e\n        4\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Cure \u0026amp; Finish\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Allow the resin to fully cure\n        before demolding,\n        then add the finishing pieces\n        according to the guide.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"src-note\"\u003e\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e\n    Follow the mixing,\n    curing,\n    ventilation\n    and safety instructions supplied with your resin kit.\n    This page overview does not replace those instructions.\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     DISPLAY IMAGE\n===================================================== --\u003e\n\n\u003csection class=\"src-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/4c78e97bd83fc14da243b5c41eab4a67a105c0a2.png\" alt=\"Finished Be Still resin cross beside a Bible\" loading=\"lazy\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     EVERYDAY DISPLAY\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-gift src-center src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    MAKE IT • KEEP IT • SHARE IT\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    ❤️ A Handmade Faith Keepsake With a Place in Everyday Life\n  \u003c\/h2\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    Once finished,\n    the cross can become a small devotional accent\n    beside a Bible,\n    on a shelf\n    or in a prayer space.\n    Or create one as a handmade gift\n    for someone whose faith matters to you.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"src-tags\"\u003e\n\n    \u003cspan class=\"src-tag\"\u003e\n      📖 Beside a Bible\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-tag\"\u003e\n      🙏 Prayer Space\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-tag\"\u003e\n      📚 Bookshelf\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-tag\"\u003e\n      🛏️ Bedside Table\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-tag\"\u003e\n      ❤️ Family Gift\n    \u003c\/span\u003e\n\n    \u003cspan class=\"src-tag\"\u003e\n      ✝️ Bible Study Friend\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     GIFT IMAGES\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-light src-center src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    MADE TO SHARE • MADE TO KEEP\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    The Finished Cross Carries a Little More Meaning Because You Made It\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"src-style-grid\"\u003e\n\n    \u003cdiv class=\"src-style\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/598292318094f12b5c74611bfb2512437704e7a1.png\" alt=\"Finished Be Still cross held beside DIY kit\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"src-style-body\"\u003e\n\n        \u003ch3\u003e\n          🎁 Give It in Person\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Turn the finished project\n          into a handmade keepsake for someone special.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-style\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/b1d65407f5d682083625e3cad18506dd1285a200.png\" alt=\"Woman and child holding completed Be Still Scripture cross\" loading=\"lazy\"\u003e\n\n      \u003cdiv class=\"src-style-body\"\u003e\n\n        \u003ch3\u003e\n          ❤️ Share It With Family\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A finished piece can become part of a shared faith-centered moment.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PRODUCT INFO\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-soft src-reveal\" id=\"src-specs\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    PRODUCT INFORMATION\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    Scripture Resin Cross DIY Kit\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"src-spec\"\u003e\n\n    \u003cdiv class=\"src-spec-row\"\u003e\n\n      \u003cstrong\u003e\n        Product Type\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        DIY Two-Part Resin Casting Kit\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-spec-row\"\u003e\n\n      \u003cstrong\u003e\n        Skill Level\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Described as Beginner-Friendly\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-spec-row\"\u003e\n\n      \u003cstrong\u003e\n        Designs\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Be Still \/ This Is The Day \/ Be Strong in the Lord \/ The Lord Is My Shepherd\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-spec-row\"\u003e\n\n      \u003cstrong\u003e\n        Be Still Finished Size\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Approx. 5.9 × 4.7 × 0.6 in\n        (15 × 12 × 1.5 cm)\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-spec-row\"\u003e\n\n      \u003cstrong\u003e\n        Craft Method\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Two-Part Resin Casting\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"src-spec-row\"\u003e\n\n      \u003cstrong\u003e\n        Be Still Scripture\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Psalm 46:10\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"src-note\"\u003e\n    The source only specifies the finished dimensions\n    for the \u003cstrong\u003eBe Still\u003c\/strong\u003e design.\n    Exact dimensions for the other three designs\n    are not separately provided.\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\n\u003csection class=\"src-section src-light src-faq src-reveal\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    BEFORE YOU START CREATING\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    Frequently Asked Questions\n  \u003c\/h2\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Will I receive a finished cross?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"src-answer\"\u003e\n      No.\n      This is a DIY materials kit.\n      You arrange the decorative pieces,\n      mix and pour the resin,\n      allow it to cure,\n      and finish the cross yourself.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Does one order include all four Scripture designs?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"src-answer\"\u003e\n      No.\n      The four Scripture designs are separate product options.\n      Choose the design you want when ordering.\n      Collection photos showing multiple designs\n      do not indicate a four-kit bundle.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      Is it suitable for beginners?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"src-answer\"\u003e\n      The supplied product description calls the kit beginner-friendly\n      and states that a step-by-step guide is included.\n      Read the guide before beginning,\n      especially the resin mixing,\n      handling,\n      ventilation\n      and curing instructions.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      What supplies are included?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"src-answer\"\u003e\n      The listed contents include\n      a cross-shaped silicone mold,\n      Resin Part A and Part B,\n      a measuring cup,\n      mixing sticks,\n      metal tweezers,\n      floral elements,\n      botanical leaves,\n      gold decorative accents,\n      gold cross and Scripture lettering pieces,\n      and a step-by-step guide.\n      Decorative details vary by selected design.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      How large is the finished cross?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"src-answer\"\u003e\n      The Be Still design is listed at approximately\n      5.9 × 4.7 × 0.6 inches\n      (15 × 12 × 1.5 cm).\n      The supplied information does not separately specify\n      dimensions for the other designs.\n    \u003c\/div\u003e\n\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n\n    \u003csummary\u003e\n      How long does the resin need to cure?\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"src-answer\"\u003e\n      A fixed curing time is not provided in the supplied product information.\n      Follow the curing time and conditions\n      included with your resin and instruction guide,\n      and allow the piece to fully cure\n      before demolding or displaying it.\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=\"src-final\"\u003e\n\n  \u003cp class=\"src-eyebrow\"\u003e\n    FAITH • FLOWERS • SCRIPTURE • MADE BY YOU\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"src-h2\"\u003e\n    Create a Cross That Carries Both Scripture and Your Own Handwork\n  \u003c\/h2\u003e\n\n  \u003cp class=\"src-text\"\u003e\n    Choose the words you want to keep close,\n    arrange the flowers and gold details,\n    pour the resin\n    and turn the process into a faith-centered keepsake\n    made by your own hands.\n  \u003c\/p\u003e\n\n  \u003ca href=\"#src-designs\" class=\"src-cta\"\u003e\n    ✝️ CHOOSE YOUR SCRIPTURE DESIGN\n  \u003c\/a\u003e\n\n  \u003cbr\u003e\n\n  \u003cspan class=\"src-final-line\"\u003e\n    A DIY CROSS MADE TO KEEP OR SHARE\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Be Still","offer_id":57521860280486,"sku":"SZ06732609267914-力量DIY套件-A","price":23.99,"currency_code":"USD","in_stock":true},{"title":"This Is The Day","offer_id":57521860313254,"sku":"SZ06732609267914-力量DIY套件-B","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Be strong in the Lord","offer_id":57521860346022,"sku":"SZ06732609267914-力量DIY套件-C","price":23.99,"currency_code":"USD","in_stock":true},{"title":"The Lord Is My Shepherd","offer_id":57521860378790,"sku":"SZ06732609267914-力量DIY套件-D","price":23.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6e53dc12dac70ad9c6c45e24367f70dae4d08ddb.webp?v=1790399713","url":"https:\/\/getvyxor.com\/products\/beginner-friendly-be-still-scripture-resin-cross-diy-kit","provider":"getvyxor","version":"1.0","type":"link"}