{"title":"Todos os Produtos SEM ESTOQUE","description":"","products":[{"product_id":"cadeira-de-rodas-motorizada-scooter-eletrica-scott-cs-dobravel-dellamed-801933388","title":"Scooter Elétrica CS 150kg - Dellamed","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026family=Plus+Jakarta+Sans:wght@700;800\u0026display=swap');\n\n    \/* Base da Seção *\/\n    .ds-section-wrapper {\n        background-color: #ffffff;\n        font-family: 'Inter', sans-serif;\n        width: 100%;\n        box-sizing: border-box;\n        isolation: isolate;\n    }\n\n    \/* Espaçamento Principal *\/\n    .ds-full-bleed {\n        padding: 6rem 1.5rem;\n    }\n    @media (min-width: 1024px) {\n        .ds-full-bleed {\n            padding: 8rem 4rem !important; \n        }\n    }\n\n    .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after { \n        box-sizing: border-box; \n        word-wrap: break-word; \n        overflow-wrap: break-word;\n    }\n\n    \/* Cabeçalho *\/\n    .ds-header { \n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        margin-bottom: 4rem;\n        position: relative;\n        max-width: 80rem;\n        width: 100%;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-header { margin-bottom: 6rem; } \n    }\n\n    .ds-tag { \n        color: #2563eb; \n        font-weight: 700; \n        text-transform: uppercase; \n        letter-spacing: 0.1em; \n        font-size: 1.25rem; \n        display: block; \n        margin-bottom: 0.25rem; \n    }\n\n    .ds-title { \n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 3rem;\n        font-weight: 800;\n        color: #0f172a; \n        margin-top: 0;\n        margin-bottom: 0;\n        line-height: 1.1;\n        letter-spacing: -0.025em;\n    }\n\n    @media (min-width: 768px) {\n        .ds-title { font-size: 3.75rem; }\n    }\n    @media (min-width: 1024px) {\n        .ds-title { font-size: 4.5rem; }\n    }\n    \n    \/* Grid Bento System *\/\n    .ds-grid { \n        display: grid; \n        grid-template-columns: repeat(4, 1fr); \n        gap: 1.5rem; \n        margin-bottom: 1.5rem; \n        width: 100%; \n    }\n\n    @media (min-width: 1024px) {\n        .ds-grid { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Base dos Cards *\/\n    .ds-card { \n        background-color: #FAFAF8; \n        border-radius: 1.5rem; \n        padding: 3rem; \n        display: flex; \n        flex-direction: column; \n        width: 100%; \n        overflow: hidden; \n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        transition: box-shadow 0.3s;\n    }\n    .ds-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n    \n    \/* Card Destaque (Preto) *\/\n    .ds-card-dark { \n        background-color: #0f172a; \n        color: #ffffff; \n        grid-column: span 2; \n        justify-content: space-between; \n        text-align: center; \n        align-items: center; \n        border: none;\n    }\n    .ds-card-dark:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }\n\n    .ds-val-huge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 4.5rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n    .ds-desc-gray { color: #94a3b8; font-size: 1.35rem; margin: 0; }\n    \n    .ds-dark-sub { \n        margin-top: 3rem; \n        padding-top: 2rem; \n        border-top: 1px solid #334155; \n        display: grid; \n        grid-template-columns: 1fr 1fr; \n        gap: 2rem; \n        width: 100%; \n        text-align: center; \n    }\n    .ds-dark-sub-label { display: block; color: #94a3b8; margin-bottom: 0.5rem; font-size: 1.25rem; }\n    .ds-dark-sub-val { display: block; color: #f8fafc; font-weight: 500; font-size: 1.5rem; }\n\n    \/* Cards Centrais *\/\n    .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n    \n    .ds-val-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #2563eb; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-val-black { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #0f172a; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-label-brand { color: #2563eb; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    .ds-label-gray { color: #475569; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    \n    .ds-footer-line-brand { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n    .ds-footer-line-gray { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n\n    \/* Blocos de Texto Detalhado *\/\n    .ds-text-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .ds-text-card-transparent {\n        background-color: transparent;\n        padding: 0 1rem;\n        margin-bottom: 3.5rem;\n        border: none;\n        box-shadow: none;\n        max-width: 65rem;\n        margin-left: auto;\n        margin-right: auto;\n        text-align: center;\n    }\n    .ds-subtitle {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 2rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n        line-height: 1.2;\n    }\n    .ds-paragraph {\n        color: #475569;\n        font-size: 1.25rem;\n        line-height: 1.7;\n        margin-bottom: 1.5rem;\n    }\n    .ds-paragraph:last-child { margin-bottom: 0; }\n    .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n\n    .ds-grid-2-col {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n    @media (min-width: 1024px) {\n        .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Grid de Especificações *\/\n    .ds-card-full { \n        background-color: #FAFAF8; \n        border: 1px solid #f1f5f9; \n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        display: grid; \n        grid-template-columns: repeat(3, 1fr); \n        padding: 3.5rem; \n        border-radius: 1.5rem; \n        gap: 3rem; \n        width: 100%; \n        transition: box-shadow 0.3s;\n    }\n    .ds-card-full:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n    \n    .ds-col { display: flex; flex-direction: column; width: 100%; }\n    .ds-col-mid { border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding-left: 3rem; padding-right: 3rem; }\n    \n    .ds-col-title { \n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-weight: 800; \n        color: #0f172a; \n        margin: 0 0 2rem 0; \n        padding-bottom: 1rem; \n        border-bottom: 1px solid #e2e8f0; \n        display: flex; \n        align-items: center; \n        gap: 0.75rem; \n        font-size: 1.75rem; \n    }\n    \n    .ds-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n    .ds-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; font-size: 1.25rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #e2e8f0; gap: 1rem; color: #475569; }\n    .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n    .ds-list-key { color: #475569; flex-shrink: 0; }\n    .ds-list-val { font-weight: 600; color: #0f172a; text-align: right; }\n\n    .ds-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n    \/* Responsividade *\/\n    @media (max-width: 1200px) {\n        .ds-grid { grid-template-columns: repeat(2, 1fr); }\n        .ds-card-dark { grid-column: span 2; }\n        .ds-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n        .ds-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n        .ds-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; }\n        .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n    }\n\n    @media (max-width: 768px) {\n        .ds-header { margin-bottom: 3rem; }\n        .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n        .ds-card-dark { grid-column: span 1; padding: 2rem; }\n        .ds-card { padding: 2rem; }\n        .ds-text-card { padding: 2rem; }\n        .ds-subtitle { font-size: 1.75rem; }\n        .ds-val-huge { font-size: 3rem; }\n        .ds-val-brand, .ds-val-black { font-size: 2.75rem; }\n        .ds-dark-sub { grid-template-columns: 1fr; gap: 1.25rem; }\n        .ds-card-full { padding: 1.5rem; }\n        .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.25rem; font-size: 1.125rem; }\n        .ds-list-val { text-align: left; font-size: 1.25rem; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ds-section-wrapper ds-full-bleed\"\u003e\n    \u003cdiv style=\"max-width: 120rem; width: 100%; margin: 0 auto;\"\u003e\n        \n        \u003cdiv class=\"ds-header\"\u003e\n            \u003cspan class=\"ds-tag\"\u003eMobilidade Dellamed\u003c\/span\u003e\n            \u003ch2 class=\"ds-title\"\u003eScooter Motorizada CS\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- INTRODUÇÃO --\u003e\n        \u003cdiv class=\"ds-text-card-transparent\"\u003e\n            \u003cp class=\"ds-paragraph\" style=\"font-size: 1.5rem; color: #0f172a; font-weight: 500;\"\u003eA \u003cstrong\u003eScooter CS Dellamed\u003c\/strong\u003e é a solução compacta e eficiente para quem busca independência de movimento. Ideal para ambientes internos e externos planos, ela combina segurança com um sistema de desmontagem rápida para transporte.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-grid\"\u003e\n            \u003c!-- Card Destaque (Preto) --\u003e\n            \u003cdiv class=\"ds-card ds-card-dark\"\u003e\n                \u003cdiv\u003e\n                    \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                    \u003ch3 class=\"ds-val-huge\"\u003e12km\u003c\/h3\u003e\n                    \u003cp class=\"ds-desc-gray\"\u003eAutonomia Estimada\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ds-dark-sub\"\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eVelocidade Máx.\u003c\/span\u003e \n                        \u003cspan class=\"ds-dark-sub-val\"\u003e6.4 km\/h\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eInclinação Máx.\u003c\/span\u003e \n                        \u003cspan class=\"ds-dark-sub-val\"\u003eAté 8º\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Capacidade --\u003e\n            \u003cdiv class=\"ds-card ds-card-center\"\u003e\n                \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-brand\"\u003e115kg\u003c\/h3\u003e\n                \u003cp class=\"ds-label-brand\"\u003eCapacidade de Carga\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-brand\"\u003eModelo \u003cstrong\u003eCompacto e Ágil\u003c\/strong\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Praticidade --\u003e\n            \u003cdiv class=\"ds-card ds-card-center\"\u003e\n                \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\n                    \u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-black\"\u003eTotal\u003c\/h3\u003e\n                \u003cp class=\"ds-label-gray\"\u003eEstrutura Desmontável\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-gray\"\u003eTransporte \u003cstrong\u003eem Porta-Malas\u003c\/strong\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- DESCRIÇÃO EM 2 COLUNAS --\u003e\n        \u003cdiv class=\"ds-grid-2-col\"\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eMobilidade Urbana e Praticidade\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eA Scooter CS foi projetada para quem não quer parar. Sua principal vantagem é o \u003cstrong\u003esistema de desmontagem rápida\u003c\/strong\u003e, que permite separar a bateria e o chassi em segundos, facilitando o encaixe em praticamente qualquer porta-malas de carro.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003ePerfeita para passeios em shoppings, parques e calçadas regulares, ela oferece o torque necessário para subidas leves, garantindo que o usuário mantenha sua rotina com total liberdade.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eSegurança e Conforto\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eEquipada com \u003cstrong\u003efreio eletromagnético\u003c\/strong\u003e, a scooter para automaticamente ao soltar o joystick, prevenindo acidentes. O assento é giratório em 360 graus e possui ajuste de altura, facilitando a entrada e saída do usuário.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eOs pneus são maciços e antifuro, o que elimina a preocupação com manutenção constante. Além disso, as rodas antitombo traseiras garantem estabilidade extra em pequenos desníveis.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- LISTA DETALHADA EM 3 COLUNAS --\u003e\n        \u003cdiv class=\"ds-card-full\"\u003e\n            \u003cdiv class=\"ds-col\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\n                        \u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Diferenciais\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAssento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eGiro 360º e Ajustável\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eTransporte\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eTotalmente Desmontável\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eSegurança\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRodas Antitombo\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eConforto\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBraços Rebatíveis\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePraticidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCesto Frontal Incluso\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePneus\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eMaciços (Antifuro)\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"ds-col ds-col-mid\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\n                        \u003cline x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e Dados Técnicos\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMotorização\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e270W\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eBaterias\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e2x 12V 12Ah (Seladas)\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eComprimento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e102 cm\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e50 cm\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e~ 40 kg\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCarregador\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBivolt Inclusos\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ds-col\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Segurança e Uso\n                \u003c\/h4\u003e\n                \u003cp style=\"color: #475569; font-size: 1rem; margin-top: -1rem; margin-bottom: 1rem;\"\u003eItens de série e segurança:\u003c\/p\u003e\n                \u003cul class=\"ds-list\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFreios\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEletromagnéticos\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePainel\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCom Nível de Carga\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eControle\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAjuste de Velocidade\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eBuzina\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIntegrada\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eChave\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDe Ignição Segura\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFarol\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eFrontal em LED\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46033957585092,"sku":"24695","price":12222.22,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Capturadetela2026-04-08221647.png?v=1775697443"},{"product_id":"comadre-p-cadeira-de-banho-dellamed","title":"Comadre p\/ Cadeira de Banho - Dellamed","description":"\u003ch2\u003e\u003cstrong\u003eComadre Coletora Para Cadeira Higienica D60\/D50\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eO Coletor\/Comadre Removível para Cadeira de Banho D60\/D50\/D40 da Dellamed é um acessório indispensável para cadeiras de banho, oferecendo conforto e praticidade para pacientes que precisam realizar suas necessidades fisiológicas enquanto estão sentados.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eConfira as características e benefícios deste produto:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCaracterísticas:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibilidade:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eEspecificamente projetado para as Cadeiras de Banho D50, D60 e D40 da Dellamed, garantindo um ajuste perfeito e seguro.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial Durável:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eFabricado em plástico injetado de alta qualidade na cor azul, garantindo resistência e durabilidade para uso prolongado.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTampa Removível:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eFacilita a limpeza e a higienização do coletor, assegurando máxima assepsia e reduzindo riscos de contaminação.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAlças Rebatíveis:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ePermitem um transporte e manuseio mais fácil, proporcionando maior comodidade tanto para o paciente quanto para o cuidador.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeso Leve:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eCom aproximadamente 1 kg, é fácil de manusear e ideal para uso diário.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eBenefícios:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eConforto e Autonomia:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ePermite ao paciente realizar suas necessidades fisiológicas diretamente na cadeira de banho, garantindo maior conforto e independência.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong style=\"font-size: 0.875rem;\"\u003eHigiene e Limpeza:\u003c\/strong\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eA tampa removível e o material de fácil limpeza asseguram uma higienização adequada, mantendo o coletor sempre limpo e livre de contaminação.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong style=\"font-size: 0.875rem;\"\u003ePraticidade no Transporte:\u003c\/strong\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eAs alças rebatíveis tornam o coletor fácil de mover e transportar, facilitando seu uso em diferentes ambientes.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibilidade Garantida:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eIntegrado com as cadeiras de banho Dellamed, oferecendo uma solução completa e eficiente para necessidades de higiene.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\u003c\/ul\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46033976688836,"sku":"24188","price":20.56,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/b24439216b97a66caba9de845419dbcf.jpg?v=1725457281"},{"product_id":"cadeira-de-rodas-motorizada-dobravel-eletrica-bivolt-aluminio-d900-dellamed","title":"Cadeira de Rodas Motorizada Dobrável Elétrica Bivolt Alumínio D900 - Dellamed","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Dellamed\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eCadeira de Rodas Motorizada \u003cspan style=\"color: #2563eb;\"\u003eD900\u003c\/span\u003e – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEstrutura em alumínio, design dobrável, \u003cstrong\u003eduplo motor traseiro\u003c\/strong\u003e, \u003cstrong\u003ebaterias VRLA 2×12 V\/32 Ah\u003c\/strong\u003e e \u003cstrong\u003ecarregador bivolt\u003c\/strong\u003e. Mobilidade com conforto e segurança para o dia a dia, em ambientes internos e externos.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+Motorizada+D900+Dellamed.\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eSuporta até 120 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eEstrutura em alumínio dobrável\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eCarregador bivolt\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a D900\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eD900\u003c\/strong\u003e é uma cadeira de rodas motorizada \u003cstrong\u003eem alumínio\u003c\/strong\u003e, com \u003cstrong\u003eduplo motor traseiro (2×200 W)\u003c\/strong\u003e, \u003cstrong\u003ebaterias seladas de gel VRLA\u003c\/strong\u003e e sistema de \u003cstrong\u003edobramento rápido\u003c\/strong\u003e. Oferece \u003cstrong\u003eautonomia, segurança\u003c\/strong\u003e e \u003cstrong\u003epraticidade\u003c\/strong\u003e para o uso diário.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? --\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n\u003c!-- Para que serve? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eFacilita deslocamentos independentes com \u003cstrong\u003econdução intuitiva por joystick\u003c\/strong\u003e, estabilidade e conforto, dentro e fora de casa.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eDobrável e prática para transportar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eUsuários que buscam \u003cstrong\u003eautonomia e segurança\u003c\/strong\u003e, com peso até \u003cstrong\u003e120 kg\u003c\/strong\u003e, necessitando de condução estável e confortável no cotidiano.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eFreio eletromagnético inteligente\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e confira as medidas do usuário e do ambiente para garantir a melhor adequação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VÍDEO (após os cards da seção \"O que é\") --\u003e\n\u003cdiv style=\"padding: 2rem 0 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eAssista ao Vídeo da D900\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eVeja os principais recursos e a usabilidade no dia a dia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv style=\"max-width: 1280px; width: 100%; aspect-ratio: 16 \/ 9; background: #000; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.15);\"\u003e\u003ciframe width=\"1236\" height=\"695\" src=\"https:\/\/www.youtube.com\/embed\/TTriwwlcf3I\" title=\"Cadeira de rodas motorizada D900 | Características e Benefícios | Dellamed\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv id=\"beneficios\" style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eConforto, dirigibilidade e praticidade para o cotidiano.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003ePortabilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eEstrutura dobrável; largura fechada ~36 cm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eDuplo motor traseiro\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003e2 × 200 W com giro compacto (~1,0 m).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBateria selada de gel\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eVRLA 24 V (2× 12 V\/32 Ah), livre de manutenção.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eJoystick proporcional\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eControle 360º com limitação multivelocidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eConforto ajustável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eEncosto rebatível e apoio de pés regulável.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eSegurança\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFreios automáticos e rodas anti-tombo.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna X Único? (6 itens) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a D900 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombina leveza, dirigibilidade e praticidade no transporte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eEstrutura em alumínio\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6;\"\u003eAlta resistência, menor peso e ótimo acabamento.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eFácil higienização\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eDobrável com largura ~36 cm\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6;\"\u003eFacilita armazenagem e transporte.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eIdeal para carros\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eConjunto elétrico confiável\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6;\"\u003eCarregador bivolt e ajuste fino de velocidade.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eOperação simples e segura\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAssento e encosto acolchoados\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6;\"\u003eEstofamento em Oxford, confortável e fácil de limpar.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eConforto prolongado\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003ePneus traseiros 12,5”\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6;\"\u003eMais tração e estabilidade com anti-tombo.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eCondução mais segura\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eVelocidade até ~6 km\/h\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6;\"\u003eAjuste contínuo conforme necessidade do usuário.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eControle preciso em espaços internos\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações completas da Cadeira de Rodas Motorizada D900 – Dellamed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAlumínio, fechamento em duplo “X”, dobrável\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade do usuário\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté 120 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMotores\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e2 × 200 W (tração traseira)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eBaterias\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e2 × 12 V \/ 32 Ah (VRLA – gel, seladas, 24 V no conjunto)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eTempo de recarga\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~8 horas (carregador bivolt)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eVelocidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e0–6 km\/h (ajuste contínuo)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRaio de giro\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~1,0 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões (aberta)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eComp. 110 cm × Larg. 65 cm × Alt. 94 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões (dobrada)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eA × L × C: 94 × 36 × 80 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento (largura × profundidade)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e44 × 44 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento ao chão\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~52 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do encosto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~46 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDistância interna entre braços\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~47 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRodas\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDianteiras 8” sólidas; Traseiras 12,5”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eFreios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEletromagnéticos (automáticos)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso (sem baterias)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~33,1 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso do conjunto de baterias\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~19,9 kg (peso total ~53 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eTecido\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eOxford acolchoado (assento e encosto)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAcessórios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCinto de segurança, rodas anti-tombo, braços escamoteáveis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Medidas (antes do FAQ) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eMedida\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eValor\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eObservações\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura total (aberta)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~65 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePassa em portas com ~70 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eComprimento total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~110 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSem anti-tombo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~94 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté o topo do encosto\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento (L × P)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e44 × 44 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura efetiva\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento ao chão\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~52 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar com ajustes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRaio de giro\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~1,0 m\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEm piso plano\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c!-- Garantia (antes do CTA Final) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com garantia do fabricante e assistência técnica autorizada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eEstrutura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAté 36 meses contra defeitos de fabricação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eComponentes eletrônicos\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAté 12 meses conforme condições do fabricante.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eBaterias\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAté 6 meses (itens consumíveis possuem critérios específicos).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eConsulte o certificado\/termos para condições detalhadas de garantia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eA D900 é adequada para ambientes internos\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O raio de giro de ~1,0 m e o controle proporcional facilitam manobras em espaços internos.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual é a velocidade máxima\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAté ~6 km\/h, com ajuste contínuo pelo joystick.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eO carregador é bivolt\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Tensão CA 100–240 V, com tempo de recarga em torno de 8 horas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual o tipo de bateria\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eDuas baterias seladas de gel (VRLA), 12 V \/ 32 Ah cada (24 V no conjunto), livres de manutenção.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA Final --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\" id=\"comprar\"\u003e\n  \u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n    \u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n    \u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n    \u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n      \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n        Comprar Agora\n      \u003c\/a\u003e\n\n      \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+Motorizada+D900+Dellamed.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" target=\"_blank\"\u003e\n        \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\n          \u003cspan\u003eFalar com Atendente\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Responsividade geral --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"]   { font-size: 1.5rem !important; }\n\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n\n    div[style*=\"width: 5rem; height: 5rem\"] { width: 3.5rem !important; height: 3.5rem !important; font-size: 1.5rem !important; }\n  }\n\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n  }\n\u003c\/style\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034076565700,"sku":"22843","price":5886.56,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1_-_D900_-_Perspectiva_91fd5729-ffed-4e66-909c-5ad93c076c75.jpg?v=1741808930"},{"product_id":"cadeira-de-banho-dobravel-e-desmontavel-d45-150-kg-dellamed","title":"Cadeira de Banho Dobrável e Desmontável D45 (150 kg) - Dellamed","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026family=Plus+Jakarta+Sans:wght@700;800\u0026display=swap');\n\n    \/* Base da Seção *\/\n    .ds-section-wrapper {\n        background-color: #ffffff;\n        font-family: 'Inter', sans-serif;\n        width: 100%;\n        box-sizing: border-box;\n        isolation: isolate;\n    }\n\n    \/* Espaçamento Principal *\/\n    .ds-full-bleed {\n        padding: 6rem 1.5rem;\n    }\n    @media (min-width: 1024px) {\n        .ds-full-bleed {\n            padding: 8rem 4rem !important; \n        }\n    }\n\n    .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after { \n        box-sizing: border-box; \n        word-wrap: break-word; \n        overflow-wrap: break-word;\n    }\n\n    \/* Cabeçalho *\/\n    .ds-header { \n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        margin-bottom: 4rem;\n        position: relative;\n        max-width: 80rem;\n        width: 100%;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-header { margin-bottom: 6rem; } \n    }\n\n    .ds-tag { \n        color: #2563eb; \n        font-weight: 700; \n        text-transform: uppercase; \n        letter-spacing: 0.1em; \n        font-size: 1.25rem; \n        display: block; \n        margin-bottom: 0.25rem; \n    }\n\n    .ds-title { \n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 3rem;\n        font-weight: 800;\n        color: #0f172a; \n        margin-top: 0;\n        margin-bottom: 0;\n        line-height: 1.1;\n        letter-spacing: -0.025em;\n    }\n\n    @media (min-width: 768px) {\n        .ds-title { font-size: 3.75rem; }\n    }\n    @media (min-width: 1024px) {\n        .ds-title { font-size: 4.5rem; }\n    }\n    \n    \/* Grid Bento System *\/\n    .ds-grid { \n        display: grid; \n        grid-template-columns: repeat(4, 1fr); \n        gap: 1.5rem; \n        margin-bottom: 1.5rem; \n        width: 100%; \n    }\n\n    @media (min-width: 1024px) {\n        .ds-grid { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Base dos Cards *\/\n    .ds-card { \n        background-color: #FAFAF8; \n        border-radius: 1.5rem; \n        padding: 3rem; \n        display: flex; \n        flex-direction: column; \n        width: 100%; \n        overflow: hidden; \n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        transition: box-shadow 0.3s;\n    }\n    .ds-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n    \n    \/* Card Destaque (Preto) *\/\n    .ds-card-dark { \n        background-color: #0f172a; \n        color: #ffffff; \n        grid-column: span 2; \n        justify-content: space-between; \n        text-align: center; \n        align-items: center; \n        border: none;\n    }\n    .ds-card-dark:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }\n\n    .ds-val-huge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 4.5rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n    .ds-desc-gray { color: #94a3b8; font-size: 1.35rem; margin: 0; }\n    \n    .ds-dark-sub { \n        margin-top: 3rem; \n        padding-top: 2rem; \n        border-top: 1px solid #334155; \n        display: grid; \n        grid-template-columns: 1fr 1fr; \n        gap: 2rem; \n        width: 100%; \n        text-align: center; \n    }\n    .ds-dark-sub-label { display: block; color: #94a3b8; margin-bottom: 0.5rem; font-size: 1.25rem; }\n    .ds-dark-sub-val { display: block; color: #f8fafc; font-weight: 500; font-size: 1.5rem; }\n\n    \/* Cards Centrais *\/\n    .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n    \n    .ds-val-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #2563eb; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-val-black { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #0f172a; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-label-brand { color: #2563eb; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    .ds-label-gray { color: #475569; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    \n    .ds-footer-line-brand { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n    .ds-footer-line-gray { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n\n    \/* Blocos de Texto Detalhado *\/\n    .ds-text-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .ds-text-card-transparent {\n        background-color: transparent;\n        padding: 0 1rem;\n        margin-bottom: 3.5rem;\n        border: none;\n        box-shadow: none;\n        max-width: 65rem;\n        margin-left: auto;\n        margin-right: auto;\n        text-align: center;\n    }\n    .ds-subtitle {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 2rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n        line-height: 1.2;\n    }\n    .ds-paragraph {\n        color: #475569;\n        font-size: 1.25rem;\n        line-height: 1.7;\n        margin-bottom: 1.5rem;\n    }\n    .ds-paragraph:last-child { margin-bottom: 0; }\n    .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n\n    .ds-grid-2-col {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n    @media (min-width: 1024px) {\n        .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Grid de Especificações *\/\n    .ds-card-full { \n        background-color: #FAFAF8; \n        border: 1px solid #f1f5f9; \n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        display: grid; \n        grid-template-columns: repeat(3, 1fr); \n        padding: 3.5rem; \n        border-radius: 1.5rem; \n        gap: 3rem; \n        width: 100%; \n        transition: box-shadow 0.3s;\n    }\n    .ds-card-full:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n    \n    .ds-col { display: flex; flex-direction: column; width: 100%; }\n    .ds-col-mid { border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding-left: 3rem; padding-right: 3rem; }\n    \n    .ds-col-title { \n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-weight: 800; \n        color: #0f172a; \n        margin: 0 0 2rem 0; \n        padding-bottom: 1rem; \n        border-bottom: 1px solid #e2e8f0; \n        display: flex; \n        align-items: center; \n        gap: 0.75rem; \n        font-size: 1.75rem; \n    }\n    \n    .ds-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n    .ds-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; font-size: 1.25rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #e2e8f0; gap: 1rem; color: #475569; }\n    .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n    .ds-list-key { color: #475569; flex-shrink: 0; }\n    .ds-list-val { font-weight: 600; color: #0f172a; text-align: right; }\n\n    .ds-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n    \/* Responsividade *\/\n    @media (max-width: 1200px) {\n        .ds-grid { grid-template-columns: repeat(2, 1fr); }\n        .ds-card-dark { grid-column: span 2; }\n        .ds-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n        .ds-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n        .ds-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; }\n        .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n    }\n\n    @media (max-width: 768px) {\n        .ds-header { margin-bottom: 3rem; }\n        .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n        .ds-card-dark { grid-column: span 1; padding: 2rem; }\n        .ds-card { padding: 2rem; }\n        .ds-text-card { padding: 2rem; }\n        .ds-subtitle { font-size: 1.75rem; }\n        .ds-val-huge { font-size: 3rem; }\n        .ds-val-brand, .ds-val-black { font-size: 2.75rem; }\n        .ds-dark-sub { grid-template-columns: 1fr; gap: 1.25rem; }\n        .ds-card-full { padding: 1.5rem; }\n        .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.25rem; font-size: 1.125rem; }\n        .ds-list-val { text-align: left; font-size: 1.25rem; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ds-section-wrapper ds-full-bleed\"\u003e\n\u003cdiv style=\"max-width: 120rem; width: 100%; margin: 0 auto;\"\u003e\n\u003cdiv class=\"ds-header\"\u003e\n\u003cspan class=\"ds-tag\"\u003eAlta Resistência Dellamed\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eCadeira de Banho Higiênica D45\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- INTRODUÇÃO --\u003e\n\u003cdiv class=\"ds-text-card-transparent\"\u003e\n\u003cp style=\"font-size: 1.5rem; color: #0f172a; font-weight: 500;\" class=\"ds-paragraph\"\u003eA \u003cstrong\u003eDellamed D45\u003c\/strong\u003e é o modelo de referência para quem busca robustez absoluta. Com capacidade para até 150 kg, ela une uma estrutura reforçada a um sistema prático que permite ser totalmente dobrável e desmontável.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-grid\"\u003e\n\u003c!-- Card Destaque (Preto) --\u003e\n\u003cdiv class=\"ds-card ds-card-dark\"\u003e\n\u003cdiv\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"48\" width=\"48\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"ds-icon-main\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-huge\"\u003e150kg\u003c\/h3\u003e\n\u003cp class=\"ds-desc-gray\"\u003eCapacidade de Carga Extra\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eEstrutura\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eAço Reforçado\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003ePintura\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eEpóxi Antiferrugem\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Mobilidade --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"48\" width=\"48\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"ds-icon-main\"\u003e\n                    \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-brand\"\u003eBlindada\u003c\/h3\u003e\n\u003cp class=\"ds-label-brand\"\u003eRodas com Rolamento\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-brand\"\u003eGiros \u003cstrong\u003eSuaves e Seguros\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Design --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#475569\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"48\" width=\"48\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"ds-icon-main\"\u003e\n                    \u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\n                    \u003crect rx=\"2\" height=\"11\" width=\"18\" y=\"11\" x=\"3\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003eFlex\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003eDobrável e Desmontável\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003eIdeal para \u003cstrong\u003eViagens e Armazenamento\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIÇÃO EM 2 COLUNAS --\u003e\n\u003cdiv class=\"ds-grid-2-col\"\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eSegurança e Durabilidade Máxima\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eDiferente de cadeiras convencionais, a D45 foi construída em aço carbono com pintura eletrostática epóxi, garantindo resistência total à corrosão causada pela água e produtos de higiene.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eSeus braços são escamoteáveis, o que facilita enormemente a transferência lateral do usuário, proporcionando independência e reduzindo o esforço de cuidadores no dia a dia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eVersatilidade no Uso Diário\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eA D45 é multifuncional: pode ser utilizada diretamente sobre o vaso sanitário, como cadeira de banho ou com o coletor (opcional). O assento ergonômico em polietileno oferece conforto sem acumular umidade.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eA grande inovação é o sistema de desmontagem rápida, que permite reduzir as dimensões da cadeira em segundos, tornando-a compacta para ser transportada em qualquer porta-malas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LISTA DETALHADA EM 3 COLUNAS --\u003e\n\u003cdiv class=\"ds-card-full\"\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\n                        \u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Diferenciais\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eResistência\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAté 150 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eBraços\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEscamoteáveis\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eApoio Pés\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRebatíveis e Removíveis\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBlindadas c\/ Rolamentos\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEstrutura\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDobrável e Desmontável\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEncosto\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eNylon de Alta Qualidade\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col ds-col-mid\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\n                        \u003cline y2=\"13\" x2=\"8\" y1=\"13\" x1=\"16\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"17\" x2=\"8\" y1=\"17\" x1=\"16\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e Dados Técnicos\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMarca\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDellamed\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eModelo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eD45\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eComposição\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAço Carbono\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso Líquido\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e~ 9.2 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCapacidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e150 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eANVISA\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e80795950002\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Dimensões\u003c\/h4\u003e\n\u003cp style=\"color: #475569; font-size: 1rem; margin-top: -1rem; margin-bottom: 1rem;\"\u003eMedidas aproximadas:\u003c\/p\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Assento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e46 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eProfundidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e40 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura Assento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e53 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e55 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFreio Traseiro\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePiso Seguro\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eColetor\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSuporte Integrado\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034081054916,"sku":"24222","price":466.0,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Capturadetela2026-04-08224244.png?v=1775699049"},{"product_id":"andador-c-4-rodas-assento-e-cesta-d12-dellamed","title":"Andador c\/ 4 Rodas Assento e Cesta D12 - Dellamed","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026family=Plus+Jakarta+Sans:wght@700;800\u0026display=swap');\n\n    \/* Base da Seção *\/\n    .ds-section-wrapper {\n        background-color: #ffffff;\n        font-family: 'Inter', sans-serif;\n        width: 100%;\n        box-sizing: border-box;\n        isolation: isolate;\n    }\n\n    \/* Espaçamento Principal *\/\n    .ds-full-bleed {\n        padding: 6rem 1.5rem;\n    }\n    @media (min-width: 1024px) {\n        .ds-full-bleed {\n            padding: 8rem 4rem !important; \n        }\n    }\n\n    .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after { \n        box-sizing: border-box; \n        word-wrap: break-word; \n        overflow-wrap: break-word;\n    }\n\n    \/* Cabeçalho *\/\n    .ds-header { \n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        margin-bottom: 4rem;\n        position: relative;\n        max-width: 80rem;\n        width: 100%;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-header { margin-bottom: 6rem; } \n    }\n\n    .ds-tag { \n        color: #2563eb; \n        font-weight: 700; \n        text-transform: uppercase; \n        letter-spacing: 0.1em; \n        font-size: 1.25rem; \n        display: block; \n        margin-bottom: 0.25rem; \n    }\n\n    .ds-title { \n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 3rem;\n        font-weight: 800;\n        color: #0f172a; \n        margin-top: 0;\n        margin-bottom: 0;\n        line-height: 1.1;\n        letter-spacing: -0.025em;\n    }\n\n    @media (min-width: 768px) {\n        .ds-title { font-size: 3.75rem; }\n    }\n    @media (min-width: 1024px) {\n        .ds-title { font-size: 4.5rem; }\n    }\n    \n    \/* Grid Bento System *\/\n    .ds-grid { \n        display: grid; \n        grid-template-columns: repeat(4, 1fr); \n        gap: 1.5rem; \n        margin-bottom: 1.5rem; \n        width: 100%; \n    }\n\n    @media (min-width: 1024px) {\n        .ds-grid { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Base dos Cards *\/\n    .ds-card { \n        background-color: #FAFAF8; \n        border-radius: 1.5rem; \n        padding: 3rem; \n        display: flex; \n        flex-direction: column; \n        width: 100%; \n        overflow: hidden; \n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        transition: box-shadow 0.3s;\n    }\n    .ds-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n    \n    \/* Card Destaque (Preto) *\/\n    .ds-card-dark { \n        background-color: #0f172a; \n        color: #ffffff; \n        grid-column: span 2; \n        justify-content: space-between; \n        text-align: center; \n        align-items: center; \n        border: none;\n    }\n    .ds-card-dark:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }\n\n    .ds-val-huge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 4.5rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n    .ds-desc-gray { color: #94a3b8; font-size: 1.35rem; margin: 0; }\n    \n    .ds-dark-sub { \n        margin-top: 3rem; \n        padding-top: 2rem; \n        border-top: 1px solid #334155; \n        display: grid; \n        grid-template-columns: 1fr 1fr; \n        gap: 2rem; \n        width: 100%; \n        text-align: center; \n    }\n    .ds-dark-sub-label { display: block; color: #94a3b8; margin-bottom: 0.5rem; font-size: 1.25rem; }\n    .ds-dark-sub-val { display: block; color: #f8fafc; font-weight: 500; font-size: 1.5rem; }\n\n    \/* Cards Centrais *\/\n    .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n    \n    .ds-val-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #2563eb; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-val-black { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #0f172a; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-label-brand { color: #2563eb; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    .ds-label-gray { color: #475569; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    \n    .ds-footer-line-brand { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n    .ds-footer-line-gray { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n\n    \/* Blocos de Texto Detalhado *\/\n    .ds-text-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .ds-text-card-transparent {\n        background-color: transparent;\n        padding: 0 1rem;\n        margin-bottom: 3.5rem;\n        border: none;\n        box-shadow: none;\n        max-width: 65rem;\n        margin-left: auto;\n        margin-right: auto;\n        text-align: center;\n    }\n    .ds-subtitle {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 2rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n        line-height: 1.2;\n    }\n    .ds-paragraph {\n        color: #475569;\n        font-size: 1.25rem;\n        line-height: 1.7;\n        margin-bottom: 1.5rem;\n    }\n    .ds-paragraph:last-child { margin-bottom: 0; }\n    .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n\n    .ds-grid-2-col {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n    @media (min-width: 1024px) {\n        .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Grid de Especificações *\/\n    .ds-card-full { \n        background-color: #FAFAF8; \n        border: 1px solid #f1f5f9; \n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        display: grid; \n        grid-template-columns: repeat(3, 1fr); \n        padding: 3.5rem; \n        border-radius: 1.5rem; \n        gap: 3rem; \n        width: 100%; \n        transition: box-shadow 0.3s;\n    }\n    .ds-card-full:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n    \n    .ds-col { display: flex; flex-direction: column; width: 100%; }\n    .ds-col-mid { border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding-left: 3rem; padding-right: 3rem; }\n    \n    .ds-col-title { \n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-weight: 800; \n        color: #0f172a; \n        margin: 0 0 2rem 0; \n        padding-bottom: 1rem; \n        border-bottom: 1px solid #e2e8f0; \n        display: flex; \n        align-items: center; \n        gap: 0.75rem; \n        font-size: 1.75rem; \n    }\n    \n    .ds-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n    .ds-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; font-size: 1.25rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #e2e8f0; gap: 1rem; color: #475569; }\n    .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n    .ds-list-key { color: #475569; flex-shrink: 0; }\n    .ds-list-val { font-weight: 600; color: #0f172a; text-align: right; }\n\n    .ds-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n    \/* Responsividade *\/\n    @media (max-width: 1200px) {\n        .ds-grid { grid-template-columns: repeat(2, 1fr); }\n        .ds-card-dark { grid-column: span 2; }\n        .ds-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n        .ds-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n        .ds-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; }\n        .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n    }\n\n    @media (max-width: 768px) {\n        .ds-header { margin-bottom: 3rem; }\n        .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n        .ds-card-dark { grid-column: span 1; padding: 2rem; }\n        .ds-card { padding: 2rem; }\n        .ds-text-card { padding: 2rem; }\n        .ds-subtitle { font-size: 1.75rem; }\n        .ds-val-huge { font-size: 3rem; }\n        .ds-val-brand, .ds-val-black { font-size: 2.75rem; }\n        .ds-dark-sub { grid-template-columns: 1fr; gap: 1.25rem; }\n        .ds-card-full { padding: 1.5rem; }\n        .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.25rem; font-size: 1.125rem; }\n        .ds-list-val { text-align: left; font-size: 1.25rem; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ds-section-wrapper ds-full-bleed\"\u003e\n\u003cdiv style=\"max-width: 120rem; width: 100%; margin: 0 auto;\"\u003e\n\u003cdiv class=\"ds-header\"\u003e\n\u003cspan class=\"ds-tag\"\u003eMobilidade Dellamed\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eAndador de Alumínio D12 com Assento\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- INTRODUÇÃO --\u003e\n\u003cdiv class=\"ds-text-card-transparent\"\u003e\n\u003cp style=\"font-size: 1.5rem; color: #0f172a; font-weight: 500;\" class=\"ds-paragraph\"\u003eO \u003cstrong\u003eDellamed D12\u003c\/strong\u003e é o parceiro ideal para quem busca segurança e descanso durante a caminhada. Unindo a leveza do alumínio com a conveniência de um assento integrado, ele oferece estabilidade em cada passo.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-grid\"\u003e\n\u003c!-- Card Destaque (Preto) --\u003e\n\u003cdiv class=\"ds-card ds-card-dark\"\u003e\n\u003cdiv\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"48\" width=\"48\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"ds-icon-main\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-huge\"\u003e100kg\u003c\/h3\u003e\n\u003cp class=\"ds-desc-gray\"\u003eCapacidade de Carga\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eAlumínio Anodizado\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eRodas\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003e4 Rodas de 8\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Mobilidade --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"48\" width=\"48\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"ds-icon-main\"\u003e\n                    \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-brand\"\u003e8 Níveis\u003c\/h3\u003e\n\u003cp class=\"ds-label-brand\"\u003eAltura Ajustável\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-brand\"\u003eTotalmente \u003cstrong\u003eErgonômico\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Design --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#475569\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"48\" width=\"48\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"ds-icon-main\"\u003e\n                    \u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\n                    \u003crect rx=\"2\" height=\"11\" width=\"18\" y=\"11\" x=\"3\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003eFlex\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003eModelo Dobrável\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003eIdeal para \u003cstrong\u003eViagens e Passeios\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIÇÃO EM 2 COLUNAS --\u003e\n\u003cdiv class=\"ds-grid-2-col\"\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eSegurança e Versatilidade\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eO andador D12 Dellamed foi projetado para usuários com mobilidade reduzida que não abrem mão da vida ativa. Seu sistema de freio condutor conta com trava de segurança nas rodas traseiras, garantindo que o andador permaneça imóvel durante o descanso no assento.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eAs quatro rodas de 8 polegadas permitem uma movimentação suave em diferentes tipos de superfícies, enquanto as manoplas ergonômicas reduzem o esforço e a pressão nas mãos durante o uso prolongado.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eConforto e Design Funcional\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eO assento estofado em material de alta resistência oferece uma pausa confortável em qualquer lugar. Abaixo do assento, o andador dispõe de um cesto\/sacola porta-objetos, perfeito para carregar compras ou itens pessoais com total discrição.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eA estrutura em alumínio anodizado não apenas garante leveza para o transporte, mas também oferece alta resistência à corrosão, mantendo a durabilidade e o aspecto de novo por muito mais tempo.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LISTA DETALHADA EM 3 COLUNAS --\u003e\n\u003cdiv class=\"ds-card-full\"\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\n                        \u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Diferenciais\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAssento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEstofado e Confortável\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePorta-Objetos\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCesto sob o Assento\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFreios\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCom Trava de Estacionamento\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eDobramento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSimples e Compacto\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eApoio de Costas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRemovível e Acolchoado\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eUso Interno e Externo\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col ds-col-mid\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\n                        \u003cline y2=\"13\" x2=\"8\" y1=\"13\" x1=\"16\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"17\" x2=\"8\" y1=\"17\" x1=\"16\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e Dados Técnicos\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMarca\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDellamed\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eModelo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eD12\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso Líquido\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e~ 8.2 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCapacidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e100 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAjuste Altura\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e84 cm a 95 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eANVISA\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e80795950015\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#2563eb\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Dimensões\u003c\/h4\u003e\n\u003cp style=\"color: #475569; font-size: 1rem; margin-top: -1rem; margin-bottom: 1rem;\"\u003eMedidas aproximadas:\u003c\/p\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e64 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eProfundidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e70 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAssento (LxP)\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e35 x 32 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura Assento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e54 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eDistância Manoplas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e46 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCesto Porta-Obj.\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIncluso (Nylon)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034089967812,"sku":"22506","price":465.56,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Captura_de_tela_2026-04-08_225011.png?v=1775699623"},{"product_id":"muleta-axilar-d7-universal-em-aluminio-dellamed","title":"Par Muleta Axilar D7 Universal em Alumínio - Dellamed","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Dellamed\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 4.5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eMuleta Axilar \u003cspan style=\"color: #2563eb;\"\u003eD7 Universal\u003c\/span\u003e em Alumínio (Par) – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 2rem;\"\u003ePar de muletas axilares \u003cstrong\u003eem alumínio anodizado\u003c\/strong\u003e, com \u003cstrong\u003eajuste triplo\u003c\/strong\u003e (axila, manopla e altura total), \u003cstrong\u003eponteira antiderrapante\u003c\/strong\u003e com anel interno e apoios \u003cstrong\u003econfortáveis\u003c\/strong\u003e. Modelo \u003cstrong\u003eUniversal (P\/M\/G em um só produto)\u003c\/strong\u003e, atendendo diferentes estaturas.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\" href=\"#\"\u003e Comprar Agora \u003c\/a\u003e \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Muleta+Axilar+D7+Universal+em+Alum%C3%ADnio+Par+Dellamed.\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003e Falar com Atendente \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eUniversal:\u003c\/strong\u003e atende diversas estaturas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eAjuste triplo\u003c\/strong\u003e (axila, manopla e altura)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003ePonteira\u003c\/strong\u003e com alta aderência e baixo ruído\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Muleta Axilar D7 Universal\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 950px; margin: 0 auto;\"\u003eA \u003cstrong\u003eD7 Universal\u003c\/strong\u003e é uma muleta axilar \u003cstrong\u003eleve e resistente\u003c\/strong\u003e, feita em alumínio, com regulagens amplas para se adaptar ao usuário. Proporciona \u003cstrong\u003eestabilidade\u003c\/strong\u003e, \u003cstrong\u003ealívio de carga\u003c\/strong\u003e nos membros inferiores e maior \u003cstrong\u003esegurança\u003c\/strong\u003e durante a marcha.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? (sem regra de 3\/6) --\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n\u003c!-- Para que serve --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eAuxiliar a \u003cstrong\u003elocomoção\u003c\/strong\u003e, redistribuindo o peso para os membros superiores e \u003cstrong\u003eestabilizando\u003c\/strong\u003e a marcha em casos de dores, lesões e recuperação pós-operatória.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eIndicada para reabilitação e uso temporário ou contínuo\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eAdultos em \u003cstrong\u003erecuperação ortopédica\u003c\/strong\u003e, com mobilidade reduzida ou recomendação profissional para \u003cstrong\u003edescarga parcial de peso\u003c\/strong\u003e dos membros inferiores.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eUso doméstico, ambulatorial e hospitalar\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e ajuste a \u003cstrong\u003ealtura total\u003c\/strong\u003e, a \u003cstrong\u003emanopla\u003c\/strong\u003e e o \u003cstrong\u003eapoio axilar\u003c\/strong\u003e antes do uso. A ponteira deve estar íntegra e bem apoiada no chão.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- (Sem VÍDEO — nenhum iframe informado) --\u003e \u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv id=\"beneficios\" style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eLeveza, segurança e regulagens amplas para diferentes usuários.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eUniversal (P\/M\/G)\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.6rem; color: #333;\"\u003eUm único produto atende múltiplas alturas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAjuste triplo\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.6rem; color: #333;\"\u003eAxila, manopla e altura total com pino click.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eApoios confortáveis\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.6rem; color: #333;\"\u003eAxilar macio e manopla anatômica.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003ePonteira antiderrapante\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.6rem; color: #333;\"\u003eAlta aderência e marcha mais silenciosa.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstrutura leve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.6rem; color: #333;\"\u003eAlumínio anodizado: resistente e fácil de manusear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eCapacidade por par\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.6rem; color: #333;\"\u003eAté ~130 kg (≈65 kg por unidade).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna X Único (6 itens) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a Muleta Axilar D7 Dellamed Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.6rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eVersatilidade real: um único par que cobre diferentes alturas com segurança e conforto.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.6rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eUm produto, 3 tamanhos\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eModelo Universal substitui P, M e G.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eMenos trocas e mais praticidade\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.6rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRegulagens amplas\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAxila (3 níveis), manopla (até 8 níveis) e altura total (até 9 níveis).\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eAjuste fino ao biotipo\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.6rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eEstrutura em alumínio\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLeve, resistente e com ótimo acabamento.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eDurabilidade no dia a dia\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.6rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003ePonteira com anel interno\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMais aderência e menor desgaste\/ruído.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003ePassos mais estáveis\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.6rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eManopla anatômica\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eConforto para uso prolongado.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eMenos fadiga nas mãos\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.6rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eBaixo ruído\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eSistema que reduz vibrações e barulhos na marcha.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eDiscrição e conforto acústico\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333; max-width: 850px; margin: 0 auto;\"\u003eEspecificações da Muleta Axilar D7 Universal em Alumínio – Dellamed (Par).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAlumínio estrutural com anodização fosca\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eConteúdo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePar (2 unidades)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAjustes\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAxila: 3 níveis | Manopla: até 8 níveis | Altura total: até 9 níveis (pino click)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~100 a 150 cm (aprox.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstatura atendida\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~1,34 m a 1,93 m (aprox.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePonteira\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBorracha com anel metálico interno, alto grip\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAxilar macio (EVA) e manopla anatômica (TPR)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso (unidade)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~0,75–0,81 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade de peso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté ~65 kg por unidade (≈130 kg por par)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAlumínio \/ cinza\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; text-align: center;\"\u003e*Valores aproximados. Ajustes e medidas podem variar conforme lote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Medidas (antes do FAQ) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eMedida\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eValor\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eObservações\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~100–150 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjuste inferior com até 9 níveis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstatura atendida\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~1,34–1,93 m\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eModelo Universal (P\/M\/G)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAjuste da axila\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e3 níveis\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eConforto e encaixe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAjuste da manopla\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté 8 níveis\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAlinhamento do cotovelo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePonteira\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eØ grande, alto grip\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCom anel metálico interno\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~130 kg (par)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e≈65 kg por unidade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garantia (antes do CTA Final) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com \u003cstrong\u003egarantia do fabricante\u003c\/strong\u003e contra defeitos de fabricação. Guarde a nota fiscal e siga as instruções de uso e manutenção.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eCobertura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eVícios de fabricação da estrutura e componentes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eCondições\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eUso adequado, sem modificações e com ponteira íntegra.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eAssistência\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eRede autorizada Dellamed para suporte e peças.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eConsulte o certificado\/termos para detalhes completos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eComo ajustar corretamente a altura?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eCom o usuário calçado, regule a altura total para que os cotovelos fiquem levemente flexionados (~20–30°), depois ajuste a \u003cstrong\u003emanopla\u003c\/strong\u003e e o \u003cstrong\u003eapoio axilar\u003c\/strong\u003e para encaixe confortável.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eServe para quais alturas?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eModelo \u003cstrong\u003eUniversal\u003c\/strong\u003e atende aprox. de \u003cstrong\u003e1,34 m a 1,93 m\u003c\/strong\u003e de estatura.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual a capacidade de peso?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003e\n\u003cstrong\u003eAté ~65 kg por unidade\u003c\/strong\u003e (≈\u003cstrong\u003e130 kg por par\u003c\/strong\u003e), considerando uso correto e ponteira em bom estado.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003ePosso substituir as ponteiras?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Recomenda-se trocar a \u003cstrong\u003eponteira\u003c\/strong\u003e quando houver desgaste para manter a aderência e a segurança.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv id=\"comprar\" style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\"\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n\u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n\u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\" href=\"#\"\u003e Comprar Agora \u003c\/a\u003e\u003ca style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan\u003eFalar com Atendente\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.25rem !important; }\n    h2 { font-size: 2.5rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"]   { font-size: 1.5rem !important; }\n\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n\n    div[style*=\"width: 5rem; height: 5rem\"] { width: 3.5rem !important; height: 3.5rem !important; font-size: 1.5rem !important; }\n  }\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n  }\n\u003c\/style\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034092032196,"sku":"24068","price":84.33,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Designsemnome_66_1.jpg?v=1760730273"},{"product_id":"cadeira-de-rodas-em-aco-carbono-dobravel-d100-dellamed","title":"Cadeira de Rodas em Aço Carbono Dobrável D100 - Dellamed","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=Inter:wght@400;500;600\u0026family=Plus+Jakarta+Sans:wght@700;800\u0026display=swap');\n\n    .ds-section-wrapper {\n        background-color: #ffffff;\n        font-family: 'Inter', sans-serif;\n        width: 100%;\n        box-sizing: border-box;\n        isolation: isolate;\n    }\n\n    .ds-full-bleed {\n        padding: 4rem 1.5rem;\n    }\n    @media (min-width: 1024px) {\n        .ds-full-bleed {\n            padding: 6rem 4rem !important;\n        }\n    }\n\n    .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after {\n        box-sizing: border-box;\n        word-wrap: break-word;\n        overflow-wrap: break-word;\n    }\n\n    .ds-header {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        margin-bottom: 3rem;\n        position: relative;\n        max-width: 80rem;\n        width: 100%;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-header { margin-bottom: 5rem; }\n    }\n\n    .ds-tag {\n        color: #3b82f6;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.1em;\n        font-size: 1.3rem;\n        display: block;\n        margin-bottom: 0.75rem;\n    }\n\n    .ds-title {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 2.85rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 0;\n        line-height: 1.15;\n        letter-spacing: -0.025em;\n    }\n\n    @media (min-width: 768px) {\n        .ds-title { font-size: 3.5rem; }\n    }\n    @media (min-width: 1024px) {\n        .ds-title { font-size: 4rem; }\n    }\n\n    .ds-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-grid { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    .ds-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 2.5rem;\n        display: flex;\n        flex-direction: column;\n        width: 100%;\n        overflow: hidden;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n        border: 1px solid #f1f5f9;\n        transition: transform 0.3s, box-shadow 0.3s;\n    }\n    .ds-card:hover { transform: translateY(-5px); box-shadow: 0 12px 20px -5px rgba(0,0,0,0.1); }\n\n    .ds-card-dark {\n        background-color: #0f172a;\n        color: #ffffff;\n        grid-column: span 2;\n        justify-content: space-between;\n        text-align: center;\n        align-items: center;\n        border: none;\n    }\n\n    .ds-val-huge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 4.25rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n    .ds-desc-gray { color: #94a3b8; font-size: 1.4rem; margin: 0; }\n\n    .ds-dark-sub {\n        margin-top: 2.5rem;\n        padding-top: 2rem;\n        border-top: 1px solid #334155;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 2rem;\n        width: 100%;\n        text-align: center;\n    }\n    .ds-dark-sub-label { display: block; color: #94a3b8; margin-bottom: 0.5rem; font-size: 1.25rem; }\n    .ds-dark-sub-val { display: block; color: #f8fafc; font-weight: 600; font-size: 1.55rem; }\n\n    .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n\n    .ds-val-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.75rem; font-weight: 800; color: #3b82f6; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-val-black { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.75rem; font-weight: 800; color: #0f172a; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-label-brand { color: #3b82f6; font-weight: 600; font-size: 1.4rem; margin: 0; }\n    .ds-label-gray { color: #475569; font-weight: 600; font-size: 1.4rem; margin: 0; }\n\n    .ds-footer-line-brand { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.3rem; color: #0f172a; line-height: 1.5; }\n    .ds-footer-line-gray { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.3rem; color: #0f172a; line-height: 1.5; }\n\n    .ds-text-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n        border: 1px solid #f1f5f9;\n        display: flex;\n        flex-direction: column;\n        justify-content: flex-start;\n        align-self: stretch;\n        height: 100%;\n    }\n    .ds-text-card-transparent {\n        background-color: transparent;\n        padding: 0 1rem;\n        margin-bottom: 3.5rem;\n        border: none;\n        box-shadow: none;\n        max-width: 65rem;\n        margin-left: auto;\n        margin-right: auto;\n        text-align: center;\n    }\n    .ds-subtitle {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 2rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n        line-height: 1.25;\n    }\n    .ds-paragraph {\n        color: #475569;\n        font-size: 1.3rem;\n        line-height: 1.75;\n        margin-bottom: 1.75rem;\n    }\n    .ds-paragraph:last-child { margin-bottom: 0; }\n    .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n\n    .ds-grid-2-col {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n        align-items: stretch;\n    }\n    @media (min-width: 1024px) {\n        .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; }\n    }\n    @media (max-width: 1024px) {\n        .ds-grid-2-col { grid-template-columns: 1fr; }\n    }\n\n    .ds-card-full {\n        background-color: #FAFAF8;\n        border: 1px solid #f1f5f9;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        padding: 3.5rem;\n        border-radius: 1.5rem;\n        gap: 3rem;\n        width: 100%;\n        margin-bottom: 1.5rem;\n    }\n    @media (min-width: 1024px) {\n        .ds-card-full { margin-bottom: 2rem; }\n    }\n\n    .ds-col { display: flex; flex-direction: column; width: 100%; }\n    .ds-col-mid { border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding-left: 3rem; padding-right: 3rem; }\n\n    .ds-col-title {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-weight: 800;\n        color: #0f172a;\n        margin: 0 0 2rem 0;\n        padding-bottom: 1rem;\n        border-bottom: 2px solid #3b82f6;\n        display: flex;\n        align-items: center;\n        gap: 0.75rem;\n        font-size: 1.65rem;\n    }\n\n    .ds-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n    .ds-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.4rem; font-size: 1.3rem; padding-bottom: 1.4rem; border-bottom: 1px dashed #e2e8f0; gap: 1rem; color: #475569; line-height: 1.5; }\n    .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n    .ds-list-key { color: #475569; flex-shrink: 0; }\n    .ds-list-val { font-weight: 600; color: #0f172a; text-align: right; }\n\n    .ds-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n    \/* Responsividade *\/\n    @media (max-width: 1200px) {\n        .ds-grid { grid-template-columns: repeat(2, 1fr); }\n        .ds-card-dark { grid-column: span 2; }\n        .ds-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n        .ds-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n        .ds-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; }\n        .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n    }\n\n    @media (max-width: 768px) {\n        .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n        .ds-card-dark { grid-column: span 1; padding: 2.5rem 1.5rem; }\n        .ds-card { padding: 2rem 1.5rem; }\n        .ds-text-card { padding: 2.25rem 1.75rem; }\n        .ds-subtitle { font-size: 1.85rem; }\n        .ds-paragraph { font-size: 1.25rem; line-height: 1.8; }\n        .ds-val-huge { font-size: 3.75rem; }\n        .ds-val-brand, .ds-val-black { font-size: 3rem; }\n        .ds-desc-gray { font-size: 1.35rem; }\n        .ds-dark-sub { grid-template-columns: 1fr; gap: 1.5rem; }\n        .ds-dark-sub-label { font-size: 1.2rem; }\n        .ds-dark-sub-val { font-size: 1.5rem; }\n        .ds-label-brand, .ds-label-gray { font-size: 1.35rem; }\n        .ds-footer-line-brand, .ds-footer-line-gray { font-size: 1.25rem; }\n        .ds-card-full { padding: 1.75rem; }\n        .ds-col-title { font-size: 1.55rem; }\n        .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.4rem; font-size: 1.25rem; padding-bottom: 1.25rem; margin-bottom: 1.25rem; }\n        .ds-list-val { text-align: left; font-size: 1.3rem; }\n        .ds-tag { font-size: 1.2rem; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ds-section-wrapper ds-full-bleed\"\u003e\n\u003cdiv style=\"max-width: 1200px; width: 100%; margin: 0 auto;\"\u003e\n\n\u003cdiv class=\"ds-header\"\u003e\n\u003cspan class=\"ds-tag\"\u003eLinha de Mobilidade Dellamed\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eCadeira de Rodas Manual D100\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003c!-- INTRODUÇÃO --\u003e\n\u003cdiv class=\"ds-text-card-transparent\"\u003e\u003cp class=\"ds-paragraph\" style=\"font-size: 1.55rem; color: #0f172a; font-weight: 500; line-height: 1.55;\"\u003eA \u003cstrong\u003eCadeira de Rodas D100 Dellamed\u003c\/strong\u003e é a escolha ideal para quem busca praticidade, segurança e excelente custo-benefício. Com \u003cstrong\u003ecapacidade de 120 kg\u003c\/strong\u003e, estrutura em aço carbono e \u003cstrong\u003esistema dobrável em \"X\"\u003c\/strong\u003e, facilita o transporte e garante conforto no dia a dia.\u003c\/p\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ds-grid\"\u003e\n\u003c!-- Card Capacidade --\u003e\n\u003cdiv class=\"ds-card ds-card-dark\"\u003e\n\u003cdiv\u003e\n\u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n\u003ccircle cx=\"16\" cy=\"4\" r=\"1\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"m18 19 1-7-6 1\"\u003e\u003c\/path\u003e\n\u003cpath d=\"m5 8 3-3 5.5 3-2.36 3.5\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M4.24 14.5a5 5 0 0 0 6.88 6\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M13.76 17.5a5 5 0 0 0-6.88-6\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003ch3 class=\"ds-val-huge\"\u003e120 kg\u003c\/h3\u003e\n\u003cp class=\"ds-desc-gray\"\u003eCapacidade Máxima de Peso\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eEstrutura\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eAço Carbono\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eSistema\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eDobrável em X\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Pneus --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n\u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"8\"\u003e\u003c\/line\u003e\n\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n\u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n\u003cline x1=\"16\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\n\u003c\/svg\u003e\n\u003ch3 class=\"ds-val-brand\"\u003eMaciços\u003c\/h3\u003e\n\u003cp class=\"ds-label-brand\"\u003ePneus Antifuro\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-brand\"\u003eZero \u003cstrong\u003emanutenção\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Peso da Cadeira --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n\u003cpath d=\"M6 2v6a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V2\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M18 22v-6a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v6\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M4 22h16\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M4 2h16\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003e14,5 kg\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003ePeso da Cadeira\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003eFácil de \u003cstrong\u003etransportar\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DESCRIÇÃO EM 2 COLUNAS --\u003e\n\u003cdiv class=\"ds-grid-2-col\"\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eEstrutura Resistente e Confortável\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eDesenvolvida em \u003cstrong\u003eaço carbono de alta resistência com pintura epóxi\u003c\/strong\u003e, a Cadeira D100 proporciona estabilidade e segurança contra corrosão. Suporta até \u003cstrong\u003e120 kg de peso\u003c\/strong\u003e, mantendo seu próprio peso em apenas 14,5 kg para facilitar o transporte.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eO assento e encosto em \u003cstrong\u003enylon lavável\u003c\/strong\u003e garantem o conforto necessário no dia a dia. Os \u003cstrong\u003epneus maciços antifuros\u003c\/strong\u003e oferecem durabilidade extra e dispensam manutenção constante, perfeitos para locomoção contínua tanto em ambientes internos quanto externos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003ePraticidade no Transporte\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eO sistema de fechamento em \u003cstrong\u003e\"X\"\u003c\/strong\u003e torna esta cadeira extremamente compacta quando dobrada — passa de \u003cstrong\u003e99 × 59 cm aberta\u003c\/strong\u003e para apenas \u003cstrong\u003e78 × 28 cm dobrada\u003c\/strong\u003e. Ideal para porta-malas de veículos ou espaços reduzidos em casa, facilitando a rotina tanto do paciente quanto dos cuidadores.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eConta com \u003cstrong\u003eapoios de braço com espuma\u003c\/strong\u003e e \u003cstrong\u003eapoios de pés em pedal\u003c\/strong\u003e, proporcionando postura ergonômica correta. Os \u003cstrong\u003efreios bilaterais\u003c\/strong\u003e garantem segurança no estacionamento e o \u003cstrong\u003ebolso porta-objetos\u003c\/strong\u003e oferece organização para itens pessoais do usuário.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- LISTA DETALHADA EM 3 COLUNAS --\u003e\n\u003cdiv class=\"ds-card-full\"\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Características\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMarca\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDellamed\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eModelo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eD100\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAço Carbono\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePintura\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEpóxi Anticorrosão\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEstrutura\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDobrável em \"X\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePneus\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eMaciços (Antifuro)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodas Traseiras\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e24 polegadas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodas Dianteiras\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e8 polegadas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAssento e Encosto\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eNylon Lavável\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eApoio de Braço\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eFixo com Espuma\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eApoio de Pés\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eFixo em Pedal\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eSegurança\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eFreios Bilaterais\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAcessório\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBolso Porta-objetos\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col ds-col-mid\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Dimensões e Peso\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAberta (C × L × A)\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e99 × 59 × 89 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eDobrada (C × L × A)\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e78 × 28 × 74,5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura do Assento ao Chão\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e49 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura do Encosto\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e40 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura do Assento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e46 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eProfundidade do Assento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e40 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eDistância entre Braços\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e45 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura Apoio de Braços\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e20 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eComprimento dos Braços\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e26 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso Líquido da Cadeira\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e14,5 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEmbalagem (C × L × A)\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e78 × 29 × 75,5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso com Embalagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e16,5 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCapacidade Máxima\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e120 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Indicações de Uso\u003c\/h4\u003e\n\u003cp style=\"color: #475569; font-size: 1.15rem; margin-top: -1rem; margin-bottom: 1rem; line-height: 1.5;\"\u003eUso recomendado para:\u003c\/p\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMobilidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDificuldade de Locomoção\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRecuperação\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePós-Operatório\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eIdosos\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRedução Motora\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eClínicas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eUso Institucional\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eReabilitação\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eFísica em Geral\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAmbiente Interno\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRecomendado\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAmbiente Externo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRecomendado\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034096652484,"sku":"23659","price":499.89,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1-D100-Perspectiva.jpg?v=1775678537"},{"product_id":"cama-hospitalar-dx3-3-movimentos-ate-200-kg-dellamed","title":"Cama Fawler 3 manivelas DX3 c\/ Eleva Leito - Dellamed","description":"\u003c!-- Cama Fawler 3 manivelas DX3 c\/ Eleva Leito - Dellamed | HTML no padrão azul do modelo (um bloco copiável para Shopify) --\u003e\n\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Dellamed\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eCama Fawler 3 Manivelas DX3 c\/ \u003cspan style=\"color: #2563eb;\"\u003eEleva Leito\u003c\/span\u003e – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eCama hospitalar manual com \u003cstrong\u003e3 manivelas\u003c\/strong\u003e (cabeceira, perneira e \u003cstrong\u003eelevação do leito\u003c\/strong\u003e), \u003cstrong\u003egrades rebatíveis\u003c\/strong\u003e e \u003cstrong\u003erodízios com freio\u003c\/strong\u003e. Proporciona conforto em \u003cstrong\u003e5 posições\u003c\/strong\u003e (sentado, semi-Fowler, Fowler, flexão e cardíaca) com robustez para uso domiciliar e clínico.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\" href=\"#\"\u003e Comprar Agora \u003c\/a\u003e \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cama+Fawler+3+Manivelas+DX3+c%2F+Eleva+Leito+Dellamed.\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eSuporta até 200 kg\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e3 manivelas: cabeceira, pernas e altura\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan\u003eGrades laterais rebatíveis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a DX3\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eDX3\u003c\/strong\u003e é uma cama hospitalar \u003cstrong\u003eFowler manual\u003c\/strong\u003e de alta robustez, com \u003cstrong\u003eelevação do leito\u003c\/strong\u003e e ajustes independentes de cabeceira e pernas. Ideal para cuidados prolongados, proporciona \u003cstrong\u003emais conforto, segurança e ergonomia\u003c\/strong\u003e para o paciente e para o cuidador.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? (sem grid de 3\/6) --\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 3rem;\"\u003e\n\u003c!-- Para que serve? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eAuxilia no \u003cstrong\u003eposicionamento terapêutico\u003c\/strong\u003e e no \u003cstrong\u003ealívio de pressão\u003c\/strong\u003e, facilitando alimentação, higiene, fisioterapia e rotina de cuidados com ajustes suaves e seguros.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003e5 posições: sentado, semi-Fowler, Fowler, flexão e cardíaca\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eIndicada para \u003cstrong\u003epacientes acamados\u003c\/strong\u003e, \u003cstrong\u003eidosos\u003c\/strong\u003e e pessoas com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e que necessitam de ajustes frequentes de postura e \u003cstrong\u003eelevação do leito\u003c\/strong\u003e com total estabilidade.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eUso domiciliar e clínico, sempre com supervisão\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e verifique as \u003cstrong\u003edimensões do ambiente\u003c\/strong\u003e e a \u003cstrong\u003elargura de portas\u003c\/strong\u003e para circulação da cama com segurança.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VÍDEO (após \"O que é\") --\u003e\n\u003cdiv style=\"padding: 2rem 0 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eAssista ao Vídeo da DX3\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eConheça os recursos e benefícios da Cama Hospitalar DX3.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv style=\"max-width: 1280px; width: 100%; aspect-ratio: 16 \/ 9; background: #000; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.15);\"\u003e\u003ciframe width=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/z5bU7AZ9op0\" title=\"Cama Hospitalar DX3 | Características e Benefícios | Dellamed\" style=\"width: 100%; height: 100%; display: block;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv id=\"beneficios\" style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eConforto, segurança e praticidade para a rotina de cuidados.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003e3 Manivelas\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAjustes independentes de cabeceira, pernas e \u003cstrong\u003ealtura do leito\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003e5 Posições\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eSentado, semi-Fowler, Fowler, flexão e posição cardíaca.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstável e Segura\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eGrades rebatíveis e \u003cstrong\u003erodízios com freios\u003c\/strong\u003e de dupla ação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstrutura Reforçada\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAço carbono com acabamento epóxi para \u003cstrong\u003ealta durabilidade\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eDimensões Otimizadas\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eLeito amplo e altura regulável para melhor ergonomia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eMobilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eRodízios para deslocamento interno com segurança.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna X Único? (6 itens, visual do modelo) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a DX3 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombinação de \u003cstrong\u003erobustez\u003c\/strong\u003e, \u003cstrong\u003eajustes precisos\u003c\/strong\u003e e \u003cstrong\u003epraticidade\u003c\/strong\u003e no cuidado diário.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eSuporta até 200 kg\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eSegurança reforçada para diferentes perfis de usuário.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eEstabilidade em todas as posições\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eElevação do Leito\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eRegulagem de altura do piso ao leito para ergonomia do cuidador.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eMenos esforço nas rotinas\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eGrades Rebatíveis\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eProteção ao paciente com liberação rápida para acesso.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eSegurança e praticidade\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRodízios com Freio\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMovimentação suave e travamento firme de dupla ação.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eControle total do posicionamento\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eEstrutura em Aço Carbono\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003ePintura epóxi para resistência e fácil higienização.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eAlta durabilidade\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003ePronta para Acessórios\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eCompatível com \u003cstrong\u003ehaste de soro\u003c\/strong\u003e e outros itens (opcionais).\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eVersatilidade no cuidado\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações da Cama Hospitalar DX3 3 Movimentos – Dellamed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMovimentos\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e3 manuais (cabeceira, pernas e elevação de leito)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePosições\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e5 posições: sentado, semi-Fowler, Fowler, flexão e cardíaca\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade do usuário\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003eAté 200 kg\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAço carbono com pintura epóxi; grades laterais rebatíveis em alumínio anodizado\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRodízios \/ Freio\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRodízios blindados com freios de dupla ação e giro 360°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões totais (C × L × A)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 215 × 90 × 44–68 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões do leito útil (L × C)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 83 × 196 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso líquido\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 64,5 kg\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura da grade lateral ao leito\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 29,5 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eIndicação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eUso domiciliar ou clínico; deslocamento em piso interno regular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Medidas (6 linhas) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eMedida\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eValor\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eObservações\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eComprimento total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 215 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eVerificar espaço para manobra\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 90 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePortas internas com 80-90 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do leito (mín.–máx.)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 44-68 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRegulagem manual por manivela\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLeito útil (L × C)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 83 × 196 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCompatível com colchão 83×196 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso do produto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 64,5 kg\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEstrutura robusta\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura da grade lateral ao leito\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e~ 29,5 cm\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eProteção lateral do usuário\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garantia (antes do CTA Final) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com garantia do fabricante e assistência técnica autorizada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eEstrutura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAté 12 meses contra defeitos de fabricação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eComponentes\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAté 6 meses conforme termos do fabricante.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eItens de uso\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eGarantia conforme política para itens consumíveis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eConsulte o certificado\/termos para condições detalhadas de garantia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eA cama tem elevação de leito\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Uma das manivelas é dedicada à \u003cstrong\u003eregulagem da altura\u003c\/strong\u003e do leito em relação ao piso.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQuais posições posso usar\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSentado, semi-Fowler, Fowler, flexão e posição cardíaca.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eSuporta qual peso máximo\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003e\n\u003cstrong\u003eAté 200 kg\u003c\/strong\u003e, respeitando as orientações de uso e supervisão.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eAs grades são rebatíveis\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Grades laterais com \u003cstrong\u003erebatimento\u003c\/strong\u003e para facilitar o acesso do cuidador.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv id=\"comprar\" style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\"\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n\u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n\u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\" href=\"#\"\u003e Comprar Agora \u003c\/a\u003e\u003ca style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cama+Fawler+3+Manivelas+DX3+c%2F+Eleva+Leito+Dellamed.\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan\u003eFalar com Atendente\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Responsividade geral (padrão do modelo) --\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"]   { font-size: 1.5rem !important; }\n\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n\n    div[style*=\"min-width: 280px\"] { min-width: 160px !important; padding: 1.5rem 1rem !important; }\n    div[style*=\"min-width: 280px\"] h4 { font-size: 1.125rem !important; }\n    div[style*=\"min-width: 280px\"] p  { font-size: 0.875rem !important; }\n\n    div[style*=\"width: 5rem; height: 5rem\"] { width: 3.5rem !important; height: 3.5rem !important; font-size: 1.5rem !important; }\n  }\n\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n\n    div[style*=\"min-width: 280px\"] { min-width: 140px !important; padding: 1rem 0.75rem !important; }\n    div[style*=\"min-width: 280px\"] h4 { font-size: 1rem !important; }\n    div[style*=\"min-width: 280px\"] p  { font-size: 0.75rem !important; }\n  }\n\u003c\/style\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034099306692,"sku":"22852","price":3666.56,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1-DX3-Perspectiva_2bc7914b-fd98-4beb-af9e-179df142c304.jpg?v=1752789685"},{"product_id":"cadeira-de-banho-higienica-desmontavel-em-aco-d50-150kg-dellamed","title":"Cadeira de Banho Higiênica Desmontável em Aço D50 (150kg) - Dellamed","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #0f172a;\"\u003e\n  \u003c!-- Hero Section (AZUL) --\u003e\n  \u003cdiv style=\"background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n      \u003cdiv style=\"background: #bfdbfe; color: #1e3a8a; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Dellamed\u003c\/strong\u003e\u003c\/div\u003e\n      \u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem;\"\u003eCadeira de Banho Higiênica Desmontável \u003cspan style=\"color: #2563eb;\"\u003eD50 Dellamed\u003c\/span\u003e (até 150 kg)\u003c\/h1\u003e\n      \u003cp style=\"font-size: 1.75rem; margin-bottom: 3rem;\"\u003e\n        Cadeira de banho \u003cstrong\u003edesmontável\u003c\/strong\u003e, robusta e prática para o dia a dia. Estrutura em \u003cstrong\u003eaço\u003c\/strong\u003e com pintura protetiva, \u003cstrong\u003eassento acolchoado impermeável\u003c\/strong\u003e, \u003cstrong\u003ecomadre com tampa\u003c\/strong\u003e e \u003cstrong\u003erodízios com freio\u003c\/strong\u003e para mobilidade segura — indicada para banho, higiene e uso sobre o vaso.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e\n        \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Quero+ajuda+com+a+Cadeira+de+Banho+D50+Dellamed.\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; font-size: 1.5rem;\"\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n           \u003cspan style=\"font-weight: bold;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n           \u003cspan style=\"font-weight: bold;\"\u003eCapacidade até 150 kg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n           \u003cspan style=\"font-weight: bold;\"\u003eCasa Médica +40 anos no mercado\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"margin-top:1.5rem;\"\u003e\n        \u003ca href=\"https:\/\/www.mercadolivre.com.br\/cadeira-de-banho-higinica-para-idoso-ate-150kg-d50-dellamed\/p\/MLB24453648\" target=\"_blank\" style=\"font-size: 1.125rem; color:#2563eb; text-decoration: underline;\"\u003eVer página de referência\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O que é --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eO que é a Cadeira de Banho D50 Dellamed\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; max-width: 900px; margin: 0 auto;\"\u003e\n          Uma cadeira higiênica \u003cstrong\u003edesmontável\u003c\/strong\u003e com estrutura em \u003cstrong\u003eaço com pintura epóxi\u003c\/strong\u003e, \u003cstrong\u003eassento acolchoado impermeável\u003c\/strong\u003e, \u003cstrong\u003eapoio de pés rebatível\u003c\/strong\u003e e \u003cstrong\u003ecomadre removível\u003c\/strong\u003e. Projetada para oferecer \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003eautonomia\u003c\/strong\u003e e \u003cstrong\u003ehigiene facilitada\u003c\/strong\u003e no banho e nas rotinas de cuidado.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Cards: Para que serve \/ Quem pode usar (exceção) --\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n        \u003c!-- Para que serve --\u003e\n        \u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n          \u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2.5rem;\"\u003e\n            \u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem;\"\u003ePara que serve\u003c\/h3\u003e\n            \u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003e\n              Facilita o \u003cstrong\u003ebanho sentado\u003c\/strong\u003e, o \u003cstrong\u003euso sanitário\u003c\/strong\u003e e a \u003cstrong\u003ehigienização íntima\u003c\/strong\u003e, reduzindo o risco de quedas e trazendo conforto ao usuário e ao cuidador.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\n               \u003cspan\u003eMais segurança no box e no sanitário\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Quem pode usar --\u003e\n        \u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n          \u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2.5rem;\"\u003e\n            \u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem;\"\u003eQuem pode usar\u003c\/h3\u003e\n            \u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003e\n              Indicada para \u003cstrong\u003eidosos\u003c\/strong\u003e, pessoas com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e, em \u003cstrong\u003ereabilitação\u003c\/strong\u003e ou \u003cstrong\u003epós-operatório\u003c\/strong\u003e, e usuários de até \u003cstrong\u003e150 kg\u003c\/strong\u003e.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\n               \u003cspan\u003eAutonomia e conforto com apoio\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Casos Específicos (3 cards) --\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 3rem; margin-top: 8rem;\"\u003e\n        \u003ch3 style=\"font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem;\"\u003eCasos Específicos de Indicação\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #475569; max-width: 700px; margin: 0 auto;\"\u003eSituações em que a D50 é especialmente útil:\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 2rem; margin-bottom: 4rem;\"\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 4rem; height: 4rem; margin: 0 auto 1rem; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003ePós-operatório\u003c\/h4\u003e\n          \u003cp style=\"font-size: 1.5rem;\"\u003eMinimiza esforço e melhora a segurança durante o banho.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 4rem; height: 4rem; margin: 0 auto 1rem; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eEquilíbrio instável\u003c\/h4\u003e\n          \u003cp style=\"font-size: 1.5rem;\"\u003eMais estabilidade em casos de tontura, fraqueza ou risco de queda.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 4rem; height: 4rem; margin: 0 auto 1rem; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eUsuários até 150 kg\u003c\/h4\u003e\n          \u003cp style=\"font-size: 1.5rem;\"\u003eEstrutura reforçada e assento acolchoado para conforto e segurança.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Aviso --\u003e\n      \u003cdiv style=\"background: #f8fafc; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 3rem;\"\u003e\n        \u003cp style=\"font-size: 1.125rem; color: #475569; margin: 0;\"\u003e\u003cstrong\u003eImportante:\u003c\/strong\u003e Utilize em \u003cstrong\u003episo nivelado\u003c\/strong\u003e, acione os \u003cstrong\u003efreios\u003c\/strong\u003e antes de sentar e mantenha os \u003cstrong\u003epés apoiados\u003c\/strong\u003e no apoio rebatível.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- Benefícios (6 cards) - SUBSTITUIR ESTE BLOCO --\u003e\n\u003cdiv id=\"beneficios\" style=\"padding: 6rem 0; background: #f1f5f9;\"\u003e\n  \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n      \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003eBenefícios que Fazem Diferença\u003c\/h2\u003e\n      \u003cp style=\"font-size: 1.75rem; color: #0f172a; max-width: 800px; margin: 0 auto;\"\u003eSegurança, praticidade e conforto em um único produto.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n      \u003c!-- Card 1 --\u003e\n      \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n        \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003c\/div\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003e4 em 1\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #0f172a;\"\u003eTransporte interno, banho, uso como sobrevaso e higiene.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 2 --\u003e\n      \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n        \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003c\/div\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003eEstrutura em Aço\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #0f172a;\"\u003ePintura epóxi para maior durabilidade em áreas úmidas.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 3 --\u003e\n      \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n        \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003c\/div\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003eAssento Acolchoado\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #0f172a;\"\u003eImpermeável e confortável, com maior área de apoio.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 4 --\u003e\n      \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n        \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003c\/div\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003eRodízios com Freio\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #0f172a;\"\u003eMobilidade 360º e travamento para segurança no uso.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 5 --\u003e\n      \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n        \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003c\/div\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003eApoio de Pés Rebatível\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #0f172a;\"\u003eFacilita transferências e melhora a postura.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 6 --\u003e\n      \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n        \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003c\/div\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003eComadre com Tampa\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #0f172a;\"\u003eUso versátil no quarto e higienização simples.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n  \n  \u003c!-- O Que Torna Única (6 itens) --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eO Que Torna a D50 Dellamed Única\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #475569; max-width: 800px; margin: 0 auto;\"\u003eDiferenciais pensados para o cuidado diário.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #2563eb;\"\u003e\n          \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eCapacidade de 150 kg\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eSegurança para usuários que precisam de suporte reforçado.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #0ea5e9;\"\u003e\n          \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eAssento Acolchoado Impermeável\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eMais conforto, menos pontos de pressão durante o uso.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #22c55e;\"\u003e\n          \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eApoio de Pés Rebatível\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eContribui para estabilidade e posicionamento correto.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n          \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003e4 em 1 de Verdade\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eTransporte, banho, sobrevaso e higiene no mesmo produto.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n          \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eAço com Pintura Epóxi\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eResiste melhor à umidade e ao uso contínuo.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n          \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eDesmontável com Montagem Rápida\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eFacilita transporte, limpeza e armazenamento.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Selo --\u003e\n      \u003cdiv style=\"margin-top: 4rem; text-align: center; background: linear-gradient(135deg, #0f172a 0%, #1f2937 100%); padding: 3rem; border-radius: 1rem; color: white;\"\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1rem;\"\u003e\n          \u003cdiv style=\"width: 4rem; height: 4rem; background: #2563eb; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem;\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"text-align: left;\"\u003e\n            \u003ch4 style=\"font-size: 1.75rem; font-weight: bold; margin: 0; color: #e2e8f0;\"\u003eQualidade Dellamed\u003c\/h4\u003e\n            \u003cp style=\"font-size: 1.25rem; margin: 0; color: #94a3b8;\"\u003eReferência nacional em home care e mobilidade\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tabela de Medidas --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem;\"\u003eTabela de Medidas – Cadeira de Banho D50\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #475569; max-width: 800px; margin: 0 auto;\"\u003eConsulte as dimensões para garantir melhor adaptação ao usuário e ao ambiente.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Dimensões Principais --\u003e\n      \u003cdiv style=\"margin-bottom: 3rem;\"\u003e\n        \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1.5rem; text-align: center;\"\u003eDimensões do Produto\u003c\/h3\u003e\n        \u003cdiv style=\"overflow-x: auto;\"\u003e\n          \u003ctable style=\"width: 100%; border-collapse: collapse; background: #fff; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1);\"\u003e\n            \u003cthead\u003e\n              \u003ctr style=\"background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); color: white;\"\u003e\n                \u003cth style=\"padding: 1.5rem; text-align: center; font-size: 1.5rem; font-weight: bold;\"\u003eMedida\u003c\/th\u003e\n                \u003cth style=\"padding: 1.5rem; text-align: center; font-size: 1.5rem; font-weight: bold;\"\u003eValor (aprox.)\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem; background: #eff6ff; font-weight: 600;\"\u003eAltura × Largura × Comprimento\u003c\/td\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003e110 × 56 × 86 cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr style=\"border-bottom: 1px solid #e5e7eb; background: #f1f5f9;\"\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem; background: #eff6ff; font-weight: 600;\"\u003eAssento (L × P)\u003c\/td\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003e43 × 43 cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr style=\"border-bottom: 1px solid #e5e7eb;\"\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem; background: #eff6ff; font-weight: 600;\"\u003eEncosto (L × A)\u003c\/td\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003e52 × 17 cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr style=\"border-bottom: 1px solid #e5e7eb; background: #f1f5f9;\"\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem; background: #eff6ff; font-weight: 600;\"\u003ePeso do Produto\u003c\/td\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003e? 9,9 kg\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr style=\"background: #f1f5f9;\"\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem; background: #eff6ff; font-weight: 600;\"\u003eCapacidade Suportada\u003c\/td\u003e\n                \u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003eaté 150 kg\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Dicas Importantes (3 cards) --\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;\"\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 4rem; height: 4rem; margin: 0 auto 1rem; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eMontagem\u003c\/h4\u003e\n          \u003cp style=\"font-size: 1.25rem;\"\u003eSiga o manual, confira encaixes e travas antes do uso.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 4rem; height: 4rem; margin: 0 auto 1rem; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eSegurança\u003c\/h4\u003e\n          \u003cp style=\"font-size: 1.25rem;\"\u003eAcione os \u003cstrong\u003efreios\u003c\/strong\u003e e mantenha os \u003cstrong\u003epés apoiados\u003c\/strong\u003e ao sentar.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 4rem; height: 4rem; margin: 0 auto 1rem; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eLimpeza\u003c\/h4\u003e\n          \u003cp style=\"font-size: 1.25rem;\"\u003eUse pano úmido e sabão neutro; seque as partes metálicas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Aviso sobre medidas --\u003e\n      \u003cdiv style=\"background: #eff6ff; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #bfdbfe; text-align: center; margin-top: 3rem;\"\u003e\n        \u003cp style=\"font-size: 1.125rem; color: #1e3a8a; margin: 0;\"\u003e\u003cstrong\u003eImportante:\u003c\/strong\u003e Medidas aproximadas; podem variar levemente conforme o lote.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #f1f5f9;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n      \u003cdiv style=\"max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f8fafc; font-size: 1.375rem;\"\u003eA D50 é dobrável\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem;\"\u003eEla é \u003cstrong\u003edesmontável\u003c\/strong\u003e (montagem rápida), o que facilita transporte e limpeza.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f8fafc; font-size: 1.375rem;\"\u003eTem freio nas rodas\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem;\"\u003eSim, possui \u003cstrong\u003erodízios com freio\u003c\/strong\u003e para travar a cadeira com segurança.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f8fafc; font-size: 1.375rem;\"\u003ePosso usar sobre o vaso sanitário\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem;\"\u003eSim, a D50 é \u003cstrong\u003e4 em 1\u003c\/strong\u003e e pode ser usada como \u003cstrong\u003esobrevaso\u003c\/strong\u003e.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f8fafc; font-size: 1.375rem;\"\u003eQual o tamanho do assento\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem;\"\u003eAproximadamente \u003cstrong\u003e43 × 43 cm\u003c\/strong\u003e.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA Final --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\" id=\"comprar\"\u003e\n  \u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n    \u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n    \u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n    \u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n      \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n        Comprar Agora\n      \u003c\/a\u003e\n\n      \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Quero+ajuda+com+a+Cadeira+de+Banho+D50+Dellamed.\" style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" target=\"_blank\"\u003e\n        \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\n          \u003cspan\u003eFalar com Atendente\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":44128504512708,"sku":"22028","price":411.11,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1_-_D50_-_Perspectiva_1.jpg?v=1741799763"},{"product_id":"guincho-hidraulico-mecanico-d5000-dellamed","title":"Guincho Hidráulico Mecânico D5000 Dellamed","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=Inter:wght@400;500;600\u0026family=Plus+Jakarta+Sans:wght@700;800\u0026display=swap');\n\n        \/* Base da Seção *\/\n        .ds-section-wrapper {\n            background-color: #ffffff;\n            font-family: 'Inter', sans-serif;\n            width: 100%;\n            box-sizing: border-box;\n            elevation: 0;\n        }\n\n        \/* Espaçamento *\/\n        .ds-full-bleed {\n            padding: 4rem 1.5rem;\n        }\n        @media (min-width: 1024px) {\n            .ds-full-bleed {\n                padding: 6rem 4rem !important; \n            }\n        }\n\n        .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after { \n            box-sizing: border-box; \n            word-wrap: break-word; \n            overflow-wrap: break-word;\n        }\n\n        \/* Cabeçalho *\/\n        .ds-header { \n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 3rem;\n            position: relative;\n            max-width: 80rem;\n            width: 100%;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (min-width: 1024px) {\n            .ds-header { margin-bottom: 5rem; } \n        }\n\n        .ds-tag { \n            color: #3b82f6;\n            font-weight: 700; \n            text-transform: uppercase; \n            letter-spacing: 0.1em; \n            font-size: 1.3rem; \n            display: block; \n            margin-bottom: 0.75rem; \n        }\n\n        .ds-title { \n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 2.85rem;\n            font-weight: 800;\n            color: #0f172a; \n            margin-top: 0;\n            margin-bottom: 0;\n            line-height: 1.15;\n            letter-spacing: -0.025em;\n        }\n\n        @media (min-width: 768px) {\n            .ds-title { font-size: 3.5rem; }\n        }\n        @media (min-width: 1024px) {\n            .ds-title { font-size: 4rem; }\n        }\n        \n        \/* Grid Principal *\/\n        .ds-grid { \n            display: grid; \n            grid-template-columns: repeat(4, 1fr); \n            gap: 1.5rem; \n            margin-bottom: 1.5rem; \n            width: 100%; \n        }\n\n        @media (min-width: 1024px) {\n            .ds-grid { gap: 2rem; margin-bottom: 2rem; }\n        }\n\n        \/* Cards *\/\n        .ds-card { \n            background-color: #FAFAF8; \n            border-radius: 1.5rem; \n            padding: 2.5rem; \n            display: flex; \n            flex-direction: column; \n            width: 100%; \n            overflow: hidden; \n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n            border: 1px solid #f1f5f9;\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        .ds-card:hover { transform: translateY(-5px); box-shadow: 0 12px 20px -5px rgba(0,0,0,0.1); }\n        \n        .ds-card-dark { \n            background-color: #0f172a; \n            color: #ffffff; \n            grid-column: span 2; \n            justify-content: space-between; \n            text-align: center; \n            align-items: center; \n            border: none;\n        }\n\n        .ds-val-huge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 4.25rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n        .ds-desc-gray { color: #94a3b8; font-size: 1.4rem; margin: 0; }\n        \n        .ds-dark-sub { \n            margin-top: 2.5rem; \n            padding-top: 2rem; \n            border-top: 1px solid #334155; \n            display: grid; \n            grid-template-columns: 1fr 1fr; \n            gap: 2rem; \n            width: 100%; \n            text-align: center; \n        }\n        .ds-dark-sub-label { display: block; color: #94a3b8; margin-bottom: 0.5rem; font-size: 1.25rem; }\n        .ds-dark-sub-val { display: block; color: #f8fafc; font-weight: 600; font-size: 1.55rem; }\n\n        .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n        \n        .ds-val-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.75rem; font-weight: 800; color: #3b82f6; margin: 1rem 0 0.5rem 0; line-height: 1; }\n        .ds-val-black { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.75rem; font-weight: 800; color: #0f172a; margin: 1rem 0 0.5rem 0; line-height: 1; }\n        .ds-label-brand { color: #3b82f6; font-weight: 600; font-size: 1.4rem; margin: 0; }\n        .ds-label-gray { color: #475569; font-weight: 600; font-size: 1.4rem; margin: 0; }\n        \n        .ds-footer-line-brand { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.3rem; color: #0f172a; line-height: 1.5; }\n        .ds-footer-line-gray { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.3rem; color: #0f172a; line-height: 1.5; }\n\n        \/* Seção de Texto *\/\n        .ds-text-card {\n            background-color: #FAFAF8;\n            border-radius: 1.5rem;\n            padding: 3rem;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n            border: 1px solid #f1f5f9;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            align-self: stretch;\n            height: 100%;\n        }\n        .ds-text-card-transparent {\n            background-color: transparent;\n            padding: 0 1rem;\n            margin-bottom: 3.5rem;\n            border: none;\n            box-shadow: none;\n            max-width: 65rem;\n            margin-left: auto;\n            margin-right: auto;\n            text-align: center;\n        }\n        .ds-subtitle {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 2rem;\n            font-weight: 800;\n            color: #0f172a;\n            margin-top: 0;\n            margin-bottom: 1.5rem;\n            line-height: 1.25;\n        }\n        .ds-paragraph {\n            color: #475569;\n            font-size: 1.3rem;\n            line-height: 1.75;\n            margin-bottom: 1.75rem;\n        }\n        .ds-paragraph:last-child { margin-bottom: 0; }\n        .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n\n        .ds-grid-2-col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1.5rem;\n            margin-bottom: 1.5rem;\n            width: 100%;\n            align-items: stretch;\n        }\n        @media (min-width: 1024px) {\n            .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; }\n        }\n        \/* Empilha em tablets e celulares para melhor leitura *\/\n        @media (max-width: 1024px) {\n            .ds-grid-2-col { grid-template-columns: 1fr; }\n        }\n\n        \/* Lista Detalhada *\/\n        .ds-card-full { \n            background-color: #FAFAF8; \n            border: 1px solid #f1f5f9; \n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n            display: grid; \n            grid-template-columns: repeat(3, 1fr); \n            padding: 3.5rem; \n            border-radius: 1.5rem; \n            gap: 3rem; \n            width: 100%; \n        }\n        \n        .ds-col { display: flex; flex-direction: column; width: 100%; }\n        .ds-col-mid { border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding-left: 3rem; padding-right: 3rem; }\n        \n        .ds-col-title { \n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-weight: 800; \n            color: #0f172a; \n            margin: 0 0 2rem 0; \n            padding-bottom: 1rem; \n            border-bottom: 2px solid #3b82f6; \n            display: flex; \n            align-items: center; \n            gap: 0.75rem; \n            font-size: 1.65rem; \n        }\n        \n        .ds-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n        .ds-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.4rem; font-size: 1.3rem; padding-bottom: 1.4rem; border-bottom: 1px dashed #e2e8f0; gap: 1rem; color: #475569; line-height: 1.5; }\n        .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n        .ds-list-key { color: #475569; flex-shrink: 0; }\n        .ds-list-val { font-weight: 600; color: #0f172a; text-align: right; }\n\n        .ds-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n        \/* Responsividade *\/\n        @media (max-width: 1200px) {\n            .ds-grid { grid-template-columns: repeat(2, 1fr); }\n            .ds-card-dark { grid-column: span 2; }\n            .ds-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n            .ds-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n            .ds-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; }\n            .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n        }\n\n        @media (max-width: 768px) {\n            .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n            .ds-card-dark { grid-column: span 1; padding: 2.5rem 1.5rem; }\n            .ds-card { padding: 2rem 1.5rem; }\n            .ds-text-card { padding: 2.25rem 1.75rem; }\n            .ds-subtitle { font-size: 1.85rem; }\n            .ds-paragraph { font-size: 1.25rem; line-height: 1.8; }\n            .ds-val-huge { font-size: 3.75rem; }\n            .ds-val-brand, .ds-val-black { font-size: 3rem; }\n            .ds-desc-gray { font-size: 1.35rem; }\n            .ds-dark-sub { grid-template-columns: 1fr; gap: 1.5rem; }\n            .ds-dark-sub-label { font-size: 1.2rem; }\n            .ds-dark-sub-val { font-size: 1.5rem; }\n            .ds-label-brand, .ds-label-gray { font-size: 1.35rem; }\n            .ds-footer-line-brand, .ds-footer-line-gray { font-size: 1.25rem; }\n            .ds-card-full { padding: 1.75rem; }\n            .ds-col-title { font-size: 1.55rem; }\n            .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.4rem; font-size: 1.25rem; padding-bottom: 1.25rem; margin-bottom: 1.25rem; }\n            .ds-list-val { text-align: left; font-size: 1.3rem; }\n            .ds-tag { font-size: 1.2rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ds-section-wrapper ds-full-bleed\"\u003e\n\u003cdiv style=\"max-width: 1200px; width: 100%; margin: 0 auto;\"\u003e\n\u003cdiv class=\"ds-header\"\u003e\n\u003cspan class=\"ds-tag\"\u003eLinha Transferência Dellamed\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eGuincho Hidráulico D5000\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- INTRODUÇÃO --\u003e\n\u003cdiv class=\"ds-text-card-transparent\"\u003e\u003cp class=\"ds-paragraph\" style=\"font-size: 1.55rem; color: #0f172a; font-weight: 500; line-height: 1.55;\"\u003eA solução completa para transferências seguras de pessoas acamadas, agora com o \u003cstrong\u003ecesto (sling) já incluso\u003c\/strong\u003e. Suporta até 180kg, funciona sem energia elétrica e protege a coluna do cuidador em cada movimentação entre cama, cadeira e banheiro.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"ds-grid\"\u003e\n\u003c!-- Card Capacidade --\u003e\n\u003cdiv class=\"ds-card ds-card-dark\"\u003e\n\u003cdiv\u003e\n\u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-huge\"\u003e180kg\u003c\/h3\u003e\n\u003cp class=\"ds-desc-gray\"\u003eCapacidade de Elevação\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eElevação\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003e60 a 170 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eEstrutura\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eAço Reforçado\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Sling Incluso --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n                    \u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\n                    \u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-brand\"\u003eSling\u003c\/h3\u003e\n\u003cp class=\"ds-label-brand\"\u003eCesto Já Incluso\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-brand\"\u003eKit \u003cstrong\u003epronto para uso\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Sem Energia --\u003e\n\u003cdiv class=\"ds-card ds-card-center\"\u003e\n\u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpolyline points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polyline\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003e0\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003eDependência de Energia\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003eHidráulico \u003cstrong\u003emanual\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIÇÃO EM 2 COLUNAS --\u003e\n\u003cdiv class=\"ds-grid-2-col\"\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eProteja a Coluna de Quem Cuida\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eTransferir uma pessoa acamada de 70, 90 ou 120 kg várias vezes ao dia é uma das principais causas de \u003cstrong\u003elesões na coluna lombar\u003c\/strong\u003e entre cuidadores familiares e profissionais. O Guincho D5000 elimina esse risco: a \u003cstrong\u003ebomba hidráulica manual\u003c\/strong\u003e faz todo o trabalho de elevação com pequenos movimentos de alavanca.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eA \u003cstrong\u003eválvula de descida controlada\u003c\/strong\u003e garante movimento suave e previsível, evitando solavancos que assustam o paciente. A \u003cstrong\u003ebase com abertura regulável\u003c\/strong\u003e permite contornar poltronas, sofás e cadeiras, e os \u003cstrong\u003erodízios com freio\u003c\/strong\u003e travam o equipamento no momento crítico da transferência.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eKit Completo: Guincho + Sling Inclusos\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eA grande novidade é que o \u003cstrong\u003ecesto de transferência (sling) agora acompanha o guincho\u003c\/strong\u003e. Você recebe o equipamento \u003cstrong\u003e100% pronto para uso\u003c\/strong\u003e, sem precisar adquirir o sling separadamente ou descobrir na hora errada que falta uma peça essencial para começar a usar.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eComo o acionamento é totalmente \u003cstrong\u003ehidráulico manual\u003c\/strong\u003e, o D5000 dispensa tomadas, baterias e carregadores: funciona em qualquer cômodo, durante quedas de energia e em locais sem instalação elétrica próxima. Estrutura em aço reforçado com gancho de trava de segurança garantem durabilidade no uso diário em home care ou clínicas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LISTA DETALHADA EM 3 COLUNAS --\u003e\n\u003cdiv class=\"ds-card-full\"\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Vantagens\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eSling\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIncluso no Kit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAcionamento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eHidráulico Manual\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCapacidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAté 180 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eBase\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAbertura Regulável\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eDescida\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eControlada e Suave\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodízios\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCom Freio Individual\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col ds-col-mid\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003cline x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Dados Técnicos\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMarca \/ Modelo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDellamed \/ D5000\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCapacidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAté 180 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura de Elevação\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e60 a 170 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAbertura da Base\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e55 a 95 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eComprimento Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e115 a 125 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso do Equipamento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e35 a 45 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodízios\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e3\" a 5\" com Trava\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-col\"\u003e\n\u003ch4 class=\"ds-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Garantia\u003c\/h4\u003e\n\u003cp style=\"color: #475569; font-size: 1.15rem; margin-top: -1rem; margin-bottom: 1rem; line-height: 1.5;\"\u003eQualidade garantida Dellamed:\u003c\/p\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEstrutura\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e12 meses\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eBomba Hidráulica\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e06 meses\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodízios e Freios\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e06 meses\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eSling Incluso\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e03 meses\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAtendimento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSeg a Sex 8h-18h\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCobertura\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDefeitos de Fabricação\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":44128505135300,"sku":"21840","price":2777.67,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/10_8231232e-b2d9-43aa-9fdf-9f71e4eb132f.png?v=1756315259"},{"product_id":"cadeira-de-banho-higienica-dobravel-em-aco-d40-120-kg-dellamed","title":"Cadeira de Banho Dobrável em Aço até 120kg D40 Dellamed","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Dellamed\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eCadeira de Banho Dobrável em Aço até 120 kg \u003cspan style=\"color: #2563eb;\"\u003eD40 Dellamed\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eSolução multifuncional para banho, sobre o vaso sanitário e com suporte para comadre, com estrutura dobrável em aço carbono. Prática, versátil e resistente — ideal para quem busca conforto e higiene com segurança.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e Comprar Agora \u003c\/a\u003e \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Tenho+d%C3%BAvidas+sobre+a+Cadeira+D40+Dellamed.\u0026amp;type=phone_number\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Seção 1: O que é? --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Cadeira D40 Dellamed\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eCadeira dobrável em aço carbono, prática e resistente, indicada para banho, sobre o vaso sanitário e com suporte para comadre — ideal para quem busca higiene com conforto e mobilidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Cards: Para que serve? Quem pode usar? (usar 6 cards total ok, mas base 2) --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n\u003c!-- Card - Para que serve? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eFacilita o banho, uso sanitário e higiene com práticas de manobra em espaços reduzidos, graças ao giro de 360° sobre o próprio eixo.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eUso 3 em 1 e mobilidade total\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card - Quem pode usar? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eAdultos e idosos com mobilidade reduzida que buscam autonomia, conforto e segurança durante a higiene diária.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eMobilidade reduzida, busca de autonomia\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Seção Benefícios (6 cards) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios Incomparáveis da Cadeira D40\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eConheça os principais diferenciais que tornam a D40 uma escolha segura, prática e durável.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eGiro 360° Fácil\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePermite manobras simples em banheiros compactos, com total mobilidade sobre o próprio eixo.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstrutura Robusta\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAço carbono com pintura epóxi resistente à umidade para durabilidade e segurança.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eUso Higiênico 3 em 1\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eVersátil para banho, uso no vaso sanitário e comadre — tudo na mesma cadeira.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Card 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eApoios Ergonômicos\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eBraços fixos ergonômicos, encosto em courino\/nylon e pés removíveis para conforto e praticidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Card 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eRodízios com Trava\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eQuatro rodas giratórias de 360° com travas nas dianteiras garantem estabilidade e controle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Card 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eDobrável \u0026amp; Compacta\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFácil de montar, desmontar e armazenar. Ideal para ambientes com espaço reduzido.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Seção 3: O Que Torna Única --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a Cadeira D40 Dellamed Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombinação exclusiva de robustez, mobilidade e multifuncionalidade em uma solução compacta e resistente.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px,1fr)); gap: 2rem;\"\u003e\n\u003c!-- Item 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eGiro 360° Único\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003ePermite manobras em espaços pequenos com total controle — diferencial essencial para banheiros compactos.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eMobilidade superior em espaço reduzido\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Item 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eEstrutura Aço Carbono\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eConstrução com pintura epóxi resistente à umidade, garantindo durabilidade e segurança prolongadas.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eRobusta e resistente à umidade\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Item 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003e3 em 1\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eSuporta banho, uso no vaso sanitário e uso com comadre — sem trocar de cadeira.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eMáxima versatilidade\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Item 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eCompacta \u0026amp; Dobrável\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eFácil de montar e desmontar, economizando espaço e facilitando o transporte.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eArmazenamento prático\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Item 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRodízios com Trava\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eRodas giratórias com travas frontais proporcionam estabilidade e segurança durante o uso.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eSegurança reforçada\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Item 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eMontagem Simples\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eDesign otimizado para montagem rápida e fácil, com sistema de engate rápido (“pino click”).\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003ePronto para usar em minutos\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica e Tabela de Medidas --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 2rem;\"\u003eFicha Técnica \u0026amp; Tabela de Medidas\u003c\/h2\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 1.25rem; color: #333;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #f3f4f6;\"\u003e\n\u003cth style=\"padding: 1rem; border: 1px solid #ddd;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"padding: 1rem; border: 1px solid #ddd;\"\u003eMedida \/ Detalhe\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eCapacidade de Peso\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e120 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003ePeso do Produto\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e6,15 kg (líquido) \/ ~7 kg (com embalagem)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eDimensões Abertas (AxLxC)\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e90,5 x 53,5 x 66 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eDimensões Dobrada\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e90,5 x 53,5 x 18 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eAssento (Larg x Prof)\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e38 cm x 44 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eAltura do Assento\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e45–50 cm (variável conforme modelo)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eLargura Interna do Assento\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e44 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eRegistro ANVISA\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e80795950009\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003eGarantia\u003c\/td\u003e\n\u003ctd style=\"padding: 0.75rem; border: 1px solid #ddd;\"\u003e6 meses na estrutura; 3 meses em acessórios\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Seção CTA e FAQ resumida --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: 2.75rem; font-weight: bold; margin-bottom: 1.5rem; color: #333;\"\u003eAinda tem dúvidas\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333; max-width: 800px; margin: 0 auto 2rem; line-height: 1.6;\"\u003eNosso atendimento está disponível de segunda à sexta, das 08 às 18h — fale conosco e garanta uma compra segura e informada.\u003c\/p\u003e\n\u003ca style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+mais+sobre+a+Cadeira+D40+Dellamed.\u0026amp;type=phone_number\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":44128505495748,"sku":"20615","price":239.89,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Cadeira_de_Banho_Higienica_Dobravel_em_Aco_D40_120_kg_-_Dellamed.jpg?v=1741794381"},{"product_id":"cadeira-de-rodas-p-piscina-e-praia-ipanema-ortobras","title":"Cadeira de Rodas Anfíbia Ipanema para Piscina e Praia Ortobras","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section (AZUL) --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Ortobras\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eCadeira de Rodas p\/ Piscina e Praia \u003cspan style=\"color: #2563eb;\"\u003eIpanema\u003c\/span\u003e – Ortobras\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEstrutura em \u003cstrong\u003eliga de alumínio aeronáutico temperado\u003c\/strong\u003e com \u003cstrong\u003epintura epóxi\u003c\/strong\u003e, fixadores em \u003cstrong\u003eaço inox\u003c\/strong\u003e e eixo de alumínio \u003cstrong\u003eanodizado\u003c\/strong\u003e. Equipada com \u003cstrong\u003erodas balão 16”×8” infláveis\u003c\/strong\u003e para areia, \u003cstrong\u003eencosto reclinável em 4 posições\u003c\/strong\u003e, \u003cstrong\u003eapoio de braços escamoteáveis\u003c\/strong\u003e e \u003cstrong\u003edescanso de pernas removível\u003c\/strong\u003e. Peso aproximado de \u003cstrong\u003e19 kg\u003c\/strong\u003e e capacidade para até \u003cstrong\u003e110 kg\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e Comprar Agora \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+para+Piscina+e+Praia+Ipanema+%E2%80%93+Ortobras.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eRodas balão 16”×8” para areia\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eEncosto reclinável (4 posições)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eCapacidade até 110 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Ipanema\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eIpanema\u003c\/strong\u003e é uma cadeira de rodas \u003cstrong\u003eanfíbia\u003c\/strong\u003e desenvolvida para \u003cstrong\u003epraia e piscina\u003c\/strong\u003e. Construída para resistir à umidade e à maresia, oferece \u003cstrong\u003econforto e segurança\u003c\/strong\u003e em áreas arenosas e molhadas, com assento emborrachado e componentes anticorrosivos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- Para que serve? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eFacilita o acesso e o deslocamento \u003cstrong\u003ena areia\u003c\/strong\u003e e em áreas \u003cstrong\u003eúmidas\u003c\/strong\u003e próximas à água, garantindo lazer com conforto e praticidade. Após o uso, recomenda-se \u003cstrong\u003eenxaguar com água doce\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eMovimenta na areia sem atolar\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003ePessoas com mobilidade reduzida que buscam \u003cstrong\u003eaproveitar praia e piscina\u003c\/strong\u003e com apoio do cuidador, dentro do \u003cstrong\u003elimite de 110 kg\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eComponentes anticorrosivos e seguros\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e uso acompanhado é recomendado. Verifique medidas do usuário e condições do local.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\" id=\"beneficios\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eMobilidade confortável na areia e em áreas molhadas, com fácil limpeza e manutenção.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eRodas balão 16”×8”\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333;\"\u003ePerfil largo que \u003cstrong\u003enão atola na areia\u003c\/strong\u003e e facilita a rodagem.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eConforto em áreas úmidas\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333;\"\u003eAssento\/encosto emborrachados e \u003cstrong\u003eencosto reclinável\u003c\/strong\u003e em 4 ângulos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eResistência à corrosão\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333;\"\u003eAlumínio com pintura epóxi, \u003cstrong\u003einox\u003c\/strong\u003e e eixo \u003cstrong\u003eanodizado\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eTransferências fáceis\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333;\"\u003eApoio de braços \u003cstrong\u003eescamoteáveis\u003c\/strong\u003e e descanso de pernas removível.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFácil higienização\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333;\"\u003eMateriais que permitem \u003cstrong\u003elavagem e secagem rápidas\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstrutura desmontável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem; color: #333;\"\u003eEixos desmontáveis para facilitar transporte e guarda.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna X Único? (6 itens) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a Ipanema Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eProjeto anfíbio com foco em conforto, resistência e usabilidade na areia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRodas balão 16”×8”\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003ePerfil largo que distribui o peso e reduz o atolamento.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eRodagem suave na areia\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eEncosto 4 posições\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eÂngulos de ajuste: \u003cstrong\u003e95° \/ 115° \/ 135° \/ 155°\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eConforto personalizado\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eConstrução anticorrosiva\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAlumínio com epóxi, \u003cstrong\u003eparafusos inox\u003c\/strong\u003e e eixo \u003cstrong\u003eanodizado\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eIdeal para maresia\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eBraços escamoteáveis\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eFacilitam transferências laterais com mais autonomia.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eAcessibilidade no uso\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eMedidas otimizadas\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLargura total ~\u003cstrong\u003e70 cm\u003c\/strong\u003e para melhor passagem.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eMais controle em trajetos\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eEstrutura leve\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003ePeso aproximado de \u003cstrong\u003e19 kg\u003c\/strong\u003e com alta robustez.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eFácil de conduzir\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações da Cadeira de Rodas p\/ Piscina e Praia Ipanema – Ortobras.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMaterial do quadro\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLiga de alumínio aeronáutico temperado, pintura epóxi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eFixadores e eixos\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eParafusos porcas em \u003cstrong\u003eaço inox\u003c\/strong\u003e e eixo \u003cstrong\u003eanodizado\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso do produto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~ \u003cstrong\u003e19 kg\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade do usuário\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e110 kg\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRodas \/ Pneus\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDianteira e traseiras 16”×8” \u003cstrong\u003einfláveis (balão)\u003c\/strong\u003e; aro de nylon\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c!-- ✅ NOVA LINHA: Calibragem do pneu --\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCalibragem dos pneus\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003e7 libras\u003c\/strong\u003e (7 PSI no calibrador do posto)\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento e encosto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEstofamento \u003cstrong\u003eemborrachado\u003c\/strong\u003e para áreas molhadas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEncosto reclinável\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e4 posições: 95° \/ 115° \/ 135° \/ 155°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBraços \u003cstrong\u003eescamoteáveis\u003c\/strong\u003e; descanso de pernas \u003cstrong\u003eremovível\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEixos\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDianteiro e traseiro \u003cstrong\u003edesmontáveis\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMedidas do assento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura \u003cstrong\u003e42 cm\u003c\/strong\u003e × Profundidade \u003cstrong\u003e50 cm\u003c\/strong\u003e × Altura do encosto \u003cstrong\u003e46 cm\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento ao piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDianteira ~ \u003cstrong\u003e50 cm\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~ \u003cstrong\u003e70 cm\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAzul marinho\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Medidas (antes do FAQ) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eMedida\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eValor\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eObservações\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura do assento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e42 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eVerifique com a almofada\/vestimenta\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eProfundidade do assento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e50 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eApoio adequado das coxas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do encosto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e46 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSuporte dorsal confortável\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento ao piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~50 cm (dianteira)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar conforme o ajuste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~70 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eConsidere portas e passagens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso suportado\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e110 kg\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eNão exceder o limite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garantia (antes do CTA Final) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com \u003cstrong\u003e12 meses\u003c\/strong\u003e de garantia do fabricante (legal + contratual), conforme termos do manual.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eCobertura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eDefeitos de material, fabricação e montagem.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eCondições\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eVálida com nota fiscal e uso conforme manual de instruções.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eAssistência\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eRede de assistências técnicas autorizadas Ortobras.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eConfira o certificado\/termos para condições completas de garantia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eA Ipanema pode entrar na água\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim, foi projetada para áreas molhadas e bordas de piscina. Utilize com acompanhamento e \u003cstrong\u003eenxágue com água doce\u003c\/strong\u003e após o uso.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eAs rodas atolem na areia\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAs \u003cstrong\u003erodas balão 16”×8”\u003c\/strong\u003e têm perfil largo que minimiza o atolamento e facilita o deslocamento.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual a capacidade de peso\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAté \u003cstrong\u003e110 kg\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eÉ dobrável\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eA estrutura é \u003cstrong\u003edesmontável\u003c\/strong\u003e, com eixos e descanso de pernas removíveis para facilitar transporte e armazenamento.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\" id=\"comprar\"\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n\u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e Comprar Agora \u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+para+Piscina+e+Praia+Ipanema+%E2%80%93+Ortobras.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan\u003eFalar com Atendente\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Responsividade geral --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"]   { font-size: 1.5rem !important; }\n\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n\n    div[style*=\"min-width: 280px\"] { min-width: 160px !important; padding: 1.5rem 1rem !important; }\n    div[style*=\"min-width: 280px\"] h4 { font-size: 1.125rem !important; }\n    div[style*=\"min-width: 280px\"] p  { font-size: 0.875rem !important; }\n\n    div[style*=\"width: 5rem; height: 5rem\"] { width: 3.5rem !important; height: 3.5rem !important; font-size: 1.5rem !important; }\n  }\n\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n\n    div[style*=\"min-width: 280px\"] { min-width: 140px !important; padding: 1rem 0.75rem !important; }\n    div[style*=\"min-width: 280px\"] h4 { font-size: 1rem !important; }\n    div[style*=\"min-width: 280px\"] p  { font-size: 0.75rem !important; }\n  }\n\u003c\/style\u003e\n","brand":"Ortobras","offers":[{"title":"Default Title","offer_id":44128530890948,"sku":"18941","price":5844.13,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/0002_IPANEMA.jpg?v=1742319897"},{"product_id":"cadeira-de-banho-h3-reclinavel-46cm-ortobras","title":"Cadeira de Banho H3 Reclinável 46cm Ortobras","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #0f172a;\"\u003e\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n      \u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\n        \u003cstrong\u003eProduto Original Ortobras\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ch1 style=\"font-size: 4.25rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #0f172a;\"\u003e\n        Cadeira de Banho \u003cspan style=\"color: #2563eb;\"\u003eH3 Reclinável\u003c\/span\u003e 46 cm – Ortobras\n      \u003c\/h1\u003e\n      \u003cp style=\"font-size: 1.75rem; color: #0f172a; margin-bottom: 3rem;\"\u003e\n        Cadeira em \u003cstrong\u003ealumínio\u003c\/strong\u003e com \u003cstrong\u003ebasculação até 45°\u003c\/strong\u003e, \u003cstrong\u003eencosto rebatível\u003c\/strong\u003e, \u003cstrong\u003eassento PU com abertura frontal\u003c\/strong\u003e e \u003cstrong\u003erodas 6” maciças\u003c\/strong\u003e (dianteiras e traseiras). Capacidade: \u003cstrong\u003eaté 120 kg\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e\n        \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\" target=\"_blank\" rel=\"noopener\"\u003eFalar com Atendente\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #0f172a; font-size: 1.5rem;\"\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n           \u003cspan style=\"font-weight: bold;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n           \u003cspan style=\"font-weight: bold;\"\u003eBasculação até 45°\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n           \u003cspan style=\"font-weight: bold;\"\u003eCasa Médica +40 anos no mercado\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O que é --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a;\"\u003eO que é a Cadeira de Banho Ortobras H3\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.5rem; color: #0f172a; max-width: 900px; margin: 0 auto;\"\u003e\n          Cadeira higiênica \u003cstrong\u003ereclinável\/tilt\u003c\/strong\u003e com quadro \u003cstrong\u003emonobloco\u003c\/strong\u003e em alumínio, \u003cstrong\u003eassento 46 × 40 cm\u003c\/strong\u003e, \u003cstrong\u003ealtura do assento ~50 cm\u003c\/strong\u003e, \u003cstrong\u003eencosto 40 cm\u003c\/strong\u003e e \u003cstrong\u003elargura total ~62 cm\u003c\/strong\u003e. Ideal para banho e uso sobre o vaso.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Para que serve \/ Quem pode usar (exceção) --\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n        \u003c!-- Para que serve --\u003e\n        \u003cdiv style=\"background: #fff; border-radius: 0.75rem; box-shadow: 0 10px 25px rgba(0,0,0,0.08); overflow: hidden;\"\u003e\n          \u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2.25rem;\"\u003e\n            \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n            \u003cp style=\"font-size: 1.375rem; color: #475569; line-height: 1.7; margin-bottom: 1rem;\"\u003e\n              Garantir \u003cstrong\u003esegurança\u003c\/strong\u003e e \u003cstrong\u003econforto postural\u003c\/strong\u003e na higiene: o \u003cstrong\u003etilt até 45°\u003c\/strong\u003e ajuda em banhos prolongados, lavagem de cabelo e na redução de pressão em pontos sensíveis.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.25rem;\"\u003e\n               \u003cspan\u003eUso no chuveiro e sobre o vaso\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Quem pode usar --\u003e\n        \u003cdiv style=\"background: #fff; border-radius: 0.75rem; box-shadow: 0 10px 25px rgba(0,0,0,0.08); overflow: hidden;\"\u003e\n          \u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2.25rem;\"\u003e\n            \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n            \u003cp style=\"font-size: 1.375rem; color: #475569; line-height: 1.7; margin-bottom: 1rem;\"\u003e\n              Idosos e pessoas com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e ou que necessitam de \u003cstrong\u003eajuste de inclinação\u003c\/strong\u003e para conforto e segurança durante o banho.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.25rem;\"\u003e\n              \u003cspan\u003e??\u003c\/span\u003e \u003cspan\u003eUso domiciliar e clínico\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Benefícios (6 cards) --\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 2.5rem;\"\u003e\n        \u003ch3 style=\"font-size: 2.5rem; font-weight: bold; margin-bottom: 0.75rem; color: #0f172a;\"\u003eBenefícios que fazem diferença\u003c\/h3\u003e\n        \u003cp style=\"font-size: 1.375rem; color: #0f172a; max-width: 780px; margin: 0 auto;\"\u003eConforto postural, segurança e limpeza facilitada.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem; margin-bottom: 4rem;\"\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:1rem; box-shadow:0 8px 20px rgba(0,0,0,0.06); text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem; height:4rem; margin:0 auto 1rem; background:#eff6ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.5rem; font-weight:700; margin-bottom:0.5rem;\"\u003eTilt até 45°\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.25rem;\"\u003eInclinação que melhora conforto e posicionamento.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:1rem; box-shadow:0 8px 20px rgba(0,0,0,0.06); text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem; height:4rem; margin:0 auto 1rem; background:#eff6ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.5rem; font-weight:700; margin-bottom:0.5rem;\"\u003eAssento PU com abertura\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.25rem;\"\u003ePU injetado com abertura frontal para higiene.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:1rem; box-shadow:0 8px 20px rgba(0,0,0,0.06); text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem; height:4rem; margin:0 auto 1rem; background:#eff6ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.5rem; font-weight:700; margin-bottom:0.5rem;\"\u003eRodas 6” maciças\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.25rem;\"\u003eDianteiras 6” fixas e traseiras 6” giratórias.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:1rem; box-shadow:0 8px 20px rgba(0,0,0,0.06); text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem; height:4rem; margin:0 auto 1rem; background:#eff6ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.5rem; font-weight:700; margin-bottom:0.5rem;\"\u003eEstrutura em alumínio\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.25rem;\"\u003eLeve, resistente à oxidação e fácil de limpar.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:1rem; box-shadow:0 8px 20px rgba(0,0,0,0.06); text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem; height:4rem; margin:0 auto 1rem; background:#eff6ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.5rem; font-weight:700; margin-bottom:0.5rem;\"\u003eApoio de pés regulável\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.25rem;\"\u003eAltura ajustável ~\u003cspan style=\"white-space:nowrap;\"\u003e40–48 cm\u003c\/span\u003e, rebatível\/removível.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:1rem; box-shadow:0 8px 20px rgba(0,0,0,0.06); text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem; height:4rem; margin:0 auto 1rem; background:#eff6ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.5rem; font-weight:700; margin-bottom:0.5rem;\"\u003eAté 120 kg\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.25rem;\"\u003eProjeto robusto com peso do produto ~14 kg.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O Que Torna Única (6 itens) --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 3rem;\"\u003e\n        \u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 0.75rem; color: #0f172a;\"\u003eO Que Torna a Ortobras H3 Única\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 2rem;\"\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:0.75rem; box-shadow:0 4px 20px rgba(0,0,0,0.08); border-left:4px solid #2563eb;\"\u003e\n          \u003ch3 style=\"font-size:1.5rem; font-weight:700; margin:0 0 0.5rem;\"\u003eQuadro monobloco em alumínio\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.2rem; color:#475569;\"\u003eLeveza e resistência em ambiente úmido.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:0.75rem; box-shadow:0 4px 20px rgba(0,0,0,0.08); border-left:4px solid #1d4ed8;\"\u003e\n          \u003ch3 style=\"font-size:1.5rem; font-weight:700; margin:0 0 0.5rem;\"\u003eAssento 46 × 40 cm\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.2rem; color:#475569;\"\u003ePU injetado com abertura frontal para higiene.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:0.75rem; box-shadow:0 4px 20px rgba(0,0,0,0.08); border-left:4px solid #3b82f6;\"\u003e\n          \u003ch3 style=\"font-size:1.5rem; font-weight:700; margin:0 0 0.5rem;\"\u003eTilt até 45°\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.2rem; color:#475569;\"\u003eBasculação auxilia no conforto e na postura.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:0.75rem; box-shadow:0 4px 20px rgba(0,0,0,0.08); border-left:4px solid #0ea5e9;\"\u003e\n          \u003ch3 style=\"font-size:1.5rem; font-weight:700; margin:0 0 0.5rem;\"\u003eRodas 6” maciças\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.2rem; color:#475569;\"\u003eDianteiras fixas • Traseiras giratórias com eixo removível.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:0.75rem; box-shadow:0 4px 20px rgba(0,0,0,0.08); border-left:4px solid #60a5fa;\"\u003e\n          \u003ch3 style=\"font-size:1.5rem; font-weight:700; margin:0 0 0.5rem;\"\u003eEncosto rebatível\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.2rem; color:#475569;\"\u003eFacilita transporte e armazenamento.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:2rem; border-radius:0.75rem; box-shadow:0 4px 20px rgba(0,0,0,0.08); border-left:4px solid #38bdf8;\"\u003e\n          \u003ch3 style=\"font-size:1.5rem; font-weight:700; margin:0 0 0.5rem;\"\u003eApoios ajustáveis\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.2rem; color:#475569;\"\u003eApoio de pés ~40–48 cm e braços rebatíveis.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Ficha Técnica --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center; margin-bottom: 2rem;\"\u003e\n        \u003ch2 style=\"font-size: 3rem; font-weight: bold; color:#0f172a;\"\u003eFicha Técnica\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.25rem; color:#475569;\"\u003eEspecificações principais do produto.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow-x:auto;\"\u003e\n        \u003ctable style=\"width:100%; border-collapse:collapse; background:#fff; border-radius:0.75rem; overflow:hidden; box-shadow:0 10px 25px rgba(0,0,0,0.08);\"\u003e\n          \u003cthead\u003e\n            \u003ctr style=\"background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); color:#fff;\"\u003e\n              \u003cth style=\"padding:1.25rem; text-align:left; font-size:1.375rem;\"\u003eItem\u003c\/th\u003e\n              \u003cth style=\"padding:1.25rem; text-align:left; font-size:1.375rem;\"\u003eDetalhe\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eCapacidade\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003e\u003cstrong\u003e120 kg\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background:#f8fafc; border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003ePeso do produto\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003e~\u003cstrong\u003e14 kg\u003c\/strong\u003e\n\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eMaterial\/Quadro\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003e\n\u003cstrong\u003eAlumínio\u003c\/strong\u003e • \u003cstrong\u003eMonobloco\u003c\/strong\u003e\n\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background:#f8fafc; border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eAssento\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003e\n\u003cstrong\u003ePU injetado\u003c\/strong\u003e 46 × 40 cm, abertura frontal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eAlturas\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003eAssento ao piso (frente) ~\u003cstrong\u003e50 cm\u003c\/strong\u003e • Encosto \u003cstrong\u003e40 cm\u003c\/strong\u003e\n\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background:#f8fafc; border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eLargura total\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003e~\u003cstrong\u003e62 cm\u003c\/strong\u003e (varia conforme rodas\/acessórios)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eRodas\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003e\n\u003cstrong\u003eDianteiras 6”\u003c\/strong\u003e maciças (fixas) • \u003cstrong\u003eTraseiras 6”\u003c\/strong\u003e maciças (giratórias c\/ eixo removível)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background:#f8fafc; border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eBasculação (tilt)\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003eAté \u003cstrong\u003e45°\u003c\/strong\u003e\n\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding:1rem; font-weight:600;\"\u003eApoios\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;\"\u003e\n\u003cstrong\u003eEncosto rebatível\u003c\/strong\u003e • \u003cstrong\u003eBraços rebatíveis\u003c\/strong\u003e • \u003cstrong\u003ePés reguláveis\u003c\/strong\u003e ~40–48 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"margin-top:1rem; font-size:1rem; color:#64748b;\"\u003e* Especificações conforme fontes Ortobras e revendedores; pode haver variação de capacidade (100–120 kg) conforme lote\/configuração.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tabela de Medidas (6 cards) --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n        \u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #0f172a;\"\u003eTabela de Medidas\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.25rem; color:#475569;\"\u003eConfira se a cadeira se adequa ao usuário e ao espaço do box\/banheiro.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap:1.5rem;\"\u003e\n        \u003cdiv style=\"background:#fff; padding:1.5rem; border-radius:0.75rem; box-shadow:0 6px 18px rgba(0,0,0,0.06);\"\u003e\n          \u003cdiv style=\"font-size:1.125rem; color:#1e40af; font-weight:700; margin-bottom:0.25rem;\"\u003eA — Largura do assento\u003c\/div\u003e\n          \u003cdiv style=\"font-size:1.5rem; font-weight:800;\"\u003e46 cm\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:1.5rem; border-radius:0.75rem; box-shadow:0 6px 18px rgba(0,0,0,0.06);\"\u003e\n          \u003cdiv style=\"font-size:1.125rem; color:#1e40af; font-weight:700; margin-bottom:0.25rem;\"\u003eB — Profundidade do assento\u003c\/div\u003e\n          \u003cdiv style=\"font-size:1.5rem; font-weight:800;\"\u003e40 cm\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:1.5rem; border-radius:0.75rem; box-shadow:0 6px 18px rgba(0,0,0,0.06);\"\u003e\n          \u003cdiv style=\"font-size:1.125rem; color:#1e40af; font-weight:700; margin-bottom:0.25rem;\"\u003eC — Altura do assento ao piso\u003c\/div\u003e\n          \u003cdiv style=\"font-size:1.5rem; font-weight:800;\"\u003e? 50 cm\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap:1.5rem; margin-top:1.5rem;\"\u003e\n        \u003cdiv style=\"background:#fff; padding:1.5rem; border-radius:0.75rem; box-shadow:0 6px 18px rgba(0,0,0,0.06);\"\u003e\n          \u003cdiv style=\"font-size:1.125rem; color:#1e40af; font-weight:700; margin-bottom:0.25rem;\"\u003eD — Altura do encosto\u003c\/div\u003e\n          \u003cdiv style=\"font-size:1.5rem; font-weight:800;\"\u003e? 40 cm\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:1.5rem; border-radius:0.75rem; box-shadow:0 6px 18px rgba(0,0,0,0.06);\"\u003e\n          \u003cdiv style=\"font-size:1.125rem; color:#1e40af; font-weight:700; margin-bottom:0.25rem;\"\u003eE — Largura total\u003c\/div\u003e\n          \u003cdiv style=\"font-size:1.5rem; font-weight:800;\"\u003e? 62 cm\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff; padding:1.5rem; border-radius:0.75rem; box-shadow:0 6px 18px rgba(0,0,0,0.06);\"\u003e\n          \u003cdiv style=\"font-size:1.125rem; color:#1e40af; font-weight:700; margin-bottom:0.25rem;\"\u003eF — Peso do produto\u003c\/div\u003e\n          \u003cdiv style=\"font-size:1.5rem; font-weight:800;\"\u003e? 14 kg\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Garantia e Suporte (banner abaixo da tabela de medidas) --\u003e\n      \u003cdiv style=\"margin-top: 2rem; background: linear-gradient(90deg, #0f172a 0%, #1f2937 100%); color: #fff; border-radius: 1rem; padding: 1.25rem 1.5rem; display: flex; align-items: center; gap: 1rem;\"\u003e\n        \u003cdiv style=\"width: 2.75rem; height: 2.75rem; background: #1d4ed8; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem;\"\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv style=\"font-weight: 800; font-size: 1.375rem;\"\u003eGarantia e Suporte\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 1.125rem; color: #cbd5e1;\"\u003eGarantia do fabricante e atendimento especializado Casa Médica para orientar na escolha, montagem e cuidados.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- \/Garantia e Suporte --\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003ch2 style=\"font-size: 3.25rem; font-weight: bold; margin-bottom: 1rem; color: #0f172a; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n      \u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.5rem;\"\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f1f5f9; font-size: 1.375rem;\"\u003eQual o peso suportado\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #0f172a;\"\u003eAté \u003cstrong\u003e120 kg\u003c\/strong\u003e (verifique variações por lote\/configuração).\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f1f5f9; font-size: 1.375rem;\"\u003eA cadeira é autopropulsável\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #0f172a;\"\u003eNão. A H3 utiliza \u003cstrong\u003erodas 6”\u003c\/strong\u003e (frente e trás), com condução por cuidador.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f1f5f9; font-size: 1.375rem;\"\u003eQual o ângulo de inclinação\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #0f172a;\"\u003eBasculação de até \u003cstrong\u003e45°\u003c\/strong\u003e, para conforto e posicionamento.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f1f5f9; font-size: 1.375rem;\"\u003eQuais as medidas principais\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #0f172a;\"\u003eAssento \u003cstrong\u003e46 × 40 cm\u003c\/strong\u003e, altura do assento \u003cstrong\u003e~50 cm\u003c\/strong\u003e, largura total \u003cstrong\u003e~62 cm\u003c\/strong\u003e.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA Section --\u003e\n  \u003cdiv id=\"comprar\" style=\"padding: 6rem 0; background: #ffffff; color: #0f172a; text-align: center;\"\u003e\n    \u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda com dúvidas sobre a Cadeira de Banho Ortobras H3\u003c\/h2\u003e\n      \u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #0f172a; line-height: 1.6;\"\u003eNossa equipe está disponível de \u003cstrong\u003esegunda a sexta, 08h–18h\u003c\/strong\u003e, para ajudar você a escolher com segurança.\u003c\/p\u003e\n      \u003ca style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 700; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\n           \u003cspan\u003eClique aqui e seja atendido já\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n    a[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    table { font-size: 0.875rem !important; }\n    th, td { padding: 0.75rem !important; }\n  }\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n    table { font-size: 0.75rem !important; }\n    th, td { padding: 0.5rem !important; }\n  }\n\u003c\/style\u003e\n","brand":"Ortobras","offers":[{"title":"Default Title","offer_id":44128531775684,"sku":"17702","price":2399.0,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/H1_-_3_A.png?v=1755640598"},{"product_id":"compressa-de-gaze-esteril-7-5-x-7-5-11-fios-c-10-und-cremer","title":"Compressa de Gaze Estéril 7,5x7,5 11 Fios com 10 Und Cremer","description":"\u003cp class=\"MsoNormal\"\u003e\u003cstrong\u003eCompressa de Gaze Estéril 7,5x7,5 11 Fios com 10 Und Cremer\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e\u003cspan style=\"mso-spacerun: yes;\" data-mce-style=\"mso-spacerun: yes;\"\u003e \u003c\/span\u003eA compressa de gaze é um produto médico-hospitalar, caracteriza-se como tecido hidrófilo estéril do tipo tela, de constituição leve, macia e altamente absorvente, apresenta composição isenta de impurezas e substâncias. Além disso, possui dobras laterais para dentro, evitando assim a desfiação, fios soltos ou fiapos.\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003eIndicações:\u003c\/h4\u003e\n\u003cp class=\"MsoNormal\"\u003eA compressa de gaze é indicada para\u003cspan style=\"mso-spacerun: yes;\" data-mce-style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003eintervenções cirúrgicas, absorção de secreções, contenção de hemorragias e proteção de curativos. Dessa forma, as compressas têm como função a realização de curativos para cobertura e proteção de peles lesadas e\/ou feridas, assim como atua na absorção de sangue, líquidos e secreções, podendo também ser utilizada para a assepsia da pele ou mucosas. Podendo ser utilizado em:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eProcedimentos cirúrgicos\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eOdontológicos\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eEnfermagem\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eMédicos\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 class=\"MsoNormal\"\u003eBenefícios do uso da compressa Cremer:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eGazes isentas de impurezas e substâncias que podem contribuir para a contaminação e infecção hospitalar\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eGazes com alto poder absorvente para sangue, líquidos e secreções\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eContém 5 unidades de compressa de gaze prontas para o uso\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eContribui significativamente para contenção de hemorragias\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePossibilita a proteção de curativos e lesões\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eProduto confeccionado em 100% algodão\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eAuxilia na assepsia da pele ou mucosas\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePossui densidade de 11 fios por cm²\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eApresenta tamanho de 7,5 x 7,5 cm\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eConta com 8 camadas e 5 dobras\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eIdeais para curativos leves\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eProduto estéril\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 class=\"MsoNormal\"\u003eModo de Uso\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eRealize a limpeza da pele ou ferida onde a gaze será aplicada\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eApós a limpeza, a pele em volta do ferimento deve estar seca\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eAplique sobre a superfície desejada cobrindo todo o ferimento sem exercer força em sua utilização e sem pressionar sobre a pele ferida\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eFixe a gaze com auxílio do esparadrapo ou fita microporosa para peles mais sensíveis, aplicando-o em suas bordas, sem que entre em contato com pele ferida\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 class=\"MsoNormal\"\u003eContra Indicações\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eEm caso de eventual irritação causada pelo uso da gaze, suspender o uso e procurar auxílio médico imediato\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eNão é recomendado realizar a abertura da compressa de gaze para a sua utilização\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eEm caso de irritação, descontinue o uso do produto e procure auxílio médico\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eNão utilize se a embalagem estiver violada, molhada ou danificada\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eO descarte deve obedecer às normas de lixo hospitalar\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eProibido reprocessar\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eDestruir após o uso\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128542163140,"sku":"9580","price":2.0,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/57b1b2ff4f9f8f432071630cb76b68c6.jpg?v=1725458204"},{"product_id":"esparadrapo-c-capa-10-x-4-5-mt-branco-cremer","title":"Esparadrapo com Capa 10x4,5mt Branco Cremer","description":"\u003ch3\u003e\u003cstrong\u003eEsparadrapo Impermeável CREMER\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cbr\u003eO esparadrapo impermeável CREMER é um produto de alta qualidade composto de tecido 100% algodão com um tratamento especial que facilita o rasgo sem desfiamento. Ele é revestido com uma massa adesiva à base de borracha natural, óxido de zinco e resina, oferecendo excelente fixação, flexibilidade, resistência e impermeabilidade.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePara Que Serve:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eO esparadrapo impermeável CREMER é indicado para:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFixação de curativos\u003c\/li\u003e\n\u003cli\u003eFixação de sondas e drenos\u003c\/li\u003e\n\u003cli\u003eFixação de cateteres e dispositivos de infusão intravenosa\u003c\/li\u003e\n\u003cli\u003eAplicação em bandagens janelas em aparelhos gessados\u003c\/li\u003e\n\u003cli\u003eFixação em aparelhos extensores ortopédicos (tração cutânea)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDiferenciais e Benefícios:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFacilidade de Rasgo\u003c\/strong\u003e: Recebe um tratamento especial que permite rasgar sem desfiar.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBordas Serrilhadas\u003c\/strong\u003e: Facilita o corte orientado em ambos os sentidos.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTamanho\u003c\/strong\u003e: 10 cm x 4,5 m.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIsento de Látex\u003c\/strong\u003e: Ideal para pessoas com alergia ao látex.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCor\u003c\/strong\u003e: Branco.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImpermeabilidade\u003c\/strong\u003e: Resistente à água e umidade.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComposição\u003c\/strong\u003e: Tecido 100% algodão para maior conforto e aderência.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eItens Inclusos:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e01 Esparadrapo impermeável branco 10 cm x 4,5 m CREMER.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128542752964,"sku":"6124","price":23.89,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/c829b44ad36ac619f48dbdedf10f8604.jpg?v=1725458212"},{"product_id":"micropore-c-capa-2-5cm-x-10m-branca-cremer","title":"Micropore 2,5cm x 10m Branca com Capa Cremer","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128542916804,"sku":"16122","price":8.77,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/2fb3bf25e1fdb81567c3e492b1156a27.jpg?v=1725458217"},{"product_id":"algodao-hidrofilo-delicato-500g-cremer","title":"Algodão Hidrófilo Delicato 500g Rolo Cremer","description":"\u003ch2\u003eAlgodão Hidrófilo Delicato 500g Cremer\u003c\/h2\u003e\n\u003cp\u003eAlgodão Hidrófilo Delicato 500g Rolo Cremer é um produto essencial para a higienização e assepsia da pele. Embora seja amplamente utilizado na odontologia, também é recomendado para uso doméstico, incluindo remoção de maquiagem e higiene do bebê. No entanto, não é indicado para limpeza de ferimentos em geral.\u003c\/p\u003e\n\u003ch4\u003eFicha técnica do produto:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eNão estéril\u003c\/li\u003e\n\u003cli\u003eFeito com 100% de algodão puro, proporcionando uma textura macia e alta capacidade de absorção\u003c\/li\u003e\n\u003cli\u003eCor: Branco\u003c\/li\u003e\n\u003cli\u003eDermatologicamente testado para garantir sua segurança e suavidade para a pele\u003c\/li\u003e\n\u003cli\u003eEmbalagem contendo um rolo com 500g de algodão\u003c\/li\u003e\n\u003cli\u003ePossui registro Anvisa: 10071150056\u003c\/li\u003e\n\u003cli\u003eFabricado pela Cremer, uma indústria brasileira renomada\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEste produto oferece qualidade e confiabilidade para suas necessidades de cuidados pessoais e higiene, com a garantia de um produto fabricado por uma empresa reconhecida no mercado.\u003c\/p\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128543244484,"sku":"7201","price":24.43,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/0d44040c0dc924db497133435a5da69c.jpg?v=1725458224"},{"product_id":"fita-p-autoclave-rolo-de-19mm-x-30m-cremer","title":"Fita para Autoclave Cremer","description":"\u003ch3\u003eFita para Autoclave Cremer\u003c\/h3\u003e\n\u003cp\u003eA Fita para Autoclave Cremer é essencial para o processo de esterilização, indicando se os pacotes foram submetidos ao ciclo de autoclave. Apesar de indicar a exposição ao processo, a fita não garante a esterilidade dos pacotes.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCaracterísticas do Produto:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMarca:\u003c\/strong\u003e Cremer\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTipo:\u003c\/strong\u003e Fita para autoclave\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTamanho:\u003c\/strong\u003e 19 mm x 30 m\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComposição:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDorso:\u003c\/strong\u003e Papel crepado à base de celulose, facilitando a escrita\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdesivo:\u003c\/strong\u003e Massa adesiva à base de borracha natural, óxido de zinco e resinas\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCamada Impermeabilizante:\u003c\/strong\u003e Resina acrílica\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCaracterísticas Adicionais:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndicação:\u003c\/strong\u003e Identificação de pacotes que passaram pelo processo de esterilização\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNão Mancha:\u003c\/strong\u003e Não altera a aparência do pano\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eListras Diagonais:\u003c\/strong\u003e Atuam como indicador do processo de esterilização\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eValidade:\u003c\/strong\u003e 24 meses a partir da data de fabricação\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRegistro ANVISA:\u003c\/strong\u003e 10071159056\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eA fita é ideal para uso em hospitais, clínicas e laboratórios, proporcionando um meio confiável para rastrear e identificar o material que passou pelo processo de esterilização.\u003c\/p\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128543637700,"sku":"6125","price":12.78,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/57d1936e850592948b51dd7827b4badc.jpg?v=1725458229"},{"product_id":"algodao-em-bola-95grs-cremer","title":"Algodão em Bolas Pacote 95g Cremer","description":"\u003carticle class=\"product-view\"\u003e\n\u003cdiv class=\"grid-container-spaced\"\u003e\n\u003cdiv id=\"tabs-produto\"\u003e\n\u003cdiv class=\"grid12-12 no-gutter linha-descricao\"\u003e\n\u003cdiv class=\"grid12-12 no-right-gutter\"\u003e\n\u003cdiv class=\"texto-desc\" id=\"descricao\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clear\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cstrong\u003eAlgodão em Bolas 95g - Cremer\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eO \u003cstrong\u003eAlgodão em Bolas Cremer\u003c\/strong\u003e é produzido com \u003cstrong\u003efibras 100% algodão\u003c\/strong\u003e, garantindo \u003cstrong\u003emaciez\u003c\/strong\u003e e \u003cstrong\u003ealta absorção\u003c\/strong\u003e. Com seu formato arredondado, ele é perfeito para diversos usos, como a \u003cstrong\u003elimpeza da pele do bebê\u003c\/strong\u003e, \u003cstrong\u003eremoção de esmaltes\u003c\/strong\u003e e aplicação de \u003cstrong\u003ecosméticos\u003c\/strong\u003e. Suas fibras passam por um tratamento especial que assegura um produto \u003cstrong\u003eisento de impurezas\u003c\/strong\u003e e suave para a pele, sendo dermatologicamente testado.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003ePrincipais Características e Benefícios:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCuidados com a Pele do Bebê:\u003c\/strong\u003e Ideal para a higienização delicada da pele dos pequenos, proporcionando suavidade e proteção.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLimpeza Facial:\u003c\/strong\u003e Pode ser utilizado na remoção de maquiagem e na rotina de cuidados com a pele.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemoção de Esmalte:\u003c\/strong\u003e As bolas de algodão são altamente absorventes, facilitando a retirada do esmalte de forma prática e eficaz.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Algodão Puro:\u003c\/strong\u003e Garantia de maciez e absorção extra, sem irritar a pele.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFormato Arredondado:\u003c\/strong\u003e Perfeito para manipulação e uso em diversas situações.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCor:\u003c\/strong\u003e Branco\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeso:\u003c\/strong\u003e 95g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDermatologicamente Testado:\u003c\/strong\u003e Seguro para uso em peles sensíveis, sem causar irritação.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eInformações Adicionais:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eValidade e Procedência:\u003c\/strong\u003e As informações sobre a validade e procedência estão impressas na embalagem.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGarantia:\u003c\/strong\u003e Produto com garantia contra defeitos de fabricação ou materiais.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eO \u003cstrong\u003eAlgodão em Bolas Cremer\u003c\/strong\u003e é essencial para garantir \u003cstrong\u003esuavidade, segurança e eficácia\u003c\/strong\u003e em cuidados diários com a pele, seja para bebês, remoção de esmaltes ou aplicação de cosméticos. \u003cstrong\u003eCompre agora\u003c\/strong\u003e e leve essa praticidade para sua rotina!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"clear\"\u003e\u003cb id=\"docs-internal-guid-238b8771-7fff-9d8c-532a-0a762db787d0\"\u003e\u003c\/b\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003csection class=\"content-block\" id=\"avaliacoes\"\u003e\u003c\/section\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128543834308,"sku":"14126","price":17.78,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/0e95f7f95fb1d1e7a3622f1332201e5d.jpg?v=1725458234"},{"product_id":"compressa-de-gaze-esteril-7-5-x-7-5cm-13-fios-c-10-und-cremer","title":"Compressa de Gaze Estéril 7,5x7,5cm 13 Fios com 10 Und Cremer","description":"\u003ch3\u003e\u003cstrong\u003eCompressas de Gaze Estéril - Cremer\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eKit Contém:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e50 Pacotes\u003c\/li\u003e\n\u003cli\u003e10 Unidades por Pacote\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAs \u003cstrong\u003eCompressas de Gaze Estéril Cremer\u003c\/strong\u003e são desenvolvidas com tecido 100% algodão hidrófilo, garantindo \u003cstrong\u003ealta absorção\u003c\/strong\u003e e \u003cstrong\u003esegurança\u003c\/strong\u003e no uso. Ideais para absorção de secreções, contenção de hemorragias e proteção de curativos, elas são isentas de impurezas, amido e alvejante óptico, oferecendo máxima qualidade em ambientes hospitalares e clínicos.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eCaracterísticas e Medidas:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eConteúdo por Pacote:\u003c\/strong\u003e 10 unidades\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensões:\u003c\/strong\u003e 15 cm x 30 cm (quando aberta)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e8 Camadas\u003c\/strong\u003e e \u003cstrong\u003e5 Dobras\u003c\/strong\u003e, garantindo excelente absorção\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDensidade:\u003c\/strong\u003e 13 fios por cm²\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e 100% Algodão Hidrófilo\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAlta Absorção:\u003c\/strong\u003e Ideal para procedimentos médicos\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQualidade Cremer\u003c\/strong\u003e: Garantia de pureza e eficácia\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003eIndicações:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eAbsorção de Secreções\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eContenção de Hemorragias\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eProteção de Curativos\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003eGarantia do Vendedor:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e30 dias\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128543998148,"sku":"12558","price":1.67,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/b9351e0b51916a4e4f0953da395cf84d.jpg?v=1725458240"},{"product_id":"compressa-campo-operatorio-cremer-23x25cm-nidia-com-50-nao-esteril-cremer","title":"Compressa Campo Operatório Cremer 23X25cm NÍDIA com 50 não estéril","description":"\u003ch3\u003e\u003cstrong\u003eCompressa Campo Operatório Não Estéril - Pacote com 50 Unidades\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eA \u003cstrong\u003eCompressa Campo Operatório Não Estéril\u003c\/strong\u003e da \u003cstrong\u003eCremer\u003c\/strong\u003e é um item essencial para cirurgias, garantindo segurança e eficácia na absorção de sangue e secreções líquidas. Com seu design em 4 camadas de tecido, ela oferece alta absorção e resistência, tornando-se indispensável para procedimentos cirúrgicos.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eEspecificações do Produto:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuantidade:\u003c\/strong\u003e 01 pacote com 50 unidades\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTamanho:\u003c\/strong\u003e 23 cm x 25 cm (4 camadas com cadarço)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModelo:\u003c\/strong\u003e Nídia, 8g por unidade\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMarca:\u003c\/strong\u003e Cremer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003eCaracterísticas:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNão Estéril:\u003c\/strong\u003e Pode ser esterilizada conforme necessário.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e4 Camadas:\u003c\/strong\u003e As camadas são fixas, evitando deslizamento durante o uso.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCostura Reforçada:\u003c\/strong\u003e Costurada nas extremidades para prevenir desfiamento.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCadarço Duplo:\u003c\/strong\u003e Facilita o manuseio e uso seguro no campo operatório.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e 100% algodão, proporcionando alta absorção e maciez.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModelo Nídia:\u003c\/strong\u003e Cada unidade pesa 8g, garantindo leveza e eficiência.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003eIndicações:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eA \u003cstrong\u003eCompressa Campo Operatório Não Estéril\u003c\/strong\u003e é indicada para cirurgias em geral, sendo utilizada para absorver sangue e secreções líquidas. Também é eficaz em cirurgias cavitárias, oferecendo proteção atraumática a vísceras e tecidos.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eEsterilização:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003ePode ser esterilizada por \u003cstrong\u003eautoclave\u003c\/strong\u003e, \u003cstrong\u003egás (óxido de etileno)\u003c\/strong\u003e ou \u003cstrong\u003eraios gama\u003c\/strong\u003e, conforme as normas de controle sanitário.\u003c\/p\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128544129220,"sku":"10233","price":100.0,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/f00abde9581912332df6b104f82b7079.jpg?v=1725458244"},{"product_id":"micropore-c-capa-1-2cm-x-10m-branca-cremer","title":"Micropore 1,2cmX10m Branca com Capa Cremer","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128544293060,"sku":"16121","price":5.0,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/98ba7eed5dbf693b94f7110e6451f1dd.jpg?v=1725458249"},{"product_id":"micropore-c-capa-10cm-x-10m-branca-cremer","title":"Micropore 10cmX10m Branca com Capa Cremer","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128545308868,"sku":"21293","price":29.44,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/4bca33bf013db0a1ece61fdd016de61b.jpg?v=1725458275"},{"product_id":"compressa-de-gaze-7-5-x-7-5-13-fios-estrela-c-500-und-cremer","title":"Compressa de Gaze 7.5x7.5 13 Fios Estrela com 500 Unidades Cremer","description":"\u003ch3\u003e\u003cstrong\u003eCompressas de Gaze Hidrófila - 100% Algodão\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eAs \u003cstrong\u003eCompressas de Gaze Hidrófila\u003c\/strong\u003e são essenciais para a absorção de sangue e exsudatos, além de serem indicadas para limpeza e cobertura de curativos em geral, anti-sepsia da pele e mucosas, e procedimentos invasivos. Versáteis, elas também podem ser utilizadas na confecção de gazes vaselinadas e furacinadas, bem como para torundas (pipocas) em curativos.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eComposição:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Puro Algodão:\u003c\/strong\u003e Extra-macio e altamente absorvente.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003eDiferenciais e Benefícios:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eAlta Qualidade:\u003c\/strong\u003e Confeccionadas com fios 100% algodão, em tecido tipo tela, oferecendo suavidade e eficiência na absorção.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensões Ajustáveis:\u003c\/strong\u003e Medem 7,5 x 7,5 cm quando fechadas e 15 x 30 cm quando abertas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMúltiplas Camadas:\u003c\/strong\u003e Apresentam 8 camadas e 5 dobras, proporcionando maior absorção e retenção de líquidos.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSegurança e Pureza:\u003c\/strong\u003e As compressas são alvejadas e purificadas, isentas de impurezas, substâncias gordurosas, amido, corantes corretivos e alvejantes ópticos.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAntidesfiamento:\u003c\/strong\u003e Dobras voltadas para dentro em toda a sua extensão, evitando o desfiamento durante o uso.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDensidade:\u003c\/strong\u003e 13 fios por cm², garantindo resistência e durabilidade.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128549863620,"sku":"8159","price":50.0,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/b5f60b0b330913fe10ef7cb2fab070bf.jpg?v=1725458367"},{"product_id":"muleta-canadense-fixa-aluminio-cinza-supermedy","title":"Muleta Canadense Fixa Alumínio Cinza - Supermedy","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Supermedy","offers":[{"title":"Default Title","offer_id":44128587022532,"sku":"25964","price":61.11,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/22ee48e68fed2346dcde9372a1428f6b.jpg?v=1725459129"},{"product_id":"mini-band-kit-3-pecas-fl35-hidrolight","title":"Mini Band Kit 3 Peças FL35 Hidrolight","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Hidrolight","offers":[{"title":"Default Title","offer_id":44128593117380,"sku":"25959","price":66.11,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1ed58e8463ba2d357fe6bfe7fc56d4d8.webp?v=1725459211"},{"product_id":"cotoveleira-ajustavel-hidrolight-1","title":"Cotoveleira Ajustável - Hidrolight","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026family=Plus+Jakarta+Sans:wght@700;800\u0026display=swap');\n\n    \/* Base da Seção *\/\n    .ds-section-wrapper {\n        background-color: #ffffff;\n        font-family: 'Inter', sans-serif;\n        width: 100%;\n        box-sizing: border-box;\n        isolation: isolate;\n    }\n\n    \/* Espaçamento *\/\n    .ds-full-bleed {\n        padding: 6rem 1.5rem;\n    }\n    @media (min-width: 1024px) {\n        .ds-full-bleed {\n            padding: 8rem 4rem !important;\n        }\n    }\n\n    .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after {\n        box-sizing: border-box;\n        word-wrap: break-word;\n        overflow-wrap: break-word;\n    }\n\n    \/* Cabeçalho *\/\n    .ds-header {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        margin-bottom: 4rem;\n        position: relative;\n        max-width: 80rem;\n        width: 100%;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-header { margin-bottom: 6rem; }\n    }\n\n    .ds-tag {\n        color: #2563eb;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.1em;\n        font-size: 1.25rem;\n        display: block;\n        margin-bottom: 0.25rem;\n    }\n\n    .ds-title {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 3rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 0;\n        line-height: 1.1;\n        letter-spacing: -0.025em;\n    }\n\n    @media (min-width: 768px) {\n        .ds-title { font-size: 3.75rem; }\n    }\n    @media (min-width: 1024px) {\n        .ds-title { font-size: 4.5rem; }\n    }\n\n    \/* Grid Principal *\/\n    .ds-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-grid { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Cards *\/\n    .ds-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        display: flex;\n        flex-direction: column;\n        width: 100%;\n        overflow: hidden;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        transition: box-shadow 0.3s;\n    }\n    .ds-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n\n    .ds-card-dark {\n        background-color: #0f172a;\n        color: #ffffff;\n        grid-column: span 2;\n        justify-content: space-between;\n        text-align: center;\n        align-items: center;\n        border: none;\n    }\n    .ds-card-dark:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }\n\n    .ds-val-huge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 4.5rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n    .ds-desc-gray { color: #94a3b8; font-size: 1.35rem; margin: 0; }\n\n    .ds-dark-sub {\n        margin-top: 3rem;\n        padding-top: 2rem;\n        border-top: 1px solid #334155;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 2rem;\n        width: 100%;\n        text-align: center;\n    }\n    .ds-dark-sub-label { display: block; color: #94a3b8; margin-bottom: 0.5rem; font-size: 1.25rem; }\n    .ds-dark-sub-val { display: block; color: #f8fafc; font-weight: 500; font-size: 1.5rem; }\n\n    .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n\n    .ds-val-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #2563eb; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-val-black { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #0f172a; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-label-brand { color: #2563eb; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    .ds-label-gray { color: #475569; font-weight: 600; font-size: 1.35rem; margin: 0; }\n\n    .ds-footer-line-brand { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n    .ds-footer-line-gray { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n\n    \/* Seção de Texto *\/\n    .ds-text-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .ds-text-card-transparent {\n        background-color: transparent;\n        padding: 0 1rem;\n        margin-bottom: 3.5rem;\n        border: none;\n        box-shadow: none;\n        max-width: 65rem;\n        margin-left: auto;\n        margin-right: auto;\n        text-align: center;\n    }\n    .ds-subtitle {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 2rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n        line-height: 1.2;\n    }\n    .ds-paragraph {\n        color: #475569;\n        font-size: 1.25rem;\n        line-height: 1.7;\n        margin-bottom: 1.5rem;\n    }\n    .ds-paragraph:last-child { margin-bottom: 0; }\n    .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n\n    .ds-grid-2-col {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n    @media (min-width: 1024px) {\n        .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Lista Detalhada *\/\n    .ds-card-full {\n        background-color: #FAFAF8;\n        border: 1px solid #f1f5f9;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        padding: 3.5rem;\n        border-radius: 1.5rem;\n        gap: 3rem;\n        width: 100%;\n        transition: box-shadow 0.3s;\n    }\n    .ds-card-full:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n\n    .ds-col { display: flex; flex-direction: column; width: 100%; }\n    .ds-col-mid { border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding-left: 3rem; padding-right: 3rem; }\n\n    .ds-col-title {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-weight: 800;\n        color: #0f172a;\n        margin: 0 0 2rem 0;\n        padding-bottom: 1rem;\n        border-bottom: 1px solid #e2e8f0;\n        display: flex;\n        align-items: center;\n        gap: 0.75rem;\n        font-size: 1.75rem;\n    }\n\n    .ds-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n    .ds-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; font-size: 1.25rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #e2e8f0; gap: 1rem; color: #475569; }\n    .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n    .ds-list-key { color: #475569; flex-shrink: 0; }\n    .ds-list-val { font-weight: 600; color: #0f172a; text-align: right; }\n\n    .ds-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n    \/* Responsividade *\/\n    @media (max-width: 1200px) {\n        .ds-grid { grid-template-columns: repeat(2, 1fr); }\n        .ds-card-dark { grid-column: span 2; }\n        .ds-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n        .ds-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n        .ds-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; }\n        .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n    }\n\n    @media (max-width: 768px) {\n        .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n        .ds-card-dark { grid-column: span 1; padding: 2rem; }\n        .ds-card { padding: 2rem; }\n        .ds-text-card { padding: 2rem; }\n        .ds-subtitle { font-size: 1.75rem; }\n        .ds-val-huge { font-size: 3rem; }\n        .ds-val-brand, .ds-val-black { font-size: 2.75rem; }\n        .ds-dark-sub { grid-template-columns: 1fr; gap: 1.25rem; }\n        .ds-card-full { padding: 1.5rem; }\n        .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.25rem; font-size: 1.125rem; }\n        .ds-list-val { text-align: left; font-size: 1.25rem; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ds-section-wrapper ds-full-bleed\"\u003e\n    \u003cdiv style=\"max-width: 120rem; width: 100%; margin: 0 auto;\"\u003e\n\n        \u003cdiv class=\"ds-header\"\u003e\n            \u003cspan class=\"ds-tag\"\u003eORTOPEDIA HIDROLIGHT\u003c\/span\u003e\n            \u003ch2 class=\"ds-title\"\u003eCotoveleira Ajustável OR43\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- INTRODUÇÃO --\u003e\n        \u003cdiv class=\"ds-text-card-transparent\"\u003e\n            \u003cp class=\"ds-paragraph\" style=\"font-size: 1.5rem; color: #0f172a; font-weight: 500;\"\u003eA Cotoveleira Ajustável OR43 da Hidrolight oferece \u003cstrong\u003ecompressão\u003c\/strong\u003e e \u003cstrong\u003esuporte\u003c\/strong\u003e para o cotovelo, ideal para \u003cstrong\u003eprevenção de lesões\u003c\/strong\u003e e auxílio em tratamentos. Confeccionada em neoprene, retém o calor, promovendo conforto e alívio.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-grid\"\u003e\n            \u003c!-- Card Destaque Escuro --\u003e\n            \u003cdiv class=\"ds-card ds-card-dark\"\u003e\n                \u003cdiv\u003e\n                    \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"\u003e\u003c\/line\u003e\u003cline x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"\u003e\u003c\/line\u003e\u003cline x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003ch3 class=\"ds-val-huge\"\u003eAjustável\u003c\/h3\u003e\n                    \u003cp class=\"ds-desc-gray\"\u003eSistema de Ajuste\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ds-dark-sub\"\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eMaterial Principal\u003c\/span\u003e\n                        \u003cspan class=\"ds-dark-sub-val\"\u003eBorracha de cloropreno e Poliamida\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eFecho\u003c\/span\u003e\n                        \u003cspan class=\"ds-dark-sub-val\"\u003eAderente\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Azul (Capacidade \/ Valor Principal) --\u003e\n            \u003cdiv class=\"ds-card ds-card-center\"\u003e\n                \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-brand\"\u003eTamanho Único\u003c\/h3\u003e\n                \u003cp class=\"ds-label-brand\"\u003eTamanho\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-brand\"\u003e\n\u003cstrong\u003eRetém calor\u003c\/strong\u003e devido ao material em neoprene.\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Cinza (Material \/ Característica Secundária) --\u003e\n            \u003cdiv class=\"ds-card ds-card-center\"\u003e\n                \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-black\"\u003eNeoprene\u003c\/h3\u003e\n                \u003cp class=\"ds-label-gray\"\u003eMaterial\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-gray\"\u003eRevestida com tecido \u003cstrong\u003e100% poliamida\u003c\/strong\u003e.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- DESCRIÇÃO EM 2 COLUNAS --\u003e\n        \u003cdiv class=\"ds-grid-2-col\"\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eConforto e Segurança para sua Atividade\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eIdeal para a \u003cstrong\u003eprevenção de lesões\u003c\/strong\u003e durante a prática de exercícios físicos, a cotoveleira OR43 proporciona compressão em torno da articulação do cotovelo, aumentando a sensação de estabilidade e segurança.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eSeu design em neoprene retém o calor corporal, auxiliando no alívio de dores e no tratamento de processos inflamatórios, sendo um excelente coadjuvante em terapias fisioterapêuticas.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eIndicações e Benefícios Terapêuticos\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eIndicada para o tratamento de lesões agudas ou crônicas, como tendinite, epicondilite e L.E.R., a cotoveleira OR43 oferece suporte essencial para a recuperação e o bem-estar.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eAuxilia em distúrbios osteomusculares relacionados ao trabalho (D.O.R.T.) e processos inflamatórios, sendo fundamental consultar um especialista antes de seu uso para garantir a aplicação correta.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- LISTA DETALHADA EM 3 COLUNAS --\u003e\n        \u003cdiv class=\"ds-card-full\"\u003e\n            \u003cdiv class=\"ds-col\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\n                        \u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Composição e Cuidados\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMaterial Externo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eTecido 100% Poliamida\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMaterial Interno\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBorracha de Cloropreno (Neoprene)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFecho\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAderente\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLavagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAdequado para máquina de lavar\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRespirabilidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRetenção de Calor\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim (Neoprene)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCor\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePreta\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ds-col ds-col-mid\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Dimensões e Peso\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura da Embalagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e5,0 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura da Embalagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e11,0 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eComprimento da Embalagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e21,0 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso da Embalagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e0,1 Kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eReferência\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eOR43-E\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCódigo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eOR43E\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCódigo de Barras\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e7898336435220\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ds-col\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cline x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e Funcionalidades e Indicações\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePrevenção de Lesões\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eTratamento de Lesões Agudas\/Crônicas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAuxílio Fisioterapêutico\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCompressão Articular\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAlívio da Dor\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eProcessos Inflamatórios\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eÚtil contra\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eTendinite\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIndicada\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEpicondilite\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIndicada\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eL.E.R.\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIndicada\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eD.O.R.T.\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIndicada\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hidrolight","offers":[{"title":"Default Title","offer_id":44128593707204,"sku":"25940","price":25.0,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/produto-foto-1775855429119-0.jpg?v=1775855432"},{"product_id":"coxal-ajustavel-tam-unico-hidrolight","title":"Coxal Ajustável Tam Único - Hidrolight","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026family=Plus+Jakarta+Sans:wght@700;800\u0026display=swap');\n\n    \/* Base da Seção *\/\n    .ds-section-wrapper {\n        background-color: #ffffff;\n        font-family: 'Inter', sans-serif;\n        width: 100%;\n        box-sizing: border-box;\n        isolation: isolate;\n    }\n\n    \/* Espaçamento *\/\n    .ds-full-bleed {\n        padding: 6rem 1.5rem;\n    }\n    @media (min-width: 1024px) {\n        .ds-full-bleed {\n            padding: 8rem 4rem !important;\n        }\n    }\n\n    .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after {\n        box-sizing: border-box;\n        word-wrap: break-word;\n        overflow-wrap: break-word;\n    }\n\n    \/* Cabeçalho *\/\n    .ds-header {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        margin-bottom: 4rem;\n        position: relative;\n        max-width: 80rem;\n        width: 100%;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-header { margin-bottom: 6rem; }\n    }\n\n    .ds-tag {\n        color: #2563eb;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.1em;\n        font-size: 1.25rem;\n        display: block;\n        margin-bottom: 0.25rem;\n    }\n\n    .ds-title {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 3rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 0;\n        line-height: 1.1;\n        letter-spacing: -0.025em;\n    }\n\n    @media (min-width: 768px) {\n        .ds-title { font-size: 3.75rem; }\n    }\n    @media (min-width: 1024px) {\n        .ds-title { font-size: 4.5rem; }\n    }\n\n    \/* Grid Principal *\/\n    .ds-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n\n    @media (min-width: 1024px) {\n        .ds-grid { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Cards *\/\n    .ds-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        display: flex;\n        flex-direction: column;\n        width: 100%;\n        overflow: hidden;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        transition: box-shadow 0.3s;\n    }\n    .ds-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n\n    .ds-card-dark {\n        background-color: #0f172a;\n        color: #ffffff;\n        grid-column: span 2;\n        justify-content: space-between;\n        text-align: center;\n        align-items: center;\n        border: none;\n    }\n    .ds-card-dark:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }\n\n    .ds-val-huge { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 4.5rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n    .ds-desc-gray { color: #94a3b8; font-size: 1.35rem; margin: 0; }\n\n    .ds-dark-sub {\n        margin-top: 3rem;\n        padding-top: 2rem;\n        border-top: 1px solid #334155;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 2rem;\n        width: 100%;\n        text-align: center;\n    }\n    .ds-dark-sub-label { display: block; color: #94a3b8; margin-bottom: 0.5rem; font-size: 1.25rem; }\n    .ds-dark-sub-val { display: block; color: #f8fafc; font-weight: 500; font-size: 1.5rem; }\n\n    .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n\n    .ds-val-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #2563eb; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-val-black { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.5rem; font-weight: 800; color: #0f172a; margin: 1rem 0 0.5rem 0; line-height: 1; }\n    .ds-label-brand { color: #2563eb; font-weight: 600; font-size: 1.35rem; margin: 0; }\n    .ds-label-gray { color: #475569; font-weight: 600; font-size: 1.35rem; margin: 0; }\n\n    .ds-footer-line-brand { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n    .ds-footer-line-gray { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; width: 100%; font-size: 1.35rem; color: #0f172a; }\n\n    \/* Seção de Texto *\/\n    .ds-text-card {\n        background-color: #FAFAF8;\n        border-radius: 1.5rem;\n        padding: 3rem;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        border: 1px solid #f1f5f9;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .ds-text-card-transparent {\n        background-color: transparent;\n        padding: 0 1rem;\n        margin-bottom: 3.5rem;\n        border: none;\n        box-shadow: none;\n        max-width: 65rem;\n        margin-left: auto;\n        margin-right: auto;\n        text-align: center;\n    }\n    .ds-subtitle {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-size: 2rem;\n        font-weight: 800;\n        color: #0f172a;\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n        line-height: 1.2;\n    }\n    .ds-paragraph {\n        color: #475569;\n        font-size: 1.25rem;\n        line-height: 1.7;\n        margin-bottom: 1.5rem;\n    }\n    .ds-paragraph:last-child { margin-bottom: 0; }\n    .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n\n    .ds-grid-2-col {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n        margin-bottom: 1.5rem;\n        width: 100%;\n    }\n    @media (min-width: 1024px) {\n        .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; }\n    }\n\n    \/* Lista Detalhada *\/\n    .ds-card-full {\n        background-color: #FAFAF8;\n        border: 1px solid #f1f5f9;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        padding: 3.5rem;\n        border-radius: 1.5rem;\n        gap: 3rem;\n        width: 100%;\n        transition: box-shadow 0.3s;\n    }\n    .ds-card-full:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n\n    .ds-col { display: flex; flex-direction: column; width: 100%; }\n    .ds-col-mid { border-left: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding-left: 3rem; padding-right: 3rem; }\n\n    .ds-col-title {\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        font-weight: 800;\n        color: #0f172a;\n        margin: 0 0 2rem 0;\n        padding-bottom: 1rem;\n        border-bottom: 1px solid #e2e8f0;\n        display: flex;\n        align-items: center;\n        gap: 0.75rem;\n        font-size: 1.75rem;\n    }\n\n    .ds-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n    .ds-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; font-size: 1.25rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #e2e8f0; gap: 1rem; color: #475569; }\n    .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n    .ds-list-key { color: #475569; flex-shrink: 0; }\n    .ds-list-val { font-weight: 600; color: #0f172a; text-align: right; }\n\n    .ds-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n    \/* Responsividade *\/\n    @media (max-width: 1200px) {\n        .ds-grid { grid-template-columns: repeat(2, 1fr); }\n        .ds-card-dark { grid-column: span 2; }\n        .ds-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n        .ds-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n        .ds-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; }\n        .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n    }\n\n    @media (max-width: 768px) {\n        .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n        .ds-card-dark { grid-column: span 1; padding: 2rem; }\n        .ds-card { padding: 2rem; }\n        .ds-text-card { padding: 2rem; }\n        .ds-subtitle { font-size: 1.75rem; }\n        .ds-val-huge { font-size: 3rem; }\n        .ds-val-brand, .ds-val-black { font-size: 2.75rem; }\n        .ds-dark-sub { grid-template-columns: 1fr; gap: 1.25rem; }\n        .ds-card-full { padding: 1.5rem; }\n        .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.25rem; font-size: 1.125rem; }\n        .ds-list-val { text-align: left; font-size: 1.25rem; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ds-section-wrapper ds-full-bleed\"\u003e\n    \u003cdiv style=\"max-width: 120rem; width: 100%; margin: 0 auto;\"\u003e\n\n        \u003cdiv class=\"ds-header\"\u003e\n            \u003cspan class=\"ds-tag\"\u003eORTOPEDIA HIDROLIGHT\u003c\/span\u003e\n            \u003ch2 class=\"ds-title\"\u003eCoxal Ajustável\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- INTRODUÇÃO --\u003e\n        \u003cdiv class=\"ds-text-card-transparent\"\u003e\n            \u003cp class=\"ds-paragraph\" style=\"font-size: 1.5rem; color: #0f172a; font-weight: 500;\"\u003eO Coxal Ajustável Hidrolight Ref. OR45 oferece suporte e compressão para a região da coxa, ideal para alívio de dores e prevenção de lesões. Confeccionado em neoprene de alta qualidade, proporciona \u003cstrong\u003econforto e segurança\u003c\/strong\u003e durante atividades físicas e no dia a dia.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-grid\"\u003e\n            \u003c!-- Card Destaque Escuro --\u003e\n            \u003cdiv class=\"ds-card ds-card-dark\"\u003e\n                \u003cdiv\u003e\n                    \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"\u003e\u003c\/line\u003e\u003cline x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"\u003e\u003c\/line\u003e\u003cline x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003ch3 class=\"ds-val-huge\"\u003eAjustável\u003c\/h3\u003e\n                    \u003cp class=\"ds-desc-gray\"\u003eTamanho\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ds-dark-sub\"\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eMaterial\u003c\/span\u003e\n                        \u003cspan class=\"ds-dark-sub-val\"\u003eNeoprene e Poliamida\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eCor\u003c\/span\u003e\n                        \u003cspan class=\"ds-dark-sub-val\"\u003ePreto\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Azul (Capacidade \/ Valor Principal) --\u003e\n            \u003cdiv class=\"ds-card ds-card-center\"\u003e\n                \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-brand\"\u003eÚnico\u003c\/h3\u003e\n                \u003cp class=\"ds-label-brand\"\u003eAjuste Universal\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-brand\"\u003eIdeal para \u003cstrong\u003eprevenção de contusões\u003c\/strong\u003e e distensões musculares.\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Cinza (Material \/ Característica Secundária) --\u003e\n            \u003cdiv class=\"ds-card ds-card-center\"\u003e\n                \u003csvg class=\"ds-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-black\"\u003eResistente e Elástico\u003c\/h3\u003e\n                \u003cp class=\"ds-label-gray\"\u003eComposição\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-gray\"\u003eAuxilia no \u003cstrong\u003ealívio de dores\u003c\/strong\u003e agudas e crônicas.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- DESCRIÇÃO EM 2 COLUNAS --\u003e\n        \u003cdiv class=\"ds-grid-2-col\"\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eBenefícios e Diferenciais\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eO Coxal Ajustável Hidrolight OR45 é desenvolvido para oferecer suporte compressivo eficaz na região da coxa. Seu design permite \u003cstrong\u003ealívio de dores agudas e crônicas\u003c\/strong\u003e, além de auxiliar na redução de edemas e estresse muscular, promovendo uma recuperação mais rápida.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eFabricado com neoprene resistente e elástico, este coxal garante \u003cstrong\u003emaior conforto e segurança\u003c\/strong\u003e durante a prática de exercícios físicos e atividades que exigem esforço. Sua capacidade de ajuste o torna versátil para diferentes usuários e necessidades.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eIndicações e Modo de Uso\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eIndicado para a \u003cstrong\u003eprevenção de contusões e distensões musculares\u003c\/strong\u003e na coxa, o Coxal Hidrolight OR45 é um aliado essencial para atletas e pessoas em reabilitação. Também é recomendado como \u003cstrong\u003eapoio compressivo\u003c\/strong\u003e e auxílio no tratamento fisioterapêutico.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003ePara utilizar, basta vestir o produto através do orifício superior, ajustando-o confortavelmente na coxa. É fundamental \u003cstrong\u003econsultar um especialista\u003c\/strong\u003e para orientações personalizadas sobre o uso e indicações específicas.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- LISTA DETALHADA EM 3 COLUNAS --\u003e\n        \u003cdiv class=\"ds-card-full\"\u003e\n            \u003cdiv class=\"ds-col\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\n                        \u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Composição e Cuidados\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMaterial Principal\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBorracha de cloropreno revestida com tecido 100% poliamida\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eElasticidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAlta\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eResistência\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAlta\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLavagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eÀ mão com sabão neutro\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eSecagem\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eÀ sombra\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eNão usar\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSecadora e ferro de passar\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ds-col ds-col-mid\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Dimensões e Ajustes\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Superior\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e24 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Média\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e24 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Inferior\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e24 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eComprimento Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e54 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eTamanho\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eÚnico Ajustável\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAjuste\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim, com velcro\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ds-col\"\u003e\n                \u003ch4 class=\"ds-col-title\"\u003e\n                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cline x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e Funcionalidades e Indicações\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFunção Principal\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCompressão e Suporte\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAlívio de Dores\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAgudas e Crônicas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePrevenção de Lesões\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eContusões e Distensões Musculares\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAuxílio Terapêutico\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRedução de Edema\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEstresse Muscular\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAmeniza\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePatologia\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eOrtopédico\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hidrolight","offers":[{"title":"Default Title","offer_id":44128594329796,"sku":"25933","price":52.58,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/produto-foto-1775853139683-0.jpg?v=1775853142"},{"product_id":"cadeira-de-transferencia-longevitech","title":"Cadeira de Transferência Multifuncional - Longevitech","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Longevitech\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eCadeira de Transferência Multifuncional – Longevitech\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEstrutura robusta com \u003cstrong\u003eajuste de altura\u003c\/strong\u003e, \u003cstrong\u003erodas 4” com trava\u003c\/strong\u003e e \u003cstrong\u003eacessórios de higiene\u003c\/strong\u003e. Transfira com segurança entre cama, sofá, mesa e banheiro; use como \u003cstrong\u003esobre o vaso\u003c\/strong\u003e e com \u003cstrong\u003ecomadre\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\" href=\"#\"\u003e Comprar Agora \u003c\/a\u003e \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Transfer%C3%AAncia+Multifuncional+4+em+1+Longevitech.\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eAtenção: Não é indicada para uso no banho\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eAltura do assento: 45–60 cm (regulável)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eCapacidade do usuário: até 100 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Cadeira Longevitech\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eCadeira de Transferência Multifuncional\u003c\/strong\u003e reúne \u003cstrong\u003etransferência segura\u003c\/strong\u003e, \u003cstrong\u003euso sobre o vaso sanitário\u003c\/strong\u003e e \u003cstrong\u003ecomadre\u003c\/strong\u003e em um só produto. Possui \u003cstrong\u003eregulagem de altura\u003c\/strong\u003e, \u003cstrong\u003erodas com trava\u003c\/strong\u003e e \u003cstrong\u003eacessórios de contenção\u003c\/strong\u003e para conforto do usuário e praticidade ao cuidador.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? (sem regra de 3\/6) --\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n\u003c!-- Para que serve --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eFacilita \u003cstrong\u003etransferências\u003c\/strong\u003e entre cama, sofá, cadeira, mesa e banheiro com menos esforço físico do cuidador. Pode ser usada para higiene com \u003cstrong\u003ecomadre\u003c\/strong\u003e ou \u003cstrong\u003esobre o vaso\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eAjuste de altura para diferentes superfícies\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eIdosos e pessoas com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e ou em \u003cstrong\u003ereabilitação\u003c\/strong\u003e que precisam de suporte para locomoção e higiene com segurança.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eRecomendada para uso residencial e institucional\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e por ser um produto em \u003cstrong\u003eaço\u003c\/strong\u003e, a cadeira não é indicada para banho. Caso procure uma com esse intuito, busque por uma cadeira confeccionada em alumínio, nossos atendentes podem te ajudar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VÍDEO (após \"O que é\") --\u003e\n\u003cdiv style=\"padding: 2rem 0 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eAssista ao Vídeo\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eVeja como a cadeira auxilia nas transferências e na higiene com segurança.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv style=\"max-width: 1280px; width: 100%; aspect-ratio: 16 \/ 9; background: #000; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.15);\"\u003e\u003ciframe width=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/GPSlljX3YXo\" title=\"Cadeira de Transferência Multifuncional 4 em 1 | Longevitech\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv id=\"beneficios\" style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eMais autonomia para o usuário e menos esforço para quem cuida.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eVersatilidade \u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eTransfere, pode ser usada para higienização (não para banho), usa sobre o vaso e com comadre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAjuste de Altura\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAssento regulável de ~45 a 60 cm para alinhar com cama, sofá ou vaso.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eMobilidade Segura\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eRodas 4” com travas; traseiras giratórias 360°.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eConforto e Estabilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eCinto de segurança e apoio ergonômico de encosto.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eHigiene Facilitada\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eUso sobre o vaso e com comadre (coletor) sem transferências extras.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAté 100 kg\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eCapacidade para atender com segurança grande parte dos perfis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna a Cadeira 4 em 1 Única? (6 itens) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a 4 em 1 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eProjeto pensado para transferências seguras e higiene descomplicada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAltura Regulável\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAssento ajustável ~45–60 cm para alinhar com diferentes alturas.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eTransferências mais seguras\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRodízios 4” com Trava\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eDianteiros fixos e traseiros 360° para manobras e imobilização.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eControle total do movimento\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAcesso para Higiene\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAbertura\/encaixe para uso sobre vaso e comadre coletora.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eProcedimentos mais práticos\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eEstrutura em Aço\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003ePintura epóxi para durabilidade e fácil limpeza.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eResistência no dia a dia\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eCinto de Segurança\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAuxilia na estabilização do tronco durante as manobras.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eConforto e proteção\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eCompacta e Funcional\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eDimensões otimizadas para uso em casa, clínicas e ILPIs.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eFácil de posicionar\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações completas da Cadeira de Transferência Multifuncional 4 em 1 – Longevitech.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMarca \/ Modelo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLongevitech \/ Cadeira de Transferência \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAço com pintura epóxi; acabamento para fácil limpeza\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eFunções\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eTransferência; uso sobre vaso; uso com comadre; uso para higienização\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade do usuário\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté 100 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento (piso → assento)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~45–60 cm (regulável)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~80,5–100,5 cm (ajustável)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões (C × L)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~71 cm × ~60 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento (L × P)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~43 × ~47 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEncosto (L × A)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~43 × ~47 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRodízios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e4” com travas; dianteiros fixos e traseiros 360°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAcessórios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCinto de segurança; suporte para uso com comadre\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Medidas (antes do FAQ) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eMedida\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eValor\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eObservações\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~45–60 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRegulável\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~80,5–100,5 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCom encosto\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~60 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAproximada\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eComprimento total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~71 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAproximado\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento (L × P)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~43 × ~47 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura × profundidade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCarga máxima\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e100 kg\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eUsuário\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garantia (antes do CTA Final) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eGarantia do fabricante por \u003cstrong\u003e90 dias\u003c\/strong\u003e contra defeitos de fabricação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eEstrutura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eCobertura contra defeitos por 90 dias.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eRodízios e Componentes\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eGarantia conforme termos do fabricante.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eAssistência\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eSuporte para montagem, uso e conservação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eVerifique o certificado para condições detalhadas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003ePosso usar para banho?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eNão, por ser confeccionada em aço, não é indicada para uso no banho.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQuantas pessoas são necessárias para operar?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eUm cuidador treinado pode realizar a maioria das transferências. Em casos de menor mobilidade ou elevações maiores, recomenda-se apoio de um segundo cuidador.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eAs rodas travam?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Rodízios de 4” com sistema de travamento para estabilizar a cadeira com segurança.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual a capacidade de peso?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAté 100 kg.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv id=\"comprar\" style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\"\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n\u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n\u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\" href=\"#\"\u003e Comprar Agora \u003c\/a\u003e\u003ca style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan\u003eFalar com Atendente\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Responsividade geral --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"]   { font-size: 1.5rem !important; }\n\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n\n    div[style*=\"min-width: 280px\"] { min-width: 160px !important; padding: 1.5rem 1rem !important; }\n    div[style*=\"min-width: 280px\"] h4 { font-size: 1.125rem !important; }\n    div[style*=\"min-width: 280px\"] p  { font-size: 0.875rem !important; }\n\n    div[style*=\"width: 5rem; height: 5rem\"] { width: 3.5rem !important; height: 3.5rem !important; font-size: 1.5rem !important; }\n  }\n\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n\n    div[style*=\"min-width: 280px\"] { min-width: 140px !important; padding: 1rem 0.75rem !important; }\n    div[style*=\"min-width: 280px\"] h4 { font-size: 1rem !important; }\n    div[style*=\"min-width: 280px\"] p  { font-size: 0.75rem !important; }\n  }\n\u003c\/style\u003e","brand":"Longevitech","offers":[{"title":"Default Title","offer_id":44128595706052,"sku":"24503","price":2555.44,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-1-2025-10-28T140537.739.png?v=1761671543"},{"product_id":"muleta-canadense-yu823-procirurgica","title":"Muleta Canadense Yu823 Procirurgica","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Procirurgica\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eMuleta Canadense \u003cspan style=\"color: #2563eb;\"\u003eYu823\u003c\/span\u003e – Procirurgica\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eMuleta canadense em \u003cstrong\u003ealumínio anodizado\u003c\/strong\u003e, \u003cstrong\u003eajustável em 10 níveis\u003c\/strong\u003e, \u003cstrong\u003edesmontável em 3 partes\u003c\/strong\u003e e com \u003cstrong\u003eponteira antiderrapante\u003c\/strong\u003e. Leve (\u003cstrong\u003e0,5 kg\u003c\/strong\u003e) e resistente, indicada para usuários entre \u003cstrong\u003e1,50 m e 2,00 m\u003c\/strong\u003e, com \u003cstrong\u003ecapacidade até 65 kg\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Muleta+Canadense+Yu823+Procirurgica.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003e10 níveis de ajuste (93,5–116,5 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eDesmontável em 3 partes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eCapacidade até 65 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Yu823\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eMuleta Canadense Yu823\u003c\/strong\u003e é um apoio de marcha leve e robusto, com \u003cstrong\u003eestrutura em alumínio anodizado fosco\u003c\/strong\u003e (não enferruja), \u003cstrong\u003eapoio de antebraço e empunhadura ergonômicos\u003c\/strong\u003e, \u003cstrong\u003eponteira antiderrapante\u003c\/strong\u003e e \u003cstrong\u003esistema antirruído\u003c\/strong\u003e. A regulagem em \u003cstrong\u003e10 níveis\u003c\/strong\u003e adapta a altura do usuário com praticidade e segurança.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- Para que serve? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eAuxilia na \u003cstrong\u003elocomoção\u003c\/strong\u003e proporcionando \u003cstrong\u003eestabilidade\u003c\/strong\u003e, \u003cstrong\u003eapoio seguro\u003c\/strong\u003e e \u003cstrong\u003econforto\u003c\/strong\u003e durante a marcha, seja em reabilitação ou no uso diário.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eApoio anatômico e ponteira com alta aderência\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003ePessoas com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e ou em \u003cstrong\u003ereabilitação\u003c\/strong\u003e que necessitam de auxílio para caminhar. Indicado para usuários entre \u003cstrong\u003e1,50 m e 2,00 m\u003c\/strong\u003e, até \u003cstrong\u003e65 kg\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eAjuste a altura nos 10 níveis até sentir estabilidade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e utilize conforme orientação profissional. Verifique periodicamente a \u003cstrong\u003eponteira\u003c\/strong\u003e e o \u003cstrong\u003epino de ajuste\u003c\/strong\u003e. Capacidade informada: \u003cstrong\u003eaté 65 kg\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\" id=\"beneficios\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eLeveza, estabilidade e praticidade no dia a dia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eSegurança\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePonteira antiderrapante e apoio ergonômico.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eUso silencioso\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eSistema antirruído integrado.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAjuste fácil\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003e10 níveis com pino “click”.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003ePortátil\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eDesmontável em 3 partes para transporte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eLevíssima\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003e? 0,5 kg por unidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFácil manutenção\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eLimpeza simples e troca de ponteira quando necessário.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna X Único? (6 itens) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a Yu823 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eDetalhes que elevam a segurança e a praticidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAlumínio anodizado\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLeve, resistente e \u003cstrong\u003eantiferrugem\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eDurabilidade no uso diário\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eSistema antirruído\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMarcha mais silenciosa e confortável.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eConforto acústico\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAltura regulável\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003e10 níveis (? 93,5 a 116,5 cm).\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eAjuste preciso ao usuário\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eDesmontável em 3 partes\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eFacilita transporte e armazenamento.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003ePraticidade no dia a dia\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eLeve (? 0,5 kg)\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMenos fadiga ao apoiar e transportar.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eConforto prolongado\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003ePino “click” em aço\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAjuste rápido e seguro da altura.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eEstabilidade no travamento\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações da Muleta Canadense Yu823 – Procirurgica.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eModelo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eYu823 (Procirurgica)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAlumínio anodizado fosco (antiferrugem)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura regulável\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e10 níveis, aprox. 93,5–116,5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstatura do usuário\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eIndicada para 1,50–2,00 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté 65 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso (unidade)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e? 0,5 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoio de braço \/ empunhadura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePolipropileno ergonômico \/ empunhadura com ranhuras\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePonteira\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBorracha antiderrapante\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eTravamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePino “click” em aço (ajuste rápido)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eOutros recursos\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSistema antirruído; desmontável em 3 partes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eConteúdo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e1 unidade + manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eGarantia do fabricante\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e3 meses contra defeitos de fabricação\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Medidas (antes do FAQ) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eAjuste de altura\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eEstatura indicada\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eObservações\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003e? 93,5 a 116,5 cm (10 níveis)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e1,50 m a 2,00 m\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjuste até que o cotovelo fique levemente flexionado (~20º)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso da unidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e? 0,5 kg\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLeve para transportar e manusear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté 65 kg\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRespeite o limite informado pelo fabricante\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 0.75rem; text-align: center;\"\u003eMeça e ajuste a altura sempre em piso plano.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garantia (antes do CTA Final) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com \u003cstrong\u003egarantia de 3 meses\u003c\/strong\u003e contra defeitos de fabricação (mediante NF).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eCobertura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eVícios de material e fabricação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eCondições\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eUso adequado e manutenção preventiva (ponteira e pinos).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eAssistência\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAtendimento via lojista e rede autorizada com NF.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eConsulte termos completos na política do fabricante.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eVende por unidade ou par\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eA \u003cstrong\u003eYu823\u003c\/strong\u003e é vendida por \u003cstrong\u003eunidade\u003c\/strong\u003e. Para uso em ambos os lados, adquira 2 unidades.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual a capacidade de peso\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAté \u003cstrong\u003e65 kg\u003c\/strong\u003e, conforme informado pelo fabricante.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eÉ desmontável\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. \u003cstrong\u003eDesmontável em 3 partes\u003c\/strong\u003e para facilitar o transporte.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003ePara qual altura de usuário\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eIndicada para pessoas entre \u003cstrong\u003e1,50 m\u003c\/strong\u003e e \u003cstrong\u003e2,00 m\u003c\/strong\u003e, com ajuste em \u003cstrong\u003e10 níveis\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\" id=\"comprar\"\u003e\n  \u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n    \u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n    \u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n    \u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n      \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n        Comprar Agora\n      \u003c\/a\u003e\n\n      \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Muleta+Canadense+Yu823+Procirurgica.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" target=\"_blank\"\u003e\n        \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\n          \u003cspan\u003eFalar com Atendente\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Responsividade geral --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"]   { font-size: 1.5rem !important; }\n\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n\n    div[style*=\"width: 5rem; height: 5rem\"] { width: 3.5rem !important; height: 3.5rem !important; font-size: 1.5rem !important; }\n  }\n\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n  }\n\u003c\/style\u003e\n\u003c!-- Comparação com o modelo original:\n- Estrutura mantida (Hero, O que é, Para que serve? \/ Quem pode usar?, Benefícios 6 cards, O que torna X único? 6 cards, Ficha Técnica, Tabela de Medidas, Garantia, FAQ, CTA Final).\n- Seção de vídeo OMITIDA (nenhum iframe fornecido).\n- Botão \"Falar com Atendente\" abre em nova guia (target=\"_blank\") e mantém cor azul e fonte do modelo.\n- CTA final preserva o texto do modelo com o nome do produto atualizado.\n- Cores e tipografia alinhadas ao padrão (azul #2563eb).\nFonte técnica: Casa Médica (página do produto). :contentReference[oaicite:0]{index=0}\n--\u003e\n\u003c\/div\u003e","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128595869892,"sku":"25821","price":37.67,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-2-2025-08-29T151652.510.png?v=1756491799"},{"product_id":"cadeira-de-rodas-em-aco-pro9000-40cm-120kg-health-clean","title":"Cadeira De Rodas Dobrável Pro 9000 Health Clean","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n  \u003c!-- Hero Section (AZUL) --\u003e\n  \u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n      \u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Health Clean\u003c\/strong\u003e\u003c\/div\u003e\n      \u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eCadeira de Rodas em Aço \u003cspan style=\"color: #2563eb;\"\u003ePro9000 40cm (120kg)\u003c\/span\u003e – Health Clean\u003c\/h1\u003e\n      \u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEstrutura em \u003cstrong\u003eaço carbono\u003c\/strong\u003e com pintura epóxi, sistema \u003cstrong\u003edobrável\u003c\/strong\u003e, pneus \u003cstrong\u003emaciços antifuro\u003c\/strong\u003e e rodas traseiras \u003cstrong\u003e24\" com quick release\u003c\/strong\u003e. Conforto com assento e encosto acolchoados para o uso diário.\u003c\/p\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e\n        \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+em+A%C3%A7o+Pro9000+40cm+%28120kg%29+Health+Clean.\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eSuporta até 120 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eDobrável (fácil de transportar)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eRodas 24\" com quick release\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O que é --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Pro9000\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003ePro9000\u003c\/strong\u003e é uma cadeira de rodas \u003cstrong\u003eem aço carbono\u003c\/strong\u003e, resistente e dobrável, com \u003cstrong\u003epneus maciços antifuro\u003c\/strong\u003e, freios bilaterais e rodas traseiras 24\" com \u003cstrong\u003equick release\u003c\/strong\u003e, oferecendo segurança, praticidade e conforto no dia a dia.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Para que serve? e Quem pode usar? --\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n        \u003c!-- Para que serve? --\u003e\n        \u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n          \u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2.5rem;\"\u003e\n            \u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n            \u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eFacilita deslocamentos com estabilidade, conforto e baixa manutenção, ideal para uso residencial, clínico e urbano.\u003c\/p\u003e\n            \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eDobrável e prática para transportar\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Quem pode usar? --\u003e\n        \u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n          \u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2.5rem;\"\u003e\n            \u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n            \u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eUsuários até \u003cstrong\u003e120 kg\u003c\/strong\u003e que buscam uma cadeira robusta, confortável e de fácil manutenção para o dia a dia.\u003c\/p\u003e\n            \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eFreios bilaterais com ação ergonômica\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Aviso Importante --\u003e\n      \u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n        \u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e confira as medidas do usuário e do ambiente para garantir a melhor adequação.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VÍDEO (após os cards da seção \"O que é\") --\u003e\n  \u003cdiv style=\"padding: 2rem 0 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n        \u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eAssista ao Vídeo da Pro9000\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eVeja os principais recursos e a usabilidade no dia a dia.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n        \u003cdiv style=\"max-width: 1280px; width: 100%; aspect-ratio: 16 \/ 9; background: #000; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.15);\"\u003e\n          \u003ciframe width=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/MzhUXOSssS8\" title=\"Cadeira De Rodas PRO9000 #hospital #medicina\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen style=\"width:100%;height:100%;display:block;\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n  \u003cdiv id=\"beneficios\" style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eRobustez, conforto e praticidade para o cotidiano.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n        \u003c!-- 1 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstrutura reforçada\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAço carbono com pintura epóxi, resistente à corrosão.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- 2 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003ePortabilidade\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eDobrável, facilitando transporte e armazenagem.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- 3 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eManutenção simples\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePneus maciços antifuro (sem calibragem).\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- 4 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eSegurança\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFreios bilaterais reguláveis e ergonomia de uso.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- 5 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eConforto acolchoado\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAssento e encosto macios com apoio de braços acolchoado.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- 6 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n          \u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eQuick release\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eRodas traseiras 24\" com remoção rápida para transporte.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O Que Torna X Único? (6 itens) --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a Pro9000 Única\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombina durabilidade, segurança e praticidade com design dobrável.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n        \u003c!-- 1 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n          \u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n            \u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n            \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAço carbono reforçado\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEstrutura robusta com acabamento epóxi.\u003c\/p\u003e\n          \u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eResistência e longa vida útil\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 2 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n          \u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n            \u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n            \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRodas 24\" com quick release\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eFacilitam o transporte em porta-malas.\u003c\/p\u003e\n          \u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eRemoção rápida e segura\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 3 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n          \u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n            \u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n            \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003ePneus maciços antifuro\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMais durabilidade, menos manutenção.\u003c\/p\u003e\n          \u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eProntos para o uso\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 4 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n          \u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n            \u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n            \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eConforto no assento\/encosto\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEstofamento acolchoado e apoio de braços macio.\u003c\/p\u003e\n          \u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eUso prolongado mais confortável\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 5 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n          \u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n            \u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n            \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAjustes essenciais\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eApoios de pés rebatíveis e reguláveis em altura.\u003c\/p\u003e\n          \u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eErgonomia no dia a dia\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- 6 --\u003e\n        \u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n          \u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n            \u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n            \u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRaios inox e aro em aço\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMais robustez e confiabilidade.\u003c\/p\u003e\n          \u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eConstrução durável\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Ficha Técnica --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n        \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações completas da Cadeira de Rodas em Aço Pro9000 40cm – Health Clean.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n        \u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n              \u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEstrutura\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAço carbono com pintura epóxi\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade do usuário\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAté 120 kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura do assento\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e40 cm (largura efetiva)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRodas traseiras\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e24\" maciças, quick release, raios em aço inox e aro em aço\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRodas dianteiras\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eMaciças antifuro\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eFreios\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eBilaterais, reguláveis e ergonômicos\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoios\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eBraços acolchoados; pés rebatíveis com regulagem de altura\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões (aberta)\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eComp. ~103 cm × Larg. ~63,5 cm × Alt. ~91 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura quando dobrada\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~26,5 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento ao chão\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~50 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eProfundidade do assento\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~40 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRegistro ANVISA\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e80791040018\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tabela de Medidas (antes do FAQ) --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n      \u003cdiv style=\"overflow-x: auto;\"\u003e\n        \u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eMedida\u003c\/th\u003e\n              \u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eValor\u003c\/th\u003e\n              \u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important;\"\u003eObservações\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura total (aberta)\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~63,5 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003ePassa em portas com ~70 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eComprimento total\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~103 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar por ajuste do apoio de pés\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura total\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~91 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAté o topo do encosto\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento (L × P)\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e40 × ~40 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura efetiva\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do assento ao chão\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~50 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar com pneus\/ajustes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura quando dobrada\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~26,5 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eEstrutura compacta\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Garantia (antes do CTA Final) --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n        \u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com garantia do fabricante e assistência técnica autorizada.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n        \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n          \u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eGarantia legal (CDC)\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003e90 dias contra vícios de fabricação.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n          \u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eEstrutura\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eGarantia contratual do fabricante (consulte o certificado).\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n          \u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eDemais componentes\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eConforme termos do fabricante e canal de venda.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eGuarde a nota fiscal e o certificado para acionar a garantia quando necessário.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n    \u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n      \u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n      \u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eA Pro9000 é adequada para ambientes internos\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O conjunto com pneus maciços e a facilidade de manobra favorecem o uso em espaços internos e externos.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eAs rodas traseiras são removíveis\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Possuem sistema quick release (remoção rápida) para facilitar transporte e armazenagem.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003ePrecisa calibrar os pneus\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eNão. Os pneus são maciços (antifuro), dispensando calibragem.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n          \u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual a largura do assento deste modelo\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eEste anúncio refere-se à versão \u003cstrong\u003e40 cm\u003c\/strong\u003e de largura de assento.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA Final --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\" id=\"comprar\"\u003e\n  \u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n    \u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n    \u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n    \u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n      \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n        Comprar Agora\n      \u003c\/a\u003e\n\n      \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+em+A%C3%A7o+Pro9000+40cm+%28120kg%29+Health+Clean.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" target=\"_blank\"\u003e\n        \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\n          \u003cspan\u003eFalar com Atendente\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Responsividade geral --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"]   { font-size: 1.5rem !important; }\n\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n\n    div[style*=\"min-width: 280px\"] { min-width: 160px !important; padding: 1.5rem 1rem !important; }\n    div[style*=\"min-width: 280px\"] h4 { font-size: 1.125rem !important; }\n    div[style*=\"min-width: 280px\"\u003c\/style\u003e\n\u003c\/div\u003e","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128596492484,"sku":"25837","price":866.67,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-5_18__11zon_1.jpg?v=1755891323"},{"product_id":"cadeira-de-banho-pro400-higienica-dobravel-em-aluminio-150kg-procirurgica","title":"Cadeira de Banho Pro400 Higiênica em Alumínio 150kg Procirurgica","description":"\u003c!-- Referência opcional:\nhttps:\/\/produto.mercadolivre.com.br\/MLB-5312772326-cadeira-de-banho-pro400-higinica-aluminio-150k-procirurgica-_JM\n--\u003e\n\n\u003cdiv style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:1.5rem;line-height:1.6;color:#0f172a;\"\u003e\n  \u003c!-- HERO (AZUL) --\u003e\n  \u003cdiv style=\"background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 50%,#ffffff 100%);padding:6rem 0;border-radius:.25rem;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;\"\u003e\n      \u003cdiv style=\"background:#bfdbfe;color:#1e3a8a;padding:1rem 1.5rem;border-radius:3rem;font-size:1.375rem;display:inline-block;margin-bottom:2rem;\"\u003e\n        \u003cstrong\u003eProduto Original Procirúrgica\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ch1 style=\"font-size:4.75rem;font-weight:800;line-height:1.1;margin-bottom:2.25rem;color:#0f172a;\"\u003e\n        Cadeira de Banho Higiênica em Alumínio \u003cspan style=\"color:#2563eb;\"\u003ePRO400\u003c\/span\u003e (até 150 kg)\n      \u003c\/h1\u003e\n      \u003cp style=\"font-size:1.6rem;margin-bottom:3rem;\"\u003e\n        Cadeira 4 em 1 para \u003cstrong\u003ebanho\u003c\/strong\u003e, \u003cstrong\u003euso sobre o vaso\u003c\/strong\u003e, \u003cstrong\u003ehigiene\u003c\/strong\u003e e \u003cstrong\u003elocomoção interna\u003c\/strong\u003e. Estrutura em \u003cstrong\u003ealumínio com pintura epóxi\u003c\/strong\u003e (antiferrugem), \n        \u003cstrong\u003eassento acolchoado impermeável\u003c\/strong\u003e com tampa, \u003cstrong\u003ecomadre\u003c\/strong\u003e inclusa, \u003cstrong\u003eapoio de pés rebatível\u003c\/strong\u003e e \u003cstrong\u003e4 rodízios 360°\u003c\/strong\u003e com travas.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e\n        \u003ca style=\"padding:1.25rem 2.5rem;border-radius:3rem;font-size:1.5rem;font-weight:700;text-decoration:none;border:2px solid #2563eb;color:#2563eb;\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003eFalar com Atendente\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:2.25rem;flex-wrap:wrap;font-size:1.35rem;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eProduto Original\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eCasa Médica +40 anos\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE É --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;margin-bottom:1rem;\"\u003eO que é a Cadeira de Banho PRO400\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.6rem;max-width:920px;margin:0 auto;\"\u003e\n          Uma cadeira higiênica \u003cstrong\u003edobrável\u003c\/strong\u003e e \u003cstrong\u003eleve\u003c\/strong\u003e, com \u003cstrong\u003eestrutura em alumínio\u003c\/strong\u003e antiferrugem, \u003cstrong\u003eassento acolchoado\u003c\/strong\u003e impermeável e \u003cstrong\u003eencosto anatômico\u003c\/strong\u003e. \n          Indicada para banho, higiene, uso sobre o vaso e deslocamentos em ambientes internos.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Para que serve? \/ Quem pode usar?  --\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4.5rem;\"\u003e\n        \u003c!-- Para que serve --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003ePara que serve\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Garante \u003cstrong\u003ebanho sentado\u003c\/strong\u003e com menos risco de queda, possibilita \u003cstrong\u003euso sobre o vaso\u003c\/strong\u003e e facilita a \u003cstrong\u003ehigiene íntima\u003c\/strong\u003e, trazendo autonomia ao usuário e segurança ao cuidador.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eAutonomia, conforto e segurança\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Quem pode usar --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003eQuem pode usar\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Indicada para \u003cstrong\u003eidosos\u003c\/strong\u003e, pessoas em \u003cstrong\u003epós-operatório\u003c\/strong\u003e e com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e. Capacidade de carga de até \u003cstrong\u003e150 kg\u003c\/strong\u003e.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eSuporte seguro para diferentes perfis\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Casos Específicos (3 CARDS) --\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:2.5rem;margin-top:1rem;\"\u003e\n        \u003ch3 style=\"font-size:2.2rem;font-weight:800;\"\u003eCasos Específicos de Indicação\u003c\/h3\u003e\n        \u003cp style=\"font-size:1.35rem;max-width:760px;margin:.5rem auto 0;\"\u003eOnde a PRO400 é especialmente útil:\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eReabilitação \u0026amp; Pós-Operatório\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eReduz esforço e aumenta a segurança nas rotinas de banho e higiene.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eEquilíbrio Comprometido\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eMais estabilidade em casos de tontura, fraqueza e risco de quedas.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eUso Sobre o Vaso\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eComadre inclusa e assento com tampa removível para higiene facilitada.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- AVISO --\u003e\n      \u003cdiv style=\"background:#f1f5f9;padding:1.25rem;border-radius:.75rem;border:1px solid #e5e7eb;text-align:center;margin-top:.5rem;\"\u003e\n        \u003cp style=\"font-size:1.15rem;color:#475569;margin:0;\"\u003e\n          \u003cstrong\u003eImportante:\u003c\/strong\u003e Use em \u003cstrong\u003episo nivelado\u003c\/strong\u003e, acione os \u003cstrong\u003efreios\u003c\/strong\u003e e verifique os \u003cstrong\u003eencaixes\u003c\/strong\u003e antes de sentar\/levantar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFÍCIOS (6 CARDS) --\u003e\n  \u003cdiv id=\"beneficios\" style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eBenefícios que Fazem Diferença\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eCombinação de \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003epraticidade\u003c\/strong\u003e e \u003cstrong\u003econforto\u003c\/strong\u003e para o dia a dia.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eSegurança Total\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e4 rodízios 360° com \u003cstrong\u003etravas\u003c\/strong\u003e e rolamento blindado para manobras seguras.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eDobrável \u0026amp; Prática\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eSistema de \u003cstrong\u003eengate rápido (pino click)\u003c\/strong\u003e para montar\/fechar em segundos.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eHigiene Facilitada\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eAssento acolchoado impermeável\u003c\/strong\u003e com tampa removível e comadre inclusa.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eAlumínio Antiferrugem\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eEstrutura \u003cstrong\u003eleve\u003c\/strong\u003e, resistente à umidade e com pintura epóxi.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eConforto Real\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eEncosto anatômico\u003c\/strong\u003e e braços \u003cstrong\u003eescamoteáveis\u003c\/strong\u003e para transferências fáceis.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eAlta Capacidade\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eSuporta até \u003cstrong\u003e150 kg\u003c\/strong\u003e; peso do produto \u003cstrong\u003e8,1 kg\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE TORNA ÚNICA (6 ITENS) --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eO Que Torna a PRO400 Única\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eDetalhes pensados para \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003epraticidade\u003c\/strong\u003e e \u003cstrong\u003edurabilidade\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #2563eb;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e1\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003e4 em 1 Versátil\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eBanho, higiene, uso sobre o vaso e locomoção interna.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #0ea5e9;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e2\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eAssento Premium\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eAcolchoado, \u003cstrong\u003eimpermeável\u003c\/strong\u003e, com \u003cstrong\u003etampa removível\u003c\/strong\u003e e abertura frontal.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #22c55e;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#34d399,#22c55e);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e3\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eRodízios 360° com Freio\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eTravas nas rodas, rolamento blindado e manobras fáceis em espaços reduzidos.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #8b5cf6;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e4\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eBraços Escamoteáveis\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eFacilitam transferências laterais e assistência do cuidador.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #f59e0b;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e5\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eApoio de Pés Rebatível\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eCom \u003cstrong\u003eestrutura anti-tombo\u003c\/strong\u003e para maior segurança.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #06b6d4;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#22d3ee,#06b6d4);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e6\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eRegistro ANVISA\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eProduto com \u003cstrong\u003eRegistro ANVISA 80791040013\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- SELO --\u003e\n      \u003cdiv style=\"margin-top:3rem;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1f2937 100%);padding:2.5rem;border-radius:1rem;color:white;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:1rem;margin-bottom:.5rem;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"text-align:left;\"\u003e\n            \u003ch4 style=\"font-size:1.5rem;font-weight:800;margin:0;color:#e2e8f0;\"\u003eQualidade Procirúrgica\u003c\/h4\u003e\n            \u003cp style=\"font-size:1.1rem;margin:0;color:#94a3b8;\"\u003eSoluções confiáveis em mobilidade e cuidado domiciliar\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIMENSÕES \u0026 CAPACIDADE --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eDimensões \u0026amp; Capacidade\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.35rem;color:#475569;max-width:820px;margin:0 auto;\"\u003eConfira as medidas para garantir conforto ao usuário e compatibilidade com o espaço.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"overflow-x:auto;margin-bottom:2.5rem;\"\u003e\n        \u003ctable style=\"width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);\"\u003e\n          \u003cthead\u003e\n            \u003ctr style=\"background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);color:#fff;\"\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eMedida\u003c\/th\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eValor (aprox.)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eLargura × Altura × Comprimento\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e59,5\u003c\/strong\u003e × \u003cstrong\u003e95,8\u003c\/strong\u003e × \u003cstrong\u003e76,2\u003c\/strong\u003e cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eAssento (largura × prof.)\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e45\u003c\/strong\u003e × \u003cstrong\u003e42\u003c\/strong\u003e cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eAltura do Encosto\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e43\u003c\/strong\u003e cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003ePeso do Produto\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e8,1\u003c\/strong\u003e kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eCapacidade de Carga\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\u003cstrong\u003eaté 150 kg\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Dicas (3 CARDS) --\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eMontagem \u0026amp; Fechamento\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eUse o \u003cstrong\u003epino click\u003c\/strong\u003e e confira as \u003cstrong\u003etravas\u003c\/strong\u003e antes do uso.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eLimpeza\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003ePasse \u003cstrong\u003epano úmido e sabão neutro\u003c\/strong\u003e; seque as partes metálicas após o banho.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003ePosicionamento Seguro\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eUtilize em \u003cstrong\u003episo nivelado\u003c\/strong\u003e e acione os \u003cstrong\u003efreios\u003c\/strong\u003e antes de sentar\/levantar.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#eff6ff;padding:1rem;border-radius:.6rem;border:1px solid #bfdbfe;text-align:center;margin-top:2rem;\"\u003e\n        \u003cp style=\"font-size:1.05rem;color:#1e3a8a;margin:0;\"\u003e\n          \u003cstrong\u003eObservação:\u003c\/strong\u003e medidas podem variar levemente conforme o lote.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f1f5f9;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:3.2rem;font-weight:800;text-align:center;margin-bottom:1rem;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n      \u003cdiv style=\"max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;\"\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eVem com comadre\/coletor\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim, acompanha \u003cstrong\u003ecomadre plástica com tampa\u003c\/strong\u003e.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eAs rodas têm freio\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim, \u003cstrong\u003etravas\u003c\/strong\u003e garantem estabilidade ao posicionar a cadeira.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eApoio para os pés é removível\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eÉ \u003cstrong\u003erebatível\u003c\/strong\u003e e conta com \u003cstrong\u003eestrutura anti-tombo\u003c\/strong\u003e para segurança extra.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eQual o peso e a capacidade\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003ePeso aproximado \u003cstrong\u003e8,1 kg\u003c\/strong\u003e e capacidade \u003cstrong\u003eaté 150 kg\u003c\/strong\u003e.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv id=\"comprar\" style=\"padding:6rem 0;background:#ffffff;color:#0f172a;text-align:center;\"\u003e\n    \u003cdiv style=\"max-width:820px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:2.6rem;font-weight:800;margin-bottom:1.5rem;color:#2563eb;\"\u003ePrecisa de ajuda para escolher\u003c\/h2\u003e\n      \u003cp style=\"font-size:1.35rem;margin-bottom:2rem;line-height:1.6;\"\u003eAtendimento especializado de \u003cstrong\u003esegunda a sexta, das 08h às 18h\u003c\/strong\u003e. Tiramos dúvidas sobre medidas, montagem e uso.\u003c\/p\u003e\n      \u003ca style=\"padding:1.4rem 3rem;border-radius:3rem;font-size:1.5rem;font-weight:800;text-decoration:none;background:#2563eb;color:#fff;box-shadow:0 8px 24px rgba(37,99,235,.25);\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003e\n         Falar com Atendente\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  @media (max-width:768px){\n    .benefits-grid{grid-template-columns:1fr!important;}\n    h1{font-size:3.2rem!important;}\n    h2{font-size:2.4rem!important;}\n    h3{font-size:1.6rem!important;}\n    h4{font-size:1.25rem!important;}\n    p{font-size:1.25rem!important;}\n    a[style*=\"font-size: 1.5rem\"]{font-size:1.25rem!important;}\n    table{font-size:.95rem!important;}\n    th,td{padding:.75rem!important;}\n  }\n  @media (max-width:480px){\n    h1{font-size:2.6rem!important;}\n    h2{font-size:2rem!important;}\n    p{font-size:1.1rem!important;}\n    table{font-size:.8rem!important;}\n    th,td{padding:.6rem!important;}\n  }\n\u003c\/style\u003e\n","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128598229188,"sku":"25822","price":663.33,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/pro400.png?v=1755813058"},{"product_id":"cadeira-de-banho-pro300-higienica-dobravel-em-aco-150kg-procirurgica","title":"Cadeira De Banho Pro300 Higiênica Dobrável Em Aço 150kg Procirurgica","description":"\u003c!-- Referência opcional:\nhttps:\/\/ortopediaonlinesp.com.br\/produto\/cadeira-de-banho-higienica-dobravel-em-aco-ate-150kg\/\n--\u003e\n\n\u003cdiv style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:1.5rem;line-height:1.6;color:#0f172a;\"\u003e\n  \u003c!-- HERO (AZUL) --\u003e\n  \u003cdiv style=\"background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 50%,#ffffff 100%);padding:6rem 0;border-radius:.25rem;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;\"\u003e\n      \u003cdiv style=\"background:#bfdbfe;color:#1e3a8a;padding:1rem 1.5rem;border-radius:3rem;font-size:1.375rem;display:inline-block;margin-bottom:2rem;\"\u003e\n        \u003cstrong\u003eProduto Original Pro Cirúrgica\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ch1 style=\"font-size:4.75rem;font-weight:800;line-height:1.1;margin-bottom:2.25rem;color:#0f172a;\"\u003e\n        Cadeira de Banho Higiênica Dobrável em Aço \u003cspan style=\"color:#2563eb;\"\u003ePRO300\u003c\/span\u003e (até 150 kg)\n      \u003c\/h1\u003e\n      \u003cp style=\"font-size:1.6rem;margin-bottom:3rem;\"\u003e\n        Cadeira 4 em 1 para \u003cstrong\u003ebanho, vaso, higiene e locomoção interna\u003c\/strong\u003e, com \u003cstrong\u003eestrutura em aço carbono\u003c\/strong\u003e, \u003cstrong\u003erodízios com freio\u003c\/strong\u003e, \n        \u003cstrong\u003eassento acolchoado impermeável\u003c\/strong\u003e e \u003cstrong\u003ecomadre incluída\u003c\/strong\u003e. Modelo \u003cstrong\u003edobrável\u003c\/strong\u003e para facilitar transporte e armazenamento.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e\n        \u003ca style=\"padding:1.25rem 2.5rem;border-radius:3rem;font-size:1.5rem;font-weight:700;text-decoration:none;border:2px solid #2563eb;color:#2563eb;\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003eFalar com Atendente\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:2.25rem;flex-wrap:wrap;font-size:1.35rem;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eProduto Original\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eCasa Médica +40 anos\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE É --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;margin-bottom:1rem;\"\u003eO que é a Cadeira de Banho PRO300\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.6rem;max-width:920px;margin:0 auto;\"\u003e\n          É uma cadeira higiênica \u003cstrong\u003emultifuncional\u003c\/strong\u003e, desenvolvida para oferecer \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003econforto\u003c\/strong\u003e e \u003cstrong\u003epraticidade\u003c\/strong\u003e no banho e nas rotinas de higiene.\n          Possui \u003cstrong\u003eestrutura em aço carbono\u003c\/strong\u003e com acabamento resistente à umidade, \u003cstrong\u003eassento sanitário acolchoado\u003c\/strong\u003e, \u003cstrong\u003erodízios com freio\u003c\/strong\u003e e é \u003cstrong\u003edobrável\u003c\/strong\u003e.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Para que serve? \/ Quem pode usar? (EXCEÇÃO ao grid 3\/6) --\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4.5rem;\"\u003e\n        \u003c!-- Para que serve --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003ePara que serve\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Garante \u003cstrong\u003ebanho sentado\u003c\/strong\u003e e \u003cstrong\u003euso sanitário\u003c\/strong\u003e com menor risco de queda, além de facilitar a \u003cstrong\u003ehigiene íntima\u003c\/strong\u003e e as \u003cstrong\u003etransferências\u003c\/strong\u003e.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eAutonomia e segurança no banho\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Quem pode usar --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003eQuem pode usar\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Indicada para \u003cstrong\u003eidosos\u003c\/strong\u003e, pessoas em \u003cstrong\u003epós-operatório\u003c\/strong\u003e ou com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e, inclusive usuários com \u003cstrong\u003enecessidade de suporte até 150 kg\u003c\/strong\u003e.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eApoio diário com conforto e estabilidade\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Casos Específicos (3 CARDS) --\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:2.5rem;margin-top:1rem;\"\u003e\n        \u003ch3 style=\"font-size:2.2rem;font-weight:800;\"\u003eCasos Específicos de Indicação\u003c\/h3\u003e\n        \u003cp style=\"font-size:1.35rem;max-width:760px;margin:.5rem auto 0;\"\u003eOnde a PRO300 faz mais diferença:\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003ePós-Operatório\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eQuando o apoio dos membros inferiores precisa ser reduzido.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eEquilíbrio Instável\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eMais segurança em casos de tontura, fraqueza ou risco de queda.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eCuidados Diários\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eAssento sanitário e comadre para higiene prática fora ou dentro do banheiro.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- AVISO --\u003e\n      \u003cdiv style=\"background:#f1f5f9;padding:1.25rem;border-radius:.75rem;border:1px solid #e5e7eb;text-align:center;margin-top:.5rem;\"\u003e\n        \u003cp style=\"font-size:1.15rem;color:#475569;margin:0;\"\u003e\n          \u003cstrong\u003eImportante:\u003c\/strong\u003e Posicione em \u003cstrong\u003episo nivelado\u003c\/strong\u003e, acione os \u003cstrong\u003efreios\u003c\/strong\u003e e verifique a \u003cstrong\u003eestabilidade\u003c\/strong\u003e antes de sentar\/levantar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFÍCIOS (6 CARDS) --\u003e\n  \u003cdiv id=\"beneficios\" style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eBenefícios que Fazem Diferença\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eSegurança, praticidade e conforto para o usuário e para o cuidador.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eMais Segurança\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e4 rodas giratórias com \u003cstrong\u003etrava\u003c\/strong\u003e e base estável reduzem o risco de escorregões.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eDobrável\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eFecha rápido para \u003cstrong\u003eguardar\u003c\/strong\u003e ou \u003cstrong\u003etransportar\u003c\/strong\u003e (porta-malas, armários).\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eUso Sanitário\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eAssento \u003cstrong\u003esanitário acolchoado impermeável\u003c\/strong\u003e e \u003cstrong\u003ecomadre\u003c\/strong\u003e inclusa.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eRobusta\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eAço carbono\u003c\/strong\u003e com acabamento resistente à umidade.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eConforto\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eEncosto anatômico\u003c\/strong\u003e e apoio de pés \u003cstrong\u003erebatível\u003c\/strong\u003e com anti-tombo.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eAlta Capacidade\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eSuporta até \u003cstrong\u003e150 kg\u003c\/strong\u003e para uso domiciliar e institucional.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE TORNA ÚNICA (6 ITENS) --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eO Que Torna a PRO300 Única\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eDetalhes pensados para \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003epraticidade\u003c\/strong\u003e e \u003cstrong\u003edurabilidade\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #2563eb;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e1\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003e4 em 1 de Verdade\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eLocomoção interna, banho, vaso e higiene no mesmo produto.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #0ea5e9;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e2\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eDobrável e Compacta\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eFecha para caber em porta-malas e espaços pequenos.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #22c55e;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#34d399,#22c55e);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e3\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eAssento Acolchoado Impermeável\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eConforto e higiene com tampa removível.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #8b5cf6;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e4\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eRodízios 360° com Trava\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eMovimentação leve e estável em espaços reduzidos.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #f59e0b;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e5\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eAnti-Tombo no Apoio de Pés\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eApoio rebatível com sistema anti-tombo para transferências seguras.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #06b6d4;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#22d3ee,#06b6d4);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e6\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eAté 150 kg + ANVISA\u003c\/h3\u003e\n            \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eCapacidade elevada e registro \u003cstrong\u003eANVISA 80791040015\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- SELO --\u003e\n      \u003cdiv style=\"margin-top:3rem;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1f2937 100%);padding:2.5rem;border-radius:1rem;color:white;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:1rem;margin-bottom:.5rem;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"text-align:left;\"\u003e\n            \u003ch4 style=\"font-size:1.5rem;font-weight:800;margin:0;color:#e2e8f0;\"\u003eQualidade Pro Cirúrgica\u003c\/h4\u003e\n            \u003cp style=\"font-size:1.1rem;margin:0;color:#94a3b8;\"\u003eReferência em mobilidade e cuidado domiciliar\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIMENSÕES \u0026 CAPACIDADE --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eDimensões \u0026amp; Capacidade\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.35rem;color:#475569;max-width:820px;margin:0 auto;\"\u003eVerifique espaço do banheiro e medidas do usuário antes da compra.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"overflow-x:auto;margin-bottom:2.5rem;\"\u003e\n        \u003ctable style=\"width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);\"\u003e\n          \u003cthead\u003e\n            \u003ctr style=\"background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);color:#fff;\"\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eMedida\u003c\/th\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eValor (aprox.)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eLargura do Assento\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 45 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eProfundidade do Assento\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 43 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eLargura Interna (entre braços)\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 45,5 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eAltura do Assento ao Chão\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 55 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eAltura Total\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 109 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eComprimento \/ Largura Total\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 70 cm \/ 56,5 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003ePeso \/ Capacidade\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 9 kg \/ até 150 kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Dicas (3 CARDS) --\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eMontagem\/Fechamento\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eSistema com \u003cstrong\u003epino click\u003c\/strong\u003e. Verifique travas e encaixes antes de usar.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eLimpeza\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003ePano úmido e \u003cstrong\u003esabão neutro\u003c\/strong\u003e; seque após o banho para maior durabilidade.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003ePosicionamento\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eUse em \u003cstrong\u003episo nivelado\u003c\/strong\u003e e acione os \u003cstrong\u003efreios\u003c\/strong\u003e antes de sentar\/levantar.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#eff6ff;padding:1rem;border-radius:.6rem;border:1px solid #bfdbfe;text-align:center;margin-top:2rem;\"\u003e\n        \u003cp style=\"font-size:1.05rem;color:#1e3a8a;margin:0;\"\u003e\n          \u003cstrong\u003eObservação:\u003c\/strong\u003e as medidas podem variar levemente conforme o lote. Confirme a capacidade indicada no momento da compra.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f1f5f9;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:3.2rem;font-weight:800;text-align:center;margin-bottom:1rem;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n      \u003cdiv style=\"max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;\"\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eÉ realmente até 150 kg\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. Este modelo suporta até \u003cstrong\u003e150 kg\u003c\/strong\u003e (consulte a ficha técnica).\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003ePossui freio nas rodas\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. São \u003cstrong\u003e4 rodízios\u003c\/strong\u003e com \u003cstrong\u003etrava\u003c\/strong\u003e para estabilizar durante o uso.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eÉ dobrável\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. A PRO300 é \u003cstrong\u003edobrável\u003c\/strong\u003e, facilitando transporte e armazenamento.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eVem com comadre\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. \u003cstrong\u003eComadre plástica\u003c\/strong\u003e removível acompanha o produto.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv id=\"comprar\" style=\"padding:6rem 0;background:#ffffff;color:#0f172a;text-align:center;\"\u003e\n    \u003cdiv style=\"max-width:820px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:2.6rem;font-weight:800;margin-bottom:1.5rem;color:#2563eb;\"\u003ePrecisa de ajuda para escolher\u003c\/h2\u003e\n      \u003cp style=\"font-size:1.35rem;margin-bottom:2rem;line-height:1.6;\"\u003eAtendimento especializado de \u003cstrong\u003esegunda a sexta, das 08h às 18h\u003c\/strong\u003e. Tiramos dúvidas sobre medidas, montagem e uso.\u003c\/p\u003e\n      \u003ca style=\"padding:1.4rem 3rem;border-radius:3rem;font-size:1.5rem;font-weight:800;text-decoration:none;background:#2563eb;color:#fff;box-shadow:0 8px 24px rgba(37,99,235,.25);\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003e\n         Falar com Atendente\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  @media (max-width:768px){\n    .benefits-grid{grid-template-columns:1fr!important;}\n    h1{font-size:3.2rem!important;}\n    h2{font-size:2.4rem!important;}\n    h3{font-size:1.6rem!important;}\n    h4{font-size:1.25rem!important;}\n    p{font-size:1.25rem!important;}\n    a[style*=\"font-size: 1.5rem\"]{font-size:1.25rem!important;}\n    table{font-size:.95rem!important;}\n    th,td{padding:.75rem!important;}\n  }\n  @media (max-width:480px){\n    h1{font-size:2.6rem!important;}\n    h2{font-size:2rem!important;}\n    p{font-size:1.1rem!important;}\n    table{font-size:.8rem!important;}\n    th,td{padding:.6rem!important;}\n  }\n\u003c\/style\u003e\n","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128598360260,"sku":"25823","price":487.78,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/pro300.png?v=1755811055"},{"product_id":"cadeira-de-banho-pro200-higienica-dobravel-em-aco-120kg-procirurgica","title":"Cadeira De Banho Pro200 Higiênica Dobrável Em Aço 120kg Procirurgica","description":"\u003c!-- Referência opcional:\nhttps:\/\/www.mercadolivre.com.br\/cadeira-higinica-dobravel-em-aco-pro200-procirurgica\/p\/MLB31736017\n--\u003e\n\n\u003cdiv style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:1.5rem;line-height:1.6;color:#0f172a;\"\u003e\n  \u003c!-- HERO (AZUL) --\u003e\n  \u003cdiv style=\"background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 50%,#ffffff 100%);padding:6rem 0;border-radius:.25rem;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;\"\u003e\n      \u003cdiv style=\"background:#bfdbfe;color:#1e3a8a;padding:1rem 1.5rem;border-radius:3rem;font-size:1.375rem;display:inline-block;margin-bottom:2rem;\"\u003e\n        \u003cstrong\u003eProduto Original Procirúrgica\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ch1 style=\"font-size:4.75rem;font-weight:800;line-height:1.1;margin-bottom:2.25rem;color:#0f172a;\"\u003e\n        Cadeira Higiênica Dobrável em Aço \u003cspan style=\"color:#2563eb;\"\u003ePRO200\u003c\/span\u003e (até 120 kg)\n      \u003c\/h1\u003e\n      \u003cp style=\"font-size:1.6rem;margin-bottom:3rem;\"\u003e\n        Cadeira 2 em 1 para \u003cstrong\u003ebanho\u003c\/strong\u003e e \u003cstrong\u003euso sobre o vaso\u003c\/strong\u003e, com \u003cstrong\u003eestrutura em aço carbono\u003c\/strong\u003e e \u003cstrong\u003epintura epóxi\u003c\/strong\u003e, \n        \u003cstrong\u003e4 rodízios giratórios\u003c\/strong\u003e (travas nas rodas dianteiras), \u003cstrong\u003eassento em plástico\u003c\/strong\u003e e \u003cstrong\u003esistema dobrável\/desmontável\u003c\/strong\u003e para transporte e limpeza.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e\n        \u003ca style=\"padding:1.25rem 2.5rem;border-radius:3rem;font-size:1.5rem;font-weight:700;text-decoration:none;border:2px solid #2563eb;color:#2563eb;\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003eFalar com Atendente\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:2.25rem;flex-wrap:wrap;font-size:1.35rem;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eProduto Original\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eCasa Médica +40 anos\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE É --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;margin-bottom:1rem;\"\u003eO que é a Cadeira Higiênica PRO200\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.6rem;max-width:920px;margin:0 auto;\"\u003e\n          É uma cadeira higiênica \u003cstrong\u003edobrável\u003c\/strong\u003e e \u003cstrong\u003edesmontável\u003c\/strong\u003e, desenhada para dar \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003econforto\u003c\/strong\u003e e \u003cstrong\u003epraticidade\u003c\/strong\u003e no banho e no uso sanitário. \n          Conta com \u003cstrong\u003eestrutura em aço carbono\u003c\/strong\u003e com acabamento epóxi, \u003cstrong\u003eassento plástico\u003c\/strong\u003e, \u003cstrong\u003e4 rodízios 360°\u003c\/strong\u003e com travas dianteiras e \u003cstrong\u003eencosto anatômico\u003c\/strong\u003e.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Para que serve? \/ Quem pode usar? (EXCEÇÃO ao grid 3\/6) --\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4.5rem;\"\u003e\n        \u003c!-- Para que serve --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003ePara que serve\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Proporciona \u003cstrong\u003ebanho sentado\u003c\/strong\u003e com menor risco de queda e possibilita \u003cstrong\u003euso sobre o vaso\u003c\/strong\u003e, facilitando a \u003cstrong\u003ehigiene íntima\u003c\/strong\u003e e as \u003cstrong\u003etransferências\u003c\/strong\u003e.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eAutonomia e segurança no dia a dia\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Quem pode usar --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003eQuem pode usar\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Indicada para \u003cstrong\u003eidosos\u003c\/strong\u003e, \u003cstrong\u003epós-operatório\u003c\/strong\u003e e pessoas com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e, com necessidade de suporte de até \u003cstrong\u003e120 kg\u003c\/strong\u003e.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eApoio seguro para usuário e cuidador\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Casos Específicos (3 CARDS) --\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:2.5rem;margin-top:1rem;\"\u003e\n        \u003ch3 style=\"font-size:2.2rem;font-weight:800;\"\u003eCasos Específicos de Indicação\u003c\/h3\u003e\n        \u003cp style=\"font-size:1.35rem;max-width:760px;margin:.5rem auto 0;\"\u003eOnde a PRO200 ajuda mais:\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003ePós-Operatório\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eQuando reduzir apoio e esforço é essencial durante o banho.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eEquilíbrio Instável\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eMais segurança em casos de tontura, fraqueza e risco de queda.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eCuidados Diários\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eUso sobre o vaso e asseio com facilidade de limpeza.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- AVISO --\u003e\n      \u003cdiv style=\"background:#f1f5f9;padding:1.25rem;border-radius:.75rem;border:1px solid #e5e7eb;text-align:center;margin-top:.5rem;\"\u003e\n        \u003cp style=\"font-size:1.15rem;color:#475569;margin:0;\"\u003e\n          \u003cstrong\u003eImportante:\u003c\/strong\u003e Acione os \u003cstrong\u003efreios\u003c\/strong\u003e, use em \u003cstrong\u003episo nivelado\u003c\/strong\u003e e verifique os \u003cstrong\u003eencaixes\u003c\/strong\u003e antes de sentar\/levantar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFÍCIOS (6 CARDS) --\u003e\n  \u003cdiv id=\"beneficios\" style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eBenefícios que Fazem Diferença\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eMais \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003epraticidade\u003c\/strong\u003e e \u003cstrong\u003econforto\u003c\/strong\u003e para o usuário e o cuidador.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eMais Segurança\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e4 rodízios giratórios com \u003cstrong\u003etravas dianteiras\u003c\/strong\u003e e base estável.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eDobrável\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eFecha\/desmonta rápido (\u003cstrong\u003epino click\u003c\/strong\u003e) para guardar e transportar.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eUso Sanitário\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eAssento \u003cstrong\u003eplástico\u003c\/strong\u003e de fácil higiene e uso sobre o vaso.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eResistente\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eAço carbono\u003c\/strong\u003e com \u003cstrong\u003epintura epóxi\u003c\/strong\u003e para maior durabilidade.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eConforto\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eEncosto anatômico\u003c\/strong\u003e e apoio de braços confortáveis.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eAlta Capacidade\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eSuporta até \u003cstrong\u003e120 kg\u003c\/strong\u003e para uso domiciliar e institucional.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE TORNA ÚNICA (6 ITENS) --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eO Que Torna a PRO200 Única\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eDetalhes pensados para \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003epraticidade\u003c\/strong\u003e e \u003cstrong\u003edurabilidade\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #2563eb;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e1\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003e2 em 1: Banho + Vaso\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eVersátil para diferentes rotinas de cuidado.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #0ea5e9;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e2\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eDobrável \u0026amp; Desmontável\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eSistema \u003cstrong\u003epino click\u003c\/strong\u003e para montar\/fechar em segundos.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #22c55e;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#34d399,#22c55e);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e3\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eRodízios 360° com Trava\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eTravas nas rodas dianteiras para posicionamento seguro.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #8b5cf6;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e4\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eAço Carbono + Epóxi\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eEstrutura robusta e resistente à umidade.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #f59e0b;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e5\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eMedidas Confortáveis\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eAssento ~\u003cstrong\u003e44×44 cm\u003c\/strong\u003e e \u003cstrong\u003eencosto ~45 cm\u003c\/strong\u003e de altura.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #06b6d4;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#22d3ee,#06b6d4);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e6\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eLeve e Compacta\u003c\/h3\u003e\n            \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003ePeso aproximado \u003cstrong\u003e~6,6 kg\u003c\/strong\u003e: fácil de manusear e guardar.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- SELO --\u003e\n      \u003cdiv style=\"margin-top:3rem;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1f2937 100%);padding:2.5rem;border-radius:1rem;color:white;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:1rem;margin-bottom:.5rem;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"text-align:left;\"\u003e\n            \u003ch4 style=\"font-size:1.5rem;font-weight:800;margin:0;color:#e2e8f0;\"\u003eQualidade Procirúrgica\u003c\/h4\u003e\n            \u003cp style=\"font-size:1.1rem;margin:0;color:#94a3b8;\"\u003eReferência em mobilidade e cuidado domiciliar\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIMENSÕES \u0026 CAPACIDADE --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eDimensões \u0026amp; Capacidade\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.35rem;color:#475569;max-width:820px;margin:0 auto;\"\u003eMeça o espaço do banheiro e verifique o conforto do usuário.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"overflow-x:auto;margin-bottom:2.5rem;\"\u003e\n        \u003ctable style=\"width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);\"\u003e\n          \u003cthead\u003e\n            \u003ctr style=\"background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);color:#fff;\"\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eMedida\u003c\/th\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eValor (aprox.)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eLargura × Altura × Comprimento\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e56\u003c\/strong\u003e × \u003cstrong\u003e97,5\u003c\/strong\u003e × \u003cstrong\u003e69,1\u003c\/strong\u003e cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eAssento (largura × prof.)\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e44\u003c\/strong\u003e × \u003cstrong\u003e44\u003c\/strong\u003e cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eAltura do Encosto\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e45\u003c\/strong\u003e cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003ePeso do Produto\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\n\u003cstrong\u003e6,6\u003c\/strong\u003e kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eCapacidade de Carga\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e\u003cstrong\u003eaté 120 kg\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Dicas (3 CARDS) --\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eMontagem\/Fechamento\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eUse o \u003cstrong\u003epino click\u003c\/strong\u003e e confira as \u003cstrong\u003etravas\u003c\/strong\u003e antes do uso.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eLimpeza\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eLimpe com \u003cstrong\u003epano úmido\u003c\/strong\u003e e \u003cstrong\u003esabão neutro\u003c\/strong\u003e; seque após o banho.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003ePosicionamento\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eUse em \u003cstrong\u003episo nivelado\u003c\/strong\u003e e acione os \u003cstrong\u003efreios\u003c\/strong\u003e antes de sentar\/levantar.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#eff6ff;padding:1rem;border-radius:.6rem;border:1px solid #bfdbfe;text-align:center;margin-top:2rem;\"\u003e\n        \u003cp style=\"font-size:1.05rem;color:#1e3a8a;margin:0;\"\u003e\n          \u003cstrong\u003eObservação:\u003c\/strong\u003e medidas podem variar levemente conforme o lote.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f1f5f9;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:3.2rem;font-weight:800;text-align:center;margin-bottom:1rem;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n      \u003cdiv style=\"max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;\"\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eQual a capacidade de peso\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSuporta até \u003cstrong\u003e120 kg\u003c\/strong\u003e.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eAs rodas têm freio\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. As \u003cstrong\u003erodas dianteiras\u003c\/strong\u003e possuem \u003cstrong\u003etravas\u003c\/strong\u003e para maior estabilidade.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eÉ dobrável\/desmontável\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. Estrutura \u003cstrong\u003edobrável\u003c\/strong\u003e e \u003cstrong\u003edesmontável\u003c\/strong\u003e que facilita transporte e limpeza.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eServe para uso fora do banheiro\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. Pode ser usada para \u003cstrong\u003elocomoção interna\u003c\/strong\u003e em ambientes domésticos.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv id=\"comprar\" style=\"padding:6rem 0;background:#ffffff;color:#0f172a;text-align:center;\"\u003e\n    \u003cdiv style=\"max-width:820px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:2.6rem;font-weight:800;margin-bottom:1.5rem;color:#2563eb;\"\u003ePrecisa de ajuda para escolher\u003c\/h2\u003e\n      \u003cp style=\"font-size:1.35rem;margin-bottom:2rem;line-height:1.6;\"\u003eAtendimento especializado de \u003cstrong\u003esegunda a sexta, das 08h às 18h\u003c\/strong\u003e. Tiramos dúvidas sobre medidas, montagem e uso.\u003c\/p\u003e\n      \u003ca style=\"padding:1.4rem 3rem;border-radius:3rem;font-size:1.5rem;font-weight:800;text-decoration:none;background:#2563eb;color:#fff;box-shadow:0 8px 24px rgba(37,99,235,.25);\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003e\n         Falar com Atendente\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  @media (max-width:768px){\n    .benefits-grid{grid-template-columns:1fr!important;}\n    h1{font-size:3.2rem!important;}\n    h2{font-size:2.4rem!important;}\n    h3{font-size:1.6rem!important;}\n    h4{font-size:1.25rem!important;}\n    p{font-size:1.25rem!important;}\n    a[style*=\"font-size: 1.5rem\"]{font-size:1.25rem!important;}\n    table{font-size:.95rem!important;}\n    th,td{padding:.75rem!important;}\n  }\n  @media (max-width:480px){\n    h1{font-size:2.6rem!important;}\n    h2{font-size:2rem!important;}\n    p{font-size:1.1rem!important;}\n    table{font-size:.8rem!important;}\n    th,td{padding:.6rem!important;}\n  }\n\u003c\/style\u003e\n","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128598753476,"sku":"25820","price":321.11,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-1_1_08c98663-2834-42ee-85e2-a4e0dde39ef8.png?v=1755810546"},{"product_id":"cadeira-de-banho-pro100-higienica-dobravel-em-aco-100kg-procirurgica","title":"Cadeira De Banho Pro100 Higiênica Dobrável Em Aço 90kg Procirurgica","description":"\u003c!-- Referência opcional:\nhttps:\/\/www.casamedica.com.br\/cadeira-de-banho-pro100-higienica-dobravel-em-aco-100kg-procirurgica.html\n--\u003e\n\n\u003cdiv style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:1.5rem;line-height:1.6;color:#0f172a;\"\u003e\n  \u003c!-- HERO (AZUL) --\u003e\n  \u003cdiv style=\"background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 50%,#ffffff 100%);padding:6rem 0;border-radius:.25rem;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;\"\u003e\n      \u003cdiv style=\"background:#bfdbfe;color:#1e3a8a;padding:1rem 1.5rem;border-radius:3rem;font-size:1.375rem;display:inline-block;margin-bottom:2rem;\"\u003e\n        \u003cstrong\u003eProduto Original Procirúrgica\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ch1 style=\"font-size:4.75rem;font-weight:800;line-height:1.1;margin-bottom:2.25rem;color:#0f172a;\"\u003e\n        Cadeira de Banho \u003cspan style=\"color:#2563eb;\"\u003ePRO100\u003c\/span\u003e Higiênica Dobrável em Aço (até 100 kg)\n      \u003c\/h1\u003e\n      \u003cp style=\"font-size:1.6rem;margin-bottom:3rem;\"\u003e\n        Cadeira higiênica para \u003cstrong\u003ebanho e uso sanitário\u003c\/strong\u003e com \u003cstrong\u003eestrutura em aço carbono\u003c\/strong\u003e, \u003cstrong\u003epintura epóxi\u003c\/strong\u003e e \u003cstrong\u003eencosto acolchoado\u003c\/strong\u003e.\n        \u003cstrong\u003eDobrável\u003c\/strong\u003e para transportar e guardar com facilidade, com \u003cstrong\u003erodízios com freio\u003c\/strong\u003e e assento sanitário para higiene íntima segura.\n      \u003c\/p\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e\n        \u003ca style=\"padding:1.25rem 2.5rem;border-radius:3rem;font-size:1.5rem;font-weight:700;text-decoration:none;border:2px solid #2563eb;color:#2563eb;\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003eFalar com Atendente\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:flex;justify-content:center;gap:2.25rem;flex-wrap:wrap;font-size:1.35rem;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eProduto Original\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:.6rem;\"\u003e\n\u003cspan style=\"font-weight:700;\"\u003eCasa Médica +40 anos\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE É --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;margin-bottom:1rem;\"\u003eO que é a Cadeira de Banho PRO100\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.6rem;max-width:920px;margin:0 auto;\"\u003e\n          É uma cadeira higiênica de \u003cstrong\u003euso domiciliar\u003c\/strong\u003e e \u003cstrong\u003einstitucional\u003c\/strong\u003e, feita em \u003cstrong\u003eaço carbono\u003c\/strong\u003e com \u003cstrong\u003epintura epóxi\u003c\/strong\u003e, \u003cstrong\u003edobrável\u003c\/strong\u003e para facilitar\n          \u003cstrong\u003etransporte\u003c\/strong\u003e e \u003cstrong\u003earmazenamento\u003c\/strong\u003e. Conta com \u003cstrong\u003eassento sanitário\u003c\/strong\u003e, \u003cstrong\u003eencosto acolchoado\u003c\/strong\u003e e \u003cstrong\u003erodízios com freio\u003c\/strong\u003e que trazem segurança no banho.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Para que serve? \/ Quem pode usar? (EXCEÇÃO ao grid 3\/6) --\u003e\n      \u003cdiv class=\"benefits-grid\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4.5rem;\"\u003e\n        \u003c!-- Para que serve --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003ePara que serve\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Proporciona \u003cstrong\u003ebanho sentado\u003c\/strong\u003e e \u003cstrong\u003euso sanitário\u003c\/strong\u003e com redução de risco de quedas, facilitando a higiene íntima do usuário.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eAutonomia e segurança no banho\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- Quem pode usar --\u003e\n        \u003cdiv style=\"background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;\"\u003e\n          \u003cdiv style=\"height:.5rem;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"padding:2.25rem;\"\u003e\n            \u003ch3 style=\"font-size:2rem;font-weight:800;margin-bottom:1rem;\"\u003eQuem pode usar\u003c\/h3\u003e\n            \u003cp style=\"font-size:1.4rem;color:#475569;line-height:1.7;margin-bottom:1rem;\"\u003e\n              Indicada para \u003cstrong\u003eidosos\u003c\/strong\u003e, pessoas em \u003cstrong\u003epós-operatório\u003c\/strong\u003e ou com \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e, e para cuidadores que buscam \u003cstrong\u003epraticidade e segurança\u003c\/strong\u003e.\n            \u003c\/p\u003e\n            \u003cdiv style=\"display:flex;align-items:center;gap:.7rem;color:#2563eb;font-weight:700;font-size:1.25rem;\"\u003e\n              \u003cspan\u003eApoio diário com conforto e estabilidade\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Casos Específicos (3 CARDS) --\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:2.5rem;margin-top:1rem;\"\u003e\n        \u003ch3 style=\"font-size:2.2rem;font-weight:800;\"\u003eCasos Específicos de Indicação\u003c\/h3\u003e\n        \u003cp style=\"font-size:1.35rem;max-width:760px;margin:.5rem auto 0;\"\u003eOnde a PRO100 faz mais diferença:\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003ePós-Operatório\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eQuando o apoio de membros inferiores precisa ser reduzido.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eEquilíbrio Instável\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eMais segurança em casos de tontura, fraqueza ou risco de queda.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:4rem;height:4rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.4rem;font-weight:800;margin-bottom:.5rem;\"\u003eCuidados Diários\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eHigiene íntima facilitada pelo assento sanitário.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- AVISO --\u003e\n      \u003cdiv style=\"background:#f1f5f9;padding:1.25rem;border-radius:.75rem;border:1px solid #e5e7eb;text-align:center;margin-top:.5rem;\"\u003e\n        \u003cp style=\"font-size:1.15rem;color:#475569;margin:0;\"\u003e\n          \u003cstrong\u003eImportante:\u003c\/strong\u003e Posicione em \u003cstrong\u003episo nivelado\u003c\/strong\u003e, acione os \u003cstrong\u003efreios\u003c\/strong\u003e e verifique a \u003cstrong\u003eestabilidade\u003c\/strong\u003e antes de sentar\/levantar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFÍCIOS (6 CARDS) --\u003e\n  \u003cdiv id=\"beneficios\" style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3.5rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eBenefícios que Fazem Diferença\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eSegurança, praticidade e conforto para o usuário e o cuidador.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eSegurança no Banho\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eRodízios com \u003cstrong\u003efreio\u003c\/strong\u003e e boa base de apoio reduzem o risco de escorregões.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eFácil Limpeza\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eEncosto \u003cstrong\u003eacolchoado\u003c\/strong\u003e e superfícies lisas simplificam a higienização.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eDurável\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eAço carbono\u003c\/strong\u003e com \u003cstrong\u003epintura epóxi\u003c\/strong\u003e para resistência e longa vida útil.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eUso Sanitário\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eAssento \u003cstrong\u003esanitário\u003c\/strong\u003e que facilita a higiene íntima do usuário.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eDobrável\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003eFecha em segundos para \u003cstrong\u003etransportar\u003c\/strong\u003e e \u003cstrong\u003eguardar\u003c\/strong\u003e facilmente.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:5rem;height:5rem;margin:0 auto 1.25rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;\"\u003e\u003c\/div\u003e\n          \u003ch3 style=\"font-size:1.7rem;font-weight:800;margin-bottom:.5rem;\"\u003eConfortável\u003c\/h3\u003e\n          \u003cp style=\"font-size:1.35rem;\"\u003e\u003cstrong\u003eEncosto acolchoado\u003c\/strong\u003e e braços para apoio na transferência.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- O QUE TORNA ÚNICA (6 ITENS) --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#ffffff;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eO Que Torna a PRO100 Única\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.45rem;max-width:800px;margin:0 auto;\"\u003eDetalhes pensados para \u003cstrong\u003esegurança\u003c\/strong\u003e, \u003cstrong\u003epraticidade\u003c\/strong\u003e e \u003cstrong\u003edurabilidade\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #2563eb;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e1\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eEstrutura em Aço\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eAço carbono com pintura epóxi: robustez e proteção contra umidade.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #0ea5e9;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e2\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eDobrável de Verdade\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eFecha rápido para caber em espaços pequenos ou levar no carro.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #22c55e;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#34d399,#22c55e);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e3\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eEncosto Acolchoado\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eMais conforto em banhos mais longos e na locomoção interna.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #8b5cf6;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e4\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eRodízios 360°\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eMovimentação leve; com \u003cstrong\u003efreio\u003c\/strong\u003e para travar quando necessário.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #f59e0b;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e5\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eLeve (? 6,5 kg)\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eFácil de manusear por cuidadores e familiares.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid #06b6d4;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:center;gap:1rem;margin-bottom:1rem;\"\u003e\n            \u003cdiv style=\"width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#22d3ee,#06b6d4);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;\"\u003e6\u003c\/div\u003e\n            \u003ch3 style=\"font-size:1.5rem;font-weight:800;margin:0;\"\u003eAté 100 kg\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size:1.15rem;color:#475569;\"\u003eCapacidade indicada para uso domiciliar e institucional.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- SELO --\u003e\n      \u003cdiv style=\"margin-top:3rem;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1f2937 100%);padding:2.5rem;border-radius:1rem;color:white;\"\u003e\n        \u003cdiv style=\"display:inline-flex;align-items:center;gap:1rem;margin-bottom:.5rem;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;\"\u003e\u003c\/div\u003e\n          \u003cdiv style=\"text-align:left;\"\u003e\n            \u003ch4 style=\"font-size:1.5rem;font-weight:800;margin:0;color:#e2e8f0;\"\u003eQualidade Procirúrgica\u003c\/h4\u003e\n            \u003cp style=\"font-size:1.1rem;margin:0;color:#94a3b8;\"\u003eReferência em mobilidade e cuidado domiciliar\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIMENSÕES \u0026 CAPACIDADE --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f8fafc;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:3rem;\"\u003e\n        \u003ch2 style=\"font-size:3.2rem;font-weight:800;\"\u003eDimensões \u0026amp; Capacidade\u003c\/h2\u003e\n        \u003cp style=\"font-size:1.35rem;color:#475569;max-width:820px;margin:0 auto;\"\u003eEscolha com segurança verificando espaço do banheiro e medidas do usuário.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"overflow-x:auto;margin-bottom:2.5rem;\"\u003e\n        \u003ctable style=\"width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08);\"\u003e\n          \u003cthead\u003e\n            \u003ctr style=\"background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);color:#fff;\"\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eMedida\u003c\/th\u003e\n              \u003cth style=\"padding:1.25rem;text-align:center;font-size:1.4rem;font-weight:800;\"\u003eValor (aprox.)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eLargura do Assento\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 44 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eProfundidade do Assento\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 39,5 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eLargura entre Braços\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 46 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;background:#f1f5f9;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eDimensões Montada (C×L×A)\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 64,5 × 51 × 97 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003eDimensões Dobrável (C×L×A)\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 17 × 51 × 97 cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;font-weight:700;background:#eff6ff;\"\u003ePeso \/ Capacidade\u003c\/td\u003e\n              \u003ctd style=\"padding:1rem;text-align:center;\"\u003e? 6,5 kg \/ até 100 kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Dicas (3 CARDS) --\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;\"\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eMontagem\/Fechamento\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eConfira os \u003cstrong\u003eencaixes\u003c\/strong\u003e e o travamento antes de usar; ao dobrar, mantenha as mãos fora das articulações.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003eLimpeza\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003ePano úmido e \u003cstrong\u003esabão neutro\u003c\/strong\u003e; seque após o banho para maior durabilidade.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);text-align:center;\"\u003e\n          \u003cdiv style=\"width:3.5rem;height:3.5rem;margin:0 auto 1rem;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;\"\u003e\u003c\/div\u003e\n          \u003ch4 style=\"font-size:1.3rem;font-weight:800;margin-bottom:.5rem;\"\u003ePosicionamento\u003c\/h4\u003e\n          \u003cp style=\"font-size:1.15rem;\"\u003eUse em \u003cstrong\u003episo nivelado\u003c\/strong\u003e e acione os \u003cstrong\u003efreios\u003c\/strong\u003e antes de sentar\/levantar.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#eff6ff;padding:1rem;border-radius:.6rem;border:1px solid #bfdbfe;text-align:center;margin-top:2rem;\"\u003e\n        \u003cp style=\"font-size:1.05rem;color:#1e3a8a;margin:0;\"\u003e\n          \u003cstrong\u003eObservação:\u003c\/strong\u003e as medidas podem variar levemente conforme o lote. Confirme a capacidade indicada no momento da compra.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"padding:6rem 0;background:#f1f5f9;\"\u003e\n    \u003cdiv style=\"max-width:1200px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:3.2rem;font-weight:800;text-align:center;margin-bottom:1rem;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n      \u003cdiv style=\"max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;\"\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eÉ dobrável\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. A PRO100 é \u003cstrong\u003edobrável\u003c\/strong\u003e, ideal para guardar e transportar.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eTem freio nas rodas\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim. Possui \u003cstrong\u003erodízios com freio\u003c\/strong\u003e para estabilizar durante o uso.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eServe para usar no quarto\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eSim, o \u003cstrong\u003eassento sanitário\u003c\/strong\u003e permite o uso fora do banheiro quando necessário.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden;\"\u003e\n          \u003cdiv style=\"padding:1.5rem;font-weight:800;background:#f8fafc;font-size:1.25rem;\"\u003eQual a capacidade\u003c\/div\u003e\n          \u003cdiv style=\"padding:1.5rem;font-size:1.25rem;\"\u003eAté \u003cstrong\u003e100 kg\u003c\/strong\u003e, conforme especificações do modelo.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv id=\"comprar\" style=\"padding:6rem 0;background:#ffffff;color:#0f172a;text-align:center;\"\u003e\n    \u003cdiv style=\"max-width:820px;margin:0 auto;padding:0 20px;\"\u003e\n      \u003ch2 style=\"font-size:2.6rem;font-weight:800;margin-bottom:1.5rem;color:#2563eb;\"\u003ePrecisa de ajuda para escolher\u003c\/h2\u003e\n      \u003cp style=\"font-size:1.35rem;margin-bottom:2rem;line-height:1.6;\"\u003eAtendimento especializado de \u003cstrong\u003esegunda a sexta, das 08h às 18h\u003c\/strong\u003e. Tiramos dúvidas sobre medidas, montagem e uso.\u003c\/p\u003e\n      \u003ca style=\"padding:1.4rem 3rem;border-radius:3rem;font-size:1.5rem;font-weight:800;text-decoration:none;background:#2563eb;color:#fff;box-shadow:0 8px 24px rgba(37,99,235,.25);\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\"\u003e\n         Falar com Atendente\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  @media (max-width:768px){\n    .benefits-grid{grid-template-columns:1fr!important;}\n    h1{font-size:3.2rem!important;}\n    h2{font-size:2.4rem!important;}\n    h3{font-size:1.6rem!important;}\n    h4{font-size:1.25rem!important;}\n    p{font-size:1.25rem!important;}\n    a[style*=\"font-size: 1.5rem\"]{font-size:1.25rem!important;}\n    table{font-size:.95rem!important;}\n    th,td{padding:.75rem!important;}\n  }\n  @media (max-width:480px){\n    h1{font-size:2.6rem!important;}\n    h2{font-size:2rem!important;}\n    p{font-size:1.1rem!important;}\n    table{font-size:.8rem!important;}\n    th,td{padding:.6rem!important;}\n  }\n\u003c\/style\u003e\n","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128598917316,"sku":"25824","price":243.33,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-1_da102577-7758-4d2b-a325-7978d3cf8fed.png?v=1755809178"},{"product_id":"bengala-4-pontas-procirurgica","title":"Bengala 4 Pontas Procirurgica","description":"\u003ch2 class=\"MsoNormal\"\u003eBengala 4 Pontas Procirurgica\u003c\/h2\u003e\n\u003cp class=\"MsoNormal\"\u003eDesenvolvida para oferecer apoio e estabilidade, a Bengala 4 Pontas Procirurgica é resistente, leve e possui um design ergonômico que distribui a pressão palmar de forma confortável.\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003eFicha técnica do produto:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eCapacidade 120kg\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003e10 níveis de ajuste de altura\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eEstrutura em alumínio\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eFixação antirruído\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePonteiras aderentes\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128599212228,"sku":"25827","price":86.67,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/45093661fcb9b32639bea0c87369a84e.webp?v=1725459300"},{"product_id":"andador-alum-pro150-130kg-articulado-prata-procirurgica","title":"Andador Alumínio Pro150 130kg Articulado Prata Procirurgica","description":"\u003ch2 class=\"MsoNormal\"\u003eAndador Alumínio Pro150 130kg Articulado Prata Procirurgica\u003c\/h2\u003e\n\u003cp class=\"MsoNormal\"\u003eO Andador Alumínio Pro150 130kg Articulado Prata Procirurgica é indicado para quem tem dificuldades de locomoção garantindo qualidade, praticidade e segurança. Fabricado em alumínio de alta qualidade, é leve e durável, ideal para quem precisa de mobilidade e estabilidade.\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003eFicha técnica do produto:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eDimensões do produto: L 54cm x C 47cm x A 75cm\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePeso do andador: 2,6kg\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePossui 8 níveis de regulagem de altura\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eSistema de engate rápido para abrir e fechar\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eSistema articulado\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eApoio de mão emborrachado, macio e anatômico\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePonteira emborrachada com maior aderência e sem barulho\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eCapacidade de 130kg\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Procirurgica","offers":[{"title":"Default Title","offer_id":44128599343300,"sku":"25832","price":161.11,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/ac5286c3fb50ab5b41ce969b49b29909.webp?v=1725459304"},{"product_id":"fita-de-silicone-adesiva-silicare-tape-2-5cmx1-5m-vita-medical","title":"Fita de Silicone Adesiva Silicare Tape 2,5cmx1,5m Vita Medical + E-book","description":"\u003cdiv style=\"font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#f0f8ff 0%,#e6f3ff 50%,#ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Vita Medical\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eFita de Silicone Adesiva \u003cspan style=\"color: #2563eb;\"\u003eSilicare Tape 2,5 cm × 1,5 m\u003c\/span\u003e – Vita Medical\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eFita autoadesiva de \u003cstrong\u003esilicone grau médico\u003c\/strong\u003e para \u003cstrong\u003etratamento e prevenção\u003c\/strong\u003e de cicatrizes hipertróficas e quelóides. \u003cstrong\u003eRecortável\u003c\/strong\u003e, \u003cstrong\u003ereutilizável\u003c\/strong\u003e, \u003cstrong\u003elavável\u003c\/strong\u003e e discreta para uso diário no pós-operatório e no cuidado estético.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e Comprar Agora \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Fita+de+Silicone+Adesiva+Silicare+Tape+2%2C5cm+x+1%2C5m+Vita+Medical.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" target=\"_blank\"\u003e Falar com Atendente \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eSilicone 100% grau médico\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eAutoadesiva e reutilizável\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eRecortável e discreta\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Silicare Tape\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eSilicare Tape\u003c\/strong\u003e é uma \u003cstrong\u003efita de silicone médico\u003c\/strong\u003e em rolo, \u003cstrong\u003e2,5 cm de largura\u003c\/strong\u003e por \u003cstrong\u003e1,5 m de comprimento\u003c\/strong\u003e, indicada para \u003cstrong\u003eprevenir e tratar cicatrizes\u003c\/strong\u003e (hipertróficas e quelóides). Sua ação mantém o \u003cstrong\u003emicroambiente úmido\u003c\/strong\u003e e reduz a tensão local, favorecendo a \u003cstrong\u003ematuração\u003c\/strong\u003e e a \u003cstrong\u003emelhora do relevo e da cor\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit,minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- Para que serve --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003e\u003cstrong\u003ePrevenção e terapia\u003c\/strong\u003e de cicatrizes após fechamento total da ferida. Ajuda a \u003cstrong\u003ereduzir espessura\u003c\/strong\u003e, \u003cstrong\u003evermelhidão\u003c\/strong\u003e, \u003cstrong\u003eprurido\u003c\/strong\u003e e \u003cstrong\u003erigidez\u003c\/strong\u003e da cicatriz.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003ePós-operatório, queimaduras e cortes fechados\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg,#10b981 0%,#34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eAdultos e crianças (com orientação), após \u003cstrong\u003eepitelização completa\u003c\/strong\u003e. \u003cstrong\u003eNão usar\u003c\/strong\u003e sobre feridas abertas ou pele irritada.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\u003cspan\u003eHipoalergênica e livre de látex\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e inicie o uso apenas com a pele íntegra. Se ocorrer irritação, interrompa e procure orientação profissional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\" id=\"beneficios\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eConforto, discrição e desempenho clínico no cuidado da cicatriz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 2rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eSilicone médico\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eTecnologia de oclusão e hidratação contínua.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAutoadesiva\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAderência suave, sem necessidade de fitas extras.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eRecortável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAjuste ao formato e ao comprimento da cicatriz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eReutilizável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eLavável e durável com cuidados adequados.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eConforto discreto\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eTransparente e fina para uso sob roupas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color: #2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eUso prolongado\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eIndicada para 12–24 h\/dia, conforme tolerância.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna a Silicare Tape Única --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna a Silicare Tape Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eEquilíbrio ideal entre adesão suave, durabilidade e estética.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit,minmax(350px,1fr)); gap: 2rem;\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg,#3b82f6,#1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eSilicone 100% puro\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eSem tecidos rígidos: conforto mesmo em áreas móveis.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eHipoalergênica e livre de látex\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg,#10b981,#059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRolo econômico\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003e2,5 cm × 1,5 m: corte sob medida e menor desperdício.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eRende múltiplas aplicações\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg,#f59e0b,#d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003ePerfil ultrafino\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eDiscrição sob roupas e uso confortável por horas.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eAparência mais natural\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg,#8b5cf6,#7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eFácil higienização\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLavar com água e sabão neutro; secagem ao ar.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eReaplicação simples\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg,#ef4444,#dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eConforto dermoativo\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAjuda a reduzir coceira e desconforto local.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eSensação agradável na pele\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg,#06b6d4,#0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eVersátil\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eCicatrizes lineares, pequenas áreas e regiões de dobras.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eAdequada para diversas localizações\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações da Fita de Silicone Adesiva Silicare Tape 2,5 cm × 1,5 m – Vita Medical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eReferência\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSilicare Tape 2,5 cm × 1,5 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eComposição\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e100% silicone grau médico, autoadesivo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura 2,5 cm · Comprimento 1,5 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEspessura aprox.\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~1 mm (variável conforme lote)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eTransparente \/ translúcida\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eIndicação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePrevenção e tratamento de cicatrizes hipertróficas e quelóides\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eUso recomendado\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e12–24 h\/dia, por \u003cem\u003epelo menos\u003c\/em\u003e 8–12 semanas ou conforme orientação\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eHigienização\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLavar diariamente com água e sabão neutro; secar naturalmente\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eReutilização\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eReutilizável; substituir quando perder adesão\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eConteúdo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e1 rolo de fita de silicone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eContraindicações\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eNão aplicar em feridas abertas, mucosas ou pele irritada\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela de Medidas (antes do FAQ) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 2rem; color: #333; text-align: center;\"\u003eTabela de Medidas\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse !important; background: rgb(255, 255, 255) !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px !important; font-size: 1.5rem !important; height: 268.734px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 38.3906px;\"\u003e\n\u003cth style=\"background: linear-gradient(135deg, rgb(29, 78, 216) 0%, rgb(59, 130, 246) 100%) !important; color: rgb(255, 255, 255) !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; width: 60.3083%; height: 38.3906px;\"\u003eParâmetro\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, rgb(29, 78, 216) 0%, rgb(59, 130, 246) 100%) !important; color: rgb(255, 255, 255) !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; width: 39.6917%; height: 38.3906px;\"\u003eValor\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: rgb(238, 242, 255) !important; height: 38.3906px;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important; width: 60.3083%; height: 38.3906px;\"\u003eLargura da fita\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; width: 39.6917%; height: 38.3906px;\"\u003e2,5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.3906px;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important; width: 60.3083%; height: 38.3906px;\"\u003eComprimento do rolo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; width: 39.6917%; height: 38.3906px;\"\u003e1,5 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(238, 242, 255) !important; height: 38.3906px;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important; width: 60.3083%; height: 38.3906px;\"\u003eÁrea total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; width: 39.6917%; height: 38.3906px;\"\u003e~375 cm²\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.3906px;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important; width: 60.3083%; height: 38.3906px;\"\u003eEspessura aprox.\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; width: 39.6917%; height: 38.3906px;\"\u003e~1 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(238, 242, 255) !important; height: 38.3906px;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important; width: 60.3083%; height: 38.3906px;\"\u003eCor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; width: 39.6917%; height: 38.3906px;\"\u003eTransparente\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.3906px;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important; width: 60.3083%; height: 38.3906px;\"\u003eTemperatura de uso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; width: 39.6917%; height: 38.3906px;\"\u003eAmbiente\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garantia --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com garantia legal de \u003cstrong\u003e90 dias\u003c\/strong\u003e contra defeitos de fabricação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1.5rem;\"\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eCobertura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eVícios de material e fabricação.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eExclusões\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eDesgaste natural, uso indevido, corte inadequado ou exposição a calor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem;\"\u003e\n\u003ch4 style=\"margin: 0 0 0.5rem; font-size: 1.5rem; color: #1e40af;\"\u003eAssistência\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAtendimento via canais oficiais do fabricante.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eGuarde a nota fiscal. Consulte os termos completos para condições detalhadas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQuando posso iniciar o uso?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eApós a \u003cstrong\u003eepitelização completa\u003c\/strong\u003e (pele fechada). Siga a orientação do seu profissional de saúde.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQuanto tempo por dia devo usar?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eRecomenda-se \u003cstrong\u003e12–24 h\u003c\/strong\u003e\/dia, retirando para limpeza e banho, conforme adaptação da pele.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003ePor quanto tempo tratar?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eEm geral \u003cstrong\u003e8–12 semanas\u003c\/strong\u003e ou mais, conforme avaliação clínica e evolução da cicatriz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003ePosso cortar a fita?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Recorte para cobrir toda a cicatriz com leve sobra nas bordas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\" id=\"comprar\"\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n\u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e Comprar Agora \u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248,4,4,0.3); transition: all 0.3s ease; border: none; display: inline-block;\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan\u003eFalar com Atendente\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media (max-width:768px){\n    .benefits-grid{grid-template-columns:1fr !important;}\n    h1{font-size:3.5rem !important;}\n    h2{font-size:2.75rem !important;}\n    h3{font-size:1.75rem !important;}\n    h4{font-size:1.375rem !important;}\n    p{font-size:1.375rem !important;}\n    div[style*=\"font-size: 1.5rem\"]{font-size:1.375rem !important;}\n    div[style*=\"font-size: 1.75rem\"]{font-size:1.5rem !important;}\n    a[style*=\"font-size: 1.75rem\"]{font-size:1.5rem !important;}\n    div[style*=\"gap: 3rem\"]{gap:1rem !important;font-size:1rem !important;}\n    div[style*=\"gap: 3rem\"] span{font-size:1.25rem !important;}\n    div[style*=\"width: 5rem; height: 5rem\"]{width:3.5rem !important;height:3.5rem !important;font-size:1.5rem !important;}\n  }\n  @media (max-width:480px){\n    div[style*=\"gap: 3rem\"]{gap:0.5rem !important;font-size:0.875rem !important;}\n    div[style*=\"gap: 3rem\"] span{font-size:1rem !important;}\n  }\n\u003c\/style\u003e","brand":"Vita Medical","offers":[{"title":"Default Title","offer_id":44128603930820,"sku":"25245","price":55.56,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/f876083cbce8713a04dbfb73d6d9f813.png?v=1725459401"},{"product_id":"ap-pressao-adulto-em-nylon-c-fecho-metal-braca-c-esteto-premium","title":"Aparelho de Pressão Adulto Fecho Metal Braçadeira Nylon com Estetoscópio Premium","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eKit Completo para Aferição\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eAparelho de Pressão Adulto \u003cspan style=\"color: #2563eb;\"\u003eFecho Metal + Braçadeira Nylon\u003c\/span\u003e com Estetoscópio Premium\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEsfigmomanômetro aneroide adulto com \u003cstrong\u003efecho metálico (D-ring)\u003c\/strong\u003e, \u003cstrong\u003ebraçadeira em nylon\u003c\/strong\u003e e \u003cstrong\u003eestetoscópio premium\u003c\/strong\u003e. Kit prático, resistente e preciso para medições confiáveis no dia a dia.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e \u003ca style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; color: #333; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eKit completo: aparelho + estetoscópio\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan style=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003ePronto para uso\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é este kit\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eConjunto para aferição de pressão arterial composto por \u003cstrong\u003eaparelho aneroide adulto\u003c\/strong\u003e com \u003cstrong\u003ebraçadeira em nylon de fecho metálico\u003c\/strong\u003e e \u003cstrong\u003eestetoscópio premium\u003c\/strong\u003e. Indicado para medições clínicas e domiciliares.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Informações Principais --\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\"\u003e\n\u003c!-- Card - Para que serve? (exceção de quantidade ok) --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eMedir a pressão arterial de forma manual (método auscultatório), oferecendo leitura precisa e confiável para acompanhamento da saúde.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eMedições clínicas e domiciliares\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card - Quem pode usar? (exceção de quantidade ok) --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eProfissionais de saúde, estudantes da área e usuários treinados que desejam acompanhar a pressão arterial em adultos.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eAdulto – circunferência de braço compatível\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e utilize o tamanho de braçadeira adequado ao braço do usuário e faça leituras em ambiente tranquilo, seguindo boas práticas de aferição.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Diferenciais (6 cards) --\u003e\n\u003cdiv id=\"beneficios\" style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Diferenciais\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eConforto, durabilidade e precisão para um resultado confiável.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eLeitura Precisa\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eManômetro aneroide com escala 0–300 mmHg e ponteiro de alta visibilidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBraçadeira em Nylon\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eResistente, confortável e fácil de higienizar, com abas reforçadas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFecho Metálico (D-ring)\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAjuste firme e prático, ideal para uso próprio ou por profissionais.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstetoscópio Premium\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAuscultação nítida de sons de Korotkoff e olivas macias para conforto.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eHigiene Facilitada\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eMateriais fáceis de limpar para rotina intensa de atendimento.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003ePraticidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAcompanha bolsa para transporte e armazenamento do kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna X Único? (6 itens) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f8fafc;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #1e293b;\"\u003eO Que Torna Este Kit Único\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eUm conjunto pensado para desempenho, conforto e durabilidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAuscultação Superior\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEstetoscópio premium com ótima sensibilidade para detectar os sons de Korotkoff.\u003c\/p\u003e\n\u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eLeituras mais nítidas\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #10b981;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #10b981, #059669); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eAjuste com Fecho Metálico\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eD-ring robusto que facilita a colocação da braçadeira com uma só mão.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eEstabilidade durante a medida\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #f59e0b;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #f59e0b, #d97706); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eConforto do Usuário\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eOlivas macias e arco anatômico, além da braçadeira com toque suave.\u003c\/p\u003e\n\u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eUso prolongado sem incômodo\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #8b5cf6;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #8b5cf6, #7c3aed); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eMateriais Duráveis\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eNylon de alta resistência, tubos em PVC e válvula de deflação precisa.\u003c\/p\u003e\n\u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eLonga vida útil\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #ef4444;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #ef4444, #dc2626); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eTransporte Seguro\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eBolsa para guardar e proteger o equipamento entre atendimentos.\u003c\/p\u003e\n\u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eOrganização no dia a dia\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 2.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-left: 4px solid #06b6d4;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;\"\u003e\n\u003cdiv style=\"width: 3rem; height: 3rem; background: linear-gradient(135deg, #06b6d4, #0891b2); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 1.25rem;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eCusto-benefício\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eKit completo com excelente relação entre qualidade e preço.\u003c\/p\u003e\n\u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003ePronto para começar\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Selo --\u003e\n\u003cdiv style=\"margin-top: 4rem; text-align: center; background: linear-gradient(135deg, #1e293b 0%, #334155 100%); padding: 3rem; border-radius: 1rem; color: white;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1rem;\"\u003e\n\u003cdiv style=\"width: 4rem; height: 4rem; background: #10b981; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ch4 style=\"font-size: 1.75rem; font-weight: bold; margin: 0; color: #e2e8f0;\"\u003eQualidade e Confiabilidade\u003c\/h4\u003e\n\u003cp style=\"font-size: 1.25rem; margin: 0; color: #94a3b8;\"\u003eEquipamento robusto para rotinas de aferição consistentes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações do Aparelho de Pressão Adulto com Estetoscópio Premium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-weight: bold !important; background: #eef2ff !important; font-size: 1.5rem !important;\"\u003eInformações do Aparelho\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eTipo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eEsfigmomanômetro aneroide (manual)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eFaixa de medição\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003e0 a 300 mmHg (escala de alta visibilidade)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003ePrecisão\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003e± 3 mmHg (condições usuais de operação)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eBulbo e válvula\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eBulbo em PVC e válvula de liberação fina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eBraçadeira\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eNylon adulto com bexiga interna; fecho metálico (D-ring)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eCircunferência compatível\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eAdulto (aprox. 22–36 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eMaterial do mostrador\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eCarcaça resistente com visor de leitura rápida\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important; font-weight: bold !important; background: #eef2ff !important;\"\u003eEstetoscópio Premium\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eCabeça\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eAlto desempenho para ausculta de baixa e alta frequência\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eTubo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003ePVC flexível; arco anatômico; olivas macias\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eConteúdo do kit\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eManômetro, braçadeira c\/ bexiga, bulbo e válvula, estetoscópio premium, bolsa\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important; font-weight: bold !important; background: #eef2ff !important;\"\u003eUso e Manutenção\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eHigienização\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eLimpar superfícies com pano macio levemente umedecido; não imergir\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eArmazenamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eEm local seco, arejado e protegido da luz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: rgb(249, 250, 251) !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eGarantia \/ Registro\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eConforme fabricante \/ vide rótulo (ANVISA quando aplicável)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; padding-left: 2.2rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eOrigem\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important; border-bottom: 1px solid #e5e7eb !important; text-align: left !important; line-height: 1.7 !important; font-size: 1.5rem !important;\"\u003eBrasil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; text-align: center; max-width: 900px; margin: 0 auto;\"\u003e*Para maior exatidão, siga as diretrizes de aferição (repouso prévio, braço na altura do coração, braçadeira do tamanho correto).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eA braçadeira serve em qualquer braço\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eEsta versão é \u003cstrong\u003eadulto\u003c\/strong\u003e (aprox. 22–36 cm). Se o braço for maior ou menor, utilize o tamanho correspondente.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003ePrecisa calibrar\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eRecomenda-se verificação periódica de calibração conforme uso. Se suspeitar de erro, procure assistência técnica.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eQual a diferença para um digital\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eO aneroide é manual (usa estetoscópio e ausculta); já o digital é automático. Profissionais costumam preferir o método auscultatório para maior controle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eComo conservar o equipamento\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eGuarde na bolsa, evite quedas e calor excessivo. Limpe com pano macio levemente umedecido; não utilize solventes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Section --\u003e\n\u003cdiv id=\"comprar\" style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\"\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eQuer ajuda para escolher o tamanho ideal de braçadeira\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time está disponível de \u003cstrong\u003esegunda a sexta, 08h às 18h\u003c\/strong\u003e para tirar suas dúvidas e orientar na compra.\u003c\/p\u003e\n\u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique e fale agora pelo WhatsApp.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ca style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Estou+entrando+em+contato+pelo+chat+Whatsapp+da+sua+loja+virtual.+Poderia+me+ajudar%3F\u0026amp;type=phone_number\u0026amp;app_absent=0\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\n\u003cspan\u003eFalar com Atendente\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Responsividade para a ficha técnica inline --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    table[style*=\"font-size: 1.5rem\"] { font-size: 1.35rem !important; }\n    th[style*=\"font-size: 1.7rem\"] { font-size: 1.55rem !important; padding: 1.5rem !important; }\n    td[style*=\"font-size: 1.5rem\"] { font-size: 1.35rem !important; padding: 1.5rem !important; }\n    td[style*=\"padding-left: 2.2rem\"] { padding-left: 1.8rem !important; }\n  }\n  @media (max-width: 480px) {\n    table[style*=\"font-size: 1.5rem\"] { font-size: 1.2rem !important; }\n    th[style*=\"font-size: 1.7rem\"] { font-size: 1.4rem !important; padding: 1.2rem !important; }\n    td[style*=\"font-size: 1.5rem\"] { font-size: 1.2rem !important; padding: 1.2rem !important; }\n    td[style*=\"padding-left: 2.2rem\"] { padding-left: 1.6rem !important; }\n  }\n\u003c\/style\u003e\n\u003c!-- Responsividade geral --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid { grid-template-columns: 1fr !important; }\n    h1 { font-size: 3.5rem !important; }\n    h2 { font-size: 2.75rem !important; }\n    h3 { font-size: 1.75rem !important; }\n    h4 { font-size: 1.375rem !important; }\n    p  { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.5rem\"] { font-size: 1.375rem !important; }\n    div[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    a[style*=\"font-size: 1.75rem\"] { font-size: 1.5rem !important; }\n    div[style*=\"gap: 3rem\"] { gap: 1rem !important; font-size: 1rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1.25rem !important; }\n  }\n  @media (max-width: 480px) {\n    div[style*=\"gap: 3rem\"] { gap: 0.5rem !important; font-size: 0.875rem !important; }\n    div[style*=\"gap: 3rem\"] span { font-size: 1rem !important; }\n  }\n\u003c\/style\u003e","brand":"Premium","offers":[{"title":"Default Title","offer_id":44128604848324,"sku":"11451","price":115.56,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/image-2025-08-11T152036.693.webp?v=1754940239"},{"product_id":"cadeira-de-rodas-modelo-classic-h004-mobil","title":"Cadeira de Rodas Modelo Classic H004 Mobil","description":"\u003cp\u003e\u003cstrong\u003eCadeira de Rodas em Aço Modelo Classic H004 - Mobil\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eA \u003cstrong\u003eCadeira de Rodas Classic H004 Mobil\u003c\/strong\u003e é a escolha perfeita para quem busca \u003cstrong\u003econforto, segurança e praticidade\u003c\/strong\u003e no dia a dia. Construída com \u003cstrong\u003eestrutura resistente em aço\u003c\/strong\u003e e design \u003cstrong\u003edobrável\u003c\/strong\u003e, essa cadeira de rodas é fácil de transportar e armazenar, tornando-a ideal tanto para uso diário quanto eventual. Com capacidade para suportar até \u003cstrong\u003e100 kg\u003c\/strong\u003e, ela oferece \u003cstrong\u003eestabilidade e equilíbrio\u003c\/strong\u003e em diferentes tipos de terreno, garantindo uma locomoção suave e segura.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003ePrincipais Características:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEstrutura Resistente em Aço:\u003c\/strong\u003e Durável e robusta, proporcionando segurança ao usuário.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesign Dobrável:\u003c\/strong\u003e Facilita o transporte e armazenamento, ocupando pouco espaço quando não está em uso.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCapacidade de Peso:\u003c\/strong\u003e Suporta até \u003cstrong\u003e100 kg\u003c\/strong\u003e, oferecendo estabilidade e conforto durante o uso.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuatro Rodas para Maior Estabilidade:\u003c\/strong\u003e Garante equilíbrio em terrenos variados, proporcionando uma experiência de locomoção mais segura.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConforto e Praticidade:\u003c\/strong\u003e Ideal tanto para o uso diário quanto para situações temporárias, garantindo \u003cstrong\u003emobilidade\u003c\/strong\u003e e \u003cstrong\u003eindependência\u003c\/strong\u003e.\u003cbr\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ch3\u003e\u003cstrong\u003eFicha Técnica - Cadeira de Rodas em Aço Modelo Classic H004 - Mobil\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMarca:\u003c\/strong\u003e Mobil\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModelo:\u003c\/strong\u003e Cadeira de Rodas Classic H004\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCor:\u003c\/strong\u003e Preto\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEstrutura:\u003c\/strong\u003e Aço\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeso Máximo Suportado:\u003c\/strong\u003e 100 kg\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTipo de Cadeira:\u003c\/strong\u003e Manual\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDobrável:\u003c\/strong\u003e Sim\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eA \u003cstrong\u003eCadeira de Rodas Classic H004 Mobil\u003c\/strong\u003e é a solução ideal para quem busca um produto \u003cstrong\u003eresistente, prático e confortável\u003c\/strong\u003e. \u003cstrong\u003eCompre agora\u003c\/strong\u003e e tenha mais liberdade e qualidade de vida com a mobilidade que você merece!\u003c\/p\u003e","brand":"Mobil","offers":[{"title":"Default Title","offer_id":44128605765828,"sku":"25583","price":663.33,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/00a803afb2dbb987c0f4a43ec27844b5.jpg?v=1725459447"},{"product_id":"equipo-nutricao-enteral-escalonado-com-filtro-de-ar-farmatex","title":"Equipo Nutrição Enteral Escalonado com Filtro de Ar Farmatex","description":"\u003ch2 class=\"MsoNormal\"\u003eEquipo Nutrição Enteral Escalonado com Filtro de Ar Farmatex\u003c\/h2\u003e\n\u003cp class=\"MsoNormal\"\u003eO Equipo Farmatex é recomendado exclusivamente para a infusão de soluções de dietas enterais.\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003eFicha técnica do produto:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eDispositivo médico hospitalar de uso único, descartável, atóxico e apirogênico.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eDestina-se ao uso por profissionais habilitados e treinados, ou sob orientação de um profissional da saúde, no caso de uso pelo paciente.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eNão utilize se a embalagem estiver danificada.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eApós o uso, o dispositivo deve ser descartado em um local apropriado.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eArmazenar em temperatura ambiente (entre 10°C e 40°C) e umidade (entre 35% e 65%);\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eMantenha o produto sempre em sua embalagem original.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eNão utilize o material se houver danos em qualquer uma das embalagens, primária ou secundária.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eRespeite o limite máximo de empilhamento.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eEsterilizado com óxido de etileno.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eQuantidade por embalagem: 1un.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4 class=\"MsoNormal\"\u003eModo de Uso:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003eAbra a embalagem de maneira asséptica.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eRemova o equipo da embalagem e feche completamente a roldana da pinça cortadora de fluxo.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eRetire o protetor da ponta perfurante e insira-a no frasco da dieta a ser infundida.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePosicione o frasco para baixo, abra a roldana da pinça cortadora de fluxo e preencha a extensão do equipo com a dieta.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eFeche a roldana e remova a tampa do conector luer, conectando-o à sonda enteral.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eVerifique a infusão e ajuste o fluxo conforme prescrito.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Farmatex","offers":[{"title":"Default Title","offer_id":44128609140932,"sku":"23147","price":1.94,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/e486a1bd4f51e9a1b8734035802d85a7.png?v=1725459522"},{"product_id":"cuba-rim-plastica-26x12cm-branca-taylor","title":"Cuba Rim Plástica 26X12cm Branca Taylor","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 1.5rem; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #ffffff 100%); padding: 6rem 0; border-radius: 0.25rem;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;\"\u003e\n\u003cdiv style=\"background: #dbeafe; color: #1e40af; padding: 1rem 1.5rem; border-radius: 3rem; font-size: 1.375rem; display: inline-block; margin-bottom: 2rem;\"\u003e\u003cstrong\u003eProduto Original Taylor\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003eCuba Rim Plástico \u003cspan style=\"color: #2563eb;\"\u003e26x12 Branca 6501\u003c\/span\u003e – Taylor\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eCuba de alta qualidade, ideal para uso hospitalar e clínico, fabricada em plástico resistente e durável.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;\"\u003e\n\u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n  Comprar Agora\n\u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cuba+Rim+Pl%C3%A1stico+26x12+Branca+6501+Taylor.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; border: 2px solid #2563eb; background: transparent; color: #2563eb; cursor: pointer;\" target=\"_blank\"\u003eFalar com Atendente\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O que é --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eO que é a Cuba Rim Plástico 26x12 Branca 6501\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA Cuba Rim Plástico 26x12 Branca 6501 é um item essencial para ambientes clínicos e hospitalares, proporcionando resistência, praticidade e fácil limpeza.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(400px,1fr)); gap: 2rem; margin-bottom: 5rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- Para que serve? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003ePara que serve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eIdeal para coleta de urina e outros usos clínicos e hospitalares, proporcionando praticidade e higiene.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #2563eb; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003ePrática para diversos ambientes de cuidado\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Quem pode usar? --\u003e\n\u003cdiv style=\"background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden;\"\u003e\n\u003cdiv style=\"height: 0.5rem; background: linear-gradient(90deg, #10b981 0%, #34d399 100%);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"padding: 2.5rem;\"\u003e\n\u003ch3 style=\"font-size: 2.25rem; font-weight: bold; margin-bottom: 1.5rem; color: #1e293b;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eUsado em ambientes clínicos, hospitais e lares de idosos para garantir conforto e praticidade ao paciente.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; color: #10b981; font-weight: 600; font-size: 1.375rem;\"\u003e\n\u003cspan\u003eIdeal para ambientes de saúde\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Aviso Importante --\u003e\n\u003cdiv style=\"background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #e5e7eb; text-align: center; margin-top: 1rem;\"\u003e\n\u003cp style=\"font-size: 1.125rem; color: #6b7280; margin: 0;\"\u003e\u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e Certifique-se de que o produto seja adequado para a sua necessidade antes de utilizar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios e Aplicações (6 cards) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\" id=\"beneficios\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eBenefícios e Aplicações\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eAlta durabilidade, resistência e fácil manuseio.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2rem;\" class=\"benefits-grid\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e1\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAlta Durabilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFabricada em plástico de alta resistência, ideal para ambientes hospitalares.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e2\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFácil Limpeza\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eSuperfície lisa e resistente à ação de desinfetantes, facilitando a limpeza.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e3\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003ePraticidade no Uso\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eIdeal para utilização em diversos contextos hospitalares e clínicos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e4\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAlta Capacidade de Armazenamento\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eCapacidade adequada para diversos tipos de coleta, garantindo funcionalidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e5\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eSegurança\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eMaterial robusto que garante segurança e resistência durante o uso.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv style=\"background: #fff; padding: 3rem; border-radius: 1rem; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center;\"\u003e\n\u003cdiv style=\"width: 5rem; height: 5rem; margin: 0 auto 1.5rem; background: #f3f4f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cstrong style=\"color:#2563eb;\"\u003e6\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eVersatilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePerfeito para diversos tipos de clínicas, hospitais e ambientes de cuidado.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 4rem;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eFicha Técnica\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 800px; margin: 0 auto;\"\u003eEspecificações completas da Cuba Rim Plástico 26x12 Branca 6501.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100% !important; border-collapse: collapse !important; background: #fff !important; border-radius: 0.5rem !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; font-size: 1.5rem !important;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70% !important; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important; color: #fff !important; padding: 1.7rem !important; font-weight: bold !important; text-align: left !important; font-size: 1.7rem !important;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePlástico resistente\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e26x12 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff !important;\"\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBranca\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eUso recomendado\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eUso hospitalar e clínico\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Garantia (antes do CTA Final) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f9fafb;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 2rem;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com garantia do fabricante e assistência técnica autorizada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 0 auto; padding: 0 20px;\"\u003e\n\u003ch2 style=\"font-size: 3.75rem; font-weight: bold; margin-bottom: 1rem; color: #333; text-align: center;\"\u003ePerguntas Frequentes\u003c\/h2\u003e\n\u003cdiv style=\"max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem;\"\u003e\n\u003cdiv style=\"background: #fff; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 2rem; font-weight: 600; background: #f9fafb; font-size: 1.375rem;\"\u003eA Cuba Rim 6501 é adequada para uso hospitalar\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim, foi projetada para ser utilizada em hospitais e clínicas, proporcionando resistência e facilidade na limpeza.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #ffffff; color: #333; text-align: center;\" id=\"comprar\"\u003e\n  \u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 0 20px;\"\u003e\n    \u003ch2 style=\"font-size: 3rem; font-weight: bold; margin-bottom: 2rem; color: #2563eb;\"\u003eAinda tem alguma dúvida sobre este produto?\u003c\/h2\u003e\n    \u003cp style=\"font-size: 1.5rem; margin-bottom: 3rem; color: #333; line-height: 1.6;\"\u003eNosso time de atendimento está disponível de \u003cstrong\u003esegunda à sexta, das 08 às 18 horas\u003c\/strong\u003e para esclarecer tudo.\u003c\/p\u003e\n    \u003cp style=\"font-size: 1.375rem; margin-bottom: 3rem; color: #333; font-weight: 500;\"\u003e\u003cstrong\u003eClique aqui e seja atendido já.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cdiv style=\"display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n      \u003ca href=\"#\" onclick=\"window.scrollTo({ top: 0, behavior: 'smooth' }); return false;\" style=\"padding: 1.5rem 3rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #2563eb; color: #fff; cursor: pointer;\"\u003e\n        Comprar Agora\n      \u003c\/a\u003e\n\n      \u003ca rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cuba+Rim+Pl%C3%A1stico+26x12+Branca+6501+Taylor.\u0026amp;type=phone_number\u0026amp;app_absent=0\" style=\"padding: 1.75rem 3.5rem; border-radius: 3rem; font-size: 1.75rem; font-weight: 600; text-decoration: none; background: #f80404; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(248, 4, 4, 0.3); transition: all 0.3s ease; border: none; display: inline-block;\" target=\"_blank\"\u003e\n        \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem;\"\u003e\n          \u003cspan\u003eFalar com Atendente\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Taylor","offers":[{"title":"Default Title","offer_id":44128612942020,"sku":"22933","price":5.56,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-1-2025-08-30T142540.868.png?v=1756574753"},{"product_id":"coletor-de-urina-sistema-fechado-2000ml-nayr","title":"Coletor de Urina Sistema Fechado 2000ml Nayr","description":"\u003cp\u003e\u003cstrong\u003eBolsa Coletora de Urina com Sistema Fechado 2000mL \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eA \u003cstrong\u003eBolsa Coletora de Urina com Sistema Fechado de 2000mL GAMMA CRUCIS\u003c\/strong\u003e é projetada para armazenar até \u003cstrong\u003e2 litros de urina\u003c\/strong\u003e, sendo ideal para uso hospitalar ou em cuidados prolongados. O sistema fechado inclui \u003cstrong\u003eválvulas e conectores\u003c\/strong\u003e, proporcionando maior segurança ao impedir o refluxo da urina e reduzindo o risco de contaminação. Fabricada em \u003cstrong\u003ePVC esterilizado\u003c\/strong\u003e, é um item essencial para \u003cstrong\u003epacientes com retenção urinária\u003c\/strong\u003e, em \u003cstrong\u003epós-operatórios\u003c\/strong\u003e, ou com \u003cstrong\u003eincontinência urinária\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eFinalidade e Uso:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eA \u003cstrong\u003eBolsa Coletora de Urina GAMMA CRUCIS\u003c\/strong\u003e é utilizada em \u003cstrong\u003ehospitais, clínicas\u003c\/strong\u003e e ambientes de \u003cstrong\u003ecuidados domiciliares\u003c\/strong\u003e, conectada ao paciente por meio de um \u003cstrong\u003ecateter urinário\u003c\/strong\u003e. É ideal para \u003cstrong\u003eprocedimentos cirúrgicos ginecológicos e urológicos\u003c\/strong\u003e, proporcionando uma coleta segura e eficiente da urina, sem necessidade de troca frequente.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eComposição:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e PVC atóxico\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCapacidade:\u003c\/strong\u003e 2000mL\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eDiferenciais e Benefícios:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eEstéril, Atóxica e Apirogênica\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabricada em PVC\u003c\/strong\u003e: Durável e flexível\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClamp Corta Fluxo:\u003c\/strong\u003e Controle preciso do fluxo de urina\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTubo de Drenagem:\u003c\/strong\u003e Transparente e flexível, facilitando o manuseio\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVálvula Anti-Refluxo:\u003c\/strong\u003e Impede o retorno da urina\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFiltro de Ar Hidrófobo:\u003c\/strong\u003e Previne a entrada de contaminantes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuporte de Fixação:\u003c\/strong\u003e Mantém a bolsa estável e segura\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGamma Bag com Injetor Lateral:\u003c\/strong\u003e Fácil coleta e manuseio\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eUso Individual e Descartável\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eModo de Uso:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003eCertifique-se de que a \u003cstrong\u003esonda Foley\u003c\/strong\u003e esteja corretamente posicionada no paciente.\u003c\/li\u003e\n\u003cli\u003eConecte a sonda Foley à bolsa coletora, removendo a tampa protetora do conector.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePendure a bolsa coletora\u003c\/strong\u003e abaixo do nível da bexiga do paciente, garantindo que o fluxo de urina seja por gravidade.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVerifique periodicamente\u003c\/strong\u003e o sistema para assegurar o livre fluxo da urina. Caso haja obstrução, siga os procedimentos padrão.\u003c\/li\u003e\n\u003cli\u003eApós o uso, descarte o produto conforme as normas sanitárias.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch3\u003e\u003cstrong\u003eItens Inclusos:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e01 Bolsa Coletora de Urina com Sistema Fechado de 2000mL\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eEspecificações da Embalagem:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eAltura:\u003c\/strong\u003e 20 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLargura:\u003c\/strong\u003e 30 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfundidade:\u003c\/strong\u003e 2 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeso Bruto com Embalagem:\u003c\/strong\u003e 0,089 kg\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eHigiene e Conservação:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eValidade:\u003c\/strong\u003e 5 anos após esterilização\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eArmazenamento:\u003c\/strong\u003e Em local seco, longe da luz solar\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eManuseio cuidadoso\u003c\/strong\u003e para evitar danos\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDescartável:\u003c\/strong\u003e Não reesterilizável ou reciclável\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eContraindicações:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eVerifique o \u003cstrong\u003eprazo de validade\u003c\/strong\u003e antes do uso.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNão reutilizar\u003c\/strong\u003e ou reesterilizar.\u003c\/li\u003e\n\u003cli\u003eAbrir a embalagem apenas no momento do uso, garantindo a \u003cstrong\u003eassepsia\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eApenas \u003cstrong\u003eprofissionais capacitados\u003c\/strong\u003e devem manipular o produto.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\n\u003cstrong\u003eRegistro ANVISA:\u003c\/strong\u003e 81499570009\u003c\/h3\u003e","brand":"Nayr","offers":[{"title":"Default Title","offer_id":44128613597380,"sku":"23545","price":4.33,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/5633bcd24ec12c858b8f4dac4f8a4694.png?v=1725459551"},{"product_id":"kit-diu-esteril-descartavel-kolplast","title":"Kit Diu Estéril Descartável Kolplast","description":"\u003cp\u003e\u003cstrong\u003eKit Diu Estéril Descartável Kolplast\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eO Kit Diu Estéril Descartável Kolplast é projetado para a inserção segura e eficiente de DIU (Dispositivo Intrauterino). Composto por instrumentos descartáveis e estéreis, o kit otimiza o processo de atendimento, garantindo a segurança do paciente e a praticidade para o profissional de saúde.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eItens Inclusos:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e01 Espéculo Vaginal Kolplux (Tamanho P):\u003c\/strong\u003e Equipado com parafuso previamente rosqueado para ajuste fácil e seguro.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e01 Pinça Cheron:\u003c\/strong\u003e Fabricada em poliestireno, com 24,5 cm de comprimento.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e01 Pinça Pozzi:\u003c\/strong\u003e Feita em resina de engenharia, com ponta fina e 26,5 cm de comprimento.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e01 Histerômetro:\u003c\/strong\u003e Confeccionado em poliestireno, com haste centimetrada e stopper, com 25 cm de comprimento.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e01 Tesoura Longa (Ponta Curva):\u003c\/strong\u003e Em liga metálica, com 25 cm de comprimento.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e01 Par de Luvas de Látex de Procedimento Estéril (Tamanho Médio).\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e10 Compressas de Gaze:\u003c\/strong\u003e 11 fios, com dimensões de 7,5 cm x 7,5 cm dobrada.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e01 Campo para Cobertura de Mesa:\u003c\/strong\u003e SSMMS, 100% polipropileno laminado em polietileno, absorvente e impermeável, gramatura de 50 g\/m², com 60 cm x 60 cm de comprimento.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCaracterísticas:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEmbalagem:\u003c\/strong\u003e Todos os componentes são embrulhados em um campo cirúrgico no formato \"envelope\", permitindo a abertura na técnica asséptica.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSegurança e Confiabilidade:\u003c\/strong\u003e O kit assegura a esterilidade dos instrumentos e materiais, minimizando o risco de infecção e contaminação.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eConservação:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eArmazenar em local seco, elevado ao solo e ao abrigo de intempéries para garantir a manutenção da esterilidade e integridade do produto.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eANVISA:\u003c\/strong\u003e 10237610041\u003c\/p\u003e","brand":"Kolplast","offers":[{"title":"Default Title","offer_id":44128614088900,"sku":"22788","price":61.11,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/b45d1d8589d490dea6311cc1d8a8267d.png?v=1725459558"},{"product_id":"palmilha-de-gel-sport-masculina-nº-39-44-chantal","title":"Palmilha de Gel Sport Masculina nº 39 - 44 Chantal","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Chantal","offers":[{"title":"Default Title","offer_id":44128614219972,"sku":"22398","price":68.89,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1ef97aae58a291159b4601aba143f90c.png?v=1725459562"},{"product_id":"campo-operatorio-esteril-75x75cm-fenestrado-azul-protdesc","title":"Campo Operatório Esteril 75X75cm Fenestrado Azul Protdesc","description":"\u003cdiv class=\"flex-1 overflow-hidden\"\u003e\n\u003cdiv class=\"h-full\"\u003e\n\u003cdiv class=\"react-scroll-to-bottom--css-pcqvv-79elbk h-full\"\u003e\n\u003cdiv class=\"react-scroll-to-bottom--css-pcqvv-1n7m0yu\"\u003e\n\u003cdiv class=\"flex flex-col text-sm md:pb-9\"\u003e\n\u003carticle class=\"w-full text-token-text-primary focus-visible:outline-2 focus-visible:outline-offset-[-4px]\" dir=\"auto\" data-testid=\"conversation-turn-105\" data-scroll-anchor=\"true\"\u003e\n\u003cdiv class=\"text-base py-[18px] px-3 md:px-4 m-auto w-full md:px-5 lg:px-1 xl:px-5\"\u003e\n\u003cdiv class=\"mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\"\u003e\n\u003cdiv class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"flex-col gap-1 md:gap-3\"\u003e\n\u003cdiv class=\"flex max-w-full flex-col flex-grow\"\u003e\n\u003cdiv data-message-author-role=\"assistant\" data-message-id=\"183fdba3-102a-42e4-b53f-1830e4c2875e\" dir=\"auto\" class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 break-words [.text-message+\u0026amp;]:mt-5 overflow-x-auto whitespace-normal\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"\u003e\n\u003cdiv class=\"result-streaming markdown prose w-full break-words dark:prose-invert light\"\u003e\n\u003cp\u003eO \u003cstrong\u003eCampo Cirúrgico Estéril Fenestrado PROTDESC\u003c\/strong\u003e é um item essencial para garantir a \u003cstrong\u003esegurança e qualidade\u003c\/strong\u003e em procedimentos cirúrgicos. Fabricado em \u003cstrong\u003epolipropileno não tecido\u003c\/strong\u003e, o campo cirúrgico oferece uma \u003cstrong\u003ebarreira microbiana eficaz\u003c\/strong\u003e e possui uma abertura circular (fenestra) de 7 cm, que facilita o acesso à área cirúrgica com menor área incisional. Com alta resistência a rasgos, excelente maleabilidade e não propagação de chamas, o campo cirúrgico PROTDESC é uma escolha confiável para cirurgias em clínicas e hospitais.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eIndicações de Uso:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eO \u003cstrong\u003eCampo Cirúrgico Estéril Fenestrado PROTDESC\u003c\/strong\u003e é indicado para \u003cstrong\u003eprocedimentos cirúrgicos\u003c\/strong\u003e, atuando como uma barreira segura e eficaz contra microrganismos. É amplamente utilizado em hospitais e clínicas, proporcionando \u003cstrong\u003esegurança, conforto\u003c\/strong\u003e e \u003cstrong\u003efacilidade de uso\u003c\/strong\u003e, enquanto minimiza o risco de contaminação.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eComposição:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e100% \u003cstrong\u003eNão-Tecido de Polipropileno\u003c\/strong\u003e com barreira bacteriana\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBarreira Externa:\u003c\/strong\u003e Spundbond\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBarreira Interna:\u003c\/strong\u003e Meltblown\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eDiferenciais e Benefícios:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensões:\u003c\/strong\u003e 75 cm x 75 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFenestra centralizada\u003c\/strong\u003e com 7 cm de diâmetro\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGramatura:\u003c\/strong\u003e 40 g\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRepelência a fluidos:\u003c\/strong\u003e Alta resistência contra líquidos\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBaixo desprendimento de partículas\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eNão propaga chamas\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAlta resistência química\u003c\/strong\u003e e física\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eConfortável e maleável\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNão tecido respirável\u003c\/strong\u003e, proporcionando maior conforto ao paciente\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eAtóxico e hipoalergênico\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eIsento de látex\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eEsterilizado a Óxido de Etileno\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eDescartável e pronto para uso\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMicrofibras que oferecem uma barreira bacteriana eficaz\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFácil manuseio\u003c\/strong\u003e e ajuste no local cirúrgico\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eModo de Uso:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003eAbrir o pacote sobre uma superfície limpa.\u003c\/li\u003e\n\u003cli\u003ePosicionar o campo cirúrgico sobre a área a ser coberta e desdobrá-lo completamente.\u003c\/li\u003e\n\u003cli\u003eCertificar-se de que a área passou por \u003cstrong\u003eassepsia\u003c\/strong\u003e e está seca antes de aplicar o campo.\u003c\/li\u003e\n\u003cli\u003eAjustar o campo de modo que a fenestra esteja posicionada corretamente sobre a área incisional.\u003c\/li\u003e\n\u003cli\u003eApós o procedimento, descartar o campo de forma adequada.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch3\u003e\u003cstrong\u003eItens Inclusos:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e01 Campo Cirúrgico Estéril Fenestrado PROTDESC (75x75 cm) na cor azul, com fenestra de 7 cm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eEspecificações da Embalagem:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eAltura:\u003c\/strong\u003e 27 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLargura:\u003c\/strong\u003e 20 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfundidade:\u003c\/strong\u003e 0,5 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeso Bruto com Embalagem:\u003c\/strong\u003e 0,028 kg\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eHigiene e Conservação:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eConservar em ambiente entre \u003cstrong\u003e15°C a 30°C\u003c\/strong\u003e;\u003c\/li\u003e\n\u003cli\u003eManter na \u003cstrong\u003eembalagem original\u003c\/strong\u003e, longe da luz direta, calor e umidade;\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVerificar a integridade da embalagem\u003c\/strong\u003e antes do uso, não utilizar se houver violação;\u003c\/li\u003e\n\u003cli\u003eNão exceder o prazo de validade impresso na embalagem.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eGarantia:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e3 meses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eRegistro ANVISA:\u003c\/strong\u003e 80404440007\u003cbr\u003e\u003cstrong\u003eEAN:\u003c\/strong\u003e 7898467261033\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ProtDesc","offers":[{"title":"Default Title","offer_id":44128614678724,"sku":"23533","price":5.44,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/7b1412e176bcb185a322ac0c79923b5c.png?v=1725459574"},{"product_id":"muleta-canadense-fixa-premium-7-8-par-preto-sequencial","title":"Muleta Canadense Fixa Premium 7\/8 Par Preto Sequencial","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Sequencial","offers":[{"title":"Default Title","offer_id":44128614940868,"sku":"22405","price":122.22,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/0db9dbc55eb24fd9c3e2a3ec62be653f.jpg?v=1725459582"},{"product_id":"polaina-inelastica-compreflex-m-normal-sigvaris","title":"Polaina Inelástica Compreflex M Normal - Sigvaris","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Sigvaris","offers":[{"title":"Default Title","offer_id":44128617267396,"sku":"21026","price":944.44,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/f4815048b4927283e0852c3a9259a9f7.jpg?v=1725459617"},{"product_id":"corretor-postural-elastico-respiravel-evolution-p-chantal","title":"Corretor Postural Elástico Respirável Evolution Chantal","description":"\u003ch3\u003e\u003cstrong\u003eCorretor Postural Evolution - Elástico Respirável Chantal\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cbr\u003eO Corretor Postural Evolution é projetado para ajudar na correção da postura e na prevenção de problemas relacionados à má postura. Ideal para pessoas que passam muito tempo sentadas, bem como para crianças e adolescentes que não têm atenção com a postura adequada. Também é eficaz para aliviar os problemas causados pelo peso excessivo de mochilas e bolsas.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBenefícios:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCorreção Postural:\u003c\/strong\u003e Ajuda a alinhar a postura, prevenindo e tratando patologias associadas a uma postura incorreta.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConforto e Eficiência:\u003c\/strong\u003e Feito em elástico respirável que proporciona conforto durante o uso prolongado.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuporte Estrutural:\u003c\/strong\u003e Hastes de plástico resistente internas oferecem alinhamento e manutenção postural eficaz.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesign Anatômico:\u003c\/strong\u003e Adapta-se ao formato do corpo, garantindo um ajuste preciso.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFecho de Contato Frontal:\u003c\/strong\u003e Facilita o ajuste e proporciona um ajuste personalizado.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLavável:\u003c\/strong\u003e Facilita a manutenção e limpeza do produto.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eConsequências da Má Postura:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDor lombar\u003c\/li\u003e\n\u003cli\u003eFadiga\u003c\/li\u003e\n\u003cli\u003eLesões\u003c\/li\u003e\n\u003cli\u003eBarriga protuberante\u003c\/li\u003e\n\u003cli\u003eDor de cabeça e no pescoço\u003c\/li\u003e\n\u003cli\u003eDesconforto na área central e traseira da coluna\u003c\/li\u003e\n\u003cli\u003eCifose\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eTabela de Medidas:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eMeça a circunferência do tórax para escolher o tamanho adequado:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eP:\u003c\/strong\u003e 70 a 80 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eM:\u003c\/strong\u003e 80 a 90 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eG:\u003c\/strong\u003e 90 a 100 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGG:\u003c\/strong\u003e 100 a 110 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEGG:\u003c\/strong\u003e 110 a 120 cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUso Ideal:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePara correção postural diária\u003c\/li\u003e\n\u003cli\u003ePara alívio de dores relacionadas à má postura\u003c\/li\u003e\n\u003cli\u003ePara prevenção de problemas posturais em crianças e adolescentes\u003c\/li\u003e\n\u003cli\u003eIdeal para quem passa longas horas sentado ou carrega peso excessivo\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eO Corretor Postural Evolution é uma solução prática e eficiente para melhorar a postura e promover um alinhamento saudável do corpo.\u003c\/p\u003e","brand":"Chantal","offers":[{"title":"Default Title","offer_id":44128617595076,"sku":"22771","price":63.33,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1da9b515e0fbefd6515d275b8c154b9e.jpg?v=1725459623"},{"product_id":"lencol-de-transferencia-com-alcas-mobillita-perfetto","title":"Lençol de Transferência com Alças Mobillitá Perfetto","description":"\u003cp\u003e\u003c\/p\u003e","brand":"Perfetto","offers":[{"title":"Default Title","offer_id":44128618348740,"sku":"22605","price":221.11,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/b7f910b2a239fd6e9db01a570a49777b.png?v=1725459632"}],"url":"https:\/\/www.casamedica.com.br\/collections\/todos-os-produtos-sem-estoque.oembed?page=50","provider":"Casa Médica","version":"1.0","type":"link"}