{"product_id":"sculpted-detail-crucifix-pendant","title":"Sculpted Detail Crucifix Pendant","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Jewelry \/ Cross Necklace\nTarget Audience: Women, Gift Buyers, Faith-oriented\nVisual Style: Elegant, Divine, Classic, High-perceived value\nColor Strategy: Champagne Gold (#c5a059) as primary, Warm Pearl White (#fcfbf9) background to highlight the gold luster, Deep Charcoal (#2c2a29) for readable typography.\nShape Strategy: Radius 12px for an elegant, feminine, and approachable feel.\nTypography Strategy: Serif font for headings (classic vibe), clean Sans-serif for body text. Large Type \/ Mobile-first readable strictly applied.\nMobile Table Strategy: Card-based (No horizontal scroll), using data-label for responsive specs.\nImage Mapping: Hero=image_1, Features need detail\/lifestyle shots (image_2, image_3, image_4).\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n  .product-detail-container {\n    --primary: #c5a059; \/* Champagne Gold *\/\n    --primary-light: #f4edd9;\n    --bg-body: #fcfbf9; \/* Warm Pearl White *\/\n    --bg-card: #ffffff;\n    --text-main: #2c2a29; \/* Deep Charcoal *\/\n    --text-sub: #6e6965;\n    --border-color: #e8e3d9;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n    \n    \/* Font stacks *\/\n    --font-heading: \"Playfair Display\", \"Times New Roman\", Times, serif;\n    --font-body: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n\n    \/* Base Layout *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: var(--font-body);\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* 0) Typography \u0026 Spacing System *\/\n  .product-detail-container h1, \n  .product-detail-container h2, \n  .product-detail-container h3 {\n    font-family: var(--font-heading);\n    font-weight: 600;\n    color: var(--text-main);\n    line-height: 1.2;\n  }\n\n  .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); margin-bottom: 1rem; }\n  .product-detail-container h2 { font-size: clamp(28px, 4vw, 36px); margin-bottom: 1rem; }\n  .product-detail-container h3 { font-size: clamp(22px, 3vw, 28px); margin-bottom: 1rem; }\n  \n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  .pd-section {\n    padding: clamp(3rem, 6vw, 5rem) 0;\n  }\n\n  \/* Image Protocol *\/\n  .pd-img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .pd-img-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background-color: var(--primary-light);\n    border: 2px dashed var(--primary);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--primary);\n    font-size: 18px;\n    font-weight: bold;\n    text-align: center;\n    padding: 20px;\n  }\n\n  \/* Non-clickable Badges *\/\n  .pd-badge-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: 24px;\n  }\n  .pd-badge {\n    background-color: var(--primary-light);\n    color: var(--primary);\n    padding: 8px 16px;\n    border-radius: 30px;\n    font-size: 16px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n    text-align: center;\n  }\n  @media (min-width: 768px) {\n    .pd-hero {\n      flex-direction: row;\n      text-align: left;\n    }\n    .pd-hero-content, .pd-hero-media {\n      flex: 1;\n    }\n  }\n\n  \/* Z-Pattern Features (Mobile Lock) *\/\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* strictly image top, text bottom on mobile *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n    align-items: center;\n  }\n  .pd-feature-media, .pd-feature-copy {\n    width: 100%;\n  }\n  \n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row; \/* Z-Pattern on desktop *\/\n    }\n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .pd-feature-media, .pd-feature-copy {\n      flex: 1;\n    }\n    .pd-feature-copy {\n      padding: 0 5%;\n    }\n  }\n\n  \/* Specs Table (Mobile Card Lock) *\/\n  .pd-specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(2rem, 5vw, 4rem);\n    box-shadow: var(--shadow-sm);\n    border: 1px solid var(--border-color);\n  }\n  .pd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .pd-specs-table th, .pd-specs-table td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .pd-specs-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    background-color: var(--primary-light);\n  }\n  .pd-specs-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\n    \/* Mobile Card Layout *\/\n    .pd-specs-table, \n    .pd-specs-table thead, \n    .pd-specs-table tbody, \n    .pd-specs-table tr, \n    .pd-specs-table th, \n    .pd-specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-specs-table thead {\n      display: none; \/* Hide header *\/\n    }\n    .pd-specs-table tr {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color); \/* override *\/\n    }\n    .pd-specs-table td {\n      border: none;\n      padding: 10px 0;\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n    .pd-specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      font-size: 16px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n  }\n  .pd-faq-item {\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: 24px;\n  }\n  .pd-faq-item details summary {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    color: var(--text-main);\n    cursor: default; \/* Removing interactive feel as per No Button Policy, though details needs clicking, we keep it neutral *\/\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .pd-faq-item details summary::-webkit-details-marker {\n    display: none;\n  }\n  .pd-faq-item details summary::after {\n    content: \"+\";\n    color: var(--primary);\n    font-size: 28px;\n    line-height: 1;\n  }\n  .pd-faq-item details[open] summary::after {\n    content: \"−\";\n  }\n  .pd-faq-item details p {\n    margin-top: 16px;\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e16K Gold Plated\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eTarnish Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eEmbrace Divine Elegance\u003c\/h1\u003e\n\n\u003ch2\u003eA Timeless Symbol of Faith and Devotion\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with profound reverence and exceptional artistry, this classic Jesus crucifix necklace serves as a daily reminder of faith. The radiant 16K gold finish ensures a brilliant shine that stands the test of time, making it a cherished piece for any wardrobe.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003c!-- 占位主图 --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311162159\/280291f729048dddbe0370e251defbc8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features (Z-Pattern) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003c!-- Feature 1: Material --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311162159\/057451c39390152bae48824a60c49c11.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eEnduring Brilliance\u003c\/h3\u003e\n\n\u003cp\u003eMeticulously crafted from premium copper and lavishly finished with a 16K gold plating. This sophisticated process not only provides a luxurious, warm glow but also ensures maximum durability and remarkable resistance to tarnishing. Your faith remains as bright as day one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Design --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311162159\/97ba4465ae6a7c75c741f376d6238fa4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eIntricate Sculptural Details\u003c\/h3\u003e\n\n\u003cp\u003eEvery curve and contour of the crucifix has been designed with precision. Depicting Christ on the cross with clear, evocative detailing, this pendant is not just an accessory—it is a profound statement of belief, crafted to be admired up close.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Gifting --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311162159\/9dca509ead85cb3455c96e8a68dc9844.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eThe Perfect Gift of Love\u003c\/h3\u003e\n\n\u003cp\u003eArriving with an adjustable 18-inch chain that comfortably fits most necklines, this elegant necklace makes an unforgettable gift. Whether for a baptism, confirmation, Mother's Day, or a meaningful birthday, it is a cherished keepsake of enduring love and devotion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetric\u003c\/th\u003e\n\t\t\t\u003cth\u003eImperial\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e16K Gold Plated Copper\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e16K Gold Plated Copper\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pendant Width\"\u003ePendant Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e2.2 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e0.9 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pendant Height\"\u003ePendant Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e4.5 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e1.8 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Chain Length\"\u003eChain Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e46.0 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e18.0 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Style\"\u003eDesign Style\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003eClassic Jesus Crucifix\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003eClassic Jesus Crucifix\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWill the gold plating easily fade or tarnish?\u003c\/summary\u003e\n\n\u003cp\u003eThis necklace features high-quality 16K gold plating over a durable copper base. This specific plating process is designed to provide excellent resistance to tarnishing and maintain its brilliant shine with proper care. We recommend avoiding direct contact with harsh chemicals or perfumes to prolong its luster.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the chain length adjustable for different necklines?\u003c\/summary\u003e\n\n\u003cp\u003eYes, the necklace comes with an 18-inch (46cm) chain, which is a standard and highly versatile length designed to offer a comfortable fit for most women, resting beautifully along the collarbone.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs this necklace suitable for sensitive skin?\u003c\/summary\u003e\n\n\u003cp\u003eOur crucifix necklace is crafted with skin-friendly copper and finished with 16K gold. While it is well-tolerated by most, individuals with extreme metal sensitivities should be mindful, though the quality plating acts as a gentle barrier.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Gold","offer_id":44919136419976,"sku":"0324-17413316","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":44919136452744,"sku":"0324-17414524","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/280291f729048dddbe0370e251defbc8.jpg?v=1774345531","url":"https:\/\/pawnexa.com\/products\/sculpted-detail-crucifix-pendant","provider":"PawNexa","version":"1.0","type":"link"}