{"product_id":"papai-noel-casaco-veludo-guirlanda-vinho-80cm-30346","title":"Papai Noel Casaco Veludo Guirlanda Vinho 80cm 30346","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePapai Noel Veludo Vinho 80cm - Loja do Thor\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* --- ESTILOS GERAIS E ANIMAÇÕES --- *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700\u0026family=Lato:wght@400;700\u0026display=swap');\n\n        \/* Reset Básico para Responsividade *\/\n        * {\n            box-sizing: border-box; \/* Essencial para que padding não estoure a largura no mobile *\/\n        }\n\n        \/* Animação de Neve *\/\n        @keyframes falling-snow {\n            0% { background-position: 0 0, 25px 0, 50px 0; }\n            100% { background-position: 500px 1000px, 400px 400px, 300px 300px; }\n        }\n\n        \/* Animação Float *\/\n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-5px); }\n            100% { transform: translateY(0px); }\n        }\n\n        \/* Animação Fade In *\/\n        @keyframes fade-in {\n            from { opacity: 0; transform: translateY(-10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* --- ANIMAÇÕES DO FOOTER --- *\/\n        @keyframes pulse-gold {\n            0% { text-shadow: 0 0 0px rgba(212, 175, 55, 0.2); transform: scale(1); }\n            50% { text-shadow: 0 0 15px rgba(212, 175, 55, 0.6); transform: scale(1.05); }\n            100% { text-shadow: 0 0 0px rgba(212, 175, 55, 0.2); transform: scale(1); }\n        }\n\n        @keyframes icon-bounce {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-8px); }\n        }\n\n        \/* --- HERO PARALLAX INTERATIVO --- *\/\n        .hero-header {\n            position: relative;\n            min-height: 40vh; \/* Altura mínima baseada na viewport vertical *\/\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            padding: 40px 20px; \/* Mais espaço interno *\/\n            overflow: hidden;\n            cursor: default;\n        }\n\n        \/* Camada 1: Imagem de Fundo (Parallax + Zoom) *\/\n        .hero-header::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background-image: url('https:\/\/images.unsplash.com\/photo-1576669801775-ffdeb57053fc?q=80\u0026w=2070\u0026auto=format\u0026fit=crop');\n            background-size: cover;\n            background-position: center;\n            background-attachment: fixed;\n            z-index: 0;\n            transition: transform 8s ease-in-out;\n            will-change: transform;\n        }\n\n        \/* Efeito de zoom apenas em dispositivos que suportam hover (desktop) *\/\n        @media (hover: hover) {\n            .hero-header:hover::before {\n                transform: scale(1.15);\n            }\n        }\n\n        \/* Camada 2: Overlay Vinho\/Vermelho *\/\n        .hero-header::after {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background: linear-gradient(135deg, rgba(100, 10, 20, 0.85), rgba(60, 0, 0, 0.7)); \n            z-index: 1;\n            transition: opacity 0.5s ease;\n        }\n\n        \/* Camada 3: Conteúdo *\/\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            color: white;\n            width: 100%;\n            max-width: 600px; \/* Limita a largura do texto no desktop *\/\n            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n\n        @media (hover: hover) {\n            .hero-header:hover .hero-content {\n                transform: translateY(-8px) scale(1.02);\n                text-shadow: 0 10px 20px rgba(0,0,0,0.4);\n            }\n        }\n\n        \/* --- FIM HERO STYLES --- *\/\n\n        \/* Details\/Summary Defaults *\/\n        details \u003e summary {\n            list-style: none;\n            outline: none;\n        }\n        details \u003e summary::-webkit-details-marker {\n            display: none;\n        }\n        details[open] div {\n            animation: fade-in 0.4s ease-out forwards;\n        }\n\n        \/* Cards 3D - CORREÇÃO DO BUG AQUI *\/\n        .thor-card-summary {\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n            position: relative;\n            z-index: 1;\n            \/* height: 100%; REMOVIDO PARA EVITAR BUG DE ESTICAMENTO *\/\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            min-height: 200px; \/* Garante altura mínima uniforme *\/\n        }\n        \n        @media (hover: hover) {\n            .thor-card-summary:hover, details[open] .thor-card-summary {\n                transform: translateY(-5px) scale(1.02);\n                box-shadow: 0 15px 30px rgba(100, 10, 20, 0.15) !important;\n                border-bottom-color: #D4AF37 !important;\n            }\n        }\n\n        \/* Estado ativo no mobile (substitui hover) *\/\n        details[open] .thor-card-summary {\n             border-bottom-color: #D4AF37 !important;\n             background-color: #fffaf0 !important;\n        }\n\n        \/* Accordions *\/\n        .thor-accordion-summary {\n            touch-action: manipulation; \/* Melhora resposta ao toque *\/\n        }\n        @media (hover: hover) {\n            .thor-accordion-summary:hover {\n                background-color: #fff0f0 !important;\n                padding-left: 25px !important;\n            }\n        }\n\n        \/* --- ESTILOS PARA LISTA DE ESPECIFICAÇÕES --- *\/\n        .spec-list-item {\n            padding: 15px; \/* Aumentado para toque *\/\n            border-bottom: 1px solid #f0f0f0;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.2s ease-in-out;\n            border-radius: 6px;\n        }\n        .spec-list-item:last-child {\n            border-bottom: none;\n        }\n        @media (hover: hover) {\n            .spec-list-item:hover {\n                background-color: #fcfcfc;\n                transform: translateX(5px);\n                box-shadow: -3px 0 0 #D4AF37;\n                padding-left: 20px;\n            }\n        }\n        .spec-value {\n            font-weight: 800;\n            color: #222;\n            font-size: 1.05rem;\n            text-align: right;\n        }\n\n        \/* --- ESTILOS FOOTER INTERATIVO --- *\/\n        .footer-link {\n            color: rgba(255,255,255,0.8);\n            text-decoration: none;\n            transition: all 0.3s ease;\n            display: inline-block;\n            position: relative;\n            padding: 5px 0; \/* Área de toque vertical *\/\n        }\n        .footer-link:hover {\n            color: #D4AF37;\n            transform: translateX(5px);\n        }\n        .footer-social-icon {\n            font-size: 1.8rem; \/* Ícones maiores para mobile *\/\n            margin: 0 15px;\n            display: inline-block;\n            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            cursor: pointer;\n        }\n        .footer-social-icon:hover {\n            transform: scale(1.4) rotate(10deg);\n        }\n\n        \/* Global Typography *\/\n        body {\n            font-family: 'Lato', sans-serif;\n            margin: 0;\n            padding: 0;\n            color: #333;\n            line-height: 1.6;\n            -webkit-font-smoothing: antialiased;\n        }\n        h1, h2, h3 {\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* --- RESPONSIVIDADE AVANÇADA (MOBILE \u0026 TABLET) --- *\/\n        @media (max-width: 768px) {\n            \/* Hero *\/\n            .hero-header {\n                min-height: 300px; \/* Altura ajustada para mobile *\/\n                padding: 30px 15px;\n            }\n            .hero-header::before {\n                background-attachment: scroll !important; \/* Desativa parallax no mobile para performance *\/\n                background-position: center center !important;\n            }\n            \n            \/* Tipografia *\/\n            h1 { font-size: 2.2rem !important; }\n            h2 { font-size: 1.5rem !important; }\n            \n            \/* Cards - Coluna Única ou Grid Adaptável *\/\n            section[style*=\"flex-wrap\"] {\n                gap: 15px !important;\n            }\n            details {\n                flex: 1 1 100% !important; \/* Cards ocupam 100% da largura no mobile *\/\n                max-width: 100% !important;\n            }\n            \n            \/* Footer *\/\n            .footer-grid {\n                flex-direction: column;\n                text-align: center;\n                gap: 30px !important;\n            }\n            .footer-grid \u003e div {\n                flex: 1 1 auto !important;\n            }\n            \n            \/* Ajustes de Espaçamento *\/\n            section {\n                padding-left: 15px !important;\n                padding-right: 15px !important;\n            }\n        }\n        \n        \/* Ajuste fino para tablets (Entre mobile e desktop) *\/\n        @media (min-width: 769px) and (max-width: 1024px) {\n            details {\n                flex: 1 1 45% !important; \/* 2 Cards por linha no tablet *\/\n            }\n        }\n\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- CONTAINER PRINCIPAL FLUIDO --\u003e\n    \u003cdiv style=\"\n        width: 100%;\n        max-width: 1000px; \/* Aumentado para aproveitar telas maiores, mas limitado *\/\n        margin: 0 auto;\n        background-color: #fffafa;\n        background-image: radial-gradient(#d0d0d0 1.5px, transparent 2px), radial-gradient(#d0d0d0 1px, transparent 1.5px);\n        background-size: 500px 500px, 350px 350px;\n        background-position: 0 0, 30px 60px;\n        animation: falling-snow 20s linear infinite;\n        box-shadow: 0 0 30px rgba(0,0,0,0.05);\n        overflow: hidden;\n        min-height: 100vh;\n        display: flex;\n        flex-direction: column;\n    \"\u003e\n\n        \u003c!-- 1. HERO SECTION --\u003e\n        \u003cheader class=\"hero-header\"\u003e\n            \u003cdiv class=\"hero-content\"\u003e\n                \u003cspan style=\"\n                    display: inline-block;\n                    background-color: #D4AF37;\n                    color: #fff;\n                    padding: 8px 20px;\n                    border-radius: 50px;\n                    font-size: 0.8rem;\n                    font-weight: bold;\n                    letter-spacing: 1.5px;\n                    text-transform: uppercase;\n                    margin-bottom: 15px;\n                    box-shadow: 0 4px 6px rgba(0,0,0,0.2);\n                    border: 1px solid rgba(255,255,255,0.3);\n                \"\u003eEdição Luxo • 80CM\u003c\/span\u003e\n                \n                \u003ch1 style=\"\n                    font-size: clamp(2.2rem, 5vw, 3.5rem); \/* Fonte fluida *\/\n                    margin: 0;\n                    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n                    line-height: 1.1;\n                \"\u003ePapai Noel Veludo\u003cbr\u003e\u003cspan style=\"font-size: 0.6em; font-style: italic; font-weight: 400; opacity: 0.9;\"\u003eCom Guirlanda Vinho\u003c\/span\u003e\n\u003c\/h1\u003e\n            \u003c\/div\u003e\n        \u003c\/header\u003e\n\n        \u003c!-- 2. INTRODUÇÃO --\u003e\n        \u003csection style=\"padding: 40px 20px; text-align: center; background: white; border-bottom: 4px solid #D4AF37;\"\u003e\n            \u003ch2 style=\"color: #880e4f; margin-bottom: 20px; font-size: clamp(1.5rem, 3vw, 2rem);\"\u003eImponente e Sofisticado\u003c\/h2\u003e\n            \u003cp style=\"font-size: 1.1rem; color: #555; max-width: 700px; margin: 0 auto; padding: 0 10px;\"\u003e\n                Elegante e cheio de charme natalino, o \u003cstrong\u003ePapai Noel com Casaco de Veludo Vinho\u003c\/strong\u003e é a peça perfeita para transformar sua decoração com tradição e requinte. Com \u003cstrong\u003e80cm de altura\u003c\/strong\u003e, ele se destaca pelo acabamento refinado e pela guirlanda de boas-vindas, ideal para halls e entradas.\n            \u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- 3. CARDS 3D --\u003e\n        \u003csection style=\"\n            padding: 40px 20px;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n            align-items: flex-start; \/* CORREÇÃO AQUI: mudado de stretch para flex-start *\/\n            background-color: rgba(255,255,255,0.6);\n        \"\u003e\n            \u003c!-- Card 1 --\u003e\n            \u003cdetails style=\"flex: 1 1 250px; min-width: 250px; max-width: 350px;\"\u003e\n                \u003csummary class=\"thor-card-summary\" style=\"\n                    background: white;\n                    padding: 30px 20px;\n                    border-radius: 12px;\n                    text-align: center;\n                    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n                    border-bottom: 4px solid #e0e0e0;\n                \"\u003e\n                    \u003cdiv style=\"font-size: 3rem; margin-bottom: 15px; animation: float 3s infinite ease-in-out;\"\u003e🏛️\u003c\/div\u003e\n                    \u003ch3 style=\"color: #880e4f; margin: 5px 0 10px 0; font-size: 1.3rem;\"\u003ePresença Marcante\u003c\/h3\u003e\n                    \u003cp style=\"font-size: 1rem; color: #666; margin: 0;\"\u003e80cm de pura elegância.\u003c\/p\u003e\n                \u003c\/summary\u003e\n                \u003cdiv style=\"\n                    padding: 20px;\n                    background: #fce4ec;\n                    margin-top: 10px;\n                    border-radius: 8px;\n                    font-size: 0.95rem;\n                    color: #555;\n                    border-left: 4px solid #D4AF37;\n                    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n                \"\u003e\n                    Tamanho ideal para áreas amplas como salas de estar, halls de entrada e vitrines, criando um ponto focal instantâneo.\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003c!-- Card 2 --\u003e\n            \u003cdetails style=\"flex: 1 1 250px; min-width: 250px; max-width: 350px;\"\u003e\n                \u003csummary class=\"thor-card-summary\" style=\"\n                    background: white;\n                    padding: 30px 20px;\n                    border-radius: 12px;\n                    text-align: center;\n                    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n                    border-bottom: 4px solid #e0e0e0;\n                \"\u003e\n                    \u003cdiv style=\"font-size: 3rem; margin-bottom: 15px; animation: float 3s infinite ease-in-out 1s;\"\u003e🍷\u003c\/div\u003e\n                    \u003ch3 style=\"color: #880e4f; margin: 5px 0 10px 0; font-size: 1.3rem;\"\u003eVeludo Premium\u003c\/h3\u003e\n                    \u003cp style=\"font-size: 1rem; color: #666; margin: 0;\"\u003eCasaco Vinho com detalhes ouro.\u003c\/p\u003e\n                \u003c\/summary\u003e\n                \u003cdiv style=\"\n                    padding: 20px;\n                    background: #fce4ec;\n                    margin-top: 10px;\n                    border-radius: 8px;\n                    font-size: 0.95rem;\n                    color: #555;\n                    border-left: 4px solid #D4AF37;\n                    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n                \"\u003e\n                    Confeccionado em veludo de alta qualidade na cor vinho, com acabamentos dourados que trazem sofisticação única.\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003c!-- Card 3 --\u003e\n            \u003cdetails style=\"flex: 1 1 250px; min-width: 250px; max-width: 350px;\"\u003e\n                \u003csummary class=\"thor-card-summary\" style=\"\n                    background: white;\n                    padding: 30px 20px;\n                    border-radius: 12px;\n                    text-align: center;\n                    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n                    border-bottom: 4px solid #e0e0e0;\n                \"\u003e\n                    \u003cdiv style=\"font-size: 3rem; margin-bottom: 15px; animation: float 3s infinite ease-in-out 2s;\"\u003e🎀\u003c\/div\u003e\n                    \u003ch3 style=\"color: #880e4f; margin: 5px 0 10px 0; font-size: 1.3rem;\"\u003eSímbolo de União\u003c\/h3\u003e\n                    \u003cp style=\"font-size: 1rem; color: #666; margin: 0;\"\u003eGuirlanda decorativa nas mãos.\u003c\/p\u003e\n                \u003c\/summary\u003e\n                \u003cdiv style=\"\n                    padding: 20px;\n                    background: #fce4ec;\n                    margin-top: 10px;\n                    border-radius: 8px;\n                    font-size: 0.95rem;\n                    color: #555;\n                    border-left: 4px solid #D4AF37;\n                    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n                \"\u003e\n                    Carrega uma linda guirlanda com enfeites e laço, simbolizando boas-vindas e a celebração da vida.\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- 4. ESPECIFICAÇÕES --\u003e\n        \u003csection style=\"padding: 20px 20px 50px 20px; flex-grow: 1;\"\u003e\n            \u003cdetails open style=\"margin-bottom: 20px; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border: 1px solid #f0f0f0;\"\u003e\n                \u003csummary class=\"thor-accordion-summary\" style=\"\n                    padding: 20px 25px;\n                    cursor: pointer;\n                    font-weight: bold;\n                    color: #1565C0;\n                    border-left: 6px solid #880e4f;\n                    background: #fff;\n                    transition: padding 0.3s ease;\n                    display: flex;\n                    justify-content: space-between;\n                    align-items: center;\n                    outline: none;\n                    min-height: 60px; \/* Altura mínima para toque *\/\n                \"\u003e\n                    \u003cspan style=\"font-size: 1.1rem; letter-spacing: 0.5px;\"\u003e📋 Detalhes do Produto\u003c\/span\u003e\n                    \u003cspan style=\"font-size: 1.5rem; color: #D4AF37; line-height: 0;\"\u003e+\u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv style=\"padding: 10px 20px 25px 20px; border-top: 1px solid #eee; background-color: #fafafa;\"\u003e\n                    \u003cul style=\"list-style: none; padding: 0; margin: 0;\"\u003e\n                        \n                        \u003cli class=\"spec-list-item\"\u003e\n                            \u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eAltura\u003c\/strong\u003e \n                            \u003cspan class=\"spec-value\"\u003e80 cm\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \n                        \u003cli class=\"spec-list-item\"\u003e\n                            \u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eMaterial Roupa\u003c\/strong\u003e \n                            \u003cspan class=\"spec-value\"\u003eVeludo Vinho\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \n                        \u003cli class=\"spec-list-item\"\u003e\n                            \u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eAcessórios\u003c\/strong\u003e \n                            \u003cspan class=\"spec-value\"\u003eGuirlanda com Laço\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \n                        \u003cli class=\"spec-list-item\"\u003e\n                            \u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eDetalhes\u003c\/strong\u003e \n                            \u003cspan class=\"spec-value\"\u003eAcabamento Dourado\u003c\/span\u003e\n                        \u003c\/li\u003e\n                        \n                        \u003cli class=\"spec-list-item\"\u003e\n                            \u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eEstilo\u003c\/strong\u003e \n                            \u003cspan class=\"spec-value\"\u003eTradicional Luxo\u003c\/span\u003e\n                        \u003c\/li\u003e\n\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails style=\"margin-bottom: 20px; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05);\"\u003e\n                \u003csummary class=\"thor-accordion-summary\" style=\"\n                    padding: 20px 25px;\n                    cursor: pointer;\n                    font-weight: bold;\n                    color: #1565C0;\n                    border-left: 6px solid #D4AF37;\n                    background: #fff;\n                    transition: padding 0.3s ease;\n                    display: flex;\n                    justify-content: space-between;\n                    align-items: center;\n                    outline: none;\n                    min-height: 60px;\n                \"\u003e\n                    \u003cspan\u003e💡 Sugestão de Uso\u003c\/span\u003e\n                    \u003cspan style=\"font-size: 1.2rem; color: #D4AF37;\"\u003e+\u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv style=\"padding: 25px; border-top: 1px solid #eee;\"\u003e\n                    \u003cp style=\"margin: 0 0 15px 0;\"\u003e\u003cstrong\u003eOnde posicionar:\u003c\/strong\u003e Ideal para ficar ao lado da árvore de natal, próximo à lareira ou recepcionando convidados no hall de entrada.\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e\u003cstrong\u003eCombinação:\u003c\/strong\u003e Harmoniza perfeitamente com decorações em tons de dourado, branco ou verde escuro.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- 5. FOOTER PREMIUM --\u003e\n        \u003cfooter style=\"\n            background: linear-gradient(180deg, #880e4f 0%, #4a0018 100%); \/* Fundo Vinho *\/\n            color: white;\n            padding: 0 0 40px 0;\n            margin-top: auto; \/* Empurra o footer para o final *\/\n            position: relative;\n            box-shadow: 0 -10px 30px rgba(0,0,0,0.1);\n        \"\u003e\n            \u003c!-- Topo Efeito Neve (Curvo) --\u003e\n            \u003cdiv style=\"\n                height: 30px;\n                background-color: #fffafa;\n                border-radius: 0 0 50% 50%;\n                width: 100%;\n                margin-bottom: 40px;\n                position: relative;\n                top: -1px;\n            \"\u003e\u003c\/div\u003e\n\n            \u003cdiv class=\"footer-grid\" style=\"\n                width: 90%;\n                max-width: 1000px;\n                margin: 0 auto;\n                display: flex;\n                flex-wrap: wrap;\n                justify-content: space-between;\n                gap: 40px;\n                padding: 0;\n            \"\u003e\n                \u003c!-- Coluna 1: Marca --\u003e\n                \u003cdiv style=\"flex: 1 1 280px;\"\u003e\n                    \u003ch3 style=\"\n                        margin: 0;\n                        font-size: 1.8rem;\n                        color: #FFF;\n                        display: flex;\n                        align-items: center;\n                        gap: 10px;\n                        justify-content: inherit; \/* Herda alinhamento do pai (center no mobile) *\/\n                    \"\u003e\n                        \u003cspan style=\"animation: icon-bounce 2s infinite ease-in-out;\"\u003e⚡\u003c\/span\u003e \n                        \u003cspan style=\"animation: pulse-gold 3s infinite ease-in-out;\"\u003eLoja do Thor\u003c\/span\u003e\n                    \u003c\/h3\u003e\n                    \u003cp style=\"\n                        margin: 15px 0;\n                        opacity: 0.9;\n                        font-size: 0.95rem;\n                        line-height: 1.6;\n                        color: #ffebee;\n                    \"\u003e\n                        Transformando sua casa em um cenário de sonhos natalinos. Qualidade premium e envio seguro para todo o Brasil.\n                    \u003c\/p\u003e\n                    \u003cdiv style=\"display: flex; gap: 15px; margin-top: 20px; justify-content: inherit;\"\u003e\n                        \u003cspan title=\"Pagamento Seguro\" style=\"background: rgba(255,255,255,0.1); padding: 8px 12px; border-radius: 6px; font-size: 1.4rem;\"\u003e💳\u003c\/span\u003e\n                        \u003cspan title=\"Entrega Garantida\" style=\"background: rgba(255,255,255,0.1); padding: 8px 12px; border-radius: 6px; font-size: 1.4rem;\"\u003e🚚\u003c\/span\u003e\n                        \u003cspan title=\"Compra Protegida\" style=\"background: rgba(255,255,255,0.1); padding: 8px 12px; border-radius: 6px; font-size: 1.4rem;\"\u003e🛡️\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Coluna 3: Social \u0026 Contato --\u003e\n                \u003cdiv style=\"flex: 1 1 250px; text-align: center;\"\u003e\n                    \u003ch4 style=\"color: #D4AF37; margin-top: 0; margin-bottom: 20px; font-size: 1.2rem;\"\u003eSiga a Magia\u003c\/h4\u003e\n                    \u003cdiv style=\"margin-bottom: 25px;\"\u003e\n                        \u003cspan class=\"footer-social-icon\"\u003e📸\u003c\/span\u003e\n                        \u003cspan class=\"footer-social-icon\"\u003e🎥\u003c\/span\u003e\n                        \u003cspan class=\"footer-social-icon\"\u003e💬\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003ca href=\"https:\/\/www.lojadothor.com\/pages\/fale-conosco?_pos=2\u0026amp;_psq=f\u0026amp;_ss=e\u0026amp;_v=1.0\" style=\"\n                        display: inline-block;\n                        background-color: #D4AF37;\n                        color: #880e4f;\n                        text-decoration: none;\n                        padding: 12px 30px; \/* Botão maior *\/\n                        border-radius: 50px;\n                        font-weight: bold;\n                        font-size: 1.1rem;\n                        box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n                        transition: all 0.3s ease;\n                    \" onmouseover=\"this.style.transform='scale(1.05)'; this.style.boxShadow='0 6px 15px rgba(0,0,0,0.3)';\" onmouseout=\"this.style.transform='scale(1)'; this.style.boxShadow='0 4px 10px rgba(0,0,0,0.2)';\"\u003e\n                        Fale Conosco\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Copyright --\u003e\n            \u003cdiv style=\"\n                text-align: center;\n                margin-top: 50px;\n                padding: 20px 20px 0 20px;\n                border-top: 1px solid rgba(255,255,255,0.1);\n                font-size: 0.85rem;\n                opacity: 0.8;\n                width: 90%;\n                margin-left: auto;\n                margin-right: auto;\n            \"\u003e\n                \u003cp\u003e© 2024 Loja do Thor. Todos os direitos reservados. Feito com ❤️ e ❄️.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/footer\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Tuut","offers":[{"title":"Default Title","offer_id":42715138883632,"sku":"389222","price":910.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/9389\/2144\/files\/8c22416447d24b823c5b491c8828c650.jpg?v=1771437570","url":"https:\/\/www.lojadothor.com\/products\/papai-noel-casaco-veludo-guirlanda-vinho-80cm-30346","provider":"Loja Do Thor","version":"1.0","type":"link"}