{"product_id":"cyrarise™-christmas-cross","title":"cyrarise™ Christmas Cross","description":"\u003cstyle\u003e   .faith-cross-page,   .faith-cross-page * {     box-sizing: border-box;   }    .faith-cross-page {     --fc-green: #173f32;     --fc-green-2: #245744;     --fc-gold: #b88a3d;     --fc-cream: #fffaf1;     --fc-warm: #f6efe4;     --fc-text: #25251f;     --fc-muted: #6d675d;     --fc-line: rgba(23, 63, 50, 0.13);      width: 100%;     max-width: 920px;     margin: 0 auto;     padding: 12px;     color: var(--fc-text);     line-height: 1.55;     container-type: inline-size;   }    .faith-cross-page img {     display: block;     width: 100%;     height: auto;     border-radius: 18px;   }    .fc-card {     position: relative;     overflow: hidden;     margin: 0 0 18px;     padding: 18px;     border: 1px solid var(--fc-line);     border-radius: 24px;     background: var(--fc-cream);     box-shadow: 0 10px 32px rgba(47, 38, 24, 0.06);   }    .fc-card--green {     color: #fff;     background:       radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 36%),       linear-gradient(145deg, var(--fc-green), #0f2e25);     border-color: transparent;   }    .fc-card--warm {     background: var(--fc-warm);   }    .fc-eyebrow {     display: inline-flex;     align-items: center;     gap: 7px;     margin-bottom: 10px;     padding: 7px 11px;     border-radius: 999px;     background: rgba(184, 138, 61, 0.12);     color: #7d5a21;     font-size: 12px;     font-weight: 700;     letter-spacing: .04em;     text-transform: uppercase;   }    .fc-card--green .fc-eyebrow {     background: rgba(255,255,255,.12);     color: #f8dfaf;   }    .faith-cross-page h2,   .faith-cross-page h3 {     margin: 0;     color: inherit;     line-height: 1.12;   }    .faith-cross-page h2 {     font-size: clamp(30px, 7vw, 50px);     letter-spacing: -0.035em;   }    .faith-cross-page h3 {     font-size: clamp(23px, 5vw, 34px);     letter-spacing: -0.025em;   }    .fc-lead {     margin: 13px 0 0;     font-size: 17px;     color: var(--fc-muted);   }    .fc-card--green .fc-lead {     color: rgba(255,255,255,.82);   }    .fc-hero-copy {     padding: 22px 3px 4px;     text-align: center;   }    .fc-hero-image {     margin-top: 18px;   }    .fc-hero-image img {     aspect-ratio: 1 \/ 1;     object-fit: cover;   }    .fc-points {     display: grid;     gap: 10px;     margin-top: 18px;   }    .fc-point {     display: flex;     align-items: flex-start;     gap: 11px;     padding: 12px 13px;     border: 1px solid var(--fc-line);     border-radius: 15px;     background: rgba(255,255,255,.7);   }    .fc-card--green .fc-point {     border-color: rgba(255,255,255,.12);     background: rgba(255,255,255,.07);   }    .fc-icon {     flex: 0 0 32px;     height: 32px;     display: grid;     place-items: center;     border-radius: 50%;     background: rgba(184,138,61,.14);     font-size: 17px;   }    .fc-point strong {     display: block;     margin-bottom: 2px;     font-size: 15px;   }    .fc-point span {     font-size: 13px;     color: var(--fc-muted);   }    .fc-card--green .fc-point span {     color: rgba(255,255,255,.72);   }    .fc-grid {     display: grid;     gap: 18px;     align-items: center;   }    .fc-copy {     padding: 2px;   }    .fc-copy p {     margin: 11px 0 0;     color: var(--fc-muted);   }    .fc-quote {     margin-top: 16px;     padding: 14px 15px;     border-left: 3px solid var(--fc-gold);     border-radius: 0 14px 14px 0;     background: rgba(184,138,61,.08);     font-weight: 600;   }    .fc-image-wrap img {     aspect-ratio: 1 \/ 1;     object-fit: cover;   }    .fc-size-grid {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 10px;     margin-top: 18px;   }    .fc-size {     padding: 17px 10px;     border: 1px solid var(--fc-line);     border-radius: 16px;     background: #fff;     text-align: center;   }    .fc-size strong {     display: block;     color: var(--fc-green);     font-size: 27px;     line-height: 1;   }    .fc-size span {     display: block;     margin-top: 7px;     color: var(--fc-muted);     font-size: 12px;   }    .fc-steps {     display: grid;     gap: 11px;     margin-top: 18px;   }    .fc-step {     display: grid;     grid-template-columns: 39px 1fr;     gap: 11px;     align-items: start;     padding: 13px;     border-radius: 15px;     background: #fff;     border: 1px solid var(--fc-line);   }    .fc-step-number {     width: 39px;     height: 39px;     display: grid;     place-items: center;     border-radius: 50%;     background: var(--fc-green);     color: #fff;     font-weight: 800;   }    .fc-step strong {     display: block;     margin-bottom: 3px;   }    .fc-step p {     margin: 0;     color: var(--fc-muted);     font-size: 14px;   }    .fc-specs {     overflow: hidden;     margin-top: 17px;     border: 1px solid var(--fc-line);     border-radius: 16px;     background: #fff;   }    .fc-spec-row {     display: grid;     grid-template-columns: 42% 58%;     border-bottom: 1px solid var(--fc-line);   }    .fc-spec-row:last-child {     border-bottom: 0;   }    .fc-spec-row \u003e div {     padding: 12px 13px;     font-size: 14px;   }    .fc-spec-row \u003e div:first-child {     font-weight: 700;     color: var(--fc-green);     background: rgba(23,63,50,.04);   }    .fc-faq {     margin-top: 17px;   }    .fc-faq details {     margin-bottom: 9px;     overflow: hidden;     border: 1px solid var(--fc-line);     border-radius: 15px;     background: #fff;   }    .fc-faq summary {     position: relative;     padding: 15px 42px 15px 15px;     cursor: pointer;     font-weight: 700;     list-style: none;   }    .fc-faq summary::-webkit-details-marker {     display: none;   }    .fc-faq summary::after {     content: '+';     position: absolute;     right: 15px;     top: 50%;     transform: translateY(-50%);     font-size: 23px;     color: var(--fc-green);   }    .fc-faq details[open] summary::after {     content: '−';   }    .fc-faq-answer {     padding: 0 15px 15px;     color: var(--fc-muted);     font-size: 14px;   }    .fc-cta {     padding: 26px 18px;     text-align: center;   }    .fc-cta p {     max-width: 600px;     margin: 12px auto 0;   }    .fc-cta-note {     display: inline-block;     margin-top: 17px;     padding: 10px 16px;     border: 1px solid rgba(255,255,255,.2);     border-radius: 999px;     background: rgba(255,255,255,.08);     font-weight: 700;     font-size: 13px;   }    @container (min-width: 680px) {     .fc-card {       padding: 26px;       margin-bottom: 24px;     }      .fc-grid {       grid-template-columns: 1fr 1fr;       gap: 28px;     }      .fc-grid--reverse .fc-image-wrap {       order: 2;     }      .fc-grid--reverse .fc-copy {       order: 1;     }      .fc-points {       grid-template-columns: 1fr 1fr;     }      .fc-hero-copy {       padding: 28px 35px 5px;     }   }    @container (max-width: 679px) {     .fc-grid,     .fc-grid--reverse {       grid-template-columns: 1fr;     }      .fc-grid--reverse .fc-image-wrap,     .fc-grid--reverse .fc-copy {       order: initial;     }   } \u003c\/style\u003e  \u003cdiv class=\"faith-cross-page\"\u003e    \u003c!-- HERO --\u003e   \u003csection class=\"fc-card fc-card--green\"\u003e     \u003cdiv class=\"fc-hero-copy\"\u003e       \u003cspan class=\"fc-eyebrow\"\u003e✝ A Meaningful Christmas Centerpiece\u003c\/span\u003e       \u003ch2\u003eKeep the Meaning at the Center of Christmas\u003c\/h2\u003e       \u003cp class=\"fc-lead\"\u003e         A glowing cross-shaped Christmas display that brings faith,         warmth and beauty into the heart of your holiday home.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cdiv class=\"fc-hero-image\"\u003e       \u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_Sep_6_2026_10_54_33_PM.png?v=1788773894\u0026amp;width=1445\" alt=\"Illuminated Christmas cross decoration in a festive living room\" loading=\"eager\"\u003e     \u003c\/div\u003e      \u003cdiv class=\"fc-points\"\u003e       \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e✝\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eFaith-Focused Design\u003c\/strong\u003e           \u003cspan\u003eA Christmas centerpiece with deeper meaning.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e✨\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eWarm Holiday Glow\u003c\/strong\u003e           \u003cspan\u003eSoft lights bring a peaceful feeling to the room.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🎄\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eChristmas Statement Piece\u003c\/strong\u003e           \u003cspan\u003eDesigned to become a focal point of your seasonal décor.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e❤️\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eA Tradition With Meaning\u003c\/strong\u003e           \u003cspan\u003eBring it back as part of your Christmas celebration year after year.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- PAIN \/ EMOTIONAL HOOK --\u003e   \u003csection class=\"fc-card fc-card--warm\"\u003e     \u003cdiv class=\"fc-grid\"\u003e       \u003cdiv class=\"fc-copy\"\u003e         \u003cspan class=\"fc-eyebrow\"\u003eMore Than Another Decoration\u003c\/span\u003e         \u003ch3\u003eWhen Christmas Décor Looks Beautiful… But Feels Empty\u003c\/h3\u003e          \u003cp\u003e           Lights, ornaments and gifts can fill a room, but sometimes the           most important part of the season gets lost in everything else.         \u003c\/p\u003e          \u003cp\u003e           This cross-shaped Christmas display creates a visual reminder           of faith right in the center of your celebration.         \u003c\/p\u003e          \u003cdiv class=\"fc-quote\"\u003e           A centerpiece that helps your Christmas décor say something meaningful.         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-image-wrap\"\u003e         \u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_Sep_6_2026_10_54_22_PM.png?v=1788773894\u0026amp;width=1445\" alt=\"Christmas cross with warm lights beside fireplace\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- EXPERIENCE --\u003e   \u003csection class=\"fc-card\"\u003e     \u003cdiv class=\"fc-copy\" style=\"text-align:center;\"\u003e       \u003cspan class=\"fc-eyebrow\"\u003eLight • Faith • Christmas\u003c\/span\u003e       \u003ch3\u003eA Different Kind of Christmas Tree\u003c\/h3\u003e       \u003cp style=\"max-width:680px;margin-left:auto;margin-right:auto;\"\u003e         Instead of another traditional tree, the familiar greenery and         warm Christmas lights take the shape of a cross — creating a         display that feels festive while keeping the message of the         season clearly in view.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cdiv class=\"fc-points\"\u003e       \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🌿\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eClassic Holiday Greenery\u003c\/strong\u003e           \u003cspan\u003eFits naturally alongside traditional Christmas decorations.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e💫\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eGlowing Visual Focus\u003c\/strong\u003e           \u003cspan\u003eWarm illumination helps the cross stand out after dark.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🏠\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eMade for the Holiday Home\u003c\/strong\u003e           \u003cspan\u003eCreates a striking centerpiece in your seasonal setup.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🤍\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eSimple, Meaningful Beauty\u003c\/strong\u003e           \u003cspan\u003eA calm alternative to overly busy Christmas décor.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- LIGHTING \/ SCENE --\u003e   \u003csection class=\"fc-card fc-card--green\"\u003e     \u003cdiv class=\"fc-grid fc-grid--reverse\"\u003e       \u003cdiv class=\"fc-image-wrap\"\u003e         \u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_Sep_6_2026_10_54_33_PM.png?v=1788773894\u0026amp;width=1445\" alt=\"Warm glowing Christmas cross centerpiece\" loading=\"lazy\"\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-copy\"\u003e         \u003cspan class=\"fc-eyebrow\"\u003eWarm \u0026amp; Peaceful\u003c\/span\u003e         \u003ch3\u003eBeautiful by Day. Even More Special When It Glows.\u003c\/h3\u003e          \u003cp class=\"fc-lead\"\u003e           The warm lights illuminate the cross-shaped greenery and create           a soft, peaceful Christmas atmosphere around it.         \u003c\/p\u003e          \u003cdiv class=\"fc-points\" style=\"grid-template-columns:1fr;\"\u003e           \u003cdiv class=\"fc-point\"\u003e             \u003cdiv class=\"fc-icon\"\u003e✨\u003c\/div\u003e             \u003cdiv\u003e               \u003cstrong\u003eWarm glowing illumination\u003c\/strong\u003e               \u003cspan\u003eAdds depth and warmth to your Christmas display.\u003c\/span\u003e             \u003c\/div\u003e           \u003c\/div\u003e            \u003cdiv class=\"fc-point\"\u003e             \u003cdiv class=\"fc-icon\"\u003e🔥\u003c\/div\u003e             \u003cdiv\u003e               \u003cstrong\u003ePerfect beside classic holiday décor\u003c\/strong\u003e               \u003cspan\u003ePairs beautifully with fireplaces, gifts and Christmas trees.\u003c\/span\u003e             \u003c\/div\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- ASSEMBLY --\u003e   \u003csection class=\"fc-card fc-card--warm\"\u003e     \u003cdiv class=\"fc-grid\"\u003e       \u003cdiv class=\"fc-image-wrap\"\u003e         \u003cimg src=\"https:\/\/thenuvaro.com\/cdn\/shop\/files\/ChatGPT_Image_Sep_6_2026_10_54_42_PM.png?v=1788773894\u0026amp;width=1445\" alt=\"Christmas cross greenery being assembled\" loading=\"lazy\"\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-copy\"\u003e         \u003cspan class=\"fc-eyebrow\"\u003eSimple Setup\u003c\/span\u003e         \u003ch3\u003eFrom Box to Christmas Centerpiece in 4 Main Steps\u003c\/h3\u003e          \u003cdiv class=\"fc-steps\"\u003e           \u003cdiv class=\"fc-step\"\u003e             \u003cdiv class=\"fc-step-number\"\u003e1\u003c\/div\u003e             \u003cdiv\u003e               \u003cstrong\u003eShape the Branches\u003c\/strong\u003e               \u003cp\u003eFluff and arrange the greenery to create a fuller appearance.\u003c\/p\u003e             \u003c\/div\u003e           \u003c\/div\u003e            \u003cdiv class=\"fc-step\"\u003e             \u003cdiv class=\"fc-step-number\"\u003e2\u003c\/div\u003e             \u003cdiv\u003e               \u003cstrong\u003eInsert the Cross Arms\u003c\/strong\u003e               \u003cp\u003eConnect both horizontal sections to the center structure.\u003c\/p\u003e             \u003c\/div\u003e           \u003c\/div\u003e            \u003cdiv class=\"fc-step\"\u003e             \u003cdiv class=\"fc-step-number\"\u003e3\u003c\/div\u003e             \u003cdiv\u003e               \u003cstrong\u003eAdd the Main Sections\u003c\/strong\u003e               \u003cp\u003eConnect the upper and lower portions of the cross.\u003c\/p\u003e             \u003c\/div\u003e           \u003c\/div\u003e            \u003cdiv class=\"fc-step\"\u003e             \u003cdiv class=\"fc-step-number\"\u003e4\u003c\/div\u003e             \u003cdiv\u003e               \u003cstrong\u003eSecure It to the Base\u003c\/strong\u003e               \u003cp\u003ePlace the assembled structure into its stand and secure it.\u003c\/p\u003e             \u003c\/div\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- SIZE --\u003e   \u003csection class=\"fc-card\"\u003e     \u003cdiv class=\"fc-copy\" style=\"text-align:center;\"\u003e       \u003cspan class=\"fc-eyebrow\"\u003eChoose Your Size\u003c\/span\u003e       \u003ch3\u003eTwo Heights for Your Christmas Space\u003c\/h3\u003e       \u003cp\u003e         Pick the version that best fits the scale of your holiday display.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cdiv class=\"fc-size-grid\"\u003e       \u003cdiv class=\"fc-size\"\u003e         \u003cstrong\u003e150 cm\u003c\/strong\u003e         \u003cspan\u003eApprox. 59.1 in\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-size\"\u003e         \u003cstrong\u003e180 cm\u003c\/strong\u003e         \u003cspan\u003eApprox. 70.9 in\u003c\/span\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- USE SCENARIOS --\u003e   \u003csection class=\"fc-card fc-card--warm\"\u003e     \u003cdiv class=\"fc-copy\"\u003e       \u003cspan class=\"fc-eyebrow\"\u003eCreate Your Christmas Moment\u003c\/span\u003e       \u003ch3\u003eMake It the Heart of Your Holiday Display\u003c\/h3\u003e        \u003cp\u003e         Place it where your family naturally gathers and let the glowing         cross become part of the atmosphere around your Christmas celebration.       \u003c\/p\u003e     \u003c\/div\u003e      \u003cdiv class=\"fc-points\"\u003e       \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🔥\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eBeside the Fireplace\u003c\/strong\u003e           \u003cspan\u003eCreate a warm traditional Christmas focal point.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🎁\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eWith Christmas Gifts\u003c\/strong\u003e           \u003cspan\u003eBuild a meaningful holiday scene around the base.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🎄\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eAlongside Your Tree\u003c\/strong\u003e           \u003cspan\u003eAdd a faith-centered element to familiar Christmas décor.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-point\"\u003e         \u003cdiv class=\"fc-icon\"\u003e🏡\u003c\/div\u003e         \u003cdiv\u003e           \u003cstrong\u003eAs a Standalone Centerpiece\u003c\/strong\u003e           \u003cspan\u003eLet its distinctive silhouette become the main visual feature.\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- SPECIFICATIONS --\u003e   \u003csection class=\"fc-card\"\u003e     \u003cdiv class=\"fc-copy\"\u003e       \u003cspan class=\"fc-eyebrow\"\u003eProduct Details\u003c\/span\u003e       \u003ch3\u003eSpecifications\u003c\/h3\u003e     \u003c\/div\u003e      \u003cdiv class=\"fc-specs\"\u003e       \u003cdiv class=\"fc-spec-row\"\u003e         \u003cdiv\u003eProduct Type\u003c\/div\u003e         \u003cdiv\u003eChristmas Cross Decorative Tree\u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-spec-row\"\u003e         \u003cdiv\u003eDesign\u003c\/div\u003e         \u003cdiv\u003eCross-shaped greenery with decorative lights\u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-spec-row\"\u003e         \u003cdiv\u003eSize Options\u003c\/div\u003e         \u003cdiv\u003e150 cm \/ 59.1 in   •   180 cm \/ 70.9 in\u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"fc-spec-row\"\u003e         \u003cdiv\u003eAssembly\u003c\/div\u003e         \u003cdiv\u003eFour main assembly steps\u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- FAQ --\u003e   \u003csection class=\"fc-card fc-card--warm\"\u003e     \u003cdiv class=\"fc-copy\"\u003e       \u003cspan class=\"fc-eyebrow\"\u003eQuestions?\u003c\/span\u003e       \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e     \u003c\/div\u003e      \u003cdiv class=\"fc-faq\"\u003e       \u003cdetails\u003e         \u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e         \u003cdiv class=\"fc-faq-answer\"\u003e           The Christmas cross is available in two heights:           150 cm (approximately 59.1 in) and 180 cm (approximately 70.9 in).         \u003c\/div\u003e       \u003c\/details\u003e        \u003cdetails\u003e         \u003csummary\u003eDoes it require assembly?\u003c\/summary\u003e         \u003cdiv class=\"fc-faq-answer\"\u003e           Yes. The main setup involves shaping the branches, inserting the           cross arms, connecting the upper and lower sections, and securing           the assembled cross to the base.         \u003c\/div\u003e       \u003c\/details\u003e        \u003cdetails\u003e         \u003csummary\u003eDoes the cross light up?\u003c\/summary\u003e         \u003cdiv class=\"fc-faq-answer\"\u003e           Yes. The product is shown with warm decorative lights throughout           the greenery, creating a glowing Christmas display.         \u003c\/div\u003e       \u003c\/details\u003e        \u003cdetails\u003e         \u003csummary\u003eHow can I decorate it?\u003c\/summary\u003e         \u003cdiv class=\"fc-faq-answer\"\u003e           The cross can serve as a simple illuminated centerpiece on its own,           or be styled with complementary Christmas decorations to suit your           holiday setup.         \u003c\/div\u003e       \u003c\/details\u003e     \u003c\/div\u003e   \u003c\/section\u003e     \u003c!-- FINAL CTA --\u003e   \u003csection class=\"fc-card fc-card--green fc-cta\"\u003e     \u003cspan class=\"fc-eyebrow\"\u003eA Christmas With Meaning\u003c\/span\u003e      \u003ch2\u003eLet Your Décor Reflect What Christmas Means to You\u003c\/h2\u003e      \u003cp class=\"fc-lead\"\u003e       Create a warm, glowing centerpiece that brings faith and Christmas       together in one unforgettable display.     \u003c\/p\u003e      \u003cdiv class=\"fc-cta-note\"\u003e       ✝ Choose 150 cm or 180 cm above     \u003c\/div\u003e   \u003c\/section\u003e  \u003c\/div\u003e","brand":"HYM01","offers":[{"title":"150cm","offer_id":49592193286403,"sku":"NC01992609098464-1.5米","price":119.99,"currency_code":"USD","in_stock":true},{"title":"180cm","offer_id":49592193319171,"sku":"NC01992609098464-1.8米","price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/ChatGPTImageSep6_2026_10_52_45PM.png?v=1788941847","url":"https:\/\/cyrarise.com\/products\/cyrarise%e2%84%a2-christmas-cross","provider":"cyrarise","version":"1.0","type":"link"}