{"product_id":"waterproof-caulk-tape-rjc","title":"Ruban d'étanchéité imperméable","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #1A1A1A;\n      --primary-hover: #333333;\n      --text-main: #2C3E50;\n      --text-sub: #596A7A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --border-color: #E2E8F0;\n      --radius-md: 10px;\n      --radius-lg: 18px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n\n      \/* Typography \u0026 Spacing System *\/\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      color: var(--text-main);\n      margin: 0 0 1rem 0;\n      font-weight: 600;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 600;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges (Non-interactive) *\/\n    .detail-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n    .detail-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: 30px;\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Image Protocol \u0026 Placeholders *\/\n    .detail-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n    }\n    \n    .img-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      transition: transform 0.3s ease;\n    }\n    \n    .img-placeholder:hover img {\n      transform: scale(1.02);\n    }\n\n    \/* Modules *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 2rem;\n      margin-bottom: var(--spacing-section);\n    }\n    .hero-section .detail-badge-group {\n      justify-content: center;\n    }\n\n    \/* Z-Pattern Features *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specs Table *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .specs-table-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid transparent;\n      transition: border-color 0.2s ease;\n    }\n    .faq-item:hover {\n      border-color: var(--border-color);\n    }\n    .faq-question {\n      font-size: clamp(18px, 2.5vw, 22px);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .faq-answer {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements (Z-Pattern \u0026 Table) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: var(--spacing-module);\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n      \n      .specs-table th, .specs-table td {\n        padding: 1rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      .specs-table th {\n        font-weight: 600;\n        color: var(--primary);\n        width: 35%;\n      }\n      .specs-table tr:last-child td, .specs-table tr:last-child th {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Specs Table Lock (Card Based) *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--bg-card);\n        font-size: 16px;\n        text-align: right;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        text-align: left;\n        flex-basis: 40%;\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003eRuban de mastic étanche – Scellement rapide, propre et professionnel\u003c\/h1\u003e\n\n\u003ch2\u003eAméliorez votre salle de bain et cuisine facilement\u003c\/h2\u003e\n\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge\"\u003e💪 Adhésif renforcé\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🧪 PE premium\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🛠️ Facile à utiliser en bricolage\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e✨ Finition propre\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🏠 Large application\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260617_f3ba9011_20260617_b32689fc_from_url_en_11_8f5969d7b65d86a6291e82b775d94104.jpg?v=1781691448\" alt=\"Ruban adhésif amélioré et renforcé\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e💪 Ruban adhésif amélioré et renforcé\u003c\/h3\u003e\n\n\u003cp\u003eNe laissez plus l’eau sale et les taches s’infiltrer dans les fissures qui endommagent votre salle de bain. Ce ruban de mastic amélioré possède un adhésif puissant, non marquant, avec une adhérence doublée par rapport aux rubans ordinaires. Il crée une barrière étanche et s’enlève proprement sans laisser de résidu.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260617_d293cc85_20260617_4fee9df1_from_url_en_12_8ae91e802a26d43c72fb5902410f91f3_refsize_800x800_2527b267-4fa6-4fde-bd7d-c5cec86fde83.jpg?v=1781691453\" alt=\"Ruban de mastic PE premium\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🧪 Ruban de mastic PE premium\u003c\/h3\u003e\n\n\u003cp\u003eContrairement à la plupart des rubans de mastic en PVC sur le marché, cette bande est fabriquée en matériau PE de haute qualité. Elle est plus souple, plus durable, pliable et résistante au jaunissement. Sans BPA et sûre, sa largeur de 1,42 pouce couvre facilement la plupart des fissures sur surfaces verticales ou inégales.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260617_c9f1b745_20260617_9cfe269e_from_url_en_13_cd104bb53031032901aef3e6a4af7b3f_refsize_800x800_c9902e01-29bb-4629-8aef-7100373af062.jpg?v=1781691458\" alt=\"Solution bricolage facile pour débutants\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🛠️ Solution bricolage facile pour débutants\u003c\/h3\u003e\n\n\u003cp\u003ePas besoin de pistolet à mastic, de peinture ni de temps de séchage de 24 heures. Il suffit de couper à la longueur désirée, de retirer le film protecteur et de presser en place. Ce ruban de mastic étanche auto-adhésif rend le scellement rapide, facile et sans stress — parfait pour les débutants en bricolage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260617_7adf54f4_20260617_84e3dd38_from_url_en_14_66d4f158d69ed0d347a1025295e9d545_refsize_800x800_6771a604-431c-4a85-94dd-be34cdc0511f.jpg?v=1781691464\" alt=\"Finition propre et moderne\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e✨ Finition propre et moderne\u003c\/h3\u003e\n\n\u003cp\u003eConçu avec un pli central, ce ruban de mastic pour toilettes se plie proprement à un angle de 90°, scellant hermétiquement les coins entre murs et sols. Il bloque non seulement les odeurs et l’humidité, mais rafraîchit aussi l’apparence de votre salle de bain avec un look propre et moderne.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260617_87b8716e_20260617_c82c6c85_from_url_en_15_b08694f466480854d022f31894bac3f8_refsize_800x800_b3a53e26-c36f-4461-9363-ad111de58de0.png?v=1781691470\" alt=\"Large gamme d’applications\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🏠 Large gamme d’applications\u003c\/h3\u003e\n\n\u003cp\u003eParfait pour sceller autour des éviers, lavabos, baignoires, cuisinières, toilettes, murs et tuyaux. Que vous empêchiez les fuites d’eau, répariez des fissures ou scelliez des joints, ce ruban de mastic professionnel offre une protection durable contre l’humidité et les dommages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSpécifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpécification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eType de produit\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eRuban de mastic auto-adhésif\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMatériau\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePE premium (sans PVC, sans BPA)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eLargeur\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1,42 pouces\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eLongueur\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e10,5 pieds\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDesign\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLigne de pliure, pliable à 90°\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eUtilisation\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSalle de bain, cuisine, toilettes, évier\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e1. Faut-il un temps de séchage ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNon. Il fonctionne immédiatement après l’installation.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. Laisse-t-il des résidus après retrait ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNon. L’adhésif non marquant s’enlève proprement.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Est-il adapté aux surfaces inégales ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui. Le matériau flexible en PE s’adapte bien aux surfaces inégales ou verticales.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. Est-il sûr pour une utilisation domestique ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui. Il est sans BPA, non toxique et sûr pour une utilisation quotidienne à la maison.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1 rouleau (Réparation rapide - 3,2 m)","offer_id":46124815810733,"sku":"0313-13289713","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2 rouleaux (Rénovation complète de salle de bain) - Économisez 20 %","offer_id":46124815843501,"sku":"0313-13286274","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 rouleaux (Pack maison entière :) - Meilleur rapport qualité-prix","offer_id":46124815876269,"sku":"0313-13288516","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/8f5969d7b65d86a6291e82b775d94104.jpg?v=1781676342","url":"https:\/\/newjoyloo.com\/fr\/products\/waterproof-caulk-tape-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}