{"product_id":"armacao-laco-neon-vermelho-iluminado-127v-15055","title":"Armacao Laco Neon Vermelho Iluminado 127V -15055","description":"\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        \/* Animações *\/\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        }\n\n        #thor-wrapper .hero-header::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            \/* Imagem de fundo: Luzes de Natal\/Neon *\/\n            background-image: url('https:\/\/images.unsplash.com\/photo-1545048702-793eec75f20c?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: linear-gradient(135deg, rgba(198, 40, 40, 0.85), rgba(120, 20, 20, 0.7)); \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;\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        }\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 15px 30px rgba(198, 40, 40, 0.15) !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: #fffaf0 !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        }\n\n        \/* Typography *\/\n        #thor-wrapper h1, #thor-wrapper h2, #thor-wrapper h3 {\n            font-family: 'Playfair Display', serif;\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\n        \/* --- RESPONSIVIDADE --- *\/\n        @media (max-width: 768px) {\n            #thor-wrapper .hero-header {\n                min-height: 300px;\n                padding: 30px 15px;\n            }\n            #thor-wrapper h1 { font-size: 2.2rem !important; }\n            #thor-wrapper h2 { font-size: 1.5rem !important; }\n            #thor-wrapper details { flex: 1 1 100% !important; max-width: 100% !important; }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv style=\"background-color: #fffafa; width: 100%; overflow: hidden; font-family: 'Lato', sans-serif; line-height: 1.6; color: #333;\" id=\"thor-wrapper\"\u003e\n    \u003cdiv style=\"width: 100%; max-width: 1000px; 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: 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        \n        \u003cheader class=\"hero-header\"\u003e\n            \u003cdiv class=\"hero-content\"\u003e\n                \u003cspan style=\"display: inline-block; background-color: #d4af37; 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);\"\u003eIluminação de Alta Densidade • 127V\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;\"\u003eLaço Natalino\u003cbr\u003e\u003cspan style=\"font-size: 0.6em; font-style: italic; font-weight: 400; opacity: 0.9; color: #ffffff !important;\"\u003eNeon Vermelho Vibrante\u003c\/span\u003e\n\u003c\/h1\u003e\n            \u003c\/div\u003e\n        \u003c\/header\u003e\n\n        \u003csection style=\"padding: 40px 20px; text-align: center; background: white; border-bottom: 4px solid #D4AF37;\"\u003e\n            \u003ch2 style=\"color: #c62828; margin-bottom: 20px; font-size: clamp(1.5rem, 3vw, 2rem);\"\u003eBrilho Exuberante para sua Noite\u003c\/h2\u003e\n            \u003cp style=\"font-size: 1.1rem; color: #555; max-width: 700px; margin: 0 auto; padding: 0 10px;\"\u003eEncha seu Natal de cores e sofisticação com a \u003cstrong\u003eArmação Laço Neon Vermelho\u003c\/strong\u003e. Com tecnologia LED de alta luminosidade, esta peça cria um efeito visual impactante, sendo ideal para fachadas, salas ou qualquer ambiente que mereça um toque mágico e acolhedor.\u003c\/p\u003e\n        \u003c\/section\u003e\n\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\n            \u003cdetails style=\"flex: 1 1 250px; min-width: 250px; max-width: 350px;\"\u003e\n                \u003csummary 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;\" class=\"thor-card-summary\"\u003e🔴 Tecnologia NeonEfeito contínuo e moderno.\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);\"\u003eDiferente dos LEDs comuns, o neon proporciona uma linha de luz contínua e uniforme, garantindo elegância e visibilidade superior à distância.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails style=\"flex: 1 1 250px; min-width: 250px; max-width: 350px;\"\u003e\n                \u003csummary 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;\" class=\"thor-card-summary\"\u003e🏠 VersatilidadeTotalAdapta-se a diversos locais.\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);\"\u003eLeve e fácil de instalar, pode ser fixado em paredes, janelas ou até usado como peça central em decorações de vitrines.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails style=\"flex: 1 1 250px; min-width: 250px; max-width: 350px;\"\u003e\n                \u003csummary 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;\" class=\"thor-card-summary\"\u003e⚡ Baixo ConsumoPotência eficiente de 24W.\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);\"\u003eBeleza sem sustos na conta de luz. Tecnologia eficiente que garante brilho máximo com o mínimo de gasto energético.\u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/section\u003e\n\n        \u003csection style=\"padding: 20px 20px 50px 20px; flex-grow: 1;\"\u003e\n            \u003cdetails 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;\" open=\"\"\u003e\n                \u003csummary style=\"padding: 20px 25px; cursor: pointer; font-weight: bold; color: #1565c0; 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;\" class=\"thor-accordion-summary\"\u003e\u003cspan style=\"font-size: 1.1rem; letter-spacing: 0.5px;\"\u003e📋 Especificações Técnicas\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;\"\u003eMarca\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003eGlobal\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666;\"\u003eModelo\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003eLaço Neon 15055\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666;\"\u003eMedidas\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003e51cm x 49cm\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666;\"\u003eVoltagem\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003e127v\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666;\"\u003ePotência\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003e24W\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666;\"\u003eCor\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003eVermelho Neon\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli class=\"spec-list-item\"\u003e\n\u003cstrong style=\"color: #666;\"\u003eGarantia\u003c\/strong\u003e \u003cspan class=\"spec-value\"\u003e3 Meses\u003c\/span\u003e\n\u003c\/li\u003e\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 style=\"padding: 20px 25px; cursor: pointer; font-weight: bold; color: #1565c0; 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;\" class=\"thor-accordion-summary\"\u003e\u003cspan\u003e💡 Dicas de Decoração\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;\"\u003e\u003cstrong\u003eImpacto Visual:\u003c\/strong\u003e Combine com outros elementos luminosos brancos para criar um contraste elegante ou utilize-o como ponto focal em portas de entrada para uma recepção inesquecível.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/section\u003e\n\n        \u003cfooter style=\"background: linear-gradient(180deg, #e53935 0%, #b71c1c 100%); color: white !important; padding: 0 0 40px 0; margin-top: auto; position: relative;\"\u003e\n            \u003cdiv style=\"height: 30px; background-color: #fffafa; border-radius: 0 0 50% 50%; width: 100%; margin-bottom: 40px; position: relative; top: -1px;\"\u003e\u003c\/div\u003e\n            \u003cdiv style=\"width: 90%; max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px;\" class=\"footer-grid\"\u003e\n                \u003cdiv style=\"flex: 1 1 280px;\"\u003e\n                    \u003ch3 style=\"margin: 0; font-size: 1.8rem; color: #fff !important; display: flex; align-items: center; gap: 10px;\"\u003e\n                        \u003cspan style=\"animation: thor-icon-bounce 2s infinite ease-in-out;\"\u003e⚡\u003c\/span\u003e \u003cspan style=\"animation: thor-pulse-gold 3s infinite ease-in-out;\"\u003eLoja do Thor\u003c\/span\u003e\n                    \u003c\/h3\u003e\n                    \u003cp style=\"margin: 15px 0; opacity: 0.9; font-size: 0.95rem; line-height: 1.6; color: #ffebee !important;\"\u003eIluminando seus melhores momentos com produtos premium. Qualidade garantida para um Natal inesquecível.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex: 1 1 250px; text-align: center;\"\u003e\n                    \u003ch4 style=\"color: #d4af37 !important; margin-top: 0; margin-bottom: 20px; font-size: 1.2rem;\"\u003eSuporte Exclusivo\u003c\/h4\u003e\n                    \u003ca style=\"display: inline-block; background-color: #d4af37; color: #b71c1c !important; text-decoration: none; padding: 12px 30px; border-radius: 50px; font-weight: bold; font-size: 1.1rem; box-shadow: 0 4px 10px rgba(0,0,0,0.2);\" href=\"https:\/\/www.lojadothor.com\/pages\/fale-conosco\"\u003e Fale Conosco \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"text-align: center; margin-top: 50px; padding: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.85rem; opacity: 0.8;\"\u003e\n                \u003cp style=\"color: white !important;\"\u003e© 2026 Loja do Thor. Todos os direitos reservados. Fotos meramente ilustrativas.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/footer\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Global","offers":[{"title":"Default Title","offer_id":42715134394416,"sku":"365246","price":100.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/9389\/2144\/files\/d2eee8c679aca0cd8391186d84b4c6c1.jpg?v=1774098529","url":"https:\/\/www.lojadothor.com\/products\/armacao-laco-neon-vermelho-iluminado-127v-15055","provider":"Loja Do Thor","version":"1.0","type":"link"}