{"id":10,"date":"2026-03-16T20:14:37","date_gmt":"2026-03-16T20:14:37","guid":{"rendered":"https:\/\/luhguerraperfumaria.com.br\/?page_id=10"},"modified":"2026-07-15T21:51:24","modified_gmt":"2026-07-16T00:51:24","slug":"home","status":"publish","type":"page","link":"https:\/\/luhguerraperfumaria.com.br\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d82a587 e-con-full e-flex e-con e-parent\" data-id=\"d82a587\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-170f9a4 elementor-widget elementor-widget-luh_guerra_slider\" data-id=\"170f9a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"luh_guerra_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            <div class=\"custom-banner-slider\" id=\"lg-slider-170f9a4\" data-autoplay-speed=\"8000\">\n                <div class=\"slider-wrapper\">\n                                            <div class=\"slide active\">\n                            <picture>\n                                <source media=\"(max-width: 768px)\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/03\/bn01-site-antigo.webp\">\n                                <img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/03\/bn01-site-antigo.webp\" alt=\"Banner\">\n                            <\/picture>\n                        <\/div>\n                                            <div class=\"slide \">\n                            <picture>\n                                <source media=\"(max-width: 768px)\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/banner-09.png\">\n                                <img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/banner-09.png\" alt=\"Banner\">\n                            <\/picture>\n                        <\/div>\n                                    <\/div>\n                <div class=\"dots\"><\/div>\n            <\/div>\n\n            <style>\n                .custom-banner-slider { position: relative; overflow: hidden; padding: 30px 0 60px; min-height: 450px; cursor: grab; touch-action: pan-y; }\n                .slider-wrapper { position: relative; height: 100%; }\n                .slide { position: absolute; top: 0; left: 50%; transform: translateX(-50%) scale(0.85); width: 60%; opacity: 0; transition: all 0.6s ease; }\n                .slide img { width: 100%; border-radius: 12px; display: block; aspect-ratio: 16\/6; object-fit: cover; user-select: none; pointer-events: none; }\n                .slide.active { opacity: 1; transform: translateX(-50%) scale(1); z-index: 3; }\n                .slide.prev { opacity: 0.5; transform: translateX(-120%) scale(0.85); z-index: 2; }\n                .slide.next { opacity: 0.5; transform: translateX(20%) scale(0.85); z-index: 2; }\n                .dots { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }\n                .dots span { width: 10px; height: 10px; background: #ccc; border-radius: 50%; cursor: pointer; transition: 0.3s; }\n                .dots span.active { background: #FF14AB; transform: scale(1.2); width: 20px; border-radius: 20px; }\n                @media (max-width: 768px) {\n                    .custom-banner-slider { min-height: 480px; }\n                    .slide { width: 92%; }\n                    .slide.prev, .slide.next { opacity: 0; }\n                    .slide img { aspect-ratio: 4\/5; }\n                }\n            <\/style>\n\n            <script>\n            (function($){\n                var initSlider = function() {\n                    const sliderId = \"lg-slider-170f9a4\";\n                    const $slider = $(\"#\" + sliderId);\n                    if (!$slider.length) return;\n\n                    const $slides = $slider.find(\".slide\");\n                    const $dotsContainer = $slider.find(\".dots\");\n                    const eventNamespace = \".luhGuerraSlider-\" + sliderId;\n                    const autoplaySpeed = Math.max(1000, parseInt($slider.attr(\"data-autoplay-speed\"), 10) || 4000);\n                    let index = 0;\n                    let startX = 0;\n                    let isDown = false;\n\n                    if ($slides.length < 1) return;\n\n                    const previousInterval = $slider.data(\"luh-slider-interval\");\n                    if (previousInterval) {\n                        clearInterval(previousInterval);\n                    }\n\n                    $slider.off(eventNamespace);\n                    $(document).off(eventNamespace);\n\n                    $dotsContainer.empty();\n                    $slides.each(function(i){\n                        $('<span' + (i === 0 ? ' class=\"active\"' : '') + '><\/span>')\n                            .appendTo($dotsContainer)\n                            .on('click' + eventNamespace, function(){\n                                index = i;\n                                update();\n                                restartAutoplay();\n                            });\n                    });\n\n                    function update() {\n                        $slides.removeClass(\"active prev next\");\n                        $slides.eq(index).addClass(\"active\");\n\n                        if ($slides.length > 1) {\n                            $slides.eq((index - 1 + $slides.length) % $slides.length).addClass(\"prev\");\n                            $slides.eq((index + 1) % $slides.length).addClass(\"next\");\n                        }\n\n                        $dotsContainer.find(\"span\").removeClass(\"active\").eq(index).addClass(\"active\");\n                    }\n\n                    function startAutoplay() {\n                        if ($slides.length <= 1) return;\n\n                        const intervalId = setInterval(function(){\n                            if (!isDown) {\n                                index = (index + 1) % $slides.length;\n                                update();\n                            }\n                        }, autoplaySpeed);\n\n                        $slider.data(\"luh-slider-interval\", intervalId);\n                    }\n\n                    function restartAutoplay() {\n                        const intervalId = $slider.data(\"luh-slider-interval\");\n                        if (intervalId) clearInterval(intervalId);\n                        startAutoplay();\n                    }\n\n                    $slider.on(\"mousedown\" + eventNamespace + \" touchstart\" + eventNamespace, function(e) {\n                        isDown = true;\n                        startX = e.type === \"mousedown\" ? e.clientX : e.originalEvent.touches[0].clientX;\n                    });\n\n                    $(document).on(\"mouseup\" + eventNamespace + \" touchend\" + eventNamespace, function(e) {\n                        if (!isDown) return;\n\n                        const endX = e.type === \"mouseup\" ? e.clientX : e.originalEvent.changedTouches[0].clientX;\n                        const diff = endX - startX;\n\n                        if (diff > 50) index = (index - 1 + $slides.length) % $slides.length;\n                        if (diff < -50) index = (index + 1) % $slides.length;\n\n                        update();\n                        isDown = false;\n\n                        if (Math.abs(diff) > 50) restartAutoplay();\n                    });\n\n                    update();\n                    startAutoplay();\n                };\n\n                $(window).on('elementor\/frontend\/init', function () {\n                    elementorFrontend.hooks.addAction('frontend\/element_ready\/luh_guerra_slider.default', initSlider);\n                });\n\n                if (window.elementorFrontend) initSlider();\n            })(jQuery);\n            <\/script>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbbca46 e-flex e-con-boxed e-con e-parent\" data-id=\"cbbca46\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b11cee8 elementor-widget elementor-widget-n-carousel\" data-id=\"b11cee8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;81ef371&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;4484fe9&quot;},{&quot;_id&quot;:&quot;77bb6f9&quot;,&quot;slide_title&quot;:&quot;Slide #4&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrossel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ee2715d e-flex e-con-boxed e-con e-child\" data-id=\"ee2715d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8644363 ha-infobox-media-dir-left elementor-widget elementor-widget-ha-infobox happy-addon ha-infobox\" data-id=\"8644363\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-infobox.default\">\n\t\t\t\t\t\n\t\t\t\t\t<figure class=\"ha-infobox-figure ha-infobox-figure--icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\" class=\"\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><\/clipPath><\/defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0c-4.745-17.708-22.947-32.064-40.656-32.064S-68.874-17.708-64.129 0c4.745 17.709 22.947 32.065 40.656 32.065S4.745 17.709 0 0Z\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(460.839 119.726)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-.08\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(428.854 119.726)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0c-4.745-17.708-22.947-32.064-40.656-32.064S-68.874-17.708-64.129 0c4.745 17.709 22.947 32.065 40.656 32.065S4.745 17.709 0 0Z\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(212.339 119.726)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-.08\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(180.355 119.726)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h184.371\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(212.339 119.726)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h52.266c4.426 0 7.054-3.589 5.868-8.016L4.436-208.419\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(336.161 328.145)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-40.081c-4.427 0-7.054 3.589-5.868 8.016l15.036 56.115\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(148.21 119.726)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h67.916c7.23 0 12.268-4.839 12.302-11.814l.365-76.363 27.104-19.379c4.053-2.897 5.609-8.115 4.1-13.747l-14.751-55.051c-2.372-8.855-11.473-16.033-20.328-16.033h-8.016\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(392.147 312.113)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-16.032\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502.07 183.855)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-96.193\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(453.974 183.855)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-56.113c-8.854 0-14.109 7.178-11.736 16.032l6.443 24.049c2.373 8.854 11.474 16.032 20.328 16.032H-.997\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(472.73 223.935)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0c0-61.98-50.245-112.226-112.226-112.226S-224.452-61.98-224.452 0s50.245 112.226 112.226 112.226S0 61.98 0 0Z\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(304.097 312.113)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0c0-8.854-7.178-16.032-16.032-16.032-8.855 0-16.032 7.178-16.032 16.032s7.177 16.032 16.032 16.032C-7.178 16.032 0 8.854 0 0Z\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(207.903 312.113)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"m0 0 43.588 43.587\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(204.396 324.638)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"m0 0 20.04 20.041\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(159.807 280.048)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0v-8.016\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(191.871 392.274)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0v-8.016\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(191.871 239.968)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-8.016\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(272.032 312.113)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-8.016\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(119.726 312.113)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-80.161\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(87.661 207.903)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-48.097\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(79.645 175.839)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><path d=\"M0 0h-16.032\" style=\"stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(71.629 143.774)\" fill=\"none\" stroke=\"#ff14ab\" stroke-width=\"15\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\" class=\"\"><\/path><\/g><\/g><\/svg>\t\t\t<\/figure>\n\t\t\n\t\t<div class=\"ha-infobox-body\">\n\t\t\t<h2 class=\"ha-infobox-title\">Entrega R\u00e1pida<\/h2>\n\t\t\t\t\t\t\t<div class=\"ha-infobox-text\">\n\t\t\t\t\t<p>para todo o Brasil\n\n<\/p>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7dd89e3 e-flex e-con-boxed e-con e-child\" data-id=\"7dd89e3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dd8fb1 ha-infobox-media-dir-left elementor-widget elementor-widget-ha-infobox happy-addon ha-infobox\" data-id=\"1dd8fb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-infobox.default\">\n\t\t\t\t\t\n\t\t\t\t\t<figure class=\"ha-infobox-figure ha-infobox-figure--icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\" class=\"\"><g><path d=\"M430.396 117.71a7.961 7.961 0 0 0 3.992-1.073l49.784-28.741a8.001 8.001 0 0 0-8-13.857l-49.784 28.741a8.001 8.001 0 0 0 4.008 14.93zM385.335 72.254a8.004 8.004 0 0 0 9.798-5.657l14.878-55.527a8 8 0 1 0-15.455-4.14l-14.878 55.526a8 8 0 0 0 5.657 9.798zM505.624 176.676l-55.527-14.88a8 8 0 1 0-4.142 15.455l55.527 14.88a8.004 8.004 0 0 0 9.798-5.657 8 8 0 0 0-5.656-9.798zM496.021 352.674a18.967 18.967 0 0 1-4.084-12.572l.5-11.92c.685-16.314-9.822-30.766-25.551-35.147l-11.476-3.196a18.964 18.964 0 0 1-10.72-7.791l-6.561-9.9c-5.526-8.337-14.035-13.635-23.316-15.19l-16.525-28.624a99.016 99.016 0 0 0 10.895-25.605c6.84-25.525 3.33-52.186-9.883-75.07-13.213-22.887-34.547-39.257-60.072-46.096a99.31 99.31 0 0 0-27.634-3.388l-33.99-58.873c-9.123-15.8-29.396-21.235-45.195-12.11l-14.483 8.362c-11.098 6.407-17.07 18.32-16.486 30.318a7.98 7.98 0 0 0-.87 3.914c1.114 31.937-4.821 58.383-18.145 80.85-11.528 19.438-28.706 35.922-52.514 50.387l-85.007 49.079c-14.68 8.474-20.4 26.576-13.822 41.773l-.51.294c-28.277 16.325-38 52.611-21.674 80.888 10.956 18.975 30.9 29.594 51.381 29.594a58.85 58.85 0 0 0 29.507-7.92l.517-.299c6.376 8.588 16.36 13.346 26.594 13.346a32.888 32.888 0 0 0 16.487-4.426l.313-.181 47.214 81.777c4.418 7.654 11.552 13.128 20.089 15.415a33.269 33.269 0 0 0 8.617 1.142c5.732 0 11.39-1.504 16.488-4.446l7.241-4.182c7.654-4.418 13.128-11.553 15.415-20.089 2.287-8.536 1.114-17.451-3.305-25.104l-47.214-81.778 20.148-11.633c15.346-8.402 31.477-13.722 48.15-15.946a35.242 35.242 0 0 0-.977 9.854l.5 11.92c.19 4.545-1.26 9.01-4.084 12.574l-7.418 9.358c-10.132 12.785-10.132 30.646 0 43.43l7.418 9.36a18.968 18.968 0 0 1 4.084 12.573l-.5 11.92c-.685 16.313 9.822 30.765 25.55 35.145l11.479 3.198a18.958 18.958 0 0 1 10.718 7.791l6.561 9.9c9.037 13.633 26.049 19.158 41.372 13.44l11.124-4.154a18.957 18.957 0 0 1 13.266 0l11.124 4.152a35.145 35.145 0 0 0 12.315 2.238c11.437 0 22.407-5.642 29.057-15.675l6.561-9.9a18.957 18.957 0 0 1 10.72-7.792l11.475-3.197c15.73-4.38 26.237-18.833 25.552-35.146l-.5-11.92a18.966 18.966 0 0 1 4.084-12.573l7.417-9.36h.001c10.132-12.784 10.132-30.645 0-43.43zm-262.715 95.973a16.973 16.973 0 0 1-7.96 10.374l-7.241 4.181a16.968 16.968 0 0 1-12.964 1.706 16.97 16.97 0 0 1-10.374-7.96l-47.214-81.777 36.832-21.265 47.215 81.778a16.972 16.972 0 0 1 1.706 12.963zm101.78-351.63c21.398 5.734 39.282 19.457 50.357 38.641 11.076 19.184 14.018 41.532 8.285 62.93a83.454 83.454 0 0 1-4.865 13.42L321.03 94.522a83.424 83.424 0 0 1 14.056 2.497zM225.927 29.41l14.483-8.36a16.974 16.974 0 0 1 8.513-2.286c5.91 0 11.664 3.064 14.825 8.539L397.25 258.536c-.164.058-.33.111-.493.172l-11.125 4.154a18.949 18.949 0 0 1-13.265 0l-11.124-4.153c-7.64-2.854-15.699-2.91-22.98-.559l-56.5-97.861-62.09-107.542c-4.71-8.158-1.904-18.627 6.254-23.338zm-29.739 109.388c10.682-18.01 17.132-38.131 19.492-60.968l108.896 188.614a35.431 35.431 0 0 0-4.704 5.704l-6.561 9.9a18.964 18.964 0 0 1-10.72 7.792l-11.475 3.196a34.992 34.992 0 0 0-14.772 8.362c-20.418 1.06-40.029 6.167-58.756 15.305l-72.83-126.145c22.755-14.89 39.636-31.872 51.43-51.76zM22.754 345.057c-11.914-20.636-4.818-47.118 15.818-59.032l.313-.18 43.214 74.848-.313.181c-20.636 11.916-47.117 4.818-59.032-15.817zm79.292 18.185L46.65 267.296c-4.71-8.158-1.905-18.628 6.253-23.338l78.157-45.124 72.479 125.538-78.156 45.123c-8.158 4.711-18.628 1.905-23.338-6.253zm388.853 32.284-7.417 9.36a34.973 34.973 0 0 0-7.531 23.18l.5 11.921a18.884 18.884 0 0 1-13.859 19.062l-11.475 3.196a34.965 34.965 0 0 0-19.763 14.365l-6.562 9.9c-4.9 7.396-14.128 10.391-22.438 7.289l-11.125-4.153a34.965 34.965 0 0 0-24.458 0l-11.125 4.153c-8.31 3.107-17.537.106-22.438-7.288l-6.562-9.9a34.96 34.96 0 0 0-19.762-14.365l-11.477-3.198a18.883 18.883 0 0 1-13.858-19.062l.5-11.92a34.973 34.973 0 0 0-7.53-23.18l-7.418-9.36a18.886 18.886 0 0 1 0-23.554l7.417-9.36a34.973 34.973 0 0 0 7.531-23.18l-.5-11.922a18.882 18.882 0 0 1 13.858-19.06l11.477-3.197a34.976 34.976 0 0 0 19.762-14.365l6.562-9.902c4.9-7.394 14.125-10.391 22.438-7.288l11.125 4.153a34.978 34.978 0 0 0 24.458 0l11.125-4.154c8.31-3.101 17.538-.105 22.438 7.29l6.562 9.9a34.975 34.975 0 0 0 19.762 14.366l11.477 3.196a18.883 18.883 0 0 1 13.858 19.062l-.5 11.92a34.97 34.97 0 0 0 7.53 23.18l7.418 9.36a18.887 18.887 0 0 1 0 23.555z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M356.467 361.216v-.001c5.158-5.158 8-12.016 8-19.31s-2.842-14.154-8-19.312c-10.649-10.647-27.974-10.647-38.622 0-10.649 10.648-10.649 27.974 0 38.622 5.157 5.159 12.016 8 19.31 8 7.295 0 14.154-2.841 19.312-8zm-27.309-27.309a11.275 11.275 0 0 1 7.998-3.307c2.896 0 5.792 1.102 7.997 3.307 2.137 2.136 3.313 4.977 3.313 7.997s-1.176 5.862-3.313 7.997v.001c-2.136 2.136-4.976 3.313-7.997 3.313s-5.861-1.177-7.998-3.314c-4.41-4.409-4.41-11.585 0-15.994zM401.533 406.281c-5.158 5.158-8 12.017-8 19.312s2.842 14.153 8 19.311c5.324 5.324 12.318 7.986 19.311 7.986s13.987-2.662 19.311-7.986c10.649-10.648 10.649-27.974 0-38.623s-27.974-10.648-38.622 0zm27.309 27.309c-4.41 4.41-11.584 4.411-15.995 0-2.137-2.136-3.313-4.977-3.313-7.997s1.176-5.862 3.313-7.997c2.205-2.205 5.1-3.308 7.997-3.308s5.793 1.103 7.998 3.308c4.41 4.409 4.41 11.585 0 15.994zM424.74 338.009a8.002 8.002 0 0 0-11.314 0l-80.165 80.165a8 8 0 0 0 11.313 11.314l80.165-80.165a8 8 0 0 0 0-11.314z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><\/g><\/svg>\t\t\t<\/figure>\n\t\t\n\t\t<div class=\"ha-infobox-body\">\n\t\t\t<h2 class=\"ha-infobox-title\">Melhores Ofertas<\/h2>\n\t\t\t\t\t\t\t<div class=\"ha-infobox-text\">\n\t\t\t\t\t<p>kits e produtos exclusivos<\/p>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79429a4 e-flex e-con-boxed e-con e-child\" data-id=\"79429a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46c397b ha-infobox-media-dir-left elementor-widget elementor-widget-ha-infobox happy-addon ha-infobox\" data-id=\"46c397b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-infobox.default\">\n\t\t\t\t\t\n\t\t\t\t\t<figure class=\"ha-infobox-figure ha-infobox-figure--icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 256 256\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\" class=\"\"><g><path d=\"M71.215 215.155a4 4 0 0 1-3.94-4.719c7.832-42.887-9.4-68.372-9.579-68.624a4.015 4.015 0 0 1-.066-4.477c2.561-3.918 4.416-15.276 4.511-27.622.116-15.27-2.375-22.627-3.53-23.639A10.582 10.582 0 0 0 48.681 85a7.355 7.355 0 0 0-4.61 5.935c-.778 5.062-3.188 12.234-5.978 20.54-3.078 9.163-6.568 19.548-8.211 28.386a177.97 177.97 0 0 0-2.689 32.232 4 4 0 0 1-1.015 2.761L10.508 192.4a4 4 0 1 1-5.967-5.329l14.636-16.386a184.2 184.2 0 0 1 2.84-32.284c1.747-9.39 5.331-20.058 8.493-29.471 2.561-7.625 4.98-14.826 5.655-19.209a15.375 15.375 0 0 1 9.427-12.1 18.6 18.6 0 0 1 17.727 1.985c9.464 6.835 8.189 46.059 2.258 59.724 4.276 7.283 16.812 32.877 9.568 72.542a4 4 0 0 1-3.93 3.283ZM64.388 251.1a4 4 0 0 1-2.881-6.775l13.644-14.168A4 4 0 0 1 78.77 229c.147.028 15.7 2.785 28.959-3.844.2-.1 13.562-6.608 18.228-17.945a4 4 0 0 1 7.4 3.045c-5.857 14.232-21.459 21.777-22.121 22.091-12.606 6.3-26.455 5.471-31.744 4.838l-12.221 12.69a3.99 3.99 0 0 1-2.883 1.225Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M175.661 118.532a4 4 0 0 1-4-4v-96.8c0-5.3-5.111-9.607-11.394-9.607h-83.9c-6.284 0-11.4 4.31-11.4 9.607V82.85a4 4 0 0 1-8 0V17.729c0-9.708 8.7-17.607 19.4-17.607h83.9c10.694 0 19.394 7.9 19.394 17.607v96.8a4 4 0 0 1-4 4.003ZM106.063 207.485H73.8a4 4 0 0 1 0-8h32.268a4 4 0 0 1 0 8Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M175.028 29.673H61.258a4 4 0 0 1 0-8h113.77a4 4 0 0 1 0 8ZM93.553 184.747h-18.87a4 4 0 1 1 0-8h18.87a4 4 0 0 1 0 8ZM178.769 255.879a4 4 0 0 1-3.665-2.392l-3.542-8.064-21.128-9.642a4.036 4.036 0 0 1-1.227-.871l-40.348-42.092q-.064-.068-.126-.138c-.545-.624-5.264-6.266-3.379-12.162 1.209-3.786 4.615-6.373 10.12-7.689 9.744-2.329 21.675 4.472 29.541 10.167l-32.4-73.751a14.877 14.877 0 0 1-.359-11.207 14.155 14.155 0 0 1 7.623-8.129 14.624 14.624 0 0 1 19.153 7.731 4 4 0 0 1-7.324 3.218 6.622 6.622 0 0 0-8.612-3.625 6.228 6.228 0 0 0-3.338 3.584 6.915 6.915 0 0 0 .181 5.21l35.233 80.207a4 4 0 0 1 .26 2.4l-.962 4.79a4 4 0 0 1-6.64 2.148c-5.32-4.916-21.179-17.2-30.5-14.958-2.875.687-4.136 1.658-4.357 2.337-.355 1.087.791 3.274 1.746 4.426l39.73 41.448 21.819 9.957a4 4 0 0 1 2 2.031l4.157 9.46a4 4 0 0 1-3.66 5.61Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M165.188 171.117a4 4 0 0 1-3.665-2.392l-29.812-67.867a4 4 0 0 1 7.324-3.218l29.813 67.867a4 4 0 0 1-3.66 5.61Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M155.483 149.026a4 4 0 0 1-3.664-2.391 14.877 14.877 0 0 1-.359-11.207 14.186 14.186 0 0 1 18.766-8.244 14.879 14.879 0 0 1 8.009 7.846 4 4 0 1 1-7.324 3.217 6.914 6.914 0 0 0-3.714-3.658 6.187 6.187 0 0 0-8.235 3.618 6.908 6.908 0 0 0 .182 5.209 4 4 0 0 1-3.661 5.61Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M185.02 164.416a4 4 0 0 1-3.665-2.393l-10.444-23.775a4 4 0 0 1 7.324-3.218l10.445 23.776a4 4 0 0 1-3.66 5.61Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M178.353 149.236a4 4 0 0 1-3.665-2.391 14.877 14.877 0 0 1-.359-11.207 14.184 14.184 0 0 1 18.766-8.244 14.876 14.876 0 0 1 8.009 7.846 4 4 0 1 1-7.324 3.217 6.914 6.914 0 0 0-3.714-3.658 6.185 6.185 0 0 0-8.235 3.618 6.908 6.908 0 0 0 .182 5.209 4 4 0 0 1-3.66 5.61Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M205.992 160.307a4 4 0 0 1-3.664-2.392l-8.548-19.457a4 4 0 0 1 7.324-3.218l8.548 19.457a4 4 0 0 1-3.66 5.61Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M201.059 149.076a4 4 0 0 1-3.664-2.392 14.431 14.431 0 1 1 26.417-11.6 4 4 0 1 1-7.325 3.219 6.436 6.436 0 1 0-11.768 5.169 4 4 0 0 1-3.66 5.609Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><path d=\"M248.478 226.778a4 4 0 0 1-3.665-2.392l-3.854-8.775a4 4 0 0 1-.33-1.865l1.147-17.877-25.289-57.569a4 4 0 0 1 7.325-3.217l25.681 58.463a4 4 0 0 1 .33 1.866l-1.147 17.877 3.462 7.882a4 4 0 0 1-3.66 5.61Z\" fill=\"#ff14ab\" opacity=\"1\" data-original=\"#000000\"><\/path><\/g><\/svg>\t\t\t<\/figure>\n\t\t\n\t\t<div class=\"ha-infobox-body\">\n\t\t\t<h2 class=\"ha-infobox-title\">Televendas<\/h2>\n\t\t\t\t\t\t\t<div class=\"ha-infobox-text\">\n\t\t\t\t\t<p>para profissionais e lojistas<\/p>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16a413d e-flex e-con-boxed e-con e-parent\" data-id=\"16a413d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55bf0c9 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"55bf0c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n    function alterarTextoWishlist() {\r\n        document.querySelectorAll(\"a, button\").forEach(function(el) {\r\n\r\n            \/\/ s\u00f3 entra se realmente cont\u00e9m o texto\r\n            if (el.innerHTML.includes(\"Browse wishlist\")) {\r\n\r\n                el.innerHTML = el.innerHTML.replace(\r\n                    \"Browse wishlist\",\r\n                    \"Navegar na lista de desejos\"\r\n                );\r\n\r\n            }\r\n\r\n        });\r\n    }\r\n\r\n    alterarTextoWishlist();\r\n\r\n    \/\/ reaplica (AJAX \/ Elementor \/ Woo)\r\n    setInterval(alterarTextoWishlist, 1000);\r\n\r\n});\r\n\r\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe9a4ec e-con-full e-flex e-con e-child\" data-id=\"fe9a4ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2181f7a elementor-widget elementor-widget-heading\" data-id=\"2181f7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span>\u2661<\/span> Selecionados para voc\u00ea!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de74cdc elementor-widget elementor-widget-text-editor\" data-id=\"de74cdc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tSeparamos essas <strong>op\u00e7\u00f5es incr\u00edveis<\/strong> especialmente para voc\u00ea\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c70d020 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c70d020\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d15bce9 elementor-widget elementor-widget-shortcode\" data-id=\"d15bce9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n<div class=\"swiper produtos-destaque-slider\">\r\n    <div class=\"swiper-wrapper\">\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/1-scoop-surpresa-arabes-5-ml-cada\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"1500\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-200x300.jpeg 200w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-683x1024.jpeg 683w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-768x1152.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-8x12.jpeg 8w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-64x96.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara.jpeg 1024w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=2009\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"2009\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">1 Scoop Surpresa Arabes 5 ml cada<\/h2>\r\n\r\n                <div class=\"preco\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;189,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#082;&#036;&nbsp;189,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;169,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#082;&#036;&nbsp;169,00.<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 56,33                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2009\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/1-scoop-importados\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img decoding=\"async\" width=\"1000\" height=\"1500\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-1000x1500.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-1000x1500.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-200x300.jpeg 200w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-683x1024.jpeg 683w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-768x1152.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-8x12.jpeg 8w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-64x96.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1.jpeg 1024w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=2005\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"2005\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">1 Scoop Importados 2ml cada<\/h2>\r\n\r\n                <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;179,99<\/bdi><\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 60,00                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2005\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/1-scoop-surpresa-arabes\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"1500\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-200x300.jpeg 200w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-683x1024.jpeg 683w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-768x1152.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-8x12.jpeg 8w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-64x96.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara.jpeg 1024w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=2002\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"2002\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">1 Scoop Surpresa Arabes 2ml cada<\/h2>\r\n\r\n                <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;99,90<\/bdi><\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 33,30                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2002\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:1}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n                            <div class=\"badge-marca\">rabanne<\/div>\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/million-gold-for-her-eau-de-parfum-refillable\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-4-de-jul.-de-2026-12_10_51.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=1838\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"1838\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">Million Gold For Her Eau de Parfum Refillable<\/h2>\r\n\r\n                <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;79,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;840,90<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;79,90 through &#82;&#36;&nbsp;840,90<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 26,63                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1838\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card has-hover\">\r\n\r\n                            <div class=\"badge-marca\">rabanne<\/div>\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/rabanne-1-million-elixir-masculino-eau-de-parfum-intense-100ml\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_01_54.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-1000x1000.png\" class=\"img-hover\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-1-de-jul.-de-2026-17_09_15.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=1831\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"1831\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">1 Million Elixir Eau de Parfum Intense (100ml) da Rabanne<\/h2>\r\n\r\n                <div class=\"preco\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;971,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#082;&#036;&nbsp;971,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;899,90<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#082;&#036;&nbsp;899,90.<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 299,97                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1831\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n                            <div class=\"badge-marca\">rabanne<\/div>\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/kit-invictus-victory-elixir-parfum-intense\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-30-de-jun.-de-2026-18_45_22.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                                                    <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/kit-invictus-victory-elixir-parfum-intense\/\" class=\"btn-avise\">\r\n                                Avise-me quando chegar\r\n                            <\/a>\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">Kit Invictus Victory Elixir Parfum Intense 100ml &#8211; Travel Size 10ml &#8211; Desodorante Spray 150ml<\/h2>\r\n\r\n                <div class=\"preco\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;889,90<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#082;&#036;&nbsp;889,90.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;814,90<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#082;&#036;&nbsp;814,90.<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 271,63                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1808\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/sabah-al-ward-al-wataniah-eau-de-parfum\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-27-de-jun.-de-2026-12_25_11.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=1761\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"1761\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">Sabah Al Ward Al Wataniah Eau de Parfum<\/h2>\r\n\r\n                <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;39,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;299,00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;39,90 through &#82;&#36;&nbsp;299,00<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 13,30                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1761\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n                            <div class=\"badge-marca\">Azzaro<\/div>\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/azzaro-forever-wanted-elixir\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/image_e5925635.png 1024w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=1595\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"1595\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">Azzaro Forever Wanted Elixir<\/h2>\r\n\r\n                <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;79,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;899,00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;79,90 through &#82;&#36;&nbsp;899,00<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 26,63                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1595\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card no-hover\">\r\n\r\n                            <div class=\"badge-marca\">Lattafa<\/div>\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/fakhar-black-lattafa-perfumes-eau-de-parfum-perfume-masculino\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1333\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/41-1000x1333.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/41-1000x1333.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/41-225x300.jpeg 225w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/41-768x1024.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/41-9x12.jpeg 9w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/41-64x85.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/41.jpeg 1086w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=1486\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"1486\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">Fakhar Black Lattafa Perfumes Eau de Parfum &#8211; Perfume Masculino<\/h2>\r\n\r\n                <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;39,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;349,00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;39,90 through &#82;&#36;&nbsp;349,00<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 13,30                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1486\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"swiper-slide\">\r\n        <div class=\"produto-card has-hover\">\r\n\r\n                            <div class=\"badge-marca\">Carolina Herrera<\/div>\r\n            \r\n            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/perfume-212-nyc-men-carolina-herrera-eau-de-toilette-masculino\/\" class=\"produto-img\">\r\n                <div class=\"img-wrapper\">\r\n\r\n                    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1333\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/87-1000x1333.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/87-1000x1333.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/87-225x300.jpeg 225w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/87-768x1024.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/87-9x12.jpeg 9w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/87-64x85.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/87.jpeg 1086w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1333\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/86-1000x1333.jpeg\" class=\"img-hover\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/86-1000x1333.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/86-225x300.jpeg 225w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/86-768x1024.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/86-9x12.jpeg 9w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/86-64x85.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/86.jpeg 1086w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>                    \r\n                    <div class=\"hover-area\">\r\n                        \r\n                            <a href=\"?add-to-cart=1270\"\r\n                               class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n                               data-product_id=\"1270\"\r\n                               data-quantity=\"1\">\r\n                                Compre agora\r\n                            <\/a>\r\n\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <div class=\"produto-info\">\r\n\r\n                <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n                <h2 class=\"titulo\">Perfume 212 NYC Men Carolina Herrera &#8211; Eau de Toilette Masculino<\/h2>\r\n\r\n                <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;59,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;729,00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;59,90 through &#82;&#36;&nbsp;729,00<\/span><\/div>\r\n\r\n                                    <div class=\"parcelamento\">\r\n                        ou 3x de R$ 19,97                    <\/div>\r\n                \r\n                <div class=\"wishlist-link\">\r\n                    <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1270\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    \r\n    <\/div>\r\n\r\n    <div class=\"swiper-button-next\"><\/div>\r\n    <div class=\"swiper-button-prev\"><\/div>\r\n    <div class=\"swiper-pagination\"><\/div>\r\n\r\n<\/div>\r\n\r\n<!-- \ud83d\udd25 SWIPER + AJAX -->\r\n<script>\r\njQuery(window).on('load', function(){\r\n\r\n    function initProdutosSlider(){\r\n\r\n        if (typeof Swiper === 'undefined') return;\r\n\r\n        document.querySelectorAll('.produtos-destaque-slider').forEach(function(el){\r\n\r\n            if (el.classList.contains('swiper-initialized')) return;\r\n\r\n            new Swiper(el, {\r\n                slidesPerView: 1,\r\n                spaceBetween: 15,\r\n                loop: false,\r\n\r\n                navigation: {\r\n                    nextEl: el.querySelector('.swiper-button-next'),\r\n                    prevEl: el.querySelector('.swiper-button-prev'),\r\n                },\r\n\r\n                pagination: {\r\n                    el: el.querySelector('.swiper-pagination'),\r\n                    clickable: true,\r\n                },\r\n\r\n                breakpoints: {\r\n                    480: { slidesPerView: 2 },\r\n                    768: { slidesPerView: 3 },\r\n                    1024: { slidesPerView: 4 },\r\n                    1280: { slidesPerView: 5 }\r\n                }\r\n            });\r\n\r\n        });\r\n    }\r\n\r\n    initProdutosSlider();\r\n\r\n    if (window.elementorFrontend) {\r\n        elementorFrontend.hooks.addAction(\r\n            'frontend\/element_ready\/global',\r\n            initProdutosSlider\r\n        );\r\n    }\r\n\r\n    \/\/ \ud83d\udd25 AJAX ADD TO CART\r\n    jQuery('body').on('click', '.btn-comprar', function(e){\r\n        e.preventDefault();\r\n\r\n        var $btn = jQuery(this);\r\n\r\n        if($btn.hasClass('loading')) return;\r\n\r\n        $btn.addClass('loading');\r\n\r\n        jQuery.ajax({\r\n            type: 'POST',\r\n            url: wc_add_to_cart_params.ajax_url,\r\n            data: {\r\n                action: 'woocommerce_ajax_add_to_cart',\r\n                product_id: $btn.data('product_id'),\r\n                quantity: 1\r\n            },\r\n            success: function(response){\r\n\r\n                if(response.fragments){\r\n                    jQuery.each(response.fragments, function(key, value){\r\n                        jQuery(key).replaceWith(value);\r\n                    });\r\n                }\r\n\r\n                jQuery(document.body).trigger('added_to_cart', [\r\n                    response.fragments,\r\n                    response.cart_hash,\r\n                    $btn\r\n                ]);\r\n\r\n                jQuery(document.body).trigger('wc_fragment_refresh');\r\n\r\n                $btn.removeClass('loading');\r\n            }\r\n        });\r\n    });\r\n\r\n});\r\n<\/script>\r\n\r\n<style>\r\n.btn-comprar.loading {\r\n    opacity: 0.6;\r\n    pointer-events: none;\r\n    position: relative;\r\n}\r\n\r\n.btn-comprar.loading::after {\r\n    content: '';\r\n    width: 18px;\r\n    height: 18px;\r\n    border: 2px solid #fff;\r\n    border-top: 2px solid transparent;\r\n    border-radius: 50%;\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    animation: spin 0.6s linear infinite;\r\n}\r\n\r\n@keyframes spin {\r\n    to { transform: translate(-50%, -50%) rotate(360deg); }\r\n}\r\n<\/style>\r\n\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-257d2ec elementor-widget elementor-widget-html\" data-id=\"257d2ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbdb8a5 e-flex e-con-boxed e-con e-parent\" data-id=\"cbdb8a5\" data-element_type=\"container\" data-e-type=\"container\" id=\"marcas\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0484d1c e-con-full e-flex e-con e-child\" data-id=\"0484d1c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35cb2ad elementor-widget elementor-widget-heading\" data-id=\"35cb2ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span>\u2661<\/span> As melhores marcas em um s\u00f3 lugar<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b2b574 ha-arrow-sync-no elementor-widget elementor-widget-ha-logo-carousel happy-addon ha-logo-carousel happy-addon-pro\" data-id=\"6b2b574\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;animation_speed&quot;:800,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:2000,&quot;loop&quot;:&quot;yes&quot;,&quot;navigation&quot;:&quot;arrow&quot;,&quot;slides_to_show_tablet&quot;:3,&quot;slides_to_show_mobile&quot;:2}\" data-widget_type=\"ha-logo-carousel.default\">\n\t\t\t\t\t\n        <div data-ha_rcc_uid=\"\" class=\"ha-logo-carousel-wrap\">\n            \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/eudora\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/03\/logo-eudora.jpg\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"Eudora\"\n\t\t\t\t\t\t\t\talt=\"Eudora\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/natura\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/03\/logo-natura.png\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"Natura\"\n\t\t\t\t\t\t\t\talt=\"Natura\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"ha-logo-carousel-item\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/03\/logo-oboticario.png\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"O Botic\u00e1rio\"\n\t\t\t\t\t\t\t\talt=\"O Botic\u00e1rio\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/lattafa\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/03\/logo-lattafa.png\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"Lattafa\"\n\t\t\t\t\t\t\t\talt=\"Lattafa\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/loccitane\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/04\/logo-loccitane.jpg\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"loccitane\"\n\t\t\t\t\t\t\t\talt=\"loccitane\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/carolina-herrera\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/logo-carolina.png\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"Carolina Herreira\"\n\t\t\t\t\t\t\t\talt=\"Carolina Herreira\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/lacoste\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/lacoste-logo.jpg\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"Lacoste\"\n\t\t\t\t\t\t\t\talt=\"Lacoste\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/rabanne\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/Paco-Rabanne-Logo-1.png\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"Rabanne\"\n\t\t\t\t\t\t\t\talt=\"Rabanne\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                \t\t\t\t<div class=\"ha-slick-slide\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"ha-logo-carousel-item\" href=\"https:\/\/luhguerraperfumaria.com.br\/marca\/armaf\/\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/06\/logo.png\"\n\t\t\t\t\t\t\t\tclass=\"elementor-animation-grow\"\n\t\t\t\t\t\t\t\ttitle=\"Armaf\"\n\t\t\t\t\t\t\t\talt=\"Armaf\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t                <\/div>\n\n                        <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8ba6612 e-flex e-con-boxed e-con e-parent\" data-id=\"8ba6612\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7786f4f e-con-full e-flex e-con e-child\" data-id=\"7786f4f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae36e49 elementor-widget elementor-widget-heading\" data-id=\"ae36e49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span>\u2661<\/span> Lan\u00e7amentos e Tend\u00eancias<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0aa03f5 elementor-widget elementor-widget-text-editor\" data-id=\"0aa03f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNovidades que acabaram de chegar para voc\u00ea <strong>se apaixonar.<\/strong>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17e9dc9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"17e9dc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e35c03 elementor-widget elementor-widget-shortcode\" data-id=\"6e35c03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n<div class=\"produtos-grid\">\r\n\r\n    \r\n    <div class=\"produto-card has-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n                    <div class=\"badge-marca\">Carolina Herrera<\/div>\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/perfume-212-men-nyc-carolina-herrera-masculino-parfum-100ml\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994.jpg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994.jpg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994-300x300.jpg 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994-150x150.jpg 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994-768x768.jpg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994-12x12.jpg 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994-100x100.jpg 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994-50x50.jpg 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/8411061124994-64x64.jpg 64w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001.webp\" class=\"img-hover\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001.webp 800w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001-300x300.webp 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001-150x150.webp 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001-768x768.webp 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001-12x12.webp 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001-100x100.webp 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001-50x50.webp 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/08\/001-64x64.webp 64w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/perfume-212-men-nyc-carolina-herrera-masculino-parfum-100ml\/\" class=\"btn-avise\">\r\n                            Avise-me quando chegar\r\n                        <\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">Perfume 212 Men NYC Carolina Herrera Masculino Parfum 100ml<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;749,90<\/bdi><\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 249,97                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2024\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"produto-card no-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/1-scoop-surpresa-arabes-5-ml-cada\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"1500\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-200x300.jpeg 200w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-683x1024.jpeg 683w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-768x1152.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-8x12.jpeg 8w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-64x96.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara.jpeg 1024w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"?add-to-cart=2009\"\r\n  \t\t\t\t\t\t class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n   \t\t\t\t\t\tdata-product_id=\"2009\"\r\n   \t\t\t\t\t\tdata-quantity=\"1\">\r\n   \t\t\t\t\t\t Compre agora\r\n\t\t\t\t\t\t<\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">1 Scoop Surpresa Arabes 5 ml cada<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;189,00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#082;&#036;&nbsp;189,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;169,00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#082;&#036;&nbsp;169,00.<\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 56,33                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2009\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"produto-card no-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/1-scoop-importados\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img decoding=\"async\" width=\"1000\" height=\"1500\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-1000x1500.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-1000x1500.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-200x300.jpeg 200w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-683x1024.jpeg 683w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-768x1152.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-8x12.jpeg 8w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1-64x96.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/scoop-1.jpeg 1024w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"?add-to-cart=2005\"\r\n  \t\t\t\t\t\t class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n   \t\t\t\t\t\tdata-product_id=\"2005\"\r\n   \t\t\t\t\t\tdata-quantity=\"1\">\r\n   \t\t\t\t\t\t Compre agora\r\n\t\t\t\t\t\t<\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">1 Scoop Importados 2ml cada<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;179,99<\/bdi><\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 60,00                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2005\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"produto-card no-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/1-scoop-surpresa-arabes\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"1500\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-1000x1500.jpeg 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-200x300.jpeg 200w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-683x1024.jpeg 683w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-768x1152.jpeg 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-8x12.jpeg 8w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara-64x96.jpeg 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ara.jpeg 1024w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"?add-to-cart=2002\"\r\n  \t\t\t\t\t\t class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n   \t\t\t\t\t\tdata-product_id=\"2002\"\r\n   \t\t\t\t\t\tdata-quantity=\"1\">\r\n   \t\t\t\t\t\t Compre agora\r\n\t\t\t\t\t\t<\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">1 Scoop Surpresa Arabes 2ml cada<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;99,90<\/bdi><\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 33,30                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2002\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:1}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"produto-card no-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n                    <div class=\"badge-marca\">Lattafa<\/div>\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/ajwad-pink-to-pink-da-lattafa-perfumes\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-15_08_21.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"?add-to-cart=1991\"\r\n  \t\t\t\t\t\t class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n   \t\t\t\t\t\tdata-product_id=\"1991\"\r\n   \t\t\t\t\t\tdata-quantity=\"1\">\r\n   \t\t\t\t\t\t Compre agora\r\n\t\t\t\t\t\t<\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">Ajwad Pink to Pink da Lattafa Perfumes<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;54,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;339,90<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;54,90 through &#82;&#36;&nbsp;339,90<\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 18,30                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1991\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"produto-card no-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/salvo-intense-eau-de-parfum-da-maison-alhambra\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_47_18.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"?add-to-cart=1985\"\r\n  \t\t\t\t\t\t class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n   \t\t\t\t\t\tdata-product_id=\"1985\"\r\n   \t\t\t\t\t\tdata-quantity=\"1\">\r\n   \t\t\t\t\t\t Compre agora\r\n\t\t\t\t\t\t<\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">Salvo Intense Eau de Parfum da Maison Alhambra<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;39,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;269,90<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;39,90 through &#82;&#36;&nbsp;269,90<\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 13,30                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1985\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"produto-card no-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/salvo-eau-de-parfum\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_31_10.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"?add-to-cart=1979\"\r\n  \t\t\t\t\t\t class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n   \t\t\t\t\t\tdata-product_id=\"1979\"\r\n   \t\t\t\t\t\tdata-quantity=\"1\">\r\n   \t\t\t\t\t\t Compre agora\r\n\t\t\t\t\t\t<\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">Salvo Eau de Parfum<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;39,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;269,90<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;39,90 through &#82;&#36;&nbsp;269,90<\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 13,30                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1979\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n    <div class=\"produto-card no-hover\">\r\n\r\n        <!-- BADGE MARCA -->\r\n        \r\n        <!-- IMAGEM -->\r\n        <a href=\"https:\/\/luhguerraperfumaria.com.br\/en\/product\/royal-amber\/\" class=\"produto-img\">\r\n            <div class=\"img-wrapper\">\r\n\r\n                <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-1000x1000.png\" class=\"img-main\" alt=\"\" srcset=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-1000x1000.png 1000w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-300x300.png 300w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-1024x1024.png 1024w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-150x150.png 150w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-768x768.png 768w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-12x12.png 12w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-100x100.png 100w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-50x50.png 50w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03-64x64.png 64w, https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-20-de-jul.-de-2026-14_05_03.png 1254w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\r\n                \r\n                <!-- BOT\u00c3O -->\r\n                <div class=\"hover-area\">\r\n                                            <a href=\"?add-to-cart=1973\"\r\n  \t\t\t\t\t\t class=\"btn-comprar add_to_cart_button ajax_add_to_cart\"\r\n   \t\t\t\t\t\tdata-product_id=\"1973\"\r\n   \t\t\t\t\t\tdata-quantity=\"1\">\r\n   \t\t\t\t\t\t Compre agora\r\n\t\t\t\t\t\t<\/a>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/a>\r\n\r\n        <!-- INFO -->\r\n        <div class=\"produto-info\">\r\n\r\n            <!-- ESTRELAS -->\r\n            <div class=\"fake-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n\r\n            <!-- T\u00cdTULO -->\r\n            <h2 class=\"titulo\">Royal Amber<\/h2>\r\n\r\n            <!-- PRE\u00c7O -->\r\n            <div class=\"preco\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;69,90<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#82;&#36;<\/span>&nbsp;699,90<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#82;&#36;&nbsp;69,90 through &#82;&#36;&nbsp;699,90<\/span><\/div>\r\n\r\n            <!-- PARCELAMENTO -->\r\n                            <div class=\"parcelamento\">\r\n                    ou 3x de R$ 23,30                <\/div>\r\n            \r\n            <!-- WISHLIST -->\r\n            <div class=\"wishlist-link\">\r\n                <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"1973\" data-attributes=\"{&quot;add_label&quot;:&quot;Adicionar \\u00e0 lista de desejos&quot;,&quot;kind&quot;:&quot;button&quot;,&quot;count&quot;:0}\"><\/div>            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    \r\n<\/div>\r\n\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d7c5226 e-flex e-con-boxed e-con e-parent\" data-id=\"d7c5226\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7c2f137 e-flex e-con-boxed e-con e-child\" data-id=\"7c2f137\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d42876c elementor-widget elementor-widget-heading\" data-id=\"d42876c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span>\u2661<\/span> Inscreva-se na nossa Newsletter!\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b38e86 elementor-widget elementor-widget-text-editor\" data-id=\"0b38e86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\treceba dicas e novidades exclusivas! <strong>cadastre-se aqui<\/strong>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d6c889 elementor-widget elementor-widget-html\" data-id=\"7d6c889\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n    <div class=\"newsletter-container-custom\">\r\n      <form class=\"newsletter-form-custom\" method=\"POST\" action=\"https:\/\/luhguerraperfumaria.com.br\/wp-admin\/admin-post.php\">\r\n        \r\n        <input type=\"hidden\" name=\"action\" value=\"enviar_newsletter\">\r\n        <input type=\"hidden\" id=\"newsletter_nonce\" name=\"newsletter_nonce\" value=\"cf1ce0d048\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/10\" \/>\r\n        <input type=\"text\" name=\"nome\" placeholder=\"Seu nome *\" required>\r\n\r\n        <input type=\"tel\" name=\"telefone\" class=\"telefone-mask\" placeholder=\"Celular *\" required>\r\n\r\n        <input type=\"email\" name=\"email\" placeholder=\"Seu e-mail *\" required>\r\n\r\n        <button type=\"submit\">Enviar<\/button>\r\n\r\n      <\/form>\r\n\r\n      \r\n    <\/div>\r\n\r\n    <style>\r\n    .newsletter-container-custom {\r\n      padding: 40px 25px;\r\n      border-radius: 16px;\r\n      position: relative;\r\n      overflow: hidden;\r\n      text-align:center;\r\n    }\r\n\r\n    .form-msg {\r\n      margin-top:15px;\r\n      color:#fff;\r\n      font-size:14px;\r\n    }\r\n\r\n    .newsletter-form-custom {\r\n      display: flex;\r\n      gap: 15px;\r\n      max-width: 900px;\r\n      margin: 0 auto;\r\n      align-items: center;\r\n      justify-content: center;\r\n      flex-wrap: wrap;\r\n      position: relative;\r\n      z-index: 2;\r\n    }\r\n\r\n    .newsletter-form-custom input {\r\n      flex: 1;\r\n      min-width: 200px;\r\n      padding: 14px 20px;\r\n      border-radius: 40px;\r\n      border: 1px solid rgba(255,255,255,0.4);\r\n      outline: none;\r\n      font-size: 15px;\r\n      background: rgba(255,255,255,0.25);\r\n      backdrop-filter: blur(10px);\r\n      color: #fff;\r\n      transition: all 0.3s ease;\r\n      font-family: \"Questrial\", Sans-serif;\r\n    }\r\n\r\n    .newsletter-form-custom input::placeholder {\r\n      color: rgba(255,255,255,0.8);\r\n    }\r\n\r\n    .newsletter-form-custom button {\r\n      padding: 14px 35px;\r\n      border-radius: 40px;\r\n      border: none;\r\n      background: linear-gradient(135deg, #ffffff, #f5f5f5);\r\n      color: #ff14ab;\r\n      font-weight: bold;\r\n      cursor: pointer;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n      .newsletter-form-custom {\r\n        flex-direction: column;\r\n      }\r\n      .newsletter-form-custom input,\r\n      .newsletter-form-custom button {\r\n        width: 100%;\r\n      }\r\n    }\r\n    <\/style>\r\n\r\n    <script>\r\n    document.addEventListener(\"DOMContentLoaded\", function() {\r\n        document.querySelectorAll('.telefone-mask').forEach(function(input) {\r\n            input.addEventListener('input', function(e) {\r\n                let v = e.target.value.replace(\/\\D\/g, '');\r\n\r\n                if (v.length > 11) v = v.slice(0, 11);\r\n\r\n                if (v.length > 10) {\r\n                    v = v.replace(\/^(\\d{2})(\\d{5})(\\d{4}).*\/, '($1) $2-$3');\r\n                } else if (v.length > 6) {\r\n                    v = v.replace(\/^(\\d{2})(\\d{4})(\\d{0,4}).*\/, '($1) $2-$3');\r\n                } else if (v.length > 2) {\r\n                    v = v.replace(\/^(\\d{2})(\\d{0,5})\/, '($1) $2');\r\n                } else {\r\n                    v = v.replace(\/^(\\d*)\/, '($1');\r\n                }\r\n\r\n                e.target.value = v;\r\n            });\r\n        });\r\n    });\r\n    <\/script>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbb549e e-flex e-con-boxed e-con e-parent\" data-id=\"fbb549e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-318fd5a e-con-full e-flex e-con e-child\" data-id=\"318fd5a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a0b071a elementor-widget elementor-widget-heading\" data-id=\"a0b071a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">siga @luhguerra_cosmeticos<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6376df8 elementor-widget elementor-widget-insta_gallery_custom\" data-id=\"6376df8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"insta_gallery_custom.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"insta-gallery-custom\"><a href=\"https:\/\/www.instagram.com\/reel\/Da0nGObRMVu\/?utm_source=ig_web_copy_link&#038;igsh=MzRlODBiNWFlZA==\" target=\"_blank\" class=\"insta-item-custom\"><img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-15-at-21.25.12.jpeg\" alt=\"\"><div class=\"overlay\">\r\n                        <svg viewBox=\"0 0 24 24\">\r\n                        <path d=\"M7 2C4.2 2 2 4.2 2 7v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V7c0-2.8-2.2-5-5-5H7zm5 5.2A4.8 4.8 0 1 1 7.2 12 4.8 4.8 0 0 1 12 7.2zm6.2-.9a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.2zM12 9a3 3 0 1 0 3 3 3 3 0 0 0-3-3z\"\/>\r\n                        <\/svg>\r\n                      <\/div><\/a><a href=\"https:\/\/www.instagram.com\/reel\/DZ_OhW0QFwI\/?utm_source=ig_web_copy_link&#038;igsh=MzRlODBiNWFlZA==\" target=\"_blank\" class=\"insta-item-custom\"><img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/0111.jpeg\" alt=\"\"><div class=\"overlay\">\r\n                        <svg viewBox=\"0 0 24 24\">\r\n                        <path d=\"M7 2C4.2 2 2 4.2 2 7v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V7c0-2.8-2.2-5-5-5H7zm5 5.2A4.8 4.8 0 1 1 7.2 12 4.8 4.8 0 0 1 12 7.2zm6.2-.9a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.2zM12 9a3 3 0 1 0 3 3 3 3 0 0 0-3-3z\"\/>\r\n                        <\/svg>\r\n                      <\/div><\/a><a href=\"https:\/\/www.instagram.com\/luhguerra_cosmeticos\" target=\"_blank\" class=\"insta-item-custom\"><img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/03\/insta03.jpg\" alt=\"\"><div class=\"overlay\">\r\n                        <svg viewBox=\"0 0 24 24\">\r\n                        <path d=\"M7 2C4.2 2 2 4.2 2 7v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V7c0-2.8-2.2-5-5-5H7zm5 5.2A4.8 4.8 0 1 1 7.2 12 4.8 4.8 0 0 1 12 7.2zm6.2-.9a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.2zM12 9a3 3 0 1 0 3 3 3 3 0 0 0-3-3z\"\/>\r\n                        <\/svg>\r\n                      <\/div><\/a><a href=\"https:\/\/www.instagram.com\/reel\/DaNxO92xvJA\/?utm_source=ig_web_copy_link&#038;igsh=MzRlODBiNWFlZA==\" target=\"_blank\" class=\"insta-item-custom\"><img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/07\/0101.jpeg\" alt=\"\"><div class=\"overlay\">\r\n                        <svg viewBox=\"0 0 24 24\">\r\n                        <path d=\"M7 2C4.2 2 2 4.2 2 7v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V7c0-2.8-2.2-5-5-5H7zm5 5.2A4.8 4.8 0 1 1 7.2 12 4.8 4.8 0 0 1 12 7.2zm6.2-.9a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.2zM12 9a3 3 0 1 0 3 3 3 3 0 0 0-3-3z\"\/>\r\n                        <\/svg>\r\n                      <\/div><\/a><a href=\"https:\/\/www.instagram.com\/luhguerra_cosmeticos\" target=\"_blank\" class=\"insta-item-custom\"><img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/insta07.jpg\" alt=\"\"><div class=\"overlay\">\r\n                        <svg viewBox=\"0 0 24 24\">\r\n                        <path d=\"M7 2C4.2 2 2 4.2 2 7v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V7c0-2.8-2.2-5-5-5H7zm5 5.2A4.8 4.8 0 1 1 7.2 12 4.8 4.8 0 0 1 12 7.2zm6.2-.9a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.2zM12 9a3 3 0 1 0 3 3 3 3 0 0 0-3-3z\"\/>\r\n                        <\/svg>\r\n                      <\/div><\/a><a href=\"https:\/\/www.instagram.com\/luhguerra_cosmeticos\" target=\"_blank\" class=\"insta-item-custom\"><img decoding=\"async\" src=\"https:\/\/luhguerraperfumaria.com.br\/wp-content\/uploads\/2026\/05\/insta09.jpg\" alt=\"\"><div class=\"overlay\">\r\n                        <svg viewBox=\"0 0 24 24\">\r\n                        <path d=\"M7 2C4.2 2 2 4.2 2 7v10c0 2.8 2.2 5 5 5h10c2.8 0 5-2.2 5-5V7c0-2.8-2.2-5-5-5H7zm5 5.2A4.8 4.8 0 1 1 7.2 12 4.8 4.8 0 0 1 12 7.2zm6.2-.9a1.2 1.2 0 1 1-1.2-1.2 1.2 1.2 0 0 1 1.2 1.2zM12 9a3 3 0 1 0 3 3 3 3 0 0 0-3-3z\"\/>\r\n                        <\/svg>\r\n                      <\/div><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed14a93 elementor-widget elementor-widget-ha-creative-button happy-addon ha-creative-button\" data-id=\"ed14a93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-creative-button.default\">\n\t\t\t\t\t\t\t<div data-magnetic=\"no\" class=\"ha-creative-btn-wrap\">\n\t\t\t<a class=\"ha-creative-btn ha-stl--estilo ha-eft--dissolve\" href=\"https:\/\/www.instagram.com\/luhguerra_cosmeticos\" target=\"_blank\" rel=\"nofollow\">Acompanhar nosso feed<\/a>\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>.custom-banner-slider { position: relative; overflow: hidden; padding: 30px 0 60px; min-height: 450px; cursor: grab; touch-action: pan-y; } .slider-wrapper { position: relative; height: 100%; } .slide { position: absolute; top: 0; left: 50%; transform: translateX(-50%) scale(0.85); width: 60%; opacity: 0; transition: all 0.6s ease; } .slide img { width: 100%; border-radius: 12px; display: block; aspect-ratio: 16\/6; [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":478,"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":1963,"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/pages\/10\/revisions\/1963"}],"wp:attachment":[{"href":"https:\/\/luhguerraperfumaria.com.br\/en\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}