{"product_id":"arvore-de-natal-austria-pinheiro-verde-120cm-magizi","title":"Árvore de Natal Áustria Pinheiro Verde 120cm – Magizi","description":"\u003c!-- INÍCIO DA DESCRIÇÃO BLINDADA SHOPIFY --\u003e\n\u003cstyle\u003e\n        \/* IMPORTAÇÃO DE FONTES *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700\u0026family=Lato:wght@400;700\u0026display=swap');\n\n        \/* --- CSS SCOPED (BLINDADO) PARA SHOPIFY --- *\/\n        \n        \/* Reset Local *\/\n        #thor-wrapper * {\n            box-sizing: border-box;\n        }\n\n        #thor-wrapper {\n            --thor-red: #a91524;\n            --thor-red-dark: #650b16;\n            --thor-green: #0f5132;\n            --thor-green-dark: #073b25;\n            --thor-gold: #d7af45;\n            --thor-cream: #fff9ee;\n            --thor-ink: #2f2924;\n            background:\n                radial-gradient(circle at 12% 6%, rgba(215,175,69,.16), transparent 24%),\n                linear-gradient(180deg, #fffdf8 0%, #fff7e8 100%) !important;\n        }\n\n        \/* Animações Renomeadas para evitar conflito *\/\n        @keyframes thor-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        @keyframes thor-float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-5px); }\n            100% { transform: translateY(0px); }\n        }\n\n        @keyframes thor-fade-in {\n            from { opacity: 0; transform: translateY(-10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes thor-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 thor-icon-bounce {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-8px); }\n        }\n\n        \/* --- HERO HEADER --- *\/\n        #thor-wrapper .hero-header {\n            position: relative;\n            min-height: 40vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            padding: 40px 20px;\n            overflow: hidden;\n            cursor: default;\n            isolation: isolate;\n            border-bottom: 5px solid var(--thor-gold);\n        }\n\n        #thor-wrapper .hero-header .hero-content::before,\n        #thor-wrapper .hero-header .hero-content::after {\n            position: absolute;\n            top: 50%;\n            color: #fff;\n            font-size: clamp(1.4rem, 4vw, 2.4rem);\n            filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));\n            animation: thor-float 3s ease-in-out infinite;\n        }\n        #thor-wrapper .hero-header .hero-content::before { content: '✦'; left: -5px; }\n        #thor-wrapper .hero-header .hero-content::after { content: '✦'; right: -5px; animation-delay: 1.2s; }\n\n        #thor-wrapper .hero-header::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            \/* Imagem temática de pinheiro de Natal clássico *\/\n            background-image: url('https:\/\/images.unsplash.com\/photo-1512389142860-9c449e58a543?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        @media (hover: hover) {\n            #thor-wrapper .hero-header:hover::before {\n                transform: scale(1.15);\n            }\n        }\n\n        #thor-wrapper .hero-header::after {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background:\n                linear-gradient(120deg, rgba(101, 11, 22, 0.92), rgba(15, 81, 50, 0.72)),\n                radial-gradient(circle at 50% 20%, rgba(215,175,69,.34), transparent 42%);\n            z-index: 1;\n            transition: opacity 0.5s ease;\n        }\n\n        #thor-wrapper .hero-content {\n            position: relative;\n            z-index: 2;\n            color: white !important; \/* FORÇA A COR BRANCA *\/\n            width: 100%;\n            max-width: 600px;\n            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n        \n        #thor-wrapper .hero-content h1,\n        #thor-wrapper .hero-content span {\n            color: #ffffff !important;\n        }\n\n        @media (hover: hover) {\n            #thor-wrapper .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        \/* --- ELEMENTS --- *\/\n        #thor-wrapper details \u003e summary {\n            list-style: none;\n            outline: none;\n        }\n        #thor-wrapper details \u003e summary::-webkit-details-marker {\n            display: none;\n        }\n        #thor-wrapper details[open] div {\n            animation: thor-fade-in 0.4s ease-out forwards;\n        }\n\n        #thor-wrapper .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            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            min-height: 200px;\n            border: 1px solid rgba(215,175,69,.28);\n            overflow: hidden;\n        }\n\n        #thor-wrapper .thor-card-summary::before {\n            content: '';\n            position: absolute;\n            inset: 0 0 auto;\n            height: 5px;\n            background: linear-gradient(90deg, var(--thor-red), var(--thor-gold), var(--thor-green));\n        }\n        \n        @media (hover: hover) {\n            #thor-wrapper .thor-card-summary:hover, \n            #thor-wrapper details[open] .thor-card-summary {\n                transform: translateY(-5px) scale(1.02);\n                box-shadow: 0 18px 38px rgba(101, 11, 22, 0.16) !important;\n                border-bottom-color: #D4AF37 !important;\n            }\n        }\n\n        #thor-wrapper details[open] .thor-card-summary {\n             border-bottom-color: #D4AF37 !important;\n             background-color: var(--thor-cream) !important;\n        }\n\n        #thor-wrapper .thor-accordion-summary {\n            touch-action: manipulation;\n        }\n        @media (hover: hover) {\n            #thor-wrapper .thor-accordion-summary:hover {\n                background-color: #fff0f0 !important;\n                padding-left: 25px !important;\n            }\n        }\n\n        #thor-wrapper .spec-list-item {\n            padding: 15px;\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        #thor-wrapper .spec-list-item:last-child {\n            border-bottom: none;\n        }\n        @media (hover: hover) {\n            #thor-wrapper .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        #thor-wrapper .spec-value {\n            font-weight: 800;\n            color: #222;\n            font-size: 1.05rem;\n            text-align: right;\n            padding-left: 18px;\n        }\n\n        #thor-wrapper details[open] .thor-accordion-summary span:last-child {\n            transform: rotate(45deg);\n        }\n\n        #thor-wrapper .thor-accordion-summary span:last-child {\n            transition: transform .25s ease;\n        }\n\n        #thor-wrapper .footer-link {\n            color: rgba(255,255,255,0.8) !important;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            display: inline-block;\n            position: relative;\n            padding: 5px 0;\n        }\n        #thor-wrapper .footer-link:hover {\n            color: #D4AF37 !important;\n            transform: translateX(5px);\n        }\n        #thor-wrapper .footer-social-icon {\n            font-size: 1.5rem;\n            margin: 0 10px;\n            display: inline-block;\n            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            cursor: pointer;\n        }\n        #thor-wrapper .footer-social-icon:hover {\n            transform: scale(1.4) rotate(10deg);\n        }\n\n        #thor-wrapper h1, #thor-wrapper h2, #thor-wrapper h3 {\n            font-family: 'Playfair Display', serif;\n        }\n\n        #thor-wrapper h2::after {\n            content: ' ✦ ';\n            color: var(--thor-gold);\n            font-size: .75em;\n        }\n        \n        #thor-wrapper footer h3, \n        #thor-wrapper footer p, \n        #thor-wrapper footer span,\n        #thor-wrapper footer div {\n            color: #ffffff !important;\n        }\n        #thor-wrapper footer p[style*=\"ffebee\"] {\n            color: #ffebee !important;\n        }\n\n        \/* --- RESPONSIVIDADE --- *\/\n        @media (max-width: 768px) {\n            #thor-wrapper .hero-header {\n                min-height: 300px;\n                padding: 30px 15px;\n            }\n            #thor-wrapper .hero-header::before {\n                background-attachment: scroll !important;\n                background-position: center center !important;\n            }\n            \n            #thor-wrapper h1 { font-size: 2.2rem !important; }\n            #thor-wrapper h2 { font-size: 1.5rem !important; }\n            \n            #thor-wrapper section[style*=\"flex-wrap\"] {\n                gap: 15px !important;\n            }\n            #thor-wrapper details {\n                flex: 1 1 100% !important;\n                max-width: 100% !important;\n            }\n            \n            #thor-wrapper .footer-grid {\n                flex-direction: column;\n                text-align: center;\n                gap: 25px !important;\n            }\n            #thor-wrapper .footer-grid \u003e div {\n                flex: 1 1 auto !important;\n            }\n            \n            #thor-wrapper section {\n                padding-left: 15px !important;\n                padding-right: 15px !important;\n            }\n\n            #thor-wrapper .spec-list-item {\n                align-items: flex-start;\n                flex-direction: column;\n                gap: 4px;\n            }\n\n            #thor-wrapper .spec-value {\n                padding-left: 0;\n                text-align: left;\n            }\n\n            #thor-wrapper .hero-header .hero-content::before,\n            #thor-wrapper .hero-header .hero-content::after {\n                display: none;\n            }\n        }\n        \n        @media (min-width: 769px) and (max-width: 1024px) {\n            #thor-wrapper details {\n                flex: 1 1 45% !important;\n            }\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            #thor-wrapper *,\n            #thor-wrapper *::before,\n            #thor-wrapper *::after {\n                animation-duration: 0.01ms !important;\n                animation-iteration-count: 1 !important;\n                scroll-behavior: auto !important;\n                transition-duration: 0.01ms !important;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"thor-wrapper\" style=\"background-color: #fffafa; width: 100%; overflow: hidden; font-family: 'Lato', sans-serif; line-height: 1.6; color: #333;\"\u003e\n\u003c!-- CONTEÚDO PRINCIPAL --\u003e\n\u003cdiv style=\"width: 100%; max-width: 1000px; margin: 0 auto; background-color: #fffaf2; background-image: radial-gradient(rgba(255,255,255,.95) 1.5px, transparent 2px), radial-gradient(rgba(215,175,69,.18) 1px, transparent 1.5px), linear-gradient(180deg, rgba(15,81,50,.035), transparent 35%); background-size: 500px 500px, 350px 350px; background-position: 0 0, 30px 60px; animation: thor-falling-snow 20s linear infinite; box-shadow: 0 0 30px rgba(0,0,0,0.05); overflow: hidden; min-height: 100vh; display: flex; flex-direction: column;\"\u003e\n\u003c!-- 1. HERO SECTION --\u003e\u003cheader class=\"hero-header\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan style=\"display: inline-block; background: linear-gradient(135deg, #e4c469, #b98a25); color: #fff !important; padding: 8px 20px; border-radius: 50px; font-size: 0.8rem; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 15px; box-shadow: 0 4px 6px rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.3);\"\u003ePinheiro Verde • Base de Metal • 120 CM\u003c\/span\u003e\n\u003ch1 style=\"font-size: clamp(2.2rem, 5vw, 3.5rem); margin: 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); line-height: 1.1; color: #ffffff !important;\"\u003eÁrvore de Natal Áustria\u003cbr\u003e\u003cspan style=\"font-size: 0.6em; font-style: italic; font-weight: 400; opacity: 0.9; color: #ffffff !important;\"\u003ePinheiro Verde Magizi • 120 cm\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- 2. INTRODUÇÃO --\u003e\n\u003csection style=\"padding: 46px 20px; text-align: center; background: linear-gradient(180deg,#ffffff,#fff9ee); border-bottom: 4px solid #D4AF37;\"\u003e\n\u003cdiv style=\"font-size: 1.35rem; letter-spacing: 10px; color: #0f5132; margin-bottom: 8px;\"\u003e✦ ❄ ✦\u003c\/div\u003e\n\u003ch2 style=\"color: #a91524; margin-bottom: 20px; font-size: clamp(1.5rem, 3vw, 2rem);\"\u003eUm Natal Clássico e Acolhedor\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.1rem; color: #555; max-width: 700px; margin: 0 auto; padding: 0 10px;\"\u003eDeixe sua casa ainda mais bonita para as festas com a \u003cstrong\u003eÁrvore de Natal Áustria Pinheiro Verde 120 cm da Magizi\u003c\/strong\u003e. Inspirada nos tradicionais pinheiros natalinos, ela possui visual clássico, acabamento cuidadoso e tamanho ideal para criar uma decoração charmosa em ambientes residenciais ou corporativos.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. CARDS 3D --\u003e\n\u003csection style=\"padding: 40px 20px; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; background-color: rgba(255,255,255,0.6);\"\u003e\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=\"background: white; padding: 30px 20px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-bottom: 4px solid #e0e0e0;\"\u003e🎄Visual ClássicoInspirada nos pinheiros natalinos.\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px; background: #fff8e1; margin-top: 10px; border-radius: 8px; font-size: 0.95rem; color: #555; border-left: 4px solid #D4AF37; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003eO formato de pinheiro verde cria uma base tradicional e elegante para decorar com bolas, laços, luzes, festões e outros enfeites natalinos.\u003c\/div\u003e\n\u003c\/details\u003e\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=\"background: white; padding: 30px 20px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-bottom: 4px solid #e0e0e0;\"\u003e⚙️Base de MetalMais estabilidade na montagem.\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px; background: #fff8e1; margin-top: 10px; border-radius: 8px; font-size: 0.95rem; color: #555; border-left: 4px solid #D4AF37; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003eA base de metal proporciona maior firmeza e estabilidade durante a montagem, ajudando a manter a árvore bem posicionada no ambiente.\u003c\/div\u003e\n\u003c\/details\u003e\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=\"background: white; padding: 30px 20px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-bottom: 4px solid #e0e0e0;\"\u003e🎄Prática e Reutilizável120 cm e fácil de armazenar.\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px; background: #fff8e1; margin-top: 10px; border-radius: 8px; font-size: 0.95rem; color: #555; border-left: 4px solid #D4AF37; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003ePode ser desmontada e guardada na caixa após as festas, facilitando o armazenamento e permitindo sua reutilização por vários anos.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\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=\"padding: 20px 25px; cursor: pointer; font-weight: bold; color: #0f5132; border-left: 6px solid #C62828; background: #fff; transition: padding 0.3s ease; display: flex; justify-content: space-between; align-items: center; outline: none; min-height: 60px;\"\u003e\u003cspan style=\"font-size: 1.1rem; letter-spacing: 0.5px;\"\u003e📋 Detalhes do Produto\u003c\/span\u003e \u003cspan style=\"font-size: 1.5rem; color: #d4af37; line-height: 0;\"\u003e+\u003c\/span\u003e\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\u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eMarca\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003eMagizi\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eModelo\u003c\/strong\u003e\u003cspan class=\"spec-value\"\u003eÁustria Pinheiro\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eCor\u003c\/strong\u003e\u003cspan class=\"spec-value\"\u003eVerde\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eAltura\u003c\/strong\u003e\u003cspan class=\"spec-value\"\u003e120 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eBase\u003c\/strong\u003e\u003cspan class=\"spec-value\"\u003eMetal\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eUso indicado\u003c\/strong\u003e\u003cspan class=\"spec-value\"\u003eDecoração natalina\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666; font-size: 1rem;\"\u003eAmbientes\u003c\/strong\u003e\u003cspan class=\"spec-value\"\u003eResidenciais e corporativos\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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=\"padding: 20px 25px; cursor: pointer; font-weight: bold; color: #0f5132; border-left: 6px solid #D4AF37; background: #fff; transition: padding 0.3s ease; display: flex; justify-content: space-between; align-items: center; outline: none; min-height: 60px;\"\u003e\u003cspan\u003e💡 Sugestão de Uso\u003c\/span\u003e \u003cspan style=\"font-size: 1.2rem; color: #d4af37;\"\u003e+\u003c\/span\u003e\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 usar:\u003c\/strong\u003e Ideal para salas, escritórios, recepções, lojas e outros ambientes residenciais ou corporativos.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 15px 0;\"\u003e\u003cstrong\u003ePersonalize:\u003c\/strong\u003e Decore com bolas, laços, luzes, festões e outros enfeites para criar diferentes estilos natalinos.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cstrong\u003eItens inclusos:\u003c\/strong\u003e 1 árvore de Natal Áustria Pinheiro Verde 120 cm, 1 base de metal, 1 caixa de papelão para armazenamento e 1 folheto de instruções.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- 5. FOOTER PREMIUM OTIMIZADO (COMPACTO) --\u003e\u003cfooter style=\"background: radial-gradient(circle at 10% 20%, rgba(215,175,69,.18), transparent 24%),                linear-gradient(135deg, #0f5132 0%, #073b25 48%, #650b16 100%); color: white !important; padding: 0 0 25px 0; margin-top: auto; position: relative; box-shadow: 0 -10px 30px rgba(0,0,0,0.1);\"\u003e\u003c!-- Topo Efeito Neve (Curvo) --\u003e\n\u003cdiv style=\"height: 25px; \/* altura reduzida *\/                background-color: #fffafa; border-radius: 0 0 50% 50%; width: 100%; margin-bottom: 25px; \/* margem reduzida *\/                position: relative; top: -1px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"footer-grid\" style=\"width: 90%; max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding: 0;\"\u003e\n\u003c!-- Coluna 1: Marca --\u003e\n\u003cdiv style=\"flex: 1 1 250px;\"\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.5rem; \/* fonte ajustada *\/                        color: #FFF !important; display: flex; align-items: center; gap: 8px; justify-content: inherit;\"\u003e\n\u003cspan style=\"animation: thor-icon-bounce 2s infinite ease-in-out; color: #fff !important;\"\u003e⚡\u003c\/span\u003e \u003cspan style=\"animation: thor-pulse-gold 3s infinite ease-in-out; color: #fff !important;\"\u003eLoja do Thor\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp style=\"margin: 10px 0; opacity: 0.9; font-size: 0.85rem; line-height: 1.5; color: #ffebee !important;\"\u003eTransformando sua casa em um cenário de sonhos natalinos. Qualidade premium e envio seguro para todo o Brasil.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 10px; margin-top: 15px; justify-content: inherit;\"\u003e\n\u003cspan title=\"Pagamento Seguro\" style=\"background: rgba(255,255,255,0.1); padding: 6px 10px; border-radius: 6px; font-size: 1.2rem;\"\u003e💳\u003c\/span\u003e \u003cspan title=\"Entrega Garantida\" style=\"background: rgba(255,255,255,0.1); padding: 6px 10px; border-radius: 6px; font-size: 1.2rem;\"\u003e🚚\u003c\/span\u003e \u003cspan title=\"Compra Protegida\" style=\"background: rgba(255,255,255,0.1); padding: 6px 10px; border-radius: 6px; font-size: 1.2rem;\"\u003e🛡️\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Coluna 3: Social \u0026 Contato --\u003e\n\u003cdiv style=\"flex: 1 1 250px; text-align: center;\"\u003e\n\u003ch4 style=\"color: #d4af37 !important; margin-top: 0; margin-bottom: 15px; font-size: 1.1rem;\"\u003eSiga a Magia\u003c\/h4\u003e\n\u003cdiv style=\"margin-bottom: 20px; display: flex; justify-content: center; gap: 15px;\"\u003e\n\u003c!-- TikTok --\u003e \u003ca href=\"https:\/\/www.tiktok.com\/@ecommercethor\" rel=\"noopener noreferrer\" style=\"text-decoration: none; display: inline-block;\" target=\"_blank\"\u003e \u003cspan class=\"footer-social-icon\" style=\"color: white !important; display: flex; align-items: center; justify-content: center;\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 448 512\" width=\"24\" height=\"24\" fill=\"currentColor\"\u003e\n                                    \u003cpath d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- WhatsApp --\u003e \u003ca href=\"https:\/\/wa.me\/5555999520476\" style=\"text-decoration: none; display: inline-block;\" target=\"_blank\"\u003e \u003cspan class=\"footer-social-icon\" style=\"color: white !important; display: flex; align-items: center; justify-content: center;\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 448 512\" width=\"24\" height=\"24\" fill=\"currentColor\"\u003e\n                                    \u003cpath d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003c\/a\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=\"display: inline-block; background-color: #d4af37; color: #b71c1c !important; \/* texto do botão deve ser escuro para contraste *\/                        text-decoration: none; padding: 10px 25px; \/* botão mais compacto *\/                        border-radius: 50px; font-weight: bold; font-size: 1rem; box-shadow: 0 4px 10px rgba(0,0,0,0.2); transition: all 0.3s ease;\"\u003e Fale Conosco \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Copyright --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; \/* margem reduzida *\/                padding: 15px 20px 0 20px; \/* padding reduzido *\/                border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; opacity: 0.8; width: 90%; margin-left: auto; margin-right: auto;\"\u003e\n\u003cp style=\"color: white !important;\"\u003e© 2026 Loja do Thor. Todos os direitos reservados. Feito com ❤️ e ❄️.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FIM DA DESCRIÇÃO BLINDADA --\u003e","brand":"Loja Do Thor","offers":[{"title":"Default Title","offer_id":43506731155504,"sku":"96390","price":140.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/9389\/2144\/files\/9baa8ba0b05f3c201ceaa2177b716679.jpg?v=1787142138","url":"https:\/\/www.lojadothor.com\/products\/arvore-de-natal-austria-pinheiro-verde-120cm-magizi","provider":"Loja Do Thor","version":"1.0","type":"link"}