{"product_id":"j-a-roby-cast-iron-leg-15-chrome","title":"J.A. ROBY Pied en fonte 38 cm - Chromé","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e \n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n    .cd-part-wrapper {\n        font-family: 'Lato', sans-serif;\n        line-height: 1.4;\n        color: #1e293b;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .cd-part-wrapper h1 { \n        text-align: center; \n        margin-bottom: 5px; \n        font-weight: 900; \n        text-transform: uppercase; \n        font-size: 32px; \n        letter-spacing: -0.5px; \n        color: #b91c1c;\n    }\n\n    .cd-animation-container { text-align: center; margin-bottom: 15px; }\n    .cd-shooting-track {\n        width: 220px;\n        height: 3px;\n        background: #f1f5f9;\n        margin: 0 auto;\n        position: relative;\n        overflow: hidden;\n        border-radius: 4px;\n    }\n    .cd-shooting-line {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 80px;\n        height: 100%;\n        background: #efd083; \n        animation: lineShootExtended 3.5s infinite linear;\n    }\n    @keyframes lineShootExtended { 0% { transform: translateX(-110%); } 100% { transform: translateX(400%); } }\n\n    .cd-nav-identity-row {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        gap: 12px;\n        margin: 10px auto 25px auto;\n    }\n    .cd-v-toggle { display: flex; flex-direction: row; gap: 8px; flex-wrap: wrap; justify-content: center; }\n    .cd-v-btn {\n        text-decoration: none !important;\n        padding: 6px 14px;\n        border-radius: 6px;\n        font-weight: 800;\n        font-size: 10px;\n        text-transform: uppercase;\n        transition: all 0.2s;\n        border: 2px solid #e2e8f0;\n        color: #64748b !important;\n        background: white;\n    }\n    .cd-v-btn:hover { border-color: #b91c1c; color: #b91c1c !important; transform: translateY(-1px); }\n    .cd-v-btn.active {\n        background: #b91c1c;\n        color: white !important;\n        border-color: #b91c1c;\n        box-shadow: 0 4px 10px rgba(185, 28, 28, 0.15);\n    }\n\n    .cd-id-group-wrap { display: flex; flex-direction: row; gap: 20px; flex-shrink: 0; margin-top: 5px; }\n    .cd-id-item { display: flex; align-items: baseline; gap: 6px; }\n    .cd-id-label { font-size: 10px; font-weight: 900; color: #94a3b8; text-transform: uppercase; }\n    .cd-id-value { font-size: 15px; font-weight: 900; color: #0f172a; font-family: monospace; }\n\n    .cd-part-intro { text-align: center; max-width: 850px; margin: 0 auto 35px auto; }\n    .cd-part-intro p { font-size: 17px; color: #475569; margin: 0; }\n\n    .cd-tables-grid {\n        display: flex;\n        flex-direction: row !important;\n        gap: 20px;\n        margin-bottom: 40px;\n        max-width: 950px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    .cd-table-box { flex: 1; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; background: white; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }\n\n    .cd-table-head-chrome {\n        background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 50%, #f8fafc 100%);\n        color: #334155;\n        padding: 14px;\n        font-weight: 900;\n        text-transform: uppercase;\n        font-size: 13px;\n        text-align: center;\n        letter-spacing: 1.5px;\n        position: relative;\n        overflow: hidden;\n        border-bottom: 1px solid #e2e8f0;\n    }\n    .cd-table-head-chrome::after {\n        content: \"\";\n        position: absolute;\n        top: 0;\n        left: -100%;\n        width: 60%;\n        height: 100%;\n        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);\n        transform: skewX(-25deg);\n        animation: chromeGlintSlow 25s infinite ease-in-out; \n    }\n    @keyframes chromeGlintSlow { 0% { left: -150%; } 10% { left: 150%; } 100% { left: 150%; } }\n\n    .cd-table-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px; border-bottom: 1px solid #f1f5f9; font-size: 14px; }\n    .cd-table-row:nth-child(even) { background-color: #f8fafc; }\n    .cd-table-row:last-child { border-bottom: none; }\n    .cd-table-lbl { font-weight: 700; color: #64748b; text-transform: uppercase; font-size: 11px; }\n    .cd-table-val { font-weight: 800; color: #1e293b; }\n    .cd-dot { flex: 1; border-bottom: 1px dotted #cbd5e1; height: 1px; margin: 0 10px; opacity: 0.6; }\n\n    .cd-item-heat { padding: 12px 18px; font-size: 13px; font-weight: 800; color: #475569; background: linear-gradient(90deg, #fff 0%, #fff1f2 100%); border-bottom: 1px solid #fff; text-transform: uppercase; text-align: center; }\n\n    .cd-support-box {\n        max-width: 800px; \n        margin: 0 auto; \n        padding: 15px 20px;\n        border: 1px dashed #bae6fd;\n        border-radius: 12px;\n        background: #f8fafc;\n        display: flex !important;\n        flex-direction: row !important; \n        align-items: center;\n        gap: 20px;\n    }\n    .cd-support-badge-img { width: 50px; height: auto; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n    .cd-support-content { text-align: left; flex: 1; min-width: 0; }\n    .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; color: #0369a1; font-size: 15px; }\n    .cd-support-content p { margin: 4px 0 10px 0; color: #475569; font-size: 13px; line-height: 1.3; }\n    .cd-support-content .cd-phone-link { color: #0369a1; font-weight: 800; text-decoration: underline; white-space: nowrap; }\n\n    .cd-support-btn-grid { display: flex; gap: 8px; flex-shrink: 0; }\n    .cd-support-link {\n        text-decoration: none !important;\n        padding: 8px 16px;\n        border-radius: 8px;\n        font-weight: 800;\n        text-transform: uppercase;\n        font-size: 10px;\n        transition: all 0.2s;\n        display: inline-flex;\n        align-items: center;\n    }\n    .cd-btn-blue { background: #e0f2fe; color: #0369a1 !important; border: 1px solid #bae6fd; }\n    .cd-btn-pastel-red { background: #fee2e2; color: #b91c1c !important; border: 1px solid #fecaca; }\n\n    @media screen and (max-width: 768px) {\n        .cd-nav-identity-row { flex-wrap: wrap; }\n        .cd-id-group-wrap { border-left: none; padding-left: 0; width: 100%; justify-content: center; }\n        .cd-tables-grid { flex-direction: row !important; gap: 10px; padding: 0 5px; }\n        .cd-table-row { padding: 8px 10px; font-size: 11px; }\n        .cd-support-box { gap: 12px; padding: 12px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cd-part-wrapper\"\u003e\n    \u003ch1\u003ePied en fonte 38 cm - Chromé\u003c\/h1\u003e\n    \u003cdiv class=\"cd-animation-container\"\u003e\n        \u003cdiv class=\"cd-shooting-track\"\u003e\u003cdiv class=\"cd-shooting-line\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Size \u0026 Finish Navigation --\u003e\n    \u003cdiv class=\"cd-nav-identity-row\"\u003e\n        \u003cdiv class=\"cd-v-toggle\"\u003e\n            \u003ca href=\"https:\/\/thecabindepot.ca\/products\/j-a-roby-cast-iron-leg-11-black\" class=\"cd-v-btn\"\u003e11 pouces, noir\u003c\/a\u003e\n            \u003ca href=\"https:\/\/thecabindepot.ca\/products\/j-a-roby-cast-iron-leg-11-chrome\" class=\"cd-v-btn\"\u003e11 pouces, chromé\u003c\/a\u003e\n            \u003ca href=\"https:\/\/thecabindepot.ca\/products\/j-a-roby-cast-iron-leg-15-black\" class=\"cd-v-btn\"\u003e15 pouces, noir\u003c\/a\u003e\n            \u003ca href=\"#\" class=\"cd-v-btn active\"\u003e15 pouces, chromé\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-id-group-wrap\"\u003e\n            \u003cdiv class=\"cd-id-item\"\u003e\n                \u003cspan class=\"cd-id-label\"\u003eRéférence\u003c\/span\u003e\n                \u003cspan class=\"cd-id-value\"\u003ePATCH15\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"cd-part-intro\"\u003e\n        \u003cp\u003eRehaussez l'allure de votre appareil de chauffage grâce au \u003cstrong\u003epied\u003c\/strong\u003e officiel \u003cstrong\u003eJ.A. ROBY en fonte chromée de 38 cm\u003c\/strong\u003e. Ce kit de pieds haut de gamme est fabriqué à la main au Québec à partir de fonte robuste et bénéficie d'une finition chromée brillante comme un miroir. Spécialement conçus pour les grandes cuisinières et les poêles nécessitant un dégagement vertical accru, ces pieds reflètent la lueur du feu pour créer un superbe point de mire décoratif dans tout espace de vie hors réseau.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"cd-tables-grid\"\u003e\n        \u003c!-- Product Details --\u003e\n        \u003cdiv class=\"cd-table-box\"\u003e\n            \u003cdiv class=\"cd-table-head-chrome\"\u003eDétails du produit\u003c\/div\u003e\n            \u003cdiv class=\"cd-table-row\"\u003e\n\u003cspan class=\"cd-table-lbl\"\u003eHauteur\u003c\/span\u003e\u003cdiv class=\"cd-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"cd-table-val\"\u003e15 pouces\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"cd-table-row\"\u003e\n\u003cspan class=\"cd-table-lbl\"\u003eMatériel\u003c\/span\u003e\u003cdiv class=\"cd-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"cd-table-val\"\u003eFonte\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"cd-table-row\"\u003e\n\u003cspan class=\"cd-table-lbl\"\u003eTerminer\u003c\/span\u003e\u003cdiv class=\"cd-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"cd-table-val\"\u003eChrome miroir\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"cd-table-row\"\u003e\n\u003cspan class=\"cd-table-lbl\"\u003eConstruire\u003c\/span\u003e\u003cdiv class=\"cd-dot\"\u003e\u003c\/div\u003e\n\u003cspan class=\"cd-table-val\"\u003ePièce d'origine\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Fitment Guide --\u003e\n        \u003cdiv class=\"cd-table-box\"\u003e\n            \u003cdiv class=\"cd-table-head-chrome\" style=\"background: linear-gradient(135deg, #fff1f2 0%, #fee2e2 50%, #fff1f2 100%); color: #be123c;\"\u003eGuide de montage\u003c\/div\u003e\n            \u003cdiv class=\"cd-item-heat\"\u003ePoêles à bois à grande capacité\u003c\/div\u003e\n            \u003cdiv class=\"cd-item-heat\"\u003ePoêles à bois\u003c\/div\u003e\n            \u003cdiv class=\"cd-item-heat\" style=\"background: #fff; font-size: 11px; text-transform: none; color: #64748b; font-weight: normal; padding: 10px;\"\u003e(Consultez le manuel pour connaître la hauteur de pied requise)\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Standardized Support Module --\u003e\n    \u003cdiv class=\"cd-support-box\"\u003e\n        \u003cimg alt=\"Assistance TCD\" class=\"cd-support-badge-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\"\u003e\n        \u003cdiv class=\"cd-support-content\"\u003e\n            \u003ch3\u003eAssistance pour les accessoires JA ROBY\u003c\/h3\u003e\n            \u003cp\u003eVous avez besoin d'aide pour trouver l'accessoire qui vous convient ? Appelez-nous gratuitement \u003ca href=\"tel:+18446034743\" class=\"cd-phone-link\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n            \u003cdiv class=\"cd-support-btn-grid\"\u003e\n                \u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" class=\"cd-support-link cd-btn-blue\"\u003eContactez-nous\u003c\/a\u003e\n                \u003ca href=\"https:\/\/thecabindepot.ca\/collections\/ja-roby\" class=\"cd-support-link cd-btn-pastel-red\"\u003eCOLLECTION PRINCIPALE\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"JA ROBY","offers":[{"title":"Default Title","offer_id":44085058109537,"sku":"PATCH15","price":103.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/J.A.ROBYCastIronLeg15_-Chromeimg1.jpg?v=1777558392","url":"https:\/\/thecabindepot.ca\/fr\/products\/j-a-roby-cast-iron-leg-15-chrome","provider":"The Cabin Depot","version":"1.0","type":"link"}