{"product_id":"handmade-jesus-crucifix-remember-his-sacrifice-1","title":"Handmade Jesus Crucifix — Remember His Sacrifice","description":"\u003cdiv class=\"faith-cross-page\" id=\"faith-cross-product\"\u003e  \u003cstyle\u003e    .faith-cross-page,    .faith-cross-page * {      box-sizing: border-box;    }    .faith-cross-page {      --fc-dark: #17110e;      --fc-deep: #241815;      --fc-brown: #4a2d24;      --fc-gold: #c69a57;      --fc-gold-light: #e5c48e;      --fc-cream: #f7f0e6;      --fc-white: #ffffff;      --fc-muted: #d6c8bc;      --fc-text-dark: #2d211c;      --fc-border: rgba(255, 255, 255, 0.12);      --fc-radius: 22px;      width: 100%;      max-width: 860px;      margin: 0 auto;      overflow: hidden;      color: var(--fc-white);      background:        radial-gradient(circle at 50% 0%, rgba(198, 154, 87, 0.16), transparent 30%),        linear-gradient(180deg, #17110e 0%, #241815 55%, #130e0c 100%);      border-radius: 28px;      font-family: Arial, Helvetica, sans-serif;      line-height: 1.55;    }    .faith-cross-page img {      display: block;      width: 100%;      height: auto;      margin: 0;    }    .fc-hero {      position: relative;      padding: 42px 24px 34px;      overflow: hidden;      text-align: center;      background:        radial-gradient(circle at 50% 120%, rgba(198, 154, 87, 0.24), transparent 44%),        linear-gradient(145deg, #130e0c, #2c1b16);    }    .fc-hero:before,    .fc-hero:after {      content: '';      position: absolute;      border-radius: 50%;      pointer-events: none;      filter: blur(2px);    }    .fc-hero:before {      top: -120px;      left: -90px;      width: 260px;      height: 260px;      border: 1px solid rgba(198, 154, 87, 0.15);    }    .fc-hero:after {      right: -100px;      bottom: -130px;      width: 300px;      height: 300px;      border: 1px solid rgba(198, 154, 87, 0.12);    }    .fc-kicker {      position: relative;      z-index: 1;      display: inline-flex;      align-items: center;      gap: 9px;      margin-bottom: 14px;      color: var(--fc-gold-light);      font-size: 12px;      font-weight: 800;      letter-spacing: 1.7px;      text-transform: uppercase;    }    .fc-kicker:before,    .fc-kicker:after {      content: '';      width: 24px;      height: 2px;      border-radius: 10px;      background: var(--fc-gold);    }    .fc-hero h2 {      position: relative;      z-index: 1;      max-width: 700px;      margin: 0 auto 15px;      color: var(--fc-white);      font-size: clamp(30px, 6vw, 49px);      line-height: 1.08;      letter-spacing: -1px;    }    .fc-hero p {      position: relative;      z-index: 1;      max-width: 630px;      margin: 0 auto;      color: var(--fc-muted);      font-size: 16px;    }    .fc-gold-line {      width: 52px;      height: 3px;      margin: 22px auto 0;      border-radius: 10px;      background: linear-gradient(        90deg,        transparent,        var(--fc-gold),        transparent      );    }    .fc-main-image {      margin: 0;      overflow: hidden;      background: #efe7dc;    }    .fc-main-image img {      transition: transform 0.6s ease;    }    .fc-main-image:hover img {      transform: scale(1.015);    }    .fc-emotion {      padding: 34px 24px;      text-align: center;      background:        radial-gradient(circle at center, rgba(198, 154, 87, 0.12), transparent 65%),        #1b120f;    }    .fc-emotion-mark {      display: flex;      width: 48px;      height: 48px;      margin: 0 auto 13px;      align-items: center;      justify-content: center;      border: 1px solid rgba(229, 196, 142, 0.4);      border-radius: 50%;      color: var(--fc-gold-light);      background: rgba(198, 154, 87, 0.08);      font-size: 27px;      font-family: Georgia, serif;    }    .fc-emotion h3 {      max-width: 650px;      margin: 0 auto 10px;      color: var(--fc-white);      font-size: clamp(24px, 5vw, 35px);      line-height: 1.2;    }    .fc-emotion p {      max-width: 620px;      margin: 0 auto;      color: var(--fc-muted);      font-size: 15px;    }    .fc-benefits-wrap {      padding: 26px 18px;      background: var(--fc-cream);    }    .fc-section-heading {      margin-bottom: 18px;      text-align: center;    }    .fc-section-heading span {      color: #8c603c;      font-size: 12px;      font-weight: 800;      letter-spacing: 1.5px;      text-transform: uppercase;    }    .fc-section-heading h3 {      margin: 5px 0 0;      color: var(--fc-text-dark);      font-size: 27px;      line-height: 1.2;    }    .fc-benefits {      display: grid;      grid-template-columns: repeat(3, 1fr);      gap: 11px;    }    .fc-benefit {      min-height: 150px;      padding: 19px 13px;      border: 1px solid #e4d5c3;      border-radius: 17px;      background: #ffffff;      text-align: center;      box-shadow: 0 10px 25px rgba(71, 43, 31, 0.06);      transition:        transform 0.25s ease,        border-color 0.25s ease,        box-shadow 0.25s ease;    }    .fc-benefit:hover {      transform: translateY(-5px);      border-color: #c69a57;      box-shadow: 0 15px 28px rgba(71, 43, 31, 0.12);    }    .fc-benefit-icon {      display: flex;      width: 42px;      height: 42px;      margin: 0 auto 11px;      align-items: center;      justify-content: center;      border-radius: 50%;      color: #fff;      background: linear-gradient(145deg, #8f5c3f, #563526);      font-size: 20px;    }    .fc-benefit strong {      display: block;      margin-bottom: 5px;      color: #2f211b;      font-size: 15px;      line-height: 1.3;    }    .fc-benefit p {      margin: 0;      color: #74645a;      font-size: 12px;      line-height: 1.45;    }    .fc-image-card {      margin: 16px;      overflow: hidden;      border: 1px solid var(--fc-border);      border-radius: var(--fc-radius);      background: #211511;      box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);    }    .fc-image-card img {      transition:        transform 0.5s ease,        filter 0.5s ease;    }    .fc-image-card:hover img {      transform: scale(1.012);      filter: contrast(1.02);    }    .fc-image-copy {      padding: 21px 22px;      background:        linear-gradient(135deg, rgba(198, 154, 87, 0.12), transparent 65%),        #211511;    }    .fc-image-copy h3 {      margin: 0 0 6px;      color: var(--fc-white);      font-size: 23px;      line-height: 1.25;    }    .fc-image-copy p {      margin: 0;      color: var(--fc-muted);      font-size: 14px;    }    .fc-message {      position: relative;      margin: 23px 16px;      padding: 29px 24px;      overflow: hidden;      border: 1px solid rgba(198, 154, 87, 0.32);      border-radius: var(--fc-radius);      text-align: center;      background:        radial-gradient(circle at 50% 0%, rgba(198, 154, 87, 0.17), transparent 50%),        #291a15;    }    .fc-message:before {      content: '✝';      position: absolute;      top: -42px;      right: -5px;      color: rgba(229, 196, 142, 0.06);      font-size: 170px;      line-height: 1;      pointer-events: none;    }    .fc-message h3 {      position: relative;      margin: 0 auto 9px;      color: #fff7eb;      font-family: Georgia, 'Times New Roman', serif;      font-size: 27px;      line-height: 1.25;    }    .fc-message p {      position: relative;      max-width: 590px;      margin: 0 auto;      color: #d9cabc;      font-size: 14px;    }    .fc-places {      padding: 27px 18px;      background: #f7f0e6;    }    .fc-place-scroll {      display: grid;      grid-template-columns: repeat(3, 1fr);      gap: 10px;    }    .fc-place {      padding: 18px 12px;      border: 1px solid #e3d4c1;      border-radius: 16px;      color: var(--fc-text-dark);      background: #fff;      text-align: center;    }    .fc-place span {      display: block;      margin-bottom: 7px;      font-size: 25px;    }    .fc-place strong {      display: block;      margin-bottom: 3px;      color: #35251e;      font-size: 14px;    }    .fc-place small {      display: block;      color: #806f64;      font-size: 11px;      line-height: 1.4;    }    .fc-accordion {      padding: 27px 18px 30px;      background: #17100d;    }    .fc-accordion-title {      margin-bottom: 16px;      text-align: center;    }    .fc-accordion-title span {      color: var(--fc-gold-light);      font-size: 12px;      font-weight: 800;      letter-spacing: 1.4px;      text-transform: uppercase;    }    .fc-accordion-title h3 {      margin: 5px 0 0;      color: #fff;      font-size: 26px;    }    .fc-details {      margin-top: 9px;      overflow: hidden;      border: 1px solid rgba(255, 255, 255, 0.12);      border-radius: 15px;      background: rgba(255, 255, 255, 0.045);      transition:        border-color 0.25s ease,        background 0.25s ease;    }    .fc-details[open] {      border-color: rgba(198, 154, 87, 0.55);      background: rgba(198, 154, 87, 0.07);    }    .fc-details summary {      position: relative;      padding: 16px 48px 16px 17px;      color: #fff7eb;      font-size: 15px;      font-weight: 750;      cursor: pointer;      list-style: none;      user-select: none;    }    .fc-details summary::-webkit-details-marker {      display: none;    }    .fc-details summary:after {      content: '+';      position: absolute;      top: 50%;      right: 15px;      width: 27px;      height: 27px;      display: flex;      align-items: center;      justify-content: center;      border-radius: 50%;      color: #251711;      background: var(--fc-gold-light);      font-size: 19px;      transform: translateY(-50%);    }    .fc-details[open] summary:after {      content: '−';    }    .fc-details-content {      padding: 0 17px 17px;      color: var(--fc-muted);      font-size: 13px;    }    .fc-size {      display: grid;      grid-template-columns: 1fr 1fr;      gap: 9px;      margin-top: 12px;    }    .fc-size-item {      padding: 12px;      border: 1px solid rgba(255, 255, 255, 0.1);      border-radius: 12px;      background: rgba(255, 255, 255, 0.04);      text-align: center;    }    .fc-size-item b {      display: block;      color: var(--fc-gold-light);      font-size: 18px;    }    .fc-size-item span {      display: block;      color: #d8c8b9;      font-size: 11px;    }    .fc-final {      padding: 35px 22px 38px;      text-align: center;      background:        radial-gradient(circle at 50% 100%, rgba(198, 154, 87, 0.22), transparent 58%),        #241713;    }    .fc-final-symbol {      margin-bottom: 8px;      color: var(--fc-gold-light);      font-size: 33px;    }    .fc-final h3 {      max-width: 620px;      margin: 0 auto 9px;      color: #fff;      font-size: 28px;      line-height: 1.2;    }    .fc-final p {      max-width: 550px;      margin: 0 auto 20px;      color: var(--fc-muted);      font-size: 14px;    }    .fc-cta {      display: inline-flex;      min-width: 245px;      min-height: 54px;      padding: 14px 25px;      align-items: center;      justify-content: center;      gap: 9px;      border: 1px solid #e3be82;      border-radius: 999px;      color: #251711 !important;      background: linear-gradient(135deg, #e8ca96, #bf8e48);      box-shadow: 0 13px 28px rgba(198, 154, 87, 0.25);      font-size: 16px;      font-weight: 800;      text-decoration: none !important;      transition:        transform 0.25s ease,        box-shadow 0.25s ease;    }    .fc-cta:hover {      transform: translateY(-3px);      box-shadow: 0 17px 34px rgba(198, 154, 87, 0.38);    }    .fc-cta-arrow {      font-size: 19px;      transition: transform 0.25s ease;    }    .fc-cta:hover .fc-cta-arrow {      transform: translateY(-3px);    }    .fc-note {      margin-top: 12px;      color: #b9a99b;      font-size: 11px;    }    @media screen and (max-width: 749px) {      .faith-cross-page {        width: calc(100% + 30px);        margin-left: -15px;        border-radius: 0;      }      .fc-hero {        padding: 32px 17px 28px;      }      .fc-hero h2 {        font-size: 32px;      }      .fc-hero p {        font-size: 14px;      }      .fc-emotion {        padding: 28px 17px;      }      .fc-emotion h3 {        font-size: 25px;      }      .fc-benefits-wrap {        padding: 23px 10px;      }      .fc-benefits {        display: flex;        gap: 9px;        overflow-x: auto;        padding: 2px 2px 8px;        scroll-snap-type: x mandatory;        scrollbar-width: none;      }      .fc-benefits::-webkit-scrollbar,      .fc-place-scroll::-webkit-scrollbar {        display: none;      }      .fc-benefit {        flex: 0 0 72%;        min-height: 142px;        scroll-snap-align: center;      }      .fc-image-card {        margin: 12px 9px;        border-radius: 17px;      }      .fc-image-copy {        padding: 17px;      }      .fc-image-copy h3 {        font-size: 20px;      }      .fc-message {        margin: 17px 9px;        padding: 25px 17px;        border-radius: 17px;      }      .fc-message h3 {        font-size: 23px;      }      .fc-places {        padding: 24px 10px;      }      .fc-place-scroll {        display: flex;        gap: 9px;        overflow-x: auto;        padding-bottom: 6px;        scroll-snap-type: x mandatory;        scrollbar-width: none;      }      .fc-place {        flex: 0 0 65%;        scroll-snap-align: center;      }      .fc-accordion {        padding: 25px 10px 28px;      }      .fc-details summary {        padding: 15px 44px 15px 14px;        font-size: 14px;      }      .fc-details-content {        padding: 0 14px 15px;      }      .fc-final {        padding: 30px 15px 34px;      }      .fc-final h3 {        font-size: 24px;      }      .fc-cta {        width: 100%;        min-height: 56px;      }    }    @media (prefers-reduced-motion: reduce) {      .faith-cross-page *,      .faith-cross-page *:before,      .faith-cross-page *:after {        transition: none !important;        scroll-behavior: auto !important;      }    }  \u003c\/style\u003e  \u003c!-- Emotional opening --\u003e  \u003csection class=\"fc-hero\"\u003e    \u003cdiv class=\"fc-kicker\"\u003eA Symbol of Sacrifice and Faith\u003c\/div\u003e    \u003ch2\u003eA Powerful Reminder of the Love That Endured the Cross\u003c\/h2\u003e    \u003cp\u003e      More than wall décor, this deeply detailed crucifix offers a visible      reminder of sacrifice, forgiveness and a faith that remains through      every difficult season.    \u003c\/p\u003e    \u003cdiv class=\"fc-gold-line\"\u003e\u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Main product and dimensions --\u003e  \u003csection class=\"fc-main-image\"\u003e    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_22_02_46_37.png?v=1784702828\" alt=\"Detailed crucifix wall decor measuring 8.66 inches tall and 4.72 inches wide\" loading=\"eager\" decoding=\"async\"\u003e  \u003c\/section\u003e  \u003c!-- Emotional transition --\u003e  \u003csection class=\"fc-emotion\"\u003e    \u003cdiv class=\"fc-emotion-mark\"\u003e“\u003c\/div\u003e    \u003ch3\u003eSome Symbols Do More Than Decorate a Room\u003c\/h3\u003e    \u003cp\u003e      They steady the heart. They invite prayer. They remind us that even      through pain, love, mercy and hope can still remain.    \u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- Key values --\u003e  \u003csection class=\"fc-benefits-wrap\"\u003e    \u003cdiv class=\"fc-section-heading\"\u003e      \u003cspan\u003eMade to Be Meaningful\u003c\/span\u003e      \u003ch3\u003eA Small Piece With a Powerful Presence\u003c\/h3\u003e    \u003c\/div\u003e    \u003cdiv class=\"fc-benefits\"\u003e      \u003cdiv class=\"fc-benefit\"\u003e        \u003cdiv class=\"fc-benefit-icon\"\u003e✝\u003c\/div\u003e        \u003cstrong\u003eDeeply Expressive Detail\u003c\/strong\u003e        \u003cp\u003e          A striking depiction of the crucifixion that communicates sacrifice          and devotion at a glance.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"fc-benefit\"\u003e        \u003cdiv class=\"fc-benefit-icon\"\u003e♡\u003c\/div\u003e        \u003cstrong\u003eA Daily Faith Reminder\u003c\/strong\u003e        \u003cp\u003e          Keep an important symbol of prayer, forgiveness and hope visible in          your everyday space.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"fc-benefit\"\u003e        \u003cdiv class=\"fc-benefit-icon\"\u003e⌂\u003c\/div\u003e        \u003cstrong\u003eMeaningful Wall Accent\u003c\/strong\u003e        \u003cp\u003e          Suitable for a prayer corner, bedroom, living space, study or          faith-centered display.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Product image 2 --\u003e  \u003csection class=\"fc-image-card\"\u003e    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/6_7e54e0c8-00de-4c9a-8968-d6ebee4c3e82.jpg?v=1784701327\" alt=\"Detailed Christian crucifix wall ornament\" loading=\"lazy\" decoding=\"async\"\u003e    \u003cdiv class=\"fc-image-copy\"\u003e      \u003ch3\u003eDesigned to Be Seen—and Felt\u003c\/h3\u003e      \u003cp\u003e        Rich visual detailing gives the piece an aged, solemn character that        stands apart from ordinary decorative crosses.      \u003c\/p\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Emotional statement --\u003e  \u003csection class=\"fc-message\"\u003e    \u003ch3\u003e“When Words Feel Too Small, Faith Can Still Speak.”\u003c\/h3\u003e    \u003cp\u003e      Place it where you pray, reflect or begin each day. Its presence can      become a quiet invitation to pause, remember and return to what matters      most.    \u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- Product image 3 --\u003e  \u003csection class=\"fc-image-card\"\u003e    \u003cdiv class=\"fc-image-copy\"\u003e      \u003ch3\u003eA Meaningful Gift of Faith\u003c\/h3\u003e      \u003cp\u003e        A thoughtful choice for a loved one, a new home, a prayer space or        anyone who finds strength in Christian symbolism.      \u003c\/p\u003e    \u003c\/div\u003e    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/3_1aea67af-d48c-41b1-9576-70e1cfb58b8d.jpg?v=1784701327\" alt=\"Christian crucifix displayed as meaningful religious decor\" loading=\"lazy\" decoding=\"async\"\u003e  \u003c\/section\u003e  \u003c!-- Placement ideas --\u003e  \u003csection class=\"fc-places\"\u003e    \u003cdiv class=\"fc-section-heading\"\u003e      \u003cspan\u003eWhere It Belongs\u003c\/span\u003e      \u003ch3\u003eCreate a Personal Place of Reflection\u003c\/h3\u003e    \u003c\/div\u003e    \u003cdiv class=\"fc-place-scroll\"\u003e      \u003cdiv class=\"fc-place\"\u003e        \u003cspan\u003e🕯\u003c\/span\u003e        \u003cstrong\u003ePrayer Corner\u003c\/strong\u003e        \u003csmall\u003eA visual focus for quiet prayer and reflection.\u003c\/small\u003e      \u003c\/div\u003e      \u003cdiv class=\"fc-place\"\u003e        \u003cspan\u003e🏠\u003c\/span\u003e        \u003cstrong\u003eHome Entrance\u003c\/strong\u003e        \u003csmall\u003eA meaningful symbol to welcome faith into the home.\u003c\/small\u003e      \u003c\/div\u003e      \u003cdiv class=\"fc-place\"\u003e        \u003cspan\u003e🤍\u003c\/span\u003e        \u003cstrong\u003eThoughtful Gift\u003c\/strong\u003e        \u003csmall\u003eFor someone who finds comfort and strength in faith.\u003c\/small\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- Interactive information --\u003e  \u003csection class=\"fc-accordion\"\u003e    \u003cdiv class=\"fc-accordion-title\"\u003e      \u003cspan\u003eTap to Learn More\u003c\/span\u003e      \u003ch3\u003eProduct Details\u003c\/h3\u003e    \u003c\/div\u003e    \u003cdetails class=\"fc-details\" open\u003e      \u003csummary\u003eWhat are the dimensions?\u003c\/summary\u003e      \u003cdiv class=\"fc-details-content\"\u003e        The crucifix measures approximately:        \u003cdiv class=\"fc-size\"\u003e          \u003cdiv class=\"fc-size-item\"\u003e            \u003cb\u003e8.66 in \/ 22 cm\u003c\/b\u003e            \u003cspan\u003eOverall height\u003c\/span\u003e          \u003c\/div\u003e          \u003cdiv class=\"fc-size-item\"\u003e            \u003cb\u003e4.72 in \/ 12 cm\u003c\/b\u003e            \u003cspan\u003eOverall width\u003c\/span\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails class=\"fc-details\"\u003e      \u003csummary\u003eWhere can it be displayed?\u003c\/summary\u003e      \u003cdiv class=\"fc-details-content\"\u003e        It can be displayed in a bedroom, living room, study, entryway,        chapel-inspired area or personal prayer corner.      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails class=\"fc-details\"\u003e      \u003csummary\u003eIs it suitable as a gift?\u003c\/summary\u003e      \u003cdiv class=\"fc-details-content\"\u003e        Yes. Its symbolic meaning makes it a thoughtful faith-centered gift        for family, friends or anyone seeking a visible reminder of Christ’s        sacrifice.      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails class=\"fc-details\"\u003e      \u003csummary\u003eWhat makes the design distinctive?\u003c\/summary\u003e      \u003cdiv class=\"fc-details-content\"\u003e        The intense sculptural detailing and aged dark finish create a solemn,        expressive appearance rather than the look of a simple flat wall        cross.      \u003c\/div\u003e    \u003c\/details\u003e  \u003c\/section\u003e  \u003c!-- Final CTA --\u003e  \u003csection class=\"fc-final\"\u003e    \u003cdiv class=\"fc-final-symbol\"\u003e✝\u003c\/div\u003e    \u003ch3\u003eKeep a Reminder of Faith Close to Your Heart and Home\u003c\/h3\u003e    \u003cp\u003e      A meaningful symbol of sacrifice, mercy and love—created to inspire      reflection every time you see it.    \u003c\/p\u003e    \u003ca class=\"fc-cta\" href=\"#MainContent\"\u003e      Choose Yours      \u003cspan class=\"fc-cta-arrow\"\u003e↑\u003c\/span\u003e    \u003c\/a\u003e    \u003cdiv class=\"fc-note\"\u003e      Tap the button to return to the product options.    \u003c\/div\u003e  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"8.66","offer_id":51193160826916,"sku":"SZ04622607224483-红十字架摆件","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0798\/0364\/5988\/files\/1_eb643c6a-f18c-427d-a41d-bfeb13ba4f44.jpg?v=1785424899","url":"https:\/\/verviven.com\/products\/handmade-jesus-crucifix-remember-his-sacrifice-1","provider":"Verviven","version":"1.0","type":"link"}