<!doctype html> <html lang=" fr "> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MRGNR4WW');</script> <!-- End Google Tag Manager --> <script> window.consentmo_gcm_initial_state = ""; window.consentmo_gcm_state = "0"; window.consentmo_gcm_security_storage = "strict"; window.consentmo_gcm_ad_storage = "marketing"; window.consentmo_gcm_analytics_storage = "analytics"; window.consentmo_gcm_functionality_storage = "functionality"; window.consentmo_gcm_personalization_storage = "functionality"; window.consentmo_gcm_ads_data_redaction = "true"; window.consentmo_gcm_url_passthrough = "false"; window.consentmo_gcm_data_layer_name = "dataLayer"; // Google Consent Mode V2 integration script from Consentmo GDPR window.isenseRules = {}; window.isenseRules.gcm = { gcmVersion: 2, integrationVersion: 3, customChanges: false, consentUpdated: false, initialState: 7, isCustomizationEnabled: false, adsDataRedaction: true, urlPassthrough: false, dataLayer: 'dataLayer', categories: { ad_personalization: "marketing", ad_storage: "marketing", ad_user_data: "marketing", analytics_storage: "analytics", functionality_storage: "functionality", personalization_storage: "functionality", security_storage: "strict"}, storage: { ad_personalization: "false", ad_storage: "false", ad_user_data: "false", analytics_storage: "false", functionality_storage: "false", personalization_storage: "false", security_storage: "false", wait_for_update: 2000 } }; if(window.consentmo_gcm_state !== null && window.consentmo_gcm_state !== "" && window.consentmo_gcm_state !== "0") { window.isenseRules.gcm.isCustomizationEnabled = true; window.isenseRules.gcm.initialState = window.consentmo_gcm_initial_state === null || window.consentmo_gcm_initial_state.trim() === "" ? window.isenseRules.gcm.initialState : window.consentmo_gcm_initial_state; window.isenseRules.gcm.categories.ad_storage = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_storage : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_user_data = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_user_data : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_personalization = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_personalization : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.analytics_storage = window.consentmo_gcm_analytics_storage === null || window.consentmo_gcm_analytics_storage.trim() === "" ? window.isenseRules.gcm.categories.analytics_storage : window.consentmo_gcm_analytics_storage; window.isenseRules.gcm.categories.functionality_storage = window.consentmo_gcm_functionality_storage === null || window.consentmo_gcm_functionality_storage.trim() === "" ? window.isenseRules.gcm.categories.functionality_storage : window.consentmo_gcm_functionality_storage; window.isenseRules.gcm.categories.personalization_storage = window.consentmo_gcm_personalization_storage === null || window.consentmo_gcm_personalization_storage.trim() === "" ? window.isenseRules.gcm.categories.personalization_storage : window.consentmo_gcm_personalization_storage; window.isenseRules.gcm.categories.security_storage = window.consentmo_gcm_security_storage === null || window.consentmo_gcm_security_storage.trim() === "" ? window.isenseRules.gcm.categories.security_storage : window.consentmo_gcm_security_storage; window.isenseRules.gcm.urlPassthrough = window.consentmo_gcm_url_passthrough === null || window.consentmo_gcm_url_passthrough.trim() === "" ? window.isenseRules.gcm.urlPassthrough : window.consentmo_gcm_url_passthrough; window.isenseRules.gcm.adsDataRedaction = window.consentmo_gcm_ads_data_redaction === null || window.consentmo_gcm_ads_data_redaction.trim() === "" ? window.isenseRules.gcm.adsDataRedaction : window.consentmo_gcm_ads_data_redaction; window.isenseRules.gcm.dataLayer = window.consentmo_gcm_data_layer_name === null || window.consentmo_gcm_data_layer_name.trim() === "" ? window.isenseRules.gcm.dataLayer : window.consentmo_gcm_data_layer_name; } window.isenseRules.initializeGcm = function (rules) { if(window.isenseRules.gcm.isCustomizationEnabled) { rules.initialState = window.isenseRules.gcm.initialState; rules.urlPassthrough = window.isenseRules.gcm.urlPassthrough === true || window.isenseRules.gcm.urlPassthrough === 'true'; rules.adsDataRedaction = window.isenseRules.gcm.adsDataRedaction === true || window.isenseRules.gcm.adsDataRedaction === 'true'; } let initialState = parseInt(rules.initialState); let marketingBlocked = initialState === 0 || initialState === 2 || initialState === 5 || initialState === 7; let analyticsBlocked = initialState === 0 || initialState === 3 || initialState === 6 || initialState === 7; let functionalityBlocked = initialState === 4 || initialState === 5 || initialState === 6 || initialState === 7; let gdprCache = localStorage.getItem('gdprCache') ? JSON.parse(localStorage.getItem('gdprCache')) : null; if (gdprCache && typeof gdprCache.updatedPreferences !== "undefined") { let updatedPreferences = gdprCache.updatedPreferences; marketingBlocked = parseInt(updatedPreferences.indexOf('marketing')) > -1; analyticsBlocked = parseInt(updatedPreferences.indexOf('analytics')) > -1; functionalityBlocked = parseInt(updatedPreferences.indexOf('functionality')) > -1; } Object.entries(rules.categories).forEach(category => { if(rules.storage.hasOwnProperty(category[0])) { switch(category[1]) { case 'strict': rules.storage[category[0]] = "granted"; break; case 'marketing': rules.storage[category[0]] = marketingBlocked ? "denied" : "granted"; break; case 'analytics': rules.storage[category[0]] = analyticsBlocked ? "denied" : "granted"; break; case 'functionality': rules.storage[category[0]] = functionalityBlocked ? "denied" : "granted"; break; } } }); rules.consentUpdated = true; isenseRules.gcm = rules; } // Google Consent Mode - initialization start window.isenseRules.initializeGcm({ ...window.isenseRules.gcm, adsDataRedaction: true, urlPassthrough: false, initialState: 7 }); /* * initialState acceptable values: * 0 - Set both ad_storage and analytics_storage to denied * 1 - Set all categories to granted * 2 - Set only ad_storage to denied * 3 - Set only analytics_storage to denied * 4 - Set only functionality_storage to denied * 5 - Set both ad_storage and functionality_storage to denied * 6 - Set both analytics_storage and functionality_storage to denied * 7 - Set all categories to denied */ window[window.isenseRules.gcm.dataLayer] = window[window.isenseRules.gcm.dataLayer] || []; function gtag() { window[window.isenseRules.gcm.dataLayer].push(arguments); } gtag("consent", "default", isenseRules.gcm.storage); isenseRules.gcm.adsDataRedaction && gtag("set", "ads_data_redaction", isenseRules.gcm.adsDataRedaction); isenseRules.gcm.urlPassthrough && gtag("set", "url_passthrough", isenseRules.gcm.urlPassthrough); </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content=""> <link rel="canonical" href="https://bijoux-chretiens.fr/products/collier-croix-s-steel"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><link rel="icon" href="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-favicon_32x32.png?v=1681304493" type="image/png"><meta name="description" content="Comme son nom l'indique, ce collier croix S Steel est fabriqué en acier inoxydable. Étonnant par sa simplicité, il s'accordera avec chacune de vos tenues."><title>Collier Croix S Steel | Bijoux Chrétiens™</title><script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "Product", "name": "Collier Croix S Steel - Sanctus", "url": "https://bijoux-chretiens.fr/products/collier-croix-s-steel","image": "https://bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_800x.jpg?v=1726220254","productId": "6949265244298","sku": "1005002275229816-Gold-color","brand": { "@type": "Brand", "name": "Bijoux Chrétiens" }, "offers": [{ "@type" : "Offer", "itemOffered": "Product","sku": "1005002275229816-Gold-color","availability" : "https://schema.org/InStock", "price" : "34.9", "priceCurrency" : "EUR", "priceValidUntil" : "2026/05/09", "url" : "https://bijoux-chretiens.fr/products/collier-croix-s-steel?variant=41493106753674" }, { "@type" : "Offer", "itemOffered": "Product","sku": "1005002275229816-Steel color","availability" : "https://schema.org/InStock", "price" : "34.9", "priceCurrency" : "EUR", "priceValidUntil" : "2026/05/09", "url" : "https://bijoux-chretiens.fr/products/collier-croix-s-steel?variant=41493106720906" }, { "@type" : "Offer", "itemOffered": "Product","sku": "1005002275229816-Rose Gold Color","availability" : "https://schema.org/InStock", "price" : "34.9", "priceCurrency" : "EUR", "priceValidUntil" : "2026/05/09", "url" : "https://bijoux-chretiens.fr/products/collier-croix-s-steel?variant=41493106786442" } ], "description": "\nLongueur : 40+5.5 cm\nFabriqué en acier inoxydable\n\nIdéal pour exprimer votre spiritualité, parfait pour porter à la messe\nConvient aux hommes et aux femmes\nCouleur du bijou : argenté, or ou rose gold\n\n\nDécorez votre cou en toute simplicité avec ce collier croix S Steel\nDécorez votre cou en toute simplicité avec ce Collier Croix S Steel. Comme son nom l'indique, ce collier est fabriqué en acier inoxydable. Étonnant par sa simplicité, il s'accordera parfaitement avec chacune de vos tenues, reflétant votre foi avec élégance et discrétion.\nUn collier croix est toujours une idée-cadeau significative à offrir ou à s'offrir. Et celui-ci, tout particulièrement, se distingue par sa forme épurée et sa capacité à compléter n'importe quel look. Vous pourrez le porter en toute occasion, que ce soit au quotidien ou lors de cérémonies religieuses. Sa chaînette réglable de 5.5 cm assure un ajustement parfait pour tous.\nLe Stainless Steel est un choix de prédilection pour ceux qui recherchent des bijoux durables et de qualité. Il résiste à la corrosion, à l'oxydation et vous accompagnera pendant des années sans perdre de son éclat.\nN'hésitez plus et faites-vous plaisir avec ce superbe bijou qui est plus qu'un simple accessoire – c'est une expression de foi et de style." ,"aggregateRating": { "@type": "AggregateRating", "itemReviewed": "Collier Croix S Steel - Sanctus", "ratingValue": "3.7", "worstRating": "1", "bestRating": "5", "reviewCount": "9" }} </script><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://bijoux-chretiens.fr", "name": "Accueil" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://bijoux-chretiens.fr/products/collier-croix-s-steel", "name": "Collier Croix S Steel - Sanctus" } }] } </script><meta property="og:site_name" content="Bijoux Chrétiens™"> <meta property="og:url" content="https://bijoux-chretiens.fr/products/collier-croix-s-steel"> <meta property="og:title" content="Collier Croix S Steel | Bijoux Chrétiens™"> <meta property="og:type" content="product"> <meta property="og:description" content="Comme son nom l'indique, ce collier croix S Steel est fabriqué en acier inoxydable. Étonnant par sa simplicité, il s'accordera avec chacune de vos tenues."><meta property="og:image" content="http://bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel.jpg?v=1726220254"> <meta property="og:image:secure_url" content="https://bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel.jpg?v=1726220254"> <meta property="og:image:width" content="800"> <meta property="og:image:height" content="800"><meta property="og:price:amount" content="34,90"> <meta property="og:price:currency" content="EUR"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Collier Croix S Steel | Bijoux Chrétiens™"> <meta name="twitter:description" content="Comme son nom l'indique, ce collier croix S Steel est fabriqué en acier inoxydable. Étonnant par sa simplicité, il s'accordera avec chacune de vos tenues."><style data-shopify>@font-face { font-family: Montserrat; font-weight: 400; font-style: normal; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=d416010e1df9caf0bb3e03a1bcd184afdde1ade11f131974b8ff693d884113fa") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=2b826ebb0148f24f19b27a40a085c9dbcafb03470756e35e1befcbf9a7f9b085") format("woff"); } @font-face { font-family: Montserrat; font-weight: 700; font-style: normal; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=8eebac527ee97c648ebe9d523410e613b142cb8c539011b2032c44b01154616c") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=ac97581e5a0f08f4457c60115ef2c0a5c7fe0c7cec71efd8b1ab509373490cdf") format("woff"); } @font-face { font-family: Montserrat; font-weight: 400; font-style: italic; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=b2f8f86b3cd903611a6120c5d5ebac72c801a450b179f8c544176c4a8934640a") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=310bf12fe1dce393c0e49659784a12a9df2caee4a3d0fcbab7299e27b2fcbf55") format("woff"); } @font-face { font-family: Montserrat; font-weight: 700; font-style: italic; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=5bbc9ef3640d2fc948460f138b8bc044de9809b266fc455d38778f95eadc0f97") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=e87e5354c4cd9e5907ba509ec4ab38822de46dcb3e51b4483ff8be2bd00e0a23") format("woff"); } @font-face { font-family: Quattrocento; font-weight: 400; font-style: normal; font-display: swap; src: url("//bijoux-chretiens.fr/cdn/fonts/quattrocento/quattrocento_n4.1353afc8cc29255df9e3f9bc80461a8d1cd6253c.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=2d1d96f2bca8ba0173fb308df1354bdf229f44caf20a300516abdcbbc898817d") format("woff2"), url("//bijoux-chretiens.fr/cdn/fonts/quattrocento/quattrocento_n4.a988de05f47f98889baa94e448dbfa1e47832588.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&hmac=a8ee2955aa7d850e662b053794b2c3c38e29656ea0a1e6ced4cd021241a36e9a") format("woff"); } :root { --page-width: 1200; --section-margin: 80; --header-color: #ffffff; --header-border-color: #ffffff; --header-nav-color: #111111; --header-nav-color-hover: #303030; --header-border-color-hover: #303030; --header-subnav-color: #303030; --header-subnav-color-hover: #303030; --header-icons: #111111; --header-icons-hover: #303030; --cart-indicator: #e7bf68; --icons_size: 20; --announcement-color: ; --announcement-text-color: ; --form_angle: 3; --textarea_angle: 3; --prod-opt-text: #303030; --prod-opt-bg: #ffffff; --prod-opt-border: #303030; --prod-opt-text-hover: #ffffff; --prod-opt-bg-hover: #404040; --prod-opt-border-hover: #404040; --form-field-bg: #ffffff; --form-field-bg-hover: #ffffff; --form-field-line: #cccccc; --form-field-line-hover: #111111; --form-field-color: #111111; --notif-error-color: #ff0000; --notif-error-bg: #ffd6dc; --notif-success-color: #0d6245; --notif-success-bg: #cbf4c9; --button-bg-color: #303030; --button-bg-color-hover: #404040; --button-text-color: #ffffff; --button-text-color-hover: #ffffff; --button-border-color: #303030; --button-border-color-hover: #404040; --buttontwo-bg-color: #ffffff; --buttontwo-bg-color-hover: #ffffff; --buttontwo-text-color: #303030; --buttontwo-text-color-hover: #515151; --buttontwo-border-color: #404040; --buttontwo-border-color-hover: #515151; --expire-bg-color: #f1f1f1; --expire-border-color: #f1f1f1; --expire-text-color: #8c9196; --body-bg: #ffffff; --body-title-color: #111111; --body-subtitle-color: #111111; --body-text-color: #515151; --body-link-color: #e7bf68; --body-link-color-hover: #e1b551; --arrow-color: #111111; --arrow-bg-color: #ffffff; --arrow-border-color: #ffffff; --arrow-shadow: 0 2px 8px rgba(0, 0, 0, .1); --separation-line: #e7e7e7; --close-cross: #111111; --current-price: #111111; --previous-price: #aaaaaa; --promotion-price: #2cbb2f; --threshold-color: #2cbb2f; --progressbar-bg: #C8ECC3; --progressbar-color: #2cbb2f; --footer-color: #2e2e2e; --footer-line-color: #515151; --footer-heading-color: #ffffff; --footer-text-color: #f1f1f1; --footer-link-color: #f1f1f1; --footer-link-color-hover: #ffffff; --footer-button-bg-color: #e1b551; --footer-button-bg-color-hover: #e7bf68; --footer-button-color: #ffffff; --footer-button-color-hover: #ffffff; --footer-border-color: #e1b551; --footer-border-color-hover: #e7bf68; --footer-icons: #f1f1f1; --footer-icons-hover: #f1f1f1; --breadcrumb-bg: #f7f7f7; --breadcrumb-color: #111111; --header-font: Montserrat, sans-serif; --header-font-style: normal; --header-font-weight: 400; --header-font-size: 13; --header-font-size-mobile: 15; --header-ls: 0.05em; --header-uppercase: none; --subheader-font-size: 13; --subheader-font-size-mobile: 14; --body-font: Montserrat, sans-serif; --body-font-style: normal; --body-font-weight: 400; --body-font-size: 14; --body-font-bold: 700; --body-font-italic: ; --body-font-bold-italic: ; --body-ls: 0.025em; --title-font: Quattrocento, serif; --title-font-style: normal; --title-font-weight: 400; --title-ls: 0.05em; --title-uppercase: none; --button-radius: 5px; --button-font-size: 13px; --button-ls: 0.05em; --button-uppercase: uppercase; --popups-radius: 7; --promo_tag_bg: #303030; --promo_tag_color: #ffffff; --promo_tag_border: #303030; --custom_tag_bg: #fff9eb; --custom_tag_color: #111111; --custom_tag_border: #111111; --oos_tag_bg: #ffffff; --oos_tag_color: #111111; --oos_tag_border: #111111; --stock-available: #2cbb2f; --stock-low: #ffa500; --stock-soldout: #e44c4c; --stock-notification: #bca189; --pack-checkbox-color: #303030; --pack-plus-color: #111111; --label-uppercase: none; --prod-uppercase: none; }</style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="KltfGugZPNfP0dmOHNyot1wKQYyb0ghclO4BW6bxzU4"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/56922996874/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="e8b86e391372f2068126b188a96e2e6c"> <link rel="alternate" type="application/json+oembed" href="https://bijoux-chretiens.fr/products/collier-croix-s-steel.oembed"> <script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=fr-FR&shop_id=56922996874" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":56922996874,"countryCode":"FR","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/56922996874","merchantName":"Bijoux Chrétiens™","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","maestro"],"total":{"type":"pending","label":"Bijoux Chrétiens™","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":false}</script> <script id="shopify-features" type="application/json">{"accessToken":"e8b86e391372f2068126b188a96e2e6c","betas":["rich-media-storefront-analytics"],"domain":"bijoux-chretiens.fr","predictiveSearch":true,"shopId":56922996874,"locale":"fr"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "croixetcrois.myshopify.com"; Shopify.locale = "fr"; Shopify.currency = {"active":"EUR","rate":"1.0"}; Shopify.country = "FR"; Shopify.theme = {"name":"Bijoux Chrétiens™ Ambition 2025","id":172848709965,"schema_name":"Ambition","schema_version":"2.5.3","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "bijoux-chretiens.fr/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"product"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_CzRTBlCW.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js"],"init-windoid":["modules/v2/client.init-windoid_BOW1jvHl.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js"],"shop-button":["modules/v2/client.shop-button_DUnK1GTl.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_C5XBHs-E.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js"],"pay-button":["modules/v2/client.pay-button_DKqTbcDv.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_CfDMp9Pd.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_XsjskWs8.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.fr.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_CuAY2Loq.fr.esm.js","modules/v2/client.shop-login-button_CPBm5nO9.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_CPBm5nO9.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_IrBjR2LF.fr.esm.js","modules/v2/client.shop-login-button_CPBm5nO9.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_DnZBxbv9.fr.esm.js","modules/v2/client.shop-login-button_CPBm5nO9.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_CQ_K2pI-.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"lead-capture":["modules/v2/client.lead-capture_B8YiOaVW.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_oFY7L1z4.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"],"payment-terms":["modules/v2/client.payment-terms_WbgXxZNj.fr.esm.js","modules/v2/chunk.common_D5ZxIloo.esm.js","modules/v2/chunk.modal_f7mI6jRv.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=RSDMRi\u0026shop=croixetcrois.myshopify.com","https:\/\/loox.io\/widget\/rltbDhjEaa\/loox.1706521254797.js?shop=croixetcrois.myshopify.com","https:\/\/cdn.hextom.com\/js\/eventpromotionbar.js?shop=croixetcrois.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":56922996874,"offset":7200,"reqid":"69adf06a-97a7-4116-85dd-5fd2f530b7dd-1746814796","pageurl":"bijoux-chretiens.fr\/products\/collier-croix-s-steel","u":"79eaa0a99ee6","p":"product","rtyp":"product","rid":6949265244298};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protégé par hCaptcha',privacyText:'Confidentialité',termsText:'Conditions'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-w1TMG8bx+vw+BuOfT7Dh2avfdjByyjlNYGyp9vJB5oo=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/storefront/load_feature-c354cc1bc6f1fafc3e06e39f4fb0e1d9abdf763072ca394d606ca9f6f241e68a.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <link rel="stylesheet" media="screen" href="https://bijoux-chretiens.fr/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 60px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <link rel="stylesheet" href="//bijoux-chretiens.fr/cdn/shop/t/34/assets/theme.min.css?v=57117432385417147001733131227"> <script defer> let all_upsells = []; window.theme = { template: "product", domain: "bijoux-chretiens.fr", shopCurrency: "EUR", moneyFormat: "{{amount_with_comma_separator}} €", moneyWithCurrencyFormat: "{{amount_with_comma_separator}} € EUR", currencyConversionEnabled: null, currencyConversionMoneyFormat: null, currencyConversionRoundAmounts: null, productImageSize: null, searchMode: null, showPageTransition: null, showElementStaggering: null, showImageZooming: null, emptyCart: "Votre panier est vide" }; theme.settings = { cartType: "drawer", moneyFormat: "{{amount_with_comma_separator}} €", availableStock : "En stock", oneStockRemaining : "{{count}} en stock - Commandez vite", manyStocksRemaining : "{{count}} en stock - Commandez vite", selectPack: "Sélectionnez un ou plusieurs produits", restockAlert : "Me prévenir lors du restockage", stockMin : 10, shippingFree: "Livraison offerte sur votre commande", shippingRemaining : "Plus que {{remaining_amount}} pour bénéficier de la livraison offerte", salesPercentFormat : "{{sales_amount}}% de réduction", salesCurrencyFormat : "Économisez {{sales_amount}}", salesType : "2", addToCartText : "Ajouter au panier", soldOutText : "Stock épuisé", notifyMe : "Prévenez-moi", preOrder : "Pré-commander", newsletterSent : "N\u0026#39;attendez plus pour utiliser votre code de promotion ! On vous l\u0026#39;a déjà envoyé par mail (pensez à vérifier dans les indésirables !).", contactSent : "Votre message a été envoyé avec succès.", rootUrl: "/" }; Shopify.selectionPanier = []; </script> <!-- BEGIN app block: shopify://apps/consentmo-gdpr/blocks/gdpr_cookie_consent/4fbe573f-a377-4fea-9801-3ee0858cae41 --> <!-- END app block --><!-- BEGIN app block: shopify://apps/smart-product-filter-search/blocks/app-embed/5cc1944c-3014-4a2a-af40-7d65abc0ef73 --><style>.gf-block-title h3, .gf-block-title .h3, .gf-form-input-inner label { font-size: 14px !important; color: #3a3a3a !important; text-transform: uppercase !important; font-weight: bold !important; } .gf-option-block .gf-btn-show-more{ font-size: 14px !important; text-transform: none !important; font-weight: normal !important; } .gf-option-block ul li a, .gf-option-block ul li button, .gf-option-block ul li a span.gf-count, .gf-option-block ul li button span.gf-count, .gf-clear, .gf-clear-all, .selected-item.gf-option-label a, .gf-form-input-inner select, .gf-refine-toggle{ font-size: 14px !important; color: #000000 !important; text-transform: none !important; font-weight: normal !important; } .gf-refine-toggle-mobile, .gf-form-button-group button { font-size: 14px !important; text-transform: none !important; font-weight: normal !important; color: #3a3a3a !important; border: 1px solid #bfbfbf !important; background: #ffffff !important; } .gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle a, .gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle button { border-color: #000000 !important; } .gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle a.checked, .gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle button.checked{ color: #fff !important; background-color: #000000 !important; } @media (min-width: 768px) { .gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle button:hover, .gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle a:hover { color: #fff !important; background-color: #000000 !important; } } .gf-option-block.gf-option-block-select select { color: #000000 !important; } #gf-form.loaded, .gf-YMM-forms.loaded { background: #FFFFFF !important; } #gf-form h2, .gf-YMM-forms h2 { color: #3a3a3a !important; } #gf-form label, .gf-YMM-forms label{ color: #3a3a3a !important; } .gf-form-input-wrapper select, .gf-form-input-wrapper input{ border: 1px solid #DEDEDE !important; background-color: #FFFFFF !important; border-radius: 0px !important; } #gf-form .gf-form-button-group button, .gf-YMM-forms .gf-form-button-group button{ color: #FFFFFF !important; background: #3a3a3a !important; border-radius: 0px !important; } .spf-product-card.spf-product-card__template-3 .spf-product__info.hover{ background: #FFFFFF; } a.spf-product-card__image-wrapper{ padding-top: 100%; } .h4.spf-product-card__title a{ color: #333333; font-size: 15px; font-family: inherit; font-style: normal; text-transform: none; } .h4.spf-product-card__title a:hover{ color: #000000; } .spf-product-card button.spf-product__form-btn-addtocart{ font-size: 12px; font-family: inherit; font-weight: normal; font-style: normal; text-transform: none; } .spf-product-card button.spf-product__form-btn-addtocart, .spf-product-card.spf-product-card__template-4 a.open-quick-view, .spf-product-card.spf-product-card__template-5 a.open-quick-view, #gfqv-btn{ color: #FFFFFF !important; border: 1px solid #333333 !important; background: #333333 !important; } .spf-product-card button.spf-product__form-btn-addtocart:hover, .spf-product-card.spf-product-card__template-4 a.open-quick-view:hover, .spf-product-card.spf-product-card__template-5 a.open-quick-view:hover{ color: #FFFFFF !important; border: 1px solid #000000 !important; background: #000000 !important; } span.spf-product__label.spf-product__label-soldout{ color: #ffffff; background: #989898; } span.spf-product__label.spf-product__label-sale{ color: rgba(255, 255, 255, 1); background: rgba(48, 48, 48, 1); } .spf-product-card__vendor a{ color: #969595; font-size: 13px; font-family: inherit; font-weight: normal; font-style: normal; } .spf-product-card__vendor a:hover{ color: #969595; } .spf-product-card__price-wrapper{ font-size: 14px; } .spf-image-ratio{ padding-top:100% !important; } .spf-product-card__oldprice, .spf-product-card__saleprice, .spf-product-card__price, .gfqv-product-card__oldprice, .gfqv-product-card__saleprice, .gfqv-product-card__price { font-size: 14px; font-family: inherit; font-weight: normal; font-style: normal; } span.spf-product-card__price, span.gfqv-product-card__price{ color: #141414; } span.spf-product-card__oldprice, span.gfqv-product-card__oldprice{ color: #969595; } span.spf-product-card__saleprice, span.gfqv-product-card__saleprice{ color: rgba(139, 2, 14, 1); } </style><style>a.spf-product-card__image-wrapper { padding-top: 100% !important; }</style><script></script><script>if(window.AVADA_SPEED_WHITELIST){const spfs_w = new RegExp("smart-product-filter-search", 'i'); if(Array.isArray(window.AVADA_SPEED_WHITELIST)){window.AVADA_SPEED_WHITELIST.push(spfs_w);}else{window.AVADA_SPEED_WHITELIST = [spfs_w];}} </script><!-- END app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/RSDMRi/klaviyo.js?company_id=RSDMRi"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script id="viewed_product"> if (item == null) { var _learnq = _learnq || []; var item = { Name: "Collier Croix S Steel - Sanctus", ProductID: 6949265244298, Categories: ["Bijoux Croix Femme","Bijoux Croix Homme","Collier Croix","Meilleures Ventes","Tous les produits"], ImageURL: "https://bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_grande.jpg?v=1726220254", URL: "https://bijoux-chretiens.fr/products/collier-croix-s-steel", Brand: "Bijoux Chrétiens", Price: "34,90 €", Value: "34,90", CompareAtPrice: "0,00 €" }; _learnq.push(['track', 'Viewed Product', item]); _learnq.push(['trackViewedItem', { Title: item.Name, ItemId: item.ProductID, Categories: item.Categories, ImageUrl: item.ImageURL, Url: item.URL, Metadata: { Brand: item.Brand, Price: item.Price, Value: item.Value, CompareAtPrice: item.CompareAtPrice } }]); } </script> <script> window.klaviyoReviewsProductDesignMode = false </script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/1aa36c2f-3e52-461e-b7c1-12f9e3639f91/smart-product-filter-search-326/assets/globo.filter.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/ff157cab-0912-4157-89c4-e0d754568840/consentmo-gdpr-292/assets/consentmo_cookie_consent.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/ce6a19c1-4975-4a36-852b-cad633e22044/hextom-timer-bar-53/assets/eventpromotionbar.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 56922996874,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 56922996874,storefrontBaseUrl: "https://bijoux-chretiens.fr",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"1772454221","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\\",\\\"GT-KDTM79KT\\\"],\\\"target_country\\\":\\\"FR\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\/gcP4CIf6iLIaEM-NubUq\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\/rbNeCK_-iLIaEM-NubUq\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\/NQ1VCJD6iLIaEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\/-1o4CIT6iLIaEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\/O9qVCI36iLIaEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\/bW_3CLL-iLIaEM-NubUq\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-08P77W2KEW\\\",\\\"AW-11386373839\\/hGfhCIr6iLIaEM-NubUq\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"08b22f5daf51b34bfe87b14f6c38657d","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"160530765","configuration":"{\"tagID\":\"2614303838081\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4fd0680eed907adaf3f85849c393d688","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"208863565","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"3","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"],"name":"Google Analytics 4"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "fr",initData: {"shop":{"name":"Bijoux Chrétiens™","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"croixetcrois.myshopify.com","countryCode":"FR","storefrontUrl":"https://bijoux-chretiens.fr"},"customer":null,"cart":null,"checkout":null,"productVariants":[{"price":{"amount":34.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix S Steel - Sanctus","vendor":"Bijoux Chrétiens","id":"6949265244298","untranslatedTitle":"Collier Croix S Steel - Sanctus","url":"/products/collier-croix-s-steel","type":"Collier"},"id":"41493106753674","image":{"src":"//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel.jpg?v=1726220254"},"sku":"1005002275229816-Gold-color","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":34.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix S Steel - Sanctus","vendor":"Bijoux Chrétiens","id":"6949265244298","untranslatedTitle":"Collier Croix S Steel - Sanctus","url":"/products/collier-croix-s-steel","type":"Collier"},"id":"41493106720906","image":{"src":"//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877.jpg?v=1726220257"},"sku":"1005002275229816-Steel color","title":"Argent","untranslatedTitle":"Argent"},{"price":{"amount":34.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix S Steel - Sanctus","vendor":"Bijoux Chrétiens","id":"6949265244298","untranslatedTitle":"Collier Croix S Steel - Sanctus","url":"/products/collier-croix-s-steel","type":"Collier"},"id":"41493106786442","image":{"src":"//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403.jpg?v=1726220327"},"sku":"1005002275229816-Rose Gold Color","title":"Or Rose","untranslatedTitle":"Or Rose"}],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"price":{"amount":34.9,"currencyCode":"EUR"},"product":{"title":"Collier Croix S Steel - Sanctus","vendor":"Bijoux Chrétiens","id":"6949265244298","untranslatedTitle":"Collier Croix S Steel - Sanctus","url":"/products/collier-croix-s-steel","type":"Collier"},"id":"41493106753674","image":{"src":"//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel.jpg?v=1726220254"},"sku":"1005002275229816-Gold-color","title":"Or","untranslatedTitle":"Or"}});},"https://bijoux-chretiens.fr/cdn","9f94c53cwe611d86fp8ced7fbdmadbd84f4",{"modern":"","legacy":""},{"shopId":"56922996874","storefrontBaseUrl":"https://bijoux-chretiens.fr","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"9f94c53cwe611d86fp8ced7fbdmadbd84f4"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'EUR'; var meta = {"product":{"id":6949265244298,"gid":"gid:\/\/shopify\/Product\/6949265244298","vendor":"Bijoux Chrétiens","type":"Collier","variants":[{"id":41493106753674,"price":3490,"name":"Collier Croix S Steel - Sanctus - Or","public_title":"Or","sku":"1005002275229816-Gold-color"},{"id":41493106720906,"price":3490,"name":"Collier Croix S Steel - Sanctus - Argent","public_title":"Argent","sku":"1005002275229816-Steel color"},{"id":41493106786442,"price":3490,"name":"Collier Croix S Steel - Sanctus - Or Rose","public_title":"Or Rose","sku":"1005002275229816-Rose Gold Color"}]},"page":{"pageType":"product","resourceType":"product","resourceId":6949265244298}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 56922996874, theme_id: 172848709965, app_name: "storefront", context_url: window.location.href, source_url: "//bijoux-chretiens.fr/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//bijoux-chretiens.fr/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//bijoux-chretiens.fr/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":56922996874,"isMerchantRequest":null,"themeId":172848709965,"themeCityHash":"7362751210467524598","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":6949265244298,"shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"EUR","variantId":41493106753674,"productId":6949265244298,"productGid":"gid:\/\/shopify\/Product\/6949265244298","name":"Collier Croix S Steel - Sanctus - Or","price":"34.90","sku":"1005002275229816-Gold-color","brand":"Bijoux Chrétiens","variant":"Or","category":"Collier","nonInteraction":true},undefined,undefined,{"shopifyEmitted":true}); window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"EUR","variantId":41493106753674,"productId":6949265244298,"productGid":"gid:\/\/shopify\/Product\/6949265244298","name":"Collier Croix S Steel - Sanctus - Or","price":"34.90","sku":"1005002275229816-Gold-color","brand":"Bijoux Chrétiens","variant":"Or","category":"Collier","nonInteraction":true,"referer":"https:\/\/bijoux-chretiens.fr\/products\/collier-croix-s-steel"}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//bijoux-chretiens.fr/cdn/shopifycloud/shopify/assets/shop_events_listener-f55dd2979ec32029c7d9e0b454ab8b33f79c01ca039d17a6f5c9b95647564b19.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script> if (!window.ga || (window.ga && typeof window.ga !== 'function')) { window.ga = function ga() { (window.ga.q = window.ga.q || []).push(arguments); Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"}); console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information."); }; Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"}); } </script> <script defer src="https://bijoux-chretiens.fr/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.2.min.js" data-application="storefront-renderer" data-shop-id="56922996874" data-render-region="gcp-europe-west4" data-page-type="product" data-theme-instance-id="172848709965" data-theme-name="Ambition" data-theme-version="2.5.3" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" data-shs="true" ></script> </head> <body id="body"><div id="shopify-section-announcement" class="shopify-section announcement-top"><div class="announcement-bar slideshow"> <div class="flex container slideshow__inner" data-timer="7000"><div class="slideshow__active slideshow__item announcement-text" ><p>Livraison gratuite | Expédition sous 48 h</p> </div><div class="slideshow__item announcement-text" ><p>Profitez de <strong>15 % sur votre première commande</strong> en vous <span class="news-button">abonnant à la newsletter !</span></p> </div><div class="slideshow__item announcement-text" ><p><strong>Livret de prière OFFERT </strong>sans conditions d'achats</p> </div></div> <div class="index-banner-dots slideshow__dots hide"><div class="slideshow__dot slideshow__dot__active"></div><div class="slideshow__dot"></div><div class="slideshow__dot"></div></div> </div> <style> #shopify-section-announcement .announcement-bar {height: 40px; background-color:#303030;} #shopify-section-announcement .announcement-text, #shopify-section-announcement .announcement-text a {color: #ffffff;font-size: 12px;} #shopify-section-announcement .news-button {text-decoration:underline;} </style></div><div id="shopify-section-header" class="shopify-section shopify-section--header"><style> .logo {padding-top: 0px;padding-bottom: 0px;} .logo-img, .logo-2, .mobile-nav .logo, .logo-1 {max-width: 225px;} .logo-1 {padding-right: 0px;} .logo-1, .icones-1 {width: 225px;} .mobile-nav .logo-1 {width: 225px;} .navigation-1 .nav-menu > li:not(.mobile-nav .navigation-1 .nav-menu > li), .navigation-2 .nav-menu > li:not(.mobile-nav .navigation-2 .nav-menu > li) {line-height: 60px;} .navigation-1 .subnav-box, .navigation-2 .subnav-box {top: 64px;}.shopify-section--header {position:sticky; top:0;z-index:10;}</style> <div id="modal-bg"></div> <div class="hidden-navbox"> <ul id="navbox"><li>Nos bijoux</li><li>Chapelets</li><li>Dizainiers</li><li>PROMO</li></ul> </div> <header class="header-box fixed-nav"> <div class="header" data-logo-switch="225" data-nav-type="1"> <div class="container flex"> <a href="/" class="logo logo-1" id="logo"><img class="logo-img" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-logo_cdde77ee-e533-4750-bfc8-cd538789272c_400x.png?v=1727344162" width="225px" height="33.75px" sizes="225" alt="Bijoux Chrétiens" draggable="false" /></a> <nav class="navigation navigation-1 hide" id="navigation"> <ul class="nav-menu"> <div class="close-menu-block nav-arrow subnav-back"> <svg class="header-new-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div> <li class="nav-link meganav"><a class="nav-style" href="#">Nos bijoux</a> <div class="nav-hidden nav-arrow subnav-go"> <svg class="header-new-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 8.5 19 L 15.5 12 L 8.5 5" /> </svg> </div> <div class="subnav-box menu-dropdown"> <div class="meganav-container"> <ul class="subnav"> <li class="nav-hidden nav-back top-previous"> <div class="nav-arrow subnav-back"> <svg class="header-new-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 15.5 19 L 8.5 12 L 15.5 5" /> </svg> </div> <span class="nav-previous subnav-back">Précédent</span> </li> <li class="nav-hidden"> <span class="sub-nav-title nav-style">Nos bijoux</span> </li><li><a class="nav-style nav-style2" href="/collections/collier-croix">Colliers</a></li><li><a class="nav-style nav-style2" href="/collections/pendentif-croix">Pendentifs</a></li><li><a class="nav-style nav-style2" href="/collections/boucles-oreilles-croix">Boucles d'oreilles</a></li><li><a class="nav-style nav-style2" href="/collections/bague-croix">Bagues</a></li><li><a class="nav-style nav-style2" href="/collections/bracelet-croix">Bracelets</a></li></ul></div> </div> </li><li class="nav-link"><a class="nav-style" href="/collections/chapelet-catholique">Chapelets</a></li><li class="nav-link"><a class="nav-style" href="/collections/dizainier">Dizainiers</a></li><li class="nav-link"><a class="nav-style" href="/collections/bijoux-croix-pas-cher">PROMO</a></li></ul> </nav> <div class="icones icones-1 hide" id="icones"> <div id="search-icon" class="header-icon"> <svg class="icon-color" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg> </div><div id="cart-icon" class="header-icon"> <svg class="icon-color" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M 20.6127 18.5825 L 19.5877 8.6313 C 19.5455 8.2186 19.1979 7.9049 18.802 7.8832 H 5.2986 C 4.8849 7.9049 4.5375 8.2176 4.4942 8.6291 L 3.4418 18.5851 C 3.355 19.4541 3.6448 20.3273 4.2364 20.9813 C 4.828 21.6349 5.6674 22.01 6.5392 22.01 H 17.5427 C 18.4106 22.01 19.2421 21.6424 19.8229 21.0008 C 20.412 20.3517 20.6998 19.4714 20.6127 18.5825 Z M 8.0661 7.8832 V 6.4116 C 8.0661 5.5099 8.5754 2.4156 12.0273 2.4156 C 15.5877 2.4156 16.0236 5.5099 16.0236 6.4116 V 7.8832"></path></svg> <span id="cart-indicator" data-add-to-cart="croixetcrois"></span> </div> </div> <div class="burger burger-1 hide" id="burger"> <svg class="icon-color" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 2 4.5 L 22 4.5 Z M 2 19.5 L 22 19.5 Z M 2 12 L 22 12 Z"></path></svg> </div> <div class="trick-1 hide"></div> </div> </div> </header> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "Bijoux Chrétiens™","logo": "https://bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-logo_cdde77ee-e533-4750-bfc8-cd538789272c.png?v=1727344162&width=500","sameAs": [ "", "https:\/\/www.instagram.com\/bijoux_chretiens\/", "", "", "", "", "https:\/\/www.pinterest.fr\/bijouxchretiensfr\/", "", "", "", "" ], "url": "https://bijoux-chretiens.fr" } </script></div><aside class="modal-cart" id="drawcart-bar" data-threshold="0"> <form class="drawcart-content" action="/cart" method="post"> <div class="flex" id="drawcart-title-block"> <p class="drawcart-title">Panier</p> <svg class="close-drawcart-icon icon-color" id="close-drawcart-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div><div id="drawcart-items-block" class="items-block"><p class="drawcart-title drawcart-empty">Votre panier est vide</p></div></form> </aside> <template id="drawer-cart-item"> <div class="cart-item"> <a href="" class="cart-item-image"> <img class="cart-item-picture" src="" alt=""> </a> <div class="cart-item-main"> <div class="cart-item-core"> <div class="cart-item-info"> <p class="cart-item-name"> <a href=""></a> </p> <p class="cart-item-options"></p> <div class="cart-item-properties"></div> <p class="cart-item-coupons"></p> </div> <div class="cart-item-pricing"> <p class="cart-item-price"></p> <p class="cart-item-oldprice"></p> </div> </div> <div class="cart-item-change" data-line-id="" > <div class="cart-item-quantity"> <button class="cart-item-minus" type="button" data-quantity=""> <svg class="cart-item-icon" role="presentation" viewbox="0 0 16 2"> <path d="M1,1 L15,1" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square"></path> </svg> </button> <input class="cart-item-number" type="number" min="0" max="" name="" id="" value=""> <button class="cart-item-plus" type="button" data-quantity=""> <svg class="cart-item-icon" role="presentation" viewbox="0 0 16 16"> <g stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M8,1 L8,15"></path><path d="M1,8 L15,8"></path> </g> </svg> </button> </div> <svg class="cart-item-remove cart-item-remove2" type="button" data-quantity="0" data-action="remove-item" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"> <path d="M 19 6 v 14 a 2 2 0 0 1 -2 2 H 7 a 2 2 0 0 1 -2 -2 V 6 m 3 0 V 4 a 2 2 0 0 1 2 -2 h 4 a 2 2 0 0 1 2 2 v 2 M 3 6 H 21 M 10 11 V 17 M 14 11 V 17" /> </svg> </div> </div> </div> </template> <template id="drawcart-block-settings"><p class="cart-summary-title">Avez-vous un code promo ?</p> <div class="cart-coupon-form" id="drawcart-coupon-form"> <input type="text" name="discount" placeholder="Code de réduction" class="login-field" id="cart-coupon-field"> <button type="submit" name="checkout" class="cart-coupon-button">Appliquer</button> </div></template> <template id="drawcart-block-checkout"> <div id="drawcart-button-block"> <div class="flex"> <p class="cart-summary-title">Total</p> <p class="cart-summary-price"></p> </div><p class="cart-taxes">Livraison gratuite</p><button type="submit" name="checkout" class="checkout-button cart-button">Paiement</button> </div> </template> <template id="drawcart-promo"> <div id="drawcart-promo-block"> <p class="cart-summary-promo" data-free="Livraison offerte sur votre commande" data-remaining="Plus que {{remaining_amount}} pour bénéficier de la livraison offerte" > </p> <div class="drawcart-progress-bar"> <span></span> </div> </div> </template><main id="content" role="main"><div id="shopify-section-announcement2" class="shopify-section"></div><div class="breadcrumb"> <nav class="container" role="navigation" aria-label="breadcrumbs"> <a href="/" title="Accueil">Accueil</a><span class="breadcrumb-line" aria-hidden="true">/</span> <span>Collier Croix S Steel - Sanctus</span></nav> </div><div id="shopify-section-template--24002972909901__main" class="shopify-section shopify-section product-main"><section class="container flex" data-section-id="template--24002972909901__main" data-section-type="product"> <div class="product-images product-thumb"> <div class="product-sticky"><div class="slider__thumbnails flex"> <div class="slider__inner flex"><div class="slider__item slider__link" data-switch="" data-thumb="1"> <div class="placeholder image-complete" data-media-id="51864839094605" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1x.jpg?v=1726220254" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel.jpg?v=1726220254" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_5000x.jpg?v=1726220254 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4500x.jpg?v=1726220254 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4000x.jpg?v=1726220254 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3500x.jpg?v=1726220254 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3000x.jpg?v=1726220254 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2500x.jpg?v=1726220254 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2000x.jpg?v=1726220254 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1800x.jpg?v=1726220254 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1600x.jpg?v=1726220254 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1400x.jpg?v=1726220254 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1200x.jpg?v=1726220254 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1000x.jpg?v=1726220254 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_800x.jpg?v=1726220254 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_600x.jpg?v=1726220254 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_500x.jpg?v=1726220254 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_400x.jpg?v=1726220254 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_300x.jpg?v=1726220254 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_200x.jpg?v=1726220254 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div><div class="slider__item slider__link" data-switch="" data-thumb="2"> <div class="placeholder image-complete" data-media-id="45752283398477" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1x.jpg?v=1726220257" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125.jpg?v=1726220257" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_5000x.jpg?v=1726220257 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_4500x.jpg?v=1726220257 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_4000x.jpg?v=1726220257 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_3500x.jpg?v=1726220257 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_3000x.jpg?v=1726220257 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_2500x.jpg?v=1726220257 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_2000x.jpg?v=1726220257 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1800x.jpg?v=1726220257 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1600x.jpg?v=1726220257 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1400x.jpg?v=1726220257 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1200x.jpg?v=1726220257 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1000x.jpg?v=1726220257 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_800x.jpg?v=1726220257 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_600x.jpg?v=1726220257 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_500x.jpg?v=1726220257 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_400x.jpg?v=1726220257 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_300x.jpg?v=1726220257 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_200x.jpg?v=1726220257 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div><div class="slider__item slider__link" data-switch="" data-thumb="3"> <div class="placeholder image-complete" data-media-id="45752284545357" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1x.jpg?v=1726220257" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877.jpg?v=1726220257" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_5000x.jpg?v=1726220257 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4500x.jpg?v=1726220257 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4000x.jpg?v=1726220257 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3500x.jpg?v=1726220257 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3000x.jpg?v=1726220257 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2500x.jpg?v=1726220257 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2000x.jpg?v=1726220257 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1800x.jpg?v=1726220257 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1600x.jpg?v=1726220257 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1400x.jpg?v=1726220257 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1200x.jpg?v=1726220257 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1000x.jpg?v=1726220257 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_800x.jpg?v=1726220257 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_600x.jpg?v=1726220257 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_500x.jpg?v=1726220257 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_400x.jpg?v=1726220257 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_300x.jpg?v=1726220257 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_200x.jpg?v=1726220257 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div><div class="slider__item slider__link" data-switch="" data-thumb="4"> <div class="placeholder image-complete" data-media-id="45752285135181" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1x.jpg?v=1726220327" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403.jpg?v=1726220327" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_5000x.jpg?v=1726220327 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4500x.jpg?v=1726220327 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4000x.jpg?v=1726220327 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3500x.jpg?v=1726220327 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3000x.jpg?v=1726220327 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2500x.jpg?v=1726220327 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2000x.jpg?v=1726220327 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1800x.jpg?v=1726220327 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1600x.jpg?v=1726220327 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1400x.jpg?v=1726220327 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1200x.jpg?v=1726220327 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1000x.jpg?v=1726220327 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_800x.jpg?v=1726220327 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_600x.jpg?v=1726220327 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_500x.jpg?v=1726220327 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_400x.jpg?v=1726220327 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_300x.jpg?v=1726220327 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_200x.jpg?v=1726220327 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div></div> </div><div class="slider__product"> <div class="slider__buttons"> <button class="slider__previous" title="Précédent"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 15.5 19 L 8.5 12 L 15.5 5" /></svg></button> <button class="slider__next" title="Suivant"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 8.5 19 L 15.5 12 L 8.5 5" /></svg></button> </div> <div class="slider__nav"> <div class="slider__inner product-image-3 product-align-vertical" ><div class="slider__item slider__link" data-switch="" data-thumb="1"> <div class="placeholder image-complete image-zoom" data-max-zoom="800" data-media-id="51864839094605" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture image-magnify" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1x.jpg?v=1726220254" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel.jpg?v=1726220254" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_5000x.jpg?v=1726220254 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4500x.jpg?v=1726220254 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4000x.jpg?v=1726220254 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3500x.jpg?v=1726220254 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3000x.jpg?v=1726220254 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2500x.jpg?v=1726220254 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2000x.jpg?v=1726220254 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1800x.jpg?v=1726220254 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1600x.jpg?v=1726220254 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1400x.jpg?v=1726220254 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1200x.jpg?v=1726220254 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1000x.jpg?v=1726220254 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_800x.jpg?v=1726220254 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_600x.jpg?v=1726220254 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_500x.jpg?v=1726220254 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_400x.jpg?v=1726220254 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_300x.jpg?v=1726220254 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_200x.jpg?v=1726220254 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div><div class="slider__item slider__link" data-switch="" data-thumb="2"> <div class="placeholder image-complete image-zoom" data-max-zoom="800" data-media-id="45752283398477" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture image-magnify" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1x.jpg?v=1726220257" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125.jpg?v=1726220257" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_5000x.jpg?v=1726220257 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_4500x.jpg?v=1726220257 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_4000x.jpg?v=1726220257 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_3500x.jpg?v=1726220257 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_3000x.jpg?v=1726220257 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_2500x.jpg?v=1726220257 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_2000x.jpg?v=1726220257 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1800x.jpg?v=1726220257 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1600x.jpg?v=1726220257 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1400x.jpg?v=1726220257 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1200x.jpg?v=1726220257 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_1000x.jpg?v=1726220257 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_800x.jpg?v=1726220257 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_600x.jpg?v=1726220257 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_500x.jpg?v=1726220257 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_400x.jpg?v=1726220257 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_300x.jpg?v=1726220257 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-125_200x.jpg?v=1726220257 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div><div class="slider__item slider__link" data-switch="" data-thumb="3"> <div class="placeholder image-complete image-zoom" data-max-zoom="800" data-media-id="45752284545357" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture image-magnify" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1x.jpg?v=1726220257" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877.jpg?v=1726220257" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_5000x.jpg?v=1726220257 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4500x.jpg?v=1726220257 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4000x.jpg?v=1726220257 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3500x.jpg?v=1726220257 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3000x.jpg?v=1726220257 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2500x.jpg?v=1726220257 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2000x.jpg?v=1726220257 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1800x.jpg?v=1726220257 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1600x.jpg?v=1726220257 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1400x.jpg?v=1726220257 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1200x.jpg?v=1726220257 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1000x.jpg?v=1726220257 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_800x.jpg?v=1726220257 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_600x.jpg?v=1726220257 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_500x.jpg?v=1726220257 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_400x.jpg?v=1726220257 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_300x.jpg?v=1726220257 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_200x.jpg?v=1726220257 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div><div class="slider__item slider__link" data-switch="" data-thumb="4"> <div class="placeholder image-complete image-zoom" data-max-zoom="658" data-media-id="45752285135181" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture image-magnify" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1x.jpg?v=1726220327" data-image-full="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403.jpg?v=1726220327" data-image-ratio="1.0" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_5000x.jpg?v=1726220327 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4500x.jpg?v=1726220327 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4000x.jpg?v=1726220327 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3500x.jpg?v=1726220327 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3000x.jpg?v=1726220327 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2500x.jpg?v=1726220327 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2000x.jpg?v=1726220327 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1800x.jpg?v=1726220327 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1600x.jpg?v=1726220327 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1400x.jpg?v=1726220327 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1200x.jpg?v=1726220327 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1000x.jpg?v=1726220327 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_800x.jpg?v=1726220327 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_600x.jpg?v=1726220327 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_500x.jpg?v=1726220327 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_400x.jpg?v=1726220327 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_300x.jpg?v=1726220327 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_200x.jpg?v=1726220327 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" /> </div> </div></div> </div> </div><div class="arrow-thumb-prev"> <svg class="svg-thumb-prev" aria-hidden="true" role="img" focusable="false" width="20" height="20" viewbox="0 0 24 24" stroke="#111111" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </div> <div class="arrow-thumb-next"> <svg class="svg-thumb-next" aria-hidden="true" role="img" focusable="false" width="20" height="20" viewbox="0 0 24 24" stroke="#111111" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </div></div> </div> <div class="product-texts product-details product-single" data-sales-format="2" data-currency="€" data-max="-1" data-id="41493106753674" data-original="6949265244298" data-handle="collier-croix-s-steel" data-policy="continue" data-compare="" > <div class="product-sticky"><h1 class="product-title">Collier Croix S Steel - Sanctus</h1><div id="shopify-block-AaVdqenAybDNBNHd1c__loox_reviews_loox_rating_MfmaFk" class="shopify-block shopify-app-block"><a > <div class="loox-rating" data-content-size="14" data-floating-product-reviews-enabled="true" data-pattern="+ de 300 clients satisfaits !" data-loox-block-id="AaVdqenAybDNBNHd1c__loox_reviews_loox_rating_MfmaFk" data-color-text="" data-color-star="" data-rating="4.5" data-raters="440" data-testid="loox-rating-widget" ></div> </a> </div> <div class="product-pricing"><p class="product-current-price">34,90 €</p> <p class="product-old-price" ></p> <p class="product-price-reduction"></p></div> <form method="post" action="/cart/add" id="ajoute-panier" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><div class="product-variant"><input type="hidden" name="variants[]" data-qty="19845" data-policy="continue" value="41493106753674" ><input type="hidden" name="variants[]" data-qty="-2" data-policy="continue" value="41493106720906" ><input type="hidden" name="variants[]" data-qty="0" data-policy="continue" value="41493106786442" ></div> <input type="hidden" name="id" value="41493106753674" data-policy="continue" data-qty="19845" > <div class="product-options"><div class="product-option"> <div class="flex"> <legend id="product-field-1" class="product-option-label radio-field">Couleur :</legend> </div><div class="flex color-swatch"><div class="product-option-block"> <input type="radio" id="CouleurOr" name="option1" class="product-radio switch-Couleur" value="Or" checked><label for="CouleurOr" class="product-option-image"> <div class="product-option-color" title="Or" style="background-color:#e7bf68;"></div> </label></div><div class="product-option-block"> <input type="radio" id="CouleurArgent" name="option1" class="product-radio switch-Couleur" value="Argent" ><label for="CouleurArgent" class="product-option-image"> <div class="product-option-color" title="Argent" style="background-color:#f1f1f1;"></div> </label></div><div class="product-option-block"> <input type="radio" id="CouleurOr Rose" name="option1" class="product-radio switch-Couleur" value="Or Rose" ><label for="CouleurOr Rose" class="product-option-image"> <div class="product-option-color" title="Or Rose" style="background-color:#ecc5c0;"></div> </label></div></div></div></div><div class="product-option"> <legend class="product-option-label">Quantité :</legend> <div class="flex product-quantity"> <input type="number" min="1" max="deny" value="1" pattern="[0-9]*" name="quantity" class="product-option-block product-option-text" placeholder="1"> <div class="product-stock-alert show-restock"><span class="stock-alert-icon"></span><span class="stock-alert-text">En stock</span></div> </div> </div><div class="to-top-button product-buttons restock-alert" data-sticky="true"> <button type="submit" class="has-upsell add-to-cart-button product-to-cart" >Ajouter au panier </button></div><input type="hidden" name="product-id" value="6949265244298" /><input type="hidden" name="section-id" value="template--24002972909901__main" /></form> <div class="bullet-ul page-description index-content page-description"><div class="bullet-li" ><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M10 17h4V5H2v12h3m15 0h2v-3.34a4 4 0 00-1.17-2.83L19 9h-5v8h1" /><circle cx="7.5" cy="17.5" r="2.5" /><circle cx="17.5" cy="17.5" r="2.5" /></svg><span class="bullet-span">Livraison gratuite sans conditions</span> </div><div class="bullet-li" ><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" /><path d="M9 12l2 2 4-4" /></svg><span class="bullet-span">Paiement sécurisé encrypté SSL</span> </div><div class="bullet-li" ><svg class="bullet-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 2v6h6" /><path d="M3 13a9 9 0 103-7.7L3 8" /></svg><span class="bullet-span">Satisfait ou Remboursé sous 30j</span> </div></div><div class="product-description"><div class="product-content page-description"><ul> <li>Longueur : 40+5.5 cm</li> <li>Fabriqué en acier inoxydable</li> <li> <span>Idéal pour exprimer votre spiritualité, </span>parfait pour porter à la messe</li> <li>Convient aux hommes et aux femmes</li> <li>Couleur du bijou : argenté, or ou rose gold</li> </ul> </div><button class="product-accordion"> <span class="product-accordion-title">Description</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="#111111" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content page-description"> <h2>Décorez votre cou en toute simplicité avec ce collier croix S Steel</h2> <p>Décorez votre cou en toute simplicité avec ce <strong>Collier Croix S Steel</strong>. Comme son nom l'indique, ce collier est<strong> fabriqué en acier inoxydable</strong>. Étonnant par sa simplicité, il s'accordera parfaitement avec chacune de vos tenues, reflétant votre foi avec élégance et discrétion.</p> <p>Un collier croix est toujours une<strong> </strong>idée-cadeau significative à offrir ou à s'offrir. Et celui-ci, tout particulièrement, se distingue par sa forme épurée et sa capacité à compléter n'importe quel look. Vous pourrez le porter en toute occasion, que ce soit au quotidien ou lors de cérémonies religieuses. Sa chaînette réglable de 5.5 cm assure un ajustement parfait pour tous.</p> <p>Le <strong>Stainless Steel</strong> est un choix de prédilection pour ceux qui recherchent des bijoux durables et de qualité. Il résiste à la corrosion, à l'oxydation et vous accompagnera pendant des années sans perdre de son éclat.</p> <p>N'hésitez plus et faites-vous plaisir avec ce <strong>superbe bijou</strong> qui est plus qu'un simple accessoire – c'est une expression de foi et de style.</p> </div><button class="product-accordion" > <span class="product-accordion-title">Livraison et retours</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="#111111" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button> <div class="product-content hide-product-content page-description"> <p>La livraison est toujours gratuite sur Bijoux Chrétiens™, c'est le moment d'en profiter !</p><p>Votre bijou ne vous plait pas ? Pas d'inquiétudes, vous avez 30 jours après réception du bijou pour le retourner et bénéficier du remboursement de votre commande.<br/><br/>* Pour les fêtes de fin d'année, nous étendons notre garantie pour les cadeaux de Noël jusqu'au 31 janvier 2025.</p> </div><button class="product-accordion" > <span class="product-accordion-title">Une question ?</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="#111111" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button> <div class="product-content hide-product-content page-description"><p>Envoyez-nous l'<strong>URL </strong>ou <strong>le nom du produit </strong>suivi de votre question, nous vous aiderons dans les plus brefs délais !</p> <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="contact" /><input type="hidden" name="utf8" value="✓" /><input type="text" class="login-field first-login-field" name="contact[name]" placeholder="Votre nom" aria-label="Votre nom" value="" required="required"> <input type="email" class="login-field" name="contact[email]" placeholder="Votre e-mail" aria-label="Votre e-mail" value="" required="required"><textarea class="new-comment-content login-field" name="contact[body]" placeholder="Votre message" aria-label="Votre message" required="required"></textarea> <button type="submit" class="new-comment-send index-contact-button">Envoyer</button></form></div></div></div> </div> </section> <style>.product-thumb {position:relative;} .product-thumb .product-sticky {display:flex;} .slider__thumbnails::-webkit-scrollbar {display: none;} .slider__thumbnails {-ms-overflow-style: none;scrollbar-width: none;width:80px; margin-right:20px; overflow:hidden;flex-wrap:wrap;flex-direction:column;} .slider__thumbnails .slider__inner {gap:20px;flex-direction:column;flex-wrap:nowrap;} .slider__thumbnails .slider__item {position:relative;cursor:pointer;} .slider__thumbnails .slider__item:after {position:absolute;content:"";top:0;left:0;right:0;bottom:0;} .slider__thumbnails .slider__item.active:after {border:1px solid var(--form-field-line-hover);} .arrow-thumb-prev, .arrow-thumb-next {position:absolute;width:80px;height:40px;opacity:0;visibility:hidden;transition:all .4s ease;background-color: var(--body-bg);cursor:pointer;left:0;} .arrow-thumb-prev {top:0;} .arrow-thumb-next {bottom:0;} .arrow-thumb-prev.reveal, .arrow-thumb-next.reveal {opacity:1;visibility:visible;} .svg-thumb-prev, .svg-thumb-next {margin-left:auto;margin-right:auto;display:block;margin-top:calc((40 - var(--icons_size))/2*1px);} .svg-thumb-prev {transform:rotate(180deg);} @media all and (min-width: 800px) { .product-thumb .slider__product {width:calc(100% - 100px);} .product-thumb .slider__buttons {display:none;} .product-thumb .slider__product .slider__inner {flex-wrap:nowrap;} } @media all and (max-width: 799px) { .slider__thumbnails {display:none;} .product-thumb .slider__product {width:100%;} }@media all and (min-width: 800px) { #shopify-section-template--24002972909901__main .product-images {width: 55%;} #shopify-section-template--24002972909901__main .product-texts {width: calc(100% - 7.5% - 55%);} } #shopify-section-template--24002972909901__main .bullet-svg { width:20px; height:20px;color: #111111;} #shopify-section-template--24002972909901__main .bullet-svg-fill {fill: #111111;} #shopify-section-template--24002972909901__main .bullet-span { width:calc(100% - (20px + 10px));font-size:14px;color:#111111;} #shopify-section-template--24002972909901__main .bullet-li {margin-bottom:20px;}#shopify-section-template--24002972909901__main .bullet-ul {padding:20px;background-color:#fff9ec;}#shopify-section-template--24002972909901__main .sizechart-label {color: #111111;} #shopify-section-template--24002972909901__main .product-size-guide .bullet-svg {margin-right:5px; width: calc(var(--body-font-size) * 1px); height: calc(var(--body-font-size) * 1px);color: #111111;} #shopify-section-template--24002972909901__main .product-size-guide .bullet-svg-fill {fill: #111111;} #shopify-section-template--24002972909901__main .product-accordion-title {font-size:16px; color: #111111;}#shopify-section-template--24002972909901__main .restock-alert .expired-to-cart {color: #ffffff;background-color: #111111;border: 1px solid #111111;} #shopify-section-template--24002972909901__main .restock-alert:hover .expired-to-cart {color: #ffffff;background-color: #515151;border: 1px solid #515151;}#shopify-section-template--24002972909901__main .product-title {font-size: 28px;} #shopify-section-template--24002972909901__main .qb-offer {background-color: #ffffff; border: 1px solid #cccccc;} #shopify-section-template--24002972909901__main .qb-title {color: #111111; font-size: 16px;} #shopify-section-template--24002972909901__main .qb-text {color: #2cbb2f;} #shopify-section-template--24002972909901__main .qb-price {color: #111111;} #shopify-section-template--24002972909901__main .qb-compare {color: #aaaaaa;} #shopify-section-template--24002972909901__main .qb-offer.qb-active {background-color: #f6e4d4; border: 1px solid #d2baa5;} #shopify-section-template--24002972909901__main .qb-active .qb-title {color: #111111;} #shopify-section-template--24002972909901__main .qb-active .qb-text {color: #2cbb2f;} #shopify-section-template--24002972909901__main .qb-active .qb-price {color: #111111;} #shopify-section-template--24002972909901__main .qb-active .qb-compare {color: #aaaaaa;} #shopify-section-template--24002972909901__main .qb-active .qb-radio {background-color: #d2baa5; border:1px solid #d2baa5;} @media all and (max-width: 539px) { #shopify-section-template--24002972909901__main .qb-title {font-size: 16px;} #shopify-section-template--24002972909901__main .product-title {font-size: 28px;} } </style> <script>all_upsells = [ { "product_id": "6949265244298", "id": "9864383856973", "title": "Dizainier Sacré", "url": "/products/dizainier-sacre", "image": "//bijoux-chretiens.fr/cdn/shop/files/dizainier-sacre_800x800.jpg?v=1732814130", "alt": "Dizainier Sacré", "top_title": "Offrez-vous un dizainier premium pour 29,90 € seulement !", "top_text": "Ajoutez ce dizainier en bois d’olivier à votre commande pour seulement 29,90 € au lieu de 39,90 €. Une offre exclusive à ne pas manquer !", "first_available_id": "50612159316301", "first_available_quantity": "35", "first_available_policy": "continue", "first_available_title": "Default Title", "first_available_price": "2990", "first_available_compare": "3990", "variants": [{ "id": "50612159316301", "quantity": "35", "policy": "continue", "price": "2990", "compare": "3990" }], "properties": [ ] }];document.addEventListener("DOMContentLoaded", initSwitchProduct); if(window.Shopify.designMode) {document.addEventListener("shopify:section:load", function(event) {initSwitchProduct();});} function initSwitchProduct() { let switchMedias = document.querySelector(".product-main .product-images").querySelectorAll('.slider__link');let initProductSlider = new FSlider(document.querySelector(".product-main").querySelector('.slider__product'),{reset:true});all_sliders.push(initProductSlider);}document.querySelectorAll(".slider__thumbnails .slider__item").forEach( link => link.addEventListener("click", targetThumbnail) ); document.querySelector(".product-images .arrow-thumb-prev").addEventListener("click", function(){document.querySelector(".product-images .slider__product .slider__previous").click();}); document.querySelector(".product-images .arrow-thumb-next").addEventListener("click", function(){document.querySelector(".product-images .slider__product .slider__next").click();}); document.querySelector(".slider__thumbnails").addEventListener("scroll", (event) => { let thumbnailScrollHeight = document.querySelector(".slider__thumbnails").scrollHeight; let thumbnailScrollTop = document.querySelector(".slider__thumbnails").scrollTop; let thumbnailOffsetHeight = document.querySelector(".slider__thumbnails").offsetHeight; let marge = thumbnailOffsetHeight - thumbnailScrollHeight; if(marge < 0) { if(thumbnailScrollTop + marge >= -1) { document.querySelector(".product-images .arrow-thumb-next").classList.remove("reveal"); // window.alert("cache le !"); } else { document.querySelector(".product-images .arrow-thumb-next").classList.add("reveal"); // window.alert("montre le !"); } document.querySelector(".product-images .arrow-thumb-prev").classList.toggle("reveal", thumbnailScrollTop > 0); } }); function targetThumbnail() { let slider = this.closest(".product-images").querySelector(".slider__product"); let conteneur = slider.querySelector(".slider__inner"); let allSlides = conteneur.querySelectorAll('.slider__item'); let activeSlide = conteneur.querySelector(".slider__item.active"); let targetSlide = conteneur.querySelector(".slider__item[data-thumb='"+this.dataset.thumb+"']"); let slides = Array.from(allSlides); let activeIndex = slides.indexOf(activeSlide); let targetIndex = slides.indexOf(targetSlide); if(activeIndex > targetIndex) { let prevClicks = activeIndex - targetIndex; for (let pas = 0; pas < prevClicks; pas++) { slider.querySelector(".slider__previous").click(); } } if(activeIndex < targetIndex) { let nextClicks = targetIndex - activeIndex; for (let pas = 0; pas < nextClicks; pas++) { slider.querySelector(".slider__next").click(); } } }</script></div><div id="shopify-section-template--24002972909901__pack" class="shopify-section index-section-margin product-pack-sect"><div class="container text-dk-left text-mb-left"><div class="index-title-block"> <h2 class="index-title">Fréquemment achetés ensemble</h2> </div><div class="index-content pack-desc"><p>Complétez votre commande avec cette sélection de nos clients.</p></div></div> <div class="container product-pack position-relative"> <div class="flex index-title-margin"> <div class="slider"> <div class="slider__buttons"> <button class="slider__previous" title="Précédent"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 15.5 19 L 8.5 12 L 15.5 5" /></svg></button> <button class="slider__next" title="Suivant"><svg class="arrow-carousel-icon" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"><path d="M 8.5 19 L 15.5 12 L 8.5 5" /></svg></button> </div> <div class="slider__nav"> <div class="slider__inner product-pack-item-2 center-text"><div class="slider__item slider__link product-pack-item" data-handle-pack="collier-croix-s-steel" draggable="false" > <div class="image-complete"> <div class="placeholder image-complete-container" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" data-image-ratio="1.0" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1x.jpg?v=1726220254" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_5000x.jpg?v=1726220254 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4500x.jpg?v=1726220254 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4000x.jpg?v=1726220254 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3500x.jpg?v=1726220254 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3500x.jpg?v=1726220254 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2500x.jpg?v=1726220254 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2000x.jpg?v=1726220254 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1800x.jpg?v=1726220254 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1600x.jpg?v=1726220254 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1400x.jpg?v=1726220254 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1200x.jpg?v=1726220254 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1000x.jpg?v=1726220254 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_800x.jpg?v=1726220254 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_600x.jpg?v=1726220254 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_500x.jpg?v=1726220254 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_400x.jpg?v=1726220254 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_300x.jpg?v=1726220254 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_200x.jpg?v=1726220254 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div> <div data-value="41493106753674" class="image-complete-container hidden-image-pack show-image-pack"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1x.jpg?v=1726220254" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_5000x.jpg?v=1726220254 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4500x.jpg?v=1726220254 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_4000x.jpg?v=1726220254 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3500x.jpg?v=1726220254 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_3000x.jpg?v=1726220254 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2500x.jpg?v=1726220254 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_2000x.jpg?v=1726220254 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1800x.jpg?v=1726220254 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1600x.jpg?v=1726220254 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1400x.jpg?v=1726220254 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1200x.jpg?v=1726220254 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_1000x.jpg?v=1726220254 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_800x.jpg?v=1726220254 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_600x.jpg?v=1726220254 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_500x.jpg?v=1726220254 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_400x.jpg?v=1726220254 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_300x.jpg?v=1726220254 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel_200x.jpg?v=1726220254 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div> <div data-value="41493106720906" class="image-complete-container hidden-image-pack"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1x.jpg?v=1726220257" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_5000x.jpg?v=1726220257 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4500x.jpg?v=1726220257 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_4000x.jpg?v=1726220257 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3500x.jpg?v=1726220257 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_3000x.jpg?v=1726220257 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2500x.jpg?v=1726220257 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_2000x.jpg?v=1726220257 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1800x.jpg?v=1726220257 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1600x.jpg?v=1726220257 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1400x.jpg?v=1726220257 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1200x.jpg?v=1726220257 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_1000x.jpg?v=1726220257 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_800x.jpg?v=1726220257 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_600x.jpg?v=1726220257 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_500x.jpg?v=1726220257 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_400x.jpg?v=1726220257 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_300x.jpg?v=1726220257 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-argent-877_200x.jpg?v=1726220257 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div> <div data-value="41493106786442" class="image-complete-container hidden-image-pack"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1x.jpg?v=1726220327" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_5000x.jpg?v=1726220327 5000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4500x.jpg?v=1726220327 4500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_4000x.jpg?v=1726220327 4000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3500x.jpg?v=1726220327 3500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_3000x.jpg?v=1726220327 3000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2500x.jpg?v=1726220327 2500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_2000x.jpg?v=1726220327 2000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1800x.jpg?v=1726220327 1800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1600x.jpg?v=1726220327 1600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1400x.jpg?v=1726220327 1400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1200x.jpg?v=1726220327 1200w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_1000x.jpg?v=1726220327 1000w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_800x.jpg?v=1726220327 800w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_600x.jpg?v=1726220327 600w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_500x.jpg?v=1726220327 500w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_400x.jpg?v=1726220327 400w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_300x.jpg?v=1726220327 300w, //bijoux-chretiens.fr/cdn/shop/files/collier-croix-s-steel-or-rose-403_200x.jpg?v=1726220327 200w" data-sizes="auto" alt="Collier Croix S Steel" draggable="false" style="width:100%;" /> </div></div> <div class="product-carousel-text"> <p class="product-carousel-title">Collier Croix S Steel - Sanctus</p> </div> <div class="product-carousel-price"><p class="product-current-price">34,90 €</p> <p class="product-old-price"></p></div><div class="product-option"> <select name="id"><option data-policy="continue" data-qty="19845" value="41493106753674">Or</option><option data-policy="continue" data-qty="-2" value="41493106720906">Argent</option><option data-policy="continue" data-qty="0" value="41493106786442">Or Rose</option></select> </div></div><div class="slider__item slider__link product-pack-item" data-handle-pack="bracelet-croix-acier-inoxydable" ><a href="/products/bracelet-croix-acier-inoxydable" class="slider__link" draggable="false"><div class="image-complete"> <svg class="plus-carousel-icon plus-carousel-left" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 12 H 18 Z M 12 6 V 18 Z" /> </svg> <div class="placeholder image-complete-container" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload image-complete-picture" data-image-ratio="1.0" src="//bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1x.jpg?v=1730021240" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_5000x.jpg?v=1730021240 5000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_4500x.jpg?v=1730021240 4500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_4000x.jpg?v=1730021240 4000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_3500x.jpg?v=1730021240 3500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_3000x.jpg?v=1730021240 3000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_2500x.jpg?v=1730021240 2500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_2000x.jpg?v=1730021240 2000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1800x.jpg?v=1730021240 1800w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1600x.jpg?v=1730021240 1600w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1400x.jpg?v=1730021240 1400w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1200x.jpg?v=1730021240 1200w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1000x.jpg?v=1730021240 1000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_800x.jpg?v=1730021240 800w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_600x.jpg?v=1730021240 600w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_500x.jpg?v=1730021240 500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_400x.jpg?v=1730021240 400w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_300x.jpg?v=1730021240 300w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_200x.jpg?v=1730021240 200w" data-sizes="auto" alt="Bracelet Croix Acier Inoxydable" draggable="false" style="width:100%;" /> </div> <div data-value="50444790923597" class="image-complete-container hidden-image-pack show-image-pack"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1x.jpg?v=1730021240" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_5000x.jpg?v=1730021240 5000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_4500x.jpg?v=1730021240 4500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_4000x.jpg?v=1730021240 4000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_3500x.jpg?v=1730021240 3500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_3000x.jpg?v=1730021240 3000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_2500x.jpg?v=1730021240 2500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_2000x.jpg?v=1730021240 2000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1800x.jpg?v=1730021240 1800w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1600x.jpg?v=1730021240 1600w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1400x.jpg?v=1730021240 1400w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1200x.jpg?v=1730021240 1200w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_1000x.jpg?v=1730021240 1000w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_800x.jpg?v=1730021240 800w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_600x.jpg?v=1730021240 600w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_500x.jpg?v=1730021240 500w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_400x.jpg?v=1730021240 400w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_300x.jpg?v=1730021240 300w, //bijoux-chretiens.fr/cdn/shop/files/bracelet-croix-acier-inoxydable_200x.jpg?v=1730021240 200w" data-sizes="auto" alt="Bracelet Croix Acier Inoxydable" draggable="false" style="width:100%;" /> </div> <div data-value="50444790890829" class="image-complete-container hidden-image-pack"> <img class="lazyload image-complete-picture" src="//bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_1x.webp?v=1730021083" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_5000x.webp?v=1730021083 5000w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_4500x.webp?v=1730021083 4500w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_4000x.webp?v=1730021083 4000w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_3500x.webp?v=1730021083 3500w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_3000x.webp?v=1730021083 3000w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_2500x.webp?v=1730021083 2500w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_2000x.webp?v=1730021083 2000w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_1800x.webp?v=1730021083 1800w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_1600x.webp?v=1730021083 1600w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_1400x.webp?v=1730021083 1400w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_1200x.webp?v=1730021083 1200w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_1000x.webp?v=1730021083 1000w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_800x.webp?v=1730021083 800w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_600x.webp?v=1730021083 600w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_500x.webp?v=1730021083 500w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_400x.webp?v=1730021083 400w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_300x.webp?v=1730021083 300w, //bijoux-chretiens.fr/cdn/shop/files/Hd98a59c1f70f47d2872e630968ab2001R_200x.webp?v=1730021083 200w" data-sizes="auto" alt="Bracelet Croix Acier Inoxydable" draggable="false" style="width:100%;" /> </div></div> <div class="product-carousel-text"> <p class="product-carousel-title">Bracelet Croix Acier Inoxydable</p> </div></a><div class="product-carousel-price"><p class="product-current-price">39,90 €</p> <p class="product-old-price"></p></div><div class="product-option"> <select name="id"><option data-policy="continue" data-qty="-1" value="50444790923597">Or</option><option data-policy="continue" data-qty="0" value="50444790890829">Argent</option></select> </div></div></div> </div> </div> <div class="product-texts"> <div class="product-sticky"> <h3 class="product-title">Sélection de nos clients</h3> <div class="product-pricing"> <p class="product-current-price">74,80 €</p> <p class="product-old-price"></p> <p class="product-price-reduction"></p> </div><label for="pack--0" class="flex product-pack-check"> <input type="checkbox" id="pack--0" class="product-pack-checkbox" value="product-pack" checked> <span class="product-carousel-checktitle">Collier Croix S Steel - Sanctus</span> </label><label for="pack--1" class="flex product-pack-check"> <input type="checkbox" id="pack--1" class="product-pack-checkbox" value="product-pack" checked> <span class="product-carousel-checktitle">Bracelet Croix Acier Inoxydable</span> </label><div class="product-stock-alert product-stock-alert-full"><span class="stock-alert-icon"></span><span class="stock-alert-text">En stock</span></div> <button class="product-to-cart pack-button">Ajouter la sélection au panier</button> </div> </div> </div> </div> <style> #shopify-section-template--24002972909901__pack .index-title-block .index-title {font-size: 28px;margin-bottom: 20px;} #shopify-section-template--24002972909901__pack .product-title {font-size: 28px;} @media all and (max-width: 539px) { #shopify-section-template--24002972909901__pack .index-title-block .index-title {font-size: 28px;} #shopify-section-template--24002972909901__pack .product-title {font-size: 28px;} } #shopify-section-template--24002972909901__pack .pack-desc {margin-bottom: 30px;} </style></div><div id="shopify-section-template--24002972909901__section_testimonial_3kWfAx" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"><div class="index-title-block"> <h2 class="index-title">Vos avis, notre fierté !</h2> </div><div class="index-content testi-subtitl"><p>Avec une note moyenne de 4,4 étoiles, nos bijoux séduisent chaque jour de nouveaux clients. Pourquoi pas vous ?</p></div></div> <div class="container"><div class="flex index-title-margin"><div class="testim-3" ><div class="text-image-content padding-30 text-dk-left text-mb-left" id="block-testimonial_zNagKL" ><div class="index-content page-description"><p>"Très beaux bijoux, conformes et de qualité. Livraison rapide et service client réactif. Je recommande ce site."</p></div><div class="testim-block"><div class="page-description testim-text no-img"><div class="testim-name">Caroline M.</div><div class="review-stars flex product-review-stars testim-stars"><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div></div></div></div> </div> <style> #block-testimonial_zNagKL {margin-top: px;background-color: #ffffff;} #block-testimonial_zNagKL .amb-imageblock {margin-bottom: 20px; max-width: 200px;} #block-testimonial_zNagKL .index-content {margin-bottom: 20px;} #block-testimonial_zNagKL .index-content p, #block-testimonial_zNagKL .index-content li {color: #515151;} #block-testimonial_zNagKL .testim-image {max-width: 50px;} #block-testimonial_zNagKL .testim-name {color: #111111;} #block-testimonial_zNagKL .review-star {fill: #e7bf68;} </style></div><div class="testim-3" ><div class="text-image-content padding-30 text-dk-left text-mb-left" id="block-testimonial_JL9d4B" ><div class="index-content page-description"><p>"Superbe expérience d'achat. La qualité est exceptionnelle, et la livraison a été rapide. Je recommanderai sans hésiter !"</p></div><div class="testim-block"><div class="page-description testim-text no-img"><div class="testim-name">Luc D.</div><div class="review-stars flex product-review-stars testim-stars"><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div></div></div></div> </div> <style> #block-testimonial_JL9d4B {margin-top: px;background-color: #ffffff;} #block-testimonial_JL9d4B .amb-imageblock {margin-bottom: 20px; max-width: 200px;} #block-testimonial_JL9d4B .index-content {margin-bottom: 20px;} #block-testimonial_JL9d4B .index-content p, #block-testimonial_JL9d4B .index-content li {color: #515151;} #block-testimonial_JL9d4B .testim-image {max-width: 50px;} #block-testimonial_JL9d4B .testim-name {color: #111111;} #block-testimonial_JL9d4B .review-star {fill: #e7bf68;} </style></div><div class="testim-3" ><div class="text-image-content padding-30 text-dk-left text-mb-left" id="block-testimonial_7p4aAT" ><div class="index-content page-description"><p>"Très joli bijou, discret et raffiné, qui correspond parfaitement à mes attentes. Je recommande vivement !"</p></div><div class="testim-block"><div class="page-description testim-text no-img"><div class="testim-name">Florence D.</div><div class="review-stars flex product-review-stars testim-stars"><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div><div class="review-star"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 110 110"> <path d="M54,5 86,105 1,43H107L22,105" /> </svg> </div></div></div></div> </div> <style> #block-testimonial_7p4aAT {margin-top: px;background-color: #ffffff;} #block-testimonial_7p4aAT .amb-imageblock {margin-bottom: 20px; max-width: 200px;} #block-testimonial_7p4aAT .index-content {margin-bottom: 20px;} #block-testimonial_7p4aAT .index-content p, #block-testimonial_7p4aAT .index-content li {color: #515151;} #block-testimonial_7p4aAT .testim-image {max-width: 50px;} #block-testimonial_7p4aAT .testim-name {color: #111111;} #block-testimonial_7p4aAT .review-star {fill: #e7bf68;} </style></div></div></div> <style> #shopify-section-template--24002972909901__section_testimonial_3kWfAx {background-color: #fff9ec;padding-top: 80px;padding-bottom: 80px;} #shopify-section-template--24002972909901__section_testimonial_3kWfAx .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-template--24002972909901__section_testimonial_3kWfAx .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testi-subtitl p, #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testi-subtitl li {color: #515151;} #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testi-subtitl {margin-bottom: 30px;}#shopify-section-template--24002972909901__section_testimonial_3kWfAx .testim-3 {margin: 20px 0 0 20px;width: calc((100% - ((3 - 1) * 20px))/ 3);} #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testim-3:nth-child(3n + 1) {margin-left: 0;} #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testim-3:nth-child(-n + 3) {margin-top: 0;}@media all and (max-width: 799px) {#shopify-section-template--24002972909901__section_testimonial_3kWfAx .testim-3, #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testim-3:nth-child(3n + 1), #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testim-3:nth-child(-n + 3) {margin: 20px 0 0 0;width: 100%;} #shopify-section-template--24002972909901__section_testimonial_3kWfAx .testim-3:first-child {margin-top: 0;}}</style></div><div id="shopify-section-template--24002972909901__recommendations" class="shopify-section index-section-margin"><div class="product-recommendations" data-url="/recommendations/products?section_id=template--24002972909901__recommendations&product_id=6949265244298&limit=8"></div> <script async defer> window.addEventListener("DOMContentLoaded",e=>{function n(){const e=document.querySelector(".product-recommendations"),n=e.dataset.url;fetch(n).then(e=>e.text()).then(n=>{const t=document.createElement("div");t.innerHTML=n;const o=t.querySelector(".product-recommendations");if(o&&o.innerHTML.trim().length){e.innerHTML=o.innerHTML;const n=e.querySelector(".slider__recommendations");let t=new FSlider(n);all_sliders.push(t)}}).catch(e=>{console.error(e)})}n(),Shopify.designMode&&document.addEventListener("shopify:section:load",function(e){n()})}); </script> <style> #shopify-section-template--24002972909901__recommendations .index-title-block .index-title {font-size: 28px;margin-bottom: 50px;} @media all and (max-width: 539px) {#shopify-section-template--24002972909901__recommendations .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24002972909901__recommendations .search-product-subtitle {margin-bottom: 30px;} </style></div><div id="shopify-section-template--24002972909901__section_icons_AwDEc9" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center"><div class="index-title-block"> <h2 class="index-title">Pourquoi choisir Bijoux Chrétiens™ ?</h2> </div></div> <div class="container"><div class="index-title-margin"> <div class="flex"><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-icon_3Ba3BR" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1x.jpg?v=1718376538" data-aspectratio="1.0" data-srcset="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_2000x.jpg?v=1718376538 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1800x.jpg?v=1718376538 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1600x.jpg?v=1718376538 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1400x.jpg?v=1718376538 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1200x.jpg?v=1718376538 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_1000x.jpg?v=1718376538 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_800x.jpg?v=1718376538 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_600x.jpg?v=1718376538 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_400x.jpg?v=1718376538 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_300x.jpg?v=1718376538 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-livraison-gratuite_ca9e3333-d849-4861-a159-3e0d3c2407bd_200x.jpg?v=1718376538 200w" data-sizes="auto" alt="" draggable="false" /> </div> </div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Livraison gratuite</p><div class="index-content page-description icon-cont"><p>Les frais de ports sont toujours offerts peu importe le montant de la commande.</p></div></div></div> </div> <style> #block-icon_3Ba3BR { background-color: ; display:block;} #block-icon_3Ba3BR .index-content p, #block-icon_3Ba3BR .index-content li {color: #515151;font-size: 14px;} #block-icon_3Ba3BR .testim-image {max-width: 50px;} #block-icon_3Ba3BR .testim-name {color: #111111; font-size: 18px;} @media all and (max-width: 539px) { #block-icon_3Ba3BR .testim-name {font-size: 16px;} #block-icon_3Ba3BR .index-content p, #block-icon_3Ba3BR .index-content li {font-size: 12px;} } a#block-icon_3Ba3BR {text-decoration:none;} </style></div><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-icon_VJz9K4" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1x.jpg?v=1718376491" data-aspectratio="1.0" data-srcset="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_2000x.jpg?v=1718376491 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1800x.jpg?v=1718376491 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1600x.jpg?v=1718376491 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1400x.jpg?v=1718376491 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1200x.jpg?v=1718376491 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_1000x.jpg?v=1718376491 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_800x.jpg?v=1718376491 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_600x.jpg?v=1718376491 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_400x.jpg?v=1718376491 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_300x.jpg?v=1718376491 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-satisfait-rembourse_556bfff8-e40f-4420-8dcd-ab8743dc4e03_200x.jpg?v=1718376491 200w" data-sizes="auto" alt="" draggable="false" /> </div> </div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Satisfait ou Remboursé</p><div class="index-content page-description icon-cont"><p>Vous pouvez changer d'avis avec notre garantie de satisfaction sous 30 jours.</p></div></div></div> </div> <style> #block-icon_VJz9K4 { background-color: ; display:block;} #block-icon_VJz9K4 .index-content p, #block-icon_VJz9K4 .index-content li {color: #515151;font-size: 14px;} #block-icon_VJz9K4 .testim-image {max-width: 50px;} #block-icon_VJz9K4 .testim-name {color: #111111; font-size: 18px;} @media all and (max-width: 539px) { #block-icon_VJz9K4 .testim-name {font-size: 16px;} #block-icon_VJz9K4 .index-content p, #block-icon_VJz9K4 .index-content li {font-size: 12px;} } a#block-icon_VJz9K4 {text-decoration:none;} </style></div><div class="index-gallery-2"><div class="icon-block text-image-content text-dk-center text-mb-center" id="block-icon_NEGVAy" data-video-url=""> <div class="testim-block"><div class="text-image-picture testim-image"> <div class="placeholder" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1x.jpg?v=1718376491" data-aspectratio="1.0" data-srcset="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_2000x.jpg?v=1718376491 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1800x.jpg?v=1718376491 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1600x.jpg?v=1718376491 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1400x.jpg?v=1718376491 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1200x.jpg?v=1718376491 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_1000x.jpg?v=1718376491 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_800x.jpg?v=1718376491 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_600x.jpg?v=1718376491 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_400x.jpg?v=1718376491 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_300x.jpg?v=1718376491 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens-service-client_a306fcfb-e68f-4bab-b32f-0c1b4057312e_200x.jpg?v=1718376491 200w" data-sizes="auto" alt="" draggable="false" /> </div> </div><div class="page-description testim-text"><p class="testim-name font-title" style="margin-bottom:5px;">Support 100% français et réactif</p><div class="index-content page-description icon-cont"><p>Notre SAV est géré par Jeanne qui répondra tous les jours à vos questions !</p></div></div></div> </div> <style> #block-icon_NEGVAy { background-color: ; display:block;} #block-icon_NEGVAy .index-content p, #block-icon_NEGVAy .index-content li {color: #515151;font-size: 14px;} #block-icon_NEGVAy .testim-image {max-width: 50px;} #block-icon_NEGVAy .testim-name {color: #111111; font-size: 18px;} @media all and (max-width: 539px) { #block-icon_NEGVAy .testim-name {font-size: 16px;} #block-icon_NEGVAy .index-content p, #block-icon_NEGVAy .index-content li {font-size: 12px;} } a#block-icon_NEGVAy {text-decoration:none;} </style></div></div> </div></div> <style> #shopify-section-template--24002972909901__section_icons_AwDEc9 {background-color: #fff9ec;padding-top: 100px;padding-bottom: 100px;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 50px;} @media all and (max-width: 539px) {#shopify-section-template--24002972909901__section_icons_AwDEc9 .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-icons-subtitle p, #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-icons-subtitle li {color: #515151;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-icons-subtitle {margin-bottom: 30px;}#shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2 {width: calc((100% - ((3 - 1) * 20px)) / 3);margin-top:50px;margin-left:20px;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2:nth-child(-n +3) {margin-top:0;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2:nth-child(3n + 1) {margin-left:0;} @media all and (max-width: 799px) { #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2:nth-child(-n +3) {margin-top:50px;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2:nth-child(3n + 1) {margin-left:20px;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2 {width: calc((100% - ((1 - 1) * 20px)) / 1);margin-top: 50px;margin-left: 20px;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2:nth-child(-n +1) {margin-top:0;} #shopify-section-template--24002972909901__section_icons_AwDEc9 .index-gallery-2:nth-child(1n + 1) {margin-left:0;} }</style></div><div id="shopify-section-template--24002972909901__return" class="shopify-section index-section-nomargin"></div><div id="shopify-section-template--24002972909901__section_text_Bqrtj3" class="shopify-section index-section-nomargin"><div class="container"> <div class="text-image-content index-content text-dk-left text-mb-left"><p>Vous avez des questions ? Contactez-nous !</p></div> </div> <style> #shopify-section-template--24002972909901__section_text_Bqrtj3 {background-color: #ffffff;padding-top: 80px;padding-bottom: 80px;} #shopify-section-template--24002972909901__section_text_Bqrtj3 .index-content p, #shopify-section-template--24002972909901__section_text_Bqrtj3 .index-content li {color: #515151;} #shopify-section-template--24002972909901__section_text_Bqrtj3 .index-content .index-title {font-size: 28px;margin-bottom: 20px;color: #111111;} @media all and (max-width: 539px) {#shopify-section-template--24002972909901__section_text_Bqrtj3 .index-content .index-title {font-size: 28px;}} #shopify-section-template--24002972909901__section_text_Bqrtj3 .index-content .index-subtitle {color: #111111;}</style></div> </main><div class="fixed-button-cart"> <div class="container"> <button class="index-button big-button atc-fixed-button">Ajouter au panier</button> </div> </div><div id="shopify-section-popup-restock" class="shopify-section modal-restock"><div class="modal-restock-content"> <div class="flex"> <svg class="close-news-icon" id="close-restock-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div> <p class="news-title">Article épuisé</p> <div class="product-description sizechart-block"> <div class="index-content page-description"> <p>Sélectionnez l'option désirée ci-dessous et renseignez votre e-mail. Nous vous contacterons quand cet article sera de retour en stock.</p> </div><form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="contact" /><input type="hidden" name="utf8" value="✓" /><p class="restock-product-title">Collier Croix S Steel - Sanctus</p> <input type="hidden" name="contact[message]" value="<p>Un visiteur souhaite être contacté quand ce produit sera disponible. Enregistrez son e-mail pour plus tard !</p>"><select name="contact[Produit]" class="login-option-list login-field first-login-field" required="required"></select><input type="email" class="login-field" name="contact[email]" placeholder="Entrez votre e-mail" aria-label="Entrez votre e-mail" value="" required="required"> <button type="submit" class="new-comment-send index-contact-button">On vous tient au courant</button></form></div> </div></div><aside class="modal-zoom"> <div class="modal-zoom-content top_img popup-item" style="max-width: calc(100% - 40px);"> <svg class="close-zoom-icon" id="close-zoom-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <div class="flex"> <div class="index-popup width-popup flex"> <div class="placeholder text-image-picture insert-zoom" style="padding-bottom:300px;"> </div> </div> </div> </div> </aside><aside class="modal-review"> <div class="modal-review-content"> <div class="flex"> <svg class="close-news-icon" id="close-review-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div> <p class="news-title">Ajouter un avis</p> <div class="sizechart-block"><form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="contact" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[message]" value="Un avis client a été posté sur votre boutique."><input type="hidden" name="contact[Produit]" value="Collier Croix S Steel - Sanctus"><input type="text" class="login-field first-login-field" name="contact[name]" placeholder="Votre nom" aria-label="Votre nom" value="" required="required"> <input type="email" class="login-field" name="contact[email]" placeholder="Votre e-mail" aria-label="Votre e-mail" value="" required="required"> <select name="contact[note]" title="note" class="login-option-list login-field" required="required"> <option value="5" selected>5 étoiles</option> <option value="4">4 étoiles</option> <option value="3">3 étoiles</option> <option value="2">2 étoiles</option> <option value="1">1 étoile</option> </select> <input type="text" class="login-field" name="contact[title]" placeholder="Titre de l'avis" aria-label="Titre de l'avis" value="" required="required"> <textarea class="new-comment-content login-field" name="contact[body]" placeholder="Écrivez votre avis ici" aria-label="Écrivez votre avis ici" required="required"></textarea> <button type="submit" class="new-comment-send index-contact-button">Envoyer</button></form></div> </div> </aside><aside class="modal-video"> <div class="modal-video-content"> <div class="format-video"></div> </div> </aside><aside class="modal-subscribe"> <div class="modal-subscribe-content no_img popup-item"> <svg class="close-news-icon" id="close-subscribe-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <div class="flex"> <div class="index-popup width-popup flex text-image-text text-dk-left text-mb-left"> <div class="text-image-content index-content page-description"> <p class="index-title">Merci pour votre inscription !</p> <p class="subscribed-content"></p> </div> </div> </div> </div> </aside><div id="shopify-section-popup-gdpr" class="shopify-section index-cookie"><script> function gdpr_accept() { } function gdpr_decline() { }</script></div><div id="shopify-section-popup-promo" class="shopify-section modal-promo"><div class="modal-promo-content top_img popup-item"> <svg class="close-news-icon" id="close-promo-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <div class="flex"><div class="index-popup width-popup flex"><div class="placeholder text-image-picture" style="padding-top: calc(1/1.0 * 100%);"> <img class="placed lazyload full-width" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1x.webp?v=1710109343" data-aspectratio="1.0" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_5000x.webp?v=1710109343 5000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_4500x.webp?v=1710109343 4500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_4000x.webp?v=1710109343 4000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_3500x.webp?v=1710109343 3500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_3000x.webp?v=1710109343 3000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_2500x.webp?v=1710109343 2500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_2000x.webp?v=1710109343 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1800x.webp?v=1710109343 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1600x.webp?v=1710109343 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1400x.webp?v=1710109343 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1200x.webp?v=1710109343 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_1000x.webp?v=1710109343 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_800x.webp?v=1710109343 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_600x.webp?v=1710109343 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_500x.webp?v=1710109343 500w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_400x.webp?v=1710109343 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_300x.webp?v=1710109343 300w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_0a91d84e-5392-48a4-8db4-66c204acff8b_200x.webp?v=1710109343 200w" data-sizes="auto" alt="Bijoux Chrétiens" draggable="false" /> </div></div><div class="index-popup width-popup flex text-image-text padding-30 text-dk-left text-mb-left"> <div class="text-image-content index-content page-description"><p class="index-title">Votre <strong>bon cadeau</strong> de 15% !</p><p>Inscrivez-vous à notre newsletter et recevez votre <strong>code de promotion spécial de 15%</strong> !</p> <div class="popup-newsletter-block center-text"><form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="index-newsletter-width"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="text" class="login-field index-newsletter-field newsletter-firstname" name="contact[first_name]" placeholder="Votre prénom" aria-label="Votre prénom" value="" required="required"><div class="index-newsletter-form"> <input type="hidden" name="contact[tags]" value="newsletter"> <input type="email" name="contact[email]" class="login-field index-newsletter-field" aria-label="Entrez votre e-mail" placeholder="Entrez votre e-mail" required> <button type="submit" class="index-newsletter-button">Je reçois mon cadeau</button> </div></form></div><div class="news-rgpd page-description"><p>En cliquant sur S'inscrire, vous acceptez de recevoir des emails de notre site.</p></div></div> </div> </div> </div> <style> #shopify-section-popup-promo .side_img, #shopify-section-popup-promo .top_img, #shopify-section-popup-promo .bg_img, #shopify-section-popup-promo .no_img {background-color: #ffffff;} #shopify-section-popup-promo .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-popup-promo .index-title {font-size: 28px;}} #shopify-section-popup-promo .index-content p:not(.index-title), #shopify-section-popup-promo .index-content li {color: #515151;} #shopify-section-popup-promo .index-button, #shopify-section-popup-promo .index-newsletter-button {background-color: #303030;border: 1px solid #111111;color: #ffffff;} #shopify-section-popup-promo .index-button:hover, #shopify-section-popup-promo .index-newsletter-button:hover {background-color: #515151;border: 1px solid #515151;color: #ffffff;} #shopify-section-popup-promo .index-button, #shopify-section-popup-promo .popup-newsletter-block {margin-top: 0px;} #shopify-section-popup-promo .news-rgpd {margin-top: 20px;} #shopify-section-popup-promo .close-news-icon {color: #ffffff;} </style> <script> let cookiePromoTimer = 30 * 1000; let cookiePromoDelay = 15; </script></div><div id="shopify-section-popup-exit" class="shopify-section modal-exit"></div><div id="shopify-section-popup-newsletter" class="shopify-section modal-news"><div class="modal-news-content side_img popup-item"> <svg class="close-news-icon" id="close-news-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <div class="flex"><div class="index-popup width-popup flex"><div class="placeholder text-image-picture" style="padding-top: calc(1/0.6622516556291391 * 100%);"> <img class="placed lazyload full-width" src="//bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1x.png?v=1681294387" data-aspectratio="0.6622516556291391" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_5000x.png?v=1681294387 5000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_4500x.png?v=1681294387 4500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_4000x.png?v=1681294387 4000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_3500x.png?v=1681294387 3500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_3000x.png?v=1681294387 3000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_2500x.png?v=1681294387 2500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_2000x.png?v=1681294387 2000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1800x.png?v=1681294387 1800w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1600x.png?v=1681294387 1600w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1400x.png?v=1681294387 1400w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1200x.png?v=1681294387 1200w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_1000x.png?v=1681294387 1000w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_800x.png?v=1681294387 800w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_600x.png?v=1681294387 600w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_500x.png?v=1681294387 500w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_400x.png?v=1681294387 400w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_300x.png?v=1681294387 300w, //bijoux-chretiens.fr/cdn/shop/files/Bijoux-Chretiens-Pop-Up_2_200x.png?v=1681294387 200w" data-sizes="auto" alt="Bijou Croix" draggable="false" /> </div></div><div class="index-popup width-popup flex text-image-text padding-30 text-dk-left text-mb-left"> <div class="text-image-content index-content page-description"><p class="index-title">Rejoignez nous et recevez <strong>10% de bon d'achat !</strong></p><p>Devenez membre Bijoux Chrétiens™ et profiter de nos offres limitées et des actus, avant tout le monde !</p> <div class="popup-newsletter-block center-text"><form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="index-newsletter-width"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="text" class="login-field index-newsletter-field newsletter-firstname" name="contact[first_name]" placeholder="Votre prénom" aria-label="Votre prénom" value="" required="required"><div class="index-newsletter-form"> <input type="hidden" name="contact[tags]" value="newsletter"> <input type="email" name="contact[email]" class="login-field index-newsletter-field" aria-label="Entrez votre e-mail" placeholder="Entrez votre e-mail" required> <button type="submit" class="index-newsletter-button">S'inscrire</button> </div></form></div><div class="news-rgpd page-description"><p>En cliquant sur S'inscrire, vous acceptez de recevoir des emails de notre site.</p></div></div> </div> </div> </div> <style> #shopify-section-popup-newsletter .side_img, #shopify-section-popup-newsletter .top_img, #shopify-section-popup-newsletter .bg_img, #shopify-section-popup-newsletter .no_img {background-color: #ffffff;} #shopify-section-popup-newsletter .index-title {color: #111111;font-size: 28px;margin-bottom: 20px;} @media all and (max-width: 539px) {#shopify-section-popup-newsletter .index-title {font-size: 28px;}} #shopify-section-popup-newsletter .index-content p:not(.index-title), #shopify-section-popup-newsletter .index-content li {color: #515151;} #shopify-section-popup-newsletter .index-button, #shopify-section-popup-newsletter .index-newsletter-button {background-color: #303030;border: 1px solid #303030;color: #ffffff;} #shopify-section-popup-newsletter .index-button:hover, #shopify-section-popup-newsletter .index-newsletter-button:hover {background-color: #404040;border: 1px solid #404040;color: #ffffff;} #shopify-section-popup-newsletter .index-button, #shopify-section-popup-newsletter .popup-newsletter-block {margin-top: 0px;} #shopify-section-popup-newsletter .news-rgpd {margin-top: 20px;} #shopify-section-popup-newsletter .close-news-icon {color: #111111;} </style></div><div class="modal-search" id="modal-search"> <div class="modal-search-content popup-item"> <div class="container"> <div class="full-width flex search-align"> <form class="search-form" action="/search" name="GET" role="search"> <input type="hidden" name="type" value="product"> <input type="text" name="q" placeholder="Recherche..." class="search-field"> <input class="index-newsletter-button" type="submit" hidden> </form> <svg class="close-search-icon" id="close-search-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> </div> <div class="full-width search-ajax" data-center="center-text" data-view-all="Voir tout"></div> </div> </div> </div><div id="shopify-section-popup-upsell" class="shopify-section modal-upsell"><div class="modal-upsell-content" data-upsell-once="true"> <svg class="close-upsell-icon" id="close-upsell-bar" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="1" xmlns="http://www.w3.org/2000/svg" stroke-linecap="round" stroke-linejoin="round"> <path d="M 6 6 L 18 18 Z M 6 18 L 18 6 Z" /> </svg> <p class="index-title center-text upsell-top-title"></p> <div class="index-content center-text"><p class="upsell-top-text"></p></div> <div class="flex index-title-margin"> <div class="upsell-image"> <div class="slider__item"> <div class="image-complete" data-media-id=""> <img src="" alt="" class="image-complete-picture" draggable="false"> </div> </div> </div> <div class="upsell-texts flex"> <p class="upsell-title upsell-product-name"></p> <div class="product-pricing"> <p class="product-current-price"></p> <p class="product-old-price"></p> <p class="product-price-reduction"></p> </div> <div class="shopify-product-form"> <div class="product-option"> <select name="id" class="product-option-list"></select> </div> <div class="upsell-custom" data-alert="Veuillez remplir ce champ"></div> </div> <button type="submit" class="product-to-cart" style="margin-top:auto;">J'en profite !</button> </div> </div> </div> <style> #shopify-section-popup-upsell .upsell-top-title {color: #111111;font-size: 24px;} #shopify-section-popup-upsell .upsell-title {font-size: 24px;} @media all and (max-width: 599px) { #shopify-section-popup-upsell .upsell-top-title {font-size: 24px;} #shopify-section-popup-upsell .upsell-title {font-size: 20px;} } </style></div><div id="shopify-section-popup-restricted" class="shopify-section modal-restricted"></div><div id="shopify-section-footer" class="shopify-section shopify-section--footer"><footer id="footer"><div class="footer-content"> <div class="container flex"> <div class="footer-blocks"><div class="footer-block footer-block-3 footer-dk-1 footer-mb-1" ><div class="placeholder footer-image" style="padding-top: calc(300/6.8493150684931505 * 1px);width:300px;max-width:100%;"> <img class="placed lazyload" src="//bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1x.jpg?v=1727344298" width="300" data-aspectratio="6.8493150684931505" data-srcset=" //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_2000x.jpg?v=1727344298 2000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1800x.jpg?v=1727344298 1800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1600x.jpg?v=1727344298 1600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1400x.jpg?v=1727344298 1400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1200x.jpg?v=1727344298 1200w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_1000x.jpg?v=1727344298 1000w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_800x.jpg?v=1727344298 800w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_600x.jpg?v=1727344298 600w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_400x.jpg?v=1727344298 400w, //bijoux-chretiens.fr/cdn/shop/files/bijoux-chretiens_2878a4d6-5e8e-46e2-ba32-92039f154dda_200x.jpg?v=1727344298 200w" data-sizes="auto" alt="Bijoux Chrétiens" draggable="false" /> </div><div class="footer-text"><ul><li>contact@bijoux-chretiens.fr</li><li>102, avenue des Champs-Élysées</li><li>75008 Paris</li></ul></div><ul class="footer-icons"> <li class="footer-social footer-social2"> <a href="https://www.instagram.com/bijoux_chretiens/" target="_blank" rel="noopener" aria-label="Instagram"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 88.49 88.49"><path d="M56.67 29.15a2.76 2.76 0 102.75 2.75A2.75 2.75 0 0056.67 29.15zM44.44 32.68A11.57 11.57 0 1056 44.24 11.58 11.58 0 0044.44 32.68zm0 19a7.41 7.41 0 117.4-7.41A7.41 7.41 0 0144.44 51.65z"/><path d="M53.61,67.72H34.87a14.12,14.12,0,0,1-14.1-14.1V34.87a14.12,14.12,0,0,1,14.1-14.1H53.61a14.12,14.12,0,0,1,14.11,14.1V53.62A14.12,14.12,0,0,1,53.61,67.72ZM34.87,25.19a9.69,9.69,0,0,0-9.68,9.68V53.62a9.69,9.69,0,0,0,9.68,9.68H53.61a9.69,9.69,0,0,0,9.69-9.68V34.87a9.69,9.69,0,0,0-9.69-9.68Z"/></svg> </a> </li><li class="footer-social footer-social2"> <a href="https://www.pinterest.fr/bijouxchretiensfr/" target="_blank" rel="noopener" aria-label="Pinterest"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 88.49 88.49"><path fill-rule="evenodd" d="M42.65,53.88c0,.14-.08.26-.12.37-1.78,7-2,8.57-3.82,11.83a37.3,37.3,0,0,1-3,4.41c-.12.16-.24.37-.48.32s-.29-.3-.32-.52a37.28,37.28,0,0,1-.39-6.42c.09-2.8.44-3.76,4-18.94a1.07,1.07,0,0,0-.08-.64,10.59,10.59,0,0,1-.28-7.09c1.63-5.18,7.5-5.58,8.53-1.31.63,2.65-1,6.11-2.32,11.22-1.07,4.22,3.9,7.22,8.14,4.14,3.92-2.84,5.43-9.65,5.15-14.47-.57-9.62-11.12-11.7-17.81-8.6-7.67,3.55-9.41,13-5.95,17.4.44.55.78.89.63,1.45-.22.87-.42,1.75-.66,2.61a.93.93,0,0,1-1.37.62,7.9,7.9,0,0,1-3.2-2.4c-2.94-3.65-3.78-10.85.11-16.95,4.3-6.76,12.32-9.49,19.63-8.66,8.74,1,14.27,7,15.3,13.74.47,3.08.13,10.69-4.2,16.07-5,6.18-13.06,6.59-16.79,2.8C43.16,54.57,42.93,54.23,42.65,53.88Z"/></svg> </a> </li> </ul> </div><div class="footer-block footer-block-3 footer-dk-1 footer-mb-1" ><p class="footer-title">Liens utiles</p><ul class="footer-block-links"><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2F2aXMtYmlqb3V4LWNocmV0aWVucw==">Avis client</span></li><li><span class="ob-seo" data-ob-direction="L2NvbGxlY3Rpb25zL2lkZWVzLWNhZGVhdXg=">Idées Cadeaux</span></li><li><span class="ob-seo" data-ob-direction="L2FwcHMvc3Vpdmk=">Suivi de Commande</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2ZhcQ==">Foire aux Questions (FAQ)</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2NvbnRhY3Q=">Nous contacter</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL25vdHJlLWhpc3RvaXJl">À propos...</span></li></ul></div><div class="footer-block footer-block-3 footer-dk-1 footer-mb-1" ><p class="footer-title">Recevez 15% de réduction !</p><div class="footer-text"><p>Inscrivez-vous à notre newsletter et profitez de <strong>15 % de réduction</strong> pour votre première commande.</p></div><button id="footer-button" class="news-button">Je m'abonne</button> </div></div> </div> </div><div class="footer-credits footer-dk-1 footer-mb-1"> <div class="container"> <div class="flex"> <div class="footer-credits-shop">© 2025 Bijoux Chrétiens™ - Tous droits réservés</div><ul class="footer-credits-payments"> <li><svg xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewbox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><li><svg version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewbox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </li><li><svg width="38" height="24" role="img" viewbox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pi-cartes_bancaires"><title id="pi-cartes_bancaires">Cartes Bancaires</title><rect x="1" y="1" width="36" height="22" rx="2" fill="url(#pi-cartes_bancaires-paint0_linear)"/><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28 9.934c0 1.067-.8 1.932-1.79 1.934v.002h-6.52V8h6.52c.99.002 1.79.867 1.79 1.934zm0 4.104c0 1.067-.8 1.932-1.79 1.934v.003h-6.52v-3.87h6.52c.99.002 1.79.867 1.79 1.933zm-13.224-1.934h4.788v.378c0 1.943-1.46 3.518-3.26 3.518H13.26C11.46 16 10 14.425 10 12.482v-.938c0-1.943 1.46-3.518 3.26-3.518h3.044c1.8 0 3.26 1.575 3.26 3.518v.326h-4.788v.234z" fill="#fff"/><defs><lineargradient id="pi-cartes_bancaires-paint0_linear" x1="37" y1="1" x2="17.422" y2="33.036" gradientunits="userSpaceOnUse"><stop stop-color="#083969"/><stop offset=".492" stop-color="#007B9D"/><stop offset="1" stop-color="#00A84A"/></lineargradient></defs></svg></li><li><svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg></li><li><svg xmlns="http://www.w3.org/2000/svg" role="img" viewbox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </li><li><svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></li> </ul></div><ul class="footer-credits-links"><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3Rlcm1zLW9mLXNhbGU=">Conditions Générales de Ventes</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL2xlZ2FsLW5vdGljZQ==">Mentions Légales</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3Rlcm1zLW9mLXNlcnZpY2U=">Conditions d'Utilisation</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3ByaXZhY3ktcG9saWN5">Confidentialité</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2xpdnJhaXNvbi1ldC1wb2xpdGlxdWUtZGUtcmV0b3Vy">Livraison et Retour</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL3JlZnVuZC1wb2xpY3k=">Remboursement</span></li><li><span class="ob-seo" data-ob-direction="L3BvbGljaWVzL2NvbnRhY3QtaW5mb3JtYXRpb24=">Coordonnées</span></li></ul></div> </div> </footer> <style> #shopify-section-footer #footer {border-top: 0px solid #111111;}#shopify-section-footer .footer-title {font-size: 16px;} #shopify-section-footer .footer-block-links li, .footer-text p, .footer-text li {font-size: 14px;} </style></div><script src="//bijoux-chretiens.fr/cdn/shop/t/34/assets/lazysizes.min.js?v=122719776364282065531733131227" async=""></script> <script src="//bijoux-chretiens.fr/cdn/shop/t/34/assets/theme.js?v=175050058606690879281733131227" defer></script> <div id="shopify-block-AakNoTzR0N0NkN3Z2W__11532412952436166569" class="shopify-block shopify-app-block"> <script>var loox_global_hash = '1746766238427';</script><script>var loox_pop_active = true;var loox_pop_display = {"home_page":false,"product_page":true,"cart_page":true,"other_pages":false};</script><style>.loox-reviews-default { max-width: 1200px; margin: 0 auto; }.loox-rating .loox-icon { color:#E7BF68; } :root { --lxs-rating-icon-color: #E7BF68; }</style> <script> const productLdJsonSchema = { "@context": "http://schema.org", "@type": "Product", "name": "Collier Croix S Steel - Sanctus", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "3.7", "reviewCount": 9 } } const looxAddProductLdJsonSchema = () => { const scriptEl = document.createElement('script'); scriptEl.type = 'application/ld+json'; const stringifyProductLdJsonSchema = JSON.stringify(productLdJsonSchema); try { scriptEl.appendChild(document.createTextNode(stringifyProductLdJsonSchema)); document.body.appendChild(scriptEl); } catch (e) { scriptEl.textContent = stringifyProductLdJsonSchema; document.body.appendChild(scriptEl); } }; let productSchemaHandled = false; window.addEventListener('DOMContentLoaded', () => { try { const ldJsonScripts = document.querySelectorAll("[type='application/ld+json']"); const microdataElements = document.querySelectorAll("[itemtype='https://schema.org/Product'], [itemprop='aggregateRating']"); if (microdataElements.length) return; if ([...ldJsonScripts].some(({ textContent }) => JSON.parse(textContent).hasOwnProperty('aggregateRating'))) return; ldJsonScripts.forEach(script => { const json = JSON.parse(script.textContent); if (productSchemaHandled) return; if (json['@type'] !== 'Product' && json['@type'] !== 'ProductGroup') return; json.aggregateRating = productLdJsonSchema.aggregateRating; script.textContent = JSON.stringify(json); productSchemaHandled = true; }); if (!productSchemaHandled) looxAddProductLdJsonSchema(); } catch (error) { // swallow error } }); </script> </div><div id="shopify-block-AWHE2T09FSUhEck9pT__1744161739547163668" class="shopify-block shopify-app-block"><script type="application/javascript"> window.hextom_ctb_meta = { p1: [ "emmeF" , "emmoH" ], p2: { }, p3:6949265244298, p4:[626078843213,626078646605,266042179722,628537491789,632372592973], p5:null, }; window.hextom_epb_config = {"shop_active":"yes","record":true,"bars":[{"bar_id":251972,"name":"Carême 2025","position":"below_atc","background_color":"#F2F2F2","text_color":"#303030","clock_color":"#303030","clock_background_color":"#E7BF68","button_background_color":"#F23E43","button_text_color":"#FFFFFF","button_disable":true,"new_tab":false,"font":"Montserrat","font_size":14.0,"bar_padding":20.0,"message_one":"<strong>Carême 2025 :</strong>","message_two":"Vivez votre Carême avec Bijoux Chrétiens™<br>-20% avec le code <strong>CAREME20</strong></br> dès 99€ d'achats !","button_text":"See deals","button_link":"","start_on":"2025-03-03T20:45:58.620000+00:00","end_on":"2025-04-20T21:59:00+00:00","time_zone_type":"customer","time_zone_offset":-60,"campaign_start_type":"now","campaign_end_type":"infinity","show_time":0.0,"interval_time":0.0,"animation_time":0.0,"countries":"","exclude_countries":"","display_page":"{\"products\":{\"isTargeting\":false,\"all\":true,\"tags\":\"\",\"productIds\":\"\",\"collectionIds\":\"\"},\"collections\":{\"isTargeting\":false,\"all\":true,\"collectionIds\":\"\"},\"all\":true,\"home\":false,\"urls\":\"\",\"keywords\":\"\"}","exclude_page":"{\"products\":{\"isTargeting\":false,\"all\":true,\"tags\":\"\",\"productIds\":\"\",\"collectionIds\":\"\"},\"collections\":{\"isTargeting\":false,\"all\":true,\"collectionIds\":\"\"},\"noPages\":true,\"home\":false,\"urls\":\"\",\"keywords\":\"\"}","source_page":"any","clock_type":"event","daily_start_on":"1999-12-31T23:00:00+00:00","daily_end_on":"2000-01-01T22:59:00+00:00","daily_start_time_hours":"0","daily_start_time_minutes":"0","daily_end_time_hours":"23","daily_end_time_minutes":"59","recur_active_hour":48.0,"recur_inactive_hour":24.0,"is_recur_cookied":false,"fixed_minutes":90.0,"clock_lang":"fr","show_timer_labels":true,"background_pic":"img/bar_background/fit_new_year.jpg","target_device":"all","opacity":1.0,"entire_bar_clickable":false,"selected_weekdays":"1,2,3,4,5,6,0","close_option":false,"button_animation":"","custom_code":"","selected_products_type":"all","selected_products":"","selected_products_tag":"","selected_customers_type":"all","selected_customers_tag":"","selected_customers_spent":0.0,"excluded_customers_type":"no_customers","excluded_customers_tag":"","excluded_customers_spent":0.0,"background_type":"color","gradient_color_1":"#FF6162","gradient_color_2":"#FF9766","gradient_color_3":"","gradient_degree":90,"background_moving_speed":0,"button_link_insert_language_code":false,"targeted_markets_region_codes":"","timer_style":"square_tiles","js_timer_font_family":"Montserrat","js_timer_separator_color":"#303030","js_timer_clock_background_color_2":"#E7BF68","js_timer_label_day":"Jours","js_timer_label_hrs":"Heures","js_timer_label_min":"Minutes","js_timer_label_sec":"Secondes","translation":"","locales":[]}]}; </script> </div></body> </html>