{"product_id":"gravierte-lord-s-prayer-kreuz-halskette","title":"Engraved Our Father Cross Necklace Karnz","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary: #111111;\n    --primary-light: #333333;\n    --text-main: #2b2b2b;\n    --text-sub: #5c5c5c;\n    --bg-body: #ffffff;\n    --bg-card: #f5f5f7;\n    --border-color: #e5e5e5;\n    \n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n    \n    --spacing-section: clamp(3rem, 6vw, 5rem);\n    --spacing-block: clamp(1.5rem, 3vw, 2.5rem);\n  }\n\n  \/* Reset \u0026 Base *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    line-height: 1.7;\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .pd-h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 700;\n    line-height: 1.2;\n    color: var(--primary);\n    margin: 0 0 1rem 0;\n    letter-spacing: -0.02em;\n  }\n\n  .pd-h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 600;\n    line-height: 1.3;\n    color: var(--primary-light);\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    margin: 0 0 0.75rem 0;\n    color: var(--primary);\n  }\n\n  .pd-p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Image Placeholders *\/\n  .img-placeholder-wrapper {\n    width: 100%;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    position: relative;\n    border: 2px dashed var(--border-color);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    aspect-ratio: 4 \/ 3;\n  }\n\n  @media (max-width: 767px) {\n    .img-placeholder-wrapper {\n      aspect-ratio: 1 \/ 1;\n    }\n  }\n\n  .img-placeholder-text {\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 500;\n  }\n\n  .pd-img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Badges *\/\n  .badge-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n\n  .pd-badge {\n    display: inline-block;\n    padding: 6px 16px;\n    background: var(--bg-card);\n    color: var(--primary);\n    font-size: 16px;\n    font-weight: 600;\n    border-radius: 50px;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    margin-bottom: var(--spacing-section);\n    padding-top: 2rem;\n  }\n\n  .hero-trust {\n    font-size: 16px;\n    color: var(--text-sub);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    display: block;\n  }\n\n  \/* Feature Z-Pattern (Mobile Ordering Lock) *\/\n  .features-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-block);\n    margin-bottom: var(--spacing-section);\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 6%;\n    }\n    \n    .feature-media, .feature-copy {\n      width: 47%;\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* Specifications Table (Mobile Card Strategy) *\/\n  .specs-section {\n    background: var(--bg-card);\n    padding: var(--spacing-section) 5%;\n    border-radius: var(--radius-lg);\n    margin-bottom: var(--spacing-section);\n  }\n\n  .specs-section .pd-h2 {\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1.25rem;\n    text-align: left;\n    font-size: 18px;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    font-weight: 600;\n    color: var(--primary);\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table thead {\n      display: none;\n    }\n    \n    .specs-table tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: var(--bg-body);\n      overflow: hidden;\n    }\n    \n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      padding: 1.25rem;\n      border-bottom: 1px solid var(--border-color);\n      text-align: left;\n      gap: 0.5rem;\n    }\n    \n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    \n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--primary);\n      text-transform: uppercase;\n      font-size: 14px;\n      letter-spacing: 1px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  .faq-section .pd-h2 {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n\n  .faq-item {\n    margin-bottom: 2rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n\n  .faq-q {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 1rem;\n  }\n\n  .faq-a {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"hero-trust\"\u003eA Symbol of Faith \u0026amp; Style\u003c\/span\u003e\n\u003ch1 class=\"pd-h1\"\u003eStainless Steel Lord's Prayer Cross Pendant\u003c\/h1\u003e\n\u003cp class=\"pd-p\"\u003eA timeless blend of elegant sophistication and unwavering strength. Wear your faith close to your heart with a meticulously crafted piece of jewelry for everyday use.\u003c\/p\u003e\n\u003cdiv style=\"justify-content: center;\" class=\"badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003ePremium Stainless Steel\u003c\/div\u003e\n\u003cdiv class=\"pd-badge\"\u003eStain and corrosion resistant\u003c\/div\u003e\n\u003cdiv class=\"pd-badge\"\u003eUnisex Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cspan class=\"img-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311165215\/d4786b4b498d034f2039fd31d2fd4582.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder-wrapper\"\u003e\n\u003cspan class=\"img-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311165215\/0bc496dcf6e5a9215d26252682d9463c.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDeep Meaning in Every Detail\u003c\/h2\u003e\n\u003cp class=\"pd-p\"\u003eThe sleek design of the cross pendant is elevated by the intricate, laser-engraved Lord's Prayer in Spanish (Padre Nuestro). This striking detail adds a profound elegance, making it more than just a fashion statement – it's a personal symbol of faith and resilience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- Using the provided dimension image --\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder-wrapper\"\u003e\n\u003cspan class=\"img-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311165215\/cc484057715229b2a3753965e8aef4c9.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDurable \u0026amp; Stain Resistant\u003c\/h2\u003e\n\u003cp class=\"pd-p\"\u003eCrafted from high-quality stainless steel, this necklace is designed to last a lifetime. It is highly resistant to stains, scratches, and corrosion, ensuring it retains its brilliant silver luster and premium quality without turning your skin green.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder-wrapper\"\u003e\n\u003cspan class=\"img-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311165215\/7e517921f79d2cd9677fedbf4f91a0a1.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eCustomizable Fit for Everyone\u003c\/h2\u003e\n\u003cp class=\"pd-p\"\u003eWith a versatile 60 cm (23.6 inch) adjustable chain, this unisex necklace guarantees a comfortable and custom-fitted wear for individuals of all sizes. Its minimalist design seamlessly complements any ensemble, from casual everyday fashion to special occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Strategy) --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eTitanium Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Höhe des Anhängers\"\u003ePendant Height\u003c\/td\u003e\n\u003ctd\u003e5.0 cm (2.0 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Breite des Anhängers\"\u003ePendant Width\u003c\/td\u003e\n\u003ctd\u003e3.0 cm (1.2 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Kettenlänge\"\u003eChain length\u003c\/td\u003e\n\u003ctd\u003e60.0 cm (23.6 inches) - Adjustable Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Gewicht\"\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e18.90 g (0.67 oz)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Gravur\"\u003eEngraving\u003c\/td\u003e\n\u003ctd\u003eThe Lord's Prayer (Spanish \/ Padre Nuestro)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWill the necklace tarnish or change color?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. It is made from high-quality stainless steel, which is very durable, rust-proof, and stain-resistant. It retains its shine and will not turn your skin green, even with daily wear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs the chain length suitable for men and women?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes! The necklace has a length of 60 cm (23.6 inches), which is the universally flattering length. The adjustable design allows for a custom, comfortable fit for everyone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan I wear this necklace in the shower?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, stainless steel is water-resistant. However, to maintain its ultimate shine over the years, we recommend avoiding prolonged contact with harsh chemicals, perfumes, or chlorine.\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003e\u003cstrong\u003eNOTE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003ePlease note slight measurement deviations due to manual measurements.\u003c\/p\u003e\n\u003cp\u003eThe actual color of the product may differ slightly from the color shown due to different monitors and lighting conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"Matte Black","offer_id":54624151437645,"sku":"Wiio-K4934RNZ","price":30.95,"currency_code":"USD","in_stock":true},{"title":"Polished silver","offer_id":54624151470413,"sku":"Wiio-K4934RNZ","price":30.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/7531\/2461\/files\/5fd9e8a398244bb15bc167d576b32fbb_2239b267-1935-4ada-b5fe-dc18f398ace0.jpg?v=1788164401","url":"https:\/\/acalora.com\/products\/gravierte-lord-s-prayer-kreuz-halskette","provider":"Acalora","version":"1.0","type":"link"}