{"product_id":"six-biblical-stories-of-faith-hope-redemption","title":"Six Biblical Stories of Faith, Hope \u0026 Redemption Crystal Bracelet","description":"\u003cdiv class=\"spc-page\" id=\"sacred-promise-collection\"\u003e  \u003cstyle\u003e    .spc-page,    .spc-page * {      box-sizing: border-box;    }    .spc-page {      --spc-navy: #10192b;      --spc-deep: #090f1d;      --spc-blue: #1d2e4e;      --spc-gold: #c89b4a;      --spc-gold-light: #efd39a;      --spc-cream: #f7f1e7;      --spc-ivory: #fffaf2;      --spc-white: #ffffff;      --spc-dark-text: #251e17;      --spc-body-text: #5b5046;      --spc-light-text: #e6ddcf;      --spc-border: rgba(255, 255, 255, 0.14);      --spc-radius: 22px;      width: 100%;      max-width: 860px;      margin: 0 auto;      overflow: hidden;      color: var(--spc-white);      background:        radial-gradient(          circle at 50% 0%,          rgba(200, 155, 74, 0.16),          transparent 32%        ),        linear-gradient(180deg, #10192b 0%, #17233a 50%, #090f1d 100%);      border-radius: 28px;      font-family: Arial, Helvetica, sans-serif;      line-height: 1.6;      -webkit-font-smoothing: antialiased;      scroll-behavior: smooth;    }    .spc-page img {      display: block;      width: 100%;      height: auto;      margin: 0;    }    .spc-page h2,    .spc-page h3,    .spc-page h4,    .spc-page p {      margin-top: 0;    }    \/* HERO *\/    .spc-hero {      position: relative;      padding: 46px 24px 38px;      overflow: hidden;      text-align: center;      background:        radial-gradient(          circle at 50% 120%,          rgba(200, 155, 74, 0.27),          transparent 50%        ),        linear-gradient(145deg, #090f1d, #203255);    }    .spc-hero::before,    .spc-hero::after {      content: '';      position: absolute;      border-radius: 50%;      pointer-events: none;    }    .spc-hero::before {      top: -160px;      left: -105px;      width: 330px;      height: 330px;      border: 1px solid rgba(239, 211, 154, 0.13);    }    .spc-hero::after {      right: -120px;      bottom: -180px;      width: 360px;      height: 360px;      background: rgba(200, 155, 74, 0.07);    }    .spc-eyebrow {      position: relative;      z-index: 1;      display: inline-flex;      align-items: center;      gap: 9px;      margin-bottom: 14px;      color: var(--spc-gold-light);      font-size: 13px;      font-weight: 800;      letter-spacing: 1.6px;      text-transform: uppercase;    }    .spc-eyebrow::before,    .spc-eyebrow::after {      content: '';      width: 25px;      height: 2px;      border-radius: 20px;      background: var(--spc-gold);    }    .spc-hero h2 {      position: relative;      z-index: 1;      max-width: 720px;      margin: 0 auto 14px;      color: #fffaf2;      font-family: Georgia, 'Times New Roman', serif;      font-size: clamp(34px, 6vw, 53px);      line-height: 1.06;      letter-spacing: -1px;    }    .spc-hero p {      position: relative;      z-index: 1;      max-width: 650px;      margin: 0 auto;      color: #e6ddcf;      font-size: 16px;    }    .spc-pills {      position: relative;      z-index: 1;      display: flex;      flex-wrap: wrap;      justify-content: center;      gap: 8px;      margin-top: 23px;    }    .spc-pill {      padding: 8px 13px;      border: 1px solid rgba(239, 211, 154, 0.25);      border-radius: 999px;      color: #fffaf2;      background: rgba(255, 255, 255, 0.07);      font-size: 13px;      font-weight: 700;      backdrop-filter: blur(8px);    }    \/* INTRO *\/    .spc-intro {      padding: 34px 24px;      text-align: center;      background:        radial-gradient(          circle at center,          rgba(200, 155, 74, 0.11),          transparent 65%        ),        #0d1628;    }    .spc-intro-icon {      display: flex;      width: 52px;      height: 52px;      margin: 0 auto 14px;      align-items: center;      justify-content: center;      border: 1px solid rgba(239, 211, 154, 0.38);      border-radius: 50%;      color: var(--spc-gold-light);      background: rgba(200, 155, 74, 0.09);      font-size: 25px;    }    .spc-intro h3 {      max-width: 670px;      margin: 0 auto 10px;      color: #fffaf2;      font-family: Georgia, 'Times New Roman', serif;      font-size: clamp(25px, 5vw, 36px);      line-height: 1.2;    }    .spc-intro p {      max-width: 620px;      margin: 0 auto;      color: #ded5c8;      font-size: 15px;    }    \/* FEATURE CARDS *\/    .spc-light-section {      padding: 29px 18px;      color: var(--spc-dark-text);      background: var(--spc-cream);    }    .spc-heading {      margin-bottom: 19px;      text-align: center;    }    .spc-heading span {      color: #8b6328;      font-size: 13px;      font-weight: 800;      letter-spacing: 1.4px;      text-transform: uppercase;    }    .spc-heading h3 {      margin: 5px 0 0;      color: var(--spc-dark-text);      font-family: Georgia, 'Times New Roman', serif;      font-size: clamp(25px, 4.6vw, 32px);      line-height: 1.2;    }    .spc-heading p {      max-width: 590px;      margin: 8px auto 0;      color: var(--spc-body-text);      font-size: 15px;    }    .spc-features {      display: grid;      grid-template-columns: repeat(3, 1fr);      gap: 11px;    }    .spc-feature {      min-height: 178px;      padding: 20px 14px;      border: 1px solid #dfd1bd;      border-radius: 17px;      background: #ffffff;      text-align: center;      box-shadow: 0 10px 25px rgba(58, 42, 24, 0.07);      transition:        transform 0.25s ease,        border-color 0.25s ease,        box-shadow 0.25s ease;    }    .spc-feature:hover {      transform: translateY(-5px);      border-color: var(--spc-gold);      box-shadow: 0 16px 31px rgba(58, 42, 24, 0.14);    }    .spc-feature-icon {      display: flex;      width: 47px;      height: 47px;      margin: 0 auto 11px;      align-items: center;      justify-content: center;      border-radius: 50%;      color: #ffffff;      background: linear-gradient(145deg, #c89b4a, #74501f);      font-size: 21px;      font-weight: 800;    }    .spc-feature strong {      display: block;      margin-bottom: 6px;      color: #2c241c;      font-size: 16px;      line-height: 1.3;    }    .spc-feature p {      margin: 0;      color: #63584d;      font-size: 14px;      line-height: 1.5;    }    \/* STORY SELECTOR *\/    .spc-selector {      padding: 31px 18px 34px;      background: #0d1628;    }    .spc-selector-heading {      margin-bottom: 18px;      text-align: center;    }    .spc-selector-heading span {      color: var(--spc-gold-light);      font-size: 13px;      font-weight: 800;      letter-spacing: 1.4px;      text-transform: uppercase;    }    .spc-selector-heading h3 {      margin: 5px 0 0;      color: #fffaf2;      font-family: Georgia, 'Times New Roman', serif;      font-size: 30px;    }    .spc-selector-heading p {      max-width: 580px;      margin: 8px auto 0;      color: #d8d0c5;      font-size: 14px;    }    .spc-tab-input {      position: absolute;      opacity: 0;      pointer-events: none;    }    .spc-tab-labels {      display: grid;      grid-template-columns: repeat(3, 1fr);      gap: 9px;      max-width: 760px;      margin: 0 auto 20px;    }    .spc-tab-label {      min-height: 72px;      padding: 12px 10px;      display: flex;      flex-direction: column;      align-items: center;      justify-content: center;      border: 1px solid rgba(255, 255, 255, 0.15);      border-radius: 15px;      color: #e8ded0;      background: rgba(255, 255, 255, 0.045);      text-align: center;      cursor: pointer;      transition:        transform 0.25s ease,        border-color 0.25s ease,        color 0.25s ease,        background 0.25s ease;    }    .spc-tab-label:hover {      transform: translateY(-3px);      border-color: rgba(239, 211, 154, 0.55);      background: rgba(200, 155, 74, 0.1);    }    .spc-tab-label b {      display: block;      color: inherit;      font-family: Georgia, 'Times New Roman', serif;      font-size: 15px;      line-height: 1.25;    }    .spc-tab-label small {      display: block;      margin-top: 3px;      color: #bdb3a6;      font-size: 11px;      line-height: 1.3;    }    #spc-story-1:checked      ~ .spc-tab-labels      label[for='spc-story-1'],    #spc-story-2:checked      ~ .spc-tab-labels      label[for='spc-story-2'],    #spc-story-3:checked      ~ .spc-tab-labels      label[for='spc-story-3'],    #spc-story-4:checked      ~ .spc-tab-labels      label[for='spc-story-4'],    #spc-story-5:checked      ~ .spc-tab-labels      label[for='spc-story-5'],    #spc-story-6:checked      ~ .spc-tab-labels      label[for='spc-story-6'] {      color: #24190d;      border-color: #f0d49b;      background: linear-gradient(135deg, #f1d79f, #c69543);      box-shadow: 0 10px 24px rgba(200, 155, 74, 0.25);    }    #spc-story-1:checked      ~ .spc-tab-labels      label[for='spc-story-1']      small,    #spc-story-2:checked      ~ .spc-tab-labels      label[for='spc-story-2']      small,    #spc-story-3:checked      ~ .spc-tab-labels      label[for='spc-story-3']      small,    #spc-story-4:checked      ~ .spc-tab-labels      label[for='spc-story-4']      small,    #spc-story-5:checked      ~ .spc-tab-labels      label[for='spc-story-5']      small,    #spc-story-6:checked      ~ .spc-tab-labels      label[for='spc-story-6']      small {      color: #62461e;    }    .spc-panel {      display: none;      max-width: 790px;      margin: 0 auto;      overflow: hidden;      border: 1px solid rgba(239, 211, 154, 0.28);      border-radius: 22px;      background: #17233a;      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);      animation: spcFade 0.35s ease;    }    @keyframes spcFade {      from {        opacity: 0;        transform: translateY(7px);      }      to {        opacity: 1;        transform: translateY(0);      }    }    #spc-story-1:checked      ~ .spc-tab-panels      .spc-panel-1,    #spc-story-2:checked      ~ .spc-tab-panels      .spc-panel-2,    #spc-story-3:checked      ~ .spc-tab-panels      .spc-panel-3,    #spc-story-4:checked      ~ .spc-tab-panels      .spc-panel-4,    #spc-story-5:checked      ~ .spc-tab-panels      .spc-panel-5,    #spc-story-6:checked      ~ .spc-tab-panels      .spc-panel-6 {      display: block;    }    .spc-panel-images {      display: grid;      grid-template-columns: 1fr 1fr;      gap: 1px;      background: rgba(255, 255, 255, 0.1);    }    .spc-panel-image {      position: relative;      overflow: hidden;      background: #efe5d6;    }    .spc-panel-image img {      width: 100%;      height: 100%;      min-height: 320px;      object-fit: cover;      transition: transform 0.55s ease;    }    .spc-panel-image:hover img {      transform: scale(1.025);    }    .spc-image-label {      position: absolute;      left: 12px;      bottom: 12px;      padding: 6px 10px;      border: 1px solid rgba(255, 255, 255, 0.22);      border-radius: 999px;      color: #ffffff;      background: rgba(9, 15, 29, 0.76);      font-size: 11px;      font-weight: 800;      letter-spacing: 0.8px;      text-transform: uppercase;      backdrop-filter: blur(7px);    }    .spc-panel-copy {      padding: 25px 23px 27px;      text-align: center;      background:        radial-gradient(          circle at 50% 0%,          rgba(200, 155, 74, 0.13),          transparent 62%        ),        #17233a;    }    .spc-panel-copy span {      color: var(--spc-gold-light);      font-size: 12px;      font-weight: 800;      letter-spacing: 1.3px;      text-transform: uppercase;    }    .spc-panel-copy h4 {      margin: 5px 0 8px;      color: #fffaf2;      font-family: Georgia, 'Times New Roman', serif;      font-size: 27px;      line-height: 1.2;    }    .spc-panel-copy p {      max-width: 620px;      margin: 0 auto;      color: #ded5c8;      font-size: 14px;      line-height: 1.65;    }    .spc-meaning {      display: inline-flex;      margin-top: 15px;      padding: 8px 13px;      align-items: center;      justify-content: center;      gap: 7px;      border: 1px solid rgba(239, 211, 154, 0.25);      border-radius: 999px;      color: #f3dfb7;      background: rgba(200, 155, 74, 0.08);      font-size: 12px;      font-weight: 700;    }    \/* GIFT SECTION *\/    .spc-gift {      position: relative;      padding: 34px 24px;      overflow: hidden;      text-align: center;      background:        radial-gradient(          circle at 50% 0%,          rgba(200, 155, 74, 0.14),          transparent 58%        ),        #111b30;    }    .spc-gift::before {      content: '✦';      position: absolute;      right: -10px;      bottom: -82px;      color: rgba(255, 255, 255, 0.025);      font-size: 220px;      line-height: 1;    }    .spc-gift h3 {      position: relative;      max-width: 670px;      margin: 0 auto 10px;      color: #fffaf2;      font-family: Georgia, 'Times New Roman', serif;      font-size: 29px;      line-height: 1.2;    }    .spc-gift p {      position: relative;      max-width: 610px;      margin: 0 auto;      color: #ddd4c8;      font-size: 15px;    }    .spc-gift-grid {      position: relative;      display: grid;      grid-template-columns: repeat(3, 1fr);      gap: 10px;      max-width: 720px;      margin: 20px auto 0;    }    .spc-gift-card {      padding: 17px 11px;      border: 1px solid rgba(255, 255, 255, 0.13);      border-radius: 15px;      background: rgba(255, 255, 255, 0.045);      text-align: center;    }    .spc-gift-card span {      display: block;      margin-bottom: 7px;      font-size: 24px;    }    .spc-gift-card strong {      display: block;      color: #fffaf2;      font-size: 14px;      line-height: 1.35;    }    \/* DETAILS *\/    .spc-details-wrap {      padding: 30px 18px 33px;      color: #ffffff;      background: #090f1d;    }    .spc-details-heading {      margin-bottom: 16px;      text-align: center;    }    .spc-details-heading span {      color: var(--spc-gold-light);      font-size: 13px;      font-weight: 800;      letter-spacing: 1.4px;      text-transform: uppercase;    }    .spc-details-heading h3 {      margin: 5px 0 0;      color: #fffaf2;      font-family: Georgia, 'Times New Roman', serif;      font-size: 28px;    }    .spc-details {      margin-top: 9px;      overflow: hidden;      border: 1px solid rgba(255, 255, 255, 0.13);      border-radius: 15px;      background: rgba(255, 255, 255, 0.045);      transition:        border-color 0.25s ease,        background 0.25s ease;    }    .spc-details[open] {      border-color: rgba(200, 155, 74, 0.62);      background: rgba(200, 155, 74, 0.08);    }    .spc-details summary {      position: relative;      padding: 17px 49px 17px 17px;      color: #fffaf2;      font-size: 16px;      font-weight: 750;      cursor: pointer;      list-style: none;      user-select: none;    }    .spc-details summary::-webkit-details-marker {      display: none;    }    .spc-details summary::after {      content: '+';      position: absolute;      top: 50%;      right: 15px;      width: 29px;      height: 29px;      display: flex;      align-items: center;      justify-content: center;      border-radius: 50%;      color: #261a0b;      background: var(--spc-gold-light);      font-size: 19px;      transform: translateY(-50%);    }    .spc-details[open] summary::after {      content: '−';    }    .spc-details-content {      padding: 0 17px 18px;      color: #ddd4c8;      font-size: 14px;      line-height: 1.65;    }    .spc-design-list {      display: grid;      grid-template-columns: repeat(2, 1fr);      gap: 9px;      margin-top: 12px;    }    .spc-design-item {      padding: 12px 10px;      border: 1px solid rgba(255, 255, 255, 0.1);      border-radius: 12px;      color: #fffaf2;      background: rgba(255, 255, 255, 0.04);      font-size: 13px;      font-weight: 700;      text-align: center;    }    \/* FINAL *\/    .spc-final {      padding: 38px 22px 41px;      text-align: center;      background:        radial-gradient(          circle at 50% 100%,          rgba(200, 155, 74, 0.29),          transparent 60%        ),        #17233a;    }    .spc-final-icon {      margin-bottom: 8px;      color: var(--spc-gold-light);      font-size: 35px;    }    .spc-final h3 {      max-width: 650px;      margin: 0 auto 9px;      color: #fffaf2;      font-family: Georgia, 'Times New Roman', serif;      font-size: 30px;      line-height: 1.2;    }    .spc-final p {      max-width: 570px;      margin: 0 auto 21px;      color: #ddd4c8;      font-size: 15px;    }    .spc-cta {      display: inline-flex;      min-width: 260px;      min-height: 56px;      padding: 14px 25px;      align-items: center;      justify-content: center;      gap: 9px;      border: 1px solid #f2d79f;      border-radius: 999px;      color: #281c0d !important;      background: linear-gradient(135deg, #f1d69c, #bd8b37);      box-shadow: 0 14px 31px rgba(200, 155, 74, 0.32);      font-size: 16px;      font-weight: 800;      text-decoration: none !important;      transition:        transform 0.25s ease,        box-shadow 0.25s ease;    }    .spc-cta:hover {      transform: translateY(-3px);      box-shadow: 0 18px 38px rgba(200, 155, 74, 0.46);    }    .spc-final-note {      max-width: 590px;      margin: 13px auto 0;      color: #b8afa3;      font-size: 11px;      line-height: 1.5;    }    .spc-swipe-tip {      display: none;      margin: -4px 0 13px;      color: #d2c7b8;      font-size: 13px;      font-weight: 700;      text-align: center;    }    \/* MOBILE *\/    @media screen and (max-width: 749px) {      .spc-page {        width: 100%;        border-radius: 0;      }      .spc-hero {        padding: 34px 17px 30px;      }      .spc-hero h2 {        font-size: 34px;      }      .spc-hero p,      .spc-intro p,      .spc-gift p,      .spc-final p {        font-size: 15px;      }      .spc-intro {        padding: 29px 17px;      }      .spc-intro h3 {        font-size: 25px;      }      .spc-light-section,      .spc-selector {        padding: 25px 10px;      }      .spc-features {        display: flex;        gap: 10px;        overflow-x: auto;        padding: 2px 2px 9px;        scroll-snap-type: x mandatory;        scrollbar-width: none;        -webkit-overflow-scrolling: touch;      }      .spc-features::-webkit-scrollbar,      .spc-tab-labels::-webkit-scrollbar {        display: none;      }      .spc-feature {        flex: 0 0 76%;        min-height: 170px;        scroll-snap-align: center;      }      .spc-swipe-tip {        display: block;      }      .spc-tab-labels {        display: flex;        gap: 9px;        max-width: none;        overflow-x: auto;        padding: 2px 2px 10px;        scroll-snap-type: x mandatory;        scrollbar-width: none;        -webkit-overflow-scrolling: touch;      }      .spc-tab-label {        flex: 0 0 62%;        min-height: 69px;        scroll-snap-align: center;      }      .spc-panel {        border-radius: 17px;      }      .spc-panel-images {        grid-template-columns: 1fr;      }      .spc-panel-image img {        min-height: auto;        object-fit: contain;      }      .spc-panel-copy {        padding: 22px 17px 24px;      }      .spc-panel-copy h4 {        font-size: 24px;      }      .spc-panel-copy p {        font-size: 14px;      }      .spc-gift {        padding: 29px 12px;      }      .spc-gift h3 {        font-size: 25px;      }      .spc-gift-grid {        grid-template-columns: 1fr;      }      .spc-details-wrap {        padding: 26px 10px 29px;      }      .spc-details summary {        padding: 16px 46px 16px 14px;        font-size: 15px;      }      .spc-details-content {        padding: 0 14px 16px;        font-size: 14px;      }      .spc-design-list {        grid-template-columns: 1fr;      }      .spc-final {        padding: 32px 15px 37px;      }      .spc-final h3 {        font-size: 25px;      }      .spc-cta {        width: 100%;        min-height: 57px;      }    }    @media screen and (max-width: 390px) {      .spc-hero h2 {        font-size: 30px;      }      .spc-pill {        padding: 7px 10px;        font-size: 12px;      }      .spc-tab-label {        flex-basis: 72%;      }    }    @media (prefers-reduced-motion: reduce) {      .spc-page *,      .spc-page *::before,      .spc-page *::after {        transition: none !important;        animation: none !important;        scroll-behavior: auto !important;      }    }  \u003c\/style\u003e  \u003c!-- HERO --\u003e  \u003csection class=\"spc-hero\"\u003e    \u003cdiv class=\"spc-eyebrow\"\u003eSix Biblical Stories of Faith\u003c\/div\u003e    \u003ch2\u003eThe Sacred Promise Collection\u003c\/h2\u003e    \u003cp\u003e      A meaningful bracelet collection inspired by courage, hope, protection,      peace, promise and the light of salvation.    \u003c\/p\u003e    \u003cdiv class=\"spc-pills\"\u003e      \u003cspan class=\"spc-pill\"\u003e6 Story Designs\u003c\/span\u003e      \u003cspan class=\"spc-pill\"\u003eSymbolic Gold-Tone Charms\u003c\/span\u003e      \u003cspan class=\"spc-pill\"\u003eA Meaningful Gift of Faith\u003c\/span\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- INTRO --\u003e  \u003csection class=\"spc-intro\"\u003e    \u003cdiv class=\"spc-intro-icon\"\u003e✦\u003c\/div\u003e    \u003ch3\u003eWear a Story That Brings the Heart Back to Faith\u003c\/h3\u003e    \u003cp\u003e      Each design places one clear Biblical moment at the center, allowing the      message to remain visible, recognizable and emotionally meaningful even      on a small wearable centerpiece.    \u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- FEATURES --\u003e  \u003csection class=\"spc-light-section\"\u003e    \u003cdiv class=\"spc-heading\"\u003e      \u003cspan\u003eMeaning in Every Detail\u003c\/span\u003e      \u003ch3\u003eDesigned to Be Seen, Worn and Remembered\u003c\/h3\u003e    \u003c\/div\u003e    \u003cdiv class=\"spc-swipe-tip\"\u003eSwipe to explore →\u003c\/div\u003e    \u003cdiv class=\"spc-features\"\u003e      \u003cdiv class=\"spc-feature\"\u003e        \u003cdiv class=\"spc-feature-icon\"\u003e✦\u003c\/div\u003e        \u003cstrong\u003eStory-Focused Centerpiece\u003c\/strong\u003e        \u003cp\u003e          Each artwork uses a simple, uncluttered composition so the central          Biblical subject remains easy to recognize.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"spc-feature\"\u003e        \u003cdiv class=\"spc-feature-icon\"\u003e6\u003c\/div\u003e        \u003cstrong\u003eSix Messages of Faith\u003c\/strong\u003e        \u003cp\u003e          Choose a story of courage, resurrection, comfort, peace, covenant or          the light of Christ.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"spc-feature\"\u003e        \u003cdiv class=\"spc-feature-icon\"\u003e♡\u003c\/div\u003e        \u003cstrong\u003eMeaningful Gift Symbolism\u003c\/strong\u003e        \u003cp\u003e          A thoughtful keepsake for encouragement, remembrance, prayer and          important moments of faith.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- INTERACTIVE STORY SELECTOR --\u003e  \u003csection class=\"spc-selector\"\u003e    \u003cdiv class=\"spc-selector-heading\"\u003e      \u003cspan\u003eExplore the Collection\u003c\/span\u003e      \u003ch3\u003eChoose the Story That Speaks to You\u003c\/h3\u003e      \u003cp\u003e        Select a design below to view its full artwork and corresponding        bracelet.      \u003c\/p\u003e    \u003c\/div\u003e    \u003cdiv class=\"spc-swipe-tip\"\u003eSwipe and tap a story →\u003c\/div\u003e    \u003cinput class=\"spc-tab-input\" type=\"radio\" name=\"spc-story\" id=\"spc-story-1\" checked\u003e    \u003cinput class=\"spc-tab-input\" type=\"radio\" name=\"spc-story\" id=\"spc-story-2\"\u003e    \u003cinput class=\"spc-tab-input\" type=\"radio\" name=\"spc-story\" id=\"spc-story-3\"\u003e    \u003cinput class=\"spc-tab-input\" type=\"radio\" name=\"spc-story\" id=\"spc-story-4\"\u003e    \u003cinput class=\"spc-tab-input\" type=\"radio\" name=\"spc-story\" id=\"spc-story-5\"\u003e    \u003cinput class=\"spc-tab-input\" type=\"radio\" name=\"spc-story\" id=\"spc-story-6\"\u003e    \u003cdiv class=\"spc-tab-labels\"\u003e      \u003clabel class=\"spc-tab-label\" for=\"spc-story-1\"\u003e        \u003cb\u003eThe Lion of Judah Prayer\u003c\/b\u003e        \u003csmall\u003eDaniel 6:22\u003c\/small\u003e      \u003c\/label\u003e      \u003clabel class=\"spc-tab-label\" for=\"spc-story-2\"\u003e        \u003cb\u003eThe Glory of Resurrection\u003c\/b\u003e        \u003csmall\u003eMatthew 28:6\u003c\/small\u003e      \u003c\/label\u003e      \u003clabel class=\"spc-tab-label\" for=\"spc-story-3\"\u003e        \u003cb\u003eThe Shepherd’s Embrace\u003c\/b\u003e        \u003csmall\u003eJohn 10:11\u003c\/small\u003e      \u003c\/label\u003e      \u003clabel class=\"spc-tab-label\" for=\"spc-story-4\"\u003e        \u003cb\u003ePeace, Be Still\u003c\/b\u003e        \u003csmall\u003eMark 4:39\u003c\/small\u003e      \u003c\/label\u003e      \u003clabel class=\"spc-tab-label\" for=\"spc-story-5\"\u003e        \u003cb\u003eThe Covenant of the Rainbow\u003c\/b\u003e        \u003csmall\u003eGenesis 9:13\u003c\/small\u003e      \u003c\/label\u003e      \u003clabel class=\"spc-tab-label\" for=\"spc-story-6\"\u003e        \u003cb\u003eHoly Night Nativity\u003c\/b\u003e        \u003csmall\u003eLuke 2:11\u003c\/small\u003e      \u003c\/label\u003e    \u003c\/div\u003e    \u003cdiv class=\"spc-tab-panels\"\u003e      \u003c!-- 1 --\u003e      \u003carticle class=\"spc-panel spc-panel-1\"\u003e        \u003cdiv class=\"spc-panel-images\"\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_27_22_34_04_1.png?v=1785206180\" alt=\"Daniel praying beside a lion Biblical artwork\" loading=\"eager\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eFull Story Artwork\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_27_22_02_02_6.png?v=1785206148\" alt=\"Lion of Judah prayer Biblical story bracelet\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eBracelet Design\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"spc-panel-copy\"\u003e          \u003cspan\u003eStory One · Courage\u003c\/span\u003e          \u003ch4\u003eThe Lion of Judah Prayer\u003c\/h4\u003e          \u003cp\u003e            Inspired by Daniel’s unwavering faith, this design represents            courage in fearful moments and trust that remains steady even when            the way forward feels uncertain.          \u003c\/p\u003e          \u003cdiv class=\"spc-meaning\"\u003eFaith • Courage • Divine Protection\u003c\/div\u003e        \u003c\/div\u003e      \u003c\/article\u003e      \u003c!-- 2 --\u003e      \u003carticle class=\"spc-panel spc-panel-2\"\u003e        \u003cdiv class=\"spc-panel-images\"\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_27_22_34_05_2.png?v=1785206180\" alt=\"Empty tomb and sunrise resurrection artwork\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eFull Story Artwork\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_27_22_02_00_5.png?v=1785206148\" alt=\"Empty tomb resurrection Biblical story bracelet\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eBracelet Design\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"spc-panel-copy\"\u003e          \u003cspan\u003eStory Two · Hope\u003c\/span\u003e          \u003ch4\u003eThe Glory of Resurrection\u003c\/h4\u003e          \u003cp\u003e            The open tomb and rising light symbolize a promise stronger than            darkness—a reminder that loss is not the end and hope can rise            again.          \u003c\/p\u003e          \u003cdiv class=\"spc-meaning\"\u003eResurrection • Renewal • Eternal Hope\u003c\/div\u003e        \u003c\/div\u003e      \u003c\/article\u003e      \u003c!-- 3 --\u003e      \u003carticle class=\"spc-panel spc-panel-3\"\u003e        \u003cdiv class=\"spc-panel-images\"\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_27_22_34_05_3.png?v=1785206180\" alt=\"Jesus holding a lamb Good Shepherd artwork\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eFull Story Artwork\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_27_22_01_59_3.png?v=1785206148\" alt=\"Good Shepherd Biblical story bracelet\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eBracelet Design\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"spc-panel-copy\"\u003e          \u003cspan\u003eStory Three · Comfort\u003c\/span\u003e          \u003ch4\u003eThe Shepherd’s Embrace\u003c\/h4\u003e          \u003cp\u003e            A gentle image of the Shepherd holding the lamb, created as a            reminder that no one is forgotten, unseen or beyond the reach of            compassionate love.          \u003c\/p\u003e          \u003cdiv class=\"spc-meaning\"\u003eComfort • Guidance • Unfailing Love\u003c\/div\u003e        \u003c\/div\u003e      \u003c\/article\u003e      \u003c!-- 4 --\u003e      \u003carticle class=\"spc-panel spc-panel-4\"\u003e        \u003cdiv class=\"spc-panel-images\"\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_27_22_34_06_4.png?v=1785206180\" alt=\"Jesus calming the storm Biblical artwork\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eFull Story Artwork\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_27_22_02_00_4.png?v=1785206148\" alt=\"Jesus calming the storm Biblical bracelet\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eBracelet Design\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"spc-panel-copy\"\u003e          \u003cspan\u003eStory Four · Peace\u003c\/span\u003e          \u003ch4\u003ePeace, Be Still\u003c\/h4\u003e          \u003cp\u003e            Inspired by the calming of the storm, this design represents inner            peace when life feels uncertain and the strength to trust through            every wave.          \u003c\/p\u003e          \u003cdiv class=\"spc-meaning\"\u003ePeace • Trust • Strength Through Storms\u003c\/div\u003e        \u003c\/div\u003e      \u003c\/article\u003e      \u003c!-- 5 --\u003e      \u003carticle class=\"spc-panel spc-panel-5\"\u003e        \u003cdiv class=\"spc-panel-images\"\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_27_22_34_06_5.png?v=1785206181\" alt=\"Noah\" s ark beneath a rainbow biblical artwork loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eFull Story Artwork\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_27_22_01_58_1.png?v=1785206148\" alt=\"Noah\" s ark rainbow covenant bracelet loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eBracelet Design\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"spc-panel-copy\"\u003e          \u003cspan\u003eStory Five · Promise\u003c\/span\u003e          \u003ch4\u003eThe Covenant of the Rainbow\u003c\/h4\u003e          \u003cp\u003e            Noah’s Ark beneath the rainbow recalls the promise that follows the            storm—a lasting symbol of faithfulness, protection and new            beginnings.          \u003c\/p\u003e          \u003cdiv class=\"spc-meaning\"\u003ePromise • Protection • New Beginnings\u003c\/div\u003e        \u003c\/div\u003e      \u003c\/article\u003e      \u003c!-- 6 --\u003e      \u003carticle class=\"spc-panel spc-panel-6\"\u003e        \u003cdiv class=\"spc-panel-images\"\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_27_22_34_07_6.png?v=1785206180\" alt=\"Holy family beneath the Bethlehem star Nativity artwork\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eFull Story Artwork\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"spc-panel-image\"\u003e            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_27_22_01_59_2.png?v=1785206148\" alt=\"Holy Night Nativity Biblical story bracelet\" loading=\"lazy\" decoding=\"async\"\u003e            \u003cspan class=\"spc-image-label\"\u003eBracelet Design\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"spc-panel-copy\"\u003e          \u003cspan\u003eStory Six · Light\u003c\/span\u003e          \u003ch4\u003eHoly Night Nativity\u003c\/h4\u003e          \u003cp\u003e            Beneath the Star of Bethlehem, the Nativity scene reflects humble            beginnings, divine love and the light that entered the world on a            silent and holy night.          \u003c\/p\u003e          \u003cdiv class=\"spc-meaning\"\u003eLight • Love • The Gift of Salvation\u003c\/div\u003e        \u003c\/div\u003e      \u003c\/article\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- GIFT MESSAGE --\u003e  \u003csection class=\"spc-gift\"\u003e    \u003ch3\u003eMore Than Jewelry—A Quiet Reminder Carried Close\u003c\/h3\u003e    \u003cp\u003e      Give a design that reflects the message someone needs most: courage for a      difficult season, peace through uncertainty, comfort in grief, hope after      loss or encouragement in faith.    \u003c\/p\u003e    \u003cdiv class=\"spc-gift-grid\"\u003e      \u003cdiv class=\"spc-gift-card\"\u003e        \u003cspan\u003e♡\u003c\/span\u003e        \u003cstrong\u003eFor Someone You Love\u003c\/strong\u003e      \u003c\/div\u003e      \u003cdiv class=\"spc-gift-card\"\u003e        \u003cspan\u003e✦\u003c\/span\u003e        \u003cstrong\u003eFor a Meaningful Milestone\u003c\/strong\u003e      \u003c\/div\u003e      \u003cdiv class=\"spc-gift-card\"\u003e        \u003cspan\u003e☩\u003c\/span\u003e        \u003cstrong\u003eFor Daily Faith \u0026amp; Encouragement\u003c\/strong\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- DETAILS --\u003e  \u003csection class=\"spc-details-wrap\"\u003e    \u003cdiv class=\"spc-details-heading\"\u003e      \u003cspan\u003eTap to Learn More\u003c\/span\u003e      \u003ch3\u003eCollection Information\u003c\/h3\u003e    \u003c\/div\u003e    \u003cdetails class=\"spc-details\" open\u003e      \u003csummary\u003eWhich six designs are available?\u003c\/summary\u003e      \u003cdiv class=\"spc-details-content\"\u003e        The Sacred Promise Collection includes:        \u003cdiv class=\"spc-design-list\"\u003e          \u003cdiv class=\"spc-design-item\"\u003e            1. The Lion of Judah Prayer          \u003c\/div\u003e          \u003cdiv class=\"spc-design-item\"\u003e            2. The Glory of Resurrection          \u003c\/div\u003e          \u003cdiv class=\"spc-design-item\"\u003e            3. The Shepherd’s Embrace          \u003c\/div\u003e          \u003cdiv class=\"spc-design-item\"\u003e            4. Peace, Be Still          \u003c\/div\u003e          \u003cdiv class=\"spc-design-item\"\u003e            5. The Covenant of the Rainbow          \u003c\/div\u003e          \u003cdiv class=\"spc-design-item\"\u003e            6. Holy Night Nativity          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails class=\"spc-details\"\u003e      \u003csummary\u003eHow do I select my design?\u003c\/summary\u003e      \u003cdiv class=\"spc-details-content\"\u003e        Choose your preferred Biblical story from the available product        options before adding the bracelet to your cart. Review the centerpiece        image and color combination carefully when selecting.      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails class=\"spc-details\"\u003e      \u003csummary\u003eWill every bead look exactly the same?\u003c\/summary\u003e      \u003cdiv class=\"spc-details-content\"\u003e        Patterning, tone and surface detail may vary slightly from piece to        piece. These small differences give each bracelet its own individual        appearance.      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails class=\"spc-details\"\u003e      \u003csummary\u003eHow should the bracelet be cared for?\u003c\/summary\u003e      \u003cdiv class=\"spc-details-content\"\u003e        Keep the bracelet dry and avoid contact with perfume, lotion, cleaning        products and salt water. Remove it before showering, swimming or        sleeping, and store it in a clean, dry place when not being worn.      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails class=\"spc-details\"\u003e      \u003csummary\u003eIs it suitable as a gift?\u003c\/summary\u003e      \u003cdiv class=\"spc-details-content\"\u003e        Yes. The six stories make it possible to choose a message that feels        personal to the recipient, whether the occasion calls for courage,        comfort, peace, hope, remembrance or celebration.      \u003c\/div\u003e    \u003c\/details\u003e  \u003c\/section\u003e  \u003c!-- FINAL CTA --\u003e  \u003csection class=\"spc-final\"\u003e    \u003cdiv class=\"spc-final-icon\"\u003e✦\u003c\/div\u003e    \u003ch3\u003eChoose the Promise You Want to Carry With You\u003c\/h3\u003e    \u003cp\u003e      Six enduring Biblical stories, each transformed into a wearable reminder      of faith, hope and redemption.    \u003c\/p\u003e    \u003ca class=\"spc-cta\" href=\"#product-form\"\u003e      Choose Your Story      \u003cspan\u003e↑\u003c\/span\u003e    \u003c\/a\u003e    \u003cdiv class=\"spc-final-note\"\u003e      Appearance may vary slightly due to differences in bead patterning,      lighting and screen display.    \u003c\/div\u003e  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"cotitoc","offers":[{"title":"The Lion of Judah Prayer","offer_id":51193224134692,"sku":"SZ04622607284707-定制1","price":24.99,"currency_code":"USD","in_stock":true},{"title":"The Glory of Resurrection","offer_id":51193224167460,"sku":"SZ04622607284707-定制2","price":24.99,"currency_code":"USD","in_stock":true},{"title":"The Shepherd’s Embrace","offer_id":51193224200228,"sku":"SZ04622607284707-定制6","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Peace Be Still","offer_id":51193224232996,"sku":"SZ04622607284707-定制5","price":24.99,"currency_code":"USD","in_stock":true},{"title":"The Covenant of the Rainbow","offer_id":51193224265764,"sku":"SZ04622607284707-定制4","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Holy Night Nativity","offer_id":51193224298532,"sku":"SZ04622607284707-定制3","price":24.99,"currency_code":"USD","in_stock":true},{"title":"ALL SIX SET","offer_id":51193224331300,"sku":"SZ04622607284707-定制1+SZ04622607284707-定制2+SZ04622607284707-定制6+SZ04622607284707-定制5+SZ04622607284707-定制4+SZ04622607284707-定制3","price":109.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0798\/0364\/5988\/files\/ChatGPTImage2026_7_27_22_02_02_6.png?v=1785425230","url":"https:\/\/verviven.com\/products\/six-biblical-stories-of-faith-hope-redemption","provider":"Verviven","version":"1.0","type":"link"}