{"title":"Destaques da Semana","description":"Os produtos mais vendidos desta semana.","products":[{"product_id":"cadeira-motorizada-dobravel-d1000-dellamed","title":"Cadeira de Rodas Motorizada D1000 - 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\"\u003ePerformance Dellamed\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eCadeira Motorizada D1000\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 D1000\u003c\/strong\u003e é o ápice da robustez e autonomia. Desenvolvida para longas distâncias e terrenos variados, ela une potência industrial com um sistema de suspensão traseira independente para o máximo conforto.\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=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-huge\"\u003e30km\u003c\/h3\u003e\n\u003cp class=\"ds-desc-gray\"\u003eAutonomia Superior\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eMotorização\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003e2x 340W Potentes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eVelocidade Máx.\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eAté 8 km\/h\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Capacidade --\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                    \u003cpath d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                    \u003ccircle r=\"4\" cy=\"7\" cx=\"9\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-brand\"\u003e135kg\u003c\/h3\u003e\n\u003cp class=\"ds-label-brand\"\u003eCapacidade de Carga\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-brand\"\u003eEstrutura em \u003cstrong\u003eAço Duplo X\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Conforto --\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                    \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003eFlex\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003eSuspensão Independente\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003ePneus \u003cstrong\u003eTraseiros Infláveis\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\"\u003ePerformance e Estabilidade\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eA D1000 foi projetada para quem exige mais da sua mobilidade. Equipada com dois motores de 340W cada, ela vence obstáculos e inclinações com facilidade, mantendo uma velocidade constante e segura.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eO chassi em aço carbono reforçado com sistema de \u003cstrong\u003eduplo X dobrável\u003c\/strong\u003e garante uma durabilidade excepcional, suportando o uso intenso em ambientes externos sem comprometer a integridade da estrutura.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eConforto de Alto Nível\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eO sistema de \u003cstrong\u003eamortecimento traseiro\u003c\/strong\u003e absorve impactos de calçadas e terrenos irregulares, proporcionando uma condução suave. O assento e encosto são feitos em nylon acolchoado de alta resistência.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eAlém disso, a D1000 oferece ajustes personalizados: os braços são escamoteáveis e o protetor de pernas é removível, facilitando transferências laterais e garantindo a melhor ergonomia para o usuário.\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\"\u003eJoystick\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eVR2 Dinâmico\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodas Diant.\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eMaciças 8\" Antifuro\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodas Tras.\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePneumáticas 12\"\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\"\u003eRebatível (Facilita Transporte)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEstofamento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eNylon Antitranspirante\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eApoio Braço\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAjuste de Altura\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\"\u003eBaterias\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e2x 12V 36Ah VRLA\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~ 62 kg (C\/ Baterias)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Assento\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\"\u003eRaio de Giro\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e80 cm\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 Inteligente\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\"\u003e80795950017\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 Segurança e Uso\u003c\/h4\u003e\n\u003cp style=\"color: #475569; font-size: 1rem; margin-top: -1rem; margin-bottom: 1rem;\"\u003eItens de segurança ativa:\u003c\/p\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFreio\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEletromagnético Automático\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCinto\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eTipo Abdominal Incluso\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAntitombo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRodas Traseiras de Apoio\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eProtetor\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eLateral de Roupas\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\"\u003eCâmara de Ar (Amortecimento)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eUso\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eInterno e Externo\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":46033658413252,"sku":"22514","price":7999.89,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Captura_de_tela_2026-04-08_223335.png?v=1775698642"},{"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-obeso-d500-180-kg-dellamed","title":"Cadeira de Rodas Obeso D500 (180 kg) - 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 Para Obeso \u003cspan style=\"color: #2563eb;\"\u003eD500\u003c\/span\u003e – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEstrutura reforçada em aço carbono, assento extra largo de 62 cm e capacidade para até 180 kg. Conforto, segurança e resistência para usuários obesos que precisam de mobilidade 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=\"#\" 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+Cadeira+de+Rodas+Para+Obeso+D500+Dellamed.\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;\"\u003eSuporta até 180 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;\"\u003eAssento extra largo 62 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;\"\u003eEstrutura reforçada e dobrável\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 D500\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eD500 Dellamed\u003c\/strong\u003e é uma cadeira de rodas manual \u003cstrong\u003eespecialmente projetada para usuários obesos\u003c\/strong\u003e, com \u003cstrong\u003ecapacidade para até 180 kg\u003c\/strong\u003e. Conta com estrutura tubular reforçada em aço carbono, assento extra largo de 62 cm, estofamento acolchoado e almofada em espuma de alta densidade, oferecendo \u003cstrong\u003erobustez, conforto e segurança\u003c\/strong\u003e para o uso diário em casa, clínicas e hospitais.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Para que serve? e Quem pode usar? (sem regra de 3\/6) --\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;\"\u003eProporciona mobilidade e independência para pessoas obesas, permitindo deslocamentos seguros em ambientes internos e externos, com estabilidade e conforto mesmo em uso prolongado.\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\u003eIdeal para uso domiciliar, clínicas e hospitais\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;\"\u003eUsuários adultos ou idosos com \u003cstrong\u003eaté 180 kg\u003c\/strong\u003e que necessitam de uma cadeira de rodas mais robusta, com assento amplo e estrutura reforçada, seja para uso temporário ou contínuo.\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\u003eIndicado para obesidade e sobrepeso importante\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 confira as medidas da cadeira (largura total de 82 cm) e do ambiente (portas, elevadores e corredores) para garantir a melhor adequação ao local de uso.\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;\"\u003ePensada para oferecer suporte seguro, conforto e praticidade para usuários com peso elevado.\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;\"\u003eEstrutura reforçada\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAço carbono com fechamento em duplo “X” para suportar até 180 kg com segurança.\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;\"\u003eAssento extra largo\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eLargura de 62 cm, oferecendo mais espaço e conforto para usuários obesos.\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;\"\u003eConforto acolchoado\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eEncosto e assento em nylon acolchoado, com almofada em espuma de alta densidade e capa impermeável.\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;\"\u003eFacilidade para o cuidador\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eApoios de pernas rebatíveis com regulagem de altura e braços removíveis, facilitando transferências.\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;\"\u003eBaixa manutenção\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePneus rígidos anti-furos e componentes resistentes para uso intenso.\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;\"\u003eDobrável para transporte\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eEstrutura dobrável; a cadeira fechada mede aprox. 85 × 32 × 91 cm, facilitando o transporte em porta-malas.\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 D500 Ú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 D500 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eDesenvolvida para atender com segurança e conforto usuários com peso elevado, sem abrir mão da 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;\"\u003eCapacidade de até 180 kg\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEstrutura projetada especificamente para usuários obesos, oferecendo segurança e estabilidade.\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;\"\u003eIndicada para uso intenso e 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;\"\u003eAssento super amplo\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLargura de 62 cm e profundidade de 45 cm, garantindo espaço adequado e melhor distribuição de pressã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;\"\u003eMais conforto para o usuário\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;\"\u003eConforto e proteção\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEncosto impermeável, estofamento acolchoado e almofada em espuma de alta densidade.\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;\"\u003eMais conforto mesmo em longos períodos sentado\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;\"\u003eApoios funcionais\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 braços removíveis e apoios de pernas rebatíveis com regulagem de altura facilitam transferências e posicionamento.\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;\"\u003eMais praticidade para usuário e cuidador\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;\"\u003ePneus anti-furos\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eRodas dianteiras e traseiras com pneus rígidos anti-furos, prontas para uso em ambientes internos e externos.\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 paradas para manutençã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;\"\u003eDimensões pensadas para o dia a dia\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 de 82 cm e estrutura dobrável que facilita o transporte em veículos e a armazenagem.\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;\"\u003eAvalie sempre portas e corredores antes da compra\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 Para Obeso D500 – 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;\"\u003eCapacidade do usuário\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSuporta até 180 kg\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;\"\u003eTubular em aço carbono, reforçada, dobrável em fechamento em duplo “X”\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;\"\u003eTipo de pintura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePintura epóxi\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;\"\u003ePreto\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 e encosto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eNylon acolchoado de alta resistência, encosto impermeável\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAlmofada\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEspuma de alta densidade com capa impermeá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;\"\u003eApoio de braços\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRemovíveis, em material sintético similar ao couro\u003cbr\u003eAltura entre assento e apoio de braços: 20,5 cm\u003cbr\u003eComprimento do apoio de braços: 26 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoio de pernas\/pedal\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRebatíveis com regulagem de altura, sistema swing-away (removíveis e rebatíveis)\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;\"\u003eBilaterais com acionamento para frente\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;\"\u003eDiâmetro externo: 60 cm (24\")\u003cbr\u003eAro de propulsão: diâmetro externo 51 cm\u003cbr\u003ePneus rígidos anti-furos\u003cbr\u003eAjuste de altura da roda traseira: 2 níveis\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;\"\u003eDiâmetro externo: 20 cm (8\")\u003cbr\u003ePneus rígidos anti-furos\u003cbr\u003eAjuste de altura da roda dianteira: 2 níveis\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;\"\u003eComprimento: 109,5 cm\u003cbr\u003eLargura total: 82 cm\u003cbr\u003eAltura total: 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;\"\u003eDimensões (dobrada)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e85 cm (C) × 32 cm (L) × 91 cm (A)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\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;\"\u003e62 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;\"\u003e45 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura total entre os braços\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e73 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 piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e51 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eEspaço livre do apoio para os pés ao piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e20 cm (pode variar conforme regulagem)\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 líquido da cadeira\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e26,50 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões da embalagem (C × L × A)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e86 cm × 34 cm × 93 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 bruto embalado\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e29,30 kg\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;\"\u003eEstrutura: Aço carbono com pintura epóxi\u003cbr\u003eAcabamentos plásticos: PVC\u003cbr\u003eAssento e encosto: Nylon\u003cbr\u003eApoio de braço: material sintético similar a couro\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 da embalagem\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e1 cadeira de rodas D500 Dellamed + 1 manual de instruções\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;\"\u003e82 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRecomendado que portas tenham, no mínimo, ~85 cm de largura\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;\"\u003e109,5 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eMedida com apoios de pés montados\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;\"\u003e90 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;\"\u003e62 × 45 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura efetiva, indicada para usuários obesos\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 piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e51 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar levemente conforme regulagens dos apoios\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eLargura entre os braços\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e73 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eImportante para avaliar o conforto 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 Dellamed.\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;\"\u003e12 meses de garantia para a estrutura (inclusos os 3 meses de garantia legal).\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;\"\u003e6 meses de garantia para os demais componentes (inclusos os 3 meses de garantia legal).\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;\"\u003eObservações\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eItens sujeitos a desgaste natural possuem critérios específicos. Consulte sempre o certificado de garantia.\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 manual e o termo de garantia para as condições completas de cobertura, prazos e exclusões.\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 D500 é realmente indicada para pessoas obesas?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Ela foi desenvolvida especificamente para usuários com peso elevado, suportando até 180 kg e oferecendo assento extra largo de 62 cm, estrutura reforçada e estofamento acolchoado.\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;\"\u003eEla passa em portas comuns de residências?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eA largura total da D500 é de aproximadamente 82 cm. Em geral, recomenda-se que as portas tenham pelo menos ~85 cm de largura. Meça as portas e corredores antes da compra para garantir a passagem.\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;\"\u003eOs pneus podem furar?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eNão. A D500 possui pneus rígidos anti-furos nas rodas dianteiras e traseiras, o que reduz a necessidade de manutenção e torna o uso mais prático no dia a dia.\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;\"\u003eA cadeira é dobrável? Cabe no porta-malas?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. A estrutura é dobrável e, quando fechada, a cadeira mede aproximadamente 85 cm (C) × 32 cm (L) × 91 cm (A). Em muitos casos, pode ser transportada em porta-malas de veículos maiores. Sempre confira as medidas do seu carro.\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\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\"] {\n      width: 3.5rem !important;\n      height: 3.5rem !important;\n      font-size: 1.5rem !important;\n    }\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":46034021417156,"sku":"24694","price":1639.44,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1-D500-Perspectiva.jpg?v=1741801410"},{"product_id":"scooter-eletrica-lb-light-dellamed","title":"Scooter Elétrica LB Light - 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;\"\u003eScooter Elétrica \u003cspan style=\"color: #2563eb;\"\u003eLB Light\u003c\/span\u003e – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eScooter compacta, estável e fácil de transportar. Ideal para garantir autonomia com conforto e segurança no dia a dia, em áreas internas e externas, com excelente dirigibilidade e manutenção simples.\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+Scooter+El%C3%A9trica+LB+Light+Dellamed.\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;\"\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;\"\u003eDesmontável e 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;\"\u003eAutonomia para o dia a dia\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 LB Light\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eLB Light\u003c\/strong\u003e é uma scooter elétrica \u003cstrong\u003ecompacta e leve\u003c\/strong\u003e, com \u003cstrong\u003equatro rodas\u003c\/strong\u003e, projetada para oferecer \u003cstrong\u003eautonomia, conforto\u003c\/strong\u003e e \u003cstrong\u003esegurança\u003c\/strong\u003e em deslocamentos curtos e médios. Possui montagem simples, \u003cstrong\u003edesmontagem rápida\u003c\/strong\u003e para transporte e ajustes de conforto para diferentes perfis de usuário.\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 a \u003cstrong\u003elocomoção independente\u003c\/strong\u003e com conforto e estabilidade em shoppings, parques, condomínios e áreas internas, reduzindo o esforço físico do usuá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\u003cspan\u003eDesmonta em partes para levar no porta-malas\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 \u003cstrong\u003emobilidade reduzida\u003c\/strong\u003e que buscam praticidade e segurança no deslocamento diário, até \u003cstrong\u003e136 kg\u003c\/strong\u003e, incluindo idosos e usuários em reabilitação.\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\u003eSistema de freio eletromagnético\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 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 \"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 LB Light\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eConheça 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 style=\"width: 100%; height: 100%; display: block;\" title=\"Scooter LB | Características e Benefícios | Dellamed\" src=\"https:\/\/www.youtube.com\/embed\/DbSH_iHrFao\" height=\"720\" width=\"1280\"\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 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, dirigibilidade e praticidade para o cotidiano.\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;\"\u003eDesmontagem rápida\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePartes leves para transportar no carro com praticidade.\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;\"\u003e4 rodas estáveis\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eMais segurança em pisos lisos e pequenos desníveis.\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;\"\u003eMotor eficiente\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eTração suave para condução confortável e silenciosa.\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;\"\u003eBaterias seladas\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eLivre de manutenção e com boa autonomia diária.\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;\"\u003eAssento acolchoado e coluna de direção com ajuste.\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;\"\u003eFreio eletromagnético e iluminação dianteira.\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 LB Light Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombina praticidade no transporte com estabilidade e conforto no uso 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;\"\u003eDesign compacto\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003ePerfeita para espaços internos e elevadores.\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;\"\u003ePassa por portas padrão residenciais\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;\"\u003eDesmontável em 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 o transporte no porta-malas do carro.\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;\"\u003eSem necessidade de ferramentas\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;\"\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; margin-bottom: 1rem;\"\u003eCarregador bivolt e controle de velocidade progressivo.\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.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;\"\u003eAssento e encosto acolchoados\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 percursos mais longos.\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;\"\u003eFácil higienização\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;\"\u003eApoio giratório\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAssento com giro e ajuste de altura para facilitar subir e descer.\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 praticidade e segurança\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;\"\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; margin-bottom: 1rem;\"\u003eAjuste contínuo conforme a 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 Scooter Elétrica LB Light – 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;\"\u003eChassi compacto com coluna de direção ajustá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é \u003cstrong\u003e136\u003c\/strong\u003e 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;\"\u003eMotor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAlta eficiência para uso urbano (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 seladas (VRLA), livres de manutençã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;\"\u003eTempo de recarga\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~6–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;\"\u003eAutonomia\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAté ~15–20 km por carga (condições ideais)\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–1,2 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;\"\u003eDimensões (montada)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eComp. ~108–112 cm × Larg. ~51–55 cm × Alt. ~90–95 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\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~45–55 kg (conforme configuraçã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 \/ pneus\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e4 rodas, aro ~8–9”, pneus maciços\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;\"\u003eEletromagnéticos (automáticos)\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;\"\u003eIluminação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eFarol dianteiro e indicadores visuais no painel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eGiratório, acolchoado e com ajuste de altura\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;\"\u003eCesto frontal, apoio de braços rebatí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\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~51–55 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePassa em portas com ~60–65 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~108–112 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCom cesto instalado\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~90–95 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;\"\u003e~44–46 × ~40–43 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eGiratório e acolchoado\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~48–52 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjustável\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–1,2 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é 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 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;\"\u003eÉ adequada para ambientes internos\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O raio de giro compacto e a largura reduzida facilitam manobras em espaços internos e corredores.\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 progressivo no comando de aceleraçã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;\"\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 médio de 6 a 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;\"\u003eBaterias seladas (VRLA), 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\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+Gostaria+de+saber+sobre+a+Scooter+El%C3%A9trica+LB+Light+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\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\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*=\"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    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    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":46034051989700,"sku":"24198","price":4887.78,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/def025c215af1ebba692a713180c95b7.jpg?v=1725457317"},{"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":"cadeira-motorizada-dobravel-ate-120-kg-spacemed-dellamed","title":"Cadeira de Rodas Motorizada Spacemed (120 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\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\"\u003eInovação Dellamed\u003c\/span\u003e\n            \u003ch2 class=\"ds-title\"\u003eCadeira Motorizada Spacemed\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\u003eSpacemed\u003c\/strong\u003e é a cadeira motorizada mais inovadora da Dellamed. Projetada para ser a mais leve do mundo em sua categoria, ela combina materiais aeroespaciais com um sistema de fechamento inteligente para máxima liberdade.\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\"\u003e20km\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\"\u003eBateria\u003c\/span\u003e \n                        \u003cspan class=\"ds-dark-sub-val\"\u003eLítio Premium\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eMotores\u003c\/span\u003e \n                        \u003cspan class=\"ds-dark-sub-val\"\u003eBrushless Potentes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Peso --\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=\"M7 20h10\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M12 4v16\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M9 7l3-3 3 3\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-brand\"\u003e26kg\u003c\/h3\u003e\n                \u003cp class=\"ds-label-brand\"\u003eUltra Leveza\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-brand\"\u003eLiga de \u003cstrong\u003eAlumínio e Magnésio\u003c\/strong\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Fechamento --\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=\"M15 3h6v6\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M9 21H3v-6\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M21 3l-7 7\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M3 21l7-7\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-black\"\u003e5 seg\u003c\/h3\u003e\n                \u003cp class=\"ds-label-gray\"\u003eDobra Instantânea\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-gray\"\u003eSistema \u003cstrong\u003eQuick-Fold\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\"\u003eEngenharia Aeroespacial\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eA Spacemed utiliza uma liga especial de \u003cstrong\u003eAlumínio e Magnésio\u003c\/strong\u003e, a mesma usada na aviação, garantindo uma estrutura extremamente rígida e segura, mas com um peso incrivelmente baixo para uma cadeira motorizada.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eSeu design minimalista e moderno elimina cabos expostos, apresentando um visual limpo e sofisticado que se destaca de qualquer modelo convencional do mercado.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eControle de Última Geração\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eO joystick da Spacemed é intuitivo e conta com tecnologia de resposta imediata. Os motores \u003cstrong\u003eBrushless\u003c\/strong\u003e (sem escovas) são mais silenciosos, duradouros e eficientes, proporcionando uma aceleração suave e potente.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eCom baterias de Lítio de alta performance, a cadeira permite viagens mais longas com recargas mais rápidas, além de ser autorizada para transporte aéreo (verificar regras da companhia).\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\"\u003eRodas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePneumáticas Premium\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eJoystick\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIntercambiável (E\/D)\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\"\u003eCompacto p\/ Porta-malas\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAssento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAlmofada de Alta Densidade\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\"\u003eAutomotiva Premium\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eConectividade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePorta USB integrada\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\"\u003eVelocidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAté 6 km\/h\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\"\u003e120 kg\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Assento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e44 cm\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePeso Estrutura\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e~ 24 kg\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMotores\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e2x 250W Brushless\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCertificação\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eANVISA e INMETRO\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;\"\u003eRecursos de segurança ativa:\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 Inteligentes\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAntitombo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRodas Traseiras de Apoio\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eChassis\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEstabilidade Dinâmica\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 (Facilita Acesso)\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePedal\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRebatível em Alumínio\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAviso\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSonoro de Marcha Ré\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":46034085019844,"sku":"24696","price":9722.22,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Capturadetela2026-04-08222234.png?v=1775697833"},{"product_id":"banco-p-banho-c-encosto-d2-dellamed","title":"Banco para Banho com Encosto e Altura Regulável até 135 Kg D2 - Dellamed + 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 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;\"\u003eBanqueta para Banho Altura Regulável \u003cspan style=\"color: #2563eb;\"\u003eD2\u003c\/span\u003e – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEstrutura em alumínio anodizado, assento curvo ergonômico com aberturas para escoamento de água e regulagem de altura com pino click. Segurança e praticidade durante o banho.\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+Banqueta+para+Banho+Altura+Regul%C3%A1vel+D1+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 style=\"font-weight: bold;\"\u003eSuporta até 135 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;\"\u003eAjuste de altura com pino click\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 leve e resistente\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 Banqueta D2\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eBanqueta para Banho D2\u003c\/strong\u003e é um banco de banho leve e compacto, ideal para oferecer \u003cstrong\u003eestabilidade e conforto\u003c\/strong\u003e durante a higiene pessoal. Conta com \u003cstrong\u003eestrutura em alumínio anodizado\u003c\/strong\u003e, assento ergonômico com escoamento de água e regulagem de altura em 5 níveis através de pino click.\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;\"\u003eOferece apoio firme e seguro durante o banho, prevenindo acidentes e garantindo conforto para pessoas com limitações de mobilidade.\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\u003eMais segurança no banho\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, idosos ou em processo de reabilitação que necessitam de suporte durante o banho, com peso de até \u003cstrong\u003e135 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\u003eEstabilidade e resistência\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!-- Benefícios e Aplicações --\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;\"\u003ePraticidade, conforto e segurança no banho diário.\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;\"\u003eFácil limpeza\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAssento em polipropileno com aberturas para escoamento da água.\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;\"\u003eAltura ajustável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eRegulagem em 5 níveis de altura.\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;\"\u003eEstrutura leve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAlumínio anodizado resistente e durável.\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;\"\u003eAlta capacidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eSuporta até 135 kg com estabilidade.\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;\"\u003eSegurança\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePonteiras com ventosas antiderrapantes.\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;\"\u003eCompacta e fácil de transportar.\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 --\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 Banqueta D2 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombina leveza, estabilidade e facilidade de uso no banho.\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\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b;\"\u003eAlumínio anodizado\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eEstrutura leve, durável e resistente à oxidação.\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 #10b981;\"\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b;\"\u003eAssento anatômico\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eDesign curvo com aberturas para escoamento de água.\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; color: #1e293b;\"\u003eAltura ajustável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003e5 níveis de regulagem via pino click.\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; color: #1e293b;\"\u003eCapacidade reforçada\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eSuporta até 135 kg com segurança.\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 #ef4444;\"\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; color: #1e293b;\"\u003eBase antiderrapante\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003ePonteiras com ventosas que evitam deslizamentos.\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; color: #1e293b;\"\u003eCompacta\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eFácil de transportar e armazenar.\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\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 2rem;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; background: #fff; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08); font-size: 1.5rem;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30%; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%); color: #fff; padding: 1.7rem; font-weight: bold; text-align: left;\"\u003eEspecificação\u003c\/th\u003e\n\u003cth style=\"width: 70%; background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%); color: #fff; padding: 1.7rem; font-weight: bold; text-align: left;\"\u003eDetalhes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff;\"\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003eAlumínio anodizado\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eAssento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003ePolipropileno anatômico com aberturas para escoamento\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff;\"\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eRegulagem de altura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e5 níveis (pino click)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eAltura ajustável\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003eDe 36 cm a 46 cm (aprox.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff;\"\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eLargura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e~49 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eProfundidade total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e~28 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff;\"\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003ePeso suportado\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e135 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003ePeso do produto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e~1,6 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\u003c\/div\u003e\n\u003c!-- Tabela de Medidas --\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; background: #fff; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08); font-size: 1.5rem;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%); color: #fff; padding: 1.7rem; font-weight: bold; text-align: left;\"\u003eMedida\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%); color: #fff; padding: 1.7rem; font-weight: bold; text-align: left;\"\u003eValor\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%); color: #fff; padding: 1.7rem; font-weight: bold; text-align: left;\"\u003eObservações\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #eef2ff;\"\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eAltura mínima\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e36 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003ePino no nível mais baixo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eAltura máxima\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e46 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003ePino no nível mais alto\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #eef2ff;\"\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eLargura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e49 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003eDe apoio a apoio\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem; font-weight: 600;\"\u003eProfundidade total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003e28 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem;\"\u003eÁrea do assento\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; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: 3rem; font-weight: bold; color: #1e293b; margin-bottom: 1rem;\"\u003eGarantia\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eProduto com garantia do fabricante Dellamed contra defeitos de fabricação.\u003c\/p\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280;\"\u003eConsulte o certificado ou nos chame no Whatsapp para mais informações sobre condições e prazos.\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 banqueta D2 enferruja\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eNão. Sua estrutura é em alumínio anodizado, resistente à umidade.\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 peso máximo suportado\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAté 135 kg.\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;\"\u003eA altura pode ser ajustada\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim, em até 5 níveis, de 36 cm a 46 cm.\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+Banqueta+para+Banho+Altura+Regul%C3%A1vel+D1+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\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034087116996,"sku":"28579","price":244.44,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-1_4_ccda80b7-7d6a-4275-8bd1-3fdaa09c7d68.png?v=1755198794"},{"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":487.78,"currency_code":"BRL","in_stock":true}],"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":"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":91.67,"currency_code":"BRL","in_stock":true}],"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        \/* 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\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\"\u003eLinha de Mobilidade\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eCadeira de Rodas Manual D100\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\u003eCadeira de Rodas D100 Dellamed\u003c\/strong\u003e é a escolha ideal para quem busca praticidade, segurança e excelente custo-benefício. Com estrutura resistente e design dobrável, facilita o transporte e garante conforto no dia a dia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-grid\"\u003e\n\u003c!-- Card Destaque --\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                        \u003ccircle r=\"1\" cy=\"4\" cx=\"16\"\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\"\u003e100 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 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                    \u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cline y2=\"8\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22\" x2=\"12\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"12\" x2=\"22\" y1=\"12\" x1=\"16\"\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 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=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003eSegura\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003eUso Confiável\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003eFreios \u003cstrong\u003eBilaterais\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\"\u003eEstrutura Resistente e Confortável\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eDesenvolvida em aço carbono de alta resistência com pintura epóxi, a Cadeira D100 proporciona estabilidade e segurança contra corrosão. Seu assento e encosto em nylon garantem o conforto necessário e são extremamente fáceis de higienizar no dia a dia.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eOs pneus maciços oferecem durabilidade extra por serem antifuros, perfeitos para a locomoção contínua e sem preocupações com a manutenção constante das rodas.\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 \"X\" torna esta cadeira extremamente compacta quando dobrada. Ideal para ser guardada em porta-malas de veículos ou espaços reduzidos em casa, facilitando a locomoção e a rotina tanto do paciente quanto de seus cuidadores.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eAlém disso, conta com apoios de braço e de pés fixos com formato ergonômico, proporcionando a postura correta e muito mais conforto durante a sua utilização prolongada.\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\"\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\"\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\"\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\"\u003eOrganização\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 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 Especificações\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\"\u003eRodas Traseiras\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e24\" Maciças\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRodas Diant.\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e8\" Maciças\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAssento\/Encosto\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eNylon Lavável\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 Indicações\u003c\/h4\u003e\n\u003cp style=\"color: #475569; font-size: 1rem; margin-top: -1rem; margin-bottom: 1rem;\"\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\"\u003eAmbientes\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eUso Interno e Externo\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\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":46034096652484,"sku":"23659","price":555.44,"currency_code":"BRL","in_stock":true}],"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-rodas-motorizada-dobravel-d800-dellamed-ate-120kg","title":"Cadeira de Rodas Motorizada D800 (120 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 *\/\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\"\u003eMobilidade Dellamed\u003c\/span\u003e\n            \u003ch2 class=\"ds-title\"\u003eCadeira de Rodas Elétrica D800\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\u003eDellamed D800\u003c\/strong\u003e redefine a liberdade de movimento. É uma cadeira de rodas elétrica motorizada que combina potência, tecnologia e um design compacto dobrável, ideal para ambientes internos e externos.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-grid\"\u003e\n            \u003c!-- Card Destaque --\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\"\u003e20km\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 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é 12º\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                    \u003cpath d=\"M22 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\"\u003e120kg\u003c\/h3\u003e\n                \u003cp class=\"ds-label-brand\"\u003eCapacidade de Carga\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-brand\"\u003eEstrutura de \u003cstrong\u003eAlumínio\u003c\/strong\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card Tecnologia --\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                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-black\"\u003e360º\u003c\/h3\u003e\n                \u003cp class=\"ds-label-gray\"\u003eJoystick Adaptável\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-gray\"\u003eControle de \u003cstrong\u003eAlta Precisão\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\"\u003eTecnologia e Controle\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eO joystick inteligente da D800 permite manobras fluidas em 360 graus com esforço mínimo. Ele é \u003cstrong\u003eintercambiável\u003c\/strong\u003e, podendo ser instalado tanto no lado direito quanto no esquerdo, adaptando-se perfeitamente à necessidade do usuário.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eEquipada com dois motores potentes de 250W cada, a cadeira oferece estabilidade e torque necessário para vencer rampas e superfícies irregulares com segurança total.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eDesign Compacto e Conforto\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eConstruída em alumínio aeronáutico, a D800 é notavelmente leve e resistente. Seu sistema de fechamento em \"X\" duplo permite que ela seja dobrada em segundos, facilitando o transporte em porta-malas de carros pequenos.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eO assento e o encosto são estofados com material de alta densidade e tecnologia respirável, garantindo conforto prolongado mesmo em usos intensos durante todo o dia.\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 Benefícios\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eIndependência\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eTotal Autonomia\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 Dobrável\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\"\u003eJoystick Destro\/Canhoto\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\"\u003eAlmofada Inclusa\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\"\u003eAntifuro (Maciças)\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                \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\"\u003eMotores\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e2x 250W\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 20Ah Chumbo\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eChassi\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAlumínio Aeronáutico\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~ 43kg (C\/ Baterias)\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Assento\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\"\u003eANVISA\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e80795950017\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 inclusos:\u003c\/p\u003e\n                \u003cul class=\"ds-list\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFreio\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEletromagnético\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCinto\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAbdominal Ajustável\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eProtetores\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eLaterais de Roupa\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\"\u003eRebatíveis\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\"\u003eEscamoteáveis\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePneus Dianteiros\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eMaciços 8\"\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":46034117066948,"sku":"25012","price":3511.11,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Captura_de_tela_2026-04-08_165759.png?v=1775680072"},{"product_id":"cadeira-de-banho-aluminio-desmontavel-d60-dellamed","title":"Cadeira de Banho Alumínio Desmontável D60 - 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\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 Dellamed\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem; color: #333;\"\u003e\n        Cadeira de Banho em Alumínio Desmontável \u003cspan style=\"color: #2563eb;\"\u003eD60\u003c\/span\u003e – Dellamed\n      \u003c\/h1\u003e\n\n      \u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003e\n        Cadeira higiênica \u003cstrong\u003edesmontável\u003c\/strong\u003e, com estrutura em \u003cstrong\u003ealumínio\u003c\/strong\u003e, assento e encosto em \u003cstrong\u003ePEAD\u003c\/strong\u003e e coletor com tampa.\n        Ideal para banho e higiene, com \u003cstrong\u003erodízios com freio\u003c\/strong\u003e, apoio de pés e braços para facilitar o dia a dia do cuidador.\n      \u003c\/p\u003e\n\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: document.body.scrollHeight, 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\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Banho+em+Alum%C3%ADnio+Desmont%C3%A1vel+D60+%E2%80%93+Dellamed.\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;\"\u003e\n          Falar com Atendente\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\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é 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=\"color: #10b981; font-weight: bold; font-size: 1.75rem;\"\u003e✓\u003c\/span\u003e\u003cspan style=\"font-weight: bold;\"\u003eDesmontável e prática\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;\"\u003eRodízios com freio\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 D60\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003e\n          A \u003cstrong\u003eD60\u003c\/strong\u003e é uma cadeira de banho e higiene \u003cstrong\u003eem alumínio\u003c\/strong\u003e, com peças \u003cstrong\u003edesmontáveis\u003c\/strong\u003e para facilitar o manuseio, limpeza e transporte.\n          Possui \u003cstrong\u003eassento e encosto em PEAD\u003c\/strong\u003e, coletor com tampa e \u003cstrong\u003erodízios\u003c\/strong\u003e que ajudam a posicionar o usuário com segurança na rotina diária.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\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;\"\u003e\n              Facilita o \u003cstrong\u003ebanho\u003c\/strong\u003e e a \u003cstrong\u003ehigiene\u003c\/strong\u003e com mais segurança, podendo ser usada como cadeira higiênica com coletor e também para apoiar o cuidador no posicionamento.\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\u003eUso domiciliar e institucional\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.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;\"\u003e\n              Usuários que precisam de uma cadeira estável para banho e higiene, com capacidade de até \u003cstrong\u003e150 kg\u003c\/strong\u003e, sempre com \u003cstrong\u003esupervisão de um cuidador\u003c\/strong\u003e.\n            \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\u003eConforto e praticidade no dia a dia\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\n          \u003cspan style=\"font-weight: 600;\"\u003eImportante:\u003c\/span\u003e mantenha os freios acionados durante transferências e confirme as medidas do ambiente (box\/banheiro) antes da compra.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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 D60\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\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 title=\"Cadeira de Banho D60 | Dellamed\" src=\"https:\/\/www.youtube.com\/embed\/Q12tDphkWZc\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n          \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, higiene e praticidade para banho e rotina do cuidador.\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!-- 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\n            \u003cstrong style=\"color:#2563eb;\"\u003e1\u003c\/strong\u003e\n          \u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAlta capacidade\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.5rem; color: #475569;\"\u003eSuporta até \u003cstrong\u003e150 kg\u003c\/strong\u003e para diferentes perfis de uso.\u003c\/p\u003e\n        \u003c\/div\u003e\n\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\n            \u003cstrong style=\"color:#2563eb;\"\u003e2\u003c\/strong\u003e\n          \u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eEstrutura em alumínio\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.5rem; color: #475569;\"\u003eResistente, leve e adequada para ambientes úmidos.\u003c\/p\u003e\n        \u003c\/div\u003e\n\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\n            \u003cstrong style=\"color:#2563eb;\"\u003e3\u003c\/strong\u003e\n          \u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eAssento\/encosto em PEAD\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.5rem; color: #475569;\"\u003eMaterial firme e fácil de higienizar no dia a dia.\u003c\/p\u003e\n        \u003c\/div\u003e\n\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\n            \u003cstrong style=\"color:#2563eb;\"\u003e4\u003c\/strong\u003e\n          \u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eRodízios com freio\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.5rem; color: #475569;\"\u003eMais controle e estabilidade durante o uso e transferências.\u003c\/p\u003e\n        \u003c\/div\u003e\n\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\n            \u003cstrong style=\"color:#2563eb;\"\u003e5\u003c\/strong\u003e\n          \u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eColetor com tampa\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.5rem; color: #475569;\"\u003eMais praticidade para higiene, com manuseio simples.\u003c\/p\u003e\n        \u003c\/div\u003e\n\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\n            \u003cstrong style=\"color:#2563eb;\"\u003e6\u003c\/strong\u003e\n          \u003c\/div\u003e\n          \u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eDesmontável\u003c\/h3\u003e\n          \u003cp style=\"font-size: 1.5rem; color: #475569;\"\u003eFacilita limpeza, transporte e armazenamento.\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 D60 Única\u003c\/h2\u003e\n        \u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003ePensada para rotina intensa de banho e higiene, com foco em robustez e praticidade.\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        \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;\"\u003eCapacidade até 150 kg\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEstrutura projetada para suportar uso frequente e maior carga.\u003c\/p\u003e\n          \u003cdiv style=\"background: #eff6ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #3b82f6;\"\u003e\n            \u003cspan style=\"font-size: 1rem; color: #1e40af; font-weight: 600;\"\u003eMais segurança e estabilidade\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\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;\"\u003eAlumínio para ambiente úmido\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMaterial adequado para rotina de banho e higienização constante.\u003c\/p\u003e\n          \u003cdiv style=\"background: #ecfdf5; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #10b981;\"\u003e\n            \u003cspan style=\"font-size: 1rem; color: #065f46; font-weight: 600;\"\u003eMais durabilidade no dia a dia\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\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;\"\u003eAssento e encosto em PEAD\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eSuperfícies firmes e higiênicas para facilitar limpeza.\u003c\/p\u003e\n          \u003cdiv style=\"background: #fffbeb; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #f59e0b;\"\u003e\n            \u003cspan style=\"font-size: 1rem; color: #92400e; font-weight: 600;\"\u003eHigienização simples\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\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;\"\u003eControle no posicionamento e estabilidade durante o uso.\u003c\/p\u003e\n          \u003cdiv style=\"background: #faf5ff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #8b5cf6;\"\u003e\n            \u003cspan style=\"font-size: 1rem; color: #6b21a8; font-weight: 600;\"\u003eMais segurança ao cuidador\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\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;\"\u003eColetor com tampa\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eMais praticidade para higiene, com retirada simples.\u003c\/p\u003e\n          \u003cdiv style=\"background: #fef2f2; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #ef4444;\"\u003e\n            \u003cspan style=\"font-size: 1rem; color: #991b1b; font-weight: 600;\"\u003eApoio na rotina diária\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\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;\"\u003eDesmontagem prática\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAjuda no transporte e facilita o acesso para limpeza.\u003c\/p\u003e\n          \u003cdiv style=\"background: #ecfeff; padding: 0.75rem; border-radius: 0.5rem; border-left: 3px solid #06b6d4;\"\u003e\n            \u003cspan style=\"font-size: 1rem; color: #155e75; font-weight: 600;\"\u003eManuseio mais fácil\u003c\/span\u003e\n          \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 da Cadeira de Banho em Alumínio Desmontável D60 – Dellamed.\u003c\/p\u003e\n      \u003c\/div\u003e\n\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 (desmontá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é \u003cstrong\u003e150 kg\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;\"\u003eAssento e encosto\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003ePEAD\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoios de braço\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003ePolipropileno (PP)\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 pés\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003ePolietileno (PE)\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;\"\u003eAproximadamente 3\" com freios\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;\"\u003eColetor\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eColetor com tampa (aprox. 7,5 L)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões (C × L × A)\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAprox. \u003cstrong\u003e85 × 55 × 89 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;\"\u003eAssento (L × P)\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAprox. \u003cstrong\u003e45 × 43,5 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;\"\u003eAprox. \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;\"\u003eAltura do encosto\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAprox. \u003cstrong\u003e41 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 apoio de braço\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAprox. \u003cstrong\u003e34 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;\"\u003ePeso do produto\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAprox. \u003cstrong\u003e8,5 kg\u003c\/strong\u003e\n\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\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;\"\u003eDimensões (C × L × A)\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~85 × 55 × 89 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eDimensões aproximadas\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~45 × 43,5 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eÁrea útil do assento\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 piso\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 conforme montagem\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~41 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 style=\"background: #eef2ff !important;\"\u003e\n              \u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura do apoio de braço\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003e~34 cm\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eReferência para posicionamento\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\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~8,5 kg\u003c\/td\u003e\n              \u003ctd style=\"padding: 1.7rem !important;\"\u003eAproximado\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 0.75rem; text-align: center;\"\u003eAs medidas podem variar levemente conforme o lote e a montagem.\u003c\/p\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\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;\"\u003eConforme 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;\"\u003eComponentes e acessórios\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eConforme termo de garantia que acompanha o produto.\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;\"\u003eOrientação\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eGuarde a nota fiscal e siga as recomendações de uso e limpeza.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 1rem; text-align: center;\"\u003eConsulte o termo de garantia para condições detalhadas.\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\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 D60 suporta até quanto?\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eA capacidade de peso é de até \u003cstrong\u003e150 kg\u003c\/strong\u003e.\u003c\/div\u003e\n        \u003c\/div\u003e\n\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;\"\u003eEla vem com coletor?\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. A D60 acompanha \u003cstrong\u003ecoletor com tampa\u003c\/strong\u003e para auxiliar na higiene.\u003c\/div\u003e\n        \u003c\/div\u003e\n\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. A D60 é \u003cstrong\u003edesmontável\u003c\/strong\u003e, o que facilita limpeza, transporte e armazenamento.\u003c\/div\u003e\n        \u003c\/div\u003e\n\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;\"\u003eTem freio nas rodas?\u003c\/div\u003e\n          \u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Possui \u003cstrong\u003erodízios com freio\u003c\/strong\u003e para maior estabilidade.\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\" target=\"_blank\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Banho+em+Alum%C3%ADnio+Desmont%C3%A1vel+D60+%E2%80%93+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;\"\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\/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\"] 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    \/* Vídeo responsivo *\/\n    iframe[title*=\"D60\"] { width: 100% !important; height: 100% !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":"Dellamed","offers":[{"title":"Default Title","offer_id":46034126799044,"sku":"21839","price":542.11,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1_-_D60_-_Perspectiva.jpg?v=1741800299"},{"product_id":"cama-hospitalar-simples-2-manivelas-c-grade-dx-dellamed","title":"Cama Hospitalar Simples 2 Manivelas c\/ Grade DX2 - 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            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\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\"\u003eLinha Hospitalar\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eCama Hospitalar DX2\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\u003eCama Hospitalar DX2 Dellamed\u003c\/strong\u003e proporciona conforto excecional, segurança e praticidade para a recuperação no domicílio ou em ambientes clínicos. Com o seu sistema de manivelas ergonómico, permite ajustes precisos para o máximo bem-estar do paciente.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-grid\"\u003e\n\u003c!-- Card Destaque --\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 5v14M5 12l7-7 7 7M19 12l-7-7-7 7\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-huge\"\u003e2\u003c\/h3\u003e\n\u003cp class=\"ds-desc-gray\"\u003eMovimentos Independentes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eAjustes\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eCabeceira e Pernas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eAcionamento\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003eManivelas Rebatíveis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card Segurança --\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                    \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-brand\"\u003eSegura\u003c\/h3\u003e\n\u003cp class=\"ds-label-brand\"\u003ePrevenção de Quedas\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-brand\"\u003eGrades em \u003cstrong\u003eAlumínio\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                    \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003eEstável\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003eRodízios com Travão\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003eTração e \u003cstrong\u003eFixação\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\"\u003eEstrutura Robusta e Durável\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eDesenvolvida com uma estrutura altamente reforçada em aço carbono e acabamento superior em pintura epóxi, a Cama DX2 oferece excelente proteção contra a oxidação, garantindo uma longa vida útil. As suas cabeceiras em polietileno injetado são resistentes e fáceis de higienizar.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eO estrado em chapa de aço foi concebido para suportar o paciente com firmeza e conforto, assegurando a ventilação adequada do colchão clínico e evitando a acumulação de humidade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-text-card\"\u003e\n\u003ch3 class=\"ds-subtitle\"\u003eAjustes Práticos e Seguros\u003c\/h3\u003e\n\u003cp class=\"ds-paragraph\"\u003eO sistema manual de duas manivelas rebatíveis é suave e silencioso, permitindo ao cuidador elevar a cabeceira e a zona das pernas de forma independente, adaptando a postura às necessidades respiratórias e circulatórias do utilizador.\u003c\/p\u003e\n\u003cp class=\"ds-paragraph\"\u003eEquipada com rodízios de alto desempenho com sistema de travagem e grades laterais retráteis em alumínio, facilita a transferência do paciente e garante estabilidade total durante os momentos de repouso.\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\"\u003eAcionamento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDuas Manivelas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eGrades Laterais\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRetráteis em Alumínio\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\"\u003eRodízios\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCom travões de fixação\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCabeceira e Peseira\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eInjetadas e removíveis\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eHigiene\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSuperfícies laváveis\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 Especificações\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\"\u003eDX2 Manual\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMaterial Principal\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\"\u003eMovimentação\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCostas e Pernas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRegisto ANVISA\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e80795950048\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eUso Exclusivo\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePara o paciente\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 Indicações\u003c\/h4\u003e\n\u003cp style=\"color: #475569; font-size: 1rem; margin-top: -1rem; margin-bottom: 1rem;\"\u003eUso recomendado para:\u003c\/p\u003e\n\u003cul class=\"ds-list\"\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\"\u003ePrevenção\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRisco de quedas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMobilidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePacientes acamados\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\"\u003eElevação do tronco\/pernas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAmbientes\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDomicílio e Clínicas\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eApoio Diário\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eFacilita cuidadores\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":46034166841540,"sku":"21694","price":1611.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1-DX2-Perspectiva.jpg?v=1775681706"},{"product_id":"andador-de-aluminio-3-barras-d10-dellamed-789921795","title":"Andador de Alumínio 3 Barras D10 - 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 Hidrolight\u003c\/strong\u003e\u003c\/div\u003e\n\u003ch1 style=\"font-size: 5rem; font-weight: bold; line-height: 1.1; margin-bottom: 2.5rem;\"\u003eAndador de Alumínio \u003cspan style=\"color: #2563eb;\"\u003eFixo e Articulado\u003c\/span\u003e  Dobrável\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; margin-bottom: 3rem;\"\u003eAndador multifuncional \u003cstrong\u003e2 em 1\u003c\/strong\u003e (fixo e articulado), com \u003cstrong\u003eestrutura em alumínio polido\u003c\/strong\u003e, \u003cstrong\u003e3 barras\u003c\/strong\u003e de reforço, \u003cstrong\u003e8 níveis de regulagem de altura\u003c\/strong\u003e e sistema de \u003cstrong\u003edobramento rápido\u003c\/strong\u003e. Leve (2,6 kg) e resistente (suporta até 150 kg), indicado para reabilitação e apoio à marcha.\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 rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi!+Quero+ajuda+com+o+Andador+de+Alum%C3%ADnio+Fixo+e+Articulado+3+Barras+Hidrolight.\" 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; font-size: 1.5rem;\"\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan style=\"font-weight: bold;\"\u003eEnvio para todo o Brasil\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan style=\"font-weight: bold;\"\u003eSuporta até 150 kg\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: inline-flex; align-items: center; gap: 0.75rem;\"\u003e\u003cspan style=\"font-weight: bold;\"\u003eCasa Médica +40 anos no mercado\u003c\/span\u003e\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;\"\u003eO que é o Andador Dellamed 3 Barras\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; max-width: 900px; margin: 0 auto;\"\u003eUm andador \u003cstrong\u003efixo e articulado\u003c\/strong\u003e feito em \u003cstrong\u003ealumínio polido\u003c\/strong\u003e com \u003cstrong\u003e3 barras\u003c\/strong\u003e de reforço (2 em aço carbono e 1 em alumínio). Possui \u003cstrong\u003e8 níveis de altura\u003c\/strong\u003e, é \u003cstrong\u003edobrável\u003c\/strong\u003e e conta com \u003cstrong\u003eponteiras de borracha\u003c\/strong\u003e para maior aderência, oferecendo \u003cstrong\u003eestabilidade\u003c\/strong\u003e e \u003cstrong\u003esegurança\u003c\/strong\u003e no treino de marcha.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Cards: Para que serve \/ Quem pode usar (exceção) --\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;\"\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 e no \u003cstrong\u003etreino de marcha\u003c\/strong\u003e, oferecendo \u003cstrong\u003eapoio estável\u003c\/strong\u003e durante a reabilitação e atividades do dia a dia.\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\u003eEstabilidade e autonomia ao caminhar\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, #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;\"\u003eQuem pode usar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.625rem; color: #475569; line-height: 1.7; margin-bottom: 1.5rem;\"\u003eIndicado para \u003cstrong\u003eidosos\u003c\/strong\u003e e pessoas com \u003cstrong\u003ecomprometimento dos membros inferiores\u003c\/strong\u003e (artrose, doenças reumáticas, amputação unilateral), em \u003cstrong\u003ereabilitação\u003c\/strong\u003e, \u003cstrong\u003efraturas\u003c\/strong\u003e, \u003cstrong\u003epré\/pós-operatório\u003c\/strong\u003e e \u003cstrong\u003etreino de marcha\u003c\/strong\u003e, até \u003cstrong\u003e150 kg\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 style=\"font-size: 1.375rem;\"\u003eAjustável para diferentes estaturas\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 o andador é 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;\" class=\"benefits-grid\"\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\n\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e1\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\n\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;\"\u003eReduz esforço e dá segurança nos primeiros passos.\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\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e2\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eReabilitação\u003c\/h4\u003e\n\u003cp style=\"font-size: 1.5rem;\"\u003eFavorece treino de marcha progressivo e seguro.\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\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e3\u003c\/strong\u003e\u003c\/span\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 suporte em casos de fraqueza ou tonturas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 O uso deve ser \u003cstrong\u003eindicado e orientado\u003c\/strong\u003e por profissional especializado. Verifique as ponteiras e travas antes de cada uso.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefícios (6 cards) --\u003e\n\u003cdiv style=\"padding: 6rem 0; background: #f1f5f9;\" 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: #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;\"\u003eLeveza, segurança e versatilidade para o 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!-- 6 cards completos --\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\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e1\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem;\"\u003eFixo + Articulado\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem;\"\u003eModo fixo para mais estabilidade e articulado para marcha natural.\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: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e2\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem;\"\u003eEstrutura Leve\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem;\"\u003eAlumínio polido: durável, não enferruja e pesa apenas 2,6 kg.\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: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e3\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem;\"\u003e3 Barras de Reforço\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem;\"\u003e2 em aço carbono e 1 em alumínio para maior rigidez.\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: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e4\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem;\"\u003eRegulagem de Altura\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem;\"\u003e8 níveis: indicado para ~1,45 m a 1,90 m.\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: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e5\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem;\"\u003eSilencioso e Seguro\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem;\"\u003ePonteiras de borracha com alta aderência ao piso.\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: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem;\"\u003e\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e6\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem;\"\u003eDobrável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.5rem;\"\u003eSistema de mola\/trava com engate rápido: fácil guardar e transportar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- O Que Torna Ú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;\"\u003eO Que Torna o Andador Único\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #475569; max-width: 800px; margin: 0 auto;\"\u003eDiferenciais pensados para segurança, conforto e performance na marcha.\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!-- 6 itens numerados --\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\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, #2563eb); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;\"\u003e1\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin: 0;\"\u003eCapacidade até 150 kg\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eResistência para uso diário e clínico.\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\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, #38bdf8, #0ea5e9); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;\"\u003e2\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin: 0;\"\u003eAjuste de Altura (8 níveis)\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eAtende pessoas entre ~1,45 m e 1,90 m.\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\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, #34d399, #22c55e); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;\"\u003e3\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin: 0;\"\u003ePeso Leve\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eApenas \u003cstrong\u003e2,6 kg\u003c\/strong\u003e para manuseio fácil.\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\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: white; font-weight: bold;\"\u003e4\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin: 0;\"\u003e3 Barras Estruturais\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003e2 em aço carbono e 1 em alumínio para rigidez.\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\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, #fbbf24, #f59e0b); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;\"\u003e5\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin: 0;\"\u003ePonteiras e Pegas\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003ePés de borracha e apoios anatômicos emborrachados.\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\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, #22d3ee, #06b6d4); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;\"\u003e6\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.75rem; font-weight: bold; margin: 0;\"\u003eRegistro ANVISA\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569;\"\u003eRegistro \u003cstrong\u003e80795950002\u003c\/strong\u003e.\u003c\/p\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, #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\u003cbr\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 em produtos para reabilitação\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!-- 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 – Andador Dellamed\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #475569; max-width: 800px; margin: 0 auto;\"\u003eDimensões e capacidades para melhor ajuste ao usuário e ambiente.\u003c\/p\u003e\n\u003c\/div\u003e\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 Regulável\u003c\/td\u003e\n\u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003e75 a 95 cm (8 níveis)\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;\"\u003eLargura Total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003e52,5 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;\"\u003eComprimento (Profundidade)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003e58,5 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;\"\u003e2,6 kg\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;\"\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\u003ctr style=\"background: #f1f5f9;\"\u003e\n\u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem; background: #eff6ff; font-weight: 600;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"padding: 1.25rem; text-align: center; font-size: 1.25rem;\"\u003eAlumínio polido + barras em aço carbono\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!-- 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\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e1\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eAjuste Correto\u003c\/h4\u003e\n\u003cp style=\"font-size: 1.25rem;\"\u003eRegule a altura para que os cotovelos fiquem levemente flexionados (~15°).\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\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e2\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eModo de Uso\u003c\/h4\u003e\n\u003cp style=\"font-size: 1.25rem;\"\u003eNo \u003cstrong\u003earticulado\u003c\/strong\u003e, avance um lado por vez; no \u003cstrong\u003efixo\u003c\/strong\u003e, levante e apoie à frente antes do passo.\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\u003cspan style=\"color: rgb(40, 102, 240);\"\u003e\u003cstrong\u003e3\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch4 style=\"font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem;\"\u003eInspeção\u003c\/h4\u003e\n\u003cp style=\"font-size: 1.25rem;\"\u003eCheque parafusos, travas, ponteiras e pegas periodicamente.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\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;\"\u003eÉ fixo ou articulado?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem;\"\u003eAmbos: \u003cstrong\u003efixo\u003c\/strong\u003e para máxima estabilidade e \u003cstrong\u003earticulado\u003c\/strong\u003e para marcha mais natural.\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 é a capacidade e o peso?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem;\"\u003eSuporta até \u003cstrong\u003e150 kg\u003c\/strong\u003e e pesa cerca de \u003cstrong\u003e2,6 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: #f8fafc; font-size: 1.375rem;\"\u003ePara qual altura de usuário?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem;\"\u003ePossui \u003cstrong\u003e8 níveis de regulagem\u003c\/strong\u003e, indicado para cerca de \u003cstrong\u003e1,45 m a 1,90 m\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 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!+Quero+ajuda+com+o+Andador+de+Alum%C3%ADnio+Fixo+e+Articulado+3+Barras+Hidrolight.\" 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","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":46034171199684,"sku":"18837","price":123.09,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Fotos_Site_-_Produtos_-_D10.jpg?v=1770675805"},{"product_id":"bomba-tira-leite-dellamed","title":"Bomba tira leite 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;\"\u003eBomba Tira-Leite \u003cspan style=\"color: #2563eb;\"\u003eElétrica\u003c\/span\u003e – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003e3 modos (massagem, lactação e bombeamento) com 9 níveis de intensidade, \u003cstrong\u003edisplay LED\u003c\/strong\u003e, \u003cstrong\u003ebateria recarregável USB-C\u003c\/strong\u003e e funil com almofada de silicone, \u003cstrong\u003elivre de BPA\u003c\/strong\u003e. Portátil, silenciosa e confortável para a rotina de extração.\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+Bomba+Tira-Leite+El%C3%A9trica+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;\"\u003e3 modos × 9 níveis\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;\"\u003ePortátil e silenciosa\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;\"\u003eLivre de BPA\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 Bomba Tira-Leite Dellamed\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eBomba Tira-Leite Dellamed\u003c\/strong\u003e é uma bomba elétrica \u003cstrong\u003ecompacta e recarregável\u003c\/strong\u003e com \u003cstrong\u003e3 modos\u003c\/strong\u003e (massagem, lactação e bombeamento) e \u003cstrong\u003e9 níveis\u003c\/strong\u003e de intensidade, funil com almofada de \u003cstrong\u003esilicone macio\u003c\/strong\u003e e \u003cstrong\u003etela LED\u003c\/strong\u003e para ajuste simples e preciso.\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;\"\u003eAuxilia a extração do leite materno de forma \u003cstrong\u003econfortável, eficiente e indolor\u003c\/strong\u003e, mantendo a rotina de amamentação e construindo estoques para o dia a dia.\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\u003eAjuste fino para diferentes necessidades\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;\"\u003eMães que buscam \u003cstrong\u003epraticidade, portabilidade e conforto\u003c\/strong\u003e para manter a amamentação, inclusive no trabalho, viagens ou em rotinas com pouco tempo.\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\u003eBaixo ruído e desligamento automático (30 min)\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 ajuste o nível e o modo conforme seu conforto e higienize todos os componentes após o uso.\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 Bomba Tira-Leite\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eVeja os principais recursos e como usar 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%; 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\/N0fR8y3rWIE\" title=\"Bomba Tira-Leite - 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, eficiência e praticidade na extração diária.\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 modos × 9 níveis\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePersonalização total para mais conforto e fluxo.\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;\"\u003eRecarregável USB-C\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eBateria de lítio com indicador de nível e uso portátil.\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;\"\u003eHigiene simplificada\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eComponentes de fácil montagem, limpeza e remontagem.\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;\"\u003eBaixo ruído\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eMais discrição e conforto acústico durante a extração.\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;\"\u003eSilicone macio\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAlmofada no funil para melhor vedação e conforto.\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;\"\u003eSegura e BPA-free\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eMateriais livres de BPA e desligamento automático (30 min).\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 Bomba Tira-Leite Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eConforto, controle e portabilidade reunidos em um só produto.\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;\"\u003eDisplay LED intuitivo\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eVisualização clara de modo, nível e bateria.\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;\"\u003eControles objetivos\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;\"\u003eBateria recarregável\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eUSB-C (5V), com indicador do nível de carga.\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;\"\u003eUso portátil e prático\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;\"\u003eDesligamento automático\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 com \u003cstrong\u003eauto-stop em 30 minutos\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;\"\u003eProtege e poupa energia\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;\"\u003eSilicone macio\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAlmofada no funil melhora vedação e conforto.\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;\"\u003eToque agradável na pele\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;\"\u003eLivre de BPA\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 para a mãe e o bebê.\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;\"\u003eMateriais confiáveis\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;\"\u003ePortátil e leve\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eIdeal para levar na bolsa e usar em qualquer lugar.\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;\"\u003eAcompanha seu dia a dia\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: 900px; margin: 0 auto;\"\u003eEspecificações completas da Bomba Tira-Leite Elétrica – 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;\"\u003eModos de operação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e3 (massagem, lactação e bombeamento), com 9 níveis de intensidade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDisplay e controles\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eTela LED, botões de ajuste e \u003cem\u003eindicador de bateria\u003c\/em\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;\"\u003eAlimentação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBateria de lítio recarregável (USB-C, 5V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDesligamento automático\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eApós ~30 minutos de uso\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;\"\u003eMateriais\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eFunil com almofada de silicone macio; livre de BPA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCapacidade do reservatório\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e180 ml (acompanha bico para mamadeira)\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 produto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e15 × 8,5 × 19 cm (C × L × A)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso aproximado\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~280 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;\"\u003eCiclos por minuto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~22 a 107 ciclos\/min (ajustável)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eNível de ruído\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBaixo ruído durante o funcionamento\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;\"\u003eRegistro ANVISA\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e80795959005\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eItens inclusos\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBomba (motor), cabo USB-C, funil + almofada em silicone, tampa do funil, conector, reservatório (copo) 180 ml, bico de mamadeira + tampa, diafragma e válvula em silicone\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;\"\u003eDimensões (C × L × A)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e15 × 8,5 × 19 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEstrutura compacta e portátil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~280 g\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLeve para transportar\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 copo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e180 ml\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCompatível com bico de mamadeira\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCiclos por minuto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e22–107 cpm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjustável conforme o modo\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;\"\u003eNíveis de intensidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e9\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eControle fino de conforto\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eTempo de auto-desligamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~30 min\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSegurança e economia de bateria\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;\"\u003eUnidade elétrica\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003e12 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;\"\u003eAcessórios e componentes\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003e3 meses (itens consumíveis seguem critérios específicos).\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;\"\u003eCobertura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eSuporte para dúvidas de uso e orientações de limpeza.\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;\"\u003eÉ livre de BPA\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim, os componentes em contato com o leite são \u003cstrong\u003eBPA-free\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;\"\u003eA bomba é recarregável\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Possui bateria de lítio e \u003cstrong\u003eporta USB-C\u003c\/strong\u003e (5V) para recarga.\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É silenciosa\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim, opera com \u003cstrong\u003ebaixo ruído\u003c\/strong\u003e, ideal para uso discreto.\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;\"\u003eDesliga sozinha\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Possui \u003cstrong\u003edesligamento automático\u003c\/strong\u003e após ~30 minutos de uso.\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+Bomba+Tira-Leite+El%C3%A9trica+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*=\"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\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":44128503759044,"sku":"22742","price":161.11,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/bomba_tira_leite_dellamed_77_1_8854ac0d4bab678a33a152c889710698.webp?v=1756470388"},{"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":"\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;\"\u003eGuincho Hidráulico Mecânico \u003cspan style=\"color: #2563eb;\"\u003eD5000\u003c\/span\u003e – Dellamed\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eGuincho de transferência \u003cstrong\u003emanual (hidráulico)\u003c\/strong\u003e para \u003cstrong\u003eelevação e deslocamento\u003c\/strong\u003e seguros de pessoas acamadas. Estrutura robusta, \u003cstrong\u003ebomba hidráulica com descida controlada\u003c\/strong\u003e, \u003cstrong\u003ebase com abertura regulável\u003c\/strong\u003e e \u003cstrong\u003erodízios com freio\u003c\/strong\u003e para manobras em espaços internos.\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+o+Guincho+Hidr%C3%A1ulico+Mec%C3%A2nico+D5000+Dellamed.\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;\"\u003eElevação hidráulica com descida suave\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;\"\u003eBase com abertura 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;\"\u003eRodízios com freio e giro livre\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 é o D5000\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eO \u003cstrong\u003eD5000\u003c\/strong\u003e é um guincho de elevação \u003cstrong\u003emanual\/hidráulico\u003c\/strong\u003e para transferência de pacientes com \u003cstrong\u003esegurança, ergonomia\u003c\/strong\u003e e \u003cstrong\u003econforto\u003c\/strong\u003e. Ideal para uso domiciliar e institucional, facilita movimentos como \u003cstrong\u003eleito ? cadeira\u003c\/strong\u003e, \u003cstrong\u003ecadeira ? vaso sanitário\u003c\/strong\u003e e \u003cstrong\u003eposicionamentos\u003c\/strong\u003e no dia a dia.\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;\"\u003eRealiza a \u003cstrong\u003etransferência\u003c\/strong\u003e e o \u003cstrong\u003eposicionamento\u003c\/strong\u003e de pessoas com mobilidade reduzida, reduzindo o esforço do cuidador e o risco de quedas.\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\u003eOperação estável e previsível\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 \u003cstrong\u003eacamadas\u003c\/strong\u003e ou com \u003cstrong\u003ebaixa mobilidade\u003c\/strong\u003e, cuidadores familiares e profissionais de enfermagem\/fisioterapia em \u003cstrong\u003ehome care\u003c\/strong\u003e ou instituições.\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\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\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 verifique o \u003cstrong\u003eambiente\u003c\/strong\u003e (largura de portas\/rotas), a \u003cstrong\u003ecapacidade do equipamento\u003c\/strong\u003e e o \u003cstrong\u003etipo de cinto de transferência\u003c\/strong\u003e antes do uso.\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;\"\u003eSegurança, ergonomia e praticidade para o cuidador e o paciente.\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;\"\u003eAção manual hidráulica\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eElevação suave e controlada com bomba hidráulica.\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;\"\u003eManobras fáceis\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eRodízios de giro livre com freios para imobilização.\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;\"\u003eBase ajustável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAbertura regulável para contornar poltronas e cadeiras.\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;\"\u003eCompatível com cintos\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eUsa diferentes \u003cstrong\u003eslings\u003c\/strong\u003e de transferência (em U, sanitário, etc.).\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 robusta\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAço com acabamento de alta resistência.\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?????\u003c\/div\u003e\n\u003ch3 style=\"font-size: 2rem; font-weight: bold; margin-bottom: 1rem; color: #333;\"\u003eConforto ao cuidador\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eReduz esforços e melhora a ergonomia do cuidado.\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 o D5000 Único\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eSolução manual confiável, com operação suave e adaptação a diferentes ambientes.\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;\"\u003eDescida controlada\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eVálvula garante \u003cstrong\u003emovimento suave\u003c\/strong\u003e e previsível.\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;\"\u003eMais segurança ao paciente\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;\"\u003eAbertura de base\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAjuste da largura para \u003cstrong\u003econtornar móveis\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;\"\u003eMais acesso sob poltronas\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;\"\u003eGancho 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;\"\u003eFixação segura do \u003cstrong\u003esling\u003c\/strong\u003e de transferência.\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;\"\u003eEvita desengates acidentais\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 reforçada\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 em aço com \u003cstrong\u003ealto padrão\u003c\/strong\u003e de acabamento.\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;\"\u003eDurabilidade no uso diário\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;\"\u003eCompatível com banheiros\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAcesso facilitado para \u003cstrong\u003euso sanitário\u003c\/strong\u003e com sling adequado.\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;\"\u003eRotina mais prática\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;\"\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;\"\u003eSolução manual eficiente, \u003cstrong\u003esem necessidade de energia\u003c\/strong\u003e.\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;\"\u003eIndependência de bateria\/rede\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 do Guincho Hidráulico Mecânico D5000 – 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;\"\u003eModelo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eD5000 – Guincho de transferência manual (hidráulico)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAcionamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBomba hidráulica com válvula de descida controlada\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;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAço de alta resistência, acabamento protetivo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eBase\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAbertura regulável para melhor acesso\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\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eGiro livre; com freios para imobilização\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCompatibilidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCintos\/slings de transferência (em U, sanitário, etc.)\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;\"\u003eGancho\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCom trava de segurança para fixação do sling\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;\"\u003eAté ~180 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;\"\u003eAplicação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eTransferência leito?cadeira, cadeira?sanitário e posicionamentos\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 guincho D5000 (sling vendido separadamente)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 1rem; color: #6b7280; margin-top: 0.75rem;\"\u003e*Capacidade nominal pode variar conforme configuração. Verifique antes do uso.\u003c\/p\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;\"\u003eParâmetro\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 de elevação (mín–máx)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~60–170 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eMedida do gancho ao piso\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAbertura da base (mín–máx)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~55–95 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjuste para contornar móveis\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;\"\u003eComprimento total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~115–125 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar por lote\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura da perna ao piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~10–12 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePara entrar sob camas\/cadeiras\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;\"\u003eDiâmetro dos rodízios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~3–5\"\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCom travas nos traseiros\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso do equipamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~35–45 kg\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAproximado\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;\"\u003eValores aproximados. Consulte a etiqueta do produto ou manual para dimensões exatas.\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;\"\u003eGarantia do fabricante contra defeitos de fabricação. Uso conforme instruções de segurança e manutenção periódica da bomba hidráulica aumentam a vida útil do equipamento.\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 fabricação 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;\"\u003eCondições\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eInstalação\/uso por pessoa habilitada; inspeção dos pontos de fixaçã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;\"\u003eAtenção\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eSling compatível é indispensável (vendido separadamente).\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;\"\u003eO D5000 precisa de energia elétrica\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eNão. O acionamento é \u003cstrong\u003emanual\/hidráulico\u003c\/strong\u003e, dispensando tomada ou baterias.\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 sling devo usar\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eDepende da atividade: \u003cstrong\u003eem U\u003c\/strong\u003e para transferências gerais, \u003cstrong\u003esanitário\u003c\/strong\u003e para banheiro, entre outros. Verifique \u003cstrong\u003ecompatibilidade\u003c\/strong\u003e e \u003cstrong\u003etamanho\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;\"\u003ePosso usar em ambientes pequenos\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. A \u003cstrong\u003ebase regulável\u003c\/strong\u003e e os \u003cstrong\u003erodízios\u003c\/strong\u003e facilitam manobras em locais estreitos, respeitando as medidas do equipamento.\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 carga\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAté \u003cstrong\u003e~180 kg\u003c\/strong\u003e* (verifique a etiqueta\/ manual do seu produto).\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+o+Guincho+Hidr%C3%A1ulico+Mec%C3%A2nico+D5000+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    div[style*=\"width: 5rem; height: 5rem\"] { width: 3rem !important; height: 3rem !important; font-size: 1.25rem !important; }\n  }\n\u003c\/style\u003e\n\u003c\/div\u003e","brand":"Dellamed","offers":[{"title":"Default Title","offer_id":44128505135300,"sku":"21840","price":2777.67,"currency_code":"BRL","in_stock":true}],"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":244.43,"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":5259.72,"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":3322.36,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/H1_-_3_A.png?v=1755640598"},{"product_id":"cadeira-de-banho-hygienika-38cm-ortobras","title":"Cadeira de Banho com Rodas Grandes Hygienika 38cm - 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 --\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 Banho com Rodas Grandes \u003cspan style=\"color: #2563eb;\"\u003eHygienika 38cm\u003c\/span\u003e – Ortobras\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eCadeira de banho em \u003cstrong\u003ealumínio\u003c\/strong\u003e, com \u003cstrong\u003erodas traseiras grandes de 20”\u003c\/strong\u003e, estrutura leve e resistente, assento plástico com abertura frontal e sistema de \u003cstrong\u003efechamento frontal\u003c\/strong\u003e que a torna muito compacta para transporte e uso diário em ambientes úmidos.\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=\"#comprar\"\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+Banho+com+Rodas+Grandes+Hygienika+38cm+-+Ortobras.\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 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;\"\u003eAssento 38 cm com abertura frontal\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 traseiras 20\" para melhor mobilidade\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 de Banho Hygienika 38cm\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eCadeira de Banho Hygienika 38cm – Ortobras\u003c\/strong\u003e é uma cadeira em \u003cstrong\u003ealumínio aeronáutico temperado\u003c\/strong\u003e, com \u003cstrong\u003erodas traseiras grandes de 20”\u003c\/strong\u003e, rolamentos blindados nas quatro rodas e assento plástico com abertura frontal, oferecendo \u003cstrong\u003esegurança, conforto e praticidade\u003c\/strong\u003e no banho e na higiene pessoal, tanto em casa quanto em clínicas.\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 o banho e a higiene de pessoas com mobilidade reduzida, oferecendo \u003cstrong\u003eestabilidade em pisos molhados\u003c\/strong\u003e, apoio seguro para o usuário e mais ergonomia para o cuidador.\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\u003eIdeal para banheiros, boxes e áreas úmidas\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 \u003cstrong\u003eaté 120 kg\u003c\/strong\u003e (conforme versão) com dificuldade de locomoção, idosos ou usuários em reabilitação que precisam de apoio seguro para o banho, em ambiente domiciliar ou institucional.\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\u003eApoio de braços removível para facilitar transferências\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 confira as medidas do usuário, do banheiro e do box para garantir a melhor adequação da cadeira e a segurança no uso.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- (SEM SEÇÃO DE VÍDEO, CONFORME INSTRUÇÃO) --\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.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 mobilidade para o banho, com estrutura leve e fácil de manusear.\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;\"\u003eRodas grandes de 20”\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eMaior facilidade de condução e transposição de pequenos desníveis, com melhor tração em pisos molhados.\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;\"\u003eEstrutura leve em alumínio\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eConstruída em liga de alumínio com pintura epóxi, resistente à corrosão e mais fácil de manusear por cuidadores.\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;\"\u003eCompacta para transporte\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eSistema de \u003cstrong\u003efechamento frontal\u003c\/strong\u003e e rodas traseiras desmontáveis (quick release) para caber em porta-malas de carros pequenos.\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 segurança no banho\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eEncosto tipo capota impermeável, freios bilaterais e apoio de pés tipo plataforma, regulável em altura.\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;\"\u003eAssento em plástico com abertura frontal, de fácil limpeza, permitindo melhor acesso à região íntima.\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 domiciliar ou profissional\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eIndicada para uso em residências, clínicas e instituições de saúde que buscam \u003cstrong\u003equalidade Ortobras\u003c\/strong\u003e.\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 Hygienika 38cm Ú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 Cadeira de Banho Hygienika 38cm Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eA combinação de \u003cstrong\u003eestrutura em alumínio\u003c\/strong\u003e, \u003cstrong\u003erodas grandes\u003c\/strong\u003e e \u003cstrong\u003edesign compacto\u003c\/strong\u003e torna o banho mais seguro, confortável e prático.\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 aeronáutico temperado\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 e leve, com pintura epóxi e excelente resistência à corrosão em ambientes úmidos.\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 com peso reduzido\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;\"\u003eRolamentos blindados nas 4 rodas\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eRolamentos blindados inclusive no eixo vertical do garfo, garantindo movimentação suave e maior vida útil.\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;\"\u003eDeslocamento mais leve e silencioso\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;\"\u003eSistema de fechamento frontal e 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;\"\u003eEstrutura com fechamento frontal e rodas traseiras com sistema de desmontagem rápida para facilitar transporte e armazenagem.\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;\"\u003ePerfeita para quem precisa transportar\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;\"\u003eAssento 38 cm com abertura frontal\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLargura de assento de \u003cstrong\u003e38 cm\u003c\/strong\u003e, profundidade de 40 cm e recorte frontal para facilitar a higiene íntima.\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;\"\u003ePensada para conforto e praticidade\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;\"\u003eFreios bilaterais eficientes\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eFreios nas duas rodas traseiras, com acionamento para frente, ajudando a manter a cadeira imobilizada durante o banho.\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 segurança ao sentar e levantar\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;\"\u003eRegistro ANVISA e padrão Ortobras\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eProduto com \u003cstrong\u003eregistro ANVISA 80118040001\u003c\/strong\u003e, desenvolvido por uma das marcas mais reconhecidas em mobilidade e acessibilidade.\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;\"\u003eMais segurança e credibilidade na compra\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 Banho com Rodas Grandes Hygienika 38cm – 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;\"\u003eMarca\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eOrtobras\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eModelo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCadeira de Banho Hygienika – Rodas Grandes\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;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLiga de alumínio aeronáutico temperado, 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;\"\u003eTipo de quadro\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eFechamento frontal (compacta para transporte)\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;\"\u003eAté 120 kg (conforme versão\/ajustes)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePeso total da cadeira\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAprox. 12–13 kg (varia conforme configuraçã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;\"\u003eLargura do assento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e38 cm\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;\"\u003e40 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;\"\u003eAlturas do encosto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e30 \/ 35 \/ 40 \/ 45 \/ 50 cm (conforme opção escolhida)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAltura dianteira do assento ao piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e50 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 traseira do assento ao piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e48 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRegulagem do apoio de pés\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDe 40 cm a 48 cm (ajuste em altura)\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 (aberta)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~63 cm (varia conforme regulagens)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eProfundidade total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~85 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;\"\u003eRodas dianteiras\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRodas maciças de 5\" (garfo em alumínio)\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;\"\u003e20\", aro de nylon, com sistema quick release\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;\"\u003eAro de impulso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEm nylon, acoplado às rodas traseiras\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoio de braços\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRemovível, facilita transferências laterais\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 pés\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eTipo plataforma, fixo e regulável em altura\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAssento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePlástico, com abertura frontal para higiene\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\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCapota impermeável\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;\"\u003eFreios bilaterais, acionamento para frente\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;\"\u003eClassificação de risco\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eClasse I – Baixo risco\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;\"\u003e80118040001\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.5rem;\"\u003e*Consulte sempre o manual e as orientações do fabricante para detalhes e atualizações técnicas.\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.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 (L)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e38 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eMedida efetiva da superfície de assento\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eProfundidade do assento (P)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e40 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDo encosto até a borda frontal do assento\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 (aberta)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~63 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eIncluindo rodas traseiras\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eProfundidade total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~85 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDa extremidade frontal ao final das rodas traseiras\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 piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e48–50 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDiferença entre dianteira (50 cm) e traseira (48 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAlturas de encosto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e30 \/ 35 \/ 40 \/ 45 \/ 50 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eOpções conforme configuração no ato da compra\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 Ortobras e assistência técnica autorizada em todo o Brasil.\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 em alumínio\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eAté 36 meses contra defeitos de fabricação, 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;\"\u003eComponentes e acessórios\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eDemais componentes (rodas, apoios, ferragens) com garantia conforme manual e nota fiscal.\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;\"\u003eEstofamento e partes de desgaste\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eItens sujeitos a desgaste natural possuem cobertura diferenciada, conforme termo de garantia.\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 sempre o certificado de garantia e o manual do produto para conhecer todas as condições e prazos.\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 Hygienika 38cm passa em portas padrão de banheiro?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eA largura total aproximada da cadeira é de ~63 cm. Em geral, ela passa por portas com cerca de 70 cm de largura, mas é importante medir a porta e comparar com as medidas da cadeira antes da compra.\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 podem ser removidas para transporte?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. A cadeira conta com sistema de desmontagem rápida (\u003cem\u003equick release\u003c\/em\u003e) nas rodas traseiras, facilitando o transporte em veículos menores e o armazenamento.\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;\"\u003eA cadeira pode ser usada no box durante o banho?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. A Hygienika foi projetada para uso em ambientes úmidos, como boxes e áreas de banho. Mesmo assim, recomenda-se sempre verificar as condições do piso, evitar desníveis e utilizar os freios durante o banho para maior 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 o peso máximo suportado pela cadeira?\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eA capacidade de peso do usuário é de até 120 kg (conforme versão indicada no momento da compra). Em caso de dúvida, consulte nosso time de atendimento para confirmar a adequação ao perfil do usuário.\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!-- Responsividade geral --\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    .benefits-grid {\n      grid-template-columns: 1fr !important;\n    }\n    h1 {\n      font-size: 3.5rem !important;\n    }\n    h2 {\n      font-size: 2.75rem !important;\n    }\n    h3 {\n      font-size: 1.75rem !important;\n    }\n    h4 {\n      font-size: 1.375rem !important;\n    }\n    p {\n      font-size: 1.375rem !important;\n    }\n    div[style*='font-size: 1.5rem'] {\n      font-size: 1.375rem !important;\n    }\n    div[style*='font-size: 1.75rem'] {\n      font-size: 1.5rem !important;\n    }\n    a[style*='font-size: 1.75rem'] {\n      font-size: 1.5rem !important;\n    }\n    div[style*='gap: 3rem'] {\n      gap: 1rem !important;\n      font-size: 1rem !important;\n    }\n    div[style*='gap: 3rem'] span {\n      font-size: 1.25rem !important;\n    }\n    div[style*='min-width: 280px'] {\n      min-width: 160px !important;\n      padding: 1.5rem 1rem !important;\n    }\n    div[style*='min-width: 280px'] h4 {\n      font-size: 1.125rem !important;\n    }\n    div[style*='min-width: 280px'] p {\n      font-size: 0.875rem !important;\n    }\n    div[style*='width: 5rem; height: 5rem'] {\n      width: 3.5rem !important;\n      height: 3.5rem !important;\n      font-size: 1.5rem !important;\n    }\n  }\n\n  @media (max-width: 480px) {\n    div[style*='gap: 3rem'] {\n      gap: 0.5rem !important;\n      font-size: 0.875rem !important;\n    }\n    div[style*='gap: 3rem'] span {\n      font-size: 1rem !important;\n    }\n    div[style*='min-width: 280px'] {\n      min-width: 140px !important;\n      padding: 1rem 0.75rem !important;\n    }\n    div[style*='min-width: 280px'] h4 {\n      font-size: 1rem !important;\n    }\n    div[style*='min-width: 280px'] p {\n      font-size: 0.75rem !important;\n    }\n  }\n\u003c\/style\u003e","brand":"Ortobras","offers":[{"title":"Default Title","offer_id":44128532103364,"sku":"17704","price":2622.22,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/hygienica_-_1_1.jpg?v=1755805637"},{"product_id":"cadeira-rodas-motorizada-e20-ortobras","title":"Cadeira de Rodas Motorizada Elétrica E20 Ortobras Dobrável","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 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 Motorizada \u003cspan style=\"color: #2563eb;\"\u003eE20\u003c\/span\u003e – Ortobras\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEstrutura em alumínio com pintura epóxi, sistema \u003cstrong\u003edobrável\u003c\/strong\u003e de fechamento frontal, \u003cstrong\u003e2 nanomotores brushless\u003c\/strong\u003e e \u003cstrong\u003ebaterias de íon-lítio\u003c\/strong\u003e ultraleves. Mobilidade moderna com conforto e segurança para seu 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+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+Motorizada+E20+Ortobras.\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é 140 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;\"\u003ePeso a partir de ~32 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;\"\u003eBaterias de lítio (14 Ah, 900 g cada)\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 E20\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eE20\u003c\/strong\u003e é uma cadeira de rodas motorizada \u003cstrong\u003ecompacta e dobrável\u003c\/strong\u003e, com \u003cstrong\u003emotorização brushless\u003c\/strong\u003e de alta eficiência e \u003cstrong\u003eduas baterias de íon-lítio\u003c\/strong\u003e ultraleves, pensada para entregar \u003cstrong\u003eautonomia, conforto e praticidade\u003c\/strong\u003e no uso diário em ambientes internos e externos.\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 condução suave por joystick, excelente dirigibilidade e conforto graças ao sistema de amortecimento no assento.\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 fácil de 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;\"\u003ePessoas que buscam \u003cstrong\u003eautonomia\u003c\/strong\u003e com segurança, até \u003cstrong\u003e140 kg\u003c\/strong\u003e, necessitando de uma cadeira leve, resistente e de fácil condução.\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\u003eRodas anti-tombo e freio eletromagnético\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 E20\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.375rem; color: #475569;\"\u003eConheça 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=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/Cyi63n4aQWU\" title=\"E20 é sua nova cadeira de rodas motorizada\" 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;\"\u003eTecnologia, conforto e praticidade para a rotina.\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;\"\u003eNanomotores brushless\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eTração eficiente, silenciosa e com baixa manutençã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;\"\u003eBaterias de íon-lítio\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eDuas unidades de 14 Ah (~900 g cada), leves e removíveis.\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;\"\u003eConforto no assento\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eSistema de amortecimento e almofada de alta densidade.\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;\"\u003eDobrável e portátil\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFechamento frontal para facilitar transporte e armazenamento.\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;\"\u003eRodas anti-tombo e estabilidade em subidas até ~12°.\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;\"\u003eJoystick proporcional\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eControle intuitivo com ótima manobrabilidade em espaços internos.\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 E20 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eLeveza, tecnologia e design pensados para o uso real.\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;\"\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;\"\u003eResistente, leve e com pintura 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;\"\u003eFácil de limpar e transportar\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;\"\u003eBaterias ultraleves\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003e2× íon-lítio 14 Ah (~900 g cada), removíveis e independentes.\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;\"\u003eCarregar e usar separadamente\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;\"\u003eAssento com amortecimento\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eConforto em diferentes tipos de piso.\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 mais agradável\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;\"\u003eEncosto rígido ajustável\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eOpções de ~40, 45, 50 e 55 cm (conforme configuraçã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;\"\u003eApoio postural firme\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;\"\u003eApoios práticos\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eBraços rebatíveis e plataforma de pés rebatível com cinta.\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;\"\u003eFacilita transferências\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;\"\u003eÂngulo de subida\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEnfrenta rampas com inclinação de até ~12°.\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 em diferentes pisos\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 Motorizada E20 – 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;\"\u003eEstrutura\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAlumínio com pintura epóxi; fechamento frontal 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é 140 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\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eA partir de ~32 kg (sem acessórios)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMotorização\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e2 nanomotores elétricos \u003cem\u003ebrushless\u003c\/em\u003e (tração eficiente e silenciosa)\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;\"\u003eBaterias\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e2 × íon-lítio 14 Ah (~900 g cada), removíveis; conjunto 24 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eÂngulo máximo de subida\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~12°\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 piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDianteira ~50 cm | Traseira ~48 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões do assento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura ~44 cm × Profundidade ~45 cm (configurá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;\"\u003eAltura do encosto\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~40 \/ 45 \/ 50 \/ 55 cm (conforme configuração)\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~63,5 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;\"\u003eApoio de braços\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRebatível\/escamoteável\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eApoio de pés\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePlataforma rebatível com cinta\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;\"\u003eSegurança\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRodas anti-tombo; freios eletromagnéticos\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAcabamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eCor grafite\/preta fosca\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~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;\"\u003eAltura do assento ao piso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~50 cm (frente) \/ ~48 cm (traseira)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar conforme configuraçã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;\"\u003eAssento (L × P)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~44 × ~45 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLargura efetiva configurável\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~40 \/ 45 \/ 50 \/ 55 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eConforme configuração do pedido\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;\"\u003eÂngulo máximo de subida\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~12°\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEm piso adequado\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\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;\"\u003eA partir de ~32 kg\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSem acessórios\/variações\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 E20 é adequada para ambientes internos\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O conjunto brushless e o controle proporcional favorecem manobras em espaços internos, com excelente suavidade de conduçã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 baterias são removíveis\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. São duas baterias de íon-lítio 14 Ah, leves (~900 g cada), que podem ser removidas para carregar e transportar.\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;\"\u003eA cadeira é dobrável\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Possui fechamento frontal, facilitando o armazenamento em porta-malas e espaços reduzidos.\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 peso suportado\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAté ~140 kg (conforme especificação de fábrica).\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+Cadeira+de+Rodas+Motorizada+E20+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\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    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*=\"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    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    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\u003c\/div\u003e","brand":"Ortobras","offers":[{"title":"Default Title","offer_id":44128533315780,"sku":"23110","price":16702.88,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/0003_L7409254.jpg?v=1741813898"},{"product_id":"scooter-eletrica-motorizada-speed-s-power-lite","title":"Scooter Elétrica Motorizada Speed S Power Lite","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 { background-color: #ffffff; font-family: 'Inter', sans-serif; width: 100%; box-sizing: border-box; isolation: isolate; }\n    .ds-full-bleed { padding: 6rem 1.5rem; }\n    @media (min-width: 1024px) { .ds-full-bleed { padding: 8rem 4rem !important; } }\n    .ds-section-wrapper *, .ds-section-wrapper *::before, .ds-section-wrapper *::after { box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; }\n\n    \/* Cabeçalho *\/\n    .ds-header { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 4rem; position: relative; max-width: 80rem; width: 100%; margin-left: auto; margin-right: auto; }\n    @media (min-width: 1024px) { .ds-header { margin-bottom: 6rem; } }\n    .ds-tag { color: #2563eb; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1.25rem; display: block; margin-bottom: 0.25rem; }\n    .ds-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3rem; font-weight: 800; color: #0f172a; margin-top: 0; margin-bottom: 0; line-height: 1.1; letter-spacing: -0.025em; }\n    @media (min-width: 768px) { .ds-title { font-size: 3.75rem; } }\n    @media (min-width: 1024px) { .ds-title { font-size: 4.5rem; } }\n\n    \/* Grid Principal *\/\n    .ds-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; width: 100%; }\n    @media (min-width: 1024px) { .ds-grid { gap: 2rem; margin-bottom: 2rem; } }\n\n    \/* Cards *\/\n    .ds-card { background-color: #FAFAF8; border-radius: 1.5rem; padding: 3rem; display: flex; flex-direction: column; width: 100%; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); border: 1px solid #f1f5f9; transition: box-shadow 0.3s; }\n    .ds-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\n    .ds-card-dark { background-color: #0f172a; color: #ffffff; grid-column: span 2; justify-content: space-between; text-align: center; align-items: center; border: none; }\n    .ds-card-dark:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }\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    .ds-dark-sub { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #334155; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; width: 100%; text-align: center; }\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    .ds-card-center { align-items: center; justify-content: center; text-align: center; }\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    .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 { background-color: #FAFAF8; border-radius: 1.5rem; padding: 3rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); border: 1px solid #f1f5f9; display: flex; flex-direction: column; justify-content: center; }\n    .ds-text-card-transparent { background-color: transparent; padding: 0 1rem; margin-bottom: 3.5rem; border: none; box-shadow: none; max-width: 65rem; margin-left: auto; margin-right: auto; text-align: center; }\n    .ds-subtitle { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2rem; font-weight: 800; color: #0f172a; margin-top: 0; margin-bottom: 1.5rem; line-height: 1.2; }\n    .ds-paragraph { color: #475569; font-size: 1.25rem; line-height: 1.7; margin-bottom: 1.5rem; }\n    .ds-paragraph:last-child { margin-bottom: 0; }\n    .ds-paragraph strong { color: #0f172a; font-weight: 700; }\n    .ds-grid-2-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; width: 100%; }\n    @media (min-width: 1024px) { .ds-grid-2-col { gap: 2rem; margin-bottom: 2rem; } }\n\n    \/* Lista Detalhada *\/\n    .ds-card-full { background-color: #FAFAF8; border: 1px solid #f1f5f9; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); display: grid; grid-template-columns: repeat(3, 1fr); padding: 3.5rem; border-radius: 1.5rem; gap: 3rem; width: 100%; transition: box-shadow 0.3s; }\n    .ds-card-full:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }\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    .ds-col-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; color: #0f172a; margin: 0 0 2rem 0; padding-bottom: 1rem; border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; gap: 0.75rem; font-size: 1.75rem; }\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    .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    @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\"\u003eMobilidade Power Lite\u003c\/span\u003e\n            \u003ch2 class=\"ds-title\"\u003eScooter Elétrica Motorizada Speed S\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-text-card-transparent\"\u003e\n            \u003cp class=\"ds-paragraph\" style=\"font-size: 1.5rem; color: #0f172a; font-weight: 500;\"\u003eScooter robusta com quatro suspensões (duas dianteiras e duas traseiras), banco giratório 360° e autonomia de 25 km. Personalizável em 6 cores, com dois retrovisores e sistema duplo anti-tombo.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-grid\"\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\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003ch3 class=\"ds-val-huge\"\u003e25km\u003c\/h3\u003e\n                    \u003cp class=\"ds-desc-gray\"\u003eAutonomia por 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\"\u003eVelocidade Máx.\u003c\/span\u003e\n                        \u003cspan class=\"ds-dark-sub-val\"\u003e8 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é 6º\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\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\u003cpath d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M22 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-brand\"\u003e136kg\u003c\/h3\u003e\n                \u003cp class=\"ds-label-brand\"\u003eCapacidade de Carga\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-brand\"\u003eEstrutura em \u003cstrong\u003eAlumínio\u003c\/strong\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n\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\u003cpath d=\"M6.5 6.5l11 11\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 12l-8-8v16z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 12l8-8v16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003ch3 class=\"ds-val-black\"\u003eLED\u003c\/h3\u003e\n                \u003cp class=\"ds-label-gray\"\u003eIluminação Integrada\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-gray\"\u003eVisibilidade total para \u003cstrong\u003euso noturno\u003c\/strong\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-grid-2-col\"\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003e4 suspensões, banco giratório 360° e autonomia de 25 km\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eScooter robusta com quatro suspensões (duas dianteiras e duas traseiras), banco giratório 360° e autonomia de 25 km. Personalizável em 6 cores, com dois retrovisores e sistema duplo anti-tombo.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eCaracterísticas Principais\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003e\u003cstrong\u003eQuatro suspensões (2 dianteiras e 2 traseiras)\u003c\/strong\u003e • \u003cstrong\u003eBanco giratório 360°\u003c\/strong\u003e • \u003cstrong\u003e6 cores disponíveis\u003c\/strong\u003e • \u003cstrong\u003e4 LEDs de iluminação\u003c\/strong\u003e\u003c\/p\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\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\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Benefícios\u003c\/h4\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\"\u003eAutonomia 25 km\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\"\u003eSuporta 136 kg\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eVelocidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eAté 8 km\/h\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\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\"\u003ePeso Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e52.9 kg (15.5kg s\/ bateria)\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eBateria\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eChumbo VRLA 24V \/ 25Ah\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eCarregamento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e11 horas\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRaio de Giro\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e130 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\"\u003e81147480012\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\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Características\u003c\/h4\u003e\n                \u003cp style=\"color: #475569; font-size: 1rem; margin-top: -1rem; margin-bottom: 1rem;\"\u003eDestaques do modelo:\u003c\/p\u003e\n                \u003cul class=\"ds-list\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eItem 1\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCesta removível\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eItem 2\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBolsão traseiro\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eItem 3\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e6 sets de cores\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eItem 4\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eQuatro suspensões (2 dianteiras e 2 traseiras)\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eItem 5\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBanco giratório 360°\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eItem 6\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e6 cores disponíveis\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":"Power Lite","offers":[{"title":"Default Title","offer_id":44128538886340,"sku":"25155","price":7777.77,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Scooter-Eletrica-Motorizada-Speed-S-Power-Lite.jpg?v=1741811429"},{"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-5-0-x-4-5m-branco-cremer","title":"Esparadrapo com Capa 5,0X4,5m Branco Cremer","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 Cremer\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;\"\u003eEsparadrapo c\/ Capa \u003cspan style=\"color: #2563eb;\"\u003e5,0 × 4,5 m Branco\u003c\/span\u003e – Cremer\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eEsparadrapo \u003cstrong\u003eimpermeável\u003c\/strong\u003e em \u003cstrong\u003etecido 100% algodão\u003c\/strong\u003e com \u003cstrong\u003eresina acrílica\u003c\/strong\u003e e adesivo à base de \u003cstrong\u003eborracha natural e óxido de zinco\u003c\/strong\u003e. Indicado para \u003cstrong\u003efixação de curativos, ataduras e dispositivos\u003c\/strong\u003e. Enrolado em \u003cstrong\u003ecarretel plástico com abas\u003c\/strong\u003e e \u003cstrong\u003ecapa protetora\u003c\/strong\u003e para manter a integridade do produto.\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+o+Esparadrapo+c%2F+Capa+5%2C0+x+4%2C5m+Branco+-+Cremer.\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;\"\u003eImpermeá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;\"\u003eFácil de rasgar (bordas com corte facilitado)\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;\"\u003eCarretel com capa protetora\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 é o Esparadrapo Cremer\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eÉ um \u003cstrong\u003eesparadrapo impermeável\u003c\/strong\u003e de \u003cstrong\u003e5 cm × 4,5 m\u003c\/strong\u003e, confeccionado em \u003cstrong\u003etecido de algodão\u003c\/strong\u003e com \u003cstrong\u003eresina acrílica\u003c\/strong\u003e e adesivo com \u003cstrong\u003eóxido de zinco\u003c\/strong\u003e. Proporciona \u003cstrong\u003efixação segura\u003c\/strong\u003e e \u003cstrong\u003econfortável\u003c\/strong\u003e de curativos e dispositivos, com \u003cstrong\u003ecapa protetora\u003c\/strong\u003e no carretel para melhor conservação.\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;\"\u003eFixação de \u003cstrong\u003ecurativos\u003c\/strong\u003e, \u003cstrong\u003eataduras\u003c\/strong\u003e, \u003cstrong\u003esondas\u003c\/strong\u003e, \u003cstrong\u003edrenos\u003c\/strong\u003e, \u003cstrong\u003ecateteres\u003c\/strong\u003e e dispositivos de infusão, além de \u003cstrong\u003ebandagens\u003c\/strong\u003e e janelas em \u003cstrong\u003eaparelhos gessados\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\n\u003cspan\u003eExcelente aderência e remoção sem resíduos\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;\"\u003e\u003cstrong\u003eProfissionais de saúde\u003c\/strong\u003e e usuários em \u003cstrong\u003eprimeiros socorros\u003c\/strong\u003e ou cuidados domiciliares, seguindo boas práticas de higiene e troca de curativos.\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\u003e\u003cstrong\u003eContém látex natural\u003c\/strong\u003e. Atenção a pessoas sensíveis.\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 não aplicar diretamente sobre \u003cstrong\u003eferidas abertas\u003c\/strong\u003e sem proteção (gaze). Trocar o curativo conforme orientação de um profissional de saúde.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- (Sem vídeo: não foi fornecido iframe) --\u003e \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;\"\u003eFixação segura, conservação com capa e uso versátil 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;\"\u003eImpermeabilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAjuda a proteger o curativo da umidade.\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;\"\u003eTecido 100% algodão\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFlexível, resistente e confortável na pele.\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;\"\u003eRasgo facilitado\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eCorte prático, sem necessidade de tesoura.\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;\"\u003eAdesivo com óxido de zinco\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAderência confiável em diferentes superfícies.\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;\"\u003eCarretel com capa\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eMantém o rolo protegido e limpo.\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 versátil\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eClínico, esportivo e primeiros socorros.\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 o Esparadrapo Cremer Único\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eQualidade tradicional, materiais confiáveis e conservação superior com capa.\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;\"\u003eTecido 100% algodão\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eCom \u003cstrong\u003eresina acrílica impermeabilizante\u003c\/strong\u003e para maior proteção.\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 conforto\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;\"\u003eAdesivo com óxido de zinco\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eBase de \u003cstrong\u003eborracha natural\u003c\/strong\u003e para fixação eficiente.\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;\"\u003eExcelente aderência\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;\"\u003eImpermeável\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 manter o curativo protegido de respingos.\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 o 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.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRasgo prático\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eCorte facilitado para ajuste do tamanho.\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;\"\u003eAgilidade no atendimento\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;\"\u003eCarretel com capa\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eConservação e higiene do rolo por mais tempo.\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;\"\u003eProteção durante o armazenamento\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;\"\u003eMedida prática\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eRolo de \u003cstrong\u003e5 cm × 4,5 m\u003c\/strong\u003e para diversas aplicações.\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;\"\u003eBom rendimento\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 do Esparadrapo c\/ Capa 5,0 × 4,5 m Branco – Cremer.\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;\"\u003eTipo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEsparadrapo \u003cstrong\u003eimpermeável\u003c\/strong\u003e em rolo • \u003cstrong\u003ecom capa\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;\"\u003eDimensões\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e5 cm × 4,5 m\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;\"\u003eCor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003eBranco\u003c\/strong\u003e\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;\"\u003e\n\u003cstrong\u003eTecido 100% algodão\u003c\/strong\u003e com \u003cstrong\u003eresina acrílica\u003c\/strong\u003e impermeabilizante\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;\"\u003eAdesivo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003eÓxido de zinco\u003c\/strong\u003e e \u003cstrong\u003eborracha natural\u003c\/strong\u003e (contém látex natural)\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;\"\u003e\u003cstrong\u003e80245219059\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;\"\u003eConteúdo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003e1 unidade\u003c\/strong\u003e (rolo)\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;\"\u003eFixação de curativos, ataduras e dispositivos\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;\"\u003eArmazenamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eManter em local \u003cstrong\u003eseco\u003c\/strong\u003e, \u003cstrong\u003earejado\u003c\/strong\u003e e protegido do sol\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 rolo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e5 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjuste o comprimento conforme a necessidade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eComprimento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e4,5 m\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRendimento para múltiplos curativos\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;\"\u003eEspessura (aprox.)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e—\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eNão informada pelo fabricante\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCarretel com capa\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSim\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjuda a manter o produto limpo\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;\"\u003eBranco\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eUso geral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCorte\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eRasgo manual\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDispensa tesoura na maioria dos usos\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 \u003cstrong\u003econtra defeitos de fabricação\u003c\/strong\u003e antes do uso. Conservar lacrado até a aplicaçã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;\"\u003eIntegridade da Embalagem\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eGarantia válida com \u003cstrong\u003ecapa e lacre intactos\u003c\/strong\u003e.\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;\"\u003eArmazenamento\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eManter em local \u003cstrong\u003eseco, arejado\u003c\/strong\u003e e protegido do \u003cstrong\u003esol\u003c\/strong\u003e.\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;\"\u003eTrocas\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eConsultar políticas para itens \u003cstrong\u003ehigiênicos lacrados\u003c\/strong\u003e.\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\/termos para prazos e coberturas 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 cortar sem tesoura\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O esparadrapo possui \u003cstrong\u003erasgo facilitado\u003c\/strong\u003e, permitindo ajuste do comprimento conforme a necessidade.\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É impermeável mesmo\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. A \u003cstrong\u003eresina acrílica\u003c\/strong\u003e confere \u003cstrong\u003eimpermeabilidade\u003c\/strong\u003e, ajudando a proteger o curativo da umidade.\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;\"\u003eContém látex\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O adesivo é à base de \u003cstrong\u003eborracha natural\u003c\/strong\u003e e \u003cstrong\u003econtém látex\u003c\/strong\u003e. Pessoas sensíveis devem evitar 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;\"\u003ePara quais aplicações é indicado\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eFixação de curativos, \u003cstrong\u003esondas\u003c\/strong\u003e, \u003cstrong\u003edrenos\u003c\/strong\u003e, \u003cstrong\u003ecateteres\u003c\/strong\u003e e dispositivos, além de \u003cstrong\u003ebandagens\u003c\/strong\u003e e janelas em \u003cstrong\u003egessos\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+o+Esparadrapo+c%2F+Capa+5%2C0+x+4%2C5m+Branco+-+Cremer.\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*=\"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\u003c!--\nCOMPARAÇÃO COM O MODELO ORIGINAL:\n- Estrutura preservada: Hero + \"O que é\" + (2 cards) \"Para que serve?\/Quem pode usar?\" + Aviso + (6 cards) Benefícios + \"O Que Torna X Único?\" (6 itens) + Ficha Técnica + Tabela de Medidas + Garantia (3 cards) + FAQ + CTA Final + Responsividade.\n- Cores e fonte mantidas (tons de azul e fonte do sistema).\n- Botão \"Falar com Atendente\" abre em nova guia (target=\"_blank\") e usa rel=\"noopener\".\n- Contagem de cards atendida: 6 em Benefícios, 6 em \"O que torna único\", 3 em Garantia. Sem espaços em branco.\n- CTA Final mantém o mesmo texto, alterando apenas o nome do produto.\n- Seção de VÍDEO removida pois não foi fornecido iframe.\n--\u003e\n\u003c\/div\u003e","brand":"Cremer","offers":[{"title":"Default Title","offer_id":44128542556356,"sku":"16442","price":20.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-1-2025-08-29T172625.910.png?v=1756499376"},{"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":"andador-3-barras-dobravel-regulavel-fixo-aluminio-100kg-supermedy","title":"Andador 3 Barras Dobrável Regulavel Fixo Alumínio 100Kg - Supermedy","description":"\u003ch2 class=\"MsoNormal\"\u003eAndador 3 Barras Dobrável Regulável Fixo Alumínio 100Kg - Supermedy\u003c\/h2\u003e\n\u003cp class=\"MsoNormal\"\u003eO Andador Dobrável para Idosos em Alumínio é a escolha perfeita para quem busca mobilidade e segurança. Feito de alumínio resistente, este andador combina leveza e durabilidade, tornando-o fácil de manusear e ideal para uso diário.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eCom três barras de apoio estrategicamente posicionadas, oferece um suporte sólido e confiável. Além disso, seu design dobrável facilita o armazenamento e o transporte quando não estiver em uso. Este andador possui uma impressionante capacidade de suporte de até 100kg, sendo ideal para idosos e pessoas com mobilidade reduzida.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003eOs 8 níveis de regulagem de altura, ajustáveis por meio de um sistema de engate rápido com pino click, permitem adaptar o andador às necessidades individuais, garantindo o máximo de conforto e segurança a cada passo.\u003c\/p\u003e\n\u003ch4 class=\"MsoNormal\"\u003e\u003cstrong\u003eIndicações de Uso:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli class=\"MsoNormal\"\u003ePessoas com dificuldades de mobilidade e equilíbrio.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eIdosos que necessitam de suporte adicional ao caminhar.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eIndivíduos em recuperação pós-operatória ou de lesões.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePacientes com problemas neuromusculares ou condições médicas que afetam a mobilidade.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003ePessoas que precisam de apoio para se levantar de cadeiras ou camas.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eUsuários que buscam um andador leve, resistente e dobrável para facilitar o transporte e armazenamento.\u003c\/li\u003e\n\u003cli class=\"MsoNormal\"\u003eIndivíduos que desejam um andador com ajuste de altura para melhor conforto e ergonomia.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Supermedy","offers":[{"title":"Default Title","offer_id":44128586596548,"sku":"25970","price":138.89,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/a62a4bbb1dd2b1c4adf718c04f32bb86.jpg?v=1725459119"},{"product_id":"cadeira-higienica-de-transferencia-c-coletor-150kg-supermedy","title":"Cadeira de Transferência e Apoio para Acamados Higiênica para Idoso - Supermedy","description":"\u003c!-- INÍCIO DO CÓDIGO PARA COPIAR PARA O SEU EDITOR --\u003e\n\u003cstyle\u003e\n            \/* Reset e Base de Segurança para não quebrar o layout da loja *\/\n            .supermedy-specs-section {\n                font-family: 'Inter', Arial, sans-serif;\n                background-color: #ffffff;\n                padding: 3rem 1rem;\n                width: 100%;\n                max-width: 1400px;\n                margin: 0 auto;\n                color: #111827;\n                box-sizing: border-box;\n                overflow-x: hidden;\n            }\n            .supermedy-specs-section *, .supermedy-specs-section *::before, .supermedy-specs-section *::after {\n                box-sizing: border-box;\n                word-wrap: break-word;\n                overflow-wrap: break-word;\n            }\n\n            \/* Tipografia e Cabeçalho *\/\n            .ss-header { text-align: center; margin-bottom: 4rem; width: 100%; }\n            .ss-tag { color: #0284c7; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1.125rem; display: block; margin-bottom: 0.75rem; }\n            .ss-title { font-size: 3.5rem; font-weight: 700; margin: 0; line-height: 1.2; }\n\n            \/* Grid System Principal *\/\n            .ss-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; width: 100%; }\n            .ss-card { border-radius: 1.75rem; padding: 3rem; display: flex; flex-direction: column; width: 100%; overflow: hidden; }\n\n            \/* Card Capacidade (dark) *\/\n            .ss-card-dark { background-color: #111827; color: #ffffff; grid-column: span 2; justify-content: space-between; }\n            .ss-val-huge { font-size: 4.5rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n            .ss-desc-gray { color: #9ca3af; font-size: 1.5rem; margin: 0; }\n            .ss-dark-sub { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #374151; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; width: 100%; }\n            .ss-dark-sub-label { display: block; color: #9ca3af; margin-bottom: 0.5rem; font-size: 1.25rem; }\n            .ss-dark-sub-val { display: block; color: #f3f4f6; font-weight: 500; font-size: 1.5rem; }\n\n            \/* Cards Centrais *\/\n            .ss-card-center { align-items: center; justify-content: center; text-align: center; }\n            .ss-card-brand { background-color: #f0f9ff; border: 1px solid #e0f2fe; }\n            .ss-card-gray { background-color: #f3f4f6; border: 1px solid #e5e7eb; }\n            .ss-val-brand { font-size: 3.5rem; font-weight: 800; color: #0c4a6e; margin: 1rem 0 0.5rem 0; line-height: 1; }\n            .ss-val-black { font-size: 3.5rem; font-weight: 800; color: #111827; margin: 1rem 0 0.5rem 0; line-height: 1; }\n            .ss-label-brand { color: #0284c7; font-weight: 500; font-size: 1.5rem; margin: 0; }\n            .ss-label-gray { color: #6b7280; font-weight: 500; font-size: 1.5rem; margin: 0; }\n            .ss-footer-line-brand { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #bae6fd; width: 100%; font-size: 1.375rem; color: #075985; }\n            .ss-footer-line-gray { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #d1d5db; width: 100%; font-size: 1.375rem; color: #374151; }\n\n            \/* Tabela Inferior *\/\n            .ss-card-full { background-color: #ffffff; border: 1px solid #e5e7eb; display: grid; grid-template-columns: repeat(3, 1fr); padding: 3.5rem; border-radius: 1.75rem; gap: 3rem; width: 100%; }\n            .ss-col { display: flex; flex-direction: column; width: 100%; }\n            .ss-col-mid { border-left: 1px solid #e5e7eb; border-right: 1px solid #e5e7eb; padding-left: 3rem; padding-right: 3rem; }\n            .ss-col-title { font-weight: 700; color: #111827; margin: 0 0 2rem 0; padding-bottom: 1rem; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; gap: 0.75rem; font-size: 1.75rem; }\n            .ss-list { list-style: none; padding: 0; margin: 0; width: 100%; }\n            .ss-list li { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; font-size: 1.375rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #f3f4f6; gap: 1rem; }\n            .ss-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n            .ss-list-key { color: #6b7280; flex-shrink: 0; }\n            .ss-list-val { font-weight: 600; color: #111827; text-align: right; }\n\n            .ss-icon-main { margin-bottom: 1rem; flex-shrink: 0; }\n\n            \/* QUEBRA 1: TABLETS *\/\n            @media (max-width: 1200px) {\n                .ss-grid { grid-template-columns: repeat(2, 1fr); }\n                .ss-card-dark { grid-column: span 2; }\n                .ss-card-full { grid-template-columns: 1fr; padding: 2.5rem; gap: 0; }\n                .ss-col-mid { border-left: none; border-right: none; padding-left: 0; padding-right: 0; }\n                .ss-col { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid #e5e7eb; }\n                .ss-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n            }\n\n            \/* QUEBRA 2: TELEMÓVEIS *\/\n            @media (max-width: 768px) {\n                .supermedy-specs-section { padding: 2rem 1rem; }\n                .ss-title { font-size: 2.5rem; }\n                .ss-grid { grid-template-columns: 1fr; gap: 1rem; }\n                .ss-card-dark { grid-column: span 1; padding: 1.75rem; }\n                .ss-card { padding: 1.75rem; }\n                .ss-val-huge { font-size: 3rem; }\n                .ss-desc-gray { font-size: 1.25rem; }\n                .ss-val-brand, .ss-val-black { font-size: 2.75rem; }\n                .ss-label-brand, .ss-label-gray { font-size: 1.25rem; }\n                .ss-dark-sub { grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; padding-top: 1.5rem; }\n                .ss-dark-sub-label { font-size: 1.125rem; }\n                .ss-dark-sub-val { font-size: 1.25rem; }\n                .ss-footer-line-brand, .ss-footer-line-gray { font-size: 1.125rem; }\n                .ss-card-full { padding: 1.5rem; border-radius: 1.25rem; }\n                .ss-col-title { font-size: 1.5rem; flex-wrap: wrap; }\n                .ss-list li { flex-direction: column; align-items: flex-start; gap: 0.25rem; font-size: 1.125rem; padding-bottom: 1.25rem; margin-bottom: 1.25rem; }\n                .ss-list-val { text-align: left; font-size: 1.25rem; }\n            }\n\n            \/* QUEBRA 3: TELEMÓVEIS MUITO PEQUENOS *\/\n            @media (max-width: 400px) {\n                .ss-title { font-size: 2.25rem; }\n                .ss-val-huge { font-size: 2.5rem; }\n                .ss-val-brand, .ss-val-black { font-size: 2.5rem; }\n            }\n        \u003c\/style\u003e\n\u003csection class=\"supermedy-specs-section\"\u003e\n\u003cdiv class=\"ss-header\"\u003e\n\u003cspan class=\"ss-tag\"\u003eEspecificações Técnicas\u003c\/span\u003e\n\u003ch2 class=\"ss-title\"\u003eEspecificações e Medidas\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-grid\"\u003e\n\u003c!-- Destaque Capacidade --\u003e\n\u003cdiv class=\"ss-card ss-card-dark\"\u003e\n\u003cdiv\u003e\n\u003c!-- Ícone Pessoa \/ Usuário SVG --\u003e \u003csvg class=\"ss-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0ea5e9\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3 class=\"ss-val-huge\"\u003e135 kg\u003c\/h3\u003e\n\u003cp class=\"ss-desc-gray\"\u003eCapacidade Máxima\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ss-dark-sub-label\"\u003ePeso Líquido\u003c\/span\u003e \u003cspan class=\"ss-dark-sub-val\"\u003e33 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ss-dark-sub-label\"\u003eMaterial da Estrutura\u003c\/span\u003e \u003cspan class=\"ss-dark-sub-val\"\u003eAço Carbono\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Destaque Altura Regulável --\u003e\n\u003cdiv class=\"ss-card ss-card-center ss-card-brand\"\u003e\n\u003c!-- Ícone Seta para cima\/baixo (altura ajustável) --\u003e \u003csvg class=\"ss-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0284c7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\u003cpolyline points=\"17 7 12 2 7 7\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"17 17 12 22 7 17\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003ch3 class=\"ss-val-brand\"\u003e20 cm\u003c\/h3\u003e\n\u003cp class=\"ss-label-brand\"\u003eAlcance da Elevação\u003c\/p\u003e\n\u003cdiv class=\"ss-footer-line-brand\"\u003eAssento: \u003cstrong\u003e43,5 cm\u003c\/strong\u003e a \u003cstrong\u003e63,5 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Destaque Largura Total --\u003e\n\u003cdiv class=\"ss-card ss-card-center ss-card-gray\"\u003e\n\u003c!-- Ícone Régua \/ Largura --\u003e \u003csvg class=\"ss-icon-main\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4b5563\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 6H3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2z\"\u003e\u003c\/path\u003e\u003cline x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"10\" x2=\"12\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"17\" y1=\"10\" x2=\"17\" y2=\"14\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003ch3 class=\"ss-val-black\"\u003e51,5 cm\u003c\/h3\u003e\n\u003cp class=\"ss-label-gray\"\u003eLargura Total\u003c\/p\u003e\n\u003cdiv class=\"ss-footer-line-gray\"\u003eLargura Interna: \u003cstrong\u003e41 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela Compacta Inferior --\u003e\n\u003cdiv class=\"ss-card-full\"\u003e\n\u003c!-- Coluna 1: Estrutura --\u003e\n\u003cdiv class=\"ss-col\"\u003e\n\u003ch4 class=\"ss-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0284c7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Estrutura e Segurança\u003c\/h4\u003e\n\u003cul class=\"ss-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eAço Carbono\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eCinto de Segurança\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eAjustável (incluso)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eRodízios\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e4 Fixos com Freio\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eRoda Dianteira\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e12,5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eRoda Traseira\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e15 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eElevação\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eHidráulica (pedal)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Coluna 2: Dimensões --\u003e\n\u003cdiv class=\"ss-col ss-col-mid\"\u003e\n\u003ch4 class=\"ss-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0284c7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21.3 15.3l-5.6-5.6a2 2 0 0 0-2.8 0l-5.6 5.6a2 2 0 0 0 0 2.8l5.6 5.6a2 2 0 0 0 2.8 0l5.6-5.6a2 2 0 0 0 0-2.8z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 11l-2.5-2.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 13.5l-2.5-2.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M9.5 16l-2.5-2.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Dimensões\u003c\/h4\u003e\n\u003cul class=\"ss-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eComprimento Total\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e77 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eLargura Total\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e51,5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eAltura Total\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e86,5 – 107,5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eAssento (L x P)\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e47,5 x 39 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eAltura do Assento (mín.)\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e43,5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eAltura do Assento (máx.)\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e63,5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eLargura Interna\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e41 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Coluna 3: Uso e Garantia --\u003e\n\u003cdiv class=\"ss-col\"\u003e\n\u003ch4 class=\"ss-col-title\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0284c7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Uso e Garantia\u003c\/h4\u003e\n\u003cul class=\"ss-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eItens Inclusos\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eCadeira + Manual\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eUso sobre o Vaso\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eSim\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eTransferência\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eCama \/ Sofá \/ Vaso\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eUso no Banho\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eNão indicado\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eIndicação\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003eDomiciliar \/ Clínico\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eGarantia Estrutura\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e12 meses\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ss-list-key\"\u003eGarantia Componentes\u003c\/span\u003e \u003cspan class=\"ss-list-val\"\u003e6 meses\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIM DO CÓDIGO --\u003e","brand":"Supermedy","offers":[{"title":"Default Title","offer_id":44128586760388,"sku":"25965","price":1777.67,"currency_code":"BRL","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/transf_supermedy_1.png?v=1772539336"},{"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":"cadeira-de-banho-em-aco-c-barra-em-u-supermedy","title":"Cadeira para Banho com 4 Rodas e Assento Dobrável B20 - Supermedy","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        \/* Reset e Base de Segurança *\/\n        .dellamed-specs-section {\n            font-family: 'Inter', Arial, sans-serif;\n            background-color: #ffffff;\n            padding: 3rem 1rem;\n            width: 100%;\n            max-width: 1400px;\n            margin: 0 auto;\n            color: #111827;\n            box-sizing: border-box;\n            overflow-x: hidden;\n        }\n        .dellamed-specs-section *, .dellamed-specs-section *::before, .dellamed-specs-section *::after { \n            box-sizing: border-box; \n            word-wrap: break-word;\n            overflow-wrap: break-word;\n        }\n        \n        \/* Tipografia e Cabeçalho *\/\n        .ds-header { text-align: center; margin-bottom: 4rem; width: 100%; }\n        .ds-tag { color: #0284c7; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1.125rem; display: block; margin-bottom: 0.75rem; }\n        .ds-title { font-size: 3.5rem; font-weight: 700; margin: 0; line-height: 1.2; }\n        \n        \/* Grid System Principal *\/\n        .ds-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; width: 100%; }\n        .ds-card { border-radius: 1.75rem; padding: 3rem; display: flex; flex-direction: column; width: 100%; overflow: hidden; }\n        \n        \/* Card Destaque Principal (Ajuste de Altura) *\/\n        .ds-card-dark { \n            background-color: #111827; \n            color: #ffffff; \n            grid-column: span 2; \n            justify-content: space-between; \n            text-align: center;\n            align-items: center;\n        }\n        .ds-val-huge { font-size: 4.5rem; font-weight: 800; margin: 0.5rem 0; line-height: 1; color: #ffffff; }\n        .ds-desc-gray { color: #9ca3af; font-size: 1.5rem; margin: 0; }\n        \n        .ds-dark-sub { \n            margin-top: 3rem; \n            padding-top: 2rem; \n            border-top: 1px solid #374151; \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: #9ca3af; margin-bottom: 0.5rem; font-size: 1.25rem; }\n        .ds-dark-sub-val { display: block; color: #f3f4f6; font-weight: 500; font-size: 1.5rem; }\n\n        \/* Card Peso \/ Rodas *\/\n        .ds-card-center { align-items: center; justify-content: center; text-align: center; }\n        .ds-card-brand { background-color: #f0f9ff; border: 1px solid #e0f2fe; }\n        .ds-card-gray { background-color: #f3f4f6; border: 1px solid #e5e7eb; }\n        .ds-val-brand { font-size: 3.5rem; font-weight: 800; color: #0c4a6e; margin: 1rem 0 0.5rem 0; line-height: 1; }\n        .ds-val-black { font-size: 3.5rem; font-weight: 800; color: #111827; margin: 1rem 0 0.5rem 0; line-height: 1; }\n        .ds-label-brand { color: #0284c7; font-weight: 500; font-size: 1.5rem; margin: 0; }\n        .ds-label-gray { color: #6b7280; font-weight: 500; font-size: 1.5rem; margin: 0; }\n        .ds-footer-line-brand { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #bae6fd; width: 100%; font-size: 1.375rem; color: #075985; }\n        .ds-footer-line-gray { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #d1d5db; width: 100%; font-size: 1.375rem; color: #374151; }\n\n        \/* Tabela Inferior *\/\n        .ds-card-full { background-color: #ffffff; border: 1px solid #e5e7eb; display: grid; grid-template-columns: repeat(3, 1fr); padding: 3.5rem; border-radius: 1.75rem; gap: 3rem; width: 100%; }\n        .ds-col { display: flex; flex-direction: column; width: 100%; }\n        .ds-col-mid { border-left: 1px solid #e5e7eb; border-right: 1px solid #e5e7eb; padding-left: 3rem; padding-right: 3rem; }\n        .ds-col-title { font-weight: 700; color: #111827; margin: 0 0 2rem 0; padding-bottom: 1rem; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; gap: 0.75rem; font-size: 1.75rem; }\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.375rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #f3f4f6; gap: 1rem; }\n        .ds-list li:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }\n        .ds-list-key { color: #6b7280; flex-shrink: 0; }\n        .ds-list-val { font-weight: 600; color: #111827; 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 #e5e7eb; }\n            .ds-col:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }\n        }\n\n        @media (max-width: 768px) {\n            .dellamed-specs-section { padding: 2rem 1rem; }\n            .ds-title { font-size: 2.5rem; }\n            .ds-grid { grid-template-columns: 1fr; gap: 1rem; }\n            .ds-card-dark { grid-column: span 1; padding: 1.75rem; }\n            .ds-card { padding: 1.75rem; }\n            .ds-val-huge { font-size: 3rem; }\n            .ds-desc-gray { font-size: 1.25rem; }\n            .ds-val-brand, .ds-val-black { font-size: 2.75rem; }\n            .ds-label-brand, .ds-label-gray { font-size: 1.25rem; }\n            .ds-dark-sub { grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; padding-top: 1.5rem; }\n            .ds-dark-sub-label { font-size: 1.125rem; }\n            .ds-dark-sub-val { font-size: 1.25rem; }\n            .ds-footer-line-brand, .ds-footer-line-gray { font-size: 1.125rem; }\n            .ds-card-full { padding: 1.5rem; border-radius: 1.25rem; }\n            .ds-col-title { font-size: 1.5rem; flex-wrap: wrap; }\n            .ds-list li { flex-direction: column; align-items: flex-start; gap: 0.25rem; font-size: 1.125rem; padding-bottom: 1.25rem; margin-bottom: 1.25rem; }\n            .ds-list-val { text-align: left; font-size: 1.25rem; }\n        }\n    \u003c\/style\u003e\n\u003csection class=\"dellamed-specs-section\"\u003e\n\u003cdiv class=\"ds-header\"\u003e\n\u003cspan class=\"ds-tag\"\u003eFicha Técnica\u003c\/span\u003e\n\u003ch2 class=\"ds-title\"\u003eSupermedy B20: Especificações\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-grid\"\u003e\n\u003c!-- Destaque: Ajuste de Altura --\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=\"#0ea5e9\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M7 10l5-5 5 5M7 14l5 5 5-5\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-huge\"\u003e5 Níveis\u003c\/h3\u003e\n\u003cp class=\"ds-desc-gray\"\u003eAjuste de Altura Total\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-dark-sub\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eAltura Mínima\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003e~74 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ds-dark-sub-label\"\u003eAltura Máxima\u003c\/span\u003e \u003cspan class=\"ds-dark-sub-val\"\u003e~83 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Destaque: Capacidade --\u003e\n\u003cdiv class=\"ds-card ds-card-center ds-card-brand\"\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=\"#0284c7\" 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            \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-brand\"\u003e100 kg\u003c\/h3\u003e\n\u003cp class=\"ds-label-brand\"\u003eCapacidade do Usuário\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-brand\"\u003eUso \u003cstrong\u003eIndividual\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Destaque: Rodízios --\u003e\n\u003cdiv class=\"ds-card ds-card-center ds-card-gray\"\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=\"#4b5563\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                \u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\u003ch3 class=\"ds-val-black\"\u003e4 Rodas\u003c\/h3\u003e\n\u003cp class=\"ds-label-gray\"\u003eRodízios 360°\u003c\/p\u003e\n\u003cdiv class=\"ds-footer-line-gray\"\u003eTravas nos rodízios \u003cstrong\u003etraseiros\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tabela Detalhada --\u003e\n\u003cdiv class=\"ds-card-full\"\u003e\n\u003c!-- Coluna 1: Estrutura --\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=\"#0284c7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003cpath d=\"M20 7h-9m3 4h-3m6 4h-6M6 20V4M2 8h4M2 16h4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Materiais e Itens\u003c\/h4\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\"\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 de Alta Resistência\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAssento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSanitário Dobrável\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eTampa\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eRebatível (Inclusa)\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\"\u003eBalde com Tampa\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eRemoção\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eColetor Removível\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eIncluso\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eCadeira + Balde\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Coluna 2: Medidas --\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=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0284c7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                    \u003crect ry=\"2\" rx=\"2\" height=\"10\" width=\"20\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cline y2=\"17\" x2=\"7\" y1=\"7\" x1=\"7\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"17\" x2=\"17\" y1=\"7\" x1=\"17\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Dimensões\u003c\/h4\u003e\n\u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Aberta\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e~52 cm\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\"\u003e~48 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eAltura Total\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e74 a 83 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eLargura Assento\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e~38 cm (útil)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePassagem Portas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eMín. 60 cm sugerido\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\"\u003eLeve e Portátil\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Coluna 3: Praticidade --\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=\"#0284c7\" 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\u003c\/h4\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\"\u003eTravas Duplas Traseiras\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\"\u003eGiratórios (Facilita Manobra)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eHigienização\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSuperfície de Fácil Limpeza\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eIndicação\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBanho e Sanitário\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eUso em Vaso\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eSim (Ajuste a Altura)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eGarantia\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e3 Meses (Fabricante)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Supermedy","offers":[{"title":"Default Title","offer_id":44128587415748,"sku":"25961","price":215.5,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/Edicao_foto_-_Site_-_B20.jpg?v=1771851611"},{"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":"faixa-tpe-kit-3-pecas-fl40-hidrolight","title":"Faixa Elástica Kit 3 Peças FL40 Hidrolight","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 Hidrolight\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;\"\u003eFaixa TPE Kit 3 Peças \u003cspan style=\"color: #2563eb;\"\u003eFL40\u003c\/span\u003e – Hidrolight\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eKit com \u003cstrong\u003e3 faixas elásticas\u003c\/strong\u003e em \u003cstrong\u003eTPE (sem látex)\u003c\/strong\u003e para \u003cstrong\u003etreinos funcionais\u003c\/strong\u003e, \u003cstrong\u003ereabilitação\u003c\/strong\u003e, \u003cstrong\u003eyoga\u003c\/strong\u003e, \u003cstrong\u003epilates\u003c\/strong\u003e e academias. Cada faixa mede \u003cstrong\u003e150 × 15 cm\u003c\/strong\u003e e possui um nível de resistência: \u003cstrong\u003esuave (laranja)\u003c\/strong\u003e, \u003cstrong\u003emoderada (roxa)\u003c\/strong\u003e e \u003cstrong\u003eforte (cinza)\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+Faixa+TPE+Kit+3+Pe%C3%A7as+FL40+Hidrolight.\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;\"\u003e3 níveis: suave • moderado • forte\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;\"\u003eMaterial TPE (sem látex)\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;\"\u003eCada faixa 150 × 15 cm\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 FL40\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eFL40\u003c\/strong\u003e é um kit de faixas elásticas em \u003cstrong\u003eTPE\u003c\/strong\u003e com três intensidades para \u003cstrong\u003efortalecimento\u003c\/strong\u003e, \u003cstrong\u003econdicionamento\u003c\/strong\u003e e \u003cstrong\u003emobilidade\u003c\/strong\u003e. Versátil, leve e de toque macio, permite progressão de exercícios em casa, no estúdio ou na clínica.\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;\"\u003eOferece \u003cstrong\u003eresistência progressiva\u003c\/strong\u003e para \u003cstrong\u003efortalecimento muscular\u003c\/strong\u003e, \u003cstrong\u003ereabilitação\u003c\/strong\u003e, \u003cstrong\u003ealongamentos\u003c\/strong\u003e, \u003cstrong\u003eaquecimento\u003c\/strong\u003e e \u003cstrong\u003eprevenção de lesões\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\n\u003cspan\u003eFuncional, yoga, pilates e treino em casa\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;\"\u003e\u003cstrong\u003eProfissionais e estudantes\u003c\/strong\u003e de saúde e educação física, além de \u003cstrong\u003epraticantes\u003c\/strong\u003e de exercícios em geral – do iniciante ao avançado.\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 style=\"font-size: 1.5rem;\"\u003e?\u003c\/span\u003e\u003cspan\u003eIdeal para clínicas, estúdios e uso doméstico\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 técnica correta e respeite seus limites. Evite superfícies abrasivas e objetos cortantes. Não é brinquedo.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- (Sem vídeo: não há iframe fornecido) --\u003e \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;\"\u003eVersatilidade do aquecimento à reabilitação, com progressão inteligente de carga.\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;\"\u003eProgressão de treino\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003e3 resistências para evoluir com segurança.\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;\"\u003eReabilitação e prevenção\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAuxilia no retorno gradual após lesões.\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;\"\u003eForça e condicionamento\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAlternativa prática à resistência tradicional.\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;\"\u003eAlongamento e mobilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eApoio em técnicas de flexibilidade e postura.\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;\"\u003ePortabilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eLeve, ocupa pouco espaço e vai com você.\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;\"\u003eToque macio (TPE)\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eSem látex: opção para sensíveis ao material.\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 FL40 Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eConjunto completo para treinar com segurança, conforto e progressão.\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;\"\u003e3 espessuras por cor\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLaranja \u003cstrong\u003e0,50 mm\u003c\/strong\u003e (suave) • Roxa \u003cstrong\u003e0,65 mm\u003c\/strong\u003e (moderada) • Cinza \u003cstrong\u003e0,75 mm\u003c\/strong\u003e (forte).\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;\"\u003eIntensidades identificadas e fáceis de usar\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;\"\u003eDimensão confortável\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eCada faixa mede \u003cstrong\u003e150 × 15 cm\u003c\/strong\u003e, atendendo membros superiores e inferiores.\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;\"\u003eVersatilidade de exercícios\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;\"\u003eTPE sem látex\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eToque macio, baixa odorização e boa durabilidade.\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;\"\u003eAlternativa para sensíveis ao látex\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;\"\u003eMultiuso\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eFuncional, reabilitação, yoga, pilates e condicionamento físico.\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;\"\u003eDo aquecimento ao treino\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 e portátil\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLeve na bolsa, mochila ou mala sem ocupar espaç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;\"\u003eTreine em qualquer lugar\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;\"\u003eQualidade Hidrolight\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eRef. \u003cstrong\u003eFL40\u003c\/strong\u003e • EAN \u003cstrong\u003e7898336438450\u003c\/strong\u003e • Origem \u003cstrong\u003eChina\u003c\/strong\u003e.\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;\"\u003eProcedência e rastreabilidade\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: 900px; margin: 0 auto;\"\u003eEspecificações completas da Faixa TPE Kit 3 Peças FL40 – Hidrolight.\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 \/ Referência\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003eHidrolight\u003c\/strong\u003e • \u003cstrong\u003eFL40\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;\"\u003eComposição\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003eTPE\u003c\/strong\u003e (termoplástico elastômero) • \u003cstrong\u003esem látex\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;\"\u003eConteúdo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eKit com \u003cstrong\u003e3 faixas\u003c\/strong\u003e: Laranja (suave), Roxa (moderada), Cinza (forte)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eDimensões por faixa\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\u003cstrong\u003e150 × 15 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;\"\u003eEspessura por cor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003eLaranja 0,50 mm\u003c\/strong\u003e • \u003cstrong\u003eRoxa 0,65 mm\u003c\/strong\u003e • \u003cstrong\u003eCinza 0,75 mm\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;\"\u003eIndicações\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eTreinos funcionais, reabilitação, yoga, pilates e academias\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;\"\u003eOrigem \/ EAN\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eChina • \u003cstrong\u003e7898336438450\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;\"\u003eCuidados\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eHigienize com pano úmido e sabão neutro; seque à sombra; evite torções excessivas, calor e superfícies abrasivas\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;\"\u003eFaixa\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;\"\u003eDimensões\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;\"\u003eEspessura • Resistência • Indicação\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;\"\u003eLaranja (suave)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e150 × 15 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003e0,50 mm\u003c\/strong\u003e • Baixa resistência • Aquecimento, mobilidade e membros superiores\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRoxa (moderada)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e150 × 15 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003e0,65 mm\u003c\/strong\u003e • Média resistência • Fortalecimento geral e reabilitaçã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;\"\u003eCinza (forte)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e150 × 15 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003e0,75 mm\u003c\/strong\u003e • Alta resistência • Alongamentos assistidos e membros inferiores\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. Itens de uso contínuo têm vida útil relacionada ao uso e aos cuidados.\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 (material e acabamento) em condições normais de uso.\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;\"\u003eCuidados\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eEvite contato com objetos cortantes, superfícies abrasivas e calor excessivo. Armazene limpa e seca.\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;\"\u003eGuarde a \u003cstrong\u003enota fiscal\u003c\/strong\u003e e entre em contato para orientações de suporte.\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;\"\u003eAs faixas têm látex\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eNão. São fabricadas em \u003cstrong\u003eTPE\u003c\/strong\u003e (termoplástico elastômero), \u003cstrong\u003esem látex\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;\"\u003eQual a diferença entre as cores\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eIdentificam a \u003cstrong\u003eespessura\u003c\/strong\u003e e a \u003cstrong\u003eresistência\u003c\/strong\u003e: Laranja 0,50 mm (suave) • Roxa 0,65 mm (moderada) • Cinza 0,75 mm (forte).\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 lavar as faixas\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Limpe com pano úmido e \u003cstrong\u003esabão neutro\u003c\/strong\u003e, seque à sombra. Não use solventes ou esponjas abrasivas.\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 reabilitação pós-cirúrgica\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim, quando houver \u003cstrong\u003eorientação profissional\u003c\/strong\u003e para escolha da intensidade e progressão.\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+Faixa+TPE+Kit+3+Pe%C3%A7as+FL40+Hidrolight.\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!--\nCOMPARAÇÃO COM O MODELO ORIGINAL:\n- Estrutura mantida: Hero ? O que é ? (Para que serve?\/Quem pode usar?) ? (Sem vídeo) ? Benefícios (6 cards) ? O Que Torna X Único? (6 itens) ? Ficha Técnica ? Tabela de Medidas ? Garantia ? FAQ ? CTA Final CSS responsivo.\n- Cor azul e fonte preservadas.\n- Botão \"Falar com Atendente\" abre em nova guia (target=\"_blank\") e mantém o texto do CTA Final com o nome do produto ajustado.\n- Seção \"O Que Torna X Único?\" com o mesmo visual (cartões numerados e borda colorida).\n--\u003e\n\u003c\/div\u003e","brand":"Hidrolight","offers":[{"title":"Default Title","offer_id":44128593346756,"sku":"25958","price":108.89,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/upscaled-image-1-2025-08-29T172530.962.png?v=1756499386"},{"product_id":"protetor-adesivo-p-calos-entre-dedos-u-15-und-hidrolight","title":"Protetor Adesivo p\/ Calos Entre Dedos c\/ 15 und Hidrolight","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\u003eConforto e Proteção Hidrolight\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;\"\u003eProtetor Adesivo p\/ Calos Entre Dedos \u003cspan style=\"color: #2563eb;\"\u003eU 15 und\u003c\/span\u003e – Hidrolight\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eProtetores \u003cstrong\u003eautoadesivos\u003c\/strong\u003e para uso \u003cstrong\u003einterdigital\u003c\/strong\u003e, ajudam a \u003cstrong\u003ereduzir o atrito e a pressão\u003c\/strong\u003e entre os dedos, proporcionando \u003cstrong\u003ealívio imediato\u003c\/strong\u003e da dor em calos e áreas sensibilizadas. \u003cstrong\u003eTamanho único\u003c\/strong\u003e, material macio e \u003cstrong\u003ehipoalergênico\u003c\/strong\u003e, discreto para o 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 rel=\"noopener\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+o+Protetor+Adesivo+p%2F+Calos+Entre+Dedos+U+15+und+-+Hidrolight.\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;\"\u003eConteúdo: 15 unidades\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;\"\u003eAutoadesivo e hipoalergênico\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;\"\u003eAlívio do atrito entre os dedos\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 é o Protetor Adesivo Interdigital\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eÉ um \u003cstrong\u003eprotetor fino e macio\u003c\/strong\u003e, com \u003cstrong\u003eadesivo suave\u003c\/strong\u003e, desenvolvido para ser aplicado \u003cstrong\u003eentre os dedos\u003c\/strong\u003e dos pés. Cria uma \u003cstrong\u003ecamada de amortecimento\u003c\/strong\u003e que diminui o contato direto, ajudando a \u003cstrong\u003eevitar novas fricções\u003c\/strong\u003e e a \u003cstrong\u003ealiviar calos e incômodos\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;\"\u003eProteger áreas sensíveis \u003cstrong\u003eentre os dedos\u003c\/strong\u003e contra \u003cstrong\u003eatrito e pressão\u003c\/strong\u003e causados por calçados, reduzindo o \u003cstrong\u003edesconforto em calos\u003c\/strong\u003e e prevenindo novas irritações.\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\u003eConforto discreto para o 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: 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;\"\u003eIndicado para \u003cstrong\u003eadultos\u003c\/strong\u003e que sofrem com calos ou atrito interdigital. \u003cstrong\u003eNão usar\u003c\/strong\u003e sobre pele lesionada ou infeccionada. Em casos de \u003cstrong\u003ediabetes\u003c\/strong\u003e ou problemas circulatórios, consulte um profissional de saúde.\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\u003eAutoadesivo hipoalergênico para pele íntegra\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 higienize e seque bem a pele antes da aplicação. Se ocorrer irritação, \u003cstrong\u003edescontinue o uso\u003c\/strong\u003e 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;\"\u003eProteção macia, \u003cstrong\u003eaderência segura\u003c\/strong\u003e e conforto prolongado.\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;\"\u003eAderência confiável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAutoadesivo hipoalergênico, fácil de aplicar.\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;\"\u003eAmortecimento\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAjuda a reduzir \u003cstrong\u003epressão e atrito\u003c\/strong\u003e.\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;\"\u003eDiscreto\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePerfil fino para uso com diferentes calçados.\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;\"\u003eHigiene\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAplicação em pele \u003cstrong\u003elimpa e seca\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;\"\u003eUso diário\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eIdeal para longas caminhadas e rotina.\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;\"\u003eEconomia\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eEmbalagem com \u003cstrong\u003e15 unidades\u003c\/strong\u003e.\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 o Protetor Adesivo Único\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eDesenvolvido para \u003cstrong\u003econforto interdigital\u003c\/strong\u003e com \u003cstrong\u003eaderência suave\u003c\/strong\u003e e \u003cstrong\u003ediscrição\u003c\/strong\u003e.\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;\"\u003eFormato anatômico\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003ePensado para o \u003cstrong\u003eespaço interdigital\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;\"\u003eEncaixe confortável\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;\"\u003eAdesivo hipoalergênico\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eFixação delicada na pele íntegra.\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 durante o uso\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;\"\u003eDiscreto dentro do calçado.\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;\"\u003eSem volume excessivo\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 imediato\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 aliviar a dor por \u003cstrong\u003eatrito\u003c\/strong\u003e.\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;\"\u003eMais bem-estar\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;\"\u003eUso versátil\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 diferentes tipos de calçados.\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;\"\u003eRotina e atividades\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;\"\u003ePacote 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;\"\u003eContém \u003cstrong\u003e15 unidades\u003c\/strong\u003e por embalagem.\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;\"\u003eMais tempo de uso\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: 900px; margin: 0 auto;\"\u003eEspecificações do Protetor Adesivo p\/ Calos Entre Dedos U 15 und – Hidrolight.\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;\"\u003eIndicação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eProteção \u003cstrong\u003einterdigital\u003c\/strong\u003e para reduzir atrito\/pressão e auxiliar no alívio de \u003cstrong\u003ecalos\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;\"\u003eComposição\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eMaterial macio com \u003cstrong\u003eadesivo hipoalergênico\u003c\/strong\u003e (tamanho único)\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;\"\u003eQuantidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003e15 unidades\u003c\/strong\u003e por embalagem\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;\"\u003eNeutra\/discreta\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;\"\u003eAplicação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eSobre pele \u003cstrong\u003elimpa e seca\u003c\/strong\u003e, posicionando entre os dedos\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eReutilização\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eUso prolongado enquanto houver \u003cstrong\u003eaderência\u003c\/strong\u003e; substituir ao perder a fixaçã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;\"\u003eParâmetro\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;\"\u003eTamanho\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eÚnico\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePerfil \u003cstrong\u003efino\u003c\/strong\u003e e discreto\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eAplicação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eEntre os dedos\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePosicionar na área de atrito\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;\"\u003eQuantidade por pacote\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e15 unidades\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eUso conforme necessidade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eMacio e autoadesivo\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAdesivo hipoalergênico\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;\"\u003eNeutra\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDiscrição no uso\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eSubstituição\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eQuando perder aderência\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eDescartar após uso\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 contra \u003cstrong\u003edefeitos de fabricação\u003c\/strong\u003e mediante embalagem lacrada e apresentação da \u003cstrong\u003enota fiscal\u003c\/strong\u003e. Não cobre desgaste natural, mau uso ou aplicação em pele lesionada.\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 aparentes identificados \u003cstrong\u003eantes do uso\u003c\/strong\u003e.\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;\"\u003eConservação\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eGuardar em \u003cstrong\u003elocal seco\u003c\/strong\u003e, ao abrigo de calor e luz.\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;\"\u003eEmbalagem violada, \u003cstrong\u003ereuso\u003c\/strong\u003e ou uso inadequado.\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 a política completa de garantia e trocas.\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;\"\u003ePode usar com qualquer calçado\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O perfil \u003cstrong\u003efino e discreto\u003c\/strong\u003e permite uso com a maioria dos calçados.\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É reutilizável\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003ePode ser utilizado por mais tempo enquanto mantém a \u003cstrong\u003eaderência\u003c\/strong\u003e. Substitua quando perder a fixaçã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;\"\u003ePosso aplicar sobre feridas\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003e\n\u003cstrong\u003eNão.\u003c\/strong\u003e Utilize apenas sobre \u003cstrong\u003epele íntegra\u003c\/strong\u003e. Se houver dor persistente, procure um profissional.\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 aplicar corretamente\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eHigienize e \u003cstrong\u003eseque bem\u003c\/strong\u003e a pele. Remova o \u003cstrong\u003eliner\u003c\/strong\u003e do adesivo e posicione \u003cstrong\u003eentre os dedos\u003c\/strong\u003e na área de atrito, sem apertar.\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+o+Protetor+Adesivo+p%2F+Calos+Entre+Dedos+U+15+und+-+Hidrolight.\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*=\"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    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\u003c!--\nCOMPARAÇÃ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 itens) ? Ficha Técnica ? Tabela de Medidas ? Garantia ? FAQ ? CTA Final CSS responsivo.\n- Cor azul e fonte preservadas.\n- Botões \"Falar com Atendente\" com target=\"_blank\" (abre nova guia) e rel=\"noopener\".\n- Sem vídeo (nenhum iframe foi enviado para este produto), portanto seção removida conforme instrução.\n- Seção \"O Que Torna X Único?\" com o mesmo visual (bordas coloridas, numeração e destaque ?).\n- Garantia adicionada antes do CTA Final.\n- CTA Final mantém o texto do modelo, alterando apenas o nome do produto.\n--\u003e\n\u003c\/div\u003e","brand":"Hidrolight","offers":[{"title":"Default Title","offer_id":44128593543364,"sku":"25952","price":18.67,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/231fba5cfd2464951840482631b3966a_2f16194b-1387-4f5e-8504-3ac34c127296.webp?v=1756488213"},{"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":39.89,"currency_code":"BRL","in_stock":true}],"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":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/produto-foto-1775853139683-0.jpg?v=1775853142"},{"product_id":"suporte-p-bolsa-de-gel-lombar-u-or67-hidrolight","title":"Suporte De Bolsa Gel Lombar U OR67 Hidrolight","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 Hidrolight\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;\"\u003eSuporte p\/ Bolsa de Gel Lombar \u003cspan style=\"color: #2563eb;\"\u003eU OR67\u003c\/span\u003e – Hidrolight\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eCinta lombar para \u003cstrong\u003efixar sua bolsa térmica de gel\u003c\/strong\u003e com conforto e segurança, permitindo \u003cstrong\u003emobilidade durante a terapia\u003c\/strong\u003e. Confeccionada em \u003cstrong\u003eborracha de cloropreno (neoprene)\u003c\/strong\u003e revestida com \u003cstrong\u003etecido 100% poliamida\u003c\/strong\u003e, ajuda a \u003cstrong\u003emanter a temperatura por mais tempo\u003c\/strong\u003e e favorece o \u003cstrong\u003eposicionamento na região lombar\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+o+Suporte+p%2F+Bolsa+de+Gel+Lombar+U+OR67+-+Hidrolight.\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;\"\u003eMantém a temperatura por mais tempo\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;\"\u003eComprimento aberto: 100 cm (tamanho único)\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;\"\u003eComposição: neoprene + poliamida\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 é o Suporte p\/ Bolsa de Gel Lombar\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eO \u003cstrong\u003eOR67\u003c\/strong\u003e é um suporte lombar \u003cstrong\u003etérmico e ajustável\u003c\/strong\u003e, que fixa a \u003cstrong\u003ebolsa de gel\u003c\/strong\u003e (não inclusa) na posição correta, oferecendo \u003cstrong\u003ecompressão\u003c\/strong\u003e e \u003cstrong\u003eliberdade de movimento\u003c\/strong\u003e durante a terapia \u003cstrong\u003equente\u003c\/strong\u003e ou \u003cstrong\u003efria\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;\"\u003eAjuda a \u003cstrong\u003emanter a temperatura da bolsa\u003c\/strong\u003e por mais tempo e \u003cstrong\u003eposicionar\u003c\/strong\u003e o calor ou o frio na região lombar, auxiliando no \u003cstrong\u003etratamento fisioterapêutico\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\n\u003cspan style=\"font-size: 1.5rem;\"\u003e?\u003c\/span\u003e\u003cspan\u003eQuente (lesões crônicas) • Frio (lesões agudas\/inflamações)\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;\"\u003eIndicado para \u003cstrong\u003eadultos\u003c\/strong\u003e em sessões domiciliares ou clínicas, com orientação de um \u003cstrong\u003eprofissional de saúde\u003c\/strong\u003e. Tamanho \u003cstrong\u003eúnico\u003c\/strong\u003e, ajuste por \u003cstrong\u003efecho aderente\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\u003eFixação firme com conforto e mobilidade\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 aplicar conforme indicação médica. \u003cstrong\u003eNão usar durante o sono\u003c\/strong\u003e. Não utilizar sobre \u003cstrong\u003epele lesionada\u003c\/strong\u003e ou com \u003cstrong\u003ealergias\u003c\/strong\u003e. Suspenda o uso se houver irritação.\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;\"\u003ePraticidade para terapia quente\/fria, melhor posicionamento e conforto lombar.\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;\"\u003eTerapia fria\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePara \u003cstrong\u003ehematomas\u003c\/strong\u003e, \u003cstrong\u003einflamações\u003c\/strong\u003e, \u003cstrong\u003eedemas\u003c\/strong\u003e e \u003cstrong\u003elesões agudas\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;\"\u003eTerapia quente\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePara \u003cstrong\u003econtraturas\u003c\/strong\u003e e \u003cstrong\u003elesões crônicas\u003c\/strong\u003e.\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;\"\u003eConforto térmico\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003e\u003cstrong\u003eNeoprene + poliamida\u003c\/strong\u003e: retém calor e isola o frio.\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;\"\u003ePosicionamento lombar\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFormato que favorece a \u003cstrong\u003eárea alvo\u003c\/strong\u003e da terapia.\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;\"\u003eCompressão ajustável\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFecho aderente para \u003cstrong\u003eajuste firme e confortável\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;\"\u003eUso com mobilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003ePermite \u003cstrong\u003emovimentação\u003c\/strong\u003e durante a aplicação.\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 o OR67 Único\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombina retenção térmica, ajuste fácil e documentação regulatória clara.\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;\"\u003eMateriais premium\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003e\u003cstrong\u003eNeoprene\u003c\/strong\u003e (borracha de cloropreno) com \u003cstrong\u003erevestimento 100% poliamida\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;\"\u003eRetém calor e isola o frio\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;\"\u003eComprimento de 100 cm\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eTamanho \u003cstrong\u003eúnico\u003c\/strong\u003e com ajuste prático por \u003cstrong\u003efecho aderente\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;\"\u003eVeste diferentes biotipos\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;\"\u003eUso quente \u0026amp; frio\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eQuente: \u003cstrong\u003econtraturas\u003c\/strong\u003e e \u003cstrong\u003ecrônicas\u003c\/strong\u003e • Frio: \u003cstrong\u003ehematomas\u003c\/strong\u003e, \u003cstrong\u003eedemas\u003c\/strong\u003e, \u003cstrong\u003eagudas\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;\"\u003eVersátil para o 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.75rem; font-weight: bold; color: #1e293b; margin: 0;\"\u003eRegistros ANVISA\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eAutorização \u003cstrong\u003e8.07.582-1\u003c\/strong\u003e • Notificação \u003cstrong\u003e80758210002\u003c\/strong\u003e.\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;\"\u003eConformidade e rastreabilidade\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;\"\u003eEAN \u0026amp; origem\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eEAN \u003cstrong\u003e7898336431048\u003c\/strong\u003e • Fabricado no \u003cstrong\u003eBrasil\u003c\/strong\u003e.\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;\"\u003eProduto nacional\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;\"\u003eFácil de lavar\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLavagem \u003cstrong\u003eà mão\u003c\/strong\u003e, \u003cstrong\u003esem alvejante\u003c\/strong\u003e e \u003cstrong\u003esecagem à sombra\u003c\/strong\u003e.\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;\"\u003eConservação do produto\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: 900px; margin: 0 auto;\"\u003eEspecificações do Suporte p\/ Bolsa de Gel Lombar U OR67 – Hidrolight.\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;\"\u003eCódigo \/ Tamanho\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003eOR67\u003c\/strong\u003e • Tamanho \u003cstrong\u003eúnico\u003c\/strong\u003e • Comprimento aberto \u003cstrong\u003e100 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;\"\u003eComposição\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBorracha de \u003cstrong\u003ecloropreno (neoprene)\u003c\/strong\u003e revestida com \u003cstrong\u003etecido 100% poliamida\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;\"\u003eAplicação\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eFixação de \u003cstrong\u003ebolsa térmica de gel\u003c\/strong\u003e (não inclusa) na região lombar, com \u003cstrong\u003ecompressão\u003c\/strong\u003e e \u003cstrong\u003emobilidade\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;\"\u003eIndicações da bolsa\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e\n\u003cstrong\u003eQuente:\u003c\/strong\u003e contraturas e lesões crônicas • \u003cstrong\u003eFrio:\u003c\/strong\u003e hematomas, inflamações, contusões, edemas e lesões agudas\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\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eFecho aderente (fita de contato) para fixação e ajuste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCuidados de limpeza\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLavar à mão • Sem alvejante • Secagem à sombra • Não passar • Não lavar a seco\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;\"\u003eArmazenamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLocal protegido de chuva, umidade e luz direta • Preferir a embalagem original\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003ePrazo de validade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eIndeterminado\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;\"\u003eANVISA\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAutorização \u003cstrong\u003e8.07.582-1\u003c\/strong\u003e • Notificação \u003cstrong\u003e80758210002\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;\"\u003eEAN\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e7898336431048 • Origem: Brasil\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;\"\u003eParâmetro\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;\"\u003eTamanho\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eÚnico\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAjuste por fecho aderente\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eComprimento (aberto)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e100 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eMedido de ponta a ponta\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 da faixa\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eNão especificada\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eConforme lote\/rotulagem\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eCompatibilidade\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBolsa de gel lombar (não inclusa)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eUse bolsa térmica apropriada\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;\"\u003eRegião de uso\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eLombar\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAplicação localizada\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\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;\"\u003eNão especificado\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e—\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 de \u003cstrong\u003e3 meses\u003c\/strong\u003e contra defeitos de fabricação (mediante nota fiscal). Não cobre mau uso ou descumprimento das instruções de conservaçã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 do produto.\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 de uso e orientações de limpeza.\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;\"\u003eGuarde a nota fiscal; siga os cuidados de higienizaçã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;\"\u003eConsulte os termos completos de garantia 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;\"\u003eAcompanha a bolsa de gel\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eNão. Este item é o \u003cstrong\u003esuporte\u003c\/strong\u003e; a \u003cstrong\u003ebolsa de gel\u003c\/strong\u003e deve ser adquirida separadamente.\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 me movimentar durante o uso\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. O suporte foi projetado para \u003cstrong\u003eficar firme e confortável\u003c\/strong\u003e, permitindo \u003cstrong\u003emovimentação\u003c\/strong\u003e durante a terapia.\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 devo lavar o produto\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eLave \u003cstrong\u003eà mão\u003c\/strong\u003e, sem alvejante; \u003cstrong\u003eseque à sombra\u003c\/strong\u003e, sem usar secadora; \u003cstrong\u003enão passe\u003c\/strong\u003e e \u003cstrong\u003enão lave a seco\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É indicado para quente e frio\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Use com bolsa quente para \u003cstrong\u003econtraturas\/quadros crônicos\u003c\/strong\u003e e fria para \u003cstrong\u003ehematomas, inflamações, edemas e lesões agudas\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+o+Suporte+p%2F+Bolsa+de+Gel+Lombar+U+OR67+-+Hidrolight.\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*=\"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\u003c!--\nCOMPARAÇÃ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 itens) ? Ficha Técnica ? Tabela de Medidas ? Garantia ? FAQ ? CTA Final CSS responsivo.\n- Cor azul e fonte do modelo preservadas.\n- Botão \"Falar com Atendente\" abre em nova guia (target=\"_blank\", rel=\"noopener\").\n- Sem seção de vídeo (nenhum iframe fornecido).\n- \"O Que Torna X Único?\" com o mesmo visual (bordas coloridas, numeração e destaque ?).\n- Garantia adicionada antes do CTA Final.\n- CTA Final mantém o mesmo texto, alterando apenas o nome do produto.\n--\u003e\n\u003c\/div\u003e","brand":"Vitaltape","offers":[{"title":"Default Title","offer_id":44128594559172,"sku":"25931","price":55.56,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/ffccb444acaa77263fea5c34f73ee4bd.webp?v=1725459234"},{"product_id":"ortese-splint-bilateral-hidrolight-tam-unico","title":"Ortese Splint Bilateral - Hidrolight - Tam Unico","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\"\u003eOrtese Splint Bilateral\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 Ortese Splint Bilateral Hidrolight Ref. OR83 é a solução ideal para quem busca \u003cstrong\u003esuporte e estabilidade\u003c\/strong\u003e para o punho e mão. Confeccionada com materiais de alta qualidade, oferece \u003cstrong\u003econforto e segurança\u003c\/strong\u003e para o uso diário, auxiliando na recuperação e prevenção de lesões.\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\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003ch3 class=\"ds-val-huge\"\u003e2 Talas\u003c\/h3\u003e\n                    \u003cp class=\"ds-desc-gray\"\u003eTalas Removíveis\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 Plush\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cspan class=\"ds-dark-sub-label\"\u003eAjuste\u003c\/span\u003e\n                        \u003cspan class=\"ds-dark-sub-val\"\u003eAmpla amplitude\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\"\u003eTamanho\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-brand\"\u003eCor: \u003cstrong\u003ePreto\u003c\/strong\u003e\n\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\"\u003eRemovíveis\u003c\/h3\u003e\n                \u003cp class=\"ds-label-gray\"\u003eTalas Internas\u003c\/p\u003e\n                \u003cdiv class=\"ds-footer-line-gray\"\u003eAderência do tecido: \u003cstrong\u003eAlta\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\"\u003eConforto e Eficiência para o Seu Dia a Dia\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eA Ortese Splint Bilateral Hidrolight OR83 é desenvolvida em \u003cstrong\u003eNeoprene Plush\u003c\/strong\u003e, um material que combina \u003cstrong\u003epropriedades isolantes térmicas\u003c\/strong\u003e com um acabamento suave e elegante. Este tecido oferece uma \u003cstrong\u003eaderência excepcional\u003c\/strong\u003e, garantindo que a órtese permaneça no lugar durante todo o uso.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eSeu design inteligente conta com \u003cstrong\u003eduas talas internas removíveis\u003c\/strong\u003e. Uma tala possui curvatura ideal para o suporte do punho à palma da mão, enquanto a outra, reta, atua na parte dorsal do punho, \u003cstrong\u003eprevenindo movimentos indesejados\u003c\/strong\u003e para cima e para baixo, promovendo a imobilização necessária.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ds-text-card\"\u003e\n                \u003ch3 class=\"ds-subtitle\"\u003eIndicações e Benefícios Específicos\u003c\/h3\u003e\n                \u003cp class=\"ds-paragraph\"\u003eIndicada para o \u003cstrong\u003edia a dia\u003c\/strong\u003e, esta órtese é perfeita para quem necessita de suporte e estabilização para o punho e mão. Auxilia em casos de \u003cstrong\u003elesões, pós-operatórios ou como medida preventiva\u003c\/strong\u003e, proporcionando alívio e segurança.\u003c\/p\u003e\n                \u003cp class=\"ds-paragraph\"\u003eA \u003cstrong\u003eamplitude de ajuste\u003c\/strong\u003e proporcionada pelo tecido e a facilidade de remoção das talas tornam a Ortese Splint Bilateral Hidrolight OR83 uma escolha prática e \u003cstrong\u003ealtamente adaptável\u003c\/strong\u003e às suas necessidades específicas, garantindo o máximo de conforto.\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 Características da Ortese\n                \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\"\u003eHidrolight\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\"\u003eOR83\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\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\"\u003ePreto\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eMaterial Principal\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eNeoprene Plush\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eTalas Internas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e2 removíveis\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eTipo de Imobilização\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eBilateral (punho e mão)\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 Detalhes de Composição\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eComposição do Tecido\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eNeoprene Plush\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003ePropriedades do Tecido\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eIsolante térmico, alta aderência\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eDesign das Talas\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003e1 curva (palma), 1 reta (dorsal)\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\"\u003eAmpla amplitude\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eGênero\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eUnissex\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eIndicação de Uso\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eDia a Dia\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eReforço\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eTalas internas\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 Benefícios\n                \u003c\/h4\u003e\n                \u003cul class=\"ds-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eSuporte\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003ePunho e Mão\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eEstabilização\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\"\u003ePrevenção de Movimentos\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eEfetiva\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\"\u003eElevado\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\"\u003eGarantida\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ds-list-key\"\u003eFacilidade de Uso\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\"\u003eAdaptabilidade\u003c\/span\u003e\u003cspan class=\"ds-list-val\"\u003eExcelente\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":44128594821316,"sku":"25929","price":51.1,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/produto-foto-1775835135531-0.jpg?v=1775835138"},{"product_id":"cadeira-de-rodas-ventura-vermelha-35cm-60kg-cds","title":"Cadeira de Rodas Ventura Vermelha 35cm (60kg) - CDS","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 CDS\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 \u003cspan style=\"color: #2563eb;\"\u003eVentura Vermelha 35cm (60kg)\u003c\/span\u003e – CDS\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; margin-bottom: 3rem;\"\u003eCadeira de rodas infantil manual, estrutura em \u003cstrong\u003eaço carbono\u003c\/strong\u003e com pintura epóxi, \u003cstrong\u003efechamento em “X”\u003c\/strong\u003e, conjunto de \u003cstrong\u003eassento e encosto acolchoados\u003c\/strong\u003e e itens de segurança para o uso diário dos pequenos.\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; cursor: pointer;\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=554396734319\u0026amp;text=Oi%21+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+Ventura+Vermelha+35cm+%2860kg%29+CDS.\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é 60 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;\"\u003eAssento 35 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;\"\u003eDobrável em “X”\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 Ventura CDS\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333; max-width: 900px; margin: 0 auto;\"\u003eA \u003cstrong\u003eVentura\u003c\/strong\u003e é uma cadeira de rodas \u003cstrong\u003einfantil\u003c\/strong\u003e, com \u003cstrong\u003eassento de 35 cm\u003c\/strong\u003e, \u003cstrong\u003ecapacidade de até 60 kg\u003c\/strong\u003e e estrutura robusta em aço carbono. É \u003cstrong\u003edobrável\u003c\/strong\u003e, confortável e pensada para garantir \u003cstrong\u003esegurança, estabilidade e praticidade\u003c\/strong\u003e no dia a dia.\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;\"\u003ePromover mobilidade, autonomia e conforto para crianças em locomoções diárias na escola, em casa e em passeios.\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\u003eDobrável e prática para transportar\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;\"\u003eCrianças que necessitam de locomoção assistida com \u003cstrong\u003epeso até 60 kg\u003c\/strong\u003e, priorizando \u003cstrong\u003esegurança, ergonomia e estabilidade\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\u003eFreios bilaterais e rodas anti-tombo\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 confirme as medidas do usuário e da passagem de portas para melhor adequação.\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 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 no cotidiano infantil.\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;\"\u003eErgonomia Infantil\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAssento e encosto acolchoados para melhor suporte postural.\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;\"\u003eEstrutura resistente\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAço carbono com pintura epóxi para maior durabilidade.\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;\"\u003eSegurança\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eFreios bilaterais e \u003cem\u003eanti-tombo\u003c\/em\u003e para estabilidade.\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;\"\u003ePortabilidade\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eDobrável em “X”, facilitando transporte e armazenamento.\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;\"\u003eAjustes essenciais\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eApoio de braços escamoteável e apoio de pés com regulagem de altura.\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 higienização\u003c\/h3\u003e\n\u003cp style=\"font-size: 1.75rem; color: #333;\"\u003eAcabamento que facilita a limpeza do dia a dia.\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 Ventura Única\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.75rem; color: #64748b; max-width: 800px; margin: 0 auto;\"\u003eCombina robustez, conforto e praticidade para a rotina infantil.\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;\"\u003eProjetada para crianças\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 adequadas e estofamento acolchoado para conforto e postura.\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;\"\u003eAssento 35 cm\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;\"\u003eEstrutura 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;\"\u003eFechamento em “X” para transportar e guardar com facilidade.\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;\"\u003eMais praticidade\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;\"\u003eConforto no uso\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eApoio de braços escamoteável e apoio de pés com regulagem de altura.\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;\"\u003eAjustes essenciais\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;\"\u003eEstabilidade superior\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eRodas traseiras grandes e dispositivo anti-tombo para segurança.\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;\"\u003eConfiança em diferentes pisos\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;\"\u003eDesign compacto\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eLargura fechada reduzida para facilitar o manuseio e guardar.\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;\"\u003eIdeal para espaços menores\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;\"\u003eAcabamento cuidadoso\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.25rem; color: #475569; line-height: 1.6; margin-bottom: 1rem;\"\u003eQualidade CDS reconhecida no mercado de mobilidade.\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;\"\u003eDurável e confiável\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 Ventura Vermelha 35cm (60kg) – CDS.\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, fechamento em “X”\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é 60 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;\"\u003eAssento (largura)\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e35 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\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;\"\u003e59 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;\"\u003eLargura quando dobrada\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e32 cm (aprox.)\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;\"\u003e94 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;\"\u003eAltura total\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~85 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\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~20 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;\"\u003eEstofamento\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eAssento e encosto acolchoados (espuma de alta densidade)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 1.7rem !important; font-weight: 600 !important;\"\u003eRecursos de segurança\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eFreios bilaterais, rodas 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;\"\u003eApoios\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eBraços escamoteáveis, pés 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;\"\u003eCor\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eVermelha\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;\"\u003eMedidas podem variar levemente conforme ajustes e lote de fabricação.\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.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~59 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePortas recomendadas com ~62–65 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~94 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eMedida aproximada\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~85 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;\"\u003e35 × 35–38 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003eProfundidade ajustável conforme configuraçã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;\"\u003eLargura quando dobrada\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003e~32 cm\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePara transporte e armazenamento\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\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~20 kg\u003c\/td\u003e\n\u003ctd style=\"padding: 1.7rem !important;\"\u003ePode variar conforme 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\/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;\"\u003e12 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 e estofados\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003e3 meses (garantia legal) 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;\"\u003eCobertura\u003c\/h4\u003e\n\u003cp style=\"margin: 0; font-size: 1.25rem;\"\u003eVálida para defeitos de fabricação; uso inadequado e desgaste natural não estão cobertos.\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 Ventura é dobrável\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eSim. Possui fechamento em “X”, facilitando transporte e armazenamento.\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 e a capacidade\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eAssento de 35 cm e capacidade para até 60 kg.\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;\"\u003ePassa em portas padrão\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eA largura total aberta é de ~59 cm. Recomendamos portas com ~62–65 cm para passagem 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;\"\u003eQuais itens de segurança possui\u003c\/div\u003e\n\u003cdiv style=\"padding: 2rem; font-size: 1.375rem; color: #333;\"\u003eFreios bilaterais, rodas anti-tombo e estrutura robusta com boa estabilidade.\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+Gostaria+de+saber+sobre+a+Cadeira+de+Rodas+Ventura+Vermelha+35cm+%2860kg%29+CDS.\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\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":"CDS","offers":[{"title":"Default Title","offer_id":44128595116228,"sku":"25902","price":1822.11,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/3357\/1268\/files\/1_305f9310-7e9f-41b6-91df-2ccde122f334.jpg?v=1779128625"}],"url":"https:\/\/www.casamedica.com.br\/collections\/destaques-da-semana.oembed?page=64","provider":"Casa Médica","version":"1.0","type":"link"}