{"product_id":"adorno-mamae-noel-60cm-grillo-57122-568","title":"Adorno Mamae Noel 60CM Grillo 57122-568","description":"\u003c!-- INÍCIO DA DESCRIÇÃO BLINDADA SHOPIFY --\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\n    \u003cstyle\u003e\n        \/* IMPORTAÇÃO DE FONTES *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n\n        \/* --- CSS SCOPED (BLINDADO) PARA SHOPIFY --- *\/\n        \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        \/* --- HERO HEADER --- *\/\n        #thor-wrapper .hero-header {\n            position: relative;\n            min-height: 45vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            padding: 60px 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 Padrão: Família do Thor na Ceia *\/\n            background-image: url('https:\/\/696fc2d676634d918b8715ab.imgix.net\/familia%20do%20thor%20na%20ceia%20de%20natal.jpg');\n            background-size: cover;\n            background-position: center;\n            background-attachment: fixed;\n            z-index: 0;\n            transition: transform 10s ease-in-out;\n            will-change: transform;\n        }\n\n        @media (hover: hover) {\n            #thor-wrapper .hero-header:hover::before {\n                transform: scale(1.1);\n            }\n        }\n\n        #thor-wrapper .hero-header::after {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            \/* Overlay em tons Vermelho Nobre e Ouro Rosa Suave *\/\n            background: linear-gradient(135deg, rgba(198, 40, 40, 0.85), rgba(248, 187, 208, 0.4)); \n            z-index: 1;\n        }\n\n        #thor-wrapper .hero-content {\n            position: relative;\n            z-index: 2;\n            color: white !important;\n            width: 100%;\n            max-width: 700px;\n            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n        \n        #thor-wrapper .hero-content h1 {\n            font-size: clamp(1.8rem, 6vw, 3.2rem);\n            letter-spacing: -1px;\n            font-weight: 700;\n            margin: 0;\n            color: #ffffff !important;\n            text-shadow: 0 4px 15px rgba(0,0,0,0.3);\n        }\n\n        #thor-wrapper .hero-content span {\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 4px;\n            font-weight: 300;\n            color: #ffffff !important;\n            display: block;\n            margin-bottom: 10px;\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.5s ease-out forwards;\n        }\n\n        #thor-wrapper .thor-card-summary {\n            cursor: pointer;\n            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n            position: relative;\n            background: white;\n            padding: 40px 25px;\n            border-radius: 16px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n            border: 1px solid #f0f0f0;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            min-height: 240px;\n        }\n        \n        #thor-wrapper .thor-card-summary:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 40px rgba(198, 40, 40, 0.1) !important;\n            border-color: rgba(248, 187, 208, 0.3);\n        }\n\n        #thor-wrapper .icon-container {\n            width: 50px;\n            height: 50px;\n            margin-bottom: 20px;\n            color: #C62828;\n            animation: thor-float 4s infinite ease-in-out;\n        }\n\n        #thor-wrapper .thor-accordion-summary {\n            padding: 22px 30px;\n            cursor: pointer;\n            font-weight: 700;\n            color: #1a1a1a;\n            border-left: 4px solid #C62828;\n            background: #fff;\n            transition: all 0.3s ease;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n        }\n\n        #thor-wrapper .thor-accordion-summary:hover {\n            background-color: #fff8f8;\n            padding-left: 35px;\n        }\n\n        #thor-wrapper .spec-list-item {\n            padding: 18px 0;\n            border-bottom: 1px solid #f5f5f5;\n            display: flex;\n            justify-content: space-between;\n            font-size: 0.95rem;\n        }\n        #thor-wrapper .spec-label {\n            color: #777;\n            font-weight: 400;\n        }\n        #thor-wrapper .spec-value {\n            font-weight: 700;\n            color: #222;\n        }\n\n        \/* --- RESPONSIVIDADE --- *\/\n        @media (max-width: 768px) {\n            #thor-wrapper .hero-header { min-height: 350px; }\n            #thor-wrapper .hero-content h1 { font-size: 1.8rem; }\n            #thor-wrapper section { padding-left: 20px !important; padding-right: 20px !important; }\n        }\n    \u003c\/style\u003e\n\n    \u003c!-- CONTEÚDO PRINCIPAL --\u003e\n    \u003cdiv style=\"\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto;\n        background-color: #fffafa;\n        background-image: radial-gradient(#d0d0d0 1.2px, transparent 1.2px);\n        background-size: 40px 40px;\n        animation: thor-falling-snow 30s linear infinite;\n        box-shadow: 0 0 50px rgba(0,0,0,0.05);\n        overflow: hidden;\n        min-height: 100vh;\n    \"\u003e\n\n        \u003c!-- 1. HERO SECTION --\u003e\n        \u003cheader class=\"hero-header\"\u003e\n            \u003cdiv class=\"hero-content\"\u003e\n                \u003cspan\u003eTradição \u0026amp; Encanto Feminino\u003c\/span\u003e\n                \u003ch1\u003eMamãe Noel Grillo\u003c\/h1\u003e\n                \u003cdiv style=\"height: 2px; width: 60px; background: #D4AF37; margin: 20px auto;\"\u003e\u003c\/div\u003e\n                \u003cp style=\"font-weight: 300; letter-spacing: 1px; opacity: 0.9;\"\u003eEdição Luxo • Coleção 57122-568 • 60cm\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/header\u003e\n\n        \u003c!-- 2. INTRODUÇÃO --\u003e\n        \u003csection style=\"padding: 60px 40px; text-align: center; background: white;\"\u003e\n            \u003ch2 style=\"color: #C62828; margin-bottom: 25px; font-family: 'Playfair Display', serif; font-size: 2.2rem;\"\u003eO Coração Acolhedor do Natal\u003c\/h2\u003e\n            \u003cp style=\"font-size: 1.15rem; color: #666; max-width: 750px; margin: 0 auto; font-weight: 300; line-height: 1.8;\"\u003e\n                O Natal é tempo de celebrar o amor e renovar as esperanças, e nada simboliza melhor esse aconchego do que a \u003cstrong\u003eMamãe Noel Grillo de 60cm\u003c\/strong\u003e. Com acabamento impecável e trajes ricamente detalhados, esta peça traz a doçura e a elegância feminina para sua decoração, criando um ambiente repleto de harmonia e magia natalina.\n            \u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- 3. CARDS DE ATRIBUTOS (SVGS PROFISSIONAIS) --\u003e\n        \u003csection style=\"padding: 0 30px 60px 30px; display: flex; flex-wrap: wrap; gap: 25px; justify-content: center;\"\u003e\n            \n            \u003c!-- Card 1 --\u003e\n            \u003cdiv style=\"flex: 1 1 280px; max-width: 300px;\"\u003e\n                \u003cdiv class=\"thor-card-summary\"\u003e\n                    \u003cdiv class=\"icon-container\"\u003e\n                        \u003c!-- Ícone de Coração\/Aconchego SVG --\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" 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\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"color: #C62828; margin: 0 0 12px 0; font-size: 1.2rem; font-weight: 700;\"\u003eToque de Ternura\u003c\/h3\u003e\n                    \u003cp style=\"font-size: 0.95rem; color: #777; margin: 0; line-height: 1.5;\"\u003eExpressão carismática e suave que traz a serenidade clássica da Mamãe Noel para o seu lar.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card 2 --\u003e\n            \u003cdiv style=\"flex: 1 1 280px; max-width: 300px;\"\u003e\n                \u003cdiv class=\"thor-card-summary\"\u003e\n                    \u003cdiv class=\"icon-container\" style=\"animation-delay: 0.5s;\"\u003e\n                        \u003c!-- Ícone de Tecido\/Costura SVG --\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"color: #C62828; margin: 0 0 12px 0; font-size: 1.2rem; font-weight: 700;\"\u003eTraje Primoroso\u003c\/h3\u003e\n                    \u003cp style=\"font-size: 0.95rem; color: #777; margin: 0; line-height: 1.5;\"\u003eVestimentas em tecidos nobres com detalhes em renda e veludo, elevando o nível da sua composição.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Card 3 --\u003e\n            \u003cdiv style=\"flex: 1 1 280px; max-width: 300px;\"\u003e\n                \u003cdiv class=\"thor-card-summary\"\u003e\n                    \u003cdiv class=\"icon-container\" style=\"animation-delay: 1s;\"\u003e\n                        \u003c!-- Ícone de Estrela\/Tamanho SVG --\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L3 22h18L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"color: #C62828; margin: 0 0 12px 0; font-size: 1.2rem; font-weight: 700;\"\u003ePresença Imponente\u003c\/h3\u003e\n                    \u003cp style=\"font-size: 0.95rem; color: #777; margin: 0; line-height: 1.5;\"\u003eCom 60cm de altura, é uma peça de destaque perfeita para mesas, aparadores ou vitrines.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- 4. ESPECIFICAÇÕES --\u003e\n        \u003csection style=\"padding: 0 40px 60px 40px;\"\u003e\n            \n            \u003cdetails open style=\"margin-bottom: 20px;\"\u003e\n                \u003csummary class=\"thor-accordion-summary\"\u003e\n                    \u003cspan style=\"display: flex; align-items: center; gap: 12px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"8\" x2=\"21\" y1=\"6\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" x2=\"21\" y1=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" x2=\"21\" y1=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" x2=\"3.01\" y1=\"6\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" x2=\"3.01\" y1=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" x2=\"3.01\" y1=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                        Ficha Técnica Detalhada\n                    \u003c\/span\u003e\n                    \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                \u003c\/summary\u003e\n                \u003cdiv style=\"padding: 20px 10px; background: white; border-radius: 0 0 8px 8px;\"\u003e\n                    \u003cdiv class=\"spec-list-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eAltura\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e60 cm\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-list-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMateriais\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eTecido Nobre, Resina e Poliéster\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-list-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCor Predominante\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eVermelho e Branco Natal\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-list-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eReferência\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e57122-568\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-list-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eIndicação de Uso\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eDecoração Interna Premium\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"spec-list-item\" style=\"border:none;\"\u003e\n\u003cspan class=\"spec-label\"\u003eMarca\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGrillo Home Decor\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails\u003e\n                \u003csummary class=\"thor-accordion-summary\"\u003e\n                    \u003cspan style=\"display: flex; align-items: center; gap: 12px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        Dicas da Loja do Thor\n                    \u003c\/span\u003e\n                    \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                \u003c\/summary\u003e\n                \u003cdiv style=\"padding: 25px; background: white; border-radius: 0 0 8px 8px; font-size: 0.95rem; color: #555; line-height: 1.7;\"\u003e\n                    A Mamãe Noel é o par perfeito para o seu Papai Noel, criando um cenário de \u003cstrong\u003efamília completo\u003c\/strong\u003e. Posicione-a em poltronas decorativas, ao lado da árvore ou como recepção em halls de entrada residenciais ou comerciais. Por seu porte médio-alto (60cm), ela preenche muito bem espaços verticais em aparadores. Para limpeza, utilize apenas um pano seco e macio ou um pincel de cerdas suaves para preservar a textura do tecido e a pintura manual da resina.\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n        \u003c\/section\u003e\n\n        \u003c!-- 5. FOOTER PREMIUM --\u003e\n        \u003cfooter style=\"background: #C62828; color: white !important; padding: 60px 20px; text-align: center; position: relative;\"\u003e\n            \n            \u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n                \u003cdiv style=\"display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 20px;\"\u003e\n                    \u003cdiv style=\"width: 40px; height: 40px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"margin: 0; font-size: 1.8rem; letter-spacing: 1px; color: white !important;\"\u003eLoja do Thor\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cp style=\"opacity: 0.8; font-weight: 300; max-width: 500px; margin: 0 auto 30px auto; color: white !important;\"\u003eCuradoria exclusiva de itens natalinos premium para transformar seu lar num cenário inesquecível.\u003c\/p\u003e\n\n                \u003cdiv style=\"display: flex; justify-content: center; gap: 25px; margin-bottom: 40px;\"\u003e\n                    \u003c!-- Instagram --\u003e\n                    \u003ca href=\"https:\/\/www.instagram.com\/atacadoprecobaixo\/\" target=\"_blank\" style=\"color: white !important; text-decoration: none;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\u003e\u003c\/path\u003e\u003cline x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/a\u003e\n                    \u003c!-- WhatsApp --\u003e\n                    \u003ca href=\"https:\/\/wa.me\/5555999520476\" target=\"_blank\" style=\"color: white !important; text-decoration: none;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"font-size: 0.8rem; opacity: 0.5; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; color: white !important;\"\u003e\n                    © 2024 Loja do Thor. Todos os direitos reservados.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/footer\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- FIM DA DESCRIÇÃO BLINDADA --\u003e","brand":"Grillo","offers":[{"title":"Default Title","offer_id":42715132624944,"sku":"98807","price":380.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/9389\/2144\/files\/3ad513c62aeb98c3daae587f1197a854.jpg?v=1776196905","url":"https:\/\/www.lojadothor.com\/products\/adorno-mamae-noel-60cm-grillo-57122-568","provider":"Loja Do Thor","version":"1.0","type":"link"}