{"product_id":"soup-ladle_bh-6205n","title":"Cullerot De Sopa","description":"\u003cstyle\u003e .bh-scope .bh-head { position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; } .bh-scope .bh-head .label { color:#222; font-weight:600; } .bh-scope .bh-head .sep { opacity:.5; } \/* === Estils encapsulats NOMÉS per a aquest bloc === *\/ .bh-scope {line-height:1.6;color:#333} .bh-scope h2 { color:#800000;margin:40px 0 15px;border-bottom:2px solid #eee;padding-bottom:5px; font-weight:600; font-size:1.5em } .bh-scope h3 { color:#800000; font-style:italic; font-size:1.2em; font-weight:600;margin:20px 0 } .bh-scope .specs { width:100%; border-collapse:collapse; margin-bottom:20px; font-size:1em; border:1px solid #ddd } .bh-scope .specs td { border:1px solid #ddd; vertical-align:top; padding:12px 15px; text-align:left } .bh-scope .specs td:first-child {font-weight:600;width:30%;background:#f8f8f8} .bh-scope .bullets {list-style:none; padding:0;margin:0 0 30px} .bh-scope .bullets li{ padding:8px 0;border-bottom:1px dotted #eee;display:flex;align-items:center;font-size:1.05em } .bh-scope .bullets li:last-child{border-bottom:none} .bh-scope .bullets .dot{display:inline-block;width:1em;margin-left:-1em;color:#C28E7D;font-weight:bold} .bh-scope .icon-row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:15px;padding:15px 0} .bh-scope .icon-row img{display:block;border:0;outline:0;width:45px;height:45px} \/* Mostra circular bàsica (el JS es convertirà en una eina de selecció de bombolles) *\/ .bh-scope .color-swatch{ display:inline-block;width:25px;height:25px;border-radius:50%; border:1px solid rgba(0,0,0,.25); \/* abans #ccc *\/ vertical-align:middle;margin-right:8px;margin-bottom:6px; \/* + marge inferior per a salts de línia bonics *\/ } \/* Configuració de la bombolla reutilitzable (per a icones i colors) *\/ .bh-scope .tooltip{position:relative;display:inline-flex;flex-direction:column;align-items:center} .bh-scope .tooltiptext{ visibility:hidden;max-width:260px;background:#444;color:#fff;text-align:center;border-radius:5px; padding:8px 12px; posició:absoluta; z-index:9999; inferior:110%; esquerra:50%; transformació: translateX(-50%); opacitat:0; transició: opacitat .2s easy, inferior .2s easy; espai en blanc:normal; overflow-wrap:break-word; mida de la font:.9em; ombra de la caixa:0 2px 8px rgba(0,0,0,.2); esdeveniments del punter:cap } .bh-scope .tooltip:hover .tooltiptext, .bh-scope .tooltip:focus .tooltiptext{visibilitat:visible;opacitat:1; inferior:125%} .bh-scope .tooltiptext::després{ contingut:\"\"; posició:absoluta; superior:100%; esquerra:50%; marge esquerre:-5px; amplada de la vora:5px; estil de la vora:sòlid; border-color:#444 transparent transparent transparent } \u003c\/style\u003e \u003cdiv class=\"bh-scope\"\u003e \u003cdiv class=\"bh-head\"\u003e \u003cspan class=\"label\"\u003eRef:\u003c\/span\u003e \u003cspan\u003eBH\/6205N\u003c\/span\u003e \u003cspan class=\"sep\"\u003e·\u003c\/span\u003e \u003cspan class=\"label\"\u003eMarca:\u003c\/span\u003e \u003cspan\u003eBerlinger Haus\u003c\/span\u003e \u003cspan class=\"sep\"\u003e·\u003c\/span\u003e \u003cspan\u003ePromintra\u003c\/span\u003e \u003c\/div\u003e \u003ch2\u003eCaracterístiques principals\u003c\/h2\u003e \u003ctable class=\"specs\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003eMaterial\u003c\/td\u003e \u003ctd\u003e Nailon \u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eColor\u003c\/td\u003e \u003ctd\u003e negre-or rosa \u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003ch3\u003eDISSENY REGISTRAT PER BERLINGER HAUS!\u003c\/h3\u003e \u003ch2\u003eBeneficis\u003c\/h2\u003e \u003cdiv class=\"icon-row\"\u003e \u003cdiv class=\"tooltip\" tabindex=\"0\" aria-label=\"Ecológico. Libre de PFOA, PLOMO i cadmio.\"\u003e \u003cimg src=\"https:\/\/i.ibb.co\/pr0xqHsm\/eco.png\" alt=\"Ecológico\"\u003e \u003cspan class=\"tooltiptext\"\u003eEcológico. Libre de PFOA, PLOMO i cadmio.\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cscript\u003e \/* Unifica tooltips de COLOR amb els iconos: - Si el Python ja genera estructura amb .tooltip\/.tooltiptext, no hem fet res. - Si genera sol \u003cspan class=\"color-swatch\" title=\"...\"\u003e, ho envolvem en .tooltip i creem .tooltiptext. *\/ (function(){ var scopes = document.querySelectorAll('.bh-scope'); scopes.forEach(function(scope){ var swatches = scope.querySelectorAll('.color-swatch'); swatches.forEach(function(swatch){ \/\/ Evita duplicar si ja està dins d'un tooltip if (swatch.closest('.tooltip')) return; var label = swatch.getAttribute('aria-label') || swatch.getAttribute('title') || ''; if (!label) return; \/\/ Crea contingut tooltip var wrap = document.createElement('span'); wrap.className = 'tooltip'; wrap.setAttribute('tabindex','0'); \/\/ accessible per teclat swatch.parentNode.insertBefore(wrap, swatch); wrap.appendChild(swatch); \/\/ Crea una burbuja var tip = document.createElement('span'); tip.className = 'tooltiptext'; tip.textContent = label; wrap.appendChild(tip); \/\/ Evita la informació emergent del navegador swatch.removeAttribute('title'); }); }); })(); \u003c\/script\u003e","brand":"Berlinger Haus","offers":[{"title":"Default Title","offer_id":52871117504855,"sku":"BH\/6205N","price":13.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0825\/9806\/8567\/files\/BH-6205-N-Giftbox.jpg?v=1772013871","url":"https:\/\/berlinger-haus.es\/pt\/products\/soup-ladle_bh-6205n","provider":"Berlinger Haus, tienda oficial en España","version":"1.0","type":"link"}