{"product_id":"toaster_bh-9518n","title":"Torradeira","description":"\u003cstyle\u003e .bh-scope .bh-head{ position:absolute; left:-9999px; top:self; width:1px; height:1px; overflow:hidden; } .bh-scope .bh-head .label{ color:#222; font-weight:600; } .bh-scope .bh-head .sep{ opacity:.5; } \/* === Estilos encapsulados APENAS para este bloco === *\/ .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} \/* Amostra circular básica (o JS irá convertê-la em uma dica de ferramenta em forma de bolha) *\/ .bh-scope .color-swatch{ display:inline-block;width:25px;height:25px;border-radius:50%; border:1px solid rgba(0,0,0,.25); \/* antes de #ccc *\/ vertical-align:middle;margin-right:8px;margin-bottom:6px; \/* + margem inferior para quebras de linha adequadas *\/ } \/* Balão de dica de ferramenta reutilizável (para ícones e cores) *\/ .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;position:absolute;z-index:9999;bottom:110%;left:50%;transform:translateX(-50%); opacity:0;transition:opacity .2s ease,bottom .2s ease;white-space:normal;overflow-wrap:break-word; font-size:.9em;box-shadow:0 2px 8px rgba(0,0,0,.2);pointer-events:none } .bh-scope .tooltip:hover .tooltiptext, .bh-scope .tooltip:focus .tooltiptext{visibility:visible;opacity:1;bottom:125%} .bh-scope .tooltiptext::after{ content:\"\";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid; 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\/9518N\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ísticas Principais\u003c\/h2\u003e \u003ctable class=\"specs\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003eMaterial\u003c\/td\u003e \u003ctd\u003e Metal, alumínio \u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eVoltagem\u003c\/td\u003e \u003ctd\u003e 220-240 V, 50\/60 Hz \u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003ePotência\u003c\/td\u003e \u003ctd\u003e 850 W \u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eComprimento do cabo de alimentação\u003c\/td\u003e \u003ctd\u003e 80 cm \u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCor\u003c\/td\u003e \u003ctd\u003e taupe fosco \u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003ch2\u003eBenefícios\u003c\/h2\u003e \u003cdiv class=\"icon-row\"\u003e \u003cdiv class=\"tooltip\" tabindex=\"0\" aria-label=\"Design antiderrapante das pernas\"\u003e \u003cimg src=\"https:\/\/i.ibb.co\/5gy0RhHh\/antislip.png\" alt=\"Antiderrapante\"\u003e \u003cspan class=\"tooltiptext\"\u003eDesign antiderrapante das pernas\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cscript\u003e \/* Unificar dicas de ferramentas COLORIDAS com dicas de ferramentas de ícones: - Se o Python já gera uma estrutura com .tooltip\/.tooltiptext, não fazemos nada. - Se gerar apenas \u003cspan class=\"color-swatch\" title=\"...\"\u003e, envolvemos em .tooltip e criamos .tooltiptext. *\/ (function(){ var scopes = document.querySelectorAll('.bh-scope'); scopes.forEach(function(scope){ var swatches = scope.querySelectorAll('.color-swatch'); swatches.forEach(function(swatch){ \/\/ Evita duplicação se já estiver dentro de uma dica de ferramenta if (swatch.closest('.tooltip')) return; var label = swatch.getAttribute('aria-label') || swatch.getAttribute('title') || ''; if (!label) return; \/\/ Cria um contêiner para a dica de ferramenta var wrap = document.createElement('span'); wrap.setAttribute('tabindex','0'); wrap.appendChild(swatch); \/\/ Cria um balão de dica de ferramenta var tip = document.createElement('span'); tip.className = 'tooltiptext'; tip.textContent = label; wrap.appendChild(tip); \/\/ Evita a dica de ferramenta nativa do navegador swatch.removeAttribute('title'); }); }); })(); \u003c\/script\u003e","brand":"Berlinger Haus","offers":[{"title":"Default Title","offer_id":52880028270935,"sku":"BH\/9518N","price":172.95,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0825\/9806\/8567\/files\/BH-9518_6.jpg?v=1772526102","url":"https:\/\/berlinger-haus.es\/pt\/products\/toaster_bh-9518n","provider":"Berlinger Haus, tienda oficial en España","version":"1.0","type":"link"}