{"product_id":"papai-noel-colection-rei-30cm-30274","title":"Papai Noel Colection Rei 30Cm 30274","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        \/* --- 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        \/* 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        \/* --- NOVO: HERO PARALLAX INTERATIVO --- *\/\n        .hero-header {\n            position: relative;\n            height: 350px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            padding: 20px;\n            overflow: hidden; \/* Importante para o zoom não vazar *\/\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            \/* Imagem atualizada: Galhos de pinheiro com luzes para textura rica sob o vermelho *\/\n            background-image: url('https:\/\/images.unsplash.com\/photo-1482517967863-00e15c9b80fb?q=80\u0026w=2070\u0026auto=format\u0026fit=crop');\n            background-size: cover;\n            background-position: center;\n            background-attachment: fixed; \/* O Efeito Parallax *\/\n            z-index: 0;\n            transition: transform 8s ease-in-out; \/* Zoom super suave *\/\n            will-change: transform;\n        }\n\n        \/* Interação: Zoom lento no fundo ao passar o mouse *\/\n        .hero-header:hover::before {\n            transform: scale(1.15);\n        }\n\n        \/* Camada 2: Overlay Vermelho (Gradiente) *\/\n        .hero-header::after {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background: linear-gradient(135deg, rgba(198, 40, 40, 0.9), rgba(120, 20, 20, 0.75));\n            z-index: 1;\n            transition: opacity 0.5s ease;\n        }\n\n        \/* Interação: Clarear levemente o overlay *\/\n        .hero-header:hover::after {\n            opacity: 0.9;\n        }\n\n        \/* Camada 3: Conteúdo (Texto) *\/\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            color: white;\n            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n\n        \/* Interação: Texto \"salta\" para frente (Efeito 3D) *\/\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        \/* --- FIM HERO STYLES --- *\/\n\n        \/* Estilos de Details\/Summary *\/\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 *\/\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        }\n        .thor-card-summary:hover, details[open] .thor-card-summary {\n            transform: translateY(-5px) scale(1.02);\n            box-shadow: 0 15px 30px rgba(198, 40, 40, 0.15) !important;\n            border-bottom-color: #D4AF37 !important;\n        }\n\n        \/* Accordions *\/\n        .thor-accordion-summary:hover {\n            background-color: #fff0f0 !important;\n            padding-left: 25px !important;\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        \/* Mobile Fix: Desativa parallax apenas em telas pequenas para performance *\/\n        @media (max-width: 768px) {\n            .hero-header::before {\n                background-attachment: scroll !important;\n                background-position: center center !important;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- CONTAINER PRINCIPAL --\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; background-color: #fffafa; background-image: radial-gradient(#d0d0d0 1.5px, transparent 2px), radial-gradient(#d0d0d0 1px, transparent 1.5px); background-size: 500px 500px, 350px 350px; background-position: 0 0, 30px 60px; animation: falling-snow 20s linear infinite; box-shadow: 0 0 20px rgba(0,0,0,0.05); overflow: hidden; min-height: 100vh;\"\u003e\n\u003c!-- 1. HERO SECTION (CLASSE NOVA APLICADA) --\u003e\u003cheader class=\"hero-header\"\u003e\u003c!-- Conteúdo Hero (Agora dentro de um container específico) --\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan style=\"display: inline-block; background-color: #d4af37; color: #fff; padding: 6px 18px; border-radius: 50px; font-size: 0.85rem; 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);\"\u003eEdição Colecionável • 30CM\u003c\/span\u003e\n\u003ch1 style=\"font-size: clamp(2rem, 5vw, 2.8rem); margin: 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); line-height: 1.2;\"\u003ePapai Noel Rei\u003cbr\u003e\u003cspan style=\"font-size: 0.6em; font-style: italic; font-weight: 400; opacity: 0.9;\"\u003eCollection 30274\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- 2. INTRODUÇÃO --\u003e\n\u003csection style=\"padding: 40px 25px; text-align: center; background: white; border-bottom: 4px solid #D4AF37;\"\u003e\n\u003ch2 style=\"color: #c62828; margin-bottom: 20px; font-size: 1.8rem;\"\u003eA Nobreza do Natal na Sua Casa\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.1rem; color: #555; max-width: 600px; margin: 0 auto;\"\u003eTraga o charme real para a sua decoração com o exclusivo \u003cstrong\u003ePapai Noel Collection Rei\u003c\/strong\u003e. Inspirado na lenda dos Reis Magos, esta peça une a tradição natalina com a sofisticação da realeza. Com curadoria exclusiva da \u003cstrong style=\"color: #1565c0;\"\u003eLoja do Thor\u003c\/strong\u003e, ele é mais que um enfeite: é uma memória afetiva tangível, perfeita para compor vitrines, lareiras ou aquele nicho especial que aguarda a magia do Natal.\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 220px; min-width: 220px; max-width: 300px;\"\u003e\n\u003csummary style=\"background: white; padding: 25px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-bottom: 4px solid #e0e0e0;\" class=\"thor-card-summary\"\u003e👑Design RealTrajes inspirados na nobreza.\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px; background: #fff8e1; margin-top: 10px; border-radius: 8px; font-size: 0.9rem; color: #555; border-left: 3px solid #D4AF37; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003eCada detalhe da vestimenta foi pensado para remeter aos trajes dos Reis Magos, trazendo ouro e vermelho em harmonia perfeita.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdetails style=\"flex: 1 1 220px; min-width: 220px; max-width: 300px;\"\u003e\n\u003csummary style=\"background: white; padding: 25px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-bottom: 4px solid #e0e0e0;\" class=\"thor-card-summary\"\u003e✨Acabamento PremiumResina e tecido de alta qualidade.\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px; background: #fff8e1; margin-top: 10px; border-radius: 8px; font-size: 0.9rem; color: #555; border-left: 3px solid #D4AF37; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003eA durabilidade é garantida pela estrutura reforçada, permitindo que esta peça faça parte da sua família por muitos Natais.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdetails style=\"flex: 1 1 220px; min-width: 220px; max-width: 300px;\"\u003e\n\u003csummary style=\"background: white; padding: 25px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-bottom: 4px solid #e0e0e0;\" class=\"thor-card-summary\"\u003e📏Tamanho Versátil30cm: perfeito para mesas.\u003c\/summary\u003e\n\u003cdiv style=\"padding: 15px; background: #fff8e1; margin-top: 10px; border-radius: 8px; font-size: 0.9rem; color: #555; border-left: 3px solid #D4AF37; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003eNem grande demais, nem pequeno demais. O tamanho ideal para compor cenários sem roubar todo o espaço da mesa.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- 4. ESPECIFICAÇÕES --\u003e\n\u003csection style=\"padding: 20px 25px 50px 25px;\"\u003e\n\u003cdetails style=\"margin-bottom: 15px; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05);\"\u003e\n\u003csummary style=\"padding: 15px 20px; cursor: pointer; font-weight: bold; color: #1565c0; border-left: 5px solid #C62828; background: #fff; transition: padding 0.3s ease; display: flex; justify-content: space-between; align-items: center; outline: none;\" class=\"thor-accordion-summary\"\u003e\u003cspan\u003e📋 Ficha Técnica Detalhada\u003c\/span\u003e \u003cspan style=\"font-size: 1.2rem; color: #d4af37;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px; border-top: 1px solid #eee;\"\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0;\"\u003e\n\u003cli style=\"padding: 8px 0; border-bottom: 1px dashed #eee; display: flex; justify-content: space-between;\"\u003e\n\u003cstrong\u003eModelo:\u003c\/strong\u003e \u003cspan\u003eCollection Rei (Ref. 30274)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"padding: 8px 0; border-bottom: 1px dashed #eee; display: flex; justify-content: space-between;\"\u003e\n\u003cstrong\u003eAltura Total:\u003c\/strong\u003e \u003cspan\u003e30 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"padding: 8px 0; border-bottom: 1px dashed #eee; display: flex; justify-content: space-between;\"\u003e\n\u003cstrong\u003eLargura:\u003c\/strong\u003e \u003cspan\u003e17 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"padding: 8px 0; border-bottom: 1px dashed #eee; display: flex; justify-content: space-between;\"\u003e\n\u003cstrong\u003eMateriais:\u003c\/strong\u003e \u003cspan\u003ePlástico, Tecido, Resina\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"padding: 8px 0; display: flex; justify-content: space-between;\"\u003e\n\u003cstrong\u003ePaleta:\u003c\/strong\u003e \u003cspan\u003eVermelho, Verde e Dourado\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.05);\"\u003e\n\u003csummary style=\"padding: 15px 20px; cursor: pointer; font-weight: bold; color: #1565c0; border-left: 5px solid #D4AF37; background: #fff; transition: padding 0.3s ease; display: flex; justify-content: space-between; align-items: center; outline: none;\" class=\"thor-accordion-summary\"\u003e\u003cspan\u003e💡 Dicas da Loja do Thor\u003c\/span\u003e \u003cspan style=\"font-size: 1.2rem; color: #d4af37;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px; border-top: 1px solid #eee;\"\u003e\n\u003cp style=\"margin: 0 0 10px 0;\"\u003e\u003cstrong\u003eOnde posicionar:\u003c\/strong\u003e Devido aos detalhes dourados, ele reflete lindamente a luz de pisca-piscas amarelos (warm white).\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cstrong\u003eLimpeza:\u003c\/strong\u003e Utilize apenas espanador de pó ou pano seco e macio. Não utilize produtos químicos para preservar o brilho da resina e do tecido.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- 5. FOOTER --\u003e\u003cfooter style=\"background-color: #c62828; color: white; text-align: center; padding: 30px 20px; font-size: 0.9rem;\"\u003e\n\u003cp style=\"margin: 0; font-weight: bold;\"\u003e⚡ Loja do Thor\u003c\/p\u003e\n\u003cp style=\"margin: 5px 0 0 0; opacity: 0.8;\"\u003eEnviando qualidade e magia para todo o Brasil.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Tuut","offers":[{"title":"Default Title","offer_id":42715138981936,"sku":"388485","price":150.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/9389\/2144\/files\/567a91ff9f9b5ca7e39a6797c47e9ffa.jpg?v=1771437441","url":"https:\/\/www.lojadothor.com\/products\/papai-noel-colection-rei-30cm-30274","provider":"Loja Do Thor","version":"1.0","type":"link"}