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