<!doctype html> <html lang=" fr "> <head> <!-- Meta Tag --> <meta name="facebook-domain-verification" content="o0sim8557afojrkm9y671mz58l5rfb" /> <!-- End Meta Tag --> <meta name="google-site-verification" content="gpnKqhwh2wTn4mcN4BFLu_wdAEEbQwU6whpxgOOjIaw" /> <!-- 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-WWPGZPV4');</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://laudaris.fr/collections/collier-croix"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><link rel="icon" href="//laudaris.fr/cdn/shop/files/Favicon_Laudaris_32x32.jpg?v=1751024630" type="image/png"><meta name="description" content="Montrer fièrement votre foi pour Notre Sauveur Jésus-Christ en portant le collier croix, symbole de la dévotion et de l'amour chrétien par excellence."><title>Collier Croix | Argent S925 et Acier Inoxydable</title><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": "1", "url": "https://laudaris.fr/products/collier-croix-chretienne", "name": "Collier croix chrétienne - Fidelis" }, { "@type": "ListItem", "position": "2", "url": "https://laudaris.fr/products/collier-croix-catholique", "name": "Collier croix catholique - Veritas" }, { "@type": "ListItem", "position": "3", "url": "https://laudaris.fr/products/collier-croix-colore", "name": "Collier croix coloré - Aurora" }, { "@type": "ListItem", "position": "4", "url": "https://laudaris.fr/products/collier-croix-de-jesus", "name": "Collier croix de Jésus - Via" }, { "@type": "ListItem", "position": "5", "url": "https://laudaris.fr/products/collier-crucifix", "name": "Collier crucifix - Altare" }, { "@type": "ListItem", "position": "6", "url": "https://laudaris.fr/products/collier-croix-horizontale", "name": "Collier croix horizontale - Linea" }, { "@type": "ListItem", "position": "7", "url": "https://laudaris.fr/products/collier-chapelet", "name": "Collier chapelet - Gratia" }, { "@type": "ListItem", "position": "8", "url": "https://laudaris.fr/products/collier-croix-acier-inoxydable-homme", "name": "Collier croix acier inoxydable homme - Fortis" }, { "@type": "ListItem", "position": "9", "url": "https://laudaris.fr/products/collier-saint-esprit", "name": "Collier Saint Esprit - Spiritus" }, { "@type": "ListItem", "position": "10", "url": "https://laudaris.fr/products/medaillon-croix-homme", "name": "Médaillon croix homme - Lucta" }, { "@type": "ListItem", "position": "11", "url": "https://laudaris.fr/products/collier-croix-de-jerusalem", "name": "Collier croix de Jérusalem - Terrae" }, { "@type": "ListItem", "position": "12", "url": "https://laudaris.fr/products/collier-vierge-marie", "name": "Collier Vierge Marie - Stella" }, { "@type": "ListItem", "position": "13", "url": "https://laudaris.fr/products/medaille-ange", "name": "Médaille ange - Angelus" }, { "@type": "ListItem", "position": "14", "url": "https://laudaris.fr/products/collier-croix-strass", "name": "Collier croix strass - Lumen" } ] } </script><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://laudaris.fr", "name": "Accueil" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://laudaris.fr/collections/collier-croix", "name": "Collier Croix" } }] } </script><meta property="og:site_name" content="Laudaris™"> <meta property="og:url" content="https://laudaris.fr/collections/collier-croix"> <meta property="og:title" content="Collier Croix | Argent S925 et Acier Inoxydable"> <meta property="og:type" content="website"> <meta property="og:description" content="Montrer fièrement votre foi pour Notre Sauveur Jésus-Christ en portant le collier croix, symbole de la dévotion et de l'amour chrétien par excellence."><meta property="og:image" content="http://laudaris.fr/cdn/shop/files/Laudaris_preference.jpg?v=1749829240"> <meta property="og:image:secure_url" content="https://laudaris.fr/cdn/shop/files/Laudaris_preference.jpg?v=1749829240"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Collier Croix | Argent S925 et Acier Inoxydable"> <meta name="twitter:description" content="Montrer fièrement votre foi pour Notre Sauveur Jésus-Christ en portant le collier croix, symbole de la dévotion et de l'amour chrétien par excellence."><style data-shopify>@font-face { font-family: "Nunito Sans"; font-weight: 400; font-style: normal; font-display: swap; src: url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_n4.2b61d9dcf54d8ac8282cfd1ebb6964c79a7efcd1.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=8351e9f01021610e205af8cb4bd6798dc0b32f47f1807338c22f3be522165ab3") format("woff2"), url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_n4.420cbf408f643f8ff8fd948b99c10dade8b6af79.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=c784d0543ae590ac495838dcacc12c1483a370a97f3c4c81b4b759bae924f093") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 700; font-style: normal; font-display: swap; src: url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_n7.5bd4fb9346d13afb61b3d78f8a1e9f31b128b3d9.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=8ea72da4f5ffe35a93a40856f3fb8ef6eb1e86d3804b6fe82bc11d638c53d189") format("woff2"), url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_n7.2bcf0f11aa6af91c784a857ef004bcca8c2d324d.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=ecccf06c9f17f5300eb29ca2a52fec6beed818aa4a6622470cdf5234088acff4") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 400; font-style: italic; font-display: swap; src: url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_i4.e88a2041a6cfbeacffb96db0e8efdfaaa38ddc5c.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=3d0cbb601e8ea582a623432ca2859627a25317b5bc10caeb1458f013cb3527ff") format("woff2"), url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_i4.2c3733ccdf579e6e89e929a950e6a93484fdf6b4.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=2c40970e9ffe27e9e34164e949428df0f61841af46fe491a4fc18ffa1ac4cdbb") format("woff"); } @font-face { font-family: "Nunito Sans"; font-weight: 700; font-style: italic; font-display: swap; src: url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_i7.975ea93f521412ef99ca1e2e434d8ca6a5cf77e7.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=9194406b663390c447fc8f65b7c456aecad1e0aa9f4c9a416aa7d72a04fbffcc") format("woff2"), url("//laudaris.fr/cdn/fonts/nunito_sans/nunitosans_i7.83b70272d04b71e88f25fc6834dc9b88e4ba4e95.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=d27c73c2a0db01c46b36ebe266ee7f829570567d1701519e55b1dcc6bb968bd2") format("woff"); } @font-face { font-family: Cardo; font-weight: 400; font-style: normal; font-display: swap; src: url("//laudaris.fr/cdn/fonts/cardo/cardo_n4.eebb245e383be6550785a657b25f51c2b83d7e78.woff2?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=535558fb5a2e4003fefed5929234eb22bf4e55236c1cb2dd5b410ea09491e977") format("woff2"), url("//laudaris.fr/cdn/fonts/cardo/cardo_n4.5873ec3470fadfb2463a972a55c13c82fcea3051.woff?h1=Ymlqb3V4LWNocmV0aWVucy5mcg&h2=Y3JvaXhldGNyb2lzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=bGVzLWJpam91eC1jaHJldGllbnMubXlzaG9waWZ5LmNvbQ&h4=bGF1ZGFyaXMuZnI&h5=YWNjb3VudC5sYXVkYXJpcy5mcg&hmac=78bba20d7edf78ee9915036021f7fb418fdfb6e40ada6f983cc0c5462d0297bb") 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: #b2905f; --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: #b2905f; --button-bg-color-hover: #f8f6f1; --button-text-color: #ffffff; --button-text-color-hover: #b2905f; --button-border-color: #b2905f; --button-border-color-hover: #b2905f; --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: #b2905f; --body-link-color-hover: #cca56e; --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: #ffffff; --footer-line-color: #e7e7e7; --footer-heading-color: #333333; --footer-text-color: #888a88; --footer-link-color: #111111; --footer-link-color-hover: #daac5f; --footer-button-bg-color: #b2905f; --footer-button-bg-color-hover: #f8f6f1; --footer-button-color: #ffffff; --footer-button-color-hover: #b2905f; --footer-border-color: #b2905f; --footer-border-color-hover: #b2905f; --footer-icons: #333333; --footer-icons-hover: #daac5f; --breadcrumb-bg: #f7f7f7; --breadcrumb-color: #111111; --header-font: "Nunito Sans", 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: "Nunito Sans", sans-serif; --body-font-style: normal; --body-font-weight: 400; --body-font-size: 15; --body-font-bold: 700; --body-font-italic: ; --body-font-bold-italic: ; --body-ls: 0.0em; --title-font: Cardo, serif; --title-font-style: normal; --title-font-weight: 400; --title-ls: 0.0em; --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/atom+xml" title="Feed" href="/collections/collier-croix.atom" /> <link rel="alternate" type="application/json+oembed" href="https://laudaris.fr/collections/collier-croix.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":"Laudaris™","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","maestro"],"total":{"type":"pending","label":"Laudaris™","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"e8b86e391372f2068126b188a96e2e6c","betas":["rich-media-storefront-analytics"],"domain":"laudaris.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":"Laudaris™ 🕊️","id":177432789325,"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 = "laudaris.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":"collection"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/client.shop-toast-manager_Dh8kU79J.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_B4b2fyNF.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-fed-cm":["modules/v2/client.init-fed-cm_D0HE040U.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"pay-button":["modules/v2/client.pay-button_DuOnYR65.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-windoid":["modules/v2/client.init-windoid_0tVgggXv.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_BkgjCa__.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_CY4LSMCP.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.fr.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_DmtNCMch.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"shop-button":["modules/v2/client.shop-button_ZJ4P7cj6.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js"],"lead-capture":["modules/v2/client.lead-capture_BbriwQ9r.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_DHDoQFV-.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_l-Jc3b8Z.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_B1chEjN3.fr.esm.js","modules/v2/client.shop-login-button_D9ZzJNB9.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.esm.js"],"payment-terms":["modules/v2/client.payment-terms_huH5G0b0.fr.esm.js","modules/v2/chunk.common_BsrekD5e.esm.js","modules/v2/chunk.modal_B9mYV0I7.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:\/\/cdn.shopify.com\/s\/files\/1\/0569\/2299\/6874\/t\/34\/assets\/loy_56922996874.js?v=1749204630\u0026shop=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":"9923d63e-859c-4c18-aa0b-86e9fd783065-1751319911","pageurl":"laudaris.fr\/collections\/collier-croix","u":"0d230660f2c2","p":"collection","rtyp":"collection","rid":266042179722};</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-DTN/DDRLW4ijBM7GedgYZhatFOf+PYQ7/WEM4Q6kiFw=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//laudaris.fr/cdn/shopifycloud/shopify/assets/storefront/load_feature-0d337f0c344b5b88a304cec679d8186616ad14e7fe3d843bfd610ce10ea4885c.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//laudaris.fr/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-9846a8162782d0b340b9256e1835a4bf4ccf7ab521e1221004c475e86df911f4.js?v=20220906"></script> <link rel="stylesheet" media="screen" href="https://laudaris.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="//laudaris.fr/cdn/shop/t/35/assets/theme.min.css?v=179896180679893340491750085304"> <script defer> let all_upsells = []; window.theme = { template: "collection", domain: "laudaris.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/simprosys-google-shopping-feed/blocks/core_settings_block/1f0b859e-9fa6-4007-97e8-4513aff5ff3b --><!-- BEGIN: GSF App Core Tags & Scripts by Simprosys Google Shopping Feed --> <!-- END: GSF App Core Tags & Scripts by Simprosys Google Shopping Feed --> <!-- END app block --><!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core --> <link rel="dns-prefetch" href="https://cdnwidget.judge.me"> <link rel="dns-prefetch" href="https://cdn.judge.me"> <link rel="dns-prefetch" href="https://cdn1.judge.me"> <link rel="dns-prefetch" href="https://api.judge.me"> <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"Laissez-nous un témoignage","badge_n_reviews_text":"{{ n }} témoignages","badge_star_color":"#B2905F","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Avis Clients","widget_open_form_text":"Écrire un avis","widget_close_form_text":"Annuler l'avis","widget_refresh_page_text":"Actualiser la page","widget_summary_text":"Basé sur {{ number_of_reviews }} avis","widget_no_review_text":"Soyez le premier à écrire un avis","widget_name_field_text":"Nom d'affichage","widget_verified_name_field_text":"Nom vérifié (public)","widget_name_placeholder_text":"Nom d'affichage","widget_required_field_error_text":"Ce champ est obligatoire.","widget_email_field_text":"Adresse email","widget_verified_email_field_text":"Email vérifié (privé, ne peut pas être modifié)","widget_email_placeholder_text":"Votre adresse email","widget_email_field_error_text":"Veuillez entrer une adresse email valide.","widget_rating_field_text":"Évaluation","widget_review_title_field_text":"Titre de l'avis","widget_review_title_placeholder_text":"Donnez un titre à votre avis","widget_review_body_field_text":"Contenu de l'avis","widget_review_body_placeholder_text":"Commencez à écrire ici...","widget_pictures_field_text":"Photo/Vidéo (facultatif)","widget_submit_review_text":"Soumettre l'avis","widget_submit_verified_review_text":"Soumettre un avis vérifié","widget_submit_success_msg_with_auto_publish":"Merci ! Veuillez actualiser la page dans quelques instants pour voir votre avis. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Merci ! Votre avis sera publié dès qu'il sera approuvé par l'administrateur de la boutique. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Affichage de {{ n_reviews_shown }} sur {{ n_reviews }} avis.","widget_show_all_link_text":"Tout afficher","widget_show_less_link_text":"Afficher moins","widget_author_said_text":"{{ reviewer_name }} a dit :","widget_days_text":"il y a {{ n }} jour/jours","widget_weeks_text":"il y a {{ n }} semaine/semaines","widget_months_text":"il y a {{ n }} mois","widget_years_text":"il y a {{ n }} an/ans","widget_yesterday_text":"Hier","widget_today_text":"Aujourd'hui","widget_replied_text":"{{ shop_name }} a répondu :","widget_read_more_text":"Lire plus","widget_rating_filter_color":"#B2905F","widget_rating_filter_see_all_text":"Voir tous les avis","widget_sorting_most_recent_text":"Plus récents","widget_sorting_highest_rating_text":"Meilleures notes","widget_sorting_lowest_rating_text":"Notes les plus basses","widget_sorting_with_pictures_text":"Uniquement les photos","widget_sorting_most_helpful_text":"Plus utiles","widget_open_question_form_text":"Poser une question","widget_reviews_subtab_text":"Avis","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Réponse","widget_question_placeholder_text":"Écrivez votre question ici","widget_submit_question_text":"Soumettre la question","widget_question_submit_success_text":"Merci pour votre question ! Nous vous notifierons dès qu'elle aura une réponse.","widget_star_color":"#B2905F","verified_badge_text":"Vérifié","verified_badge_placement":"left-of-reviewer-name","widget_review_max_height":3,"widget_hide_border":true,"widget_social_share":false,"widget_review_location_show":true,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(hors boutique)","all_reviews_product_name_prefix_text":"à propos de","enable_review_pictures":true,"review_date_format":"dd/mm/yyyy","default_sort_method":"most-helpful","widget_product_reviews_subtab_text":"Produits","widget_shop_reviews_subtab_text":"Boutique","widget_write_a_store_review_text":"Écrire un avis sur la boutique","widget_other_languages_heading":"Avis dans d'autres langues","widget_translate_review_text":"Traduire l'avis en {{ language }}","widget_translating_review_text":"Traduction en cours...","widget_show_original_translation_text":"Afficher l'original ({{ language }})","widget_translate_review_failed_text":"Impossible de traduire cet avis.","widget_translate_review_retry_text":"Réessayer","widget_translate_review_try_again_later_text":"Réessayez plus tard","show_product_url_for_grouped_product":true,"widget_sorting_pictures_first_text":"Photos en premier","floating_tab_button_name":"★ Avis","floating_tab_title":"Laissons nos clients parler pour nous","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Les clients nous notent {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} sur 5 étoiles basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis","is_all_reviews_text_badge_a_link":true,"all_reviews_text_badge_url":"","all_reviews_text_style":"branded","all_reviews_text_color_style":"custom","all_reviews_text_color":"#B2905F","all_reviews_text_show_jm_brand":false,"featured_carousel_title":"Laissons nos clients parler pour nous","featured_carousel_count_text":"sur {{ n }} avis","featured_carousel_url":"","verified_count_badge_style":"branded","verified_count_badge_url":"","widget_histogram_use_custom_color":true,"widget_pagination_use_custom_color":true,"picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Vidéos en premier","widget_review_pending_text":"En attente","remove_microdata_snippet":false,"preview_badge_no_question_text":"Aucune question","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","remove_judgeme_branding":true,"widget_search_bar_placeholder":"Rechercher des avis","widget_sorting_verified_only_text":"Vérifiés uniquement","featured_carousel_theme":"compact","featured_carousel_verified_badge_enable":true,"featured_carousel_more_reviews_button_text":"Lire plus d'avis","featured_carousel_view_product_button_text":"Voir le produit","all_reviews_page_load_reviews_on":"button_click","all_reviews_page_load_more_text":"Charger plus d'avis","widget_advanced_speed_features":5,"widget_public_name_text":"affiché publiquement comme","default_reviewer_name":"Michel Dupont","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonyme","medals_widget_title":"Médailles d'avis Judge.me","medals_widget_background_color":"#ffffff","show_reviewer_avatar":false,"widget_invalid_yt_video_url_error_text":"Pas une URL de vidéo YouTube","widget_max_length_field_error_text":"Veuillez ne pas dépasser {0} caractères.","widget_show_country_flag":true,"widget_verified_by_shop_text":"Vérifié par la boutique","widget_load_with_code_splitting":true,"widget_ugc_title":"Fait par nous, partagé par vous","widget_ugc_subtitle":"Taguez-nous pour voir votre photo mise en avant sur notre page","widget_ugc_primary_button_text":"Acheter maintenant","widget_ugc_secondary_button_text":"Charger plus","widget_ugc_reviews_button_text":"Voir les avis","widget_primary_color":"#B2905F","widget_summary_average_rating_text":"{{ average_rating }} sur 5","widget_media_grid_title":"Photos \u0026 vidéos clients","widget_media_grid_see_more_text":"Voir plus","widget_show_product_medals":false,"widget_verified_by_judgeme_text":"Vérifié par Judge.me","widget_show_store_medals":false,"widget_verified_by_judgeme_text_in_store_medals":"Vérifié par Judge.me","widget_media_field_exceed_quantity_message":"Désolé, nous ne pouvons accepter que {{ max_media }} pour un avis.","widget_media_field_exceed_limit_message":"{{ file_name }} est trop volumineux, veuillez sélectionner un {{ media_type }} de moins de {{ size_limit }}MB.","widget_review_submitted_text":"Avis soumis !","widget_question_submitted_text":"Question soumise !","widget_close_form_text_question":"Annuler","widget_write_your_answer_here_text":"Écrivez votre réponse ici","widget_enabled_branded_link":true,"widget_show_collected_by_judgeme":false,"widget_collected_by_judgeme_text":"collecté par Judge.me","widget_load_more_text":"Charger plus","widget_load_more_color":"#B2905F","widget_full_review_text":"Avis complet","widget_read_more_reviews_text":"Lire plus d'avis","widget_read_questions_text":"Lire les questions","widget_questions_and_answers_text":"Questions \u0026 Réponses","widget_verified_by_text":"Vérifié par","widget_verified_text":"Vérifié","widget_number_of_reviews_text":"{{ number_of_reviews }} avis","widget_back_button_text":"Retour","widget_next_button_text":"Suivant","widget_custom_forms_filter_button":"Filtres","widget_show_review_information":true,"how_reviews_are_collected":"Comment les avis sont-ils collectés ?","widget_gdpr_statement":"Comment nous utilisons vos données : Nous vous contacterons uniquement à propos de l'avis que vous avez laissé, et seulement si nécessaire. En soumettant votre avis, vous acceptez les \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions\u003c/a\u003e, la \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e et les \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003epolitiques de contenu\u003c/a\u003e de Judge.me.","popup_widget_review_selection":"automatically","popup_widget_show_product":false,"popup_widget_hide_on_mobile":false,"review_snippet_widget_round_border_style":true,"review_snippet_widget_card_color":"#FFFFFF","review_snippet_widget_slider_arrows_background_color":"#FFFFFF","review_snippet_widget_slider_arrows_color":"#000000","review_snippet_widget_star_color":"#108474","show_product_variant":true,"all_reviews_product_variant_label_text":"Variante : ","widget_show_verified_branding":false,"review_content_screen_title_text":"Comment évalueriez-vous ce produit ?","review_content_introduction_text":"Nous serions ravis que vous partagiez un peu votre expérience.","one_star_review_guidance_text":"Mauvais","five_star_review_guidance_text":"Excellent","customer_information_screen_title_text":"À propos de vous","customer_information_introduction_text":"Veuillez nous en dire plus sur vous.","custom_questions_screen_title_text":"Votre expérience en détail","custom_questions_introduction_text":"Voici quelques questions pour nous aider à mieux comprendre votre expérience.","review_submitted_screen_title_text":"Merci pour votre avis !","review_submitted_screen_thank_you_text":"Nous le traitons et il apparaîtra bientôt dans la boutique.","review_submitted_screen_email_verification_text":"Veuillez confirmer votre email en cliquant sur le lien que nous venons de vous envoyer. Cela nous aide à maintenir des avis authentiques.","review_submitted_request_store_review_text":"Aimeriez-vous partager votre expérience d'achat avec nous ?","review_submitted_review_other_products_text":"Aimeriez-vous évaluer ces produits ?","reviewer_media_screen_title_picture_text":"Partager une photo","reviewer_media_introduction_picture_text":"Téléchargez une photo pour étayer votre avis.","reviewer_media_screen_title_video_text":"Partager une vidéo","reviewer_media_introduction_video_text":"Téléchargez une vidéo pour étayer votre avis.","reviewer_media_screen_title_picture_or_video_text":"Partager une photo ou une vidéo","reviewer_media_introduction_picture_or_video_text":"Téléchargez une photo ou une vidéo pour étayer votre avis.","reviewer_media_youtube_url_text":"Collez votre URL Youtube ici","advanced_settings_next_step_button_text":"Suivant","advanced_settings_close_review_button_text":"Fermer","write_review_flow_required_text":"Obligatoire","write_review_flow_privacy_message_text":"Nous respectons votre vie privée.","write_review_flow_anonymous_text":"Avis anonyme","write_review_flow_visibility_text":"Ne sera pas visible pour les autres clients.","write_review_flow_multiple_selection_help_text":"Sélectionnez autant que vous le souhaitez","write_review_flow_single_selection_help_text":"Sélectionnez une option","write_review_flow_required_field_error_text":"Ce champ est obligatoire","write_review_flow_invalid_email_error_text":"Veuillez saisir une adresse email valide","write_review_flow_max_length_error_text":"Max. {{ max_length }} caractères.","write_review_flow_media_upload_text":"\u003cb\u003eCliquez pour télécharger\u003c/b\u003e ou glissez-déposez","write_review_flow_gdpr_statement":"Nous vous contacterons uniquement au sujet de votre avis si nécessaire. En soumettant votre avis, vous acceptez nos \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions d'utilisation\u003c/a\u003e et notre \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e.","transparency_badges_collected_via_store_invite":true,"transparency_badges_from_another_provider":true,"transparency_badges_collected_from_store_visitor":true,"transparency_badges_collected_by_verified_review_provider":true,"transparency_badges_earned_reward":true,"transparency_badges_collected_via_store_invite_text":"Avis collecté via l'invitation du magasin","transparency_badges_from_another_provider_text":"Avis collecté d'un autre fournisseur","transparency_badges_collected_from_store_visitor_text":"Avis collecté d'un visiteur du magasin","transparency_badges_written_in_google_text":"Avis écrit sur Google","transparency_badges_written_in_etsy_text":"Avis écrit sur Etsy","transparency_badges_written_in_shop_app_text":"Avis écrit sur Shop App","transparency_badges_earned_reward_text":"Avis a gagné une récompense pour une commande future","platform":"shopify","branding_url":"https://app.judge.me/reviews","branding_text":"Propulsé par Judge.me","locale":"en","reply_name":"Laudaris™","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":false,"enable_custom_form":false,"shop_locale":"fr","enable_multi_locales_translations":false,"show_review_title_input":true,"review_verification_email_status":"always","can_be_branded":true,"reply_name_text":"Laudaris™"};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color: #B2905F;--jdgm-secondary-color: rgba(178,144,95,0.1);--jdgm-star-color: #B2905F;--jdgm-write-review-text-color: white;--jdgm-write-review-bg-color: #B2905F;--jdgm-paginate-color: #B2905F;--jdgm-border-radius: 0;--jdgm-reviewer-name-color: #B2905F}.jdgm-histogram__bar-content{background-color:#B2905F}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#B2905F}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#B2905F}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-rev .jdgm-rev__timestamp,.jdgm-quest .jdgm-rev__timestamp,.jdgm-carousel-item__timestamp{display:none !important}.jdgm-rev .jdgm-rev__icon{display:none !important}.jdgm-widget.jdgm-all-reviews-widget,.jdgm-widget .jdgm-rev-widg{border:none;padding:0}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__prod-link-prefix:before{content:'à propos de'}.jdgm-rev__variant-label:before{content:'Variante : '}.jdgm-rev__out-of-store-text:before{content:'(hors boutique)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card{border-radius:8px;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star{color:#108474}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn{border-radius:50%;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg{fill:#000}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before{content:'Laudaris™'}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )} </style> <style class='jdgm-settings-style'></style> <style class='jdgm-miracle-styles'> @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-spinner:empty{display:block}.jdgm-prev-badge{display:block !important} </style> <style class='jdgm-miracle-styles'> @font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA14AA8AAAAAGBQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAARAAAAGA2I0JVY21hcAAAAdgAAABVAAABjOEvI+NjdnQgAAACMAAAAAsAAAAOAAAAAGZwZ20AAAI8AAAG7QAADgxiLvl6Z2FzcAAACSwAAAAIAAAACAAAABBnbHlmAAAJNAAAAWQAAAHQQ2rNrGhlYWQAAAqYAAAAMAAAADYpQ9FlaGhlYQAACsgAAAAbAAAAJAc8A1dobXR4AAAK5AAAAA4AAAAQD6AAAGxvY2EAAAr0AAAACgAAAAoBHACubWF4cAAACwAAAAAgAAAAIADcDkZuYW1lAAALIAAAAZkAAANFKDbO4XBvc3QAAAy8AAAAPQAAAGV3qg0ycHJlcAAADPwAAAB6AAAAnH62O7Z4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgYX7BOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGA48YHjAxBz0P4shinkNwzSgMCOKIiYAmooM5nic7ZCxDYBADAMvn0CBmIOKkkmoGJ9NHif/Y2DpLNmKUhhYABenCLAHI3WrteqdrfrgqJvI/m29y0lXjvKWn2zl115+zeS51KC2m2gv7TjAP2ybDQ0AAAB4nGNgQAYAAA4AAQB4nK1Xa1sbxxWe1Q2MAQNC2M267ihjUZcdySRxHGIrDtllURwlqcC43XVuu0i4TZNekt7oNb1flD9zVrRPnW/5aXnPzEoBB9ynz1M+6Lwz886c65xZSGhJ4n4UxlJ2H4n5nS5V7j2I6IZL1+LkoRzej6jQSD+bFtOi31f7br1OIiYRqK2RcESQ+E1yNMnkYZMKWtVVvUlFLQdHxeWa8AOqBjJJ/KywHPhZoxhQIdg7lDSrAIJ0QKXe4ahQKOAYqh9crvPsaL7m+JcloPJHVaeKNUWiFx3EoxWnYBSWNBU9qgUR66OVIMgJrhxI+rxHpdUHo2vOXBD2Q6qEUZ2KjXj3rQhkdxhJ6vUwtQk2bTDaiGOZWTYsuoapfCRpndfXmfl5L5KIxjCVNNOLEsxIXpthdJPRzcRN4jh2ES2aDfokdiMSXSbXMXa7dIXRlW76aEH0mfGoLPbjeJDG5HhxnHsQywH8UX7cpLKWsKDUSOHTVNCLaEr5NK18ZABbkiZVTLgRCTnIpvZ9yYvsrmvN518SSdin8lodi4EcyiF0ZevlBiK0EyU9N92NIxXXY0mb9yKsuRyX3JQmTWk6F3gjUbBpnsZQ+QrlovyUCvsPyenDEJpaa9I5LdnaebhVEvuST6DNJGZKsmWsndGjc/MiCP21+qRwzuuThTRrT3E8mBDA9USGQ5VyUk2whcsJIenCyLGVSK1Kt6yKuTO201XsEu6Xrh3fNK+NQ0dzs6IYQour6vEaiviCzgqFkAbpVpMWNKhS0oXgNT4AABmiBR7tYrRg8rWIgxZMUCRi0IdmWgwSOUwkLSJsTVrS3b0oKw224qs0d6AOm1TV3Z2oe89OunXMV838ss7EUnA/ypaWAnJSnxY9vnIoLT+7wD8L+CFnBbkoNnpRxuGDv/4QGYbahbW6wrYxdu06b8FN5pkYnnRgfwezJ5N1RgozIaoK8UJB3Rk5jmOyVdMiE4VwL6Il5cuQ5lF+c4hw4svkP5cuOWJRVIXv+xyBZaw5abY87dGnnvs0wrUCH2teky7qzGF5CfFm+TWdFVk+pbMSS1dnZZaXdVZh+XWdTbG8orNplt/Q2TmWnlbj+FMlQaSVbJHzDt+WJuljiyuTxY/sYvPY4upk8WO7KLWgC96ZfsKpf1tX2c/j/tXhn4RdT8M/lgr+sbwK/1g24B/LVfjH8pvwj+U1+MfyW/CP5Rr8Y9nSsm0K9rqG2kuJRNNzksCkFJewxTW7rum6R9dxH5/BVejIM7Kp0g3Fjf2JDJe9f3ac4my+EnLF0TNrWdmphRGaInv53LHwnMW5oeXzxvLncZrlhF/ViWt7qi08L1b+Jfhv647ayG44Nfb1JuIBB063H5cl3WjSC7p1sd2kjf9GRWH3QX8RKRIrDdmSHW4JCO3d4bCjOughER4+dF28SBuOU1tGhG+hd63QRdBKaKcNQ8tmhU/nA+9g2FJStoc48/ZJmmzZ86ii/DFbUsI9ZXMnOirJsnSPSqvlp2KfO+0MmrYyO9R2QpXg8euacLezr1IpSAaKynhUsVwKUhc44U73+J4UpqH/q23kWEHDNr9YM4HRgvNOUaJsT62giSAZZRRc+Sun4kQ2osFGFPGbd9IvdaEQ2uNYSMyWV/NYqDbC9NJkiWbM+rbqsFLO4p1JCNkZG2kSe1FLtvGgs/X5pGS78lRQpYHR3ePfLjaJp1V7ni3FJf/yMUuCcboS/sB53OVxijfRP1ocxW26GEQ9F2+qbMetbN1Zxr195cTqrts7seqfuvdJOwJNt7wnKdzSdNsbwjauMTh1JhUJbdE6doTGZa7PVRv5FB9ovnWdC1Th+rRw8+z52zqbwVsz3vI/lnTn/1XF7BP3sbZCqzpWL/U4t7ODBnzLG0flVYxue3WVxyX3ZhKCuwhBzV57fI3ghldbdBO3/LUz5rs4zlmu0gvAr2t6EeINjmKIcMttPLzjaL2puaDpDcBv65EQ2wA9AIfBjh45ZmYXwMzcY04HYI85DO4zh8F3mMPgu/oIvTAAioAcg2J95Ni5B0B27i3mOYzeZp5B7zDPoHeZZ9B7rDMESFgng5R1MthnnQz6zHkVYMAcBgfMYfCQOQy+Z+zaAvq+sYvR+8YuRj8wdjH6wNjF6ENjF6MfGrsY/cjYxejHiHF7ksCfmBFtAn5k4SuAH3PQzcjH6Kd4a3POzyxkzs8Nx8k5v8Dmlyan/tKMzI5DC3nHryxk+q9xTk74jYVM+K2FTPgduHcm5/3ejAz9EwuZ/gcLmf5H7MwJf7KQCX+2kAl/AfflyXl/NSND/5uFTP+7hUz/B3bmhH9ayIShhUz4VI/Omy9bqrijUqEY4p8mtMHY92j6gIpXe4fjx7r5BSXaAUEAAAAAAQAB//8AD3icbY8/SEJRFMbPucf3nv/SpxbPdHqUvECiVMRGaYj8Q4ZLOTkGQRAV/sFWURta3AuCdodoDZwiaGuqNdF8o5TbrfesocLl3MP97v2+3wcI8HlAPdoCL/iTcwJCWnY5HRZIoSGVFlUm+sPLqKkaLZCkSgIpoZiQIHaDEeRnWKaKeWDkmOEqwxU66Y0I8YifI414C/t9xDIAMCNnnwaUBxv44CLTsW3vJj0yY5D2zTgdNqskCjaWCmY69ikCpYJTHhcK3zY+A9XQdkxiViRkwHI/RrOTOwK2Zy5UBALKBaf+KBRuvQGvbBEDYVQdqAoUMspqUkJTEkpMogFvntZ4A9dKGMXoodjtbjyOs/nxPT5jhTfHvKHrWH1qt/VrUdcv/3V2Qzi55DAbuF32SQErS/2hABPC75VJnP8FIHmMbMUIr1ervI7xEsaNcZd9f9jEFyzz1gevD4dYW8fX4dUbfAFjQ2LfeJxjYGRgYABiBwu5rHh+m68M/MwvgCIMj2XcHiHo/1nML5iDgFwOBiaQKAAfTAqdeJxjYGRgYA76nwUkXzAwgElGBlTAAgBc+AObAHicY37BwMCMhAEhKAOtAAAAAAAAADQArgDoAAAAAQAAAAQAFAACAAAAAAACAAgAJACNAAAAQA4MAAAAAHicjZHBSsNAEIb/1KpowYOC5z2IWIS0BkXwpBTamwcPvXgxbbdJSpoNm43Qg48gPotXX8CTr+AL+BL+SUcQi9CEnXz7z8zuzATAPj7hYflccC3Zo34h3MA2BsIb1G+Fm+QH4U20YIW3qD8J7+IUL8ItHOCNJ3jNHe5m+BD2cORdCjew590Lb1BPhJvkZ+FNHHqvwlvU34V3MfS+hFs4btz0TL6wSRQ7ddJrq6AbnKvRQhlKSRamKixdbGyhrtXUZE6nqfHHZj4rJ5Ge68KFNjcJ9cmdjso0tKuOVWWobZGYTJ353VXnQGfahoSqiuIxCpybqqk1c9WX+1VuzUyPnR87l191Or/rQg8GORYcc4IIMRwUTqi2+Q3Q5TonjRihGLmMSpAhREolRMmMuPYU3F9zTbnLqGpGpGQfY9o5f02JCbM1WTPaMdvyblOfV8VPcEcbMS6tfetkrBMzpK3qS+rKFM5YU3etzAFtVmeHovzMosAjcwOqjh1XXdu6S4X+n/4Vz6x8Mypj6n49ZUf1Ch2+/8zrG7KBqKIAAAB4nGNgYoAALgbsgIWRiZGZkYWRlUGouCSxSLcgPzOvJDVFtzg/JzMFVSg1t6CkUhBFKCMxJ42BAQCLHRVSAAAAeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxnYnTYyMGhBaC4UeicDAwM3EmsnAzMDg8tGFcaOwIgNDh0RIH6Ky0YNEH8HBwNEgMElUnqjOkhoF0cDAyOLQ0dyCEwCBDYy8GntYPzfuoGldyMTg8tm1hQ2BhcXAJQcKgcAAA==") format("woff");font-weight:normal;font-style:normal} </style> <script data-cfasync='false' class='jdgm-script'> !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdnwidget.judge.me/",jdgm.API_HOST="https://api.judge.me/", jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)? setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){ !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d), (a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!", a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))}, jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest; t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))}, t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll( ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting? parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"): jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"), jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document); </script> <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdnwidget.judge.me/shopify_v2.css"></noscript> <!-- BEGIN app snippet: theme_fix_tags --><script> (function() { var jdgmThemeFixes = {"177432789325":{"html":"","css":".jdgm-rev__transparency-badge, .jdgm-rev-widg__title, .jdgm-collected-link, .jdgm-rev__out-of-store-text {\n display: none !important;\n}\na.jdgm-rev__prod-link {\n pointer-events: none !important;\n cursor: default !important;\n text-decoration: none !important;\n}\n","js":""}}; if (!jdgmThemeFixes) return; var thisThemeFix = jdgmThemeFixes[Shopify.theme.id]; if (!thisThemeFix) return; if (thisThemeFix.html) { document.addEventListener("DOMContentLoaded", function() { var htmlDiv = document.createElement('div'); htmlDiv.classList.add('jdgm-theme-fix-html'); htmlDiv.innerHTML = thisThemeFix.html; document.body.append(htmlDiv); }); }; if (thisThemeFix.css) { var styleTag = document.createElement('style'); styleTag.classList.add('jdgm-theme-fix-style'); styleTag.innerHTML = thisThemeFix.css; document.head.append(styleTag); }; if (thisThemeFix.js) { var scriptTag = document.createElement('script'); scriptTag.classList.add('jdgm-theme-fix-script'); scriptTag.innerHTML = thisThemeFix.js; document.head.append(scriptTag); }; })(); </script> <!-- END app snippet --> <!-- End of Judge.me Core --> <!-- 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> window.klaviyoReviewsProductDesignMode = false </script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/rivo-app-embed.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/0c443f51-d005-4b15-aa71-4e2c118d54cf/consentmo-gdpr-333/assets/consentmo_cookie_consent.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: "collection"};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[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-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[3-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[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-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://laudaris.fr",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["ac843a20"],webPixelsConfigList: [{"id":"2024702285","configuration":"{\"pixel_id\":\"1752820635590101\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"b0d5a11b80f868de49df845559dff0d6","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"1961591117","configuration":"{\"webPixelName\":\"Judge.me\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"34ad157958823915625854214640f0bf","type":"APP","apiClientId":683015,"privacyPurposes":["ANALYTICS"]},{"id":"1772454221","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\\",\\\"GT-KDTM79KT\\\",\\\"GT-KVFK42L7\\\",\\\"G-08P77W2KEW\\\",\\\"GT-M34QLFH\\\"],\\\"target_country\\\":\\\"FR\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/UhijCNbCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/dx4QCNDCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/nX42CM3Cn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/Dm8sCPzBn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/IHf9CMrCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/N1iWCNnCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-CYD6HH7T96\\\",\\\"AW-11386373839\\/D_BkCNPCn_QYEM-NubUq\\\",\\\"MC-9S0MSZZZT9\\\",\\\"MC-NMSB5TEX3Q\\\",\\\"G-08P77W2KEW\\\",\\\"MC-61FTY2S4TH\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"26a08df6fb732969dd50810ae4fdc2c1","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"160530765","configuration":"{\"tagID\":\"2614303838081\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"a89c2bcc8138c8634a19a76241c7876a","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"225837389","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Google Ads Conversion Tracking"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0420","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0420","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "fr",initData: {"shop":{"name":"Laudaris™","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"croixetcrois.myshopify.com","countryCode":"FR","storefrontUrl":"https://laudaris.fr"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});webPixelsManagerAPI.publish("collection_viewed", {"collection":{"id":"266042179722","title":"Collier Croix","productVariants":[{"price":{"amount":79.0,"currencyCode":"EUR"},"product":{"title":"Collier croix chrétienne - Fidelis","vendor":"Laudaris","id":"6954055041162","untranslatedTitle":"Collier croix chrétienne - Fidelis","url":"/products/collier-croix-chretienne","type":"Collier"},"id":"51816110260557","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne.jpg?v=1749737802"},"sku":"CCCOM-1","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":79.0,"currencyCode":"EUR"},"product":{"title":"Collier croix catholique - Veritas","vendor":"Laudaris","id":"6958051197066","untranslatedTitle":"Collier croix catholique - Veritas","url":"/products/collier-croix-catholique","type":"Collier"},"id":"51673964544333","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Croix_Catholique.jpg?v=1749563411"},"sku":"4001126572580-Gold Cross Oval","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":69.0,"currencyCode":"EUR"},"product":{"title":"Collier croix coloré - Aurora","vendor":"Laudaris","id":"6766273036426","untranslatedTitle":"Collier croix coloré - Aurora","url":"/products/collier-croix-colore","type":"Collier"},"id":"51673964708173","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Croix_Colore.jpg?v=1749563895"},"sku":"200000226:193#Gold Red","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":59.0,"currencyCode":"EUR"},"product":{"title":"Collier croix de Jésus - Via","vendor":"Laudaris","id":"6984081408138","untranslatedTitle":"Collier croix de Jésus - Via","url":"/products/collier-croix-de-jesus","type":"Collier"},"id":"41614925758602","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus.jpg?v=1749564362"},"sku":"1005002635008976-Gold color-45cm","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":69.0,"currencyCode":"EUR"},"product":{"title":"Collier crucifix - Altare","vendor":"Laudaris","id":"9802695999821","untranslatedTitle":"Collier crucifix - Altare","url":"/products/collier-crucifix","type":"Collier"},"id":"50364148613453","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Crucifix.jpg?v=1749560870"},"sku":"1005006386345074-14K Gold","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":59.0,"currencyCode":"EUR"},"product":{"title":"Collier croix horizontale - Linea","vendor":"Laudaris","id":"9780335706445","untranslatedTitle":"Collier croix horizontale - Linea","url":"/products/collier-croix-horizontale","type":"Collier"},"id":"50279788806477","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale.jpg?v=1749740119"},"sku":"1005004460278965-Gold","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":69.0,"currencyCode":"EUR"},"product":{"title":"Collier chapelet - Gratia","vendor":"Laudaris","id":"10054225985869","untranslatedTitle":"Collier chapelet - Gratia","url":"/products/collier-chapelet","type":"Collier"},"id":"51582697013581","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Chapelet.jpg?v=1749562471"},"sku":"","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":49.0,"currencyCode":"EUR"},"product":{"title":"Collier croix acier inoxydable homme - Fortis","vendor":"Laudaris","id":"10054372983117","untranslatedTitle":"Collier croix acier inoxydable homme - Fortis","url":"/products/collier-croix-acier-inoxydable-homme","type":"Collier"},"id":"51651433693517","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme.jpg?v=1749562256"},"sku":"","title":"Argent","untranslatedTitle":"Argent"},{"price":{"amount":69.0,"currencyCode":"EUR"},"product":{"title":"Collier Saint Esprit - Spiritus","vendor":"Laudaris","id":"10059688182093","untranslatedTitle":"Collier Saint Esprit - Spiritus","url":"/products/collier-saint-esprit","type":"Collier"},"id":"51583194202445","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore.png?v=1750433837"},"sku":"","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":49.0,"currencyCode":"EUR"},"product":{"title":"Médaillon croix homme - Lucta","vendor":"Laudaris","id":"10054347358541","untranslatedTitle":"Médaillon croix homme - Lucta","url":"/products/medaillon-croix-homme","type":"Collier"},"id":"51651750723917","image":{"src":"//laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme.jpg?v=1749560105"},"sku":"","title":"Argent","untranslatedTitle":"Argent"},{"price":{"amount":49.0,"currencyCode":"EUR"},"product":{"title":"Collier croix de Jérusalem - Terrae","vendor":"Laudaris","id":"10054340477261","untranslatedTitle":"Collier croix de Jérusalem - Terrae","url":"/products/collier-croix-de-jerusalem","type":"Collier"},"id":"51583058444621","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or.jpg?v=1750431578"},"sku":"","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":69.0,"currencyCode":"EUR"},"product":{"title":"Collier Vierge Marie - Stella","vendor":"Laudaris","id":"10054332318029","untranslatedTitle":"Collier Vierge Marie - Stella","url":"/products/collier-vierge-marie","type":"Collier"},"id":"51583056675149","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Vierge_Marie.jpg?v=1749560664"},"sku":"","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":79.0,"currencyCode":"EUR"},"product":{"title":"Médaille ange - Angelus","vendor":"Laudaris","id":"10054314164557","untranslatedTitle":"Médaille ange - Angelus","url":"/products/medaille-ange","type":"Collier"},"id":"51583057330509","image":{"src":"//laudaris.fr/cdn/shop/files/Medaille_Ange.jpg?v=1749560449"},"sku":"","title":"Or","untranslatedTitle":"Or"},{"price":{"amount":69.0,"currencyCode":"EUR"},"product":{"title":"Collier croix strass - Lumen","vendor":"Laudaris","id":"10054231425357","untranslatedTitle":"Collier croix strass - Lumen","url":"/products/collier-croix-strass","type":"Collier"},"id":"51583147311437","image":{"src":"//laudaris.fr/cdn/shop/files/Collier_Croix_Strass.jpg?v=1749561673"},"sku":"","title":"Or","untranslatedTitle":"Or"}]}});},"https://laudaris.fr/cdn","6f677fd0w3c093ab1p02f691e5m32dd6af7",{"modern":"","legacy":""},{"shopId":"56922996874","storefrontBaseUrl":"https://laudaris.fr","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"ac843a20\"]","isMerchantRequest":"false","hashVersion":"6f677fd0w3c093ab1p02f691e5m32dd6af7"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'EUR'; var meta = {"products":[{"id":6954055041162,"gid":"gid:\/\/shopify\/Product\/6954055041162","vendor":"Laudaris","type":"Collier","variants":[{"id":51816110260557,"price":7900,"name":"Collier croix chrétienne - Fidelis - Or","public_title":"Or","sku":"CCCOM-1"},{"id":51816110293325,"price":7900,"name":"Collier croix chrétienne - Fidelis - Argent","public_title":"Argent","sku":"CCCOM-2"}]},{"id":6958051197066,"gid":"gid:\/\/shopify\/Product\/6958051197066","vendor":"Laudaris","type":"Collier","variants":[{"id":51673964544333,"price":7900,"name":"Collier croix catholique - Veritas - Or","public_title":"Or","sku":"4001126572580-Gold Cross Oval"}]},{"id":6766273036426,"gid":"gid:\/\/shopify\/Product\/6766273036426","vendor":"Laudaris","type":"Collier","variants":[{"id":51673964708173,"price":6900,"name":"Collier croix coloré - Aurora - Or","public_title":"Or","sku":"200000226:193#Gold Red"}]},{"id":6984081408138,"gid":"gid:\/\/shopify\/Product\/6984081408138","vendor":"Laudaris","type":"Collier","variants":[{"id":41614925758602,"price":5900,"name":"Collier croix de Jésus - Via - Or","public_title":"Or","sku":"1005002635008976-Gold color-45cm"},{"id":41614925725834,"price":5900,"name":"Collier croix de Jésus - Via - Argent","public_title":"Argent","sku":"1005002635008976-Platinum color-45cm"}]},{"id":9802695999821,"gid":"gid:\/\/shopify\/Product\/9802695999821","vendor":"Laudaris","type":"Collier","variants":[{"id":50364148613453,"price":6900,"name":"Collier crucifix - Altare - Or","public_title":"Or","sku":"1005006386345074-14K Gold"},{"id":50364148580685,"price":6900,"name":"Collier crucifix - Altare - Argent","public_title":"Argent","sku":"1005006386345074-Silver"}]},{"id":9780335706445,"gid":"gid:\/\/shopify\/Product\/9780335706445","vendor":"Laudaris","type":"Collier","variants":[{"id":50279788806477,"price":5900,"name":"Collier croix horizontale - Linea - Or","public_title":"Or","sku":"1005004460278965-Gold"},{"id":50279788773709,"price":5900,"name":"Collier croix horizontale - Linea - Argent","public_title":"Argent","sku":"1005004460278965-Silver"}]},{"id":10054225985869,"gid":"gid:\/\/shopify\/Product\/10054225985869","vendor":"Laudaris","type":"Collier","variants":[{"id":51582697013581,"price":6900,"name":"Collier chapelet - Gratia - Or","public_title":"Or","sku":""},{"id":51582697046349,"price":6900,"name":"Collier chapelet - Gratia - Argent","public_title":"Argent","sku":""}]},{"id":10054372983117,"gid":"gid:\/\/shopify\/Product\/10054372983117","vendor":"Laudaris","type":"Collier","variants":[{"id":51651433693517,"price":4900,"name":"Collier croix acier inoxydable homme - Fortis - Argent","public_title":"Argent","sku":""}]},{"id":10059688182093,"gid":"gid:\/\/shopify\/Product\/10059688182093","vendor":"Laudaris","type":"Collier","variants":[{"id":51583194202445,"price":6900,"name":"Collier Saint Esprit - Spiritus - Or","public_title":"Or","sku":""},{"id":51583194169677,"price":6900,"name":"Collier Saint Esprit - Spiritus - Argent","public_title":"Argent","sku":""}]},{"id":10054347358541,"gid":"gid:\/\/shopify\/Product\/10054347358541","vendor":"Laudaris","type":"Collier","variants":[{"id":51651750723917,"price":4900,"name":"Médaillon croix homme - Lucta - Argent","public_title":"Argent","sku":""}]},{"id":10054340477261,"gid":"gid:\/\/shopify\/Product\/10054340477261","vendor":"Laudaris","type":"Collier","variants":[{"id":51583058444621,"price":4900,"name":"Collier croix de Jérusalem - Terrae - Or","public_title":"Or","sku":""},{"id":51583058411853,"price":4900,"name":"Collier croix de Jérusalem - Terrae - Argent","public_title":"Argent","sku":""}]},{"id":10054332318029,"gid":"gid:\/\/shopify\/Product\/10054332318029","vendor":"Laudaris","type":"Collier","variants":[{"id":51583056675149,"price":6900,"name":"Collier Vierge Marie - Stella - Or","public_title":"Or","sku":""},{"id":51583056642381,"price":6900,"name":"Collier Vierge Marie - Stella - Argent","public_title":"Argent","sku":""}]},{"id":10054314164557,"gid":"gid:\/\/shopify\/Product\/10054314164557","vendor":"Laudaris","type":"Collier","variants":[{"id":51583057330509,"price":7900,"name":"Médaille ange - Angelus - Or","public_title":"Or","sku":""},{"id":51583057363277,"price":7900,"name":"Médaille ange - Angelus - Argent","public_title":"Argent","sku":""}]},{"id":10054231425357,"gid":"gid:\/\/shopify\/Product\/10054231425357","vendor":"Laudaris","type":"Collier","variants":[{"id":51583147311437,"price":6900,"name":"Collier croix strass - Lumen - Or","public_title":"Or","sku":""},{"id":51583147344205,"price":6900,"name":"Collier croix strass - Lumen - Argent","public_title":"Argent","sku":""}]}],"page":{"pageType":"collection","resourceType":"collection","resourceId":266042179722}}; 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: 177432789325, app_name: "storefront", context_url: window.location.href, source_url: "//laudaris.fr/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//laudaris.fr/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//laudaris.fr/cdn/s/trekkie.storefront.7f48c99429cb25be36839f7a7bcca2ac8a69827d.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":56922996874,"isMerchantRequest":null,"themeId":177432789325,"themeCityHash":"6733011635028448574","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"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":"collection","resourceType":"collection","resourceId":266042179722,"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 Category",{"currency":"EUR","category":"Collection: collier-croix","collectionName":"collier-croix","collectionId":266042179722,"nonInteraction":true},undefined,undefined,{"shopifyEmitted":true}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//laudaris.fr/cdn/shopifycloud/shopify/assets/shop_events_listener-1d89eace2351930ad947448cd92e0cd236cb81ecc8f6bbf9ce2331557cb884b2.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); if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') { window.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."); }; if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') { window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"}); } } </script> <script defer src="https://laudaris.fr/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.6.min.js" data-application="storefront-renderer" data-shop-id="56922996874" data-render-region="gcp-europe-west1" data-page-type="collection" data-theme-instance-id="177432789325" 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"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWPGZPV4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><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:#b2905f;} #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: 180px;} .logo-1 {padding-right: 0px;} .logo-1, .icones-1 {width: 180px;} .mobile-nav .logo-1 {width: 180px;} .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></ul> </div> <header class="header-box fixed-nav"> <div class="header" data-logo-switch="180" data-nav-type="1"> <div class="container flex"> <a href="/" class="logo logo-1" id="logo"><img class="logo-img" src="//laudaris.fr/cdn/shop/files/Laudaris_Logo_400x.png?v=1745409813" width="180px" height="43.753846153846155px" sizes="180" alt="" 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="/products/chapelet-catholique">Chapelets</a></li><li class="nav-link"><a class="nav-style" href="/products/dizainier">Dizainiers</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": "Laudaris™","logo": "https://laudaris.fr/cdn/shop/files/Laudaris_Logo.png?v=1745409813&width=650","sameAs": [ "", "https:\/\/www.instagram.com\/bijoux_chretiens\/", "", "", "", "", "https:\/\/www.pinterest.fr\/bijouxchretiensfr\/", "", "", "", "" ], "url": "https://laudaris.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</span></nav> </div><div id="shopify-section-template--24836072636749__main" class="shopify-section index-section-bottom-margin"><div class="collection-block"> <div class="text-image-content index-content text-dk-center text-mb-center preheader-titre" > <h1 class="index-title">Collier Croix</h1> </div> <div class="collection-header" id="collection-header" style="position:inherit;"> <div class="container flex everything"> <div class='collection-menu'> <div class="la-fete" id="filters-fete"> <style> .la-fete{margin-bottom:15 px;} .filters-header { display: flex; align-items: center; gap:5px; background: #fff; padding: 1rem; position: sticky; top: 0; z-index: 100; padding:0px; } .filter-group { position: relative; } .filter-toggle { background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: .25rem; padding: 0; } .title { position: relative; } .title::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #b2905f; transition: width 1s; } .filter-toggle:hover .title::after { width: 100%; } .title.active::after { width: 100%; transition: none; } .filter-menu { display: none; position: absolute; top: calc(100% + 4px); left: 0; background: #fff; padding: 1rem 32px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); z-index: 90; min-width: 200px; } .filter-menu.open { display: block; } .filter-menu label { display: block; margin: .5rem 0; } .sort-group { margin-left: auto; position: relative; } .filter-menu[data-index="sort"] { left: 0; min-width: 175px; } .all-filters { display: flex; gap: 1rem; /* corrigé */ align-items: center; padding:0px; } input[type="checkbox"], input[type="radio"] { accent-color: #b2905f; } .everything, .collection-menu { display: block; width: 100%; box-sizing: border-box; } .sorter-section { min-width: 230px; } .text-filtre { font-size: 15px; color: #6C6C6C; font-family: "Manrope" !important; } .text-else { font-size: 15px; color: #000000; font-family: "Manrope" !important; } /* === NOUVEAU : style des étiquettes sélectionnées === */ .selected-tags { display: flex; flex-wrap: wrap; gap: .5rem; border-radius: 20px; } .selected-tags .tag { display: inline-flex; align-items: center; background: #f5f5f5; color: #000; padding: 0.25rem 0.5rem; border-radius: 25px; font-size: 0.875rem; box-shadow: 0 1px 2px rgba(0,0,0,.1); } .selected-tags .tag-remove { background: none; border: none; font-size: 1rem; line-height: 1; padding: 0 0.25rem; cursor: pointer; } .all-filter{padding:20px;} </style> <div class="la-fete all-filter"> <div class="filters-header"> <span class="title text-filtre">Filtrer par :</span> <div class="all-filters"> <div class="filter-group"> <button class="filter-toggle" data-index="1"> <span class="title text-else">Genre</span> <svg viewbox="0 0 24 24" width="16" height="16"><path d="M5 8.5L12 15.5L19 8.5"/></svg> </button> <div class="filter-menu" data-index="1"> <label><input type="checkbox" name="filter.v.t.shopify.target-gender" value="gid://shopify/TaxonomyValue/18"> Féminin</label> <label><input type="checkbox" name="filter.v.t.shopify.target-gender" value="gid://shopify/TaxonomyValue/19"> Masculin</label> <label><input type="checkbox" name="filter.v.t.shopify.target-gender" value="gid://shopify/TaxonomyValue/20"> Unisexe</label> </div> </div> <div class="filter-group"> <button class="filter-toggle" data-index="2"> <span class="title text-else">Matière</span> <svg viewbox="0 0 24 24" width="16" height="16"><path d="M5 8.5L12 15.5L19 8.5"/></svg> </button> <div class="filter-menu" data-index="2"> <label><input type="checkbox" name="filter.v.t.shopify.jewelry-material" value="gid://shopify/Metaobject/161663353165"> Acier inoxydable</label> <label><input type="checkbox" name="filter.v.t.shopify.jewelry-material" value="gid://shopify/FilterSettingGroup/237470029"> Argent S925</label> </div> </div> <div class="filter-group"> <button class="filter-toggle" data-index="3"> <span class="title text-else">Couleur</span> <svg viewbox="0 0 24 24" width="16" height="16"><path d="M5 8.5L12 15.5L19 8.5"/></svg> </button> <div class="filter-menu" data-index="3"> <label><input type="checkbox" name="filter.v.option.couleur" value="Argent"> Argent</label> <label><input type="checkbox" name="filter.v.option.couleur" value="Or"> Or</label> </div> </div> </div> <div class="filter-group sort-group"> <button class="filter-toggle" data-index="sort"> <span class="text-filtre"> Trier par : <span class="current-sort title sorter-section text-else">Meilleures ventes</span> </span> <svg viewbox="0 0 24 24" width="16" height="16"><path d="M5 8.5L12 15.5L19 8.5"/></svg> </button> <div class="filter-menu" data-index="sort"> <label><input type="radio" name="sort-by" value="manual" > En vedette</label> <label><input type="radio" name="sort-by" value="best-selling" checked> Meilleures ventes</label> <label><input type="radio" name="sort-by" value="created-descending" > Nouveautés</label> <label><input type="radio" name="sort-by" value="price-ascending" > Prix croissant</label> <label><input type="radio" name="sort-by" value="price-descending" > Prix décroissant</label> </div> </div> </div> <!-- nouvel emplacement pour les étiquettes --> <div class="selected-tags"></div> </div> <script> document.addEventListener('DOMContentLoaded', function(){ const base="/collections/collier-croix"; const labels={ 'manual':'En vedette','best-selling':'Meilleures ventes', 'created-descending':'Nouveautés','price-ascending':'Prix croissant', 'price-descending':'Prix décroissant' }; const menus=document.querySelectorAll('.filter-menu'), toggles=document.querySelectorAll('.filter-toggle'), tagContainer=document.querySelector('.selected-tags'); toggles.forEach(btn=>{ btn.addEventListener('click',e=>{ e.stopPropagation(); const idx=btn.dataset.index; menus.forEach(m=>m.dataset.index===idx?m.classList.toggle('open'):m.classList.remove('open')); }); }); document.addEventListener('click',e=>{ if(!e.target.closest('.filter-menu')&&!e.target.closest('.filter-toggle')){ menus.forEach(m=>m.classList.remove('open')); } }); function renderTags(){ tagContainer.innerHTML=''; document.querySelectorAll('.filter-menu input[type=checkbox]:checked').forEach(c=>{ const label=c.parentNode.textContent.trim(), param=c.name+'='+encodeURIComponent(c.value); const tag=document.createElement('span'); tag.className='tag'; tag.dataset.param=param; tag.innerHTML=`<button class="tag-remove">×</button><span class="tag-label">${label}</span>`; tagContainer.append(tag); }); } function reload(){ const params=[]; document.querySelectorAll('.filter-menu input[type=checkbox]:checked').forEach(c=>params.push(c.name+'='+encodeURIComponent(c.value))); const sortIn=document.querySelector('.filter-menu[data-index="sort"] input:checked'); if(sortIn){params.push('sort_by='+sortIn.value);document.querySelector('.current-sort').textContent=labels[sortIn.value];} const qs=params.length?('?'+params.join('&')):''; fetch(base+qs).then(r=>r.text()).then(html=>{ const d=new DOMParser().parseFromString(html,'text/html'), items=d.querySelector('.collection-items'); if(items)document.querySelector('.collection-items').innerHTML=items.innerHTML; history.replaceState(null,null,base+qs); renderTags(); }); } document.querySelectorAll('.filter-menu input').forEach(i=>i.addEventListener('change',reload)); tagContainer.addEventListener('click',e=>{ if(e.target.classList.contains('tag-remove')){ const tag=e.target.closest('.tag'), [name,value]=tag.dataset.param.split('='); const cb=document.querySelector(`.filter-menu input[name="${name}"][value="${decodeURIComponent(value)}"]`); if(cb)cb.checked=false; tag.remove(); reload(); } }); renderTags(); }); </script> </div> <style> .collection-header{ padding-top:0px; } .collection-menu { box-sizing: border-box; vertical-align: baseline; border-width: 0px; font: inherit; -webkit-box-pack: justify; justify-content: space-between; max-width: 1600px; margin: 0 0; position: relative; padding: 0; min-height: 24px; line-height: 24px; gap: 1rem; } .collection-menu > *:last-child { margin-right: 0; } @media screen and (max-width: 700px) { .la-fete { display: none !important; } .popup { width: 100% !important; box-sizing: border-box; margin: 0; padding: 10px 14px; border:1px solid #000000; flex: 1; min-width:0; display: flex; align-items: center; justify-content: center; text-align: center; } .everything{ margin-bottom:20px; display: block; } .collection-filter { flex: 0 0 auto; /* ne pousse pas ni ne rétrécit */ white-space: nowrap; /* pas de retour à la ligne */ overflow: hidden; /* coupe si vraiment trop long */ text-overflow: ellipsis; /* optionnel : “…” si trop long */ } } @media screen and (min-width: 701px) { .popup { display: none !important; } } .text-filter{ font-size: 18px; color: #000000; font-family: "Manrope" !important; } </style> <div class="collection-filter-button flex popup" id="filters-icon"> <div class="collection-filter"><p class="text-filter">Filtrer</p></div> </div> <style> @media (max-width:700px) { #sort-icon.popup { display: flex; justify-content: center; align-items: center; width:100%; padding:12px 20px; background:#fff; position: relative; box-sizing:border-box; } .filters-component__sortby-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .sortby-wrapper__sortby-options { appearance: none; -webkit-appearance: none; background: transparent; border: none; outline: none; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .icon-dropdown-right-arrow { pointer-events: none; margin-left: 8px; font-size: 1.25rem; color: #090442; } .collection-sort { pointer-events: none; font-weight: 400; font-style: normal; } } </style> <div id="sort-icon" class="collection-sort-button flex popup"> <div class="collection-sort"><p class="text-filter">Trier par</p></div> <div class="filters-component__sortby-wrapper"> <select class="sortby-wrapper__sortby-options"> <option value="manual" >En vedette</option> <option value="created-descending" >Nouveautés</option> <option value="price-descending" >Prix : décroissant</option> <option value="price-ascending" >Prix : croissant</option> </select> </div> <span class="icon-dropdown-right-arrow">▾</span> </div> <script> document.addEventListener('DOMContentLoaded', function(){ const selectEl = document.querySelector('.sortby-wrapper__sortby-options'); const baseUrl = "/collections/collier-croix"; const labels = { 'manual':'En vedette', 'created-descending':'Nouveautés', 'price-descending':'Prix : décroissant', 'price-ascending':'Prix : croissant' }; selectEl.addEventListener('change', function(){ const val = this.value; const params = Array.from( document.querySelectorAll('.filter-menu input[type=checkbox]:checked') ).map(c => `${c.name}=${encodeURIComponent(c.value)}`); params.push('sort_by=' + val); const qs = params.length ? '?' + params.join('&') : ''; fetch(baseUrl + qs) .then(r => r.text()) .then(html => { const doc = new DOMParser().parseFromString(html, 'text/html'); const items = doc.querySelector('.collection-items'); if (items) { document.querySelector('.collection-items').innerHTML = items.innerHTML; history.replaceState(null, null, baseUrl + qs); } }); }); }); </script> </div> </div> <div class="container flex"> <div class="collection-soustitre"> <h2 class="collection-title soustitre">Explorez notre collection de colliers croix</h2> </div> </div> </div> <div class="container"><div class="collection-description page-description"><p>Plongez dans notre collection de colliers en forme de croix et trouvez le bijou chrétien qui complétera parfaitement votre tenue pour chaque occasion.</p> </div><div class="collection-items center-text" data-next-url="" data-actual-url="/collections/collier-croix" data-pagination-type="list" data-button-status="no-url" data-amount="14"><a href="/products/collier-croix-chretienne" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_1x.jpg?v=1749737802" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_5000x.jpg?v=1749737802 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_4500x.jpg?v=1749737802 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_4000x.jpg?v=1749737802 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_3500x.jpg?v=1749737802 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_3000x.jpg?v=1749737802 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_2500x.jpg?v=1749737802 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_2000x.jpg?v=1749737802 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_1800x.jpg?v=1749737802 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_1600x.jpg?v=1749737802 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_1400x.jpg?v=1749737802 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_1200x.jpg?v=1749737802 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_1000x.jpg?v=1749737802 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_800x.jpg?v=1749737802 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_600x.jpg?v=1749737802 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_500x.jpg?v=1749737802 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_400x.jpg?v=1749737802 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_300x.jpg?v=1749737802 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_200x.jpg?v=1749737802 200w" data-sizes="auto" alt="Collier Croix Chrétienne Or" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1x.jpg?v=1749805804" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_5000x.jpg?v=1749805804 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4500x.jpg?v=1749805804 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4000x.jpg?v=1749805804 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3500x.jpg?v=1749805804 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3000x.jpg?v=1749805804 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2500x.jpg?v=1749805804 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2000x.jpg?v=1749805804 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1800x.jpg?v=1749805804 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1600x.jpg?v=1749805804 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1400x.jpg?v=1749805804 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1200x.jpg?v=1749805804 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1000x.jpg?v=1749805804 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_800x.jpg?v=1749805804 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_600x.jpg?v=1749805804 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_500x.jpg?v=1749805804 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_400x.jpg?v=1749805804 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_300x.jpg?v=1749805804 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_200x.jpg?v=1749805804 200w" data-sizes="auto" alt="Collier_Croix_Chretienne_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6954055041162Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1x.jpg?v=1749805804" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_5000x.jpg?v=1749805804 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4500x.jpg?v=1749805804 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_4000x.jpg?v=1749805804 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3500x.jpg?v=1749805804 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_3000x.jpg?v=1749805804 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2500x.jpg?v=1749805804 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_2000x.jpg?v=1749805804 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1800x.jpg?v=1749805804 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1600x.jpg?v=1749805804 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1400x.jpg?v=1749805804 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1200x.jpg?v=1749805804 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_1000x.jpg?v=1749805804 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_800x.jpg?v=1749805804 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_600x.jpg?v=1749805804 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_500x.jpg?v=1749805804 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_400x.jpg?v=1749805804 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_300x.jpg?v=1749805804 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Chretienne_Argent_200x.jpg?v=1749805804 200w" data-sizes="auto" alt="Collier_Croix_Chretienne_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix chrétienne </h3><div class="product-carousel-title">Fidelis</div></div> <div class="product-carousel-price"> <p class="product-current-price">79 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6954055041162Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6954055041162Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-croix-catholique" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_1x.jpg?v=1749563411" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_5000x.jpg?v=1749563411 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_4500x.jpg?v=1749563411 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_4000x.jpg?v=1749563411 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_3500x.jpg?v=1749563411 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_3000x.jpg?v=1749563411 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_2500x.jpg?v=1749563411 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_2000x.jpg?v=1749563411 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_1800x.jpg?v=1749563411 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_1600x.jpg?v=1749563411 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_1400x.jpg?v=1749563411 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_1200x.jpg?v=1749563411 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_1000x.jpg?v=1749563411 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_800x.jpg?v=1749563411 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_600x.jpg?v=1749563411 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_500x.jpg?v=1749563411 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_400x.jpg?v=1749563411 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_300x.jpg?v=1749563411 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Catholique_200x.jpg?v=1749563411 200w" data-sizes="auto" alt="Collier Croix Catholique" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/collier-croix-catholique-or_1x.jpg?v=1749563433" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_5000x.jpg?v=1749563433 5000w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_4500x.jpg?v=1749563433 4500w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_4000x.jpg?v=1749563433 4000w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_3500x.jpg?v=1749563433 3500w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_3000x.jpg?v=1749563433 3000w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_2500x.jpg?v=1749563433 2500w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_2000x.jpg?v=1749563433 2000w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_1800x.jpg?v=1749563433 1800w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_1600x.jpg?v=1749563433 1600w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_1400x.jpg?v=1749563433 1400w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_1200x.jpg?v=1749563433 1200w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_1000x.jpg?v=1749563433 1000w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_800x.jpg?v=1749563433 800w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_600x.jpg?v=1749563433 600w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_500x.jpg?v=1749563433 500w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_400x.jpg?v=1749563433 400w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_300x.jpg?v=1749563433 300w, //laudaris.fr/cdn/shop/files/collier-croix-catholique-or_200x.jpg?v=1749563433 200w" data-sizes="auto" alt="Collier Croix Catholique-or" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix catholique </h3><div class="product-carousel-title">Veritas</div></div> <div class="product-carousel-price"> <p class="product-current-price">79 €</p></div></a><a href="/products/collier-croix-colore" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Colore_1x.jpg?v=1749563895" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_5000x.jpg?v=1749563895 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_4500x.jpg?v=1749563895 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_4000x.jpg?v=1749563895 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_3500x.jpg?v=1749563895 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_3000x.jpg?v=1749563895 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_2500x.jpg?v=1749563895 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_2000x.jpg?v=1749563895 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_1800x.jpg?v=1749563895 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_1600x.jpg?v=1749563895 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_1400x.jpg?v=1749563895 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_1200x.jpg?v=1749563895 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_1000x.jpg?v=1749563895 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_800x.jpg?v=1749563895 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_600x.jpg?v=1749563895 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_500x.jpg?v=1749563895 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_400x.jpg?v=1749563895 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_300x.jpg?v=1749563895 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Colore_200x.jpg?v=1749563895 200w" data-sizes="auto" alt="Collier Croix Coloré" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_1x.webp?v=1749563918" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_5000x.webp?v=1749563918 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_4500x.webp?v=1749563918 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_4000x.webp?v=1749563918 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_3500x.webp?v=1749563918 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_3000x.webp?v=1749563918 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_2500x.webp?v=1749563918 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_2000x.webp?v=1749563918 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_1800x.webp?v=1749563918 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_1600x.webp?v=1749563918 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_1400x.webp?v=1749563918 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_1200x.webp?v=1749563918 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_1000x.webp?v=1749563918 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_800x.webp?v=1749563918 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_600x.webp?v=1749563918 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_500x.webp?v=1749563918 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_400x.webp?v=1749563918 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_300x.webp?v=1749563918 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Color_femme_200x.webp?v=1749563918 200w" data-sizes="auto" alt="Collier Croix Coloré Femme" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix coloré </h3><div class="product-carousel-title">Aurora</div></div> <div class="product-carousel-price"> <p class="product-current-price">69 €</p></div></a><a href="/products/collier-croix-de-jesus" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_1x.jpg?v=1749564362" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_5000x.jpg?v=1749564362 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_4500x.jpg?v=1749564362 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_4000x.jpg?v=1749564362 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_3500x.jpg?v=1749564362 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_3000x.jpg?v=1749564362 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_2500x.jpg?v=1749564362 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_2000x.jpg?v=1749564362 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_1800x.jpg?v=1749564362 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_1600x.jpg?v=1749564362 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_1400x.jpg?v=1749564362 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_1200x.jpg?v=1749564362 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_1000x.jpg?v=1749564362 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_800x.jpg?v=1749564362 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_600x.jpg?v=1749564362 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_500x.jpg?v=1749564362 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_400x.jpg?v=1749564362 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_300x.jpg?v=1749564362 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_200x.jpg?v=1749564362 200w" data-sizes="auto" alt="Collier Croix de JésusOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1x.jpg?v=1750432718" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_5000x.jpg?v=1750432718 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_4500x.jpg?v=1750432718 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_4000x.jpg?v=1750432718 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_3500x.jpg?v=1750432718 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_3000x.jpg?v=1750432718 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_2500x.jpg?v=1750432718 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_2000x.jpg?v=1750432718 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1800x.jpg?v=1750432718 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1600x.jpg?v=1750432718 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1400x.jpg?v=1750432718 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1200x.jpg?v=1750432718 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1000x.jpg?v=1750432718 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_800x.jpg?v=1750432718 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_600x.jpg?v=1750432718 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_500x.jpg?v=1750432718 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_400x.jpg?v=1750432718 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_300x.jpg?v=1750432718 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_200x.jpg?v=1750432718 200w" data-sizes="auto" alt="Collier_Croix_de_Jesus_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="6984081408138Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1x.jpg?v=1750432718" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_5000x.jpg?v=1750432718 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_4500x.jpg?v=1750432718 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_4000x.jpg?v=1750432718 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_3500x.jpg?v=1750432718 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_3000x.jpg?v=1750432718 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_2500x.jpg?v=1750432718 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_2000x.jpg?v=1750432718 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1800x.jpg?v=1750432718 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1600x.jpg?v=1750432718 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1400x.jpg?v=1750432718 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1200x.jpg?v=1750432718 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_1000x.jpg?v=1750432718 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_800x.jpg?v=1750432718 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_600x.jpg?v=1750432718 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_500x.jpg?v=1750432718 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_400x.jpg?v=1750432718 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_300x.jpg?v=1750432718 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_de_Jesus_Argent_200x.jpg?v=1750432718 200w" data-sizes="auto" alt="Collier_Croix_de_Jesus_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix de Jésus </h3><div class="product-carousel-title">Via</div></div> <div class="product-carousel-price"> <p class="product-current-price">59 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="6984081408138Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="6984081408138Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-crucifix" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Crucifix_1x.jpg?v=1749560870" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Crucifix_5000x.jpg?v=1749560870 5000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_4500x.jpg?v=1749560870 4500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_4000x.jpg?v=1749560870 4000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_3500x.jpg?v=1749560870 3500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_3000x.jpg?v=1749560870 3000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_2500x.jpg?v=1749560870 2500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_2000x.jpg?v=1749560870 2000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_1800x.jpg?v=1749560870 1800w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_1600x.jpg?v=1749560870 1600w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_1400x.jpg?v=1749560870 1400w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_1200x.jpg?v=1749560870 1200w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_1000x.jpg?v=1749560870 1000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_800x.jpg?v=1749560870 800w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_600x.jpg?v=1749560870 600w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_500x.jpg?v=1749560870 500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_400x.jpg?v=1749560870 400w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_300x.jpg?v=1749560870 300w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_200x.jpg?v=1749560870 200w" data-sizes="auto" alt="Collier CrucifixOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1x.jpg?v=1750432352" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_5000x.jpg?v=1750432352 5000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_4500x.jpg?v=1750432352 4500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_4000x.jpg?v=1750432352 4000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_3500x.jpg?v=1750432352 3500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_3000x.jpg?v=1750432352 3000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_2500x.jpg?v=1750432352 2500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_2000x.jpg?v=1750432352 2000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1800x.jpg?v=1750432352 1800w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1600x.jpg?v=1750432352 1600w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1400x.jpg?v=1750432352 1400w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1200x.jpg?v=1750432352 1200w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1000x.jpg?v=1750432352 1000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_800x.jpg?v=1750432352 800w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_600x.jpg?v=1750432352 600w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_500x.jpg?v=1750432352 500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_400x.jpg?v=1750432352 400w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_300x.jpg?v=1750432352 300w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_200x.jpg?v=1750432352 200w" data-sizes="auto" alt="Collier Crucifix ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="9802695999821Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1x.jpg?v=1750432352" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_5000x.jpg?v=1750432352 5000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_4500x.jpg?v=1750432352 4500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_4000x.jpg?v=1750432352 4000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_3500x.jpg?v=1750432352 3500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_3000x.jpg?v=1750432352 3000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_2500x.jpg?v=1750432352 2500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_2000x.jpg?v=1750432352 2000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1800x.jpg?v=1750432352 1800w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1600x.jpg?v=1750432352 1600w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1400x.jpg?v=1750432352 1400w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1200x.jpg?v=1750432352 1200w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_1000x.jpg?v=1750432352 1000w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_800x.jpg?v=1750432352 800w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_600x.jpg?v=1750432352 600w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_500x.jpg?v=1750432352 500w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_400x.jpg?v=1750432352 400w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_300x.jpg?v=1750432352 300w, //laudaris.fr/cdn/shop/files/Collier_Crucifix_Argent_200x.jpg?v=1750432352 200w" data-sizes="auto" alt="Collier Crucifix ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier crucifix </h3><div class="product-carousel-title">Altare</div></div> <div class="product-carousel-price"> <p class="product-current-price">69 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="9802695999821Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="9802695999821Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-croix-horizontale" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_1x.jpg?v=1749740119" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_5000x.jpg?v=1749740119 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_4500x.jpg?v=1749740119 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_4000x.jpg?v=1749740119 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_3500x.jpg?v=1749740119 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_3000x.jpg?v=1749740119 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_2500x.jpg?v=1749740119 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_2000x.jpg?v=1749740119 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_1800x.jpg?v=1749740119 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_1600x.jpg?v=1749740119 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_1400x.jpg?v=1749740119 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_1200x.jpg?v=1749740119 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_1000x.jpg?v=1749740119 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_800x.jpg?v=1749740119 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_600x.jpg?v=1749740119 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_500x.jpg?v=1749740119 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_400x.jpg?v=1749740119 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_300x.jpg?v=1749740119 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Horizontale_200x.jpg?v=1749740119 200w" data-sizes="auto" alt="Collier Croix HorizontaleOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_1x.jpg?v=1750433355" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_5000x.jpg?v=1750433355 5000w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_4500x.jpg?v=1750433355 4500w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_4000x.jpg?v=1750433355 4000w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_3500x.jpg?v=1750433355 3500w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_3000x.jpg?v=1750433355 3000w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_2500x.jpg?v=1750433355 2500w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_2000x.jpg?v=1750433355 2000w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_1800x.jpg?v=1750433355 1800w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_1600x.jpg?v=1750433355 1600w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_1400x.jpg?v=1750433355 1400w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_1200x.jpg?v=1750433355 1200w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_1000x.jpg?v=1750433355 1000w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_800x.jpg?v=1750433355 800w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_600x.jpg?v=1750433355 600w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_500x.jpg?v=1750433355 500w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_400x.jpg?v=1750433355 400w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_300x.jpg?v=1750433355 300w, //laudaris.fr/cdn/shop/files/Collier_croix_horizontale_Argent_200x.jpg?v=1750433355 200w" data-sizes="auto" alt="Collier Croix HorizontaleArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="9780335706445Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_1x.webp?v=1750433355" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_5000x.webp?v=1750433355 5000w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_4500x.webp?v=1750433355 4500w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_4000x.webp?v=1750433355 4000w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_3500x.webp?v=1750433355 3500w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_3000x.webp?v=1750433355 3000w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_2500x.webp?v=1750433355 2500w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_2000x.webp?v=1750433355 2000w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_1800x.webp?v=1750433355 1800w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_1600x.webp?v=1750433355 1600w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_1400x.webp?v=1750433355 1400w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_1200x.webp?v=1750433355 1200w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_1000x.webp?v=1750433355 1000w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_800x.webp?v=1750433355 800w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_600x.webp?v=1750433355 600w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_500x.webp?v=1750433355 500w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_400x.webp?v=1750433355 400w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_300x.webp?v=1750433355 300w, //laudaris.fr/cdn/shop/files/collier-croix-horizontale-argent_200x.webp?v=1750433355 200w" data-sizes="auto" alt="Collier Croix Horizontale-argentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix horizontale </h3><div class="product-carousel-title">Linea</div></div> <div class="product-carousel-price"> <p class="product-current-price">59 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="9780335706445Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="9780335706445Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-chapelet" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Chapelet_1x.jpg?v=1749562471" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Chapelet_5000x.jpg?v=1749562471 5000w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_4500x.jpg?v=1749562471 4500w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_4000x.jpg?v=1749562471 4000w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_3500x.jpg?v=1749562471 3500w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_3000x.jpg?v=1749562471 3000w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_2500x.jpg?v=1749562471 2500w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_2000x.jpg?v=1749562471 2000w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_1800x.jpg?v=1749562471 1800w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_1600x.jpg?v=1749562471 1600w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_1400x.jpg?v=1749562471 1400w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_1200x.jpg?v=1749562471 1200w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_1000x.jpg?v=1749562471 1000w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_800x.jpg?v=1749562471 800w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_600x.jpg?v=1749562471 600w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_500x.jpg?v=1749562471 500w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_400x.jpg?v=1749562471 400w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_300x.jpg?v=1749562471 300w, //laudaris.fr/cdn/shop/files/Collier_Chapelet_200x.jpg?v=1749562471 200w" data-sizes="auto" alt="Collier ChapeletOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1x.jpg?v=1750435701" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_5000x.jpg?v=1750435701 5000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_4500x.jpg?v=1750435701 4500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_4000x.jpg?v=1750435701 4000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_3500x.jpg?v=1750435701 3500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_3000x.jpg?v=1750435701 3000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_2500x.jpg?v=1750435701 2500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_2000x.jpg?v=1750435701 2000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1800x.jpg?v=1750435701 1800w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1600x.jpg?v=1750435701 1600w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1400x.jpg?v=1750435701 1400w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1200x.jpg?v=1750435701 1200w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1000x.jpg?v=1750435701 1000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_800x.jpg?v=1750435701 800w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_600x.jpg?v=1750435701 600w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_500x.jpg?v=1750435701 500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_400x.jpg?v=1750435701 400w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_300x.jpg?v=1750435701 300w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_200x.jpg?v=1750435701 200w" data-sizes="auto" alt="Collier_Chapelet_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="10054225985869Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1x.jpg?v=1750435701" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_5000x.jpg?v=1750435701 5000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_4500x.jpg?v=1750435701 4500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_4000x.jpg?v=1750435701 4000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_3500x.jpg?v=1750435701 3500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_3000x.jpg?v=1750435701 3000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_2500x.jpg?v=1750435701 2500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_2000x.jpg?v=1750435701 2000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1800x.jpg?v=1750435701 1800w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1600x.jpg?v=1750435701 1600w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1400x.jpg?v=1750435701 1400w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1200x.jpg?v=1750435701 1200w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_1000x.jpg?v=1750435701 1000w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_800x.jpg?v=1750435701 800w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_600x.jpg?v=1750435701 600w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_500x.jpg?v=1750435701 500w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_400x.jpg?v=1750435701 400w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_300x.jpg?v=1750435701 300w, //laudaris.fr/cdn/shop/files/Collier_chapelet_Argent_200x.jpg?v=1750435701 200w" data-sizes="auto" alt="Collier_Chapelet_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier chapelet </h3><div class="product-carousel-title">Gratia</div></div> <div class="product-carousel-price"> <p class="product-current-price">69 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="10054225985869Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="10054225985869Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-croix-acier-inoxydable-homme" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_1x.jpg?v=1749562256" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_5000x.jpg?v=1749562256 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_4500x.jpg?v=1749562256 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_4000x.jpg?v=1749562256 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_3500x.jpg?v=1749562256 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_3000x.jpg?v=1749562256 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_2500x.jpg?v=1749562256 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_2000x.jpg?v=1749562256 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_1800x.jpg?v=1749562256 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_1600x.jpg?v=1749562256 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_1400x.jpg?v=1749562256 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_1200x.jpg?v=1749562256 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_1000x.jpg?v=1749562256 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_800x.jpg?v=1749562256 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_600x.jpg?v=1749562256 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_500x.jpg?v=1749562256 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_400x.jpg?v=1749562256 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_300x.jpg?v=1749562256 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_Homme_200x.jpg?v=1749562256 200w" data-sizes="auto" alt="Collier Croix Acier Inoxydable Homme" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_1x.png?v=1749562256" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_5000x.png?v=1749562256 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_4500x.png?v=1749562256 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_4000x.png?v=1749562256 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_3500x.png?v=1749562256 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_3000x.png?v=1749562256 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_2500x.png?v=1749562256 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_2000x.png?v=1749562256 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_1800x.png?v=1749562256 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_1600x.png?v=1749562256 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_1400x.png?v=1749562256 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_1200x.png?v=1749562256 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_1000x.png?v=1749562256 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_800x.png?v=1749562256 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_600x.png?v=1749562256 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_500x.png?v=1749562256 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_400x.png?v=1749562256 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_300x.png?v=1749562256 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Acier_Inoxydable_pour_Homme_200x.png?v=1749562256 200w" data-sizes="auto" alt="Collier Croix Acier Inoxydable pour Homme" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix acier inoxydable homme </h3><div class="product-carousel-title">Fortis</div></div> <div class="product-carousel-price"> <p class="product-current-price">49 €</p></div></a><a href="/products/collier-saint-esprit" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_1x.jpg?v=1749560971" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_5000x.jpg?v=1749560971 5000w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_4500x.jpg?v=1749560971 4500w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_4000x.jpg?v=1749560971 4000w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_3500x.jpg?v=1749560971 3500w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_3000x.jpg?v=1749560971 3000w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_2500x.jpg?v=1749560971 2500w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_2000x.jpg?v=1749560971 2000w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_1800x.jpg?v=1749560971 1800w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_1600x.jpg?v=1749560971 1600w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_1400x.jpg?v=1749560971 1400w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_1200x.jpg?v=1749560971 1200w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_1000x.jpg?v=1749560971 1000w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_800x.jpg?v=1749560971 800w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_600x.jpg?v=1749560971 600w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_500x.jpg?v=1749560971 500w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_400x.jpg?v=1749560971 400w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_300x.jpg?v=1749560971 300w, //laudaris.fr/cdn/shop/files/Collier_Saint_Esprit_200x.jpg?v=1749560971 200w" data-sizes="auto" alt="Collier Saint EspritArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_1x.jpg?v=1750433837" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_5000x.jpg?v=1750433837 5000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_4500x.jpg?v=1750433837 4500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_4000x.jpg?v=1750433837 4000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_3500x.jpg?v=1750433837 3500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_3000x.jpg?v=1750433837 3000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_2500x.jpg?v=1750433837 2500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_2000x.jpg?v=1750433837 2000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_1800x.jpg?v=1750433837 1800w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_1600x.jpg?v=1750433837 1600w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_1400x.jpg?v=1750433837 1400w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_1200x.jpg?v=1750433837 1200w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_1000x.jpg?v=1750433837 1000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_800x.jpg?v=1750433837 800w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_600x.jpg?v=1750433837 600w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_500x.jpg?v=1750433837 500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_400x.jpg?v=1750433837 400w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_300x.jpg?v=1750433837 300w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_femme_200x.jpg?v=1750433837 200w" data-sizes="auto" alt="Collier Saint Esprit Femme" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="10059688182093Ortemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_1x.png?v=1750433837" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_5000x.png?v=1750433837 5000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_4500x.png?v=1750433837 4500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_4000x.png?v=1750433837 4000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_3500x.png?v=1750433837 3500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_3000x.png?v=1750433837 3000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_2500x.png?v=1750433837 2500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_2000x.png?v=1750433837 2000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_1800x.png?v=1750433837 1800w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_1600x.png?v=1750433837 1600w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_1400x.png?v=1750433837 1400w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_1200x.png?v=1750433837 1200w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_1000x.png?v=1750433837 1000w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_800x.png?v=1750433837 800w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_600x.png?v=1750433837 600w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_500x.png?v=1750433837 500w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_400x.png?v=1750433837 400w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_300x.png?v=1750433837 300w, //laudaris.fr/cdn/shop/files/Collier_saint_esprit_dore_200x.png?v=1750433837 200w" data-sizes="auto" alt="Collier Saint Esprit DoréOr" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier Saint Esprit </h3><div class="product-carousel-title">Spiritus</div></div> <div class="product-carousel-price"> <p class="product-current-price">69 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="10059688182093Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="10059688182093Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/medaillon-croix-homme" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_1x.jpg?v=1749560105" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_5000x.jpg?v=1749560105 5000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_4500x.jpg?v=1749560105 4500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_4000x.jpg?v=1749560105 4000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_3500x.jpg?v=1749560105 3500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_3000x.jpg?v=1749560105 3000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_2500x.jpg?v=1749560105 2500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_2000x.jpg?v=1749560105 2000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_1800x.jpg?v=1749560105 1800w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_1600x.jpg?v=1749560105 1600w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_1400x.jpg?v=1749560105 1400w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_1200x.jpg?v=1749560105 1200w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_1000x.jpg?v=1749560105 1000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_800x.jpg?v=1749560105 800w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_600x.jpg?v=1749560105 600w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_500x.jpg?v=1749560105 500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_400x.jpg?v=1749560105 400w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_300x.jpg?v=1749560105 300w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_200x.jpg?v=1749560105 200w" data-sizes="auto" alt="Médaillon croix homme - Lucta" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_1x.png?v=1749560105" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_5000x.png?v=1749560105 5000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_4500x.png?v=1749560105 4500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_4000x.png?v=1749560105 4000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_3500x.png?v=1749560105 3500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_3000x.png?v=1749560105 3000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_2500x.png?v=1749560105 2500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_2000x.png?v=1749560105 2000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_1800x.png?v=1749560105 1800w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_1600x.png?v=1749560105 1600w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_1400x.png?v=1749560105 1400w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_1200x.png?v=1749560105 1200w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_1000x.png?v=1749560105 1000w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_800x.png?v=1749560105 800w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_600x.png?v=1749560105 600w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_500x.png?v=1749560105 500w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_400x.png?v=1749560105 400w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_300x.png?v=1749560105 300w, //laudaris.fr/cdn/shop/files/Medaillon_Croix_Homme_argent_200x.png?v=1749560105 200w" data-sizes="auto" alt="Médaillon Croix Homme Argent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Médaillon croix homme </h3><div class="product-carousel-title">Lucta</div></div> <div class="product-carousel-price"> <p class="product-current-price">49 €</p></div></a><a href="/products/collier-croix-de-jerusalem" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_1x.jpg?v=1750431578" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_5000x.jpg?v=1750431578 5000w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_4500x.jpg?v=1750431578 4500w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_4000x.jpg?v=1750431578 4000w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_3500x.jpg?v=1750431578 3500w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_3000x.jpg?v=1750431578 3000w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_2500x.jpg?v=1750431578 2500w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_2000x.jpg?v=1750431578 2000w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_1800x.jpg?v=1750431578 1800w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_1600x.jpg?v=1750431578 1600w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_1400x.jpg?v=1750431578 1400w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_1200x.jpg?v=1750431578 1200w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_1000x.jpg?v=1750431578 1000w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_800x.jpg?v=1750431578 800w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_600x.jpg?v=1750431578 600w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_500x.jpg?v=1750431578 500w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_400x.jpg?v=1750431578 400w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_300x.jpg?v=1750431578 300w, //laudaris.fr/cdn/shop/files/Collier_croix_de_Jerusalem_Or_200x.jpg?v=1750431578 200w" data-sizes="auto" alt="Collier Croix de Jérusalem orOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1x.jpg?v=1750431578" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_5000x.jpg?v=1750431578 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_4500x.jpg?v=1750431578 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_4000x.jpg?v=1750431578 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_3500x.jpg?v=1750431578 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_3000x.jpg?v=1750431578 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_2500x.jpg?v=1750431578 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_2000x.jpg?v=1750431578 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1800x.jpg?v=1750431578 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1600x.jpg?v=1750431578 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1400x.jpg?v=1750431578 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1200x.jpg?v=1750431578 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1000x.jpg?v=1750431578 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_800x.jpg?v=1750431578 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_600x.jpg?v=1750431578 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_500x.jpg?v=1750431578 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_400x.jpg?v=1750431578 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_300x.jpg?v=1750431578 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_200x.jpg?v=1750431578 200w" data-sizes="auto" alt="Collier Croix de JérusalemArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="10054340477261Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1x.jpg?v=1750431578" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_5000x.jpg?v=1750431578 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_4500x.jpg?v=1750431578 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_4000x.jpg?v=1750431578 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_3500x.jpg?v=1750431578 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_3000x.jpg?v=1750431578 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_2500x.jpg?v=1750431578 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_2000x.jpg?v=1750431578 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1800x.jpg?v=1750431578 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1600x.jpg?v=1750431578 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1400x.jpg?v=1750431578 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1200x.jpg?v=1750431578 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_1000x.jpg?v=1750431578 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_800x.jpg?v=1750431578 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_600x.jpg?v=1750431578 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_500x.jpg?v=1750431578 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_400x.jpg?v=1750431578 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_300x.jpg?v=1750431578 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Jerusalem_200x.jpg?v=1750431578 200w" data-sizes="auto" alt="Collier Croix de JérusalemArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix de Jérusalem </h3><div class="product-carousel-title">Terrae</div></div> <div class="product-carousel-price"> <p class="product-current-price">49 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="10054340477261Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="10054340477261Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-vierge-marie" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_1x.jpg?v=1749560664" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_5000x.jpg?v=1749560664 5000w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_4500x.jpg?v=1749560664 4500w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_4000x.jpg?v=1749560664 4000w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_3500x.jpg?v=1749560664 3500w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_3000x.jpg?v=1749560664 3000w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_2500x.jpg?v=1749560664 2500w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_2000x.jpg?v=1749560664 2000w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_1800x.jpg?v=1749560664 1800w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_1600x.jpg?v=1749560664 1600w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_1400x.jpg?v=1749560664 1400w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_1200x.jpg?v=1749560664 1200w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_1000x.jpg?v=1749560664 1000w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_800x.jpg?v=1749560664 800w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_600x.jpg?v=1749560664 600w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_500x.jpg?v=1749560664 500w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_400x.jpg?v=1749560664 400w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_300x.jpg?v=1749560664 300w, //laudaris.fr/cdn/shop/files/Collier_Vierge_Marie_200x.jpg?v=1749560664 200w" data-sizes="auto" alt="Collier Vierge MarieOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1x.jpg?v=1750432973" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_5000x.jpg?v=1750432973 5000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_4500x.jpg?v=1750432973 4500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_4000x.jpg?v=1750432973 4000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_3500x.jpg?v=1750432973 3500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_3000x.jpg?v=1750432973 3000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_2500x.jpg?v=1750432973 2500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_2000x.jpg?v=1750432973 2000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1800x.jpg?v=1750432973 1800w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1600x.jpg?v=1750432973 1600w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1400x.jpg?v=1750432973 1400w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1200x.jpg?v=1750432973 1200w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1000x.jpg?v=1750432973 1000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_800x.jpg?v=1750432973 800w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_600x.jpg?v=1750432973 600w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_500x.jpg?v=1750432973 500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_400x.jpg?v=1750432973 400w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_300x.jpg?v=1750432973 300w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_200x.jpg?v=1750432973 200w" data-sizes="auto" alt="Collier Vierge Marie ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="10054332318029Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1x.jpg?v=1750432973" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_5000x.jpg?v=1750432973 5000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_4500x.jpg?v=1750432973 4500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_4000x.jpg?v=1750432973 4000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_3500x.jpg?v=1750432973 3500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_3000x.jpg?v=1750432973 3000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_2500x.jpg?v=1750432973 2500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_2000x.jpg?v=1750432973 2000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1800x.jpg?v=1750432973 1800w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1600x.jpg?v=1750432973 1600w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1400x.jpg?v=1750432973 1400w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1200x.jpg?v=1750432973 1200w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_1000x.jpg?v=1750432973 1000w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_800x.jpg?v=1750432973 800w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_600x.jpg?v=1750432973 600w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_500x.jpg?v=1750432973 500w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_400x.jpg?v=1750432973 400w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_300x.jpg?v=1750432973 300w, //laudaris.fr/cdn/shop/files/Collier_vierge_marie_Argent_200x.jpg?v=1750432973 200w" data-sizes="auto" alt="Collier Vierge Marie ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier Vierge Marie </h3><div class="product-carousel-title">Stella</div></div> <div class="product-carousel-price"> <p class="product-current-price">69 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="10054332318029Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="10054332318029Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/medaille-ange" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Medaille_Ange_1x.jpg?v=1749560449" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Medaille_Ange_5000x.jpg?v=1749560449 5000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_4500x.jpg?v=1749560449 4500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_4000x.jpg?v=1749560449 4000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_3500x.jpg?v=1749560449 3500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_3000x.jpg?v=1749560449 3000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_2500x.jpg?v=1749560449 2500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_2000x.jpg?v=1749560449 2000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_1800x.jpg?v=1749560449 1800w, //laudaris.fr/cdn/shop/files/Medaille_Ange_1600x.jpg?v=1749560449 1600w, //laudaris.fr/cdn/shop/files/Medaille_Ange_1400x.jpg?v=1749560449 1400w, //laudaris.fr/cdn/shop/files/Medaille_Ange_1200x.jpg?v=1749560449 1200w, //laudaris.fr/cdn/shop/files/Medaille_Ange_1000x.jpg?v=1749560449 1000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_800x.jpg?v=1749560449 800w, //laudaris.fr/cdn/shop/files/Medaille_Ange_600x.jpg?v=1749560449 600w, //laudaris.fr/cdn/shop/files/Medaille_Ange_500x.jpg?v=1749560449 500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_400x.jpg?v=1749560449 400w, //laudaris.fr/cdn/shop/files/Medaille_Ange_300x.jpg?v=1749560449 300w, //laudaris.fr/cdn/shop/files/Medaille_Ange_200x.jpg?v=1749560449 200w" data-sizes="auto" alt="Médaille AngeOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1x.jpg?v=1750432450" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_5000x.jpg?v=1750432450 5000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_4500x.jpg?v=1750432450 4500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_4000x.jpg?v=1750432450 4000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_3500x.jpg?v=1750432450 3500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_3000x.jpg?v=1750432450 3000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_2500x.jpg?v=1750432450 2500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_2000x.jpg?v=1750432450 2000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1800x.jpg?v=1750432450 1800w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1600x.jpg?v=1750432450 1600w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1400x.jpg?v=1750432450 1400w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1200x.jpg?v=1750432450 1200w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1000x.jpg?v=1750432450 1000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_800x.jpg?v=1750432450 800w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_600x.jpg?v=1750432450 600w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_500x.jpg?v=1750432450 500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_400x.jpg?v=1750432450 400w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_300x.jpg?v=1750432450 300w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_200x.jpg?v=1750432450 200w" data-sizes="auto" alt="Médaille ange ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="10054314164557Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1x.jpg?v=1750432450" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_5000x.jpg?v=1750432450 5000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_4500x.jpg?v=1750432450 4500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_4000x.jpg?v=1750432450 4000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_3500x.jpg?v=1750432450 3500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_3000x.jpg?v=1750432450 3000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_2500x.jpg?v=1750432450 2500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_2000x.jpg?v=1750432450 2000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1800x.jpg?v=1750432450 1800w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1600x.jpg?v=1750432450 1600w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1400x.jpg?v=1750432450 1400w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1200x.jpg?v=1750432450 1200w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_1000x.jpg?v=1750432450 1000w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_800x.jpg?v=1750432450 800w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_600x.jpg?v=1750432450 600w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_500x.jpg?v=1750432450 500w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_400x.jpg?v=1750432450 400w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_300x.jpg?v=1750432450 300w, //laudaris.fr/cdn/shop/files/Medaille_Ange_Argent_200x.jpg?v=1750432450 200w" data-sizes="auto" alt="Médaille ange ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Médaille ange </h3><div class="product-carousel-title">Angelus</div></div> <div class="product-carousel-price"> <p class="product-current-price">79 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="10054314164557Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="10054314164557Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a><a href="/products/collier-croix-strass" class="collection-item" 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" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Strass_1x.jpg?v=1749561673" data-aspectratio="1.0" data-image-ratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_5000x.jpg?v=1749561673 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_4500x.jpg?v=1749561673 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_4000x.jpg?v=1749561673 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_3500x.jpg?v=1749561673 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_3000x.jpg?v=1749561673 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_2500x.jpg?v=1749561673 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_2000x.jpg?v=1749561673 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_1800x.jpg?v=1749561673 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_1600x.jpg?v=1749561673 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_1400x.jpg?v=1749561673 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_1200x.jpg?v=1749561673 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_1000x.jpg?v=1749561673 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_800x.jpg?v=1749561673 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_600x.jpg?v=1749561673 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_500x.jpg?v=1749561673 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_400x.jpg?v=1749561673 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_300x.jpg?v=1749561673 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_200x.jpg?v=1749561673 200w" data-sizes="auto" alt="Collier Croix StrassOr" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1x.jpg?v=1750432609" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_5000x.jpg?v=1750432609 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_4500x.jpg?v=1750432609 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_4000x.jpg?v=1750432609 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_3500x.jpg?v=1750432609 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_3000x.jpg?v=1750432609 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_2500x.jpg?v=1750432609 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_2000x.jpg?v=1750432609 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1800x.jpg?v=1750432609 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1600x.jpg?v=1750432609 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1400x.jpg?v=1750432609 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1200x.jpg?v=1750432609 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1000x.jpg?v=1750432609 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_800x.jpg?v=1750432609 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_600x.jpg?v=1750432609 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_500x.jpg?v=1750432609 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_400x.jpg?v=1750432609 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_300x.jpg?v=1750432609 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_200x.jpg?v=1750432609 200w" data-sizes="auto" alt="Collier_Croix_Strass_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="image-complete-container hidden-image-swatch" data-swatch="10054231425357Argenttemplate--24836072636749__main"> <img class="lazyload image-complete-picture" src="//laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1x.jpg?v=1750432609" data-aspectratio="1.0" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_5000x.jpg?v=1750432609 5000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_4500x.jpg?v=1750432609 4500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_4000x.jpg?v=1750432609 4000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_3500x.jpg?v=1750432609 3500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_3000x.jpg?v=1750432609 3000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_2500x.jpg?v=1750432609 2500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_2000x.jpg?v=1750432609 2000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1800x.jpg?v=1750432609 1800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1600x.jpg?v=1750432609 1600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1400x.jpg?v=1750432609 1400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1200x.jpg?v=1750432609 1200w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_1000x.jpg?v=1750432609 1000w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_800x.jpg?v=1750432609 800w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_600x.jpg?v=1750432609 600w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_500x.jpg?v=1750432609 500w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_400x.jpg?v=1750432609 400w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_300x.jpg?v=1750432609 300w, //laudaris.fr/cdn/shop/files/Collier_Croix_Strass_Argent_200x.jpg?v=1750432609 200w" data-sizes="auto" alt="Collier_Croix_Strass_ArgentArgent" draggable="false" style="width:100%;" /> </div><div class="tags-position-left tags-corner"></div> </div> <div class="product-carousel-text"><h3 class="product-carousel-subtitle">Collier croix strass </h3><div class="product-carousel-title">Lumen</div></div> <div class="product-carousel-price"> <p class="product-current-price">69 €</p></div><div class="flex product-carousel-swatch" ><div class="product-option-block"><div class="product-option-image" data-swatch="10054231425357Ortemplate--24836072636749__main"> <div class="product-option-color" title="Or" style="background-color:#d49a06;"></div> </div></div><div class="product-option-block"><div class="product-option-image" data-swatch="10054231425357Argenttemplate--24836072636749__main"> <div class="product-option-color" title="Argent" style="background-color:#d3d3d3;"></div> </div></div></div></a></div><div class="pagination"></div> </div> </div> <style>#shopify-section-template--24836072636749__main .collection-description {background-color: rgba(0,0,0,0); padding:20px; } #shopify-section-template--24836072636749__main .collection-description.two-col-line {column-rule: 1px solid #515151;} #shopify-section-template--24836072636749__main .collection-description,#shopify-section-template--24836072636749__main .collection-description li,#shopify-section-template--24836072636749__main .collection-description p,#shopify-section-template--24836072636749__main .collection-description table,#shopify-section-template--24836072636749__main .collection-description td,#shopify-section-template--24836072636749__main .collection-description th {color: #515151;} #shopify-section-template--24836072636749__main .collection-description h1,#shopify-section-template--24836072636749__main .collection-description h2,#shopify-section-template--24836072636749__main .collection-description h3,#shopify-section-template--24836072636749__main .collection-description h4,#shopify-section-template--24836072636749__main .collection-description h5,#shopify-section-template--24836072636749__main .collection-description h6 {color: #111111;} #shopify-section-template--24836072636749__main .collection-description-bottom {background-color: #fff9ec; padding:20px; } #shopify-section-template--24836072636749__main .collection-description-bottom.two-col-line {column-rule: 1px solid #f7f7f7;} #shopify-section-template--24836072636749__main .collection-description-bottom,#shopify-section-template--24836072636749__main .collection-description-bottom li,#shopify-section-template--24836072636749__main .collection-description-bottom p,#shopify-section-template--24836072636749__main .collection-description-bottom table,#shopify-section-template--24836072636749__main .collection-description-bottom td,#shopify-section-template--24836072636749__main .collection-description-bottom th {color: #515151;} #shopify-section-template--24836072636749__main .collection-description-bottom h1,#shopify-section-template--24836072636749__main .collection-description-bottom h2,#shopify-section-template--24836072636749__main .collection-description-bottom h3,#shopify-section-template--24836072636749__main .collection-description-bottom h4,#shopify-section-template--24836072636749__main .collection-description-bottom h5,#shopify-section-template--24836072636749__main .collection-description-bottom h6 {color: #111111;} #shopify-section-template--24836072636749__main .collection-description-button { color: #111111;} #shopify-section-template--24836072636749__main .collection-description .collection-description-button {background-color: rgba(0,0,0,0);} #shopify-section-template--24836072636749__main .collection-description-bottom .collection-description-button {background-color: #fff9ec;} </style> <script> const stickyCollection = "nosticky"; const readMoreCollection = "Lire la suite"; const readLessCollection = "Voir moins"; function initReadMore() {document.querySelectorAll(".collection-description-button").forEach(e=>e.addEventListener("click",function(){this.previousElementSibling.classList.toggle("hide-product-content"),this.firstChild.data=this.firstChild.data===readMoreCollection?readLessCollection:readMoreCollection}));if(stickyCollection == "sticky"){let collectionBanner=document.querySelector("#collection-banner"),collectionHeader=document.querySelector("#collection-header");collectionHeader&&window.addEventListener("scroll",function(){let e=collectionBanner?document.querySelector("#collection-banner").offsetHeight:0,o=collectionHeader.getBoundingClientRect().top+e;window.pageYOffset>=o?collectionHeader.classList.add("collection-scroll-filters"):collectionHeader.classList.remove("collection-scroll-filters")})};} initReadMore(); if(window.Shopify.designMode) {document.addEventListener("shopify:section:load", function(event) {initReadMore();});} </script><style> #shopify-section-template--24836072636749__main .collection-block {padding: 0;} #shopify-section-template--24836072636749__main .preheader-titre {padding: 40px 0; background-color: #f8f6f1;} #shopify-section-template--24836072636749__main .collection-description {padding: 0 0 20px 0;} #shopify-section-template--24836072636749__main .soustitre {padding: 0; font-size: 22.5px;} </style></div><div id="shopify-section-template--24836072636749__section_icons_qfj37h" 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 Laudaris™ ?</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_cKriVk" 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="//laudaris.fr/cdn/shop/files/Livraison_gratuite_1x.png?v=1745080522" data-aspectratio="1.0" data-srcset="//laudaris.fr/cdn/shop/files/Livraison_gratuite_2000x.png?v=1745080522 2000w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_1800x.png?v=1745080522 1800w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_1600x.png?v=1745080522 1600w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_1400x.png?v=1745080522 1400w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_1200x.png?v=1745080522 1200w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_1000x.png?v=1745080522 1000w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_800x.png?v=1745080522 800w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_600x.png?v=1745080522 600w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_400x.png?v=1745080522 400w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_300x.png?v=1745080522 300w, //laudaris.fr/cdn/shop/files/Livraison_gratuite_200x.png?v=1745080522 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 livraison sont toujours offerts sur toutes les commandes.</p></div></div></div> </div> <style> #block-icon_cKriVk { background-color: ; display:block;} #block-icon_cKriVk .index-content p, #block-icon_cKriVk .index-content li {color: #515151;font-size: 14px;} #block-icon_cKriVk .testim-image {max-width: 50px;} #block-icon_cKriVk .testim-name {color: #111111; font-size: 18px;} #block-icon_cKriVk.text-icon-merged-left .testim-block { flex-direction: column; } #block-icon_cKriVk.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-icon_cKriVk.text-icon-merged-left .testim-text { width: 100%; } #block-icon_cKriVk.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-icon_cKriVk.text-icon-merged-left .testim-image > * { flex:1; } #block-icon_cKriVk.text-icon-merged-left .testim-image .placeholder { max-width: 50px; padding-top: 50px!important; } #block-icon_cKriVk.text-icon-merged-left ul {padding:0;} #block-icon_cKriVk.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-icon_cKriVk.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-icon_cKriVk .testim-name {font-size: 16px;} #block-icon_cKriVk .index-content p, #block-icon_cKriVk .index-content li {font-size: 12px;} } a#block-icon_cKriVk {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_7ywFbb" 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="//laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_1x.png?v=1745080538" data-aspectratio="1.0" data-srcset="//laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_2000x.png?v=1745080538 2000w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_1800x.png?v=1745080538 1800w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_1600x.png?v=1745080538 1600w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_1400x.png?v=1745080538 1400w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_1200x.png?v=1745080538 1200w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_1000x.png?v=1745080538 1000w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_800x.png?v=1745080538 800w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_600x.png?v=1745080538 600w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_400x.png?v=1745080538 400w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_300x.png?v=1745080538 300w, //laudaris.fr/cdn/shop/files/Satisfait_ou_rembourse_200x.png?v=1745080538 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 avez changé d'avis ? Vous avez 30 jours à partir de la réception du bijou pour nous le renvoyer.</p></div></div></div> </div> <style> #block-icon_7ywFbb { background-color: ; display:block;} #block-icon_7ywFbb .index-content p, #block-icon_7ywFbb .index-content li {color: #515151;font-size: 14px;} #block-icon_7ywFbb .testim-image {max-width: 50px;} #block-icon_7ywFbb .testim-name {color: #111111; font-size: 18px;} #block-icon_7ywFbb.text-icon-merged-left .testim-block { flex-direction: column; } #block-icon_7ywFbb.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-icon_7ywFbb.text-icon-merged-left .testim-text { width: 100%; } #block-icon_7ywFbb.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-icon_7ywFbb.text-icon-merged-left .testim-image > * { flex:1; } #block-icon_7ywFbb.text-icon-merged-left .testim-image .placeholder { max-width: 50px; padding-top: 50px!important; } #block-icon_7ywFbb.text-icon-merged-left ul {padding:0;} #block-icon_7ywFbb.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-icon_7ywFbb.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-icon_7ywFbb .testim-name {font-size: 16px;} #block-icon_7ywFbb .index-content p, #block-icon_7ywFbb .index-content li {font-size: 12px;} } a#block-icon_7ywFbb {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_FtM4FN" 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="//laudaris.fr/cdn/shop/files/support_francais_1x.png?v=1745080554" data-aspectratio="1.0" data-srcset="//laudaris.fr/cdn/shop/files/support_francais_2000x.png?v=1745080554 2000w, //laudaris.fr/cdn/shop/files/support_francais_1800x.png?v=1745080554 1800w, //laudaris.fr/cdn/shop/files/support_francais_1600x.png?v=1745080554 1600w, //laudaris.fr/cdn/shop/files/support_francais_1400x.png?v=1745080554 1400w, //laudaris.fr/cdn/shop/files/support_francais_1200x.png?v=1745080554 1200w, //laudaris.fr/cdn/shop/files/support_francais_1000x.png?v=1745080554 1000w, //laudaris.fr/cdn/shop/files/support_francais_800x.png?v=1745080554 800w, //laudaris.fr/cdn/shop/files/support_francais_600x.png?v=1745080554 600w, //laudaris.fr/cdn/shop/files/support_francais_400x.png?v=1745080554 400w, //laudaris.fr/cdn/shop/files/support_francais_300x.png?v=1745080554 300w, //laudaris.fr/cdn/shop/files/support_francais_200x.png?v=1745080554 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 français et réactif</p><div class="index-content page-description icon-cont"><p>Notre support client est disponible par mail 24/24h et 6/7j. N'hésitez pas à nous contacter !</p></div></div></div> </div> <style> #block-icon_FtM4FN { background-color: ; display:block;} #block-icon_FtM4FN .index-content p, #block-icon_FtM4FN .index-content li {color: #515151;font-size: 14px;} #block-icon_FtM4FN .testim-image {max-width: 50px;} #block-icon_FtM4FN .testim-name {color: #111111; font-size: 18px;} #block-icon_FtM4FN.text-icon-merged-left .testim-block { flex-direction: column; } #block-icon_FtM4FN.text-icon-merged-left .testim-image { max-width: inherit; display:flex; gap: 20px; margin-bottom: 20px; align-items: center; } #block-icon_FtM4FN.text-icon-merged-left .testim-text { width: 100%; } #block-icon_FtM4FN.text-icon-merged-left .testim-name { margin-bottom: 0!important;} #block-icon_FtM4FN.text-icon-merged-left .testim-image > * { flex:1; } #block-icon_FtM4FN.text-icon-merged-left .testim-image .placeholder { max-width: 50px; padding-top: 50px!important; } #block-icon_FtM4FN.text-icon-merged-left ul {padding:0;} #block-icon_FtM4FN.text-icon-merged-left li { list-style: none; display: flex; gap: 10px; } #block-icon_FtM4FN.text-icon-merged-left li::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22bullet-svg%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; } @media all and (max-width: 539px) { #block-icon_FtM4FN .testim-name {font-size: 16px;} #block-icon_FtM4FN .index-content p, #block-icon_FtM4FN .index-content li {font-size: 12px;} } a#block-icon_FtM4FN {text-decoration:none;} </style></div></div> </div></div> <style> #shopify-section-template--24836072636749__section_icons_qfj37h {background-color: #f8f6f1;padding-top: 80px;padding-bottom: 80px;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-title-block .index-title {color: #111111;font-size: 28px;margin-bottom: 40px;} @media all and (max-width: 539px) {#shopify-section-template--24836072636749__section_icons_qfj37h .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836072636749__section_icons_qfj37h .index-icons-subtitle p, #shopify-section-template--24836072636749__section_icons_qfj37h .index-icons-subtitle li {color: #515151;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-icons-subtitle {margin-bottom: 30px;}#shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2 {width: calc((100% - ((3 - 1) * 20px)) / 3);margin-top:50px;margin-left:20px;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2:nth-child(-n +3) {margin-top:0;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2:nth-child(3n + 1) {margin-left:0;} @media all and (max-width: 799px) { #shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2:nth-child(-n +3) {margin-top:50px;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2:nth-child(3n + 1) {margin-left:20px;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2 {width: calc((100% - ((1 - 1) * 20px)) / 1);margin-top: 50px;margin-left: 20px;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2:nth-child(-n +1) {margin-top:0;} #shopify-section-template--24836072636749__section_icons_qfj37h .index-gallery-2:nth-child(1n + 1) {margin-left:0;} }</style></div><div id="shopify-section-template--24836072636749__section_sous_description_9gAyM0" class="shopify-section"> <div class="container"> <div class="collection-collier-sous-section collection-description collection-description-bottom"> <p>Explorez notre collection de colliers croix uniques. Ils sont conçus pour allier spiritualité et élégance. Nos bijoutiers ont le plaisir de vous présenter des bijoux en argent S925, en acier inoxydable et en or plaqué qui rendent grâce à Dieu. Ces colliers croix sont conçus pour durer et sublimer votre foi au quotidien !</p> <h2>Explorez notre collection de colliers croix en argent, or plaqué et acier inoxydable</h2> <p>Chez Laudaris™, nous avions à cœur de vous proposer une <strong>large collection de collier croix</strong> de qualité et les matériaux utilisés sont sûrement la chose la plus importante dans le choix de son collier. C’est pour cela que nous vous proposons principalement des colliers croix en argent, en or plaqué ou en acier inoxydable.</p> <p>Nos colliers croix sont des bijoux chrétiens de qualité, élégants et abordables. Profitez-en dès à présent avec nos offres <strong>dès 49 €</strong> !</p> <div class="hide-product-content collection-hidden-block"> <h3>Des colliers chrétiens en argent sterling S925 de qualité</h3> <p>Nos colliers croix en <strong>argent S925</strong> sont nos bijoux les plus appréciés. L’argent est un métal précieux et résistant. Il est idéal pour la création de chaînes et pendentifs qui rendent grâce à Dieu. Autour de votre cou, nos colliers croix en argent seront parfaits pour la messe et pour la vie quotidienne. Ils sont élégants et apporteront une brillance à toutes vos tenues. L’argent est une matière <strong>hypoallergénique</strong>, raison de plus pour vous l’offrir.</p> <h3>Des colliers croix en or plaqué pour un éclat intemporel</h3> <p>Pour les amateurs d’or, nous avons pris le parti de vous proposer des colliers croix uniquement plaqués avec de l’<strong>or 18k</strong>. Ce choix nous permet de vous proposer des colliers croix dorés abordables et de qualité. Nos techniques de plaquage permettent une résistance accrue aux frottements, le bijou ne ternira pas avant longtemps. Le plaquage pourra se trouver au-dessus de différents matériaux comme l’argent, l’acier ou l’alliage de zinc, selon le modèle de votre collier.</p> <h3>Des modèles en acier inoxydable résistants et modernes</h3> <p>Nos colliers croix en <strong>acier inoxydable</strong> sont nos colliers les plus abordables. L’acier est une matière incroyable qui nous permet beaucoup de liberté au niveau de la gravure, de la forme et des sertissages de nos colliers croix. En plus, il est inoxydable, ce qui signifie qu’il ne rouillera pas même sous l’eau !</p> <h2>Des bijoux pour exprimer votre Foi : découvrez nos colliers croix pour femme et homme</h2> <p>Notre collection de colliers chrétiens s'adresse aux femmes comme aux hommes. Chez Laudaris™, nous pensons que tout le monde doit pouvoir trouver son propre collier !</p> <h3>Nos colliers pour femme allient élégance et délicatesse</h3> <p>Découvrez notre collection de <strong>colliers croix pour femme</strong>, des pièces délicates et raffinées qui subliment votre foi avec élégance. Que ce soit en argent S925, or plaqué ou acier inoxydable, nos modèles sont conçus pour apporter une touche spirituelle et élégante à toutes vos tenues.</p> <h3>Nos colliers croix pour homme allient force et modernité</h3> <p>Explorez nos <strong>colliers croix pour homme</strong>, des bijoux robustes et élégants qui allient force et spiritualité. Fabriqués avec des matériaux résistants comme l'acier inoxydable ou l'argent, ces colliers sont parfaits pour affirmer votre foi tout en ajoutant une touche masculine à votre style.</p> <h2>Une collection de styles variés pour tous les goûts</h2> <p>Découvrez dès maintenant notre large collection de colliers croix, de toutes formes et pour tous les chrétiens. Nous vous proposons une large gamme de colliers en forme de croix avec <strong>plus de 80 références</strong>.</p> <h3>Des colliers croix catholiques classiques et sacrés</h3> <p>Les <strong>colliers croix catholiques</strong> que nous proposons sont disponibles sous trois formes principales : les crucifix, les colliers à pendentifs croix et médaille de la Vierge Marie ainsi que les croix et médailles des saints. Ce sont des colliers chrétiens puissants qui peuvent vous protéger, en plus de la prière. Explorez notre collection dès à présent et trouvez celui qui vous correspond !</p> <h3>Des croix chrétiennes modernes et élégantes</h3> <p>Le collier croix chrétienne est un collier minimaliste qui représente la Croix vide. Elle est utilisée par les chrétiens protestants et les catholiques. Nos colliers croix chrétienne sont parfaits pour porter un <strong>symbole discret de votre foi</strong>. Ce type de collier croix est même porté, en dépit de sa signification religieuse, par les non-croyants pour le style qu’elle apporte.</p> <h3>Des croix orthodoxes pour une foi affirmée</h3> <p>Nos colliers croix orthodoxes sont destinés à nos frères orthodoxes. Ce sont des symboles puissants qui affirment une foi forte. Le collier à pendentif <strong>croix orthodoxe</strong> diffère de la croix “classique”, elle est composée de trois barres horizontales : la barre supérieure plus petite représente l'inscription "INRI", la barre centrale est celle sur laquelle les bras de Jésus le Christ étaient étendus, et la barre inférieure inclinée symbolise le repose-pieds.</p> <h3>Des colliers croix ankh, inspirés de l'Égypte ancienne</h3> <p>Le collier croix ankh n’est pas un symbole chrétien traditionnel. Cependant, nous l’apprécions, car la <strong>croix ankh</strong> est aussi un symbole de la vie éternelle. Vous retrouverez aussi ce type de colliers croix sur notre boutique, pour hommes et femmes.</p> <h2>Portez un symbole spirituel au quotidien</h2> <p>Porter un collier croix est un symbole fort de sa foi et de son amour pour Christ. En vous offrant un collier croix chez Laudaris™, vous exprimez votre foi et vous la montrez au monde.</p> <p>Porter une croix autour de son cou, c’est sentir à chaque instant la présence de Dieu dans notre vie. C’est une sorte de sceau, une marque d’appartenance à l’Église fondée par Jésus.</p> <p>Selon les croyances, le collier croix est aussi un <strong>symbole de protection divine</strong>. Nous, croyants, voyons ce symbole comme une protection contre le mal qui repousse les attaques du diable.</p> <p>Si vous souhaitez en savoir plus sur la signification profonde et les raisons spirituelles de porter une croix, nous vous invitons à lire notre article : <a href="https://bijoux-chretiens.fr/blogs/blog-chretien/pourquoi-porter-croix-cou">Pourquoi porter une croix autour du cou ?</a></p> <h2>Quand et comment porter votre collier croix ?</h2> <p>Le collier croix se porte dans diverses occasions, nous dirions même dans toutes les occasions. C’est un collier simple et élégant qui permet à son porteur de montrer, très discrètement, sa foi.</p> <p>Cependant, il y a quelques occasions vraiment adaptées au port d’un collier croix.</p> <h3>Pour des moments de prière et de méditation</h3> <p>Nous avons remarqué qu’il était plus facile de prier et de méditer avec quelque chose dans les mains. <strong>Porter un collier croix</strong> pendant vos prières, ou votre méditation, peut enrichir votre connexion au Christ. Le simple fait de toucher ce symbole sacré vous guide dans votre réflexion et apporte un sentiment de proximité avec Dieu.</p> <h3>Lors des cérémonies et des événements religieux</h3> <p>Les cérémonies religieuses comme le baptême, la communion ou la confirmation sont des moments de grande importance dans la vie d’un chrétien. Porter votre collier croix à ces occasions renforce votre engagement envers la foi. Offrir un collier croix lors de ces célébrations est une belle tradition, marquant un renouvellement de votre dévotion à Dieu et soulignant la profondeur de votre foi.</p> <h2>Un cadeau spirituel pour un être cher</h2> <p>Le collier croix est une superbe idée-cadeau pour un être cher. Si vous connaissez un chrétien et que vous souhaitez lui faire plaisir, offrez-lui un collier croix. C’est un symbole fort qui va résonner en lui. En plus, c’est un bijou qui va l’accompagner et le protéger au quotidien ! Que ce soit pour un <strong>anniversaire</strong>, une <strong>communion</strong> ou une occasion spéciale, un collier croix est un cadeau empreint d'amour et de foi, qui accompagnera son porteur dans tous les moments de la vie.</p> <h2>Conseils pour entretenir votre collier croix</h2> <p>Pour entretenir un collier croix, rien de plus simple ! Il y a plusieurs choses à faire et à ne pas faire pour entretenir votre bijou.</p> <p>Voici une liste de ce dont vous devriez vous méfier :</p> <ul> <li>Évitez le contact prolongé avec l’eau, surtout l’eau salée ou chlorée, car cela pourrait ternir l’éclat du métal.</li> <li>Faites attention à ne pas laisser votre collier croix en contact avec des produits chimiques comme du parfum, de la lotion ou des produits ménagers.</li> <li>Retirez votre collier avant de pratiquer une activité physique qui pourrait l’abîmer ou le casser.</li> <li>Gardez-le à l’abri d’une chaleur excessive et de l’humidité pour préserver sa qualité.</li> </ul> <p>Et voici une liste des bonnes pratiques à avoir pour garder son collier croix le plus longtemps possible :</p> <ul> <li>Nettoyez régulièrement votre collier croix avec un chiffon doux pour lui rendre de l’éclat.</li> <li>Rangez-le dans une <strong>boîte à bijoux</strong> ou un écrin, de façon à éviter les rayures.</li> <li>Si votre collier croix est en argent, vous pouvez utiliser un nettoyant spécial pour retirer les traces d’oxydation.</li> <li>Faites <strong>bénir votre collier croix</strong> par un prêtre pour lui ajouter une dimension encore plus profonde spirituellement.</li> </ul> <p>Maintenant, vous savez tout pour entretenir votre collier croix !</p> <h2>Pourquoi choisir un collier croix chez Laudaris™ ?</h2> <p>Merci pour votre intérêt pour notre boutique Laudaris™. Nous avons à cœur de vous proposer une large collection de colliers croix de qualité et abordables. En ce sens, nous avons aussi fait le choix d’offrir les frais de livraison à tous nos clients.</p> <p>En vous offrant un collier croix sur Laudaris™, vous faites vivre une <strong>entreprise chrétienne</strong> qui porte des valeurs fortes et qui souhaite, au travers de ses bijoux, répandre et promouvoir la foi chrétienne !</p> <p>N’attendez plus pour vous faire plaisir et offrez-vous un collier croix dès maintenant !</p> </div> <button class="collection-description-button">Lire la suite</button></div> </div> <script> const voirplus=document.querySelector(".collection-description-button"); const bloc_hidden = document.querySelector('.collection-hidden-block'); voirplus.addEventListener('click', function(){ bloc_hidden.classList.remove('hide-product-content'); this.style.display="none"; }); </script><style> #shopify-section-template--24836072636749__section_sous_description_9gAyM0 .collection-collier-sous-section {margin-top: 80px; padding: 20px; font-family: "Montserrat, sans-serif"; color: rgb(81, 81, 81); background-color: rgb(248, 246, 241);} </style></div><div id="shopify-section-template--24836072636749__section_faq_7wEEn4" class="shopify-section index-section-nomargin"><div class="container text-dk-center text-mb-center page-centered"><div class="index-title-block"> <h2 class="index-title">Questions fréquentes</h2> </div></div> <div class="container page-centered"> <div class="index-faq index-title-margin"><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Pourquoi porter un collier avec une croix ?</h3> <svg class="product-accordion-arrow" 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 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p><strong>Porter un collier avec une croix symbolise la foi chrétienne, un lien spirituel avec Dieu, et peut être perçu comme une protection divine.</strong></p><p>Pour les chrétiens, un collier croix est un moyen de montrer discrètement leur engagement spirituel et de se rappeler du sacrifice de Jésus-Christ. La croix représente la victoire de Jésus sur la mort et le péché, offrant un symbole de rédemption et d’espoir. En outre, nous pensons que porter ce bijou peut éloigner les influences du démon et renforcer la connexion spirituelle dans les moments de doute ou de prière.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Comment appelle-t-on un collier avec une croix ?</h3> <svg class="product-accordion-arrow" 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 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p><strong>Un collier avec une croix est généralement appelé un "collier croix" ou un "pendentif croix". La croix peut être un crucifix ou une croix latine.</strong></p><p>Ce bijou peut également être nommé selon des variantes spécifiques, comme "collier chrétien", "collier crucifix" (si la croix représente le Christ crucifié) ou "collier religieux". Le nom peut varier selon la culture et la tradition religieuse associées au symbole de la croix.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Puis-je porter un collier croix au travail ?</h3> <svg class="product-accordion-arrow" 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 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p><strong>Oui, vous pouvez porter un collier croix au travail, à condition qu'il respecte les codes vestimentaires de votre entreprise.</strong></p><p>Dans la plupart des environnements professionnels, porter un collier croix discret est tout à fait acceptable, surtout lorsqu'il est considéré comme un symbole religieux et spirituel. Cependant, en France, où la laïcité est importante, certaines restrictions peuvent s'appliquer, notamment dans les institutions publiques. Si vous avez des doutes, il est préférable de consulter la politique de votre entreprise ou d'en discuter avec vos supérieurs pour s'assurer que le port d'un symbole religieux ne pose pas de problème.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Un collier en croix doit-il être béni ?</h3> <svg class="product-accordion-arrow" 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 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p><strong>Non, un collier en croix n'a pas besoin d'être béni, mais le faire bénir peut ajouter une signification spirituelle pour ceux qui le souhaitent.</strong></p><p>Faire bénir un collier en croix par un prêtre n'est pas obligatoire, mais cela peut renforcer son importance spirituelle et symbolique. La bénédiction est une manière de consacrer le bijou et de demander la protection divine pour la personne qui le porte. Beaucoup de croyants choisissent cette option pour sentir la présence de Dieu plus intensément ou pour utiliser la croix comme une protection spirituelle. Cependant, même sans bénédiction, un collier en croix reste un symbole puissant de foi et de dévotion.</p></div></div><div class="faq-accordion faq-element" ><button class="product-accordion"> <h3 class="product-accordion-title faq-accordion-title faq-q">Quel collier portent les catholiques ?</h3> <svg class="product-accordion-arrow" 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 5 8.5 L 12 15.5 L 19 8.5" /> </svg> </button><div class="product-content hide-product-content faq-a page-description"><p><strong>Les catholiques portent généralement un collier avec une croix ou un crucifix.</strong></p><p>Ils portent des colliers avec différents pendentifs :</p><ul><li>La croix latine : elle représente la Croix du Christ et elle est le symbole de sa résurrection.</li><li>Le crucifix : il représente le Christ sur la Croix, c'est le symbole de Son sacrifice pour racheter les pêchés du monde.</li><li>La médaille de la Vierge : les catholiques donnent une place importante à Marie, elle est le symbole de la pureté absolue et d'une foi puissante.</li><li>Les médailles des saints : comme pour la Vierge Marie, les catholiques croient à l'intercession des saints dans leur vie quotidienne, chaque saint représente une vertu, une protection.</li></ul><p>Un catholique peut porter ces différents types de colliers pour rendre grâce à Dieu et faire honneur aux saints qui les ont précédés.</p></div></div></div> </div> <style> #shopify-section-template--24836072636749__section_faq_7wEEn4 {background-color: #ffffff;padding-top: 50px;padding-bottom: 80px;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .index-title-block .index-title {font-size: 28px;margin-bottom: 20px; color: #111111;} @media all and (max-width: 539px) {#shopify-section-template--24836072636749__section_faq_7wEEn4 .index-title-block .index-title {font-size: 28px;}} #shopify-section-template--24836072636749__section_faq_7wEEn4 .index-icons-subtitle {margin-bottom: 30px;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .index-icons-subtitle p, #shopify-section-template--24836072636749__section_faq_7wEEn4 .index-icons-subtitle li {color: #515151;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .product-accordion {background-color: #ffffff;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .faq-accordion {border-bottom: 1px solid #e7e7e7;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .index-faq {border-top: 1px solid #e7e7e7;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .product-accordion-title {color: #111111;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .product-accordion-arrow {color: #111111;} #shopify-section-template--24836072636749__section_faq_7wEEn4 .product-content p, #shopify-section-template--24836072636749__section_faq_7wEEn4 .product-content li {color: #515151;} </style></div> </main><aside class="modal-filters collection-filtering" id="filters-bar"> <div class="filters-content"> <div class="flex" id="filters-title-block"> <p class="drawcart-title">Filtrer</p> <svg class="close-drawcart-icon icon-color" id="close-filters-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="filters-items-block"> <div class="product-description" data-border="#e7e7e7" data-background="#ffffff"><div class="product-content hide-product-content page-description"> <label for="sort-manual" class="flex product-pack-check"> <input type="radio" id="sort-manual" class="filter-radio filter-sort" name="sort-by" value="manual" data-parameter="sort_by=manual"> <span class="filter-radiotitle">En vedette</span> </label> <label for="sort-best-selling" class="flex product-pack-check"> <input type="radio" id="sort-best-selling" class="filter-radio filter-sort" name="sort-by" value="best-selling" checked data-parameter="sort_by=best-selling"> <span class="filter-radiotitle">Meilleures ventes</span> </label> <label for="sort-latest" class="flex product-pack-check"> <input type="radio" id="sort-latest" class="filter-radio filter-sort" name="sort-by" value="created-descending" data-parameter="sort_by=created-descending"> <span class="filter-radiotitle">Les plus récents</span> </label> <label for="sort-price-ascending" class="flex product-pack-check"> <input type="radio" id="sort-price-ascending" class="filter-radio filter-sort" name="sort-by" value="price-ascending" data-parameter="sort_by=price-ascending"> <span class="filter-radiotitle">Prix : croissant</span> </label> <label for="sort-price-descending" class="flex product-pack-check"> <input type="radio" id="sort-price-descending" class="filter-radio filter-sort" name="sort-by" value="price-descending" data-parameter="sort_by=price-descending"> <span class="filter-radiotitle">Prix : décroissant</span> </label> </div><button class="product-accordion"> <span class="product-accordion-title">Genre</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="var(--body-subtitle-color)" 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"><label for="filter-1-1" class="flex product-pack-check"> <input type="checkbox" id="filter-1-1" class="product-pack-checkbox filter-checkbox" name="filter.v.t.shopify.target-gender" value="gid://shopify/TaxonomyValue/18" data-parameter="filter.v.t.shopify.target-gender=gid://shopify/TaxonomyValue/18"> <span class="filter-checktitle">Féminin</span> </label><label for="filter-1-2" class="flex product-pack-check"> <input type="checkbox" id="filter-1-2" class="product-pack-checkbox filter-checkbox" name="filter.v.t.shopify.target-gender" value="gid://shopify/TaxonomyValue/19" data-parameter="filter.v.t.shopify.target-gender=gid://shopify/TaxonomyValue/19"> <span class="filter-checktitle">Masculin</span> </label><label for="filter-1-3" class="flex product-pack-check"> <input type="checkbox" id="filter-1-3" class="product-pack-checkbox filter-checkbox" name="filter.v.t.shopify.target-gender" value="gid://shopify/TaxonomyValue/20" data-parameter="filter.v.t.shopify.target-gender=gid://shopify/TaxonomyValue/20"> <span class="filter-checktitle">Unisexe</span> </label></div><button class="product-accordion"> <span class="product-accordion-title">Matière</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="var(--body-subtitle-color)" 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"><label for="filter-2-1" class="flex product-pack-check"> <input type="checkbox" id="filter-2-1" class="product-pack-checkbox filter-checkbox" name="filter.v.t.shopify.jewelry-material" value="gid://shopify/Metaobject/161663353165" data-parameter="filter.v.t.shopify.jewelry-material=gid://shopify/Metaobject/161663353165"> <span class="filter-checktitle">Acier inoxydable</span> </label><label for="filter-2-2" class="flex product-pack-check"> <input type="checkbox" id="filter-2-2" class="product-pack-checkbox filter-checkbox" name="filter.v.t.shopify.jewelry-material" value="gid://shopify/FilterSettingGroup/237470029" data-parameter="filter.v.t.shopify.jewelry-material=gid://shopify/FilterSettingGroup/237470029"> <span class="filter-checktitle">Argent S925</span> </label></div><button class="product-accordion"> <span class="product-accordion-title">Couleur</span> <svg class="product-accordion-arrow" aria-hidden="true" role="img" focusable="false" width="24" height="24" viewbox="0 0 24 24" stroke="var(--body-subtitle-color)" 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"><label for="filter-3-1" class="flex product-pack-check"> <input type="checkbox" id="filter-3-1" class="product-pack-checkbox filter-checkbox" name="filter.v.option.couleur" value="Argent" data-parameter="filter.v.option.couleur=Argent"> <span class="filter-checktitle">Argent</span> </label><label for="filter-3-2" class="flex product-pack-check"> <input type="checkbox" id="filter-3-2" class="product-pack-checkbox filter-checkbox" name="filter.v.option.couleur" value="Or" data-parameter="filter.v.option.couleur=Or"> <span class="filter-checktitle">Or</span> </label></div></div> </div> <div class="filters-button-block"> <div class="remove-filters hide">Effacer tous les filtres</div> <button type="submit" name="checkout" class="cart-button filters-button close-filter-button">Voir les produits (<span class="filter-amount">14</span>)</button> </div> </div> </aside> <style> .remove-filters {margin-bottom:20px;cursor:pointer;text-decoration:underline; color: var(--body-subtitle-color); letter-spacing: var(--body-ls); font-size: calc(var(--body-font-size) * 1px); font-family: var(--body-font); font-style: var(--body-font-style); font-weight: var(--body-font-weight);} .collection-filtering #filters-items-block {padding:0;} .collection-filtering #filters-items-block .product-accordion, .collection-filtering #filters-items-block .product-content {padding-left:20px; padding-right:20px;} .collection-filtering .product-accordion:first-of-type {border-top: 0;} .collection-filtering .filter-min-price, .collection-filtering .filter-max-price {width: calc(50% - 5px);box-sizing:border-box;margin:0;} .collection-filtering .filter-min-price {margin-right: 10px;} .collection-filtering .sort-price-min, .collection-filtering .sort-price-max {margin-top:5px;width: 100%;} </style> <script defer> document.addEventListener("DOMContentLoaded",(function(){let e="/collections/collier-croix",t=document.querySelector("#filters-icon"),l=document.querySelector("#filters-bar"),r=document.querySelector("#close-filters-bar"),o=l.querySelectorAll(".filter-checkbox"),n=document.querySelector(".close-filter-button"),c=l.querySelectorAll(".filter-sort"),a=l.querySelector(".sort-price-min"),i=l.querySelector(".remove-filters"),s=l.querySelector(".sort-price-max");const u=document.querySelector(".collection-items").dataset.paginationType;let d,m=l.querySelector(".product-description"),y=l.querySelector("#filters-items-block");function v(e){e.stopPropagation(),e.target!==l&&e.target!==r&&"Escape"!==e.key&&e.target!==n||document.body.classList.remove("slide-filters")}function h(){y.scrollHeight>y.clientHeight?m.style.borderBottomColor=m.dataset.background:m.style.borderBottomColor=m.dataset.border}function f(){8!=event.keyCode&&46!=event.keyCode&&isNaN(Number(event.key))&&event.preventDefault(),event.target.value>=Number(event.target.max)&&(event.preventDefault(),event.target.value=Number(event.target.max)),event.target.classList.contains("sort-price-min")&&(clearTimeout(d),d=setTimeout((()=>{s.value&&""!=a.value&&a.value>=Number(s.value)&&(a.value=Number(s.value)),p()}),500)),event.target.classList.contains("sort-price-max")&&(d=setTimeout((()=>{a.value&&""!=s.value&&s.value<=Number(a.value)&&(s.value=Number(a.value)),p()}),500))}function p(){!function(){let e=!1;(l.querySelectorAll(".filter-checkbox:checked").length>0||a.value||s.value)&&(e=!0),e?i.classList.remove("hide"):i.classList.add("hide")}();let t="?"+l.querySelector(".filter-sort:checked").dataset.parameter,r="",o=l.querySelectorAll(".filter-checkbox:checked");o.length>0&&o.forEach((e=>{r+="&"+e.dataset.parameter}));let n="",c="";a&&a.value&&(n+="&"+a.dataset.parameter+a.value),s&&s.value&&(c+="&"+s.dataset.parameter+s.value),async function(e){try{const l=await fetch(e),r=await l.text();let o=S.dataset.buttonStatus,n=(new DOMParser).parseFromString(r,"text/html"),c=n.querySelector(".collection-items");document.querySelector(".collection-items").innerHTML=c.innerHTML,"button"===u?function(e){let t=document.querySelector(".collection-load-more");e.length>0?(document.querySelector(".collection-items").dataset.nextUrl=e,t.style.display="block"):t.style.display="none"}(c.dataset.nextUrl):(t=n.querySelector(".pagination"),document.querySelector(".pagination").innerHTML=t?t.innerHTML:""),document.querySelector(".filter-amount").textContent=c.dataset.amount,"url"===o&&history.replaceState(null,null,e.replace(window.location.origin,""))}catch(e){console.log(e)}var t}(e+t+n+c+r)}t.addEventListener("click",(function(e){document.body.classList.add("slide-filters")})),l.addEventListener("click",v),document.addEventListener("keydown",v),h(),addEventListener("resize",(e=>{h()})),o.length>0&&o.forEach((e=>e.addEventListener("change",p))),c.length>0&&c.forEach((e=>e.addEventListener("change",p))),a&&(a.addEventListener("change",f),a.addEventListener("keydown",f)),s&&(s.addEventListener("change",f),s.addEventListener("keydown",f));let S=document.querySelector(".collection-items");if(S){let q=S.dataset.buttonStatus,L=S.dataset.nextUrl,b=document.querySelector(".collection-load-more"),k=document.querySelector(".load-more-spinner");if(b&&document.querySelector(".collection-load-more").addEventListener("click",(function(e){L=S.dataset.nextUrl,"url"===q&&history.replaceState(null,null,L),b.style.display="none",k.style.display="block",fetch(L).then((e=>e.text())).then((e=>{k.style.display="none";let t=(new DOMParser).parseFromString(e,"text/html").querySelector(".collection-items"),l=t.dataset.nextUrl;l&&(b.style.display="block"),document.querySelector(".collection-items").dataset.nextUrl=l,S.innerHTML+=t.innerHTML})).catch((e=>{console.log(e)}))})),"button"===S.dataset.paginationType&&"url"===q){let x=window.location.href;if(-1!==x.indexOf("?page=")&&"button"===document.querySelector(".collection-items").dataset.paginationType){let E=x.split("?page=")[1].split("&");if(E[0]>1){function g(e,t,l){let r=t.replace("?page="+l,"?page="+e);fetch(r).then((e=>e.text())).then((e=>{let t=(new DOMParser).parseFromString(e,"text/html").querySelector(".collection-items");S.innerHTML+=t.innerHTML})).catch((e=>{console.log(e)}))}document.querySelector(".collection-items").innerHTML,document.querySelector(".collection-items").innerHTML="";for(let T=1;T<=E[0];T++)g(T,x,E[0])}}}else history.scrollRestoration&&(history.scrollRestoration="manual")}i.addEventListener("click",(function(e){l.querySelectorAll(".filter-checkbox:checked").forEach((e=>e.checked=!1)),a&&s&&(a.value="",s.value=""),p()}))})); </script><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[page]" value="https://laudaris.fr/collections/collier-croix"><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><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 popup-show-dk" style="padding-top: calc(1/0.7275641025641025 * 100%);"> <img class="placed lazyload full-width" src="//laudaris.fr/cdn/shop/files/collier_sacre_1x.jpg?v=1748261378" data-aspectratio="0.7275641025641025" data-srcset=" //laudaris.fr/cdn/shop/files/collier_sacre_5000x.jpg?v=1748261378 5000w, //laudaris.fr/cdn/shop/files/collier_sacre_4500x.jpg?v=1748261378 4500w, //laudaris.fr/cdn/shop/files/collier_sacre_4000x.jpg?v=1748261378 4000w, //laudaris.fr/cdn/shop/files/collier_sacre_3500x.jpg?v=1748261378 3500w, //laudaris.fr/cdn/shop/files/collier_sacre_3000x.jpg?v=1748261378 3000w, //laudaris.fr/cdn/shop/files/collier_sacre_2500x.jpg?v=1748261378 2500w, //laudaris.fr/cdn/shop/files/collier_sacre_2000x.jpg?v=1748261378 2000w, //laudaris.fr/cdn/shop/files/collier_sacre_1800x.jpg?v=1748261378 1800w, //laudaris.fr/cdn/shop/files/collier_sacre_1600x.jpg?v=1748261378 1600w, //laudaris.fr/cdn/shop/files/collier_sacre_1400x.jpg?v=1748261378 1400w, //laudaris.fr/cdn/shop/files/collier_sacre_1200x.jpg?v=1748261378 1200w, //laudaris.fr/cdn/shop/files/collier_sacre_1000x.jpg?v=1748261378 1000w, //laudaris.fr/cdn/shop/files/collier_sacre_800x.jpg?v=1748261378 800w, //laudaris.fr/cdn/shop/files/collier_sacre_600x.jpg?v=1748261378 600w, //laudaris.fr/cdn/shop/files/collier_sacre_500x.jpg?v=1748261378 500w, //laudaris.fr/cdn/shop/files/collier_sacre_400x.jpg?v=1748261378 400w, //laudaris.fr/cdn/shop/files/collier_sacre_300x.jpg?v=1748261378 300w, //laudaris.fr/cdn/shop/files/collier_sacre_200x.jpg?v=1748261378 200w" data-sizes="auto" alt="" draggable="false" /> </div><div class="placeholder text-image-picture popup-show-mb" style="padding-top: calc(1/1.3352941176470587 * 100%);"> <img class="placed lazyload full-width" src="//laudaris.fr/cdn/shop/files/Collier_sacre_coeur_1x.jpg?v=1748261371" data-aspectratio="1.3352941176470587" data-srcset=" //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_5000x.jpg?v=1748261371 5000w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_4500x.jpg?v=1748261371 4500w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_4000x.jpg?v=1748261371 4000w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_3500x.jpg?v=1748261371 3500w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_3000x.jpg?v=1748261371 3000w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_2500x.jpg?v=1748261371 2500w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_2000x.jpg?v=1748261371 2000w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_1800x.jpg?v=1748261371 1800w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_1600x.jpg?v=1748261371 1600w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_1400x.jpg?v=1748261371 1400w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_1200x.jpg?v=1748261371 1200w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_1000x.jpg?v=1748261371 1000w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_800x.jpg?v=1748261371 800w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_600x.jpg?v=1748261371 600w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_500x.jpg?v=1748261371 500w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_400x.jpg?v=1748261371 400w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_300x.jpg?v=1748261371 300w, //laudaris.fr/cdn/shop/files/Collier_sacre_coeur_200x.jpg?v=1748261371 200w" data-sizes="auto" alt="" 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">-15 % rien que pour vous.</p><p>Inscrivez-vous à notre newsletter et recevez votre code de bienvenue.</p><p>Découvrez nos créations inspirées, nos nouveautés et nos messages spirituels.<br/><br/></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="✓" /><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: #b2905f;border: 1px solid #b2905f;color: #ffffff;} #shopify-section-popup-newsletter .index-button:hover, #shopify-section-popup-newsletter .index-newsletter-button:hover {background-color: #ffffff;border: 1px solid #b2905f;color: #b2905f;} #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-4 footer-dk-1 footer-mb-1" ><div class="placeholder footer-image" style="padding-top: calc(250/4.113924050632911 * 1px);width:250px;max-width:100%;"> <img class="placed lazyload" src="//laudaris.fr/cdn/shop/files/Laudaris_Logo_1x.png?v=1745409813" width="250" data-aspectratio="4.113924050632911" data-srcset=" //laudaris.fr/cdn/shop/files/Laudaris_Logo_2000x.png?v=1745409813 2000w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_1800x.png?v=1745409813 1800w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_1600x.png?v=1745409813 1600w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_1400x.png?v=1745409813 1400w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_1200x.png?v=1745409813 1200w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_1000x.png?v=1745409813 1000w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_800x.png?v=1745409813 800w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_600x.png?v=1745409813 600w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_400x.png?v=1745409813 400w, //laudaris.fr/cdn/shop/files/Laudaris_Logo_200x.png?v=1745409813 200w" data-sizes="auto" alt="Laudaris™" draggable="false" /> </div><div class="footer-text"><ul><li>contact@laudaris.fr</li><li>102, avenue des Champs-Élysées<br/>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-4 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="L3BhZ2VzL2F2aXMtbGF1ZGFyaXM=">Avis client</span></li><li><span class="ob-seo" data-ob-direction="L3BhZ2VzL2ZpZGVsaXRlLWxhdWRhcmlz">Programme de récompenses</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-4 footer-dk-1 footer-mb-1" ><p class="footer-title">Sélection</p><ul class="footer-block-links"><li><span class="ob-seo" data-ob-direction="L3Byb2R1Y3RzL2NoYXBlbGV0LWNhdGhvbGlxdWU=">Chapelet</span></li><li><span class="ob-seo" data-ob-direction="L3Byb2R1Y3RzL2RpemFpbmllcg==">Dizainier</span></li><li><span class="ob-seo" data-ob-direction="L3Byb2R1Y3RzL2NoYXBlbGV0LXZvaXR1cmU=">Chapelet Voiture</span></li></ul></div><div class="footer-block footer-block-4 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 Laudaris™ - 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="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: 1px solid #b2905f;}#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="//laudaris.fr/cdn/shop/t/35/assets/lazysizes.min.js?v=122719776364282065531744622819" async=""></script> <script src="//laudaris.fr/cdn/shop/t/35/assets/theme.js?v=175050058606690879281751046006" defer></script> <script> window.addEventListener("globoFilterRenderCompleted", function(e) { const swatch_btn = document.querySelectorAll('.spf-product__swatch'); swatch_btn.forEach(btn => { let timer; btn.addEventListener('mouseenter', () => { timer = setTimeout(() => { btn.click(); }, 100); }); btn.addEventListener('mouseleave', () => { clearTimeout(timer); }); }); }); GloboEmbedFilterConfig.shop.translation.fr.sort.sort_by = "Filtrer par "; </script><script id="gspfProduct" type="template/html"> {%- assign swatch_options = 'couleur' | downcase | split: "~~" | uniq -%} {%- assign image_options = '' | downcase | split: "~~" | uniq -%} {%- assign text_options = '' | downcase | split: "~~" | uniq -%} {%- assign image_size = '500x500' -%} {%- assign no_image = 'https://cdn.shopify.com/s/images/themes/product-1.png' -%} {%- assign featured_image = product.featured_image -%} {%- assign product_price = product.price -%} {%- assign product_compare_at_price = product.compare_at_price -%} {%- assign selected_or_first_available_variant = product.selected_or_first_available_variant -%} {%- assign variant_url = '' -%} {% if product.selected_variant %} {% assign selected_or_first_available_variant = product.selected_variant %} {% assign product_price = selected_or_first_available_variant.price %} {% assign product_compare_at_price = selected_or_first_available_variant.compare_at_price %} {% if selected_or_first_available_variant.image %} {% assign featured_image = selected_or_first_available_variant.image %} {% endif %} {% endif %} {%- assign images_count = product.images | size -%} <div {% if showPageData %} data-page="{{page}}"{% endif %} class="spf-col-xl-3 spf-col-lg-3 spf-col-md-6 spf-col-sm-6 spf-col-6" {{ hn_tag_question }}> <div class="spf-product-card spf-product-card__center spf-product-card__template-1{% unless product.available %} spf-soldout{% endunless %}"> <div class="spf-product-card__inner"> {%- unless product.available -%} {%- endunless -%} <a class="spf-product-card__image-wrapper{% if images_count > 1 %} hover-effect{% endif %}" href="{{root_url}}{{ product.url }}{{variant_url}}" style="padding-top:100%;"> {%- if images_count > 0 -%} {%- for image in product.images -%} <img data-variants="{% if image.variant_ids %}{{image.variant_ids | join: ','}}{% endif %}" class="gflazyload spf-product-card__image spf-product-card__image-{% if featured_image.id == image.id %}main{% elsif image.id == product.second_image.id %}secondary{% else %}hidden{% endif %}" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="{{image.src | img_url: image_size}}" data-src="{{image.src | img_lazyload_url}}" data-sizes="auto" data-aspectratio="{{image.aspect_ratio}}" data-parent-fit="contain" alt="{{image.alt | escape}}" /> {%- endfor -%} {%- else -%} <img data-variants="" class="gflazyload spf-product-card__image spf-product-card__image-main" src="{{no_image}}" alt="{{product.title | escape}}"> {%- endif -%} </a> <form class="spf-product__form" action="{{ root_url }}/cart/add" method="post"> <select name="id" class="spf-product__variants"> {%- for variant in product.variants -%} <option data-option1="{{variant.option1 | escape}}" data-option2="{{variant.option2 | escape}}" data-option3="{{variant.option3 | escape}}" data-price="{{variant.price}}" data-compare_at_price="{{variant.compare_at_price}}" data-available="{{variant.available}}" data-image="{% if variant.image.src %}{{variant.image.src | img_url: image_size }}{% endif %}" {% if variant.id == selected_or_first_available_variant.id %} selected="selected" {% endif %} value="{{ variant.id }}">{{ variant.title }}</option> {%- endfor -%} </select> </form> </div> <div class="spf-product__info"> {%- if product.title contains " - " -%} <p class="h4 spf-product-card__title product-carousel-subtitle {% if settings.one_line_title %}one-line-title{% endif %}">{{ product.title | split: " - " | first }} </p> <div class="spf-product-card__vendor product-carousel-title ">{{ product.title | split: " - " | last }}</div> {%- else -%} <p class="h4 spf-product-card__title product-carousel-title {% if settings.one_line_title %}one-line-title{% endif %}">{{ product.title }}</p> {%- endif -%} <div class="spf-product-card__price-wrapper-custom"> {%- if product_compare_at_price > product_price -%} <span class="spf-product-card__oldprice{% unless currencyFormat contains 'money' %} money{% endunless %}">{{ product_compare_at_price | money_without_trailing_zeros }}</span> <span class="spf-product-card__saleprice{% unless currencyFormat contains 'money' %} money{% endunless %}">{{ product_price | money_without_trailing_zeros }}</span> {%- else -%} <span class="spf-product-card__price{% unless currencyFormat contains 'money' %} money{% endunless %}">{{ product_price | money_without_trailing_zeros }}</span> {%- endif -%} </div> {%- for option in product.options -%} {%- assign optionIndex = 'option' | append: forloop.index -%} {%- assign optionIndexNumber = forloop.index -%} {%- if option.isSwatch -%} <div class="spf-product__swatchs round"> {%- for value in option.values -%} {%- assign swatch = option.swatches[forloop.index0] -%} <span data-option="{{optionIndexNumber}}" data-option-value="{{value | escape}}" class="spf-product__swatch{% if product.selected_or_first_available_variant and product.selected_or_first_available_variant[optionIndex] == value %} is-selected{% endif %}{% unless swatch.available %} soldout{% endunless %}" title="{{value | escape}}"> <span translatable class="spf-product__swatch-inner"> {%- if swatch.mode == 4 and swatch.image -%} <span class="spf-product__swatch-image" style="background-image: url('{{ swatch.image | img_url: '24x' }}')"></span> {%- elsif swatch.mode == 3 and swatch.image -%} <span class="spf-product__swatch-image" style="background-image: url('{{ swatch.image }}')"></span> {%- elsif swatch.mode == 2 and swatch.color_1 and swatch.color_2 -%} <span class="spf-product__swatch-color" style="background-color: {{ swatch.color_1 }}"></span> <span class="spf-product__swatch-color" style="border-right-color: {{ swatch.color_2 }}"></span> {%- elsif swatch.mode == 1 and swatch.color_1 -%} <span class="spf-product__swatch-color" style="background-color: {{ swatch.color_1 }}"></span> {%- elsif swatch.lable -%} <span class="spf-product__swatch-text">{{swatch.lable}}</span> {%- else -%} <span class="spf-product__swatch-text">{{value}}</span> {%- endif -%} </span> </span> {%- endfor -%} </div> {%- endif -%} {%- endfor -%} </div> </div> </div> </script><style> .jdgm-star {font-family: 'JudgemeStar'!important;} </style> <div id="shopify-block-AWTZhbW00S0txY2tBM__15181020662106344915" class="shopify-block shopify-app-block"><div class='jdgm-popup-widget-wrapper' role='complementary'> <div class='jdgm-widget jdgm-popup-widget'> <style> .jdgm-popup-widget .jdgm-popup-widget__cards-container{top:unset;bottom:40px;left:0;right:unset}@media only screen and (max-width: 767px){.jdgm-popup-widget .jdgm-popup-widget__cards-container{left:24px;right:unset}}.jdgm-popup-widget .jdgm-popup-card{border-radius:8px;height:147px}.jdgm-popup-widget .jdgm-popup-card__close-btn{border-radius:8px}.jdgm-popup-widget .jdgm-popup-card__pic-wrapper{border-radius:8px 0 0 8px}.jdgm-popup-widget .jdgm-popup-card__rev-prod-wrapper{width:66%;max-width:238px}.jdgm-popup-widget .jdgm-popup-card__rev-content{-webkit-box-orient:vertical;-webkit-line-clamp:5}.jdgm-popup-widget .jdgm-popup-card__reviewer{display:none}.jdgm-popup-widget .jdgm-popup-card__prod-wrapper{display:none}.jdgm-full-rev-modal.popup-widget .jm-mfp-content{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__icon{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__pic-img{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__replier::before{content:'Laudaris™'}.jdgm-full-rev-modal.popup-widget .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )} </style> <div class='jdgm-popup-widget__cards-container' data-position='bottom_left'> <div class='jdgm-popup-card' data-review-id='8e713b8f-991d-488e-b7ea-b45ef8cc29d3' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-multirang-croix_240x240.jpg?v=1726765329'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Virginie N. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>J’ai beaucoup aimé ce collier. C’est un bon bijou. <br />Merci beaucoup ! <br />Virginie</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Multirang Croix </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='c98e6ebd-6895-4033-bb42-13e6e81ac001' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/pendentif-croix-ailee_240x240.jpg?v=1736411449'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> gael m. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>magnifique pendentif . Merci a toute l'équipe & aux Artisans . Que Dieux vous Bénisse Tous & toutes . M.Mousset</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Pendentif Croix Ailée </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='9d4e89b9-8206-4560-a357-53c859a1f33e' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-croix-couchee_240x240.jpg?v=1727427079'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Danielle L. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>Bonjour. . Très satisfaite de mon achat. . C’est exactement ce que je voulais. . Merci de m avoir rassurée durant le délai de livraison. . Je suis trop contente de ma petite croix couchée . Cordialement..</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Croix Couchée </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='9a42ac28-eb9c-4088-af18-b28151c4ad5a' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-croix-fine_240x240.jpg?v=1726738963'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> magalie p. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>Bijoux conforme délais de livraison très long</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Croix Fine </div> </div> </div> </div><div class='jdgm-popup-card' data-review-id='37821439-3d21-433b-9025-984e146fdb48' style='display: none;'> <span class='jdgm-popup-card__close-btn' aria-label='Close popup widget' role='button'> </span> <div class='jdgm-popup-card__pic-wrapper'> <img class='jdgm-popup-card__pic' title='Review picture' alt='Review picture' data-src='https://cdn.shopify.com/s/files/1/0569/2299/6874/files/collier-croix-orthodoxe_240x240.jpg?v=1727428755'/> </div> <div class='jdgm-popup-card__rev-prod-wrapper'> <div class='jdgm-popup-card__rev-content-wrapper'> <div class='jdgm-popup-card__reviewer'> Michel Pierre P. </div> <div class='jdgm-popup-card__rev-rating' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-popup-card__rev-content'> <span class='jdgm-popup-card__rev-body'> <p>Bonne dimensions et avec colier ce que je ne m’attendais pas.</p> </span> </div> </div> <div class='jdgm-popup-card__prod-wrapper'> <div class='jdgm-popup-card__prod-title'> Collier Croix Orthodoxe </div> </div> </div> </div> </div> </div> </div> </div><div id="shopify-block-AcVdWR1d0ZzhmRUg1e__11560147490181472608" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: rivo-init --><script type="text/javascript" id="rivo-app-embed-init"> window.Rivo = window.Rivo || {}; window.Rivo.embedded_version_enabled = true; window.Rivo.common = window.Rivo.common || {}; window.Rivo.common.shop = { permanent_domain: 'croixetcrois.myshopify.com', currency: "EUR", money_format: "{{amount_with_comma_separator}} €", id: 56922996874 }; window.Rivo.common.template = 'collection'; window.Rivo.common.full_template = 'collection.collier-croix'; window.Rivo.common.cart = {}; window.Rivo.common.translations = {}; window.Rivo.global_config = {"asset_urls":{"loy":{"api_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_api.js?v=1711433133","lp_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_lp.js?v=1728357978","lp_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_lp.css?v=1751230488","profile_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_profile.js?v=1728357977","profile_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_rivo_profile.css?v=1751230489","init_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_init.js?v=1728219104","referrals_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_referrals.js?v=1711433131","referrals_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_referrals.css?v=1700287043","widget_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0037\/2110\/1430\/t\/963\/assets\/ba_loy_widget.js?v=1728252181","widget_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_widget.css?v=1692840875","page_init_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_page_init.js?v=1711433130","page_widget_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_page_widget.js?v=1711432435","page_widget_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_loy_page.css?v=1693059047","page_preview_js":null,"app_proxy_applications_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/app_proxy_application.js?v=1708835151","app_proxy_membership_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/app_proxy_membership.js?v=1708835152"},"forms":{"init_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_forms_init.js?v=1711433134","widget_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_forms_widget.js?v=1711433135","forms_css":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_forms.css?v=1691714518"},"global":{"helper_js":"https:\/\/cdn.shopify.com\/s\/files\/1\/0194\/1736\/6592\/t\/1\/assets\/ba_tracking.js?v=1710750015"}},"proxy_paths":{"loy":"\/apps\/ba-loy","app_metrics":"\/apps\/ba-loy\/app_metrics"},"aat":["loy"],"pv":false,"sts":false,"bam":false,"batc":false,"fetch_url_to_string":false,"base_money_format":"{{amount_with_comma_separator}} €","online_store_version":2,"loy_js_api_enabled":false,"hide_console_ad":false,"shopify_markets_enabled":false,"google_client_id":"105612801293-i27f7uh4jfd7tajl14hqbqlvd6dr5psc.apps.googleusercontent.com","multipass_v_token":false,"clear_latest_order_cache":false,"shop":{"id":56922996874,"name":"Laudaris™","domain":"laudaris.fr"},"theme_extension_local_assets":false}; if (!window.Rivo.global_config.theme_extension_local_assets) { window.Rivo.global_config.asset_urls = { ...window.Rivo.global_config.asset_urls, loy: { api_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_rivo_api.js', init_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_init.js', referrals_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_referrals.js', referrals_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_referrals.css', widget_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_widget.js', widget_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_widget.css', page_init_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_page_init.js', page_widget_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_page_widget.js', page_widget_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_loy_page.css', page_preview_js: "/assets/msg/loy_page_preview.js", app_proxy_application_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/app_proxy_application.js', app_proxy_membership_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/app_proxy_membership.js', lp_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_rivo_lp.js', profile_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_rivo_profile.js' }, forms: { init_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_forms_init.js', widget_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_forms_widget.js', forms_css: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_forms.css' }, global: { helper_js: 'https://cdn.shopify.com/extensions/25fb8c2e-ae43-4711-842d-41116dbf0836/rivo-loyalty-rewards-referrals-576/assets/ba_tracking.js' } }; } if (window.Rivo.common.template == 'collection'){ window.Rivo.common.collection = { id: 266042179722, title: "Collier Croix", handle: "collier-croix" }; } window.Rivo.loy_config = {"brand_theme_settings":{"enabled":false,"button_bg":"#b2905f","header_bg":"#b2905f","custom_css":"","desc_color":"#737376","icon_color":"#3a3a3a","link_color":"#20124d","visibility":"both","cards_shape":"rounded","hide_widget":false,"launcher_bg":"#b2905f","mobile_icon":"star","mobile_text":"Rewards","title_color":"#212b36","banner_image":"","desktop_icon":"star","desktop_text":"Rewards","inputs_shape":"rounded","primary_font":"Marcellus","buttons_shape":"rounded","mobile_layout":"icon_with_text","primary_color":"#20124d","desktop_layout":"icon_with_text","launcher_shape":"circle","secondary_font":"Marcellus","container_shape":"rounded","mobile_placement":"left","button_text_color":"#ffffff","desktop_placement":"left","header_text_color":"#ffffff","powered_by_hidden":false,"launcher_text_color":"#ffffff","mobile_side_spacing":20,"desktop_side_spacing":20,"panel_order_settings":{"vip":"3","points":"1","referrals":"2"},"mobile_bottom_spacing":20,"desktop_bottom_spacing":20,"hide_widget_permanently":false,"hide_widget_launcher_on_mobile":false},"launcher_style_settings":{"enabled":false,"button_bg":"#b2905f","header_bg":"#b2905f","custom_css":"","desc_color":"#737376","icon_color":"#3a3a3a","link_color":"#20124d","visibility":"both","cards_shape":"rounded","hide_widget":false,"launcher_bg":"#b2905f","mobile_icon":"star","mobile_text":"Rewards","title_color":"#212b36","banner_image":"","desktop_icon":"star","desktop_text":"Rewards","inputs_shape":"rounded","primary_font":"Marcellus","buttons_shape":"rounded","mobile_layout":"icon_with_text","primary_color":"#20124d","desktop_layout":"icon_with_text","launcher_shape":"circle","secondary_font":"Marcellus","container_shape":"rounded","mobile_placement":"left","button_text_color":"#ffffff","desktop_placement":"left","header_text_color":"#ffffff","powered_by_hidden":false,"launcher_text_color":"#ffffff","mobile_side_spacing":20,"desktop_side_spacing":20,"panel_order_settings":{"vip":"3","points":"1","referrals":"2"},"mobile_bottom_spacing":20,"desktop_bottom_spacing":20,"hide_widget_permanently":false,"hide_widget_launcher_on_mobile":false},"points_program_enabled":true,"referral_program_enabled":true,"membership_program_enabled":false,"vip_program_enabled":true,"vip_program_tier_type":"points_earned","vip_program_period":"lifetime","floating_widget_settings":{"enabled":false,"button_bg":"#b2905f","header_bg":"#b2905f","custom_css":"","desc_color":"#737376","icon_color":"#3a3a3a","link_color":"#20124d","visibility":"both","cards_shape":"rounded","hide_widget":false,"launcher_bg":"#b2905f","mobile_icon":"star","mobile_text":"Rewards","title_color":"#212b36","banner_image":"","desktop_icon":"star","desktop_text":"Rewards","inputs_shape":"rounded","primary_font":"Marcellus","buttons_shape":"rounded","mobile_layout":"icon_with_text","primary_color":"#20124d","desktop_layout":"icon_with_text","launcher_shape":"circle","secondary_font":"Marcellus","container_shape":"rounded","mobile_placement":"left","button_text_color":"#ffffff","desktop_placement":"left","header_text_color":"#ffffff","powered_by_hidden":false,"launcher_text_color":"#ffffff","mobile_side_spacing":20,"desktop_side_spacing":20,"panel_order_settings":{"points":"1","referrals":"2","vip":"3"},"mobile_bottom_spacing":20,"desktop_bottom_spacing":20,"hide_widget_permanently":false,"hide_widget_launcher_on_mobile":false,"desktop_launcher_icon":null,"mobile_launcher_icon":null},"widget_custom_icons":{"brand_icon":null,"rewards":null,"ways_to_earn":null,"ways_to_redeem":null},"widget_css":"#baLoySectionWrapper .ba-loy-bg-color {\n background: linear-gradient(125deg, hsla(35,35%,54%,1), hsla(35,44%,38%,1));\n}\n\n#baLoySectionWrapper .section-panel-wrapper {\n box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, #b2905f 0px 2px 0px 0px inset;\n}\n\n\n\n\n.header-main, .header-secondary, .points-expiry-desc {\n\tcolor: #ffffff !important;\n}\n.main-default a.sign-in{\n color: #20124d !important;\n}\n\n.section-table-piece-detail-items .li-img path {\n fill: #3a3a3a;\n}\n\n.buttons-icons-detail-image .li-img {\n fill: #3a3a3a;\n}\n\n#baLoySectionWrapper .loy-button-main{\n background: #b2905f;\n color: #ffffff;\n}\n\n #baLoySectionWrapper .loy-button-main{\n color: #ffffff;\n }\n\n #baLoySectionWrapper .main-default, #baLoySectionWrapper div.panel-section .head-title,#baLoySectionWrapper body {\n color: #212b36;\n }\n\n #baLoySectionWrapper .section-panel-wrapper .panel-desc, #baLoySectionWrapper .main-default.sign-in-text{\n color: #737376;\n }\n\n #launcher-wrapper{\n background: #b2905f;\n }\n\n#baLoySectionWrapper div.section-bottom{\n display:none;\n}\n\n.ba-loy-namespace .ba-loy-messenger-frame, #launcher-wrapper{\n left: 20px;\n right: auto;\n}\n.ba-loy-namespace .ba-loy-messenger-frame {\n bottom: 90px;\n}\n#launcher-wrapper{\n bottom: 20px;\n}\n\n.launcher-text{\n color: #ffffff !important;\n}\n\n#launcher-wrapper .launcher-desktop { display: block; }\n#launcher-wrapper .launcher-mobile { display: none; }\n\n@media (max-device-width: 851px) and (orientation: landscape), (max-width: 500px) {\n .ba-loy-namespace .ba-loy-messenger-frame{\n height: 100%;\n min-height: 100%;\n bottom: 0;\n right: 0;\n left: 0;\n top: 0;\n width: 100%;\n border-radius: 0 !important;\n }\n #launcher-wrapper.up{\n display: none;\n }\n #launcher-wrapper{\n left: 20px;\n right: auto;\n bottom: 20px;\n }\n #launcher-wrapper .launcher-desktop { display: none; }\n #launcher-wrapper .launcher-mobile { display: block; }\n}\n\n\n\n.ba-loy-circle{border-radius: 30px !important;}\n.ba-loy-rounded{border-radius: 10px !important;}\n.ba-loy-square{border-radius: 0px !important;}\n","domain_name":"loyalty.rivo.io","font_settings":{"primary_font":"Marcellus","secondary_font":"Marcellus"},"translations":{"vip_perks":"Perks","vip_tiers":"VIP Tiers","general_by":"by","vip_reward":"VIP reward","vip_status":"VIP Status","general_day":"Day","social_like":"Like","social_share":"Share","vip_benefits":"Benefits","general_error":"Hmm, something went wrong, please try again shortly","general_month":"Month","general_point":"Point","general_spend":"you spend","general_spent":"Spent","social_follow":"Follow","tos_expiry_at":"Reward expires on {{expiry_date}}.","vip_tier_desc":"Gain access to exclusive rewards.","general_credit":"Credit","general_points":"Points","general_redeem":"Redeem","general_reward":"reward","vip_tier_spend":"Spend {{amount}}","general_credits":"Credits","general_go_back":"Go back","general_rewards":"Rewards","general_sign_in":"Sign in","general_sign_up":"Sign up","referrals_title":"Referral Program","review_complete":"Post a product review","general_share_on":"Share on","general_you_have":"You have","tos_free_product":"Reward only applies to {{product_name}}","acct_creation_btn":"Start Earning","general_edit_date":"Edit Date","general_save_date":"Save date","general_show_more":"Show more","general_signed_up":"signed up","member_point_desc":"Earn points and turn these into rewards!","referral_complete":"Complete a Referral","tos_expiry_months":"Expires {{expiry_months}} month(s) after being redeemed.","vip_tier_achieved":"Unlocked {{tier_name}}","vip_tier_added_to":"Added to {{tier_name}}","acct_creation_desc":"Get rewarded for being an awesome customer","general_apply_code":"Apply code","general_share_link":"Share your Personal Link","referrals_email_to":"To","vip_achieved_until":"Achieved until","vip_tier_to_unlock":"to unlock","visitor_point_desc":"Earn points and turn these into rewards!","acct_creation_title":"Join and Earn Rewards","general_reward_show":"Show","member_header_title":"{points}","member_point_header":"Points","referrals_completed":"referrals completed so far","vip_tier_dropped_to":"Fell to {{tier_name}}","vip_tier_on_highest":"You did it! You're on the highest tier 🎉","general_balance_text":"store credit","general_past_rewards":"Past rewards","general_product_page":"product page","general_ways_to_earn":"Ways to earn","general_your_rewards":"Your rewards","referrals_email_send":"Send email","referrals_get_reward":"Get your","referrals_share_link":"Share this link with a friend for them to claim the reward","social_facebook_like":"Like page on Facebook","social_tiktok_follow":"Follow on TikTok","social_twitter_share":"Share link on X","tos_min_order_amount":"Applies to all orders over {{min_order_amount}}.","vip_tier_earn_points":"Earn {{points}} Points","vip_tier_retained_to":"Kept {{tier_name}}","vip_tier_vip_history":"VIP History","visitor_header_title":"Rewards Program","visitor_point_header":"Earn Points","acct_creation_sign_in":"Already a member?","general_cancel_points":"Points canceled","general_no_points_yet":"No Points yet","general_refund_points":"Points refunded","general_sms_subscribe":"Subscribe to SMS","member_header_caption":"Your points","social_facebook_share":"Share link on Facebook","social_twitter_follow":"Follow on X","vip_reward_earned_via":"Earned via {{vip_tier_name}} tier","vip_you_have_achieved":"You've achieved","wallet_pass_subscribe":"Add Wallet Pass","general_no_rewards_yet":"No rewards yet","general_place_an_order":"Place an order","general_upload_receipt":"Submit a Receipt","general_ways_to_redeem":"Ways to redeem","referrals_claim_reward":"Claim your gift","referrals_code_invalid":"This referral code is invalid","referrals_email_invite":"Refer friends by email","referrals_visitor_desc":"Refer a friend who makes a purchase and both of you will claim rewards.","review_complete_points":"{{points_amount}} Points for every review posted","tos_min_order_quantity":"Minimum {{min_order_quantity}} items required in cart.","visitor_header_caption":"Earn points, save, and unlock exclusive perks","general_birthday_reward":"Celebrate with a reward","general_discount_amount":"points for ${{discount_amount}} off","general_email_subscribe":"Subscribe to Emails","general_expiration_date":"Expiration Date","general_no_activity_yet":"No activity yet","general_placed_an_order":"Placed an order","general_points_activity":"Points History","general_share_via_email":"Share via Email","general_upcoming_reward":"Upcoming reward","general_you_have_points":"Vous avez {{points}} points","membership_order_placed":"Credits earned from placing an order","referrals_email_message":"Message","referrals_invalid_email":"Please enter a valid email address","referrals_referral_code":"Your referral link to share","social_instagram_follow":"Nous suivre sur Instagram","tos_apply_to_collection":"Only for products in specific collections.","tos_max_shipping_amount":"Maximum shipping amount of {{max_shipping_amount}}.","vip_tier_no_vip_history":"No VIP membership history yet","general_enter_valid_date":"Please enter a valid date","general_points_for_every":"Points for every","general_uploaded_receipt":"Submitted a Receipt","general_vip_tier_upgrade":"VIP Tier Upgrade Points","referral_complete_points":"{{points_amount}} Points for every referral completed","referrals_call_to_action":"Refer friends and earn","referrals_claimed_reward":"Here's your","referrals_create_account":"Create an Account","referrals_status_blocked":"blocked","referrals_status_pending":"pending","referrals_your_referrals":"Your referrals","general_click_to_see_more":"Voir mon compte fidélité","general_product_purchased":"Product Purchased","general_redeemed_a_reward":"Redeemed a Reward","general_use_discount_code":"Use this discount code on your next order!","referrals_already_visited":"Already visited this page","referrals_general_invalid":"Sorry, looks like this referral is invalid","referrals_referred_reward":"They will get","referrals_referrer_reward":"You will get","general_celebrate_birthday":"Celebrate a birthday","general_how_to_earn_points":"How do I earn Points?","loyalty_page_rewards_title":"Récompenses","referrals_no_referrals_yet":"No referrals yet","referrals_progran_disabled":"This referral program is disabled","referrals_status_completed":"completed","review_complete_past_tense":"Posted a product review","general_add_product_to_cart":"Add product to cart","general_balance_text_plural":"Credits","general_fallback_first_name":"there","general_not_enough_earnings":"Not enough earnings to redeem","general_were_awarded_points":"were awarded points","general_manual_points_adjust":"manual points adjustment","referral_complete_past_tense":"Completed a Referral","referrals_similar_ip_invalid":"We are unable to process referrals within the same IP address","vip_tier_orders_placed_count":"Place {{amount}} Orders","general_activate_store_credit":"Activate Store Credit","general_celebrate_anniversary":"Celebrate Loyalty Anniversary","general_punch_card_checkpoint":"Punch Card Checkpoint","general_redeemed_store_credit":"Redeemed Store Credit","loyalty_page_rewards_subtitle":"Vous avez les récompenses suivantes disponibles.","checkout_ui_redeem_points_desc":"You have {{points}} points! Redeem for discounts on this order.","general_discount_amount_coupon":"${{discount_amount}} off coupon","general_have_not_earned_points":"You haven't earned any Points yet.","membership_page_benefits_title":"Membership Benefits","referrals_email_to_placeholder":"Add a comma-separated list of emails","referrals_name_must_be_present":"Please enter your first name","account_ui_loyalty_status_title":"Bienvenue, {{first_name}} ! Vous avez {{balance}} points","checkout_ui_redeem_points_login":"Log in","checkout_ui_redeem_points_title":"Redeem your points","general_add_points_default_note":"Points granted by points import","general_celebrate_your_birthday":"Let's celebrate your birthday! 🎉 Please give us 30 days notice - otherwise, you'll have to wait another year.","general_please_choose_an_option":"Please choose an option from the","general_redeem_error_max_points":"Exceeded maximum points to spend","general_redeem_error_min_points":"Did not meet minimum points to redeem","loyalty_page_banner_earn_button":"Gagner des points","loyalty_page_rewards_no_rewards":"Aucune récompense disponible pour l’instant.","loyalty_page_ways_to_earn_title":"Comment gagner des points","referrals_email_already_claimed":"This email has already been claimed","referrals_general_invalid_title":"We're Sorry","social_facebook_like_past_tense":"Liked a page on Facebook","social_tiktok_follow_past_tense":"Followed on TikTok","social_twitter_share_past_tense":"Shared a link on X","loyalty_page_banner_login_button":"Se connecter","loyalty_page_upload_receipt_help":"Upload a receipt within the last 30 days to earn points. Please lay the receipt on a flat surface and take a photo from a close distance.","social_facebook_share_past_tense":"Shared a link on Facebook","social_twitter_follow_past_tense":"Followed on X","wallet_pass_subscribe_past_tense":"Added Wallet Pass","account_slideout_home_login_title":"Sign in to manage your account","general_points_for_judgeme_review":"JudgeMe review","loyalty_page_banner_redeem_button":"Utiliser mes points","loyalty_page_subscribe_email_help":"Subscribe to our email list and earn points","loyalty_page_ways_to_redeem_title":"Utilisez vos points","membership_page_benefits_subtitle":"Here's an overview of your membership benefits","referrals_account_already_claimed":"You already have an account. You can invite your friends to win rewards!","account_ui_loyalty_status_subtitle":"Vous êtes au rang {{vip_tier_name}}","checkout_ui_redeemed_rewards_title":"Your rewards","general_reset_removal_default_note":"Existing points removed for points reset from import","loyalty_page_customer_birthday_day":"Jour","loyalty_page_upload_receipt_attach":"Attach File","loyalty_page_upload_receipt_button":"Submit Receipt","loyalty_page_ways_to_earn_subtitle":"Cumulez des points en réalisant ces actions","referrals_your_referrals_show_here":"Your referrals will show here.","social_instagram_follow_past_tense":"Followed on Instagram","account_slideout_orders_login_title":"Sign in to view your orders","checkout_ui_points_estimation_title":"Complete this purchase to earn up to {{points}} points","checkout_ui_refer_friends_login_url":"\/account\/login?return_url=\/account\u0026email={{customer_email}}","general_loyalty_program_and_rewards":"Programme de Fidélité \u0026 Récompenses","general_vip_tier_upgrade_past_tense":"{{tier_name}} Entry Points","general_your_rewards_will_show_here":"Your rewards will show here.","loyalty_page_banner_logged_in_title":"Bienvenue dans la Communauté Laudaris™","loyalty_page_banner_register_button":"Créer mon compte","loyalty_page_explainer_step_1_title":"Rejoignez la Communauté","loyalty_page_explainer_step_2_title":"Cumulez des points","loyalty_page_explainer_step_3_title":"Profitez de vos avantages","loyalty_page_subscribe_email_button":"Subscribe","loyalty_page_upload_receipt_no_file":"Please select a file to upload","loyalty_page_upload_receipt_success":"Thanks! Your receipt will be reviewed shortly","membership_page_banner_login_button":"Sign In","membership_page_banner_login_prefix":"Already a member?","membership_tier_unlocked_past_tense":"Membership Signup","referrals_email_message_placeholder":"Customize your referral message. The referral link will be automatically added.","shopify_account_embed_freeform_text":"","account_slideout_profile_login_title":"Sign in to manage your profile","checkout_ui_redeem_points_login_desc":"to view your points balance and discover rewards available for redemption.","loyalty_page_banner_logged_out_title":"Rejoignez la Communauté Laudaris™","loyalty_page_banner_login_button_url":"","loyalty_page_customer_birthday_month":"Mois","loyalty_page_customer_birthday_title":"Célébrez votre anniversaire","loyalty_page_ways_to_redeem_subtitle":"Échangez vos points contre des récompenses exclusives","checkout_ui_points_estimation_subtext":"Loyalty points can be redeemed for rewards on future purchases. Actual points awarded may differ if other discounts are applied.","checkout_ui_refer_friends_login_title":"Claim your points from this purchase !","general_celebrate_birthday_past_tense":"Celebrated a birthday","account_dashboard_activity_block_title":"Votre activité","account_dashboard_member_card_cta_text":"Voir mes avantages","account_dashboard_referral_block_title":"Parrainez un proche","general_reset_new_balance_default_note":"Points reset to new balance by points import","loyalty_page_explainer_logged_in_title":"Bonjour \u003cspan rivo-x-data=\"{ username: $store.customer.first_name || 'cher membre' }\" rivo-x-text=\"username\"\u003e\u003c\/span\u003e, vous avez actuellement \u003cstrong\u003e\u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_points_tally\"\u003e\u003c\/span\u003e\u003c\/strong\u003e points.","loyalty_page_explainer_step_1_subtitle":"Créez votre compte gratuitement et entrez dans la Communauté Laudaris™.","loyalty_page_explainer_step_2_subtitle":"Recevez des points à chaque commande et à chaque action.","loyalty_page_explainer_step_3_subtitle":"Utilisez vos points pour obtenir des remises exclusives et soutenir notre mission.","loyalty_page_vip_tier_1_threshold_text":"accès immédiat.","loyalty_page_vip_tier_2_threshold_text":"dès 250 € dépensés.","loyalty_page_vip_tier_3_threshold_text":"dès 500 € dépensés.","loyalty_page_vip_tiers_logged_in_title":"Niveaux de Fidélité","membership_page_explainer_step_1_title":"Signup","membership_page_explainer_step_2_title":"Earn","membership_page_explainer_step_3_title":"Redeem","membership_recurring_signup_past_tense":"Recurring Credit","loyalty_page_activity_table_header_date":"Date","loyalty_page_activity_table_no_activity":"Aucune activité enregistrée pour le moment.","loyalty_page_banner_register_button_url":"","loyalty_page_explainer_logged_out_title":"Comment ça fonctionne ?","loyalty_page_vip_tiers_logged_out_title":"Niveaux de Fidélité","membership_page_banner_logged_out_title":"Join our Membership Program","membership_page_banner_login_button_url":"\/account\/login?return_url=\/account","account_dashboard_member_card_body_title":"Vous avez \u003cstrong\u003e\u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_points_tally\"\u003e\u003c\/span\u003e\u003c\/strong\u003e points de fidélité","account_ui_loyalty_status_cta_button_url":"\/pages\/fidelite-laudaris","checkout_ui_redeem_points_alternate_name":"points","checkout_ui_redeemed_rewards_description":"Your rewards available to use","checkout_ui_redeemed_rewards_login_title":"Log in","checkout_ui_refer_friends_referral_title":"Refer a Friend","general_celebrate_anniversary_past_tense":"Celebrated Loyalty Anniversary","loyalty_page_activity_expiration_warning":"Vos points expirent le : \u003cspan rivo-x-data rivo-x-text=\"$store.customer.points_expiry\"\u003e\u003c\/span\u003e","loyalty_page_customer_birthday_save_date":"Enregistrer la date","referrals_create_account_to_claim_coupon":"Create an Account to claim your coupon","account_dashboard_activity_block_subtitle":"","account_dashboard_referral_block_subtitle":"Offrez une récompense à vos amis et recevez la vôtre dès leur premier achat","account_ui_loyalty_status_cta_button_text":"Voir mes récompenses","checkout_ui_redeemed_rewards_select_label":"Select a Reward","loyalty_page_activity_table_header_action":"Activité","loyalty_page_banner_logged_in_description":"Cumulez des points à chaque commande et profitez d’avantages exclusifs, tout en soutenant notre mission.","loyalty_page_explainer_logged_in_subtitle":"Voici un aperçu de votre solde de points et de vos dernières activités.","loyalty_page_vip_tiers_logged_in_subtitle":"Vous êtes actuellement au niveau \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.tier?.name\"\u003e\u003c\/span\u003e.","membership_page_banner_add_to_cart_button":"Join Now","membership_page_explainer_logged_in_title":"Hi \u003cspan rivo-x-data=\"{ username: $store.customer.first_name || 'there' }\" rivo-x-text=\"username\"\u003e\u003c\/span\u003e, you have \u003cstrong\u003e\u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_points_tally\"\u003e\u003c\/span\u003e\u003c\/strong\u003e Points","membership_page_explainer_step_1_subtitle":"Create an account on our store","membership_page_explainer_step_2_subtitle":"Earn points for shopping","membership_page_explainer_step_3_subtitle":"Redeem points for discounts","account_dashboard_member_card_header_title":"Bienvenue \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.first_name\"\u003e\u003c\/span\u003e","account_dashboard_vip_tiers_progress_title":"Votre niveau de fidélité","general_converted_to_credits_external_note":"Converted your points balance to store credit","general_converted_to_credits_internal_note":"Converted from points to store credit","loyalty_page_banner_logged_out_description":"Inscrivez-vous gratuitement et commencez à gagner des points à chaque commande. Soutenez notre mission avec chaque achat.","loyalty_page_vip_tiers_logged_out_subtitle":" Rejoignez la Communauté Laudaris™ et accédez à des privilèges exclusifs selon votre engagement.","membership_page_activity_table_header_date":"Date","membership_page_activity_table_no_activity":"No activity yet","membership_page_explainer_logged_out_title":"How it Works","account_dashboard_member_card_body_subtitle":"Vous faites partie du rang \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.tier?.name\"\u003e\u003c\/span\u003e","account_dashboard_referral_block_share_html":"\u003ca href=\"\/pages\/refer-a-friend\"\u003eEnvoyez votre lien à vos amis\u003c\/a\u003e ou \u003ca href=\"\/pages\/refer-a-friend?popup_panel=email_stats\"\u003econsultez vos statistiques\u003c\/a\u003e","checkout_ui_login_notification_banner_title":"Have loyalty discounts or rewards that you'd like to apply?","checkout_ui_refer_friends_login_description":"Log in or register to activate your loyalty account, redeem your points and access your special offers.","loyalty_page_activity_table_header_earnings":"Points","membership_page_activity_expiration_warning":"Expiration Date: \u003cspan rivo-x-data rivo-x-text=\"$store.customer.points_expiry\"\u003e\u003c\/span\u003e","membership_recurring_anniversary_past_tense":"Membership Anniversary Credits","account_dashboard_unused_rewards_block_title":"Utilisez vos récompenses","checkout_ui_redeem_incremental_earnings_desc":"How much of your {{balance}} in balance (equivalent to ${{balance_to_currency}}) would you like to redeem?","checkout_ui_refer_friends_login_button_title":"Activate my account","general_order_placed_store_credit_multiplier":"Earn cash back for every $1 spent","loyalty_page_vip_tiers_progress_column_title":"Progression","membership_page_activity_table_header_action":"Activity","membership_page_explainer_logged_in_subtitle":"Here's an overview of your current points balance and recent activity","referrals_email_your_friend_has_referred_you":"Your friend has referred you to {{shop_name}}","account_dashboard_member_card_header_subtitle":"","account_dashboard_vip_tiers_progress_subtitle":"Cumulez encore \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.formatted_to_spend_or_earn\"\u003e\u003c\/span\u003e pour atteindre le niveau \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.name\"\u003e\u003c\/span\u003e","checkout_ui_login_notification_banner_subtext":"to login to your account","checkout_ui_redeem_incremental_earnings_login":"Log in","checkout_ui_redeem_incremental_earnings_title":"Redeem store balance","checkout_ui_redeem_points_select_custom_label":"{{reward_name}} orders ${{min_order_amount}}+ for {{points_amount}} points","checkout_ui_refer_friends_referral_button_url":"","membership_page_banner_add_to_cart_button_url":"\/membership-add-to-cart","membership_page_banner_logged_out_description":"Unlock exclusive savings, rewards \u0026 VIP access.","referrals_email_checkout_out_and_claim_reward":"Check out the referral link and claim a free reward.","account_dashboard_rewards_progress_block_title":"Gagnez encore plus de points","checkout_ui_redeem_points_select_discount_desc":"Please select a discount","checkout_ui_redeemed_rewards_login_description":"to view your rewards available to use.","checkout_ui_refer_friends_referral_description":"Share your referral link with friends and earn rewards each time a new friend makes a purchase.","membership_page_activity_table_header_earnings":"Points","account_dashboard_unused_rewards_block_subtitle":"Voici les récompenses déjà débloquées, prêtes à être utilisées :","checkout_ui_login_notification_banner_link_text":"Click here","checkout_ui_redeem_points_select_discount_label":"Select Discount","checkout_ui_redeemed_rewards_select_description":"Please select a reward","checkout_ui_refer_friends_referral_button_title":"Refer a Friend","loyalty_page_vip_tiers_progress_column_subtitle":"Gagnez \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.formatted_to_spend_or_earn\"\u003e\u003c\/span\u003e points pour atteindre le niveau \u003cspan rivo-x-data rivo-x-text=\"$store.customer?.current_vip_tier_info?.next_tier?.name\"\u003e\u003c\/span\u003e.","account_dashboard_unused_rewards_block_date_text":"Débloquée le : {{date}}","account_dashboard_referral_block_copy_button_text":"Copy","account_dashboard_rewards_progress_block_subtitle":"Cumulez encore \u003cspan rivo-x-data rivo-x-text=\"$store.customer.pretty_points_amount_to_next_reward\"\u003e\u003c\/span\u003e points pour débloquer la récompense : \u003cspan rivo-x-data rivo-x-text=\"$store.customer.next_reward?.name\"\u003e\u003c\/span\u003e","account_dashboard_unused_rewards_block_no_rewards":"Aucune récompense disponible pour le moment","checkout_ui_redeem_incremental_earnings_login_desc":"to view your balance.","checkout_ui_refer_friends_referral_text_field_label":"Your referral link","account_dashboard_vip_tiers_progress_completed_subtitle":"Félicitations ! Vous avez atteint le niveau le plus élevé.","checkout_ui_redeem_incremental_earnings_form_input_label":"Earnings amount","checkout_ui_redeem_incremental_discount_code_change_error":"{{code}} couldn't be used with your existing discounts.","checkout_ui_redeem_incremental_earnings_form_submit_button":"Redeem","checkout_ui_redeem_points_not_enough_points_banner_message":"You're {{points_amount}} points away from a reward","account_dashboard_rewards_progress_block_completed_subtitle":"Continuez à cumuler des points pour débloquer de nouvelles récompenses"},"custom_css":null,"ways_to_earn":[{"id":422137,"title":"S'inscrire","status":"active","name":"S'inscrire","trigger":"customer_member_enabled","points_amount":50,"credits_amount":0.0,"balance_amount":50,"description":null,"url":null,"button_text":null,"pretty_earnings_text":"50 Points","card_click_method":null,"hidden_from_ui":false,"multi_balance_settings_by_tiers":{},"multipliers":[],"currency_base_amount":1,"points_type":"fixed"},{"id":422138,"title":"Commandez et cumulez des points","status":"active","name":"Commandez et cumulez des points","trigger":"order_placed","points_amount":1,"credits_amount":0.0,"balance_amount":1,"description":"1 € = 1 point","url":"","button_text":null,"pretty_earnings_text":"1 Points","card_click_method":"modal","hidden_from_ui":false,"multi_balance_settings_by_tiers":{},"multipliers":[],"currency_base_amount":1,"points_type":"multiplier"},{"id":422139,"title":"Joyeux anniversaire !","status":"active","name":"Joyeux anniversaire !","trigger":"customer_birthday","points_amount":75,"credits_amount":0.0,"balance_amount":75,"description":null,"url":null,"button_text":null,"pretty_earnings_text":"75 Points","card_click_method":null,"hidden_from_ui":false,"multi_balance_settings_by_tiers":{},"multipliers":[],"currency_base_amount":1,"points_type":"fixed"},{"id":422401,"title":"Laisser un avis photo","status":"active","name":"Laisser un avis photo","trigger":"review_complete","points_amount":50,"credits_amount":0.0,"balance_amount":50,"description":"{{points_amount}} points","url":"","button_text":null,"pretty_earnings_text":"50 Points","card_click_method":"modal","hidden_from_ui":false},{"id":422503,"title":" Visitez notre partenaire SOS Calvaires","status":"active","name":" Visitez notre partenaire SOS Calvaires","trigger":"visit_url","points_amount":25,"credits_amount":0.0,"balance_amount":25,"description":"{{points_amount}} points","url":"https:\/\/www.soscalvaires.org\/","button_text":"Visiter","pretty_earnings_text":"25 Points","card_click_method":null,"hidden_from_ui":false},{"id":434545,"title":"Nous suivre sur Instagram","name":"Suivez nous sur Instagram","social":true,"trigger":"instagram_follow","points_amount":25,"credits_amount":0.0,"balance_amount":25,"url":"https:\/\/instagram.com\/laudaris.fr","pretty_earnings_text":"25 Points"}],"points_rewards":[{"id":484341,"name":"10 € de réduction","enabled":true,"points_amount":150,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"10 € de réduction (150 points required)","icon_url":null,"pretty_points_amount":"150","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expires 12 month(s) after being redeemed. "},{"id":484342,"name":"20 € de réduction","enabled":true,"points_amount":300,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"20 € de réduction (300 points required)","icon_url":null,"pretty_points_amount":"300","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expires 12 month(s) after being redeemed. "},{"id":484343,"name":"30 € de réduction","enabled":true,"points_amount":400,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"30 € de réduction (400 points required)","icon_url":null,"pretty_points_amount":"400","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expires 12 month(s) after being redeemed. "},{"id":499399,"name":"Bracelet Saxum OFFERT ! (Valeur 49 €)","enabled":true,"points_amount":500,"points_type":"fixed","reward_type":"free_product","source":"points","pretty_display_rewards":"Bracelet Saxum OFFERT ! (Valeur 49 €) (500 points required)","icon_url":null,"pretty_points_amount":"500","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"product_id":"10060830081357","variant_ids":"51589546606925,51589546639693,51589546672461","terms_of_service":{"reward_type":"free_product","product_id":"10060830081357","show_tos":true},"pretty_terms_of_service":"Reward only applies to Bracelet croix pierre naturelle - Saxum "}],"rewards":[{"id":484341,"name":"10 € de réduction","enabled":true,"points_amount":150,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"10 € de réduction (150 points required)","icon_url":null,"pretty_points_amount":"150","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expires 12 month(s) after being redeemed. "},{"id":484342,"name":"20 € de réduction","enabled":true,"points_amount":300,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"20 € de réduction (300 points required)","icon_url":null,"pretty_points_amount":"300","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expires 12 month(s) after being redeemed. "},{"id":484343,"name":"30 € de réduction","enabled":true,"points_amount":400,"points_type":"fixed","reward_type":"fixed_amount","source":"points","pretty_display_rewards":"30 € de réduction (400 points required)","icon_url":null,"pretty_points_amount":"400","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","expiry_months":12,"show_tos":true},"pretty_terms_of_service":"Expires 12 month(s) after being redeemed. "},{"id":499399,"name":"Bracelet Saxum OFFERT ! (Valeur 49 €)","enabled":true,"points_amount":500,"points_type":"fixed","reward_type":"free_product","source":"points","pretty_display_rewards":"Bracelet Saxum OFFERT ! (Valeur 49 €) (500 points required)","icon_url":null,"pretty_points_amount":"500","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"product_id":"10060830081357","variant_ids":"51589546606925,51589546639693,51589546672461","terms_of_service":{"reward_type":"free_product","product_id":"10060830081357","show_tos":true},"pretty_terms_of_service":"Reward only applies to Bracelet croix pierre naturelle - Saxum "}],"referral_rewards":{"referrer_reward":{"id":484803,"name":"10 € de réduction","reward_type":"fixed_amount","properties":{"applies_to":"entire","min_requirement":"none","auto_redeem_enabled":false,"customer_points_get":1.0,"increment_points_value":100}},"referred_reward":{"id":484804,"name":"10 € de réduction","reward_type":"fixed_amount","properties":{"applies_to":"entire","min_requirement":"none","auto_redeem_enabled":false,"customer_points_get":1.0,"increment_points_value":100}}},"referral_settings":{"referrals_landing_path":null,"referrals_landing_domain":null},"referral_social_settings":{"sms":false,"email":true,"twitter":true,"facebook":true,"whatsapp":false,"share_order":["email","sms","twitter","facebook","whatsapp","link"],"sms_message":"","twitter_message":"","whatsapp_message":""},"referrals_customer_account_required":false,"friend_discounts_disabled":false,"vip_tiers":[{"id":388015,"name":"Fidèle","threshold":0,"perks":[],"icon_url":null,"desc":"\u003cspan\u003eEarn 0 Points \u003c\/span\u003e","rewards":[],"threshold_text":"accès immédiat."},{"id":388016,"name":"Protecteur","threshold":250,"perks":["Accès anticipé aux nouvelles collections Laudaris™.","Le livret de prière offert, envoyé chez vous gratuitement.","Traitement prioritaire de vos commandes et demandes SAV."],"icon_url":null,"desc":"\u003cspan\u003eEarn 250 Points \u003c\/span\u003e","rewards":[],"threshold_text":"dès 250 € dépensés."},{"id":388017,"name":"Bienfaiteur","threshold":500,"perks":["Accès anticipé aux nouvelles collections Laudaris™.","Traitement prioritaire de vos commandes et demandes SAV.","Accès exclusif aux ventes privées Laudaris™","5% de remise permanente sur vos futures commandes.","Le Guide du Chapelet (version papier) envoyé chez vous gratuitement.","Cadeau annuel exclusif (pour Noël)"],"icon_url":null,"desc":"\u003cspan\u003eEarn 500 Points \u003c\/span\u003e","rewards":[],"threshold_text":"dès 500 € dépensés."}],"account_embed_widget_settings":{"enabled":true,"custom_css":"","custom_link":"\/pages\/fidelite-laudaris","target_page":"customers\/account","custom_placement":"","custom_insert_method":"beforeend"},"loyalty_landing_page_settings":{"enabled":false,"theme_id":"177432789325","template_suffix":"rivo-loyalty-landing-page","vip_tiers_table_data":[{"perk":"Accès anticipé aux nouveautés Laudaris™","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"☑️"},{"id":"388017","value":"☑️"}]},{"perk":"Le Livret de Prière (version papier), envoyé chez vous gratuitement","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"☑️"},{"id":"388017","value":"☑️"}]},{"perk":"Accès exclusifs à nos ventes privées","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]},{"perk":"5% de remise permanente","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]},{"perk":"Le Guide du Chapelet (version papier), envoyé chez vous gratuitement","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]},{"perk":"Cadeau annuel exclusif (pour Noël)","tiers":[{"id":"388015","value":"✖️"},{"id":"388016","value":"✖️"},{"id":"388017","value":"☑️"}]}],"primary_button_class_names":"","secondary_button_class_names":"","theme_extension_files_added_at":"2025-06-06T16:37:19.678Z","theme_extension_files_verified_at":"2025-06-06T16:37:19.678Z"},"membership_landing_page_settings":{"enabled":false,"template_suffix":"rivo-membership-landing-page"},"account_dashboard_settings":{"member_card_cta_url":"","primary_button_class_names":"","secondary_button_class_names":""},"forms":[],"points_expiry_enabled":false,"frontend":{"potential_points":{"order_placed":{"enabled":true,"points_type":"multiplier","points_amount":1,"currency_base_amount":1,"multi_balance_settings_by_tiers":{}}}},"referral_campaigns":[{"id":61051,"name":"Parrainage Laudaris™ - 2025","display_type":"inline","status":"active","page_settings":{"friend_claim_title":"Your friend sent you a discount","friend_reward_title":"Awesome, you're in!","invalid_button_text":"Shop Now","advocate_share_title":"Refer friends and earn.","advocate_reward_title":"Use your discount","advocate_signup_title":"Offrez 10€, gagnez 10€","friend_reward_copy_text":"Copy","advocate_share_link_mode":"button","friend_claim_button_text":"Claim Discount","friend_claim_description":"Enter your email, get a discount for your first order.","advocate_email_stats_text":"My Stats","advocate_reward_copy_text":"Copy","advocate_share_link_title":"Share your link","friend_claim_expired_text":"Sorry, this referral link has expired. Come back later!","friend_reward_description":"Here's your {{discount_amount}} reward. Use this discount code on your next order.","advocate_email_stats_title":"Send my Stats","advocate_share_description":"Send your friends a discount code for their first order, and get a credit after each purchase.","advocate_share_email_title":"Share via Email","advocate_reward_description":"Here's your {{discount_amount}} reward. Use this discount code on your next order.","advocate_share_expired_text":"Sorry, this referral link has expired. Come back later!","advocate_share_header_title":"Parrainez un proche","advocate_signup_button_text":"Inviter mes proches","advocate_signup_description":"Offrez 10€ à vos proches et recevez 10€ en remerciement pour votre partage.","advocate_email_stats_enabled":false,"advocate_share_email_subject":"Your friend has sent you a gift","advocate_signup_expired_text":"Sorry, this referral link has expired. Come back later!","friend_claim_disclaimer_text":"Offer only valid for new customers","friend_reward_disclaimer_text":"Offer only valid for new customers","advocate_share_appended_params":"","advocate_share_disclaimer_text":"Offer only valid for new customers","friend_claim_email_placeholder":"Your email","advocate_reward_disclaimer_text":"","advocate_share_copy_button_text":"Copy Link","advocate_share_email_note_label":"Additional Note:","advocate_share_link_description":"You can share this link anywhere with a friend.","advocate_signup_disclaimer_text":"Offre réservée aux nouveaux clients","friend_reward_apply_button_text":"Apply code","advocate_email_stats_button_text":"Send Email","advocate_email_stats_description":"Your stats will be sent to {{email}}","advocate_share_email_button_text":"Send Email","friend_claim_cta_version_enabled":false,"friend_reward_auto_apply_enabled":false,"friend_reward_post_discount_path":"","advocate_reward_apply_button_text":"Apply code","advocate_signup_email_placeholder":"Votre adresse email","advocate_reward_auto_apply_enabled":false,"advocate_reward_post_discount_path":"","advocate_share_email_subject_label":"Subject:","advocate_share_personal_link_label":"Here is your personal link:","friend_reward_coupon_field_enabled":true,"advocate_share_email_reminder_label":"Send reminder after 3 days","advocate_reward_coupon_field_enabled":true,"advocate_share_email_sent_from_label":"To:","friend_claim_additional_close_params":[],"advocate_share_email_note_placeholder":"Add something else for your friends here. We'll prepopulate the rest!","advocate_signup_first_name_placeholder":"Prénom","friend_claim_terms_and_conditions_path":"","friend_claim_terms_and_conditions_text":"Terms \u0026 Conditions","friend_reward_terms_and_conditions_path":"","friend_reward_terms_and_conditions_text":"Terms \u0026 Conditions","advocate_share_email_subject_placeholder":"Here's a gift","advocate_share_terms_and_conditions_path":"","advocate_share_terms_and_conditions_text":"Terms \u0026 Conditions","advocate_signup_first_name_field_enabled":true,"advocate_reward_terms_and_conditions_path":"","advocate_reward_terms_and_conditions_text":"Terms \u0026 Conditions","advocate_signup_terms_and_conditions_path":"policies\/terms-of-sale","advocate_signup_terms_and_conditions_text":"CGU \/ CGV","friend_claim_terms_and_conditions_enabled":false,"friend_reward_terms_and_conditions_enabled":false,"advocate_email_stats_logged_out_description":"Please enter the email you used to signup","advocate_share_email_recipients_placeholder":"Comma separated list of email addresses","advocate_share_terms_and_conditions_enabled":false,"advocate_reward_terms_and_conditions_enabled":false,"advocate_signup_terms_and_conditions_enabled":false,"friend_claim_accepts_marketing_checkbox_text":"Subscribe to email marketing","advocate_signup_accepts_marketing_checkbox_text":"Recevoir les nouveautés et les offres Laudaris™","friend_claim_accepts_marketing_checkbox_enabled":false,"advocate_signup_accepts_marketing_checkbox_enabled":true,"advocate_signup_accepts_marketing_checkbox_default_checked":true},"design_settings":{"share_mode":"tabs","primary_color":"#000000","background_type":"cover","secondary_color":"#CCCCCC","title_font_size":38,"button_font_size":16,"footer_font_size":12,"header_font_size":18,"title_font_color":"#111111","title_text_align":"center","button_font_color":"#ffffff","footer_font_color":"#cccccc","footer_text_align":"center","header_font_color":"#ffffff","header_text_align":"center","subtitle_font_size":17,"background_position":"right","button_border_color":"#b2905f","primary_font_family":"inherit","subtitle_font_color":"#444444","subtitle_text_align":"center","mobile_inline_height":825,"desktop_inline_height":825,"secondary_font_family":"inherit","button_background_color":"#b2905f","header_background_color":"#b2905f","advocate_share_email_note_enabled":true,"advocate_share_email_subject_enabled":true,"advocate_share_email_reminder_enabled":true},"advocate_rules":[],"friend_rules":[],"advocate_reward":{"id":484803,"name":"10 € de réduction","enabled":true,"points_amount":0,"points_type":"fixed","reward_type":"fixed_amount","source":"referrer","pretty_display_rewards":"10 € de réduction (0 points required)","icon_url":null,"pretty_points_amount":"0","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","show_tos":false},"pretty_terms_of_service":""},"friend_reward":{"id":484804,"name":"10 € de réduction","enabled":true,"points_amount":0,"points_type":"fixed","reward_type":"fixed_amount","source":"referred","pretty_display_rewards":"10 € de réduction (0 points required)","icon_url":null,"pretty_points_amount":"0","purchase_type":"one_time","recurring_cycle_limit":null,"min_order_quantity":null,"terms_of_service":{"reward_type":"fixed_amount","applies_to":"entire","show_tos":false},"pretty_terms_of_service":""},"expires_at":null,"background_image_url":"https:\/\/loyalty.rivo.io\/assets\/5hpy8dg5i60pjds5icvwrngso5qg","custom_css":"","share_via_email_default_subject":"I'm sending you a {{reward_name}} to shop at {{shop_name}}","landing_path":null,"advocate_overlay_enabled":false,"post_order_advocate_overlay_enabled":false,"post_order_advocate_overlay_delay":0,"post_order_advocate_overlay_frequency":0,"streamlined_enabled":false}],"paid_membership_settings":{"name":null,"landing_path":"\/","credits_enabled":false,"product_enabled":false,"cancellation_policy":"immediate","custom_dashboard_enabled":false,"landing_path_redirect_enabled":true,"landing_settings":{"faq_items":[],"faq_title_text":"FAQ","sections_order":["hero","member_details","member_activity","benefits","faq"],"tab_font_color":"inherit","hero_title_text":"Membership","benefits_title_text":"Benefits","faq_section_enabled":true,"custom_frame_enabled":false,"faq_description_text":"Here are some frequently asked questions","hero_section_enabled":true,"hero_description_text":"You're getting access to exclusive discounts, offers, and more!","main_background_color":"inherit","custom_sidebar_enabled":false,"faq_section_font_color":"inherit","benefits_section_enabled":true,"member_card_logo_enabled":false,"benefits_description_text":"Here's what you get with your membership","benefits_section_font_color":"inherit","faq_section_background_color":"inherit","member_details_section_enabled":true,"member_activity_section_enabled":true,"benefits_section_background_color":"inherit"}},"checkout_ui_settings":{"global_show_login_enabled":false,"global_show_login_header_enabled":false,"shopify_markets_metaobject_enabled":false,"redeem_points_use_custom_select_label":false,"redeem_points_show_all_rewards_enabled":false,"redeem_points_select_apply_button_enabled":false,"redeem_points_default_select_label_enabled":true,"hide_all_checkout_extensions_from_countries":[],"post_purchase_referral_preview_mode_enabled":false,"only_show_checkout_extensions_from_countries":[],"post_purchase_referral_share_buttons_enabled":false,"redeem_points_disable_reward_options_enabled":false,"redeem_points_hide_redeem_when_discount_exists":false,"redeem_points_not_enough_points_banner_enabled":false,"redeem_incremental_earnings_balance_to_currency":false,"redeemed_rewards_hide_selections_when_no_options":false,"redeem_points_hide_selections_unless_discount_exists":false,"redeemed_rewards_hide_selections_when_discount_applied":false,"redeem_incremental_earnings_input_amount_stepper_enabled":false,"redeem_incremental_earnings_hide_redeem_when_discount_exists":false,"redeem_incremental_earnings_hide_redeem_unless_minimum_order_value_is_met":false},"membership_tiers":[],"credit_mode":false,"active_bonus_campaign":null,"js_api_config":{"emit_points_balances_on_load":false},"auto_login":{"enabled":false,"email_provider":"kl","email_identifier":"utm_klaviyo_profile_id","auto_login_reload_enabled":false,"auto_login_bypass_only_mode_enabled":false},"account_widget_settings":{"enabled":false,"or_text":"OR","city_text":"City","edit_text":"Edit","name_text":"Name","email_text":"Email","order_text":"Order","phone_text":"Phone","taxes_text":"Taxes","total_text":"Total","cards_shape":"rounded","delete_text":"Delete","select_text":"Select","address_text":"Address","company_text":"Company","country_text":"Country","inputs_shape":"rounded","buttons_shape":"rounded","discount_text":"Discount","primary_color":"#20124d","province_text":"Province","shipping_text":"Shipping","subtotal_text":"Subtotal","zip_code_text":"ZIP Code","home_cta_1_url":"\/pages\/loyalty-program","last_name_text":"Last Name","launcher_shape":"circle","container_shape":"rounded","favorites_title":"Favorites","first_name_text":"First Name","home_cta_1_text":"View Rewards","home_cta_2_text":"Manage Subscriptions","input_font_size":16,"show_powered_by":false,"add_to_cart_text":"Add to Cart","footer_font_size":14,"footer_home_text":"For You","saved_cart_title":"Saved from Cart","toast_font_color":"#FFFFFF","are_you_sure_text":"Are you sure you want to?","cache_app_enabled":false,"collections_title":"Collections","contact_info_text":"Contact info","currency_decimals":0,"default_font_size":16,"desktop_placement":"left","email_placeholder":"Email","favorites_enabled":false,"google_login_text":"Sign in with Google","login_button_text":"Sign In","login_issues_link":"\/account\/login","login_issues_text":"Click here to sign in with your password if you are having issues","my_addresses_text":"My Addresses","order_placed_text":"Placed on","verify_title_text":"Enter the code sent to [[email]]","all_favorites_text":"All Favorites","footer_orders_text":"Orders","home_cta_1_enabled":true,"home_cta_2_enabled":true,"home_cta_3_enabled":false,"latest_order_title":"Latest Order","notifications_text":"Notifications","profile_list_links":[],"reload_after_login":false,"saved_cart_enabled":false,"shop_login_enabled":false,"verify_button_text":"Verify Code","address_line_2_text":"Apartment, suite, etc.","apple_login_enabled":false,"delete_address_text":"Yes, Delete Address","footer_profile_text":"Profile","locale_urls_enabled":false,"mobile_side_spacing":20,"my_preferences_text":"My Preferences","payment_method_text":"Payment Method","popular_today_title":"Popular Today","select_country_text":"Select Country","select_options_text":"Select Options","slideout_icon_color":"#303030","update_profile_text":"Update Profile","view_favorites_text":"View Favorites","billing_address_text":"Billing Address","desktop_side_spacing":20,"excluded_product_ids":[],"favorites_load_delay":0,"footer_icons_enabled":false,"google_login_enabled":false,"home_logged_in_title":"Welcome \u003cspan rivo-ax-text='$store.rivo_profile_customer?.first_name'\u003e\u003c\/span\u003e","legacy_login_enabled":true,"order_cancelled_text":"Cancelled on","profile_log_out_text":"Log out","save_collection_text":"Save Collection","select_province_text":"Select Province","shipping_method_text":"Shipping Method","address_default_badge":"Default","alternate_login_title":"Having issues signing in?","home_logged_out_title":"Sign in to your account","mobile_bottom_spacing":20,"order_returns_enabled":false,"popular_today_enabled":true,"recently_viewed_title":"Recently Viewed","replace_account_links":false,"shipping_address_text":"Shipping Address","slideout_border_color":"#E0E0E0","add_to_collection_text":"Add to Collection","compare_at_price_color":"#c70000","custom_sub_cta_enabled":false,"desktop_bottom_spacing":20,"hide_sold_out_products":false,"login_footer_font_size":12,"order_tracking_partner":"shopify","orders_logged_in_title":"Your Orders","popular_products_count":20,"product_rating_enabled":false,"shop_pay_login_enabled":false,"slideout_subdued_color":"#F7F7F7","toast_background_color":"#1a1a1a","added_to_cart_link_text":"Go to Cart","additional_details_text":"Additional Details","alternate_login_enabled":false,"home_logged_in_subtitle":"You have \u003cspan class='rivo-pretty-points-balance' rivo-ax-text='$store.rivo_profile_customer?.pretty_points_tally'\u003e\u003c\/span\u003e points","ignore_inventory_policy":false,"order_buy_again_enabled":false,"orders_empty_state_text":"You haven't placed any orders yet","orders_logged_out_title":"Log in to view, track, and manage your orders","post_login_reload_paths":[],"recently_viewed_enabled":true,"section_title_font_size":18,"survey_next_button_text":"Next","survey_skip_button_text":"Skip","alternate_login_subtitle":"Use one of the following methods below to sign in.","custom_hide_product_tags":[],"desktop_sidebar_position":"left","home_logged_out_subtitle":"Get access to your rewards, referrals, and more","legacy_gift_card_enabled":false,"order_cancel_button_text":"Cancel Order","replace_legacy_app_links":false,"shipping_addresses_title":"Shipping Addresses","verify_login_issues_link":"\/#rivo","verify_login_issues_text":"Having issues? Click here to try again.","home_cta_1_primary_button":true,"home_cta_2_primary_button":false,"home_cta_3_primary_button":false,"order_returns_button_text":"Start a Return","slideout_background_color":"#FFFFFF","accepts_sms_marketing_text":"Text me with news and offers","add_shipping_address_title":"Add Shipping Address","added_to_cart_link_enabled":false,"alternate_login_email_text":"Sign in with an email and password","create_new_collection_text":"Create New Collection","favorites_empty_state_text":"No favorited products","logged_out_title_font_size":24,"mini_block_title_font_size":13,"order_tracking_button_text":"Track Shipment","primary_button_class_names":"button button--primary","redirect_from_account_page":true,"save_shipping_address_text":"Save Shipping Address","alternate_login_google_text":"Sign in with Google","buy_again_notification_text":"Order added to the cart","edit_shipping_address_title":"Edit Shipping Address","favorite_button_active_text":"Added to favorites","home_button_membership_text":"Credit","home_loyalty_button_enabled":false,"login_verify_identity_title":"Verify your identity","order_buy_again_button_text":"Buy Again","order_cancel_button_enabled":false,"saved_cart_empty_state_text":"No saved cart items","set_as_default_address_text":"Set as default address","slideout_heading_font_color":"#303030","account_verification_enabled":false,"collections_empty_state_text":"No collections","email_cannot_be_changed_text":"Email used for login cannot be updated","exposed_line_item_properties":[],"favorite_button_active_color":"#FF5E5E","home_logged_out_orders_title":"Manage orders, track shipments, and easily start a return","login_accepts_marketing_text":"Email me with updates and offers","order_returns_fulfilled_only":false,"order_track_shipment_enabled":true,"secondary_button_class_names":"button button--secondary","accepts_sms_marketing_enabled":false,"add_to_cart_notification_text":"Added to cart","alternate_login_shop_pay_text":"Sign in to an existing account with Shop Pay","favorite_button_inactive_text":"Add to favorites","featured_home_content_enabled":false,"home_gift_card_button_enabled":false,"home_logged_out_profile_title":"Manage addresses, contact info, and personal preferences","international_returns_enabled":false,"legacy_points_balance_enabled":false,"mini_block_subtitle_font_size":13,"new_customer_accounts_enabled":false,"same_as_shipping_address_text":"Same as shipping address","shop_pay_login_button_enabled":false,"home_button_components_enabled":false,"home_button_gift_card_cta_text":"My Credit","home_membership_button_enabled":false,"address_saved_notification_text":"Address saved","featured_content_image_position":"center center","home_button_balance_points_text":"Points","home_button_gift_card_code_text":"ID: ","home_button_gift_card_copy_text":"Copy ID","home_button_membership_cta_text":"My Membership","home_logged_out_favorites_title":"Sign in to access your favorites","home_logged_out_orders_subtitle":"Get access to your rewards, referrals, and more","login_accepts_marketing_default":true,"login_accepts_marketing_enabled":true,"profile_list_personal_info_text":"Personal Information","view_product_action_button_text":"View product","home_additional_button_1_enabled":false,"home_additional_button_2_enabled":false,"home_logged_out_profile_subtitle":"Get access to your rewards, referrals, and more","mini_block_product_price_enabled":false,"mini_block_product_title_enabled":false,"orders_additional_button_enabled":false,"product_compare_at_price_enabled":true,"recently_viewed_empty_state_text":"No recently viewed products","slideout_body_primary_font_color":"#303030","address_deleted_notification_text":"Address deleted successfully","international_returns_button_text":"Start an International Return","order_limited_time_button_enabled":false,"profile_updated_notification_text":"Profile updated","shipping_address_empty_state_text":"You haven't added any shipping addresses yet","add_to_favorites_notification_text":"Save Item","alternate_login_another_email_text":"Try sending another code","home_logged_out_favorites_subtitle":"Get access to your rewards, referrals, and more","redirect_to_classic_login_on_error":false,"shop_pay_login_email_field_enabled":false,"slideout_body_secondary_font_color":"#707070","verify_login_issues_alt_login_text":"Having issues? Click here to sign in with an alternate method","view_product_action_button_enabled":false,"home_button_balance_points_cta_text":"My Rewards","order_returns_button_primary_button":false,"recently_viewed_collections_enabled":false,"added_to_favorites_notification_text":"Item saved","order_tracking_button_primary_button":true,"profile_list_shipping_addresses_text":"Shipping Addresses","apple_login_private_relay_error_title":"Please sign in using a different method","order_buy_again_button_primary_button":false,"order_cancel_button_threshold_enabled":true,"home_button_membership_paywall_cta_text":"Join our Membership","orders_additional_button_primary_button":false,"remove_from_favorites_notification_text":"Remove item","apple_login_private_relay_error_subtitle":"Sorry, we couldn't authenticate your Apple account. Please try again using your email or Sign in with Google.","apple_login_reject_private_relay_enabled":false,"home_logged_out_profile_subtitle_enabled":false,"order_cancel_button_threshold_in_minutes":30,"order_limited_time_button_primary_button":false,"removed_from_favorites_notification_text":"Item removed","international_returns_button_primary_button":false,"order_limited_time_button_threshold_in_minutes":15,"css_variables":":root {\n --rivo-aw-background-color: #FFFFFF;\n --rivo-aw-desktop-sidebar-left: 0px;\n --rivo-aw-desktop-sidebar-right: auto;\n --rivo-aw-desktop-slidein-translate-x: -100%;\n --rivo-aw-desktop-slideout-translate-x: -100%;\n --rivo-aw-heading-font-color: #303030;\n --rivo-aw-body-primary-font-color: #303030;\n --rivo-aw-body-secondary-font-color: #707070;\n --rivo-aw-border-color: #E0E0E0;\n --rivo-aw-subdued-color: #F7F7F7;\n --rivo-aw-icon-color: #303030;\n --rivo-aw-primary-color: #20124d;\n --rivo-aw-favorite-button-active-color: #FF5E5E;\n --rivo-aw-toast-offset-left: 15px;\n --rivo-aw-toast-offset-right: auto;\n --rivo-aw-default-font-size: 16px;\n \n --rivo-aw-input-font-size: 16px;\n --rivo-aw-section-title-font-size: 18px;\n --rivo-aw-logged-out-title-font-size: 24px;\n \n --rivo-aw-mini-block-title-font-size: 13px;\n --rivo-aw-mini-block-subtitle-font-size: 13px;\n --rivo-aw-login-footer-font-size: 12px;\n --rivo-aw-footer-font-size: 14px;\n --rivo-aw-toast-background-color: #1a1a1a;\n --rivo-aw-toast-font-color: #FFFFFF;\n \n \n --rivo-aw-home-featured-content-image-position: center center;\n --rivo-aw-compare-at-price-color: #c70000;\n \n }","terms_and_conditions":null,"sms_terms_and_conditions":null},"persisted_login_enabled":false,"preference_questions":[],"personalization_campaigns":[],"personalization_components":[],"customer_id_verification_enabled":false,"ping_enabled":false,"contests":[],"active_contest":null,"activate_store_balance_consolidation_enabled":false,"edit_order_settings":{"enabled":false,"note_text":"Order Note","note_enabled":false,"cancel_enabled":true,"cancel_reasons":["Changed my mind","Shipping concerns","Ordered by mistake","Other"],"note_button_text":"Update Note","note_placeholder":"Add a note to your order","threshold_method":"fulfilled","cancel_button_text":"Cancel Order","contact_info_enabled":true,"preview_mode_enabled":false,"contact_info_button_text":"Update Contact Information","shipping_address_enabled":true,"threshold_time_in_minutes":15,"preview_mode_email_domains":[],"shipping_address_button_text":"Update Shipping Address"},"surveys":[]}; window.Rivo.loy_config.api_endpoint = "\/apps\/ba-loy"; </script> <script type="text/javascript" id="rivo-js-customer-init" dynamic> </script> <!-- END app snippet --> </div></body> </html>