{"id":12092,"date":"2025-07-18T14:48:12","date_gmt":"2025-07-18T12:48:12","guid":{"rendered":"https:\/\/www.bodyfence.net\/new-ppf-products\/"},"modified":"2026-07-10T12:19:47","modified_gmt":"2026-07-10T10:19:47","slug":"ppf","status":"publish","type":"page","link":"https:\/\/www.bodyfence.net\/en\/ppf\/","title":{"rendered":"BODYFENCE Range"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12092\" class=\"elementor elementor-12092 elementor-8646\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ee649a e-con-full e-flex e-con e-parent\" data-id=\"4ee649a\" data-element_type=\"container\" data-e-type=\"container\" id=\"top-page\">\n\t\t<div class=\"elementor-element elementor-element-5c8df31f e-con-full bodyfence-section-bg e-flex e-con e-child\" data-id=\"5c8df31f\" data-element_type=\"container\" data-e-type=\"container\" id=\"advance-header\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c49776b elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"3c49776b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n<script type=\"text\/javascript\">\r\nvar $ = jQuery;\r\n$(document).ready(function () {\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 1. INIT \u2014 aucun bouton actif, on affiche uniquement l'intro\r\n    \/\/ ============================================================\r\n    $('.control-area > .elementor-element').removeClass('active');\r\n    $('.details-area').each(function () {\r\n        $(this).children('.elementor-element').hide();\r\n        $(this).children('.elementor-element').eq(0).show(); \/\/ intro\r\n    });\r\n\r\n    \/\/ Cacher aussi toutes les sous-zones au d\u00e9part\r\n    $('.sub-details-area').each(function () {\r\n        $(this).children('.elementor-element').hide();\r\n    });\r\n    $('.sub-control-wrap').hide();\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 2. FONCTION \u2014 activer un produit principal (control-area)\r\n    \/\/ ============================================================\r\n    function activateProduct($btn) {\r\n        var index = $btn.index() - $('.control-area > .elementor-element').eq(0).index();\r\n\r\n        \/\/ D\u00e9sactive tout\r\n        $('.control-area > .elementor-element').removeClass('active');\r\n        $btn.addClass('active');\r\n\r\n        \/\/ Affiche le bon child dans chaque details-area\r\n        $('.details-area').each(function () {\r\n            $(this).children('.elementor-element').hide();\r\n            $(this).children('.elementor-element').eq(index + 1).show(); \/\/ +1 pour ignorer intro\r\n        });\r\n\r\n        \/\/ G\u00e8re le sous-niveau : si le produit actif contient un sub-control-area, on l'active\r\n        var $activeChildren = $('.details-area').children('.elementor-element:visible');\r\n        var hasSub = $activeChildren.find('.sub-control-area').length > 0;\r\n\r\n        if (hasSub) {\r\n            \/\/ R\u00e9initialise et active la premi\u00e8re couleur par d\u00e9faut\r\n            activateSubProduct(\r\n                $activeChildren.find('.sub-control-area > .elementor-element').first()\r\n            );\r\n            $activeChildren.find('.sub-control-wrap').show();\r\n        } else {\r\n            \/\/ Produit normal : on cache tout ce qui est sous-niveau\r\n            $('.sub-control-wrap').hide();\r\n            $('.sub-details-area').each(function () {\r\n                $(this).children('.elementor-element').hide();\r\n            });\r\n        }\r\n    }\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 3. FONCTION \u2014 activer une sous-s\u00e9lection couleur (sub-control-area)\r\n    \/\/ ============================================================\r\n    function activateSubProduct($subBtn) {\r\n        \/\/ Trouve le sub-control-area parent de ce bouton\r\n        var $subControlArea = $subBtn.closest('.sub-control-area');\r\n\r\n        \/\/ Index du bouton cliqu\u00e9 parmi les enfants du sub-control-area\r\n        var subIndex = $subBtn.index() - $subControlArea.children('.elementor-element').eq(0).index();\r\n\r\n        \/\/ D\u00e9sactive tous les sous-boutons de ce sub-control-area\r\n        $subControlArea.children('.elementor-element').removeClass('active');\r\n        $subBtn.addClass('active');\r\n\r\n        \/\/ Affiche le bon enfant dans chaque sub-details-area visible\r\n        $('.details-area').children('.elementor-element:visible').find('.sub-details-area').each(function () {\r\n            $(this).children('.elementor-element').hide();\r\n            $(this).children('.elementor-element').eq(subIndex).show();\r\n        });\r\n    }\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 4. CLIC \u2014 bouton produit principal\r\n    \/\/ ============================================================\r\n    $('.control-area > .elementor-element').on('click', function () {\r\n        activateProduct($(this));\r\n        var id = $(this).attr('id');\r\n        if (id) {\r\n            history.replaceState(null, null, '#' + id);\r\n        }\r\n    });\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 5. CLIC \u2014 bouton sous-s\u00e9lection couleur\r\n    \/\/ ============================================================\r\n    $(document).on('click', '.sub-control-area > .elementor-element', function () {\r\n        activateSubProduct($(this));\r\n    });\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 6. CAROUSEL \u2014 fl\u00e8ches gauche \/ droite pour sub-control-area\r\n    \/\/ Structure attendue dans Elementor :\r\n    \/\/   .sub-control-wrap\r\n    \/\/     \u251c\u2500\u2500 .sub-arrow-prev\r\n    \/\/     \u251c\u2500\u2500 .sub-track-wrapper   \u2190 overflow:hidden\r\n    \/\/     \u2502     \u2514\u2500\u2500 .sub-control-area  \u2190 translateX appliqu\u00e9 ici\r\n    \/\/     \u2514\u2500\u2500 .sub-arrow-next\r\n    \/\/ ============================================================\r\n\r\n    \/\/ \u2500\u2500 R\u00c9GLAGES CAROUSEL \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n    var SUB_VISIBLE_DESKTOP = 5;  \/\/ Couleurs visibles sur desktop (\u2265 1280px)\r\n    var SUB_VISIBLE_MOBILE  = 4;  \/\/ Couleurs visibles sur mobile\/tablette (< 1280px)\r\n    var SUB_STEP            = 2;  \/\/ Couleurs d\u00e9fil\u00e9es par clic de fl\u00e8che ou drag (1, 2, 3...)\r\n    \/\/ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n\r\n    \/\/ Retourne le bon SUB_VISIBLE selon la largeur d'\u00e9cran courante\r\n    function getSubVisible() {\r\n        return window.innerWidth >= 1280 ? SUB_VISIBLE_DESKTOP : SUB_VISIBLE_MOBILE;\r\n    }\r\n\r\n    function getSubOffset($subControlArea) {\r\n        return parseInt($subControlArea.data('offset') || 0);\r\n    }\r\n\r\n    function setSubOffset($subControlArea, val) {\r\n        $subControlArea.data('offset', val);\r\n    }\r\n\r\n    function updateCarousel($subControlArea) {\r\n        var subVisible = getSubVisible();\r\n        var offset     = getSubOffset($subControlArea);\r\n        var $items     = $subControlArea.children('.elementor-element');\r\n        var total      = $items.length;\r\n\r\n        \/\/ Largeur lue depuis l'item (fiable car fix\u00e9e en px dans le CSS)\r\n        var itemWidth = $items.first().outerWidth(true);\r\n\r\n        \/\/ Boucle infinie : ram\u00e8ne l'offset dans [0, total - subVisible]\r\n        var maxOffset = total - subVisible;\r\n        if (maxOffset < 0) maxOffset = 0;\r\n        if (offset < 0)         offset = maxOffset; \/\/ d\u00e9passement gauche \u2192 va \u00e0 la fin\r\n        if (offset > maxOffset) offset = 0;         \/\/ d\u00e9passement droite \u2192 revient au d\u00e9but\r\n        setSubOffset($subControlArea, offset);\r\n\r\n        \/\/ D\u00e9place le track\r\n        $subControlArea.css('transform', 'translateX(-' + (offset * itemWidth) + 'px)');\r\n\r\n        \/\/ Les fl\u00e8ches restent toujours actives (boucle infinie)\r\n        var $wrap = $subControlArea.closest('.sub-control-wrap');\r\n        $wrap.find('.sub-arrow-prev, .sub-arrow-next').removeClass('disabled');\r\n    }\r\n\r\n    \/\/ Recalcule tous les carousels visibles au resize (changement de breakpoint)\r\n    $(window).on('resize', function () {\r\n        $('.sub-control-area:visible').each(function () {\r\n            updateCarousel($(this));\r\n        });\r\n    });\r\n\r\n    \/\/ Fl\u00e8che pr\u00e9c\u00e9dente\r\n    $(document).on('click', '.sub-arrow-prev', function () {\r\n        var $subControlArea = $(this).closest('.sub-control-wrap').find('.sub-track-wrapper .sub-control-area');\r\n        setSubOffset($subControlArea, getSubOffset($subControlArea) - SUB_STEP);\r\n        updateCarousel($subControlArea);\r\n    });\r\n\r\n    \/\/ Fl\u00e8che suivante\r\n    $(document).on('click', '.sub-arrow-next', function () {\r\n        var $subControlArea = $(this).closest('.sub-control-wrap').find('.sub-track-wrapper .sub-control-area');\r\n        setSubOffset($subControlArea, getSubOffset($subControlArea) + SUB_STEP);\r\n        updateCarousel($subControlArea);\r\n    });\r\n\r\n    \/\/ \u2500\u2500 DRAG SOURIS sur le carousel \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n    \/\/ Seuil en px \u00e0 partir duquel un drag d\u00e9clenche un d\u00e9filement\r\n    var DRAG_THRESHOLD = 100; \/\/ \u2190 modifiable : distance de drag pour d\u00e9clencher (en pixels)\r\n\r\n    $(document).on('mousedown', '.sub-track-wrapper', function (e) {\r\n        var $wrapper        = $(this);\r\n        var $subControlArea = $wrapper.find('.sub-control-area');\r\n        var startX          = e.clientX;\r\n        var dragging        = false;\r\n\r\n        $(document).on('mousemove.cfdrag', function (e) {\r\n            var dx = e.clientX - startX;\r\n            if (Math.abs(dx) > 5) dragging = true;\r\n        });\r\n\r\n        $(document).on('mouseup.cfdrag', function (e) {\r\n            $(document).off('mousemove.cfdrag mouseup.cfdrag');\r\n            if (!dragging) return;\r\n\r\n            var dx = e.clientX - startX;\r\n            if (dx < -DRAG_THRESHOLD) {\r\n                \/\/ Drag vers la gauche \u2192 avance\r\n                setSubOffset($subControlArea, getSubOffset($subControlArea) + SUB_STEP);\r\n                updateCarousel($subControlArea);\r\n            } else if (dx > DRAG_THRESHOLD) {\r\n                \/\/ Drag vers la droite \u2192 recule\r\n                setSubOffset($subControlArea, getSubOffset($subControlArea) - SUB_STEP);\r\n                updateCarousel($subControlArea);\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Emp\u00eache le clic de s\u00e9lection couleur si c'\u00e9tait un drag\r\n    $(document).on('mousedown', '.sub-control-area > .elementor-element', function () {\r\n        $(this).data('dragStartX', event.clientX);\r\n    });\r\n    $(document).on('click', '.sub-control-area > .elementor-element', function (e) {\r\n        var startX = $(this).data('dragStartX') || e.clientX;\r\n        if (Math.abs(e.clientX - startX) > DRAG_THRESHOLD) {\r\n            e.stopImmediatePropagation(); \/\/ annule le clic couleur si c'\u00e9tait un drag\r\n        }\r\n    });\r\n    \/\/ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 7. ANCRE URL au chargement\r\n    \/\/ ============================================================\r\n    if (window.location.hash.length > 1) {\r\n        var anchor = window.location.hash;\r\n        var $targetBtn = $('.control-area > .elementor-element' + anchor);\r\n        if ($targetBtn.length) {\r\n            activateProduct($targetBtn);\r\n            setTimeout(function () { window.scrollTo(0, 0); }, 10);\r\n        }\r\n    }\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 8. CLIC sur lien avec # \u2192 filtre si bouton produit concern\u00e9\r\n    \/\/ ============================================================\r\n    $('a[href^=\"#\"]').on('click', function (e) {\r\n        var href = $(this).attr('href');\r\n        if (href.length <= 1) return;\r\n\r\n        var $targetBtn = $('.control-area > .elementor-element' + href);\r\n        if ($targetBtn.length) {\r\n            e.preventDefault();\r\n            activateProduct($targetBtn);\r\n            history.replaceState(null, null, href);\r\n            window.scrollTo(0, 0);\r\n        }\r\n    });\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 9. SCROLL vers le haut\r\n    \/\/ ============================================================\r\n    $('.scroll-top-btn').on('click', function (e) {\r\n        e.preventDefault();\r\n        const topPage = document.getElementById('top-page');\r\n        if (topPage) {\r\n            window.scrollTo({ top: topPage.offsetTop, behavior: 'smooth' });\r\n        }\r\n    });\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 10. SCROLL vers zone descriptions\r\n    \/\/ ============================================================\r\n    $('.scroll-down-btn').on('click', function (e) {\r\n        e.preventDefault();\r\n        const desc = document.getElementById('descriptions');\r\n        if (desc) {\r\n            window.scrollTo({ top: desc.offsetTop, behavior: 'smooth' });\r\n        }\r\n    });\r\n\r\n\r\n    \/\/ ============================================================\r\n    \/\/ 11. SCROLL vers sections scroll-next\r\n    \/\/ ============================================================\r\n    function scrollToClass(buttonClass, targetClass) {\r\n        $(buttonClass).on('click', function (e) {\r\n            e.preventDefault();\r\n            const $target = $('.' + targetClass + ':visible').first();\r\n            if ($target.length) {\r\n                window.scrollTo({ top: $target.offset().top, behavior: 'smooth' });\r\n            }\r\n        });\r\n    }\r\n\r\n    scrollToClass('.btn-scroll-next1', 'scroll-next1');\r\n    scrollToClass('.btn-scroll-next2', 'scroll-next2');\r\n    scrollToClass('.btn-scroll-next3', 'scroll-next3');\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c606de3 e-con-full e-flex e-con e-child\" data-id=\"7c606de3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-702f3a4 e-con-full e-flex e-con e-child\" data-id=\"702f3a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3b9b2b1 e-con-full e-flex e-con e-child\" data-id=\"3b9b2b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1569f41 e-con-full details-area e-flex e-con e-child\" data-id=\"1569f41\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2bcf9342 e-con-full e-flex e-con e-child\" data-id=\"2bcf9342\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1152420 elementor-widget elementor-widget-image\" data-id=\"1152420\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"123\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-768x123.webp\" class=\"attachment-medium_large size-medium_large wp-image-8873\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-768x123.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-300x48.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-1024x164.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px.webp 1456w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-24f9170f e-con-full e-flex e-con e-child\" data-id=\"24f9170f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d18f61d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1d18f61d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BODYFENCE<span style=\"font-weight: 900\">X<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-206c00aa animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"206c00aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Give it a second skin!<\/h2>\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-2d66a853 e-con-full e-flex e-con e-child\" data-id=\"2d66a853\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d14e222 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4d14e222\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BODYFENCE<span style=\"font-weight: 900\">XM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12f7b49b animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"12f7b49b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Give it a second skin!<\/h2>\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-570748ee e-con-full e-flex e-con e-child\" data-id=\"570748ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-586ce396 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"586ce396\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BODYFENCE<span style=\"font-weight: 900\">XS<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d21e4b6 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3d21e4b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Give it a second skin!<\/h2>\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-1d0222b1 e-con-full e-flex e-con e-child\" data-id=\"1d0222b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30fadc52 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"30fadc52\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">bf<span style=\"font-weight: 900\">WIDE<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ab37c44 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3ab37c44\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">the protective film with no limits!<\/h2>\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-1c6877bd e-con-full e-flex e-con e-child\" data-id=\"1c6877bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-248a8612 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"248a8612\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">bf<span style=\"font-weight: 900\">black<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4eb40386 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4eb40386\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">choose 100% black protection!<\/h2>\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-13be3173 e-con-full e-flex e-con e-child\" data-id=\"13be3173\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34e7650f elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"34e7650f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">bf<span style=\"font-weight: 900\">blackM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2318542d animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2318542d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">choose 100% black protection!<\/h2>\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-56c2c3b9 e-con-full e-flex e-con e-child\" data-id=\"56c2c3b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c27636e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2c27636e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">candyfence<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a21c5e5 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1a21c5e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Visually enhancing protective films<\/h2>\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-4a2bcb22 e-con-full e-flex e-con e-child\" data-id=\"4a2bcb22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cf05a38 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6cf05a38\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Body<span style=\"font-weight: 900\">Xfast<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e97019a animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e97019a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Faster. Tougher. Brighter.  <\/h2>\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-25e7ddfc e-con-full e-flex e-con e-child\" data-id=\"25e7ddfc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2d2fae elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d2d2fae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">dfence<span style=\"font-weight: 900\">XTRM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c48a104 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3c48a104\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ride safely off the beaten track!<\/h2>\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-1cee2379 e-con-full e-flex e-con e-child\" data-id=\"1cee2379\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-748c459a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"748c459a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">dfence<span style=\"font-weight: 900\">ONEX<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-358d7efd animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"358d7efd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">effectively protect interior surfaces!<\/h2>\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-7715920d e-con-full e-flex e-con e-child\" data-id=\"7715920d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-163e3ec7 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"163e3ec7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">dfence<span style=\"font-weight: 900\">ONEXM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-265217d1 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"265217d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">effectively protect interior surfaces!<\/h2>\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-5da49b0f e-con-full e-flex e-con e-child\" data-id=\"5da49b0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d68d3e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8d68d3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">black<span style=\"font-weight: 900\">light<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18c2cc2e animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"18c2cc2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A touch of light!<\/h2>\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-514e1c45 e-con-full e-flex e-con e-child\" data-id=\"514e1c45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d2d9082 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6d2d9082\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">bfshield<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-785afc7b animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"785afc7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GIVE YOUR CAR AN ELEGANT LOOK!<\/h2>\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-13ad0b64 e-con-full e-flex e-con e-child\" data-id=\"13ad0b64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-495e4c34 e-con-full e-flex e-con e-child\" data-id=\"495e4c34\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-15359e22 e-con-full e-flex e-con e-child\" data-id=\"15359e22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d606b3f elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3d606b3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">nano <span style=\"font-weight: 900\">serum<\/span><\/h2>\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-1a2e8d49 e-con-full e-flex e-con e-child\" data-id=\"1a2e8d49\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-17d72e0e e-con-full nano-serum-by e-flex e-con e-child\" data-id=\"17d72e0e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5befa36 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5befa36\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">by<\/h2>\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-1eaf0e6d e-con-full nano-serum-hexis e-flex e-con e-child\" data-id=\"1eaf0e6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5807baf1 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5807baf1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">HEXIS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-210d9fc7 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"210d9fc7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ceramic treatment kit for PPF &amp; total covering.<\/h2>\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-fe0cd7c e-con-full e-flex e-con e-child\" data-id=\"fe0cd7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20332e94 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"20332e94\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">body<span style=\"font-weight: 900\">kit<\/span> <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77157bbc animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"77157bbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pre-cut kits<\/h2>\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-73e9009 e-con-full e-flex e-con e-child\" data-id=\"73e9009\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cbe2013 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5cbe2013\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">HEXIS PRECUT LAB<\/span> <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2301f720 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2301f720\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cutting Software<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-48b706a7 e-con-full e-flex e-con e-child\" data-id=\"48b706a7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6e3a09c9 e-con-full e-flex e-con e-child\" data-id=\"6e3a09c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-25c184af e-con-full details-area animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"25c184af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:1500}\">\n\t\t<div class=\"elementor-element elementor-element-46a60f3 e-con-full e-flex e-con e-child\" data-id=\"46a60f3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-67ea5e0b e-con-full e-flex e-con e-child\" data-id=\"67ea5e0b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c61f541 elementor-widget elementor-widget-heading\" data-id=\"6c61f541\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ADVANTAGES<\/h2>\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-2aff115a e-con-full e-flex e-con e-child\" data-id=\"2aff115a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39eb582a elementor-widget elementor-widget-heading\" data-id=\"39eb582a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">anti<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d4f248d elementor-widget elementor-widget-heading\" data-id=\"6d4f248d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CHIPPING<\/h6>\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-2739e03d e-con-full e-flex e-con e-child\" data-id=\"2739e03d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53aa0961 elementor-widget elementor-widget-heading\" data-id=\"53aa0961\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">auto<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73cc1b45 elementor-widget elementor-widget-heading\" data-id=\"73cc1b45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">HEALING<\/h6>\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-4c745083 e-con-full e-flex e-con e-child\" data-id=\"4c745083\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d6732c4 elementor-widget elementor-widget-heading\" data-id=\"6d6732c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">auto<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-245c6527 elementor-widget elementor-widget-heading\" data-id=\"245c6527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEANING<\/h6>\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-62fe6383 e-con-full e-flex e-con e-child\" data-id=\"62fe6383\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-336e5a66 elementor-widget elementor-widget-heading\" data-id=\"336e5a66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">ultra<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a04cc95 elementor-widget elementor-widget-heading\" data-id=\"4a04cc95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\t\t\t\t<\/div>\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-75a42a4e e-con-full e-flex e-con e-child\" data-id=\"75a42a4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-30f28e66 e-con-full e-flex e-con e-child\" data-id=\"30f28e66\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b13651 elementor-widget elementor-widget-heading\" data-id=\"7b13651\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-7f8eff1a e-con-full e-flex e-con e-child\" data-id=\"7f8eff1a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15de446e elementor-widget elementor-widget-heading\" data-id=\"15de446e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21c47325 elementor-widget elementor-widget-heading\" data-id=\"21c47325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-7f68327f e-con-full e-flex e-con e-child\" data-id=\"7f68327f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76f09954 elementor-widget elementor-widget-heading\" data-id=\"76f09954\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4513c132 elementor-widget elementor-widget-heading\" data-id=\"4513c132\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-18ed8bf1 e-con-full e-flex e-con e-child\" data-id=\"18ed8bf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71791704 elementor-widget elementor-widget-heading\" data-id=\"71791704\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30109232 elementor-widget elementor-widget-heading\" data-id=\"30109232\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-1e3796c6 e-con-full e-flex e-con e-child\" data-id=\"1e3796c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7883179e elementor-widget elementor-widget-heading\" data-id=\"7883179e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d8b2d6c elementor-widget elementor-widget-heading\" data-id=\"7d8b2d6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-597eb955 e-con-full e-flex e-con e-child\" data-id=\"597eb955\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e58838b e-con-full e-flex e-con e-child\" data-id=\"e58838b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a159403 elementor-widget elementor-widget-heading\" data-id=\"a159403\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-1e604c27 e-con-full e-flex e-con e-child\" data-id=\"1e604c27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-737f6221 elementor-widget elementor-widget-heading\" data-id=\"737f6221\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ff72684 elementor-widget elementor-widget-heading\" data-id=\"2ff72684\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-4ed3d51c e-con-full e-flex e-con e-child\" data-id=\"4ed3d51c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79eb1075 elementor-widget elementor-widget-heading\" data-id=\"79eb1075\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6abcaf27 elementor-widget elementor-widget-heading\" data-id=\"6abcaf27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-17949321 e-con-full e-flex e-con e-child\" data-id=\"17949321\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23fa03cb elementor-widget elementor-widget-heading\" data-id=\"23fa03cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11bae136 elementor-widget elementor-widget-heading\" data-id=\"11bae136\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">mate<\/h6>\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-529c1341 e-con-full e-flex e-con e-child\" data-id=\"529c1341\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-761f0e6c elementor-widget elementor-widget-heading\" data-id=\"761f0e6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d7d18da elementor-widget elementor-widget-heading\" data-id=\"2d7d18da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-4f8505ac e-con-full e-flex e-con e-child\" data-id=\"4f8505ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3dd11157 e-con-full e-flex e-con e-child\" data-id=\"3dd11157\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-526bebf4 elementor-widget elementor-widget-heading\" data-id=\"526bebf4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-2913e25a e-con-full e-flex e-con e-child\" data-id=\"2913e25a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-158291b1 elementor-widget elementor-widget-heading\" data-id=\"158291b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-320973b8 elementor-widget elementor-widget-heading\" data-id=\"320973b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-4040aa91 e-con-full e-flex e-con e-child\" data-id=\"4040aa91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d8138f0 elementor-widget elementor-widget-heading\" data-id=\"d8138f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39284718 elementor-widget elementor-widget-heading\" data-id=\"39284718\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-6c70d2c9 e-con-full e-flex e-con e-child\" data-id=\"6c70d2c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-377e7286 elementor-widget elementor-widget-heading\" data-id=\"377e7286\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23235cfb elementor-widget elementor-widget-heading\" data-id=\"23235cfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">satin<\/h6>\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-362029e2 e-con-full e-flex e-con e-child\" data-id=\"362029e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b3b898e elementor-widget elementor-widget-heading\" data-id=\"3b3b898e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55c68b77 elementor-widget elementor-widget-heading\" data-id=\"55c68b77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-121f18e7 e-con-full e-flex e-con e-child\" data-id=\"121f18e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29137138 e-con-full e-flex e-con e-child\" data-id=\"29137138\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3597fc1f elementor-widget elementor-widget-heading\" data-id=\"3597fc1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-10926143 e-con-full e-flex e-con e-child\" data-id=\"10926143\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67f43b49 elementor-widget elementor-widget-heading\" data-id=\"67f43b49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b898a46 elementor-widget elementor-widget-heading\" data-id=\"b898a46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-708bc85a e-con-full e-flex e-con e-child\" data-id=\"708bc85a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74000c7c elementor-widget elementor-widget-heading\" data-id=\"74000c7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23e41030 elementor-widget elementor-widget-heading\" data-id=\"23e41030\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">210 microns<\/h6>\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-2acfbd4b e-con-full e-flex e-con e-child\" data-id=\"2acfbd4b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-659afeb elementor-widget elementor-widget-heading\" data-id=\"659afeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e90cc0c elementor-widget elementor-widget-heading\" data-id=\"7e90cc0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-43363e7b e-con-full e-flex e-con e-child\" data-id=\"43363e7b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc93db2 elementor-widget elementor-widget-heading\" data-id=\"fc93db2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49ba9a67 elementor-widget elementor-widget-heading\" data-id=\"49ba9a67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-476118c5 e-con-full e-flex e-con e-child\" data-id=\"476118c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7929164d e-con-full e-flex e-con e-child\" data-id=\"7929164d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-298d5d41 elementor-widget elementor-widget-heading\" data-id=\"298d5d41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-c68e5a1 e-con-full e-flex e-con e-child\" data-id=\"c68e5a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21f97351 elementor-widget elementor-widget-heading\" data-id=\"21f97351\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-358fca8c elementor-widget elementor-widget-heading\" data-id=\"358fca8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">black<\/h6>\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-7ae98e53 e-con-full e-flex e-con e-child\" data-id=\"7ae98e53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7463ff9f elementor-widget elementor-widget-heading\" data-id=\"7463ff9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-779a03c7 elementor-widget elementor-widget-heading\" data-id=\"779a03c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-68fdaa49 e-con-full e-flex e-con e-child\" data-id=\"68fdaa49\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a370bd0 elementor-widget elementor-widget-heading\" data-id=\"4a370bd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3951727b elementor-widget elementor-widget-heading\" data-id=\"3951727b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-69603845 e-con-full e-flex e-con e-child\" data-id=\"69603845\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-738da0 elementor-widget elementor-widget-heading\" data-id=\"738da0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d73fe18 elementor-widget elementor-widget-heading\" data-id=\"5d73fe18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-5532edcd e-con-full e-flex e-con e-child\" data-id=\"5532edcd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6334b36f e-con-full e-flex e-con e-child\" data-id=\"6334b36f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d3fe4c9 elementor-widget elementor-widget-heading\" data-id=\"2d3fe4c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-56e1933b e-con-full e-flex e-con e-child\" data-id=\"56e1933b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24b06551 elementor-widget elementor-widget-heading\" data-id=\"24b06551\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-754ace94 elementor-widget elementor-widget-heading\" data-id=\"754ace94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">black<\/h6>\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-48bac3ed e-con-full e-flex e-con e-child\" data-id=\"48bac3ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-178995de elementor-widget elementor-widget-heading\" data-id=\"178995de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e82bc14 elementor-widget elementor-widget-heading\" data-id=\"4e82bc14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-3958476f e-con-full e-flex e-con e-child\" data-id=\"3958476f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3295b9e6 elementor-widget elementor-widget-heading\" data-id=\"3295b9e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14771e3d elementor-widget elementor-widget-heading\" data-id=\"14771e3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Mate<\/h6>\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-1edceb57 e-con-full e-flex e-con e-child\" data-id=\"1edceb57\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3889a919 elementor-widget elementor-widget-heading\" data-id=\"3889a919\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6bb8fa02 elementor-widget elementor-widget-heading\" data-id=\"6bb8fa02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-378af954 e-con-full e-flex e-con e-child\" data-id=\"378af954\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61106b61 e-con-full sub-details-area e-flex e-con e-child\" data-id=\"61106b61\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4d098dbb e-con-full e-flex e-con e-child\" data-id=\"4d098dbb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-50659e7e e-con-full e-flex e-con e-child\" data-id=\"50659e7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5eb6c67d elementor-widget elementor-widget-heading\" data-id=\"5eb6c67d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-2276baa3 e-con-full e-flex e-con e-child\" data-id=\"2276baa3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ded0215 elementor-widget elementor-widget-heading\" data-id=\"ded0215\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-744cdb5c e-con-full e-flex e-con e-child\" data-id=\"744cdb5c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1d4f0f35 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"1d4f0f35\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-716de18d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"716de18d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Extrem Violet<\/h6>\t\t\t\t<\/div>\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-28abe005 e-con-full e-flex e-con e-child\" data-id=\"28abe005\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6043685f elementor-widget elementor-widget-heading\" data-id=\"6043685f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87dc9b2 elementor-widget elementor-widget-heading\" data-id=\"87dc9b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-619ae565 e-con-full e-flex e-con e-child\" data-id=\"619ae565\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24a67a32 elementor-widget elementor-widget-heading\" data-id=\"24a67a32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c7fb31c elementor-widget elementor-widget-heading\" data-id=\"7c7fb31c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-6535928f e-con-full e-flex e-con e-child\" data-id=\"6535928f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c31b82a elementor-widget elementor-widget-heading\" data-id=\"2c31b82a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2aeb989 elementor-widget elementor-widget-heading\" data-id=\"2aeb989\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS502<\/h6>\t\t\t\t<\/div>\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-78f6913 e-con-full e-flex e-con e-child\" data-id=\"78f6913\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5a9f4c94 e-con-full e-flex e-con e-child\" data-id=\"5a9f4c94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d0b333a elementor-widget elementor-widget-heading\" data-id=\"3d0b333a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-5e1829c4 e-con-full e-flex e-con e-child\" data-id=\"5e1829c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-289c5862 elementor-widget elementor-widget-heading\" data-id=\"289c5862\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37d983eb e-con-full e-flex e-con e-child\" data-id=\"37d983eb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-135e0a0d e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"135e0a0d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43d3f196 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"43d3f196\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Wizard Blue<\/h6>\t\t\t\t<\/div>\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-7d97ebb5 e-con-full e-flex e-con e-child\" data-id=\"7d97ebb5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67262a66 elementor-widget elementor-widget-heading\" data-id=\"67262a66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-701bad45 elementor-widget elementor-widget-heading\" data-id=\"701bad45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-62f252e5 e-con-full e-flex e-con e-child\" data-id=\"62f252e5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-211ff1f6 elementor-widget elementor-widget-heading\" data-id=\"211ff1f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14370497 elementor-widget elementor-widget-heading\" data-id=\"14370497\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-6acdc584 e-con-full e-flex e-con e-child\" data-id=\"6acdc584\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58f92e9e elementor-widget elementor-widget-heading\" data-id=\"58f92e9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-631a1ca1 elementor-widget elementor-widget-heading\" data-id=\"631a1ca1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS603<\/h6>\t\t\t\t<\/div>\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-6e947b6 e-con-full e-flex e-con e-child\" data-id=\"6e947b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-49f9793d e-con-full e-flex e-con e-child\" data-id=\"49f9793d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-100a8ccb elementor-widget elementor-widget-heading\" data-id=\"100a8ccb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-2996954e e-con-full e-flex e-con e-child\" data-id=\"2996954e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fe84a6e elementor-widget elementor-widget-heading\" data-id=\"1fe84a6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65f226bf e-con-full e-flex e-con e-child\" data-id=\"65f226bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-437b7cf1 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"437b7cf1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31f8c1e1 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"31f8c1e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Tropical Blue<\/h6>\t\t\t\t<\/div>\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-462d1610 e-con-full e-flex e-con e-child\" data-id=\"462d1610\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50e39d08 elementor-widget elementor-widget-heading\" data-id=\"50e39d08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-366cef08 elementor-widget elementor-widget-heading\" data-id=\"366cef08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-50665275 e-con-full e-flex e-con e-child\" data-id=\"50665275\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6600ced7 elementor-widget elementor-widget-heading\" data-id=\"6600ced7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be20f51 elementor-widget elementor-widget-heading\" data-id=\"be20f51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-38d71fb6 e-con-full e-flex e-con e-child\" data-id=\"38d71fb6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8dfc5b1 elementor-widget elementor-widget-heading\" data-id=\"8dfc5b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5773b6ef elementor-widget elementor-widget-heading\" data-id=\"5773b6ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS604<\/h6>\t\t\t\t<\/div>\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-5f3c50b8 e-con-full e-flex e-con e-child\" data-id=\"5f3c50b8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-60abcf61 e-con-full e-flex e-con e-child\" data-id=\"60abcf61\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7114fb03 elementor-widget elementor-widget-heading\" data-id=\"7114fb03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-398d21d5 e-con-full e-flex e-con e-child\" data-id=\"398d21d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-254ed578 elementor-widget elementor-widget-heading\" data-id=\"254ed578\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a1c2f6 e-con-full e-flex e-con e-child\" data-id=\"a1c2f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-48282bdf e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"48282bdf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-750594fe elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"750594fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Tiffie Blue<\/h6>\t\t\t\t<\/div>\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-74eafe23 e-con-full e-flex e-con e-child\" data-id=\"74eafe23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cae117b elementor-widget elementor-widget-heading\" data-id=\"4cae117b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68083251 elementor-widget elementor-widget-heading\" data-id=\"68083251\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-117cf8ae e-con-full e-flex e-con e-child\" data-id=\"117cf8ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-755a5865 elementor-widget elementor-widget-heading\" data-id=\"755a5865\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-692a90af elementor-widget elementor-widget-heading\" data-id=\"692a90af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-586ddc1a e-con-full e-flex e-con e-child\" data-id=\"586ddc1a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cc96209 elementor-widget elementor-widget-heading\" data-id=\"6cc96209\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e054725 elementor-widget elementor-widget-heading\" data-id=\"4e054725\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS605<\/h6>\t\t\t\t<\/div>\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-4fe32170 e-con-full e-flex e-con e-child\" data-id=\"4fe32170\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3acba4a6 e-con-full e-flex e-con e-child\" data-id=\"3acba4a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a12f69d elementor-widget elementor-widget-heading\" data-id=\"6a12f69d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-48b75b2b e-con-full e-flex e-con e-child\" data-id=\"48b75b2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bf7b809 elementor-widget elementor-widget-heading\" data-id=\"7bf7b809\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d099ba5 e-con-full e-flex e-con e-child\" data-id=\"1d099ba5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4e0baf55 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"4e0baf55\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c59ce6d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c59ce6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Monza Grey<\/h6>\t\t\t\t<\/div>\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-619f3db8 e-con-full e-flex e-con e-child\" data-id=\"619f3db8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-354f1e98 elementor-widget elementor-widget-heading\" data-id=\"354f1e98\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ef19102 elementor-widget elementor-widget-heading\" data-id=\"7ef19102\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-20c2e0d7 e-con-full e-flex e-con e-child\" data-id=\"20c2e0d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6022842c elementor-widget elementor-widget-heading\" data-id=\"6022842c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-194226ea elementor-widget elementor-widget-heading\" data-id=\"194226ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-54dc54fd e-con-full e-flex e-con e-child\" data-id=\"54dc54fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28559c1b elementor-widget elementor-widget-heading\" data-id=\"28559c1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59a98832 elementor-widget elementor-widget-heading\" data-id=\"59a98832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS804<\/h6>\t\t\t\t<\/div>\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-1ebf48b2 e-con-full e-flex e-con e-child\" data-id=\"1ebf48b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-45564447 e-con-full e-flex e-con e-child\" data-id=\"45564447\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fc3fd0a elementor-widget elementor-widget-heading\" data-id=\"3fc3fd0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-45e1b70f e-con-full e-flex e-con e-child\" data-id=\"45e1b70f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f96c3d6 elementor-widget elementor-widget-heading\" data-id=\"3f96c3d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79c6093f e-con-full e-flex e-con e-child\" data-id=\"79c6093f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4f9a5c53 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"4f9a5c53\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55dcd91a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"55dcd91a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Legend Grey<\/h6>\t\t\t\t<\/div>\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-233f075c e-con-full e-flex e-con e-child\" data-id=\"233f075c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47c67eb4 elementor-widget elementor-widget-heading\" data-id=\"47c67eb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a3c171 elementor-widget elementor-widget-heading\" data-id=\"11a3c171\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-6625dadb e-con-full e-flex e-con e-child\" data-id=\"6625dadb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47ce0a4e elementor-widget elementor-widget-heading\" data-id=\"47ce0a4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-511ce77 elementor-widget elementor-widget-heading\" data-id=\"511ce77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-40b8686f e-con-full e-flex e-con e-child\" data-id=\"40b8686f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2964624d elementor-widget elementor-widget-heading\" data-id=\"2964624d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cca9cc9 elementor-widget elementor-widget-heading\" data-id=\"5cca9cc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS805<\/h6>\t\t\t\t<\/div>\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-b3530a8 e-con-full e-flex e-con e-child\" data-id=\"b3530a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29e94271 e-con-full e-flex e-con e-child\" data-id=\"29e94271\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18dc3703 elementor-widget elementor-widget-heading\" data-id=\"18dc3703\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-7ef5076b e-con-full e-flex e-con e-child\" data-id=\"7ef5076b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-742d0ece elementor-widget elementor-widget-heading\" data-id=\"742d0ece\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-416015f2 e-con-full e-flex e-con e-child\" data-id=\"416015f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2898ced3 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"2898ced3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cb8d761 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6cb8d761\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Stellar Grey<\/h6>\t\t\t\t<\/div>\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-1c1756c7 e-con-full e-flex e-con e-child\" data-id=\"1c1756c7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29e11591 elementor-widget elementor-widget-heading\" data-id=\"29e11591\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ab9576a elementor-widget elementor-widget-heading\" data-id=\"3ab9576a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-26cd7286 e-con-full e-flex e-con e-child\" data-id=\"26cd7286\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-110392ef elementor-widget elementor-widget-heading\" data-id=\"110392ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68883ea2 elementor-widget elementor-widget-heading\" data-id=\"68883ea2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">satin<\/h6>\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-676688a0 e-con-full e-flex e-con e-child\" data-id=\"676688a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f388871 elementor-widget elementor-widget-heading\" data-id=\"2f388871\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ac9eeeb elementor-widget elementor-widget-heading\" data-id=\"1ac9eeeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS806<\/h6>\t\t\t\t<\/div>\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-139d02c2 e-con-full e-flex e-con e-child\" data-id=\"139d02c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-74118d97 e-con-full e-flex e-con e-child\" data-id=\"74118d97\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5475c7f7 elementor-widget elementor-widget-heading\" data-id=\"5475c7f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-18bd58b2 e-con-full e-flex e-con e-child\" data-id=\"18bd58b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70224ab3 elementor-widget elementor-widget-heading\" data-id=\"70224ab3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-752cc076 e-con-full e-flex e-con e-child\" data-id=\"752cc076\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3ada2374 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"3ada2374\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-393d5b1d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"393d5b1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Black<\/h6>\t\t\t\t<\/div>\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-442b5f78 e-con-full e-flex e-con e-child\" data-id=\"442b5f78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fbe9278 elementor-widget elementor-widget-heading\" data-id=\"4fbe9278\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55769058 elementor-widget elementor-widget-heading\" data-id=\"55769058\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-1195661d e-con-full e-flex e-con e-child\" data-id=\"1195661d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d171bfb elementor-widget elementor-widget-heading\" data-id=\"6d171bfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac3d567 elementor-widget elementor-widget-heading\" data-id=\"ac3d567\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-7d68ca5e e-con-full e-flex e-con e-child\" data-id=\"7d68ca5e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49ac5293 elementor-widget elementor-widget-heading\" data-id=\"49ac5293\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa35ff3 elementor-widget elementor-widget-heading\" data-id=\"6fa35ff3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS889<\/h6>\t\t\t\t<\/div>\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-115a2855 e-con-full e-flex e-con e-child\" data-id=\"115a2855\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-28bd79ed e-con-full e-flex e-con e-child\" data-id=\"28bd79ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d9a6177 elementor-widget elementor-widget-heading\" data-id=\"5d9a6177\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-1ed0683b e-con-full e-flex e-con e-child\" data-id=\"1ed0683b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-296ddc57 elementor-widget elementor-widget-heading\" data-id=\"296ddc57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-584e3012 e-con-full e-flex e-con e-child\" data-id=\"584e3012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6bfdf4c8 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6bfdf4c8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fc011b7 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7fc011b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Mars Red<\/h6>\t\t\t\t<\/div>\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-5798b97e e-con-full e-flex e-con e-child\" data-id=\"5798b97e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59cc72a2 elementor-widget elementor-widget-heading\" data-id=\"59cc72a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39452a27 elementor-widget elementor-widget-heading\" data-id=\"39452a27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-135f7844 e-con-full e-flex e-con e-child\" data-id=\"135f7844\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18cf0e8a elementor-widget elementor-widget-heading\" data-id=\"18cf0e8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fe51874 elementor-widget elementor-widget-heading\" data-id=\"7fe51874\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-62b81f98 e-con-full e-flex e-con e-child\" data-id=\"62b81f98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ba70370 elementor-widget elementor-widget-heading\" data-id=\"3ba70370\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27818957 elementor-widget elementor-widget-heading\" data-id=\"27818957\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CFS402<\/h6>\t\t\t\t<\/div>\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-712c7641 e-con-full e-flex e-con e-child\" data-id=\"712c7641\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7c66b669 e-con-full e-flex e-con e-child\" data-id=\"7c66b669\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61f2f9cc elementor-widget elementor-widget-heading\" data-id=\"61f2f9cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-6354b2df e-con-full e-flex e-con e-child\" data-id=\"6354b2df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e62ae1b elementor-widget elementor-widget-heading\" data-id=\"4e62ae1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2414bf0a e-con-full e-flex e-con e-child\" data-id=\"2414bf0a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-71c60676 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"71c60676\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eed32f0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"eed32f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Infinite Red<\/h6>\t\t\t\t<\/div>\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-622a0689 e-con-full e-flex e-con e-child\" data-id=\"622a0689\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66a5e403 elementor-widget elementor-widget-heading\" data-id=\"66a5e403\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b3d424f elementor-widget elementor-widget-heading\" data-id=\"2b3d424f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-4e8ecef4 e-con-full e-flex e-con e-child\" data-id=\"4e8ecef4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e50a18a elementor-widget elementor-widget-heading\" data-id=\"1e50a18a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f33b273 elementor-widget elementor-widget-heading\" data-id=\"6f33b273\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-31ac4d42 e-con-full e-flex e-con e-child\" data-id=\"31ac4d42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43980951 elementor-widget elementor-widget-heading\" data-id=\"43980951\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54d3a283 elementor-widget elementor-widget-heading\" data-id=\"54d3a283\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CF403<\/h6>\t\t\t\t<\/div>\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-3bd4fefe e-con-full e-flex e-con e-child\" data-id=\"3bd4fefe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4f4164ac e-con-full e-flex e-con e-child\" data-id=\"4f4164ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ed1a0e elementor-widget elementor-widget-heading\" data-id=\"1ed1a0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-59a719da e-con-full e-flex e-con e-child\" data-id=\"59a719da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3565c5af elementor-widget elementor-widget-heading\" data-id=\"3565c5af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-242b3716 e-con-full e-flex e-con e-child\" data-id=\"242b3716\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-46681274 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"46681274\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b68643 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4b68643\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Navy Blue<\/h6>\t\t\t\t<\/div>\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-eae9ad8 e-con-full e-flex e-con e-child\" data-id=\"eae9ad8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-193a77c8 elementor-widget elementor-widget-heading\" data-id=\"193a77c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-638e3abb elementor-widget elementor-widget-heading\" data-id=\"638e3abb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-21598c69 e-con-full e-flex e-con e-child\" data-id=\"21598c69\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-404ca79 elementor-widget elementor-widget-heading\" data-id=\"404ca79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-699fdf9b elementor-widget elementor-widget-heading\" data-id=\"699fdf9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-42cd3cb1 e-con-full e-flex e-con e-child\" data-id=\"42cd3cb1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a35499b elementor-widget elementor-widget-heading\" data-id=\"1a35499b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1be27244 elementor-widget elementor-widget-heading\" data-id=\"1be27244\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CF601<\/h6>\t\t\t\t<\/div>\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-a38bf1c e-con-full e-flex e-con e-child\" data-id=\"a38bf1c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5a881e37 e-con-full e-flex e-con e-child\" data-id=\"5a881e37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-757f55ec elementor-widget elementor-widget-heading\" data-id=\"757f55ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-64294e8d e-con-full e-flex e-con e-child\" data-id=\"64294e8d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-591c4325 elementor-widget elementor-widget-heading\" data-id=\"591c4325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56f0b386 e-con-full e-flex e-con e-child\" data-id=\"56f0b386\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3b59161e e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"3b59161e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2695ab67 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2695ab67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Lime Blossom<\/h6>\t\t\t\t<\/div>\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-7a2404c5 e-con-full e-flex e-con e-child\" data-id=\"7a2404c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-365b25ad elementor-widget elementor-widget-heading\" data-id=\"365b25ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-446fe701 elementor-widget elementor-widget-heading\" data-id=\"446fe701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-712deab7 e-con-full e-flex e-con e-child\" data-id=\"712deab7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-adadadc elementor-widget elementor-widget-heading\" data-id=\"adadadc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18a320e9 elementor-widget elementor-widget-heading\" data-id=\"18a320e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-702f86fa e-con-full e-flex e-con e-child\" data-id=\"702f86fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e271192 elementor-widget elementor-widget-heading\" data-id=\"4e271192\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f80e60 elementor-widget elementor-widget-heading\" data-id=\"f80e60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CF703<\/h6>\t\t\t\t<\/div>\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-48c79a87 e-con-full e-flex e-con e-child\" data-id=\"48c79a87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ce7edf1 e-con-full e-flex e-con e-child\" data-id=\"ce7edf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-526453ef elementor-widget elementor-widget-heading\" data-id=\"526453ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-50c668d e-con-full e-flex e-con e-child\" data-id=\"50c668d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb7b2ae elementor-widget elementor-widget-heading\" data-id=\"cb7b2ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35e65865 e-con-full e-flex e-con e-child\" data-id=\"35e65865\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6fceb2df e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6fceb2df\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c8e0426 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2c8e0426\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Moon Grey<\/h6>\t\t\t\t<\/div>\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-49c45dfd e-con-full e-flex e-con e-child\" data-id=\"49c45dfd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41493787 elementor-widget elementor-widget-heading\" data-id=\"41493787\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d1dbee elementor-widget elementor-widget-heading\" data-id=\"9d1dbee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-3c63a899 e-con-full e-flex e-con e-child\" data-id=\"3c63a899\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b6950d6 elementor-widget elementor-widget-heading\" data-id=\"3b6950d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58f736b0 elementor-widget elementor-widget-heading\" data-id=\"58f736b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-3f80054f e-con-full e-flex e-con e-child\" data-id=\"3f80054f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cc6229d elementor-widget elementor-widget-heading\" data-id=\"5cc6229d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b19c592 elementor-widget elementor-widget-heading\" data-id=\"2b19c592\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CF803<\/h6>\t\t\t\t<\/div>\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-578646ac e-con-full e-flex e-con e-child\" data-id=\"578646ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-42110d7a e-con-full e-flex e-con e-child\" data-id=\"42110d7a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fae5d13 elementor-widget elementor-widget-heading\" data-id=\"1fae5d13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-6375929b e-con-full e-flex e-con e-child\" data-id=\"6375929b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15b4fa02 elementor-widget elementor-widget-heading\" data-id=\"15b4fa02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7408c804 e-con-full e-flex e-con e-child\" data-id=\"7408c804\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-65fb71f4 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"65fb71f4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7987cb3a e-con-full e-flex e-con e-child\" data-id=\"7987cb3a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1421e05f e-con-full e-flex e-con e-child\" data-id=\"1421e05f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1fc4c0a0 e-con-full e-flex e-con e-child\" data-id=\"1fc4c0a0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d8d64b1 e-con-full e-flex e-con e-child\" data-id=\"4d8d64b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6e735b35 e-con-full e-flex e-con e-child\" data-id=\"6e735b35\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-634a9f0a e-con-full e-flex e-con e-child\" data-id=\"634a9f0a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1384f09d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1384f09d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Carbon<\/h6>\t\t\t\t<\/div>\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-2d24f9de e-con-full e-flex e-con e-child\" data-id=\"2d24f9de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27d63f96 elementor-widget elementor-widget-heading\" data-id=\"27d63f96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d44be8b elementor-widget elementor-widget-heading\" data-id=\"1d44be8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">195 microns<\/h6>\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-2f00c360 e-con-full e-flex e-con e-child\" data-id=\"2f00c360\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9da9d45 elementor-widget elementor-widget-heading\" data-id=\"9da9d45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45252ec2 elementor-widget elementor-widget-heading\" data-id=\"45252ec2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-78819e2a e-con-full e-flex e-con e-child\" data-id=\"78819e2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34ff33e9 elementor-widget elementor-widget-heading\" data-id=\"34ff33e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">reference<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-640811c elementor-widget elementor-widget-heading\" data-id=\"640811c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CF001<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-36192485 e-con-full e-flex e-con e-child\" data-id=\"36192485\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-11ba1e0 e-con-full e-flex e-con e-child\" data-id=\"11ba1e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f6f9942 elementor-widget elementor-widget-heading\" data-id=\"6f6f9942\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-176d452 e-con-full e-flex e-con e-child\" data-id=\"176d452\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fda057d elementor-widget elementor-widget-heading\" data-id=\"4fda057d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-556b2d16 elementor-widget elementor-widget-heading\" data-id=\"556b2d16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-33bc280c e-con-full e-flex e-con e-child\" data-id=\"33bc280c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75b77af9 elementor-widget elementor-widget-heading\" data-id=\"75b77af9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fe54071 elementor-widget elementor-widget-heading\" data-id=\"3fe54071\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-4ee48fb8 e-con-full e-flex e-con e-child\" data-id=\"4ee48fb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38c1a95e elementor-widget elementor-widget-heading\" data-id=\"38c1a95e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41d0d024 elementor-widget elementor-widget-heading\" data-id=\"41d0d024\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-19a7a80 e-con-full e-flex e-con e-child\" data-id=\"19a7a80\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-568ea440 elementor-widget elementor-widget-heading\" data-id=\"568ea440\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e1930b4 elementor-widget elementor-widget-heading\" data-id=\"6e1930b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-54ad2101 e-con-full e-flex e-con e-child\" data-id=\"54ad2101\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-481e9eef e-con-full e-flex e-con e-child\" data-id=\"481e9eef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17f58271 elementor-widget elementor-widget-heading\" data-id=\"17f58271\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-46926a49 e-con-full e-flex e-con e-child\" data-id=\"46926a49\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39f1317c elementor-widget elementor-widget-heading\" data-id=\"39f1317c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55535e89 elementor-widget elementor-widget-heading\" data-id=\"55535e89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-543e1206 e-con-full e-flex e-con e-child\" data-id=\"543e1206\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e271b2e elementor-widget elementor-widget-heading\" data-id=\"5e271b2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3336c443 elementor-widget elementor-widget-heading\" data-id=\"3336c443\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">210 microns<\/h6>\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-168c2f89 e-con-full e-flex e-con e-child\" data-id=\"168c2f89\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ac8e68e elementor-widget elementor-widget-heading\" data-id=\"3ac8e68e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-247af5dc elementor-widget elementor-widget-heading\" data-id=\"247af5dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-61d169c e-con-full e-flex e-con e-child\" data-id=\"61d169c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44b812ad elementor-widget elementor-widget-heading\" data-id=\"44b812ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53676dd7 elementor-widget elementor-widget-heading\" data-id=\"53676dd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-75ea05f2 e-con-full e-flex e-con e-child\" data-id=\"75ea05f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5fbe44f6 e-con-full e-flex e-con e-child\" data-id=\"5fbe44f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-761df419 elementor-widget elementor-widget-heading\" data-id=\"761df419\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-7cb2a017 e-con-full e-flex e-con e-child\" data-id=\"7cb2a017\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b5da7b2 elementor-widget elementor-widget-heading\" data-id=\"7b5da7b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbcdaa2 elementor-widget elementor-widget-heading\" data-id=\"fbcdaa2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-1782261c e-con-full e-flex e-con e-child\" data-id=\"1782261c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fbe2d1e elementor-widget elementor-widget-heading\" data-id=\"4fbe2d1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32a1a81c elementor-widget elementor-widget-heading\" data-id=\"32a1a81c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">130 microns<\/h6>\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-13310d55 e-con-full e-flex e-con e-child\" data-id=\"13310d55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6881d4c8 elementor-widget elementor-widget-heading\" data-id=\"6881d4c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1aa6c09a elementor-widget elementor-widget-heading\" data-id=\"1aa6c09a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-6260026c e-con-full e-flex e-con e-child\" data-id=\"6260026c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-188cf645 elementor-widget elementor-widget-heading\" data-id=\"188cf645\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-687994c9 elementor-widget elementor-widget-heading\" data-id=\"687994c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-21e613b2 e-con-full e-flex e-con e-child\" data-id=\"21e613b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-32892a0 e-con-full e-flex e-con e-child\" data-id=\"32892a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6eb756c0 elementor-widget elementor-widget-heading\" data-id=\"6eb756c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-74467882 e-con-full e-flex e-con e-child\" data-id=\"74467882\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-227af3ce elementor-widget elementor-widget-heading\" data-id=\"227af3ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-394e64e3 elementor-widget elementor-widget-heading\" data-id=\"394e64e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-6d945799 e-con-full e-flex e-con e-child\" data-id=\"6d945799\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31bcdf33 elementor-widget elementor-widget-heading\" data-id=\"31bcdf33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17b37d81 elementor-widget elementor-widget-heading\" data-id=\"17b37d81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">130 microns<\/h6>\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-664d68cc e-con-full e-flex e-con e-child\" data-id=\"664d68cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13aca6b3 elementor-widget elementor-widget-heading\" data-id=\"13aca6b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c5cfdd7 elementor-widget elementor-widget-heading\" data-id=\"2c5cfdd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">mate<\/h6>\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-1ce81ca4 e-con-full e-flex e-con e-child\" data-id=\"1ce81ca4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e0954d9 elementor-widget elementor-widget-heading\" data-id=\"2e0954d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39c9c22a elementor-widget elementor-widget-heading\" data-id=\"39c9c22a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-592e35d6 e-con-full e-flex e-con e-child\" data-id=\"592e35d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3c90dea3 e-con-full e-flex e-con e-child\" data-id=\"3c90dea3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f80ba6e elementor-widget elementor-widget-heading\" data-id=\"2f80ba6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-5d9da775 e-con-full e-flex e-con e-child\" data-id=\"5d9da775\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6eb62365 elementor-widget elementor-widget-heading\" data-id=\"6eb62365\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4486e171 elementor-widget elementor-widget-heading\" data-id=\"4486e171\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Light grey<\/h6>\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-71eb6743 e-con-full e-flex e-con e-child\" data-id=\"71eb6743\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f219df6 elementor-widget elementor-widget-heading\" data-id=\"4f219df6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7117b832 elementor-widget elementor-widget-heading\" data-id=\"7117b832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">130 microns<\/h6>\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-2d69f11a e-con-full e-flex e-con e-child\" data-id=\"2d69f11a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ecc3af2 elementor-widget elementor-widget-heading\" data-id=\"2ecc3af2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d776808 elementor-widget elementor-widget-heading\" data-id=\"6d776808\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-cf346e3 e-con-full e-flex e-con e-child\" data-id=\"cf346e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-305e468a elementor-widget elementor-widget-heading\" data-id=\"305e468a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5561c995 elementor-widget elementor-widget-heading\" data-id=\"5561c995\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-6115a70e e-con-full e-flex e-con e-child\" data-id=\"6115a70e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-21331a63 e-con-full e-flex e-con e-child\" data-id=\"21331a63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-354641be elementor-widget elementor-widget-heading\" data-id=\"354641be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-607aa291 e-con-full e-flex e-con e-child\" data-id=\"607aa291\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45ec8168 elementor-widget elementor-widget-heading\" data-id=\"45ec8168\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">color<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2455176 elementor-widget elementor-widget-heading\" data-id=\"2455176\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CLEAR<\/h6>\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-4b20d1c4 e-con-full e-flex e-con e-child\" data-id=\"4b20d1c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44c49aed elementor-widget elementor-widget-heading\" data-id=\"44c49aed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">thickness<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7512a618 elementor-widget elementor-widget-heading\" data-id=\"7512a618\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">180 microns<\/h6>\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-425f9b4 e-con-full e-flex e-con e-child\" data-id=\"425f9b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e7f2c44 elementor-widget elementor-widget-heading\" data-id=\"6e7f2c44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">finish<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e78dd9a elementor-widget elementor-widget-heading\" data-id=\"7e78dd9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">gloss<\/h6>\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-3588ac9a e-con-full e-flex e-con e-child\" data-id=\"3588ac9a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b53ce15 elementor-widget elementor-widget-heading\" data-id=\"6b53ce15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">liner<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e5fa0ef elementor-widget elementor-widget-heading\" data-id=\"7e5fa0ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Siliconized PET<\/h6>\t\t\t\t<\/div>\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-689e0b3e e-con-full e-flex e-con e-child\" data-id=\"689e0b3e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33c653eb e-con-full e-flex e-con e-child\" data-id=\"33c653eb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44a08a1 elementor-widget elementor-widget-heading\" data-id=\"44a08a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-1cbacbc2 e-con-full e-flex e-con e-child\" data-id=\"1cbacbc2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d8d097 elementor-widget elementor-widget-heading\" data-id=\"6d8d097\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">100% compatible<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15d6886c elementor-widget elementor-widget-heading\" data-id=\"15d6886c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">PPF and Full Wrap <\/h6>\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-4707d744 e-con-full e-flex e-con e-child\" data-id=\"4707d744\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-888f14 elementor-widget elementor-widget-heading\" data-id=\"888f14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">continuous<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d321cc1 elementor-widget elementor-widget-heading\" data-id=\"1d321cc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">protection for 24 to 36 months<\/h6>\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-6e8daa29 e-con-full e-flex e-con e-child\" data-id=\"6e8daa29\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e7af9a0 elementor-widget elementor-widget-heading\" data-id=\"5e7af9a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Resistant<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e874459 elementor-widget elementor-widget-heading\" data-id=\"6e874459\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">up to 100 washes<\/h6>\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-54b21c97 e-con-full e-flex e-con e-child\" data-id=\"54b21c97\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44c63e9 elementor-widget elementor-widget-heading\" data-id=\"44c63e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">guaranteed effect<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ad245b5 elementor-widget elementor-widget-heading\" data-id=\"6ad245b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">sliding &amp; deep gloss finish<\/h6>\t\t\t\t<\/div>\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-44be87a2 e-con-full e-flex e-con e-child\" data-id=\"44be87a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7c26ed74 e-con-full e-flex e-con e-child\" data-id=\"7c26ed74\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-795c1f78 elementor-widget elementor-widget-heading\" data-id=\"795c1f78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ADVANTAGES<\/h2>\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-23da987f e-con-full e-flex e-con e-child\" data-id=\"23da987f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b49cae9 elementor-widget elementor-widget-heading\" data-id=\"1b49cae9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">MANAGE<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e8d13cd elementor-widget elementor-widget-heading\" data-id=\"6e8d13cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">YOUR BUDGET<\/h6>\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-61b88f9f e-con-full e-flex e-con e-child\" data-id=\"61b88f9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16c5c491 elementor-widget elementor-widget-heading\" data-id=\"16c5c491\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">receive<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-475d3ac8 elementor-widget elementor-widget-heading\" data-id=\"475d3ac8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">your ready-to-install kit<\/h6>\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-75670b6e e-con-full e-flex e-con e-child\" data-id=\"75670b6e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-240b030 elementor-widget elementor-widget-heading\" data-id=\"240b030\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">BOOST<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b0790a4 elementor-widget elementor-widget-heading\" data-id=\"1b0790a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">YOUR PRODUCTIVITY<\/h6>\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-129a42b5 e-con-full e-flex e-con e-child\" data-id=\"129a42b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dd763ca elementor-widget elementor-widget-heading\" data-id=\"7dd763ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">IMPROVE<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bf6e144 elementor-widget elementor-widget-heading\" data-id=\"7bf6e144\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">quality<\/h6>\t\t\t\t<\/div>\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-4061856d e-con-full e-flex e-con e-child\" data-id=\"4061856d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-24d2376c e-con-full e-flex e-con e-child\" data-id=\"24d2376c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-563399db elementor-widget elementor-widget-heading\" data-id=\"563399db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\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-6681ebcf e-con-full e-flex e-con e-child\" data-id=\"6681ebcf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a90df7c elementor-widget elementor-widget-heading\" data-id=\"2a90df7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Vehicle kits<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-722ca7fd elementor-widget elementor-widget-counter\" data-id=\"722ca7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"30127\" data-from-value=\"10000\" data-delimiter=\",\">10000<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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-3f88a970 e-con-full e-flex e-con e-child\" data-id=\"3f88a970\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39151658 elementor-widget elementor-widget-heading\" data-id=\"39151658\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Car Brands<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39fcf625 elementor-widget elementor-widget-counter\" data-id=\"39fcf625\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"132\" data-from-value=\"60\" data-delimiter=\",\">60<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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-1e2bfe09 e-con-full e-flex e-con e-child\" data-id=\"1e2bfe09\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3400f64d elementor-widget elementor-widget-heading\" data-id=\"3400f64d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Regions<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-338a17e7 elementor-widget elementor-widget-counter\" data-id=\"338a17e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"8\" data-from-value=\"2\" data-delimiter=\",\">2<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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-7133ad62 e-con-full e-flex e-con e-child\" data-id=\"7133ad62\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1ba06d elementor-widget elementor-widget-heading\" data-id=\"a1ba06d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Subscriptions<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e8af8f elementor-widget elementor-widget-heading\" data-id=\"4e8af8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Credit \/ Month \/ Year<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-68f859f7 e-con-full e-flex e-con e-child\" data-id=\"68f859f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d1a647e e-con-full details-area e-flex e-con e-child\" data-id=\"6d1a647e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-774d8b2 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"774d8b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_all-gamme-bodyfence-v3.webp\" class=\"attachment-full size-full wp-image-9129\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_all-gamme-bodyfence-v3.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_all-gamme-bodyfence-v3-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_all-gamme-bodyfence-v3-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_all-gamme-bodyfence-v3-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_all-gamme-bodyfence-v3-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f0cbba animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6f0cbba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencex-1.webp\" class=\"attachment-full size-full wp-image-7194\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencex-1.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencex-1-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencex-1-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencex-1-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencex-1-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4459d8a animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"4459d8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexm-1.webp\" class=\"attachment-full size-full wp-image-7199\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexm-1.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexm-1-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexm-1-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexm-1-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexm-1-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40a9461 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"40a9461\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexs-1.webp\" class=\"attachment-full size-full wp-image-7204\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexs-1.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexs-1-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexs-1-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexs-1-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodyfencexs-1-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5644ba57 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5644ba57\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfwide-2.webp\" class=\"attachment-full size-full wp-image-7250\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfwide-2.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfwide-2-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfwide-2-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfwide-2-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfwide-2-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b2fafb8 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2b2fafb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblack-1.webp\" class=\"attachment-full size-full wp-image-7164\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblack-1.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblack-1-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblack-1-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblack-1-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblack-1-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ccc92d6 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2ccc92d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblackm-1.webp\" class=\"attachment-full size-full wp-image-7169\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblackm-1.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblackm-1-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblackm-1-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblackm-1-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfblackm-1-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca3b03e e-con-full e-flex e-con e-child\" data-id=\"ca3b03e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-53a27038 e-con-full sub-details-area e-flex e-con e-child\" data-id=\"53a27038\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29eaccbc animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"29eaccbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs502.webp\" class=\"attachment-full size-full wp-image-15803\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs502.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs502-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs502-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs502-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs502-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20cde68a animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"20cde68a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs603.webp\" class=\"attachment-full size-full wp-image-15804\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs603.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs603-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs603-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs603-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs603-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56be037 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"56be037\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs604.webp\" class=\"attachment-full size-full wp-image-15805\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs604.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs604-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs604-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs604-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs604-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-227ecdf2 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"227ecdf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs605.webp\" class=\"attachment-full size-full wp-image-15806\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs605.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs605-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs605-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs605-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs605-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28e402c animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"28e402c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs804.webp\" class=\"attachment-full size-full wp-image-15807\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs804.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs804-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs804-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs804-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs804-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-314dbef9 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"314dbef9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs805.webp\" class=\"attachment-full size-full wp-image-15808\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs805.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs805-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs805-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs805-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs805-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c15b05b animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"c15b05b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs806.webp\" class=\"attachment-full size-full wp-image-15809\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs806.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs806-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs806-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs806-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs806-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-156bb36a animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"156bb36a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_candyfence_cfs889.webp\" class=\"attachment-full size-full wp-image-15810\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_candyfence_cfs889.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_candyfence_cfs889-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_candyfence_cfs889-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_candyfence_cfs889-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_candyfence_cfs889-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-717217c3 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"717217c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs402.webp\" class=\"attachment-full size-full wp-image-15811\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs402.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs402-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs402-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs402-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cfs402-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2510cfce animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2510cfce\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf403.webp\" class=\"attachment-full size-full wp-image-15812\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf403.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf403-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf403-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf403-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf403-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cb1b7fc animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3cb1b7fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf601.webp\" class=\"attachment-full size-full wp-image-15813\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf601.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf601-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf601-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf601-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf601-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e40d126 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5e40d126\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf703.webp\" class=\"attachment-full size-full wp-image-15814\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf703.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf703-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf703-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf703-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf703-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-456a678f animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"456a678f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf803.webp\" class=\"attachment-full size-full wp-image-15815\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf803.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf803-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf803-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf803-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf803-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55743485 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"55743485\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf001.webp\" class=\"attachment-full size-full wp-image-15816\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf001.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf001-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf001-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf001-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/car-product_candyfence_cf001-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-79909320 e-con-full e-flex e-con e-child\" data-id=\"79909320\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-49a9e774 e-con-full sub-control-wrap e-flex e-con e-child\" data-id=\"49a9e774\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e874307 e-con-full sub-arrow-prev e-flex e-con e-child\" data-id=\"e874307\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a033e2c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2a033e2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M20,25.2L39,7.7c1.7-1.5,1.7-4.1.1-5.7-.8-.8-1.9-1.3-3-1.3s-2.1.4-2.9,1.1L11,22.3c-.8.8-1.3,1.8-1.3,2.9s.5,2.2,1.3,2.9l22.2,20.4c1.7,1.5,4.3,1.5,5.9-.1,1.6-1.6,1.5-4.2-.1-5.7l-19-17.5Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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-3d90009f e-con-full sub-track-wrapper e-flex e-con e-child\" data-id=\"3d90009f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f983683 e-con-full sub-control-area e-flex e-con e-child\" data-id=\"f983683\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-21d6d42f e-con-full e-flex e-con e-child\" data-id=\"21d6d42f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-60a003be e-con-full e-flex e-con e-child\" data-id=\"60a003be\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63a471e1 elementor-widget elementor-widget-text-editor\" data-id=\"63a471e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS502<\/p>\t\t\t\t\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-5df8fe32 e-con-full e-flex e-con e-child\" data-id=\"5df8fe32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-168692a9 e-con-full e-flex e-con e-child\" data-id=\"168692a9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7df2448e elementor-widget elementor-widget-text-editor\" data-id=\"7df2448e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS603<\/p>\t\t\t\t\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-38e1b68e e-con-full e-flex e-con e-child\" data-id=\"38e1b68e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-653bbf26 e-con-full e-flex e-con e-child\" data-id=\"653bbf26\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f3f0169 elementor-widget elementor-widget-text-editor\" data-id=\"3f3f0169\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS604<\/p>\t\t\t\t\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-15188d78 e-con-full e-flex e-con e-child\" data-id=\"15188d78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1fbf188d e-con-full e-flex e-con e-child\" data-id=\"1fbf188d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35e8105c elementor-widget elementor-widget-text-editor\" data-id=\"35e8105c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS605<\/p>\t\t\t\t\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-4edf3ede e-con-full e-flex e-con e-child\" data-id=\"4edf3ede\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2ccb5a7 e-con-full e-flex e-con e-child\" data-id=\"2ccb5a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3517cbf8 elementor-widget elementor-widget-text-editor\" data-id=\"3517cbf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS804<\/p>\t\t\t\t\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-2afcd6b0 e-con-full e-flex e-con e-child\" data-id=\"2afcd6b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-17717c66 e-con-full e-flex e-con e-child\" data-id=\"17717c66\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35327fd0 elementor-widget elementor-widget-text-editor\" data-id=\"35327fd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS805<\/p>\t\t\t\t\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-1571d82 e-con-full e-flex e-con e-child\" data-id=\"1571d82\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-52a028f6 e-con-full e-flex e-con e-child\" data-id=\"52a028f6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27fcdcbd elementor-widget elementor-widget-text-editor\" data-id=\"27fcdcbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS806<\/p>\t\t\t\t\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-5c69d19b e-con-full e-flex e-con e-child\" data-id=\"5c69d19b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-653b5326 e-con-full e-flex e-con e-child\" data-id=\"653b5326\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a9225ac elementor-widget elementor-widget-text-editor\" data-id=\"1a9225ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS889<\/p>\t\t\t\t\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-54f5ad92 e-con-full e-flex e-con e-child\" data-id=\"54f5ad92\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7510c1ac e-con-full e-flex e-con e-child\" data-id=\"7510c1ac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-311210f4 elementor-widget elementor-widget-text-editor\" data-id=\"311210f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CFS402<\/p>\t\t\t\t\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-7ed794ec e-con-full e-flex e-con e-child\" data-id=\"7ed794ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5dfed804 e-con-full e-flex e-con e-child\" data-id=\"5dfed804\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-477b6b12 elementor-widget elementor-widget-text-editor\" data-id=\"477b6b12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CF403<\/p>\t\t\t\t\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-202466fe e-con-full e-flex e-con e-child\" data-id=\"202466fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-41a5022b e-con-full e-flex e-con e-child\" data-id=\"41a5022b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ea6a85 elementor-widget elementor-widget-text-editor\" data-id=\"3ea6a85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CF601<\/p>\t\t\t\t\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-1cfde0a e-con-full e-flex e-con e-child\" data-id=\"1cfde0a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6b218159 e-con-full e-flex e-con e-child\" data-id=\"6b218159\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e36fc6 elementor-widget elementor-widget-text-editor\" data-id=\"6e36fc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CF703<\/p>\t\t\t\t\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-7b64ec4b e-con-full e-flex e-con e-child\" data-id=\"7b64ec4b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-24371c7d e-con-full e-flex e-con e-child\" data-id=\"24371c7d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3046ecb7 elementor-widget elementor-widget-text-editor\" data-id=\"3046ecb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CF803<\/p>\t\t\t\t\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-6cf6ba8d e-con-full e-flex e-con e-child\" data-id=\"6cf6ba8d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5164fb8a e-con-full e-flex e-con e-child\" data-id=\"5164fb8a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58f25d0c elementor-widget elementor-widget-text-editor\" data-id=\"58f25d0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CF001<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-6ea9190f e-con-full sub-arrow-next e-flex e-con e-child\" data-id=\"6ea9190f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50321c54 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"50321c54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M30,25.2l-19,17.5c-1.7,1.5-1.7,4.1-.1,5.7.8.8,1.9,1.3,3,1.3s2.1-.4,2.9-1.1l22.2-20.4c.8-.8,1.3-1.8,1.3-2.9s-.5-2.2-1.3-2.9L16.8,1.8c-1.7-1.5-4.3-1.5-5.9.1-1.6,1.6-1.5,4.2.1,5.7l19,17.5Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cc8254f animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"4cc8254f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_bodyxfast.webp\" class=\"attachment-full size-full wp-image-11279\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_bodyxfast.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_bodyxfast-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_bodyxfast-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_bodyxfast-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_bodyxfast-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eae1252 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2eae1252\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfencextrm-2.webp\" class=\"attachment-full size-full wp-image-7245\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfencextrm-2.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfencextrm-2-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfencextrm-2-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfencextrm-2-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfencextrm-2-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3389b046 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3389b046\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonex-2.webp\" class=\"attachment-full size-full wp-image-7255\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonex-2.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonex-2-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonex-2-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonex-2-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonex-2-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51f34b08 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"51f34b08\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonexm-2.webp\" class=\"attachment-full size-full wp-image-7260\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonexm-2.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonexm-2-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonexm-2-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonexm-2-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_dfenceonexm-2-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67727302 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"67727302\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_blacklight_v2.webp\" class=\"attachment-full size-full wp-image-11274\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_blacklight_v2.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_blacklight_v2-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_blacklight_v2-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_blacklight_v2-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/car-product_blacklight_v2-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72332e26 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"72332e26\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfshield-1.webp\" class=\"attachment-full size-full wp-image-7174\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfshield-1.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfshield-1-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfshield-1-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfshield-1-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bfshield-1-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-305e8df5 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"305e8df5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_nano-serum_by-hexis.webp\" class=\"attachment-full size-full wp-image-7882\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_nano-serum_by-hexis.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_nano-serum_by-hexis-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_nano-serum_by-hexis-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_nano-serum_by-hexis-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_nano-serum_by-hexis-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35bd7ca0 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"35bd7ca0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodykit.webp\" class=\"attachment-full size-full wp-image-7917\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodykit.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodykit-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodykit-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodykit-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/car-product_bodykit-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51bf818b animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"51bf818b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1700\" height=\"783\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/car-product_hpl-2.webp\" class=\"attachment-full size-full wp-image-13087\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/car-product_hpl-2.webp 1700w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/car-product_hpl-2-300x138.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/car-product_hpl-2-1024x472.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/car-product_hpl-2-768x354.webp 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/car-product_hpl-2-1536x707.webp 1536w\" sizes=\"(max-width: 1700px) 100vw, 1700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-76f2889c e-con-full details-area e-flex e-con e-child\" data-id=\"76f2889c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2476f81c elementor-mobile-align-center e-transform elementor-align-center animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2476f81c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#bodyfencex\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M30,25.2l-19,17.5c-1.7,1.5-1.7,4.1-.1,5.7.8.8,1.9,1.3,3,1.3s2.1-.4,2.9-1.1l22.2-20.4c.8-.8,1.3-1.8,1.3-2.9s-.5-2.2-1.3-2.9L16.8,1.8c-1.7-1.5-4.3-1.5-5.9.1-1.6,1.6-1.5,4.2.1,5.7l19,17.5Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">explore the entire range<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53b58839 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"53b58839\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a552fe2 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"7a552fe2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4dbe5d96 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"4dbe5d96\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ef53ac6 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"6ef53ac6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1acc0c66 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"1acc0c66\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-137d2455 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"137d2455\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-315a9a6e e-con-full e-flex e-con e-child\" data-id=\"315a9a6e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b23d7e9 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"3b23d7e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-112ccd9c elementor-mobile-align-center e-transform elementor-align-center btn_sample elementor-widget elementor-widget-button\" data-id=\"112ccd9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/candyfence-sample\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 49.281\"><path d=\"M13.284,0H2.415C1.081,0,0,1.092,0,2.439v38.914c0,.305.017.606.05.901.219,1.95,1.138,3.686,2.497,4.945.479.443,1.013.828,1.59,1.141.563.306,1.167.544,1.802.705.611.154,1.251.236,1.91.236h0c4.335,0,7.849-3.55,7.849-7.928V2.439c0-1.347-1.081-2.439-2.415-2.439ZM7.849,45.884c-2.209,0-4-1.809-4-4.04s1.791-4.04,4-4.04,4,1.809,4,4.04-1.791,4.04-4,4.04Z\"><\/path><path d=\"M23.14,4.812l8.412,4.905-3.802,6.652-.394.69-.395.69-5.262,9.205V7.332l1.441-2.521M22.923,1.588c-.835,0-1.647.438-2.094,1.22l-2.13,3.727v27.948c0,.624.503,1.002,1.012,1.002.328,0,.657-.157.857-.505l1.149-2.009,7.849-13.732.395-.69.395-.69,4.071-7.121c.664-1.162.262-2.664-.894-3.339L24.128,1.915c-.38-.222-.796-.327-1.205-.327h0Z\"><\/path><path d=\"M39.197,17.454l4.872,8.522-7.94,4.63-9.226,5.38,9.743-17.045,2.551-1.487M39.413,14.23h0c-.41,0-.825.105-1.205.327l-3.767,2.197-13.846,24.223c-.411.719.163,1.502.865,1.502.166,0,.339-.044.507-.142l15.674-9.14,8.407-4.902c1.156-.674,1.559-2.177.895-3.338l-5.434-9.507c-.447-.783-1.259-1.22-2.094-1.22h0Z\"><\/path><path d=\"M47,36.425v9.856h-19.885l16.902-9.856h2.984M47.585,33.425h-4.379l-23.995,13.992c-.882.514-.517,1.864.504,1.864h27.87c1.334,0,2.415-1.092,2.415-2.439v-10.977c0-1.347-1.081-2.439-2.415-2.439h0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Sample<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-170befb1 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"170befb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28554aaf elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"28554aaf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76a0bc76 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"76a0bc76\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25966a1e elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"25966a1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1942d945 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"1942d945\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-769fc3ad elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"769fc3ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f30ef3e elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"7f30ef3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f0764bb elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"5f0764bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">order<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54068892 elementor-mobile-align-center e-transform elementor-align-center scroll-down-btn elementor-widget elementor-widget-button\" data-id=\"54068892\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#descriptions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\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-53e8dd20 e-con-full e-flex e-con e-child\" data-id=\"53e8dd20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4d4ccf78 e-con-full animated-slow control-btn e-flex elementor-invisible e-con e-child\" data-id=\"4d4ccf78\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64580093 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"64580093\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function () {\r\n  const $ = jQuery;\r\n\r\n  function applyFilters() {\r\n    const app = document.querySelector('[data-type=\"application\"] .dropdown-toggle-filter').dataset.value || 'all';\r\n    const finish = document.querySelector('[data-type=\"finish\"] .dropdown-toggle-filter').dataset.value || 'all';\r\n\r\n    const isFiltered = (app !== 'all' || finish !== 'all');\r\n    document.querySelector('.control-area')?.classList.toggle('filter-active', isFiltered);\r\n\r\n    $('.control-area > .elementor-element').each(function () {\r\n      const $el = $(this);\r\n      const matchApp = (app === 'all' || $el.hasClass(app));\r\n      const matchFinish = (finish === 'all' || $el.hasClass(finish));\r\n      $el.toggle(matchApp && matchFinish);\r\n    });\r\n  }\r\n\r\n  function closeAllDropdowns() {\r\n    document.querySelectorAll('.custom-dropdown').forEach(dropdown => {\r\n      dropdown.classList.remove('open');\r\n      const menu = dropdown.querySelector('.dropdown-menu');\r\n      if (menu) menu.style.display = 'none';\r\n    });\r\n  }\r\n\r\n  document.querySelectorAll('.custom-dropdown').forEach(dropdown => {\r\n    const toggle = dropdown.querySelector('.dropdown-toggle-filter');\r\n    const menu = dropdown.querySelector('.dropdown-menu');\r\n\r\n    toggle.addEventListener('click', function (e) {\r\n      e.preventDefault();\r\n      e.stopPropagation();\r\n      const isOpen = dropdown.classList.contains('open');\r\n      closeAllDropdowns();\r\n      if (!isOpen) {\r\n        menu.style.display = 'block';\r\n        dropdown.classList.add('open');\r\n      }\r\n    });\r\n\r\n    menu.querySelectorAll('li').forEach(item => {\r\n      item.addEventListener('click', function () {\r\n        const value = this.dataset.value;\r\n        const label = this.textContent;\r\n        toggle.textContent = label;\r\n        toggle.dataset.value = value;\r\n        dropdown.classList.remove('open');\r\n        menu.style.display = 'none';\r\n        applyFilters();\r\n      });\r\n    });\r\n  });\r\n\r\n  document.querySelector('.reset-filters')?.addEventListener('click', () => {\r\n    document.querySelectorAll('.custom-dropdown').forEach(dropdown => {\r\n      const toggle = dropdown.querySelector('.dropdown-toggle-filter');\r\n      const type = dropdown.dataset.type;\r\n      toggle.textContent = type === 'application' ? 'Application' : 'Finition';\r\n      toggle.dataset.value = 'all';\r\n    });\r\n    applyFilters();\r\n  });\r\n\r\n  document.addEventListener('click', closeAllDropdowns);\r\n\r\n  applyFilters();\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60a1f80 e-con-full e-flex e-con e-child\" data-id=\"60a1f80\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d818af0 elementor-widget-tablet__width-inherit elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"3d818af0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>choose a product<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6935fd22 e-con-full e-flex e-con e-child\" data-id=\"6935fd22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-11de400e e-con-full e-flex e-con e-child\" data-id=\"11de400e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d0680e6 elementor-widget elementor-widget-html\" data-id=\"4d0680e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"custom-dropdown\" data-type=\"application\">\r\n  <button class=\"dropdown-toggle-filter\" data-value=\"all\">Application<\/button>\r\n  <ul class=\"dropdown-menu\">\r\n    <li data-value=\"all\">Application<\/li>\r\n    <li data-value=\"cat-body\">Body shop<\/li>\r\n    <li data-value=\"cat-int\">interior<\/li>\r\n    <li data-value=\"cat-light\">HEADLIGHTS<\/li>\r\n    <li data-value=\"cat-wind\">Windshield<\/li>\r\n    <li data-value=\"cat-ent\">maintenance products<\/li>\r\n    <li data-value=\"cat-misc\">misc<\/li>\r\n    <li data-value=\"cat-softw\">software<\/li>\r\n  <\/ul>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e9fb226 elementor-widget elementor-widget-html\" data-id=\"7e9fb226\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"custom-dropdown\" data-type=\"finish\">\r\n  <button class=\"dropdown-toggle-filter\" data-value=\"all\">Finish<\/button>\r\n  <ul class=\"dropdown-menu\">\r\n    <li data-value=\"all\">Finish<\/li>\r\n    <li data-value=\"cat-gloss\">Brilliant<\/li>\r\n    <li data-value=\"cat-mat\">Mate<\/li>\r\n    <li data-value=\"cat-sat\">Satin<\/li>\r\n    <li data-value=\"cat-color\">colored<\/li>\r\n  <\/ul>\r\n<\/div>\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-4335130a e-con-full e-flex e-con e-child\" data-id=\"4335130a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a026a0f elementor-widget elementor-widget-html\" data-id=\"3a026a0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"reset-bloc\">\r\n  <button class=\"reset-filters\">Reset<\/button>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-7aacfa2b e-con-full control-btn e-flex e-con e-child\" data-id=\"7aacfa2b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-26730fb6 e-con-full control-area animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"26730fb6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t<div class=\"elementor-element elementor-element-6f8b4a9e e-con-full cat-body cat-gloss e-flex e-con e-child\" data-id=\"6f8b4a9e\" data-element_type=\"container\" data-e-type=\"container\" id=\"bodyfencex\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cd5fed7 elementor-widget elementor-widget-heading\" data-id=\"3cd5fed7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">BODYFENCE<span style=\"font-weight: 900\">X<\/span><\/h5>\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-f7d43b3 e-con-full cat-body cat-mat e-flex e-con e-child\" data-id=\"f7d43b3\" data-element_type=\"container\" data-e-type=\"container\" id=\"bodyfencexm\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-305c759b prod-short-label elementor-widget elementor-widget-heading\" data-id=\"305c759b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">M<\/span><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cb93677 prod-full-label elementor-widget elementor-widget-heading\" data-id=\"3cb93677\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">bodyfence<span style=\"font-weight: 900\">XM<\/span><\/h5>\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-26e8b0db e-con-full cat-body cat-sat e-flex e-con e-child\" data-id=\"26e8b0db\" data-element_type=\"container\" data-e-type=\"container\" id=\"bodyfencexs\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-593a426 prod-short-label elementor-widget elementor-widget-heading\" data-id=\"593a426\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">S<\/span><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-364b2595 prod-full-label elementor-widget elementor-widget-heading\" data-id=\"364b2595\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">bodyfence<span style=\"font-weight: 900\">XS<\/span><\/h5>\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-4f74c575 e-con-full cat-body cat-gloss e-flex e-con e-child\" data-id=\"4f74c575\" data-element_type=\"container\" data-e-type=\"container\" id=\"bfwide\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46569c93 elementor-widget elementor-widget-heading\" data-id=\"46569c93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">BFWIDE<\/span><\/h5>\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-57322a5b e-con-full cat-body cat-gloss cat-color e-flex e-con e-child\" data-id=\"57322a5b\" data-element_type=\"container\" data-e-type=\"container\" id=\"bfblack\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d77e913 elementor-widget elementor-widget-heading\" data-id=\"6d77e913\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">BF<span style=\"font-weight: 900\">BLACK<\/span><\/h5>\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-69af837b e-con-full cat-body cat-mat cat-color e-flex e-con e-child\" data-id=\"69af837b\" data-element_type=\"container\" data-e-type=\"container\" id=\"bfblackm\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1081b7 prod-short-label elementor-widget elementor-widget-heading\" data-id=\"1081b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">M<\/span><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68977611 prod-full-label elementor-widget elementor-widget-heading\" data-id=\"68977611\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">bf<span style=\"font-weight: 900\">BLACKM<\/span><\/h5>\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-23a6ee6a e-con-full cat-body cat-gloss cat-sat cat-color e-flex e-con e-child\" data-id=\"23a6ee6a\" data-element_type=\"container\" data-e-type=\"container\" id=\"candyfence\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b046d34 elementor-widget elementor-widget-heading\" data-id=\"5b046d34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">CANDY<span style=\"font-weight: 900\">FENCE<\/span><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b25570 elementor-view-framed elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"6b25570\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 18\"><path d=\"M12.6.9l-1.9,9.9h0L6.2.9h-3L0,17.1h3.6l1.9-9.9h0l4.4,9.9h3L16.2.9h-3.6ZM15.4,17.1h10.2l.6-3.3h-6.4l.7-3.3h6l.6-3h-6l.6-3.2h6.4l.7-3.3h-10.2l-3.2,16.2ZM46.1.9l-4.1,10.8h0l-.5-10.8h-3l-4.6,10.8h0V.9c0,0-3.8,0-3.8,0l.7,16.2h3.6l4.4-10.1h0l.6,10.1h3.6L50,.9h-3.9Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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-7efa690a e-con-full cat-body cat-gloss e-flex e-con e-child\" data-id=\"7efa690a\" data-element_type=\"container\" data-e-type=\"container\" id=\"bodyxfast\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-278ac4f0 elementor-widget elementor-widget-heading\" data-id=\"278ac4f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">BODY<span style=\"font-weight: 900\">XFAST<\/span><\/h5>\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-5ac041d7 e-con-full cat-body cat-gloss e-flex e-con e-child\" data-id=\"5ac041d7\" data-element_type=\"container\" data-e-type=\"container\" id=\"dfencextrm\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1801bdda elementor-widget elementor-widget-heading\" data-id=\"1801bdda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">DFENCE<span style=\"font-weight: 900\">XTRM<\/span><\/h5>\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-27fc940d e-con-full cat-int cat-gloss e-flex e-con e-child\" data-id=\"27fc940d\" data-element_type=\"container\" data-e-type=\"container\" id=\"dfenceonex\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5168a87b elementor-widget elementor-widget-heading\" data-id=\"5168a87b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">dfenceoneX<\/span><\/h5>\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-c0229a5 e-con-full cat-int cat-mat e-flex e-con e-child\" data-id=\"c0229a5\" data-element_type=\"container\" data-e-type=\"container\" id=\"dfenceonexm\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-248da7ff prod-short-label elementor-widget elementor-widget-heading\" data-id=\"248da7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">M<\/span><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-393e4d90 prod-full-label elementor-widget elementor-widget-heading\" data-id=\"393e4d90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Dfence<span style=\"font-weight: 900\">ONEXM<\/span><\/h5>\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-271f3455 e-con-full cat-light cat-gloss cat-color e-flex e-con e-child\" data-id=\"271f3455\" data-element_type=\"container\" data-e-type=\"container\" id=\"blacklight\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64a7ecb elementor-widget elementor-widget-heading\" data-id=\"64a7ecb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">BLACK<span style=\"font-weight: 900\">LIGHT<\/span><\/h5>\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-157905a8 e-con-full cat-wind cat-gloss e-flex e-con e-child\" data-id=\"157905a8\" data-element_type=\"container\" data-e-type=\"container\" id=\"bfshield\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f2be18b elementor-widget elementor-widget-heading\" data-id=\"7f2be18b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">bfshield<\/span><\/h5>\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-6aa1d1e e-con-full cat-ent cat-misc e-flex e-con e-child\" data-id=\"6aa1d1e\" data-element_type=\"container\" data-e-type=\"container\" id=\"nano-serum\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ca43d55 elementor-widget elementor-widget-heading\" data-id=\"6ca43d55\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">NANO <span style=\"font-weight: 900\">SERUM<\/span><\/h5>\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-249544d3 e-con-full cat-body cat-int cat-misc cat-wind cat-light e-flex e-con e-child\" data-id=\"249544d3\" data-element_type=\"container\" data-e-type=\"container\" id=\"bodykit\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0d59c6 elementor-widget elementor-widget-heading\" data-id=\"e0d59c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">BODY<span style=\"font-weight: 900\">KIT<\/span><\/h5>\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-2174f6c9 e-con-full cat-misc cat-softw cat-body cat-int cat-wind cat-light e-flex e-con e-child\" data-id=\"2174f6c9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d852b41 elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"4d852b41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">HEXIS PRECUT LAB<\/span><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6132f3b7 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-heading\" data-id=\"6132f3b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">HPL<\/span><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-61e95476 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"61e95476\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ee9d71f e-con-full details-area e-flex e-con e-child\" data-id=\"ee9d71f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-459d2b0f intro-logo elementor-widget elementor-widget-image\" data-id=\"459d2b0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b764b76 shakelogo elementor-widget elementor-widget-image\" data-id=\"3b764b76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp\" class=\"attachment-full size-full wp-image-7892\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a69ca72 shakelogo elementor-widget elementor-widget-image\" data-id=\"4a69ca72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp\" class=\"attachment-full size-full wp-image-7892\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5772b532 shakelogo elementor-widget elementor-widget-image\" data-id=\"5772b532\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp\" class=\"attachment-full size-full wp-image-7892\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d8b7fe3 shakelogo elementor-widget elementor-widget-image\" data-id=\"6d8b7fe3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"430\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/logo_bfwide_red.webp\" class=\"attachment-full size-full wp-image-13160\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/logo_bfwide_red.webp 430w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/11\/logo_bfwide_red-300x77.webp 300w\" sizes=\"(max-width: 430px) 100vw, 430px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-641e8341 shakelogo elementor-widget elementor-widget-image\" data-id=\"641e8341\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64eede71 shakelogo elementor-widget elementor-widget-image\" data-id=\"64eede71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5855f32b shakelogo elementor-widget elementor-widget-image\" data-id=\"5855f32b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d92552e shakelogo elementor-widget elementor-widget-image\" data-id=\"7d92552e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3846c399 shakelogo elementor-widget elementor-widget-image\" data-id=\"3846c399\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24bd5d4e shakelogo elementor-widget elementor-widget-image\" data-id=\"24bd5d4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-669c986b shakelogo elementor-widget elementor-widget-image\" data-id=\"669c986b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3bc5c7ca shakelogo elementor-widget elementor-widget-image\" data-id=\"3bc5c7ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp\" class=\"attachment-full size-full wp-image-4715\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/08\/logos_BODYFENCE_WHITE_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52f4350d shakelogo elementor-widget elementor-widget-image\" data-id=\"52f4350d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp\" class=\"attachment-full size-full wp-image-7892\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50d29a2f shakelogo elementor-widget elementor-widget-image\" data-id=\"50d29a2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp\" class=\"attachment-full size-full wp-image-7892\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b8033fc shakelogo elementor-widget elementor-widget-image\" data-id=\"2b8033fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp\" class=\"attachment-full size-full wp-image-7892\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logos_BODYFENCE_Black_2K18-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7912043c shakelogo elementor-widget elementor-widget-image\" data-id=\"7912043c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1084\" height=\"644\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/logo_hpl_white.webp\" class=\"attachment-full size-full wp-image-9685\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/logo_hpl_white.webp 1084w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/logo_hpl_white-300x178.webp 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/logo_hpl_white-1024x608.webp 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/10\/logo_hpl_white-768x456.webp 768w\" sizes=\"(max-width: 1084px) 100vw, 1084px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\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-6fb562b6 e-con-full e-flex e-con e-child\" data-id=\"6fb562b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f7e7475 e-con-full details-area bodyfence-bg e-flex e-con e-child\" data-id=\"7f7e7475\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-28aafdfe e-con-full animated-fast e-flex e-con e-child\" data-id=\"28aafdfe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a4eeecd e-con-full animated-fast e-flex e-con e-child\" data-id=\"4a4eeecd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21df12fc e-con-full animated-fast e-flex e-con e-child\" data-id=\"21df12fc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca16966 e-con-full animated-fast e-flex e-con e-child\" data-id=\"ca16966\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67b46549 e-con-full animated-fast e-flex e-con e-child\" data-id=\"67b46549\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7380ae8f e-con-full animated-fast e-flex e-con e-child\" data-id=\"7380ae8f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e635e15 e-con-full animated-fast e-flex e-con e-child\" data-id=\"2e635e15\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4501bd64 e-con-full animated-fast e-flex e-con e-child\" data-id=\"4501bd64\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c2a4bed e-con-full animated-fast e-flex e-con e-child\" data-id=\"3c2a4bed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-780428ff e-con-full animated-fast e-flex e-con e-child\" data-id=\"780428ff\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21aaa3ce e-con-full animated-fast e-flex e-con e-child\" data-id=\"21aaa3ce\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45485053 e-con-full animated-fast e-flex e-con e-child\" data-id=\"45485053\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36ad20dd e-con-full animated-fast e-flex e-con e-child\" data-id=\"36ad20dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16677cb8 e-con-full animated-fast e-flex e-con e-child\" data-id=\"16677cb8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4819f326 e-con-full animated-fast e-flex e-con e-child\" data-id=\"4819f326\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5980b71a e-con-full animated-fast e-flex e-con e-child\" data-id=\"5980b71a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26b8890c e-con-full animated-fast e-flex e-con e-child\" data-id=\"26b8890c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;none&quot;}\">\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-1e33e6cd e-con-full e-flex e-con e-child\" data-id=\"1e33e6cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-20597f24 e-con-full e-flex e-con e-child\" data-id=\"20597f24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-76a6a6ce e-con-full e-flex e-con e-child\" data-id=\"76a6a6ce\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\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-1bbd0e16 e-con-full product-content e-flex e-con e-child\" data-id=\"1bbd0e16\" data-element_type=\"container\" data-e-type=\"container\" id=\"descriptions\">\n\t\t<div class=\"elementor-element elementor-element-3071cc62 e-con-full e-flex e-con e-child\" data-id=\"3071cc62\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-382a397a e-con-full details-area e-flex e-con e-child\" data-id=\"382a397a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2457ceab e-con-full e-flex e-con e-child\" data-id=\"2457ceab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a10416a e-con-full e-flex e-con e-child\" data-id=\"2a10416a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7e56af06 e-con-full e-flex e-con e-child\" data-id=\"7e56af06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-261f7059 e-con-full e-flex e-con e-child\" data-id=\"261f7059\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ed6f00a animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7ed6f00a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BODYFENCE<span style=\"font-weight: 900\">X<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31b66fa0 elementor-widget elementor-widget-heading\" data-id=\"31b66fa0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">High-performance paint protection film (PPF)<\/h2>\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-2c17a83f e-con-full e-flex e-con e-child\" data-id=\"2c17a83f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29471294 e-con-full e-flex e-con e-child\" data-id=\"29471294\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7559c8e7 elementor-widget elementor-widget-image\" data-id=\"7559c8e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp\" class=\"attachment-full size-full wp-image-9027\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5357e71e elementor-widget elementor-widget-text-editor\" data-id=\"5357e71e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>BODYFENCEX is a new-generation Paint Protection Film (PPF), engineered for the most demanding automotive applications. It effectively shields the paint from scratches, stone chips, insects, dirt, and UV damage \u2014 all while maintaining a deep, lasting gloss. Thanks to its self-healing X technology, the film automatically repairs minor scratches, ensuring exceptional durability. BODYFENCEX is the only PPF on the market backed by a lifetime warranty. This product perfectly combines innovation, strength, and aesthetics to deliver invisible, long-lasting protection for all types of vehicles.     <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e243a83 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e243a83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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>\n\t\t<div class=\"elementor-element elementor-element-189ef488 e-con-full e-flex e-con e-child\" data-id=\"189ef488\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-19cf013f e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"19cf013f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fe6fc66 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3fe6fc66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1585acbc elementor-widget elementor-widget-text-editor\" data-id=\"1585acbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Available in:<\/strong> 1520mm X 20ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-73aa3651 e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"73aa3651\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BODYFENCEX_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e80147 icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7e80147\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e6f4279 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"1e6f4279\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b49d7a4 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"b49d7a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a2299af e-con-full e-flex e-con e-child\" data-id=\"a2299af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cc1a512 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2cc1a512\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c5f02b9 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"5c5f02b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-2aa2ba19 e-con-full e-flex e-con e-child\" data-id=\"2aa2ba19\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45512ea6 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"45512ea6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2285b599 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"2285b599\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-4c4d2442 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"4c4d2442\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6426ed72 e-con-full e-flex e-con e-child\" data-id=\"6426ed72\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-683b1d95 e-con-full e-flex e-con e-child\" data-id=\"683b1d95\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6525af09 elementor-widget elementor-widget-heading\" data-id=\"6525af09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-156370c7 e-con-full e-flex e-con e-child\" data-id=\"156370c7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1803e731 e-con-full e-flex e-con e-child\" data-id=\"1803e731\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ba0fdde e-con-full e-flex e-con e-child\" data-id=\"ba0fdde\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ec037a8 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5ec037a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-724bb56b e-con-full e-flex e-con e-child\" data-id=\"724bb56b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75d0e26e e-con-full e-flex e-con e-child\" data-id=\"75d0e26e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-425513d0 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"425513d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-3073df98 e-con-full e-flex e-con e-child\" data-id=\"3073df98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-59da6b24 e-con-full e-flex e-con e-child\" data-id=\"59da6b24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d80c75c elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"d80c75c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-57ccb9e3 e-con-full e-flex e-con e-child\" data-id=\"57ccb9e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6143f64 e-con-full e-flex e-con e-child\" data-id=\"6143f64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9195130 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"9195130\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-335e1d7f e-con-full e-flex e-con e-child\" data-id=\"335e1d7f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e60ed12 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"4e60ed12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79a1f5ab e-con-full text-overlay e-flex e-con e-child\" data-id=\"79a1f5ab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35c2e2c6 elementor-widget elementor-widget-heading\" data-id=\"35c2e2c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-594ef4c8 e-con-full e-flex e-con e-child\" data-id=\"594ef4c8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18a436b4 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"18a436b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-19c4ce84 e-con-full e-flex e-con e-child\" data-id=\"19c4ce84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1b2deca9 e-con-full e-flex e-con e-child\" data-id=\"1b2deca9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-763a007 e-con-full e-flex e-con e-child\" data-id=\"763a007\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-423f0b90 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"423f0b90\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BODYFENCE<span style=\"font-weight: 900\">XM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35254cab elementor-widget elementor-widget-heading\" data-id=\"35254cab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Mat PPF for elegant protection<\/h2>\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-d8e9cd0 e-con-full e-flex e-con e-child\" data-id=\"d8e9cd0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1c4c6c63 e-con-full e-flex e-con e-child\" data-id=\"1c4c6c63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66250cc6 elementor-widget elementor-widget-image\" data-id=\"66250cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp\" class=\"attachment-full size-full wp-image-9027\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b1b73f elementor-widget elementor-widget-text-editor\" data-id=\"3b1b73f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>BODYFENCEXM is a matte Paint Protection Film (PPF) designed to protect vehicle paintwork while preserving a refined, premium appearance. Perfect for factory matte paints or satin wraps, it eliminates unwanted glossy reflections.<br\/>Equipped with a self-healing &lt;technology&gt; and high resistance to scratches, impacts, insects, and UV rays, BODYFENCEXM combines technical performance with sophisticated aesthetics.<br\/>Easy to apply and perfectly conforming to complex shapes, it ensures discreet, long-lasting matte protection.<br\/>Developed for professionals in wrapping, detailing, or enthusiasts seeking a high-end matte finish, this PPF offers an invisible yet stylish protection solution.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2cc3decb e-con-full e-flex e-con e-child\" data-id=\"2cc3decb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-77554eec e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"77554eec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-231b752b elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"231b752b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-750e802a elementor-widget elementor-widget-text-editor\" data-id=\"750e802a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Available in:<\/strong> 1520mm X 20ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-58e9306e e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"58e9306e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BODYFENCEXM_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2277dc8a icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2277dc8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-831850 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"831850\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c0bb58d e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"6c0bb58d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74a678a3 e-con-full e-flex e-con e-child\" data-id=\"74a678a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f9b42b6 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"6f9b42b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a513021 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2a513021\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-63064041 e-con-full e-flex e-con e-child\" data-id=\"63064041\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-522e61a3 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"522e61a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dfbb0ac animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"1dfbb0ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-2179a04d e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"2179a04d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-284f946d e-con-full e-flex e-con e-child\" data-id=\"284f946d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7838a56 e-con-full e-flex e-con e-child\" data-id=\"7838a56\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-227707af elementor-widget elementor-widget-heading\" data-id=\"227707af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-78d155ce e-con-full e-flex e-con e-child\" data-id=\"78d155ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-71de5da3 e-con-full e-flex e-con e-child\" data-id=\"71de5da3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c63d88f e-con-full e-flex e-con e-child\" data-id=\"6c63d88f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41246de9 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"41246de9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-39b0ea92 e-con-full e-flex e-con e-child\" data-id=\"39b0ea92\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-588cefaa e-con-full e-flex e-con e-child\" data-id=\"588cefaa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11995e67 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"11995e67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-8bfc7e2 e-con-full e-flex e-con e-child\" data-id=\"8bfc7e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5c351879 e-con-full e-flex e-con e-child\" data-id=\"5c351879\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13b78095 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"13b78095\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-8e8adec e-con-full e-flex e-con e-child\" data-id=\"8e8adec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2518c3bc e-con-full e-flex e-con e-child\" data-id=\"2518c3bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7470b9b4 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7470b9b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-435c478c e-con-full e-flex e-con e-child\" data-id=\"435c478c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2072b072 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"2072b072\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71815a73 e-con-full text-overlay e-flex e-con e-child\" data-id=\"71815a73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f7be4b1 elementor-widget elementor-widget-heading\" data-id=\"4f7be4b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-2400bd51 e-con-full e-flex e-con e-child\" data-id=\"2400bd51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50efcea8 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"50efcea8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-63502515 e-con-full e-flex e-con e-child\" data-id=\"63502515\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3db5e0b1 e-con-full e-flex e-con e-child\" data-id=\"3db5e0b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-41158886 e-con-full e-flex e-con e-child\" data-id=\"41158886\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c00ce90 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3c00ce90\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BODYFENCE<span style=\"font-weight: 900\">XS<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5873cbc9 elementor-widget elementor-widget-heading\" data-id=\"5873cbc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Satin PPF for refined protection<\/h2>\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-23412cc0 e-con-full e-flex e-con e-child\" data-id=\"23412cc0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-668a142 e-con-full e-flex e-con e-child\" data-id=\"668a142\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4174bf93 elementor-widget elementor-widget-image\" data-id=\"4174bf93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp\" class=\"attachment-full size-full wp-image-9027\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-356d29ba elementor-widget elementor-widget-text-editor\" data-id=\"356d29ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>BODYFENCEXS is a Paint Protection Film (PPF) specifically designed to provide an elegant satin finish while protecting the vehicle\u2019s paintwork from everyday damage. This protective adhesive film combines a unique satin texture with self-healing X technology, delivering both exceptional aesthetics and high performance.  <\/p><p>Ideal for vehicles seeking a clean, contemporary look, <strong style=\"font-weight: 600;\">BODYFENCEXS<\/strong> protects paintwork from scratches, stone chips, insects, and UV damage while eliminating unwanted glossy reflections.<br\/>This <strong style=\"font-weight: 600;\">satin-effect PPF<\/strong> conforms seamlessly to every contour of the body without altering the vehicle\u2019s original color.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a684e19 e-con-full e-flex e-con e-child\" data-id=\"5a684e19\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-340f5c92 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"340f5c92\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d5f973b elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3d5f973b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a9f3578 elementor-widget elementor-widget-text-editor\" data-id=\"5a9f3578\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Available in:<\/strong> 1520mm X 20ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-5fa7e001 e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"5fa7e001\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BODYFENCEXS_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e7d4e9b icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4e7d4e9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f6328ca text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"4f6328ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69579453 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"69579453\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6550170f e-con-full e-flex e-con e-child\" data-id=\"6550170f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32c203bc elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"32c203bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27705d6a elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"27705d6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-4700d30e e-con-full e-flex e-con e-child\" data-id=\"4700d30e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d060bba animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"1d060bba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53925dee animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"53925dee\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-306b7af4 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"306b7af4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1a80dc4e e-con-full e-flex e-con e-child\" data-id=\"1a80dc4e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-53465d84 e-con-full e-flex e-con e-child\" data-id=\"53465d84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43decba3 elementor-widget elementor-widget-heading\" data-id=\"43decba3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-4e74004f e-con-full e-flex e-con e-child\" data-id=\"4e74004f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-217520b8 e-con-full e-flex e-con e-child\" data-id=\"217520b8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-abc8d6a e-con-full e-flex e-con e-child\" data-id=\"abc8d6a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-275c0e5d elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"275c0e5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-40e4826f e-con-full e-flex e-con e-child\" data-id=\"40e4826f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-78300711 e-con-full e-flex e-con e-child\" data-id=\"78300711\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52422270 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"52422270\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-6f772ee e-con-full e-flex e-con e-child\" data-id=\"6f772ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4971662d e-con-full e-flex e-con e-child\" data-id=\"4971662d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77fafcc0 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"77fafcc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-65729f75 e-con-full e-flex e-con e-child\" data-id=\"65729f75\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-38b67d2a e-con-full e-flex e-con e-child\" data-id=\"38b67d2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c1b5ef elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6c1b5ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-9267645 e-con-full e-flex e-con e-child\" data-id=\"9267645\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3496b1ff elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"3496b1ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32e38157 e-con-full text-overlay e-flex e-con e-child\" data-id=\"32e38157\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61804096 elementor-widget elementor-widget-heading\" data-id=\"61804096\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-3c7710eb e-con-full e-flex e-con e-child\" data-id=\"3c7710eb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f5c8ab4 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"5f5c8ab4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-469dd763 e-con-full e-flex e-con e-child\" data-id=\"469dd763\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-59c9c9b7 e-con-full e-flex e-con e-child\" data-id=\"59c9c9b7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-443ebba7 e-con-full e-flex e-con e-child\" data-id=\"443ebba7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a9a1d3d animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a9a1d3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">BFWIDE<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d730d93 elementor-widget elementor-widget-heading\" data-id=\"1d730d93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Large-format protective adhesive film<\/h2>\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-311fb8e3 e-con-full e-flex e-con e-child\" data-id=\"311fb8e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-58a7a6e7 e-con-full e-flex e-con e-child\" data-id=\"58a7a6e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-342eb269 elementor-widget elementor-widget-text-editor\" data-id=\"342eb269\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>BFWIDE is a protective film designed to meet the specific needs of large vehicles. Thanks to its extended width, it\u2019s ideal for covering expansive surfaces such as hoods, doors, fenders, and side panels of SUVs, utility vehicles, pickups, or luxury cars.  This large-format film combines extreme durability, perfect transparency, and self-healing technology. BFWIDE provides long-lasting, invisible protection, acting as a shield against scratches, chips, road debris, insects, and external damage. It\u2019s a high-performance protective adhesive film that enhances and preserves the vehicle\u2019s appearance. <\/p><p><strong style=\"font-weight: 800;\">BFWIDE<\/strong> optimizes installation time while ensuring a smooth, consistent, and visually flawless result.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f16cdd3 e-con-full e-flex e-con e-child\" data-id=\"7f16cdd3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-795ffa85 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"795ffa85\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1195b188 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"1195b188\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1353842f elementor-widget elementor-widget-text-editor\" data-id=\"1353842f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Available in: 1830mm X 15ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-730967cc e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"730967cc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BFWIDE_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73ec5d7e icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"73ec5d7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-297c8a0d text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"297c8a0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5eb8eda1 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"5eb8eda1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fda8b5d e-con-full e-flex e-con e-child\" data-id=\"5fda8b5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51924d33 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"51924d33\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4a2438 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"d4a2438\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-4be45e99 e-con-full e-flex e-con e-child\" data-id=\"4be45e99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-150a8cfb animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"150a8cfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73abac95 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"73abac95\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-9d29bbd e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"9d29bbd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2326ab9b e-con-full e-flex e-con e-child\" data-id=\"2326ab9b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-58e6c4c3 e-con-full e-flex e-con e-child\" data-id=\"58e6c4c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a2e3f5c elementor-widget elementor-widget-heading\" data-id=\"4a2e3f5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-2b73d72c e-con-full e-flex e-con e-child\" data-id=\"2b73d72c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b6f365d e-con-full e-flex e-con e-child\" data-id=\"b6f365d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5da7a492 e-con-full e-flex e-con e-child\" data-id=\"5da7a492\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6053f8d0 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6053f8d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-3a13c99b e-con-full e-flex e-con e-child\" data-id=\"3a13c99b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4cb23726 e-con-full e-flex e-con e-child\" data-id=\"4cb23726\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76502dc1 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"76502dc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-30b6a974 e-con-full e-flex e-con e-child\" data-id=\"30b6a974\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61a13272 e-con-full e-flex e-con e-child\" data-id=\"61a13272\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c08e38d elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3c08e38d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-53af6a63 e-con-full e-flex e-con e-child\" data-id=\"53af6a63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-55761795 e-con-full e-flex e-con e-child\" data-id=\"55761795\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1209928 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1209928\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-356c6884 e-con-full e-flex e-con e-child\" data-id=\"356c6884\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60cadca1 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"60cadca1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21d11ddc e-con-full text-overlay e-flex e-con e-child\" data-id=\"21d11ddc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-172d08ba elementor-widget elementor-widget-heading\" data-id=\"172d08ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-2db11c86 e-con-full e-flex e-con e-child\" data-id=\"2db11c86\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25315775 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"25315775\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-4336df78 e-con-full e-flex e-con e-child\" data-id=\"4336df78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-28b19c4d e-con-full e-flex e-con e-child\" data-id=\"28b19c4d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2ff3010e e-con-full e-flex e-con e-child\" data-id=\"2ff3010e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ec6b625 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1ec6b625\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BF<span style=\"font-weight: 900\">BLACK<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-476153d8 elementor-widget elementor-widget-heading\" data-id=\"476153d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gloss black colored PPF<\/h2>\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-6957f5f e-con-full e-flex e-con e-child\" data-id=\"6957f5f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6bdd2dcd e-con-full e-flex e-con e-child\" data-id=\"6bdd2dcd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55592ad5 elementor-widget elementor-widget-text-editor\" data-id=\"55592ad5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"font-weight: 800;\">BFBLACK<\/strong> is a <strong>colored Paint Protection Film (PPF) <\/strong>that combines <strong>high-end protection<\/strong> with a bold aesthetic impact. This <strong>glossy black<\/strong> <strong>protective film<\/strong> acts as a true shield against scratches, debris, UV rays, and minor impacts. It delivers an intense, deep black finish comparable to premium automotive paint.  <\/p><p>Developed by <strong style=\"font-weight: 900; color: #e30613;\">HEXIS<\/strong>, this <strong>black colored PPF<\/strong> features self-healing technology, ensuring a smooth, flawless surface that maintains its finish over time.<\/p><p>With <strong style=\"font-weight: 800;\">BFBLACK<\/strong>, the adhesive film becomes a true design element. It\u2019s made for wrapping professionals and automotive enthusiasts who seek both a bold style and discreet yet effective paint protection. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-553bdc3a e-con-full e-flex e-con e-child\" data-id=\"553bdc3a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61326b6d e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"61326b6d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32c49c5e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"32c49c5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-615a7f90 elementor-widget elementor-widget-text-editor\" data-id=\"615a7f90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Available in:<\/strong> 1520mm X 20ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-61d000ed e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"61d000ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BFBLACK_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63cfdda2 icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"63cfdda2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-448da0ce text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"448da0ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73744a2a e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"73744a2a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e608368 e-con-full e-flex e-con e-child\" data-id=\"e608368\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15adf590 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"15adf590\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b6cd10 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3b6cd10\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-72c2d44f e-con-full e-flex e-con e-child\" data-id=\"72c2d44f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-116826b2 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"116826b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5181e2fa animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"5181e2fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-3e532a17 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"3e532a17\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-137e04e9 e-con-full e-flex e-con e-child\" data-id=\"137e04e9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3dcdc526 e-con-full e-flex e-con e-child\" data-id=\"3dcdc526\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16761ff9 elementor-widget elementor-widget-heading\" data-id=\"16761ff9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-3d10a51b e-con-full e-flex e-con e-child\" data-id=\"3d10a51b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-77e7efd1 e-con-full e-flex e-con e-child\" data-id=\"77e7efd1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-582f6414 e-con-full e-flex e-con e-child\" data-id=\"582f6414\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16381e11 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"16381e11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-357e635a e-con-full e-flex e-con e-child\" data-id=\"357e635a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7bc9ffab e-con-full e-flex e-con e-child\" data-id=\"7bc9ffab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60b3cdc elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"60b3cdc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-2173bc24 e-con-full e-flex e-con e-child\" data-id=\"2173bc24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-41849877 e-con-full e-flex e-con e-child\" data-id=\"41849877\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17041512 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"17041512\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-349e41d5 e-con-full e-flex e-con e-child\" data-id=\"349e41d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dd790b2 e-con-full e-flex e-con e-child\" data-id=\"dd790b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a96be19 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5a96be19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-615ded48 e-con-full e-flex e-con e-child\" data-id=\"615ded48\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a235e09 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"2a235e09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10ed9c57 e-con-full text-overlay e-flex e-con e-child\" data-id=\"10ed9c57\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ddd33e elementor-widget elementor-widget-heading\" data-id=\"9ddd33e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-3a13a53 e-con-full e-flex e-con e-child\" data-id=\"3a13a53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86d1a02 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"86d1a02\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-6431fdc5 e-con-full e-flex e-con e-child\" data-id=\"6431fdc5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-54717385 e-con-full e-flex e-con e-child\" data-id=\"54717385\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4a0c4c77 e-con-full e-flex e-con e-child\" data-id=\"4a0c4c77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49f23904 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"49f23904\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BFBLAC<span style=\"font-weight: 900\">KM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e5d663 elementor-widget elementor-widget-heading\" data-id=\"7e5d663\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">High-performance matte black paint protection film<\/h2>\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-5f8537c e-con-full e-flex e-con e-child\" data-id=\"5f8537c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3afdfb13 e-con-full e-flex e-con e-child\" data-id=\"3afdfb13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e7d4ab elementor-widget elementor-widget-text-editor\" data-id=\"1e7d4ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"font-weight: 800;\">BFBLACKM<\/strong> is a <strong>matte black<\/strong> <strong>paint protection film<\/strong> designed to deliver both striking aesthetics and <strong>exceptional durability<\/strong>. It combines the elegance of a deep, opaque black finish with the proven strength of <strong style=\"font-weight: 800;\">BODYFENCE\u00ae<\/strong> technology, making it perfect for full vehicle wraps with a bold, distinctive look. <\/p><p>This innovative film pushes the boundaries of protection with its ambient-temperature <strong>self-healing properties<\/strong>, <strong>advanced hydrophobic effect<\/strong>, and enhanced resistance to impacts, scratches, and insect damage.<\/p><p>With a thickness of <strong>180 microns<\/strong>, it\u2019s designed for wrapping professionals and enthusiasts seeking a bold, refined look for their vehicle. Choose a controlled, sophisticated installation with <strong style=\"font-weight: 800;\">BFBLACKM<\/strong>. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-794339a1 e-con-full e-flex e-con e-child\" data-id=\"794339a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3e480bc e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"3e480bc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec401a9 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ec401a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e015604 elementor-widget elementor-widget-text-editor\" data-id=\"7e015604\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Available in:<\/strong> 1520mm X 20ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-458688da e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"458688da\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BFBLACKM_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d6008c3 icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5d6008c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5384b796 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"5384b796\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a225e71 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"2a225e71\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-151a4b25 e-con-full e-flex e-con e-child\" data-id=\"151a4b25\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-708d0940 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"708d0940\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f201c5 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3f201c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-30f5d14 e-con-full e-flex e-con e-child\" data-id=\"30f5d14\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56ee4268 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"56ee4268\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a6cfd35 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"7a6cfd35\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-4d1724b3 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"4d1724b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3c2a761d e-con-full e-flex e-con e-child\" data-id=\"3c2a761d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-46a94b1f e-con-full e-flex e-con e-child\" data-id=\"46a94b1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-48e3df9b elementor-widget elementor-widget-heading\" data-id=\"48e3df9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-341a0ed2 e-con-full e-flex e-con e-child\" data-id=\"341a0ed2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-69e0564f e-con-full e-flex e-con e-child\" data-id=\"69e0564f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-411a0012 e-con-full e-flex e-con e-child\" data-id=\"411a0012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-723d8c5e elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"723d8c5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-3bec7d70 e-con-full e-flex e-con e-child\" data-id=\"3bec7d70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7b881278 e-con-full e-flex e-con e-child\" data-id=\"7b881278\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-410f4ba4 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"410f4ba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-154bb0a e-con-full e-flex e-con e-child\" data-id=\"154bb0a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4fff3bbe e-con-full e-flex e-con e-child\" data-id=\"4fff3bbe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d06c653 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2d06c653\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-4b7ab11d e-con-full e-flex e-con e-child\" data-id=\"4b7ab11d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3e47010f e-con-full e-flex e-con e-child\" data-id=\"3e47010f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b03a84e elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"4b03a84e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-7c1efb42 e-con-full e-flex e-con e-child\" data-id=\"7c1efb42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fc88515 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"1fc88515\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f586f7d e-con-full text-overlay e-flex e-con e-child\" data-id=\"2f586f7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f016a42 elementor-widget elementor-widget-heading\" data-id=\"7f016a42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-338b8a47 e-con-full e-flex e-con e-child\" data-id=\"338b8a47\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cccd0f animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"7cccd0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-62a51bb8 e-con-full e-flex e-con e-child\" data-id=\"62a51bb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61be4dfa e-con-full e-flex e-con e-child\" data-id=\"61be4dfa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-791e36b1 e-con-full e-flex e-con e-child\" data-id=\"791e36b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-343f20fd e-con-full e-flex e-con e-child\" data-id=\"343f20fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3a029870 e-con-full e-flex e-con e-child\" data-id=\"3a029870\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10e19cd6 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"10e19cd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CANDY<span style=\"font-weight: 900\">FENCE<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9db848 elementor-widget elementor-widget-heading\" data-id=\"f9db848\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"> <span style=\"color: #E30613\">Colour<\/span> <span style=\"color: #E30613\">takes over<\/span>,<span style=\"color: #E30613\"> protection<\/span> remains <span style=\"color: #E30613\">paramount<\/span>.<\/h2>\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-2f526d0c e-con-full e-flex e-con e-child\" data-id=\"2f526d0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-71d4f5f1 e-con-full e-flex e-con e-child\" data-id=\"71d4f5f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fa6235b elementor-widget elementor-widget-text-editor\" data-id=\"7fa6235b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<strong style=\"font-weight: 800;\">CANDYFENCE<\/strong> is a range of <strong>colored PPF paint protection films<\/strong> that combines<strong> premium protection<\/strong> with <strong>custom styling<\/strong>. Designed as a next-generation paint protection solution, <strong style=\"font-weight: 800;\">CANDYFENCE<\/strong> is available in a variety of <strong>colors<\/strong> and <strong>finishes<\/strong>, delivering rich, <strong>vibrant colors<\/strong> and a f<strong>lawless finish<\/strong> to transform the appearance of your vehicle. \n\n<strong style=\"font-weight: 800;\">CANDYFENCE<\/strong> films feature a <strong><span style=\"color: #E30613;\">dry<\/span><\/strong> or <strong><span style=\"color: #E30613;\">wet application<\/span><\/strong>, <strong>excellent durability<\/strong>, and outstanding conformability to wrap even the most complex shapes. They also retain the proven performance of the <strong style=\"font-weight: 800;\">BODYFENCE\u00ae<\/strong> range, providing effective protection. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62d90f30 e-con-full e-flex e-con e-child\" data-id=\"62d90f30\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6fef47dd e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"6fef47dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b8f6ab1 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6b8f6ab1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-438f215e elementor-widget elementor-widget-text-editor\" data-id=\"438f215e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Available in: &#8212;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-5825df3b e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"5825df3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/07\/FTP_CANDYFENCE_FR-1.pdf?x23519\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65f72802 icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"65f72802\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f75994f text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"3f75994f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\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-5d483144 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"5d483144\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d893f3a elementor-widget elementor-widget-gallery\" data-id=\"4d893f3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;columns&quot;:8,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;overlay_title&quot;:&quot;caption&quot;,&quot;columns_tablet&quot;:6,&quot;columns_mobile&quot;:4,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs502.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs502\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MDgsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzNTAyLndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs502.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS502\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs603.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs603\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MTAsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzNjAzLndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs603.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS603\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs604.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs604\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MTEsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzNjA0LndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs604.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS604\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs605.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs605\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MTIsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzNjA1LndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs605.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS605\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs804.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs804\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MTQsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzODA0LndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs804.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS804\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs805.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs805\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2NTgsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzODA1LndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs805.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS805\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs806.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs806\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MTUsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzODA2LndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs806.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS806\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs889.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs889\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MTYsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzODg5LndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs889.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS889\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs402.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cfs402\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MDcsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzNDAyLndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs402.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCFS402\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf403.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cf403\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MDQsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2Y0MDMud2VicCIsInNsaWRlc2hvdyI6IjRkODkzZjNhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf403.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCF403\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs601.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cf601\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MDksInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2ZzNjAxLndlYnAiLCJzbGlkZXNob3ciOiI0ZDg5M2YzYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cfs601.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCF601\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf703.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cf703\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MDUsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2Y3MDMud2VicCIsInNsaWRlc2hvdyI6IjRkODkzZjNhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf703.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCF703\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf803.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cf803\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2NTksInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2Y4MDMud2VicCIsInNsaWRlc2hvdyI6IjRkODkzZjNhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf803.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCF803\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf001.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"4d893f3a\" data-elementor-lightbox-title=\"candyfence_cf001\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MDMsInVybCI6Imh0dHBzOlwvXC93d3cuYm9keWZlbmNlLm5ldFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhbmR5ZmVuY2VfY2YwMDEud2VicCIsInNsaWRlc2hvdyI6IjRkODkzZjNhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2026\/06\/candyfence_cf001.webp\" data-width=\"750\" data-height=\"500\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCF001\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44dbe6f1 e-con-full e-flex e-con e-child\" data-id=\"44dbe6f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43e7183d elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"43e7183d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a42ce9 elementor-mobile-align-center e-transform elementor-align-center btn_sample elementor-widget elementor-widget-button\" data-id=\"6a42ce9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/candyfence-sample\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 49.281\"><path d=\"M13.284,0H2.415C1.081,0,0,1.092,0,2.439v38.914c0,.305.017.606.05.901.219,1.95,1.138,3.686,2.497,4.945.479.443,1.013.828,1.59,1.141.563.306,1.167.544,1.802.705.611.154,1.251.236,1.91.236h0c4.335,0,7.849-3.55,7.849-7.928V2.439c0-1.347-1.081-2.439-2.415-2.439ZM7.849,45.884c-2.209,0-4-1.809-4-4.04s1.791-4.04,4-4.04,4,1.809,4,4.04-1.791,4.04-4,4.04Z\"><\/path><path d=\"M23.14,4.812l8.412,4.905-3.802,6.652-.394.69-.395.69-5.262,9.205V7.332l1.441-2.521M22.923,1.588c-.835,0-1.647.438-2.094,1.22l-2.13,3.727v27.948c0,.624.503,1.002,1.012,1.002.328,0,.657-.157.857-.505l1.149-2.009,7.849-13.732.395-.69.395-.69,4.071-7.121c.664-1.162.262-2.664-.894-3.339L24.128,1.915c-.38-.222-.796-.327-1.205-.327h0Z\"><\/path><path d=\"M39.197,17.454l4.872,8.522-7.94,4.63-9.226,5.38,9.743-17.045,2.551-1.487M39.413,14.23h0c-.41,0-.825.105-1.205.327l-3.767,2.197-13.846,24.223c-.411.719.163,1.502.865,1.502.166,0,.339-.044.507-.142l15.674-9.14,8.407-4.902c1.156-.674,1.559-2.177.895-3.338l-5.434-9.507c-.447-.783-1.259-1.22-2.094-1.22h0Z\"><\/path><path d=\"M47,36.425v9.856h-19.885l16.902-9.856h2.984M47.585,33.425h-4.379l-23.995,13.992c-.882.514-.517,1.864.504,1.864h27.87c1.334,0,2.415-1.092,2.415-2.439v-10.977c0-1.347-1.081-2.439-2.415-2.439h0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Sample<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-160bf56e elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"160bf56e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-29a04b1a e-con-full e-flex e-con e-child\" data-id=\"29a04b1a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6772f2ef elementor-widget elementor-widget-text-editor\" data-id=\"6772f2ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Discover the <strong>CANDYFENCE<\/strong> training course, specifically dedicated to the installation of <strong>colored PPF<\/strong> films.<\/p><p>In just<strong> 2 days<\/strong>, master the secrets and discover expert tips to succeed in your future projects<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50c59a5b elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"50c59a5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fr.hexis-training.com\/formation\/formation-candyfence-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-3da2592c e-con-full e-flex e-con e-child\" data-id=\"3da2592c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d786cf9 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"5d786cf9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a646a20 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"3a646a20\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-1e86aee e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"1e86aee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-733f9413 e-con-full e-flex e-con e-child\" data-id=\"733f9413\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1edb78cf e-con-full e-flex e-con e-child\" data-id=\"1edb78cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f674e9a elementor-widget elementor-widget-heading\" data-id=\"3f674e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use<br \/><span style=\"font-weight: 900;color: #E30613\">CANDYFENCE<\/span>?<\/h2>\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-1482b86a e-con-full e-flex e-con e-child\" data-id=\"1482b86a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2f521336 e-con-full e-flex e-con e-child\" data-id=\"2f521336\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1d3ffa3d e-con-full e-flex e-con e-child\" data-id=\"1d3ffa3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-628163de elementor-position-inline-start elementor-tablet-position-block-start icon_bfcolors elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"628163de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 49 49\"><path class=\"iconbfcf0\" d=\"M24.5,0C11,0,0,11,0,24.5s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38,0,24.5,0ZM24.5,47.5c-12.7,0-23-10.3-23-23S11.8,1.5,24.5,1.5s23,10.3,23,23-10.3,23-23,23Z\"><\/path><g><path class=\"iconbfcf1\" d=\"M18.489,8.698h-6.521c-.8,0-1.449.655-1.449,1.463v23.348c0,.183.01.364.03.541.131,1.17.683,2.212,1.498,2.967.287.266.608.497.954.685.338.184.7.326,1.081.423.367.092.751.142,1.146.142h0c2.601,0,4.709-2.13,4.709-4.757V10.161c0-.808-.649-1.463-1.449-1.463h0ZM15.228,36.228c-1.325,0-2.4-1.085-2.4-2.424s1.075-2.424,2.4-2.424,2.4,1.085,2.4,2.424-1.075,2.424-2.4,2.424Z\"><\/path><path class=\"iconbfcf2\" d=\"M30.643,13.14l-5.648-3.293c-.228-.133-.478-.196-.723-.196-.501,0-.988.263-1.256.732l-1.278,2.236v19.027l1.81-3.167,4.709-8.239.237-.414.237-.414,2.443-4.273c.4-.7.163-1.595-.53-1.999h0Z\"><\/path><path class=\"iconbfcf3\" d=\"M38.683,23.672l-3.26-5.704c-.268-.47-.755-.732-1.256-.732-.246,0-.495.063-.723.196l-2.26,1.318-9.419,16.478,11.339-6.612,5.05-2.945c.693-.404.931-1.3.53-1.999Z\"><\/path><path class=\"iconbfcf4\" d=\"M39.069,28.753h-2.627l-16.315,9.514h18.942c.8,0,1.449-.655,1.449-1.463v-6.586c0-.808-.649-1.463-1.449-1.463h0Z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<span style=\"font-weight: 300;color: #E30613\">Protection<\/span> &amp; Style\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe <span style=\"font-weight: 800\">CANDYFENCE<\/span> paint protection film combines protection with customization. Available in a range of colors, it transforms the appearance of your vehicle while maintaining the performance of a PPF. \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-6724d2f7 e-con-full e-flex e-con e-child\" data-id=\"6724d2f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9b68aa6 e-con-full e-flex e-con e-child\" data-id=\"9b68aa6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-440e00d9 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"440e00d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-5140ef3f e-con-full e-flex e-con e-child\" data-id=\"5140ef3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-68a27597 e-con-full e-flex e-con e-child\" data-id=\"68a27597\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45553e19 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"45553e19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen scratches damage your paintwork, <span style=\"font-weight: 800\">CANDYFENCE<\/span> paint protection films self-heal when exposed to heat between 45\u00b0C and 70\u00b0C.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-4827b3f3 e-con-full e-flex e-con e-child\" data-id=\"4827b3f3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7cdd3cfb e-con-full e-flex e-con e-child\" data-id=\"7cdd3cfb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a0607ce elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3a0607ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-5e35fdc4 e-con-full e-flex e-con e-child\" data-id=\"5e35fdc4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4618aa5 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"4618aa5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f34d2b e-con-full text-overlay e-flex e-con e-child\" data-id=\"6f34d2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-416c961e elementor-widget elementor-widget-heading\" data-id=\"416c961e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-524b888f e-con-full e-flex e-con e-child\" data-id=\"524b888f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19d6123c animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"19d6123c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-5e6a95f5 e-con-full e-flex e-con e-child\" data-id=\"5e6a95f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6ff12b1c e-con-full e-flex e-con e-child\" data-id=\"6ff12b1c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-248252a6 e-con-full e-flex e-con e-child\" data-id=\"248252a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-637a95ef animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"637a95ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Body<span style=\"font-weight: 900\">XFASt<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-152a6ebd elementor-widget elementor-widget-heading\" data-id=\"152a6ebd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A new era of protection has begun.<\/h2>\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-2a84e4a0 e-con-full e-flex e-con e-child\" data-id=\"2a84e4a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4763c044 e-con-full e-flex e-con e-child\" data-id=\"4763c044\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a343c02 elementor-widget elementor-widget-text-editor\" data-id=\"a343c02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"font-weight: 800;\">BODYXFAST<\/strong> redefines the standards of vehicle bodywork protection and pushes the boundaries of PPF.Designed for demanding professionals, it offers <strong>exceptional immediate adhesion<\/strong>, even on the most complex areas such as edges of bodywork. Its advanced technology guarantees smooth application without compromising on performance. <br\/>Benefiting from the new-generation varnish derived from <g id=\"gid_4\"><strong style=\"font-weight: 800;\">BODYFENCEX<\/strong><\/g>, <g id=\"gid_5\"><strong style=\"font-weight: 800;\">BODYXFAST<\/strong><\/g> also features enhanced resistance to abrasion and extreme conditions. Intense heat, UV rays: the film remains intact, lasting over time.  <\/p><p> <\/p><p>Le PPF <strong>le plus rapide \u00e0 poser du march\u00e9<\/strong><br\/>Son film PU ultra-souple assure une pose <strong>simplifi\u00e9e<\/strong>, <strong>fluide<\/strong> et <strong>ultra-rapide<\/strong>, pour un<strong> gain de temps<\/strong> consid\u00e9rable.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70d49510 e-con-full e-flex e-con e-child\" data-id=\"70d49510\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8d0f661 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"8d0f661\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7188ec8e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7188ec8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-449b222e elementor-widget elementor-widget-text-editor\" data-id=\"449b222e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Available in: 1520mm X 15ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-207e3557 e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"207e3557\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BODYXFAST_FR.pdf?x81466\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19a18f81 icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"19a18f81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69ad0741 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"69ad0741\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ebb917 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"44ebb917\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-743a3619 e-con-full e-flex e-con e-child\" data-id=\"743a3619\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71561273 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"71561273\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26af8005 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"26af8005\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-69e55c18 e-con-full e-flex e-con e-child\" data-id=\"69e55c18\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66720121 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"66720121\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4469a863 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"4469a863\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-37772e57 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"37772e57\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-73690ee5 e-con-full e-flex e-con e-child\" data-id=\"73690ee5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-47fd1598 e-con-full e-flex e-con e-child\" data-id=\"47fd1598\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-567c3db9 elementor-widget elementor-widget-heading\" data-id=\"567c3db9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-2d56a114 e-con-full e-flex e-con e-child\" data-id=\"2d56a114\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-483b553d e-con-full e-flex e-con e-child\" data-id=\"483b553d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-196c1281 e-con-full e-flex e-con e-child\" data-id=\"196c1281\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72fd2bc6 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"72fd2bc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-5dc200d3 e-con-full e-flex e-con e-child\" data-id=\"5dc200d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7cec6df e-con-full e-flex e-con e-child\" data-id=\"7cec6df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ce5c853 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3ce5c853\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-68c31e46 e-con-full e-flex e-con e-child\" data-id=\"68c31e46\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-40eac17d e-con-full e-flex e-con e-child\" data-id=\"40eac17d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55af8428 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"55af8428\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-285dac6a e-con-full e-flex e-con e-child\" data-id=\"285dac6a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-84572cd e-con-full e-flex e-con e-child\" data-id=\"84572cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-509dcdc7 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"509dcdc7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-18082ee0 e-con-full e-flex e-con e-child\" data-id=\"18082ee0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bec72eb elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"1bec72eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-55ea9903 e-con-full text-overlay e-flex e-con e-child\" data-id=\"55ea9903\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fee2260 elementor-widget elementor-widget-heading\" data-id=\"6fee2260\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-5da3bcad e-con-full e-flex e-con e-child\" data-id=\"5da3bcad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f2d8d1a animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"6f2d8d1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-76b0a76d e-con-full e-flex e-con e-child\" data-id=\"76b0a76d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33094b71 e-con-full e-flex e-con e-child\" data-id=\"33094b71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-529f2a55 e-con-full e-flex e-con e-child\" data-id=\"529f2a55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19723817 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"19723817\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DFENCE<span style=\"font-weight: 900\">XTRM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63b75a28 elementor-widget elementor-widget-heading\" data-id=\"63b75a28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ultra-resistant, high-thickness PPF for extreme vehicle protection<\/h2>\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-3833ae13 e-con-full e-flex e-con e-child\" data-id=\"3833ae13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-544413c4 e-con-full e-flex e-con e-child\" data-id=\"544413c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13d37e49 elementor-widget elementor-widget-text-editor\" data-id=\"13d37e49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"font-weight: 800;\">DFENCEXTRM<\/strong> is a <strong>high-thickness automotive Paint Protection Film<\/strong> (PPF) engineered for <strong>extreme environments<\/strong>. Thicker than standard protection films, this ultra-resistant PPF provides maximum defense against impacts, deep scratches, repeated friction, and external damage.<br\/>Specially developed for vehicles exposed to <strong>harsh driving conditions<\/strong>, <strong style=\"font-weight: 800;\">DFENCEXTRM<\/strong> combines <strong>reinforced mechanical strength<\/strong>, long-lasting protection, and a refined finish. It shields the paintwork without compromising gloss or visual appearance while ensuring excellent durability over time.<br\/>This <strong style=\"font-weight: 900; color: #e30613;\">HEXIS<\/strong> adhesive <strong>PPF<\/strong> stands as the ultimate solution for effectively protecting heavily exposed vehicle surfaces.     <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-360be207 e-con-full e-flex e-con e-child\" data-id=\"360be207\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-997786a e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"997786a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47a6ef67 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"47a6ef67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66742ff6 elementor-widget elementor-widget-text-editor\" data-id=\"66742ff6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Available in:<\/strong> 1520mm X 20ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-79dffa3f e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"79dffa3f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_DFENCEXTRM_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a1cede0 icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7a1cede0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5de08da7 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"5de08da7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-302a5583 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"302a5583\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72c1b930 e-con-full e-flex e-con e-child\" data-id=\"72c1b930\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b0d5723 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7b0d5723\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64ecc4a7 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"64ecc4a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-17a45f10 e-con-full e-flex e-con e-child\" data-id=\"17a45f10\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2245401f animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"2245401f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57f10262 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"57f10262\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-6bb6f7f6 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"6bb6f7f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3e8028b4 e-con-full e-flex e-con e-child\" data-id=\"3e8028b4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-21615f73 e-con-full e-flex e-con e-child\" data-id=\"21615f73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3363b209 elementor-widget elementor-widget-heading\" data-id=\"3363b209\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-5d2d6be5 e-con-full e-flex e-con e-child\" data-id=\"5d2d6be5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-270075cf e-con-full e-flex e-con e-child\" data-id=\"270075cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7dc02c7c e-con-full e-flex e-con e-child\" data-id=\"7dc02c7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5baab099 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5baab099\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-2249f66a e-con-full e-flex e-con e-child\" data-id=\"2249f66a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-39f2b86a e-con-full e-flex e-con e-child\" data-id=\"39f2b86a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f93c16e elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"f93c16e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-3921d463 e-con-full e-flex e-con e-child\" data-id=\"3921d463\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-15d5a88f e-con-full e-flex e-con e-child\" data-id=\"15d5a88f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e5e690f elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6e5e690f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-1d59bdce e-con-full e-flex e-con e-child\" data-id=\"1d59bdce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-304d6398 e-con-full e-flex e-con e-child\" data-id=\"304d6398\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a7d57f6 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3a7d57f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-3637b89e e-con-full e-flex e-con e-child\" data-id=\"3637b89e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d08aed3 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"d08aed3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19545ea7 e-con-full text-overlay e-flex e-con e-child\" data-id=\"19545ea7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2676429b elementor-widget elementor-widget-heading\" data-id=\"2676429b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-5599bdcb e-con-full e-flex e-con e-child\" data-id=\"5599bdcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24aa32f0 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"24aa32f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-41b0cf4a e-con-full e-flex e-con e-child\" data-id=\"41b0cf4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4b74457e e-con-full e-flex e-con e-child\" data-id=\"4b74457e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-13c10c44 e-con-full e-flex e-con e-child\" data-id=\"13c10c44\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-516673f0 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"516673f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DFENCE<span style=\"font-weight: 900\">ONEX<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24f8d85d elementor-widget elementor-widget-heading\" data-id=\"24f8d85d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">High-performance, long-lasting interior protection film<\/h2>\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-7d578d5d e-con-full e-flex e-con e-child\" data-id=\"7d578d5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-17576246 e-con-full e-flex e-con e-child\" data-id=\"17576246\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ad5567a elementor-widget elementor-widget-image\" data-id=\"4ad5567a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp\" class=\"attachment-full size-full wp-image-9027\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f56fc0f elementor-widget elementor-widget-text-editor\" data-id=\"3f56fc0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>DFENCEONEX redefines interior car protection with its unmatched X technology. This glossy transparent film is specially designed for interior surfaces such as touchscreens, dashboards, high-gloss trims, and sensitive areas. It provides ultimate defense against micro-scratches, friction, dust, UV rays, and fingerprints. <\/p><p>With a thickness of 130 \u00b5m, it can be discreetly applied to any interior surface without affecting visibility or the original aesthetics. Its advanced formulation provides s<strong>elf-healing properties<\/strong> and an exceptional hydrophobic effect.  <br><strong style=\"font-weight: 800;\">DFENCEONEX<\/strong> is the perfect solution to <strong>preserve both the elegance and functionality<\/strong> of vehicle interiors, while ensuring easier maintenance and maximum durability.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36cde8bb e-con-full e-flex e-con e-child\" data-id=\"36cde8bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-25bb5d33 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"25bb5d33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2091d667 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2091d667\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ea4b6f2 elementor-widget elementor-widget-text-editor\" data-id=\"3ea4b6f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Available in: 1520mm X 15ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-7e236d5a e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"7e236d5a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_DFENCEONEX_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c27510d icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2c27510d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c758844 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"c758844\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a866610 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"6a866610\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66e213ae e-con-full e-flex e-con e-child\" data-id=\"66e213ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49f5e3c5 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"49f5e3c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5967b380 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"5967b380\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-7ac31f7a e-con-full e-flex e-con e-child\" data-id=\"7ac31f7a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a55a816 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"2a55a816\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-380e6d9f animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"380e6d9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-2c809158 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"2c809158\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6e13653b e-con-full e-flex e-con e-child\" data-id=\"6e13653b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-451db9b5 e-con-full e-flex e-con e-child\" data-id=\"451db9b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10b014ee elementor-widget elementor-widget-heading\" data-id=\"10b014ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-f2c67ad e-con-full e-flex e-con e-child\" data-id=\"f2c67ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-59bd4182 e-con-full e-flex e-con e-child\" data-id=\"59bd4182\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a4f00ac e-con-full e-flex e-con e-child\" data-id=\"a4f00ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7469a2fa elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7469a2fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-204c7718 e-con-full e-flex e-con e-child\" data-id=\"204c7718\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5679614a e-con-full e-flex e-con e-child\" data-id=\"5679614a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6328493c elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6328493c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-40e553e0 e-con-full e-flex e-con e-child\" data-id=\"40e553e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f03a14c e-con-full e-flex e-con e-child\" data-id=\"f03a14c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51f1747 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"51f1747\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-5fa1d620 e-con-full e-flex e-con e-child\" data-id=\"5fa1d620\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-17392c2a e-con-full e-flex e-con e-child\" data-id=\"17392c2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a48948 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7a48948\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-393bd8a3 e-con-full e-flex e-con e-child\" data-id=\"393bd8a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e63fc37 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"7e63fc37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12c1517a e-con-full text-overlay e-flex e-con e-child\" data-id=\"12c1517a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-604ae8c6 elementor-widget elementor-widget-heading\" data-id=\"604ae8c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-3a45607e e-con-full e-flex e-con e-child\" data-id=\"3a45607e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6953b159 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"6953b159\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-7400445d e-con-full e-flex e-con e-child\" data-id=\"7400445d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b87a87a e-con-full e-flex e-con e-child\" data-id=\"b87a87a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-73eb0c0f e-con-full e-flex e-con e-child\" data-id=\"73eb0c0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-435e2f23 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"435e2f23\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DFENCEONE<span style=\"font-weight: 900\">XM<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-590e947b elementor-widget elementor-widget-heading\" data-id=\"590e947b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Interior car PPF film<\/h2>\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-1b32859 e-con-full e-flex e-con e-child\" data-id=\"1b32859\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1035cfed e-con-full e-flex e-con e-child\" data-id=\"1035cfed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-568aa096 elementor-widget elementor-widget-image\" data-id=\"568aa096\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"110\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp\" class=\"attachment-full size-full wp-image-9027\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black.webp 520w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_xtechnologie_black-300x63.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c8aec92 elementor-widget elementor-widget-text-editor\" data-id=\"5c8aec92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"font-weight: 800;\">DFENCEONEXM<\/strong> is a <strong>Paint Protection Film (PPF)<\/strong> specifically developed for <strong>interior vehicle protection<\/strong>. Ideal for <strong>touchscreens<\/strong>, <strong>control panels<\/strong>, <strong>plastics<\/strong>, and other surfaces, it acts as an invisible barrier against micro-scratches, friction, and everyday wear. <\/p><p>Thinner than exterior PPF films, DFENCEONEXM maintains high resistance and self-healing technology while ensuring an easy, discreet application. It conforms perfectly to complex shapes and preserves the refined aesthetics of premium interiors \u2014 without yellowing or unwanted reflections.<br\/>Its matte finish provides a premium result. Designed for detailing professionals and demanding users alike, this interior protection film extends the beauty and longevity of vehicle interiors.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f9e6bfc e-con-full e-flex e-con e-child\" data-id=\"5f9e6bfc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5e71fc51 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"5e71fc51\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-127f33eb elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"127f33eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67afd66c elementor-widget elementor-widget-text-editor\" data-id=\"67afd66c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Available in: 1520mm X 15ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-3cb2a0e5 e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"3cb2a0e5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_DFENCONEXM_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e78b49c icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3e78b49c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-444cc770 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"444cc770\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32b0065f e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"32b0065f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87ef355 e-con-full e-flex e-con e-child\" data-id=\"87ef355\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63ecbdae elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"63ecbdae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f69cfd8 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"6f69cfd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-275e7c7f e-con-full e-flex e-con e-child\" data-id=\"275e7c7f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41f1de animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"41f1de\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77a10e90 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"77a10e90\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-541144ea e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"541144ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6e4d81c0 e-con-full e-flex e-con e-child\" data-id=\"6e4d81c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5ed7bced e-con-full e-flex e-con e-child\" data-id=\"5ed7bced\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c28872 elementor-widget elementor-widget-heading\" data-id=\"9c28872\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-7d661b9d e-con-full e-flex e-con e-child\" data-id=\"7d661b9d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-41b1928b e-con-full e-flex e-con e-child\" data-id=\"41b1928b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61a319a4 e-con-full e-flex e-con e-child\" data-id=\"61a319a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3be7f486 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3be7f486\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-774efda9 e-con-full e-flex e-con e-child\" data-id=\"774efda9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6fdf757 e-con-full e-flex e-con e-child\" data-id=\"6fdf757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36bf215d elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"36bf215d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-5f47e939 e-con-full e-flex e-con e-child\" data-id=\"5f47e939\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1796c5c0 e-con-full e-flex e-con e-child\" data-id=\"1796c5c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60daf34a elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"60daf34a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-650a02fd e-con-full e-flex e-con e-child\" data-id=\"650a02fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4c493a92 e-con-full e-flex e-con e-child\" data-id=\"4c493a92\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7593c4c0 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7593c4c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-3561a422 e-con-full e-flex e-con e-child\" data-id=\"3561a422\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-252f9d27 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"252f9d27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-257948c1 e-con-full text-overlay e-flex e-con e-child\" data-id=\"257948c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c8a6c04 elementor-widget elementor-widget-heading\" data-id=\"2c8a6c04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-3beb2a1e e-con-full e-flex e-con e-child\" data-id=\"3beb2a1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-217d6e0c animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"217d6e0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-79bec5d6 e-con-full e-flex e-con e-child\" data-id=\"79bec5d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4432681b e-con-full e-flex e-con e-child\" data-id=\"4432681b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-50ca7138 e-con-full e-flex e-con e-child\" data-id=\"50ca7138\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e234760 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2e234760\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BLACK<span style=\"font-weight: 900\">LIGHT<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a213bac elementor-widget elementor-widget-heading\" data-id=\"7a213bac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ultra-transparent crystal-effect headlight protection film<\/h2>\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-4cc39f1d e-con-full e-flex e-con e-child\" data-id=\"4cc39f1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2021e6a3 e-con-full e-flex e-con e-child\" data-id=\"2021e6a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4229d7c5 elementor-widget elementor-widget-text-editor\" data-id=\"4229d7c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"font-weight: 800;\">BLACKLIGHT<\/strong> is a <strong>headlight protection film designed<\/strong> to enhance your lights while shielding them from scratches and external damage. With its <strong>crystal-tint effect<\/strong> and high<strong> transparency<\/strong>, it allows maximum light transmission while adding a <strong>subtle aesthetic touch<\/strong> to both front and rear optics.  <\/p><p>This <strong>premium adhesive film<\/strong> offers the ideal solution for both <strong>customization<\/strong> and <strong>long-term preservation<\/strong> of <strong>lighting components<\/strong>. <strong>Ultra-thin<\/strong> (100 microns), <strong>glossy<\/strong>, and <strong>easy to apply<\/strong>, it conforms perfectly to curved headlight surfaces thanks to its flexibility and conformability.<br\/>Whether for a <strong>refined style<\/strong> or <strong>lasting protection<\/strong> against scratches and fading, <strong style=\"font-weight: 800;\">BLACKLIGHT<\/strong> provides an elegant and effective solution for vehicle headlights. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58623033 e-con-full e-flex e-con e-child\" data-id=\"58623033\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-66787132 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"66787132\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-140f338f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"140f338f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-756f2cbe elementor-widget elementor-widget-text-editor\" data-id=\"756f2cbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Available in 760\/1520mm X 15ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-4611bf2b e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"4611bf2b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BLACKLIGHT_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29f40c8a icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"29f40c8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38a98784 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"38a98784\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-636a576b e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"636a576b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78aa92c1 e-con-full e-flex e-con e-child\" data-id=\"78aa92c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6425751b elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"6425751b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b1abad1 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2b1abad1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-7af05b5c e-con-full e-flex e-con e-child\" data-id=\"7af05b5c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f156ccf animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"5f156ccf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-765bc13b animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"765bc13b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-7a72de32 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"7a72de32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-43768cc2 e-con-full e-flex e-con e-child\" data-id=\"43768cc2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-163f6161 e-con-full e-flex e-con e-child\" data-id=\"163f6161\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d2d5664 elementor-widget elementor-widget-heading\" data-id=\"6d2d5664\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-29590fb9 e-con-full e-flex e-con e-child\" data-id=\"29590fb9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-34a36fe9 e-con-full e-flex e-con e-child\" data-id=\"34a36fe9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7afbdfb0 e-con-full e-flex e-con e-child\" data-id=\"7afbdfb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78e87960 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"78e87960\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-412c44d4 e-con-full e-flex e-con e-child\" data-id=\"412c44d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4c001818 e-con-full e-flex e-con e-child\" data-id=\"4c001818\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76683d63 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"76683d63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-1184a314 e-con-full e-flex e-con e-child\" data-id=\"1184a314\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-18c7c35b e-con-full e-flex e-con e-child\" data-id=\"18c7c35b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d0f2e7e elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3d0f2e7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-1410e44c e-con-full e-flex e-con e-child\" data-id=\"1410e44c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-df7aa5d e-con-full e-flex e-con e-child\" data-id=\"df7aa5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3db218e5 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3db218e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-1b8b7d88 e-con-full e-flex e-con e-child\" data-id=\"1b8b7d88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43662510 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"43662510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39de03b4 e-con-full text-overlay e-flex e-con e-child\" data-id=\"39de03b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f89b500 elementor-widget elementor-widget-heading\" data-id=\"7f89b500\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-563715c e-con-full e-flex e-con e-child\" data-id=\"563715c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39a55baf animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"39a55baf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-7e28a573 e-con-full e-flex e-con e-child\" data-id=\"7e28a573\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-22cef36e e-con-full e-flex e-con e-child\" data-id=\"22cef36e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-375aa479 e-con-full e-flex e-con e-child\" data-id=\"375aa479\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20136e2b animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"20136e2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BF<span style=\"font-weight: 900\">SHIELD<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88740d3 elementor-widget elementor-widget-heading\" data-id=\"88740d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Transparent, durable, and impact-resistant windshield protection film<\/h2>\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-787c0f5e e-con-full e-flex e-con e-child\" data-id=\"787c0f5e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-165f829 e-con-full e-flex e-con e-child\" data-id=\"165f829\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3997dd34 elementor-widget elementor-widget-text-editor\" data-id=\"3997dd34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>BFSHIELD is a next-generation windshield Paint Protection Film (PPF) from the BODYFENCE\u00ae range, designed to deliver durable, invisible, and high-performance protection. This transparent film effectively shields the windshield from chips, impacts, micro-scratches, and damage caused by wipers, gravel, or harsh weather conditions. <\/p><p>Thanks to its hydrophobic technology, BFSHIELD significantly improves visibility by repelling water and makes cleaning easier during washes. Its ambient-temperature self-healing effect visibly reduces micro-defects over time. <\/p><p>With a thickness of <strong>180 microns<\/strong>, ultra-clear transparency, and easy wet application (using <em><strong>HEXISOAP<\/strong><\/em>), <strong style=\"font-weight: 800;\">BFSHIELD<\/strong> stands out as the<strong> ideal solution<\/strong> to extend windshield lifespan while ensuring driving comfort and a preserved aesthetic.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-54be5b9c e-con-full e-flex e-con e-child\" data-id=\"54be5b9c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61c9ba77 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"61c9ba77\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75956c40 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"75956c40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,27.4c-2.4,0-5,.8-5,2.6v17c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6v-17c0-1.8-2.6-2.6-5-2.6ZM10.8,29.4c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM13.8,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7v-14.8c.9.3,2,.5,3,.5s2.1-.2,3-.5v14.8ZM25,5.9c-2.4,0-5,.8-5,2.6v38.5c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V8.4c0-1.8-2.6-2.6-5-2.6ZM25,7.9c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM28,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V10.5c.9.3,2,.5,3,.5s2.1-.2,3-.5v36.3ZM39.2.5c-2.4,0-5,.8-5,2.6v43.9c0,1.8,2.6,2.6,5,2.6s5-.8,5-2.6V3c0-1.8-2.6-2.6-5-2.6ZM39.2,2.5c1.4,0,2.4.3,2.9.6-.4.3-1.4.6-2.9.6s-2.4-.3-2.9-.6c.4-.3,1.4-.6,2.9-.6ZM42.2,46.8c-.2.3-1.3.7-3,.7s-2.8-.4-3-.7V5.1c.9.3,2,.5,3,.5s2.1-.2,3-.5v41.7Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e95755a elementor-widget elementor-widget-text-editor\" data-id=\"3e95755a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Available in: 1200mm X 15ml<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-4dcfb914 e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"4dcfb914\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_BFSHIELD_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46898096 icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"46898096\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bbceeab text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"4bbceeab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2821884c e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"2821884c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10adf7e2 e-con-full e-flex e-con e-child\" data-id=\"10adf7e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7175d404 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7175d404\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fe68b49 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"7fe68b49\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-656fcb2a e-con-full e-flex e-con e-child\" data-id=\"656fcb2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32d343cf animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"32d343cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-142d5c8d animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"142d5c8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-5d2fcd59 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"5d2fcd59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-316bc9a e-con-full e-flex e-con e-child\" data-id=\"316bc9a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-44c0e646 e-con-full e-flex e-con e-child\" data-id=\"44c0e646\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9c8acf elementor-widget elementor-widget-heading\" data-id=\"c9c8acf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-5b1d1b03 e-con-full e-flex e-con e-child\" data-id=\"5b1d1b03\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d60962a e-con-full e-flex e-con e-child\" data-id=\"d60962a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-392c653 e-con-full e-flex e-con e-child\" data-id=\"392c653\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c367234 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5c367234\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-7e4e8025 e-con-full e-flex e-con e-child\" data-id=\"7e4e8025\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1b1dac7b e-con-full e-flex e-con e-child\" data-id=\"1b1dac7b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39fafde3 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"39fafde3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-3934729f e-con-full e-flex e-con e-child\" data-id=\"3934729f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2902cb74 e-con-full e-flex e-con e-child\" data-id=\"2902cb74\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d92aad7 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5d92aad7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-546725df e-con-full e-flex e-con e-child\" data-id=\"546725df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1a319755 e-con-full e-flex e-con e-child\" data-id=\"1a319755\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e8607c2 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"4e8607c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-27720dc6 e-con-full e-flex e-con e-child\" data-id=\"27720dc6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4857c455 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"4857c455\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-533d086f e-con-full text-overlay e-flex e-con e-child\" data-id=\"533d086f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b71af05 elementor-widget elementor-widget-heading\" data-id=\"3b71af05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-78ae55e4 e-con-full e-flex e-con e-child\" data-id=\"78ae55e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-666b5ea6 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"666b5ea6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-4a778495 e-con-full e-flex e-con e-child\" data-id=\"4a778495\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1c534187 e-con-full e-flex e-con e-child\" data-id=\"1c534187\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-541a3f7c e-con-full e-flex e-con e-child\" data-id=\"541a3f7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7d21c57c e-con-full e-flex e-con e-child\" data-id=\"7d21c57c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1a0b6e2a e-con-full e-flex e-con e-child\" data-id=\"1a0b6e2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e96776c animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5e96776c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">nano <span style=\"font-weight: 900\">serum<\/span><\/h2>\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-68547648 e-con-full e-flex e-con e-child\" data-id=\"68547648\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2f30635a e-con-full nano-serum-by e-flex e-con e-child\" data-id=\"2f30635a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19476769 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"19476769\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">by<\/h2>\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-8e613f5 e-con-full nano-serum-hexis e-flex e-con e-child\" data-id=\"8e613f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dec2cf4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1dec2cf4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">HEXIS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17261790 elementor-widget elementor-widget-heading\" data-id=\"17261790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hydrophobic ceramic coating for car paintwork<\/h2>\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-65d6bee1 e-con-full e-flex e-con e-child\" data-id=\"65d6bee1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1041ad6f e-con-full e-flex e-con e-child\" data-id=\"1041ad6f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cbf7239 elementor-widget elementor-widget-text-editor\" data-id=\"5cbf7239\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>NANOSERUM by HEXIS is a next-generation ceramic coating for automotive paintwork. Formulated with advanced nanotechnology, it provides long-lasting protection and a powerful hydrophobic effect. It creates an invisible, ultra-durable barrier that shields paint or adhesive films from everyday damage and environmental exposure.  <\/p><p>This <strong>high-performance ceramic coating<\/strong> delivers a <strong>deep gloss<\/strong> and exceptional smoothness, making cleaning significantly easier. Thanks to its <strong>strong water-repellent properties<\/strong>, water and dirt do not adhere to the surface, keeping the vehicle cleaner for longer. <\/p><p>100% compatible with all <strong style=\"font-weight: 800;\">BODYFENCE\u00ae<\/strong><strong> transparent films<\/strong> and <strong style=\"font-weight: 900; color: #e30613;\">HEXIS<\/strong><strong> full wrap solutions<\/strong>, <strong>NANOSERUM by HEXIS<\/strong> provides effective protection without altering the original appearance.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-58a396f7 e-con-full datasheet-box e-flex elementor-invisible e-con e-child\" data-id=\"58a396f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\" href=\"https:\/\/hexis-graphics.com\/documents\/fichestechnique\/document_fr\/FTP_NANO_SERUM_by_HEXIS_FR.pdf\" target=\"_blank\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7955bd7f icon-datasheet-h elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7955bd7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M43.2,12.2c0,0,0-.2,0-.3,0,0,0-.2-.2-.2,0,0,0,0,0-.1L32.8.9s0,0,0,0c0,0-.2-.1-.3-.2,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0-.1,0,0,0-.2,0-.3,0,0,0,0,0,0,0s0,0,0,0H13.3c-3.6,0-6.6,3-6.6,6.6v35.8c0,3.6,3,6.6,6.6,6.6h23.3c3.6,0,6.6-3,6.6-6.6V12.4c0,0,0-.1,0-.2ZM33.1,4.6l6.3,6.7h-6.3v-6.7ZM40.9,42.9c0,2.4-1.9,4.3-4.3,4.3H13.3c-2.4,0-4.3-1.9-4.3-4.3V7.1c0-2.4,1.9-4.3,4.3-4.3h17.4v9.6c0,.6.5,1.2,1.2,1.2h9v29.4ZM15,25c0,.6.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-17.6c-.6,0-1.2.5-1.2,1.2ZM16.2,14.2h4.9c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-4.9c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM16.2,18.6h8.8c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2h-8.8c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2ZM33.8,28.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,32.7h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2ZM33.8,37.3h-17.6c-.6,0-1.2.5-1.2,1.2s.5,1.2,1.2,1.2h17.6c.6,0,1.2-.5,1.2-1.2s-.5-1.2-1.2-1.2Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68b8d4d1 text-datasheet elementor-widget elementor-widget-text-editor\" data-id=\"68b8d4d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technical data sheet<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f2b72a6 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"2f2b72a6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2ca2fba e-con-full e-flex e-con e-child\" data-id=\"2ca2fba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75d87161 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"75d87161\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">BUY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67e60c12 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"67e60c12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/trouver-un-poseur-bodyfence\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">contact a installer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-4d457b8d e-con-full e-flex e-con e-child\" data-id=\"4d457b8d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a58201c animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"6a58201c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15dd661b animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"15dd661b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-203ee354 e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"203ee354\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4ec01dc4 e-con-full e-flex e-con e-child\" data-id=\"4ec01dc4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-64b5e119 e-con-full e-flex e-con e-child\" data-id=\"64b5e119\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-419235d2 elementor-widget elementor-widget-heading\" data-id=\"419235d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-4d447144 e-con-full e-flex e-con e-child\" data-id=\"4d447144\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7ff71827 e-con-full e-flex e-con e-child\" data-id=\"7ff71827\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-656d9cf6 e-con-full e-flex e-con e-child\" data-id=\"656d9cf6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-372468b8 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"372468b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-792365e2 e-con-full e-flex e-con e-child\" data-id=\"792365e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61c399b6 e-con-full e-flex e-con e-child\" data-id=\"61c399b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-691b7291 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"691b7291\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-5b613de6 e-con-full e-flex e-con e-child\" data-id=\"5b613de6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-77367a4c e-con-full e-flex e-con e-child\" data-id=\"77367a4c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fff6f3d elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"fff6f3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-1c3cfba7 e-con-full e-flex e-con e-child\" data-id=\"1c3cfba7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7bb5c92c e-con-full e-flex e-con e-child\" data-id=\"7bb5c92c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f30afd8 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5f30afd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-1017a6af e-con-full e-flex e-con e-child\" data-id=\"1017a6af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59938ca elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"59938ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-343a6f50 e-con-full text-overlay e-flex e-con e-child\" data-id=\"343a6f50\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d6b739d elementor-widget elementor-widget-heading\" data-id=\"5d6b739d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-631f5c17 e-con-full e-flex e-con e-child\" data-id=\"631f5c17\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27ca9cc4 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"27ca9cc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-d922994 e-con-full e-flex e-con e-child\" data-id=\"d922994\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-78bdba84 e-con-full e-flex e-con e-child\" data-id=\"78bdba84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2b5c9128 e-con-full e-flex e-con e-child\" data-id=\"2b5c9128\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4cebe874 e-con-full e-flex e-con e-child\" data-id=\"4cebe874\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2956b213 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2956b213\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BODY<span style=\"font-weight: 900\">KIT<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f5ad588 elementor-widget elementor-widget-heading\" data-id=\"1f5ad588\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">High-precision precut PPF for fast installation<\/h2>\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-24af03b0 e-con-full e-flex e-con e-child\" data-id=\"24af03b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3d35528f e-con-full e-flex e-con e-child\" data-id=\"3d35528f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-448d44f0 elementor-widget elementor-widget-text-editor\" data-id=\"448d44f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"font-weight: 800;\">BODYKIT<\/strong> is the ideal solution for wrapping professionals seeking ultra-precise, easy-to-install <strong>precut PPF<\/strong>. These <strong>pre-cut paint protection film kits<\/strong> are engineered to fit each vehicle model perfectly \u2014 no cutting on the paint required \u2014 <strong>ensuring a flawless fit right from application<\/strong>. <\/p><p><strong style=\"font-weight: 800;\">BODYKIT<\/strong> is <strong>available in gloss<\/strong>, <strong>matte<\/strong>, or <strong>satin finishes<\/strong>. With these <strong>custom-fit kits<\/strong>, you can significantly reduce installation time, prevent errors, minimize material waste, and maintain full control over your costs. <\/p><p>To boost profitability or enhance your professional image, <strong>BODYKIT precut PPF kits<\/strong> <strong>guarantee a clean<\/strong>, <strong>consistent<\/strong>, and <strong>reliable result<\/strong> \u2014 backed by the proven quality of<strong style=\"font-weight: 800;\"> BODYFENCE\u00ae<\/strong> technology.<\/p>\t\t\t\t\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-4ddab5aa e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"4ddab5aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\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-5c0f2be0 e-con-full e-flex e-con e-child\" data-id=\"5c0f2be0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8cfe31a e-con-full e-flex e-con e-child\" data-id=\"8cfe31a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-555e445 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"555e445\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24ca0525 e-con-full e-flex e-con e-child\" data-id=\"24ca0525\" data-element_type=\"container\" data-e-type=\"container\" id=\"pourquoi\" data-settings=\"{&quot;shape_divider_bottom&quot;:&quot;tilt&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0,6V0h1000v100L0,6z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19fe2858 e-con-full e-flex e-con e-child\" data-id=\"19fe2858\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-606ece83 elementor-widget elementor-widget-heading\" data-id=\"606ece83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">As fast as you are<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2475b873 elementor-widget elementor-widget-text-editor\" data-id=\"2475b873\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The pre-cut kits offered by <strong style=\"font-weight: 900; color: #e30613;\">HEXIS<\/strong> are the ideal way to quickly boost your business.<\/p>\t\t\t\t\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-387c6b5 e-flex e-con-boxed e-con e-child\" data-id=\"387c6b5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1e716a59 e-con-full e-flex e-con e-child\" data-id=\"1e716a59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7bc2ac4a e-con-full e-flex e-con e-child\" data-id=\"7bc2ac4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28dc88de elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"28dc88de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM26.3,11.2h-.2c-2.9,0-5.3,1-7.3,2.5-2,1.6-3.4,3.5-4.2,7h-2.1l-1.4,3.5h3.1v2.7h-1.6l-1.4,3.5h3.6c.8,2.8,2.2,5.3,4.2,6.9,2,1.6,4.4,2.4,7.3,2.4s2.4-.2,3.6-.5c1.1-.3,1.9-.8,3.3-1.5v-5.7c-.7,1-1.9,1.7-2.9,2.2s-2.1.7-3.1.7-2.6-.4-3.5-1.1c-1-.7-1.7-2-2.3-3.4h4.9l1.5-3.5h-7.1v-2.7h8.1l1.4-3.5h-8.9c.5-1.4,1.2-2.6,2.2-3.4s2.2-1.2,3.6-1.2,2.2.2,3.2.7,2.2,1.2,2.9,2.1v-5.7c-1.4-.7-2.2-1.2-3.3-1.5-1.1-.3-2.4-.5-3.6-.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Control <\/span> your budget\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-561bab0a elementor-widget elementor-widget-text-editor\" data-id=\"561bab0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tDon&#8217;t waste BODYFENCE and buy only what you need.\t\t\t\t\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-e3089aa e-con-full e-flex e-con e-child\" data-id=\"e3089aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-72437acc e-con-full e-flex e-con e-child\" data-id=\"72437acc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-162f2300 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"162f2300\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M10.8,33v5.3c0,.3.3.6.6.6h4.1c.3,0,.6-.3.6-.6v-9.3l-3,3c-.6.6-1.4,1-2.3,1ZM18.2,29v9.3c0,.3.3.6.6.6h4.1c.3,0,.6-.3.6-.6v-5.5c-.9,0-1.8-.4-2.5-1l-2.8-2.8ZM25.5,32.2v6.1c0,.3.3.6.6.6h4.1c.3,0,.6-.3.6-.6v-11.3l-4.7,4.7c-.2.2-.4.3-.6.5ZM37.7,20.1l-4.9,4.9v13.4c0,.3.3.6.6.6h4.1c.3,0,.6-.3.6-.6v-17.9c0,0-.2-.2-.3-.3h0ZM41.3,11.6l-.2-.2c-.2-.2-.5-.3-.9-.3h-.1c-1.9,0-3.8.2-5.7.3-.3,0-.6,0-.9.3,0,0-.2.2-.2.3-.3.6.1,1,.3,1.2l.5.5c.3.3.7.7,1,1l-11.5,11.6-5.2-5.2c-.3-.3-.7-.5-1.2-.5s-.9.2-1.2.5l-6.9,6.9c-.6.6-.6,1.7,0,2.3l.3.3c.3.3.7.5,1.2.5s.9-.2,1.2-.5l5.4-5.4,5.2,5.2c.3.3.7.5,1.2.5s.9-.2,1.2-.5l13-13,1.5,1.5c.2.2.4.4.8.4s.3,0,.5,0c.1,0,.2-.1.3-.2.3-.3.3-.7.4-.9,0-1.2.1-2.5.2-3.7v-1.9c0-.4,0-.7-.2-.9ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Optimize<\/span> <br \/>your productivity\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-350058a3 elementor-widget elementor-widget-text-editor\" data-id=\"350058a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>reduces installation time. You save time on every project. <\/p>\t\t\t\t\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-48a6cc88 e-con-full e-flex e-con e-child\" data-id=\"48a6cc88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-221127b2 e-con-full e-flex e-con e-child\" data-id=\"221127b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30de677d elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"30de677d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M48.1,26c0-.4-.2-.9-.2-1.3,0-.8.2-1.6.7-2.3.5-.7.7-1.5.7-2.3,0-1.4-.7-2.8-2-3.6s-2-2.2-2-3.6v-1c0-2.2-1.6-4-3.8-4.2-.8,0-1.6-.4-2.2-.9-.6-.5-1.1-1.2-1.4-2-.6-1.8-2.3-2.9-4-2.9s-1,0-1.5.3c-.5.2-1,.3-1.5.3-1.1,0-2.2-.4-3-1.3-.7-.8-1.8-1.2-2.9-1.2s-2.2.4-3,1.3c-.8.8-1.9,1.3-3,1.3s-1,0-1.5-.3c-.5-.2-1-.3-1.5-.3-1.8,0-3.4,1.1-4,2.9-.3.8-.8,1.5-1.4,2-.6.5-1.4.8-2.2.9-2.2.2-3.8,2.1-3.8,4.2v1c0,1.5-.8,2.9-2,3.6-1.3.8-2,2.2-2,3.6s.2,1.6.7,2.3.7,1.5.7,2.3-.2,1.6-.7,2.3c-.5.7-.7,1.5-.7,2.3,0,1.4.7,2.8,2,3.6,1.3.8,2,2.2,2,3.6v1c0,2.2,1.6,4,3.8,4.2.8,0,1.6.4,2.2.9.6.5,1.1,1.2,1.4,2,.6,1.8,2.3,2.9,4,2.9s1,0,1.5-.3c.5-.2,1-.3,1.5-.3,1.1,0,2.2.4,3,1.3.8.9,1.9,1.3,3,1.3s2.2-.4,3-1.3c.8-.8,1.9-1.3,3-1.3h.7c.2,0,.5,0,.7.2.5.2,1,.3,1.5.3,1.8,0,3.4-1.1,4-2.9.3-.8.8-1.5,1.4-2,.6-.5,1.4-.8,2.2-.9,2.2-.2,3.8-2.1,3.8-4.2v-1c0-1.5.8-2.9,2-3.6,1.3-.8,2-2.2,2-3.6s-.2-1.6-.7-2.3c-.2-.3-.4-.6-.5-1ZM46.8,32.1c-1.7,1-2.8,2.9-2.8,4.9v.7h0v.3c0,1.4-1.1,2.6-2.5,2.7-1.1,0-2.1.5-3,1.2-.9.7-1.5,1.6-1.9,2.7-.4,1.1-1.4,1.9-2.6,1.9s-.6,0-.9-.2c-.3,0-.7-.2-1-.3h-1c-1.5,0-3,.6-4.1,1.7-.5.5-1.2.8-2,.8s-1.5-.3-2-.8c-1.1-1.1-2.6-1.7-4.1-1.7s-1.3,0-2,.3c-.3.1-.6.2-.9.2-1.2,0-2.2-.8-2.6-1.9-.4-1.1-1-2-1.9-2.7-.9-.7-1.9-1.1-3-1.2-1.4-.1-2.5-1.3-2.5-2.7v-.4h0v-.7c0-2-1.1-3.9-2.8-4.9-.8-.5-1.3-1.4-1.3-2.4s.2-1,.4-1.5c.6-.9.9-2,.9-3.1s-.3-2.2-.9-3.1c-.3-.4-.4-1-.4-1.5,0-1,.5-1.8,1.3-2.4,1.7-1,2.8-2.9,2.8-4.9v-.7h0v-.3c0-1.4,1.1-2.6,2.5-2.7,1.1-.1,2.1-.5,3-1.2s1.5-1.6,1.9-2.7c.4-1.1,1.4-1.9,2.6-1.9s.6,0,.9.2c.6.2,1.3.4,2,.4,1.5,0,3-.6,4.1-1.7s1.2-.8,2-.8v-.2c.8,0,1.5.3,2,.8,1.1,1.1,2.6,1.7,4.1,1.7s1.3,0,2-.3c.3-.1.6-.2.9-.2,1.2,0,2.2.8,2.6,1.9.4,1.1,1,2,1.9,2.7.9.7,1.9,1.1,3,1.2,1.4.1,2.5,1.3,2.5,2.7v.4h0v.7c0,2,1.1,3.9,2.8,4.9.8.5,1.3,1.4,1.3,2.4s-.2,1-.4,1.5c-.6.9-.9,2-.9,3.1s0,1.2.3,1.8c.2.5.4.9.6,1.4.3.4.4,1,.4,1.5,0,1-.5,1.9-1.3,2.4ZM37.6,15.6c-1-1-2.7-1-3.7,0l-13.2,13.2-5.1-5.1c-1-1-2.7-1-3.7,0s-1,2.7,0,3.7l6.9,6.9c.5.5,1.2.8,1.9.8s1.4-.3,1.9-.8l15.1-15.1c1-1,1-2.7,0-3.7h-.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Improve<\/span><br \/> quality\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796ec65e elementor-widget elementor-widget-text-editor\" data-id=\"796ec65e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tBODYKIT is designed to fit precisely. The result is guaranteed to be uniform. \t\t\t\t\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-67254986 e-con-full e-flex e-con e-child\" data-id=\"67254986\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d927c1e e-con-full e-flex e-con e-child\" data-id=\"6d927c1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-664b8cad elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"664b8cad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM39.3,14.5l-2.6-2.7c-.5-.4-1.2-.4-1.7,0L15.3,31.4c-.2.3-.3.6-.3.8l-3.1,3-1.3,1.3c0,.3-.4.7,0,1.1v.2c.3.1.5.2.7.3l4.6.4c.4,0,.6-.2.7-.3l2.3-2.2c.3,0,.6,0,.9-.4l19.5-19.3c.1,0,.5-.4.4-.9,0-.3,0-.6-.3-.9h-.1ZM16.5,36.6h0l-3.7-.4.7-.6,3.8.4-.7.6ZM17.1,34.7h.1c-.3,0-.4-.2-.6-.4,0-.2-.3-.3-.4-.5,0-.2-.2-.4-.3-.7l1,.9.9,1c-.3,0-.5,0-.7-.3ZM21.3,23.5h0c0,0,2.1-2.1,2.1-2.1l-8.7-8.7c-.6-.6-1.5-.6-2.1,0s-.6,1.5,0,2.1l8.7,8.7ZM29.8,27.6h0c0,.1-2.1,2.1-2.1,2.1l7.6,7.6c.6.6,1.5.6,2.1,0s.6-1.5,0-2.1l-7.6-7.6Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">No<\/span> <br \/>errors\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ed86799 elementor-widget elementor-widget-text-editor\" data-id=\"5ed86799\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tBODYKIT is ready to apply. No need to cut paint. \t\t\t\t\t\t\t\t<\/div>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63faba4e e-con-full e-flex e-con e-child\" data-id=\"63faba4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6fa1ebc1 e-con-full e-flex e-con e-child\" data-id=\"6fa1ebc1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-668564b1 elementor-widget elementor-widget-heading\" data-id=\"668564b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Because we create the best PPF, we want to offer you <span style=\"font-weight: 900;color: #e30613\">the best pre-cut kits.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-583e8a9f elementor-widget elementor-widget-text-editor\" data-id=\"583e8a9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Our process is firmly rooted in over 30 years&#8217; experience as an adhesive film manufacturer.<\/p><p>When you choose <strong>BODYKIT<\/strong>, you benefit from state-of-the-art materials and tools. <strong>BODYKIT<\/strong> has all the features of the best transparent protective film on the market.<\/p><p>We offer kits for every model in the world.<\/p><p>Our pre-cut kits offer the best value for money.<\/p>\t\t\t\t\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-a9a4b68 e-flex e-con-boxed e-con e-child\" data-id=\"a9a4b68\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-682ff07 e-con-full e-flex e-con e-child\" data-id=\"682ff07\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b4a6a77 e-con-full e-flex e-con e-child\" data-id=\"7b4a6a77\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13075aac e-con-full e-flex e-con e-child\" data-id=\"13075aac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ac97fd e-con-full e-flex e-con e-child\" data-id=\"4ac97fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6aaae7db e-con-full e-flex e-con e-child\" data-id=\"6aaae7db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e03c666 elementor-widget elementor-widget-heading\" data-id=\"5e03c666\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">CHOOSE YOUR KIT AND START MAKING MONEY<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a561df5 e-con-full e-flex e-con e-child\" data-id=\"4a561df5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29fc451c elementor-widget elementor-widget-shortcode\" data-id=\"29fc451c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_6' style='display:none'><style>#gform_wrapper_6[data-form-index=\"0\"].gform-theme,[data-parent-form=\"6_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_6' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_6'  action='\/en\/wp-json\/wp\/v2\/pages\/12092#gf_6' data-formid='6' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6Lf5CaYZAAAAAOEuODReQCJYxts5gfCY82RODHhn' data-tabindex='0'><input id=\"input_4a79835752d484794e1f1310d08e6042\" class=\"gfield_recaptcha_response\" type=\"hidden\" name=\"input_4a79835752d484794e1f1310d08e6042\" value=\"\"\/><\/div>\n        <div id='gf_progressbar_wrapper_6' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">Step <span class='gf_step_current_page'>1<\/span> of <span class='gf_step_page_count'>2<\/span><span class='gf_step_page_name'><\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_blue' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_blue percentbar_50' style='width:50%;'><span>50%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_6_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><div id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_6_31\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><style>.img-form {\n    opacity: 1 !important;\nwidth: 50vw;\nposition: initial !important;\nmax-width: 200%;\ntop: 30px !important;\nmargin-left: -17vw;\n    margin-top: 50px;\n}\n\ninput.button, button.button {\n    background-color: var(--e-global-color-accent) !important;\n    border-radius: 59px !important;\n}\n\n\n    @media screen and (max-width: 1300px){\n.img-form {\nmargin-top: 50px;\n}\n}\n\n            @media screen and (min-width: 640px) and (max-width: 850px){\n        .img-form {\n         margin-top: 100px;\n        }\n}\n\n    @media (max-width: 640px) {\n    .img-form{\nmargin-left: 0vw;\n    }\n\n#field_17_7>legend{\ntext-align: left ! important;\n}\n\n    \n    div#input_17_1{\n    width: 95vw !important;\n    display: flex !important;\njustify-content: center !important;\nalign-items: center !important;\nflex-wrap: wrap !important;\n    }\n    \n\n}\n\n\n<\/style><\/div><div id=\"field_6_2\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><style>. gchoice li {\n    float: left;\n}\n\ndiv#field_17_35 {\ntext-align:center;\n}\nselect#input_17_35 {\n    text-align: center;\n}\n\n*:focus {\n    outline: none;\n}\n\n.gchoice{\n        margin: 10px;\n        width: 250px;\n        position: relative;\n        top: 50%;\n    }\n\n    .gchoice>label{\n        background: #fafafa;\n        padding: 20px;\n        width: 250px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        color: black;\n        transition: 0.5s;\n        padding-top: 20px;\nborder-radius: 5px;\nborder: solid rgba(255,0,0,0.5) 1.5px;\nbox-shadow: 2px 2px 10px rgba(0,0,0,0.2);\nfont-weight: 600;\nfont-size: 13pt !important;\npadding-top: 20px;\n    }\n\n    .gchoice>label:before {\n        margin-right: 10px;\n        content: \" .....\";\n        color: white;\n        width: 20px;\n        height: 20px;\n        background: white;\n        border-radius: 50px;\n        border: solid white;\n        margin-bottom: 4px;\nbox-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n    }\n\n    .gchoice>input[type=\"radio\"]:checked ~ label:before{\n        background: #DD0122;\n        transition: 0.3s;\n        color: #DD0122;\n    }\n\n    .gchoice>input[type=\"radio\"]:checked ~ label{\n        background: #DD0122;\n        color: white;\n    }\n\n\n    input[type=\"radio\"]{\n        display: none !important;\n    }\n\n\n\n\n  \n\n\n    #Title_KITS{\n        margin-bottom: 30px;\n    }\n\n\n\n    .gfield_select {\n        border: solid red 0px;\n        border-radius: 5px;\nheight: 50px;\nbackground: #fafafa;\nbox-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n    }\n\ninput[type=\"text\"]{\n        border: solid red 0px;\n        border-radius: 5px;\nheight: 50px;\nbackground: #fafafa;\nbox-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n}\n\n.titre_h3_form{\ntext-align: center;\n}\n\n#marge_bt{\nmargin-bottom: 50px;\n}\n\n    div#input_17_1 {\n        justify-content: left;\n        align-items: center;\n    position: relative;\n    }\n\n\n    div#input_17_7 {\n        display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-wrap: wrap;\n    }\n\n\n    @media (max-width: 640px) {\n\nfieldset#field_17_7 {\n    margin-top: 50px;\n}\n}\n\n\n    @media (max-width: 400px) {\n        div#input_17_1 {\n            width: 45vw;\n            justify-content: left;\n            align-items: center;\n            position: relative;\n            left: 0%;\n            transform: translate(0%);\n        }\n    }\n\n\n\ninput#gform_next_button_17_21{\n        border: solid rgba(0,0,0,0) 0.2px;\n        border-radius: 5px;\n        box-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n        padding: 15px 30px 15px 30px;\n        font-size: 12pt;\nfont-weight: 500;\n        transition:  0.5s ;\n    color: white;\n    background: #DF0022;\nposition: relative;\n    left: 50%;\n    transform: translate(-50%);\n    }\n\ninput#gform_next_button_17_21:hover{\n        border: solid white 0.2px;\n    }\n\n    #field_17_16{\n        border: solid red 0px;\n    }\n\n\n    .ginput_container_post_image{\n        background: transparent;\n        border: solid black 2px;\n        border-radius: 10px;\n    \/*    pas toucher*\/\n    }\n\n\n    #extensions_message_17_16{\n        display: none;\n    }\n\n    #input_17_16{\n        background: transparent;\n        background-image: url(\"https:\/\/beta.bodyfence.net\/wp-content\/uploads\/2021\/06\/Media_upload.png\");\n        background-size: 200px;\n        background-repeat: no-repeat;\n        background-position: left;\n        width: 45vw;\n        height: 300px;\n        text-align: center;\n        position: relative;\n        left: 50%;\n        transform: translate(-8%);\n        padding-top: 65px;\n        margin-bottom: -50px;\n        color: rgba(0,0,0,0.7);\n    }\n\n    @media (max-width: 640px) {\n        #input_17_16{\n            transform: translate(-25%);\n        }\n    }\n\n\n    @media (max-width: 400px) {\n        #input_17_16{\n            transform: translate(-50%);\n        }\n    }\n\np.gf_progressbar_title {\n    display: none;\n}\n\n.gf_progressbar.gf_progressbar_blue {\n    display: none;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    @media screen and (min-width: 1500px){\n\nfieldset#field_17_7 {\n    margin-top: 60px;\n}\n    }\n\n\n    .et_pb_section.et_pb_section_1.et_section_regular{\n        overflow: hidden;\n    }\n\n#field_17_7>legend{\ntext-align: center;\n}\n\n\n<\/style><div class=\"dsm-cf-html \" id=\"Title_KITS\"><h3 class=\"titre_h3_form\">KITS SELECTION<\/h3><hr id=\"marge_bt\"><\/div><\/div><fieldset id=\"field_6_1\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Choose your Protection Stage<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_6_1'>\n\t\t\t<div class='gchoice gchoice_6_1_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_1' type='radio' value='STAGE 1'  id='choice_6_1_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_1_0' id='label_6_1_0' class='gform-field-label gform-field-label--type-inline'>STAGE 1<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_6_1_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_1' type='radio' value='STAGE 2'  id='choice_6_1_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_1_1' id='label_6_1_1' class='gform-field-label gform-field-label--type-inline'>STAGE 2<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_6_1_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_1' type='radio' value='FULL STAGE'  id='choice_6_1_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_1_2' id='label_6_1_2' class='gform-field-label gform-field-label--type-inline'>FULL STAGE<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_6_1_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_1' type='radio' value='EXTRA CUT' checked='checked' id='choice_6_1_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_1_3' id='label_6_1_3' class='gform-field-label gform-field-label--type-inline'>EXTRA CUT<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_6_3\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-half gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" class=\"img-form\" img=\"\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2021\/06\/car_pack_hexis-design.jpg\"><\/div><div id=\"field_6_5\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-half gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" class=\"img-form\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2021\/06\/car_pack_stage_2.jpg\"><\/div><div id=\"field_6_6\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-half gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" class=\"img-form\" id=\"img_stage_1\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2021\/06\/car_pack_stage_1.jpg\"><\/div><div id=\"field_6_4\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-half gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" class=\"img-form\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2021\/06\/car_pack_stage_FULL_KIT.jpg\"><\/div><div id=\"field_6_37\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-half gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img decoding=\"async\" class=\"img-form\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/02\/bodyfence_bodikyt-select-extracut.webp\"><\/div><div id=\"field_6_30\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><\/div><div id=\"field_6_35\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_35'>Choose your EXTRA CUT<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_35' id='input_6_35' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='2 SILLS' >2 SILLS<\/option><option value='1 ROOF' >1 ROOF<\/option><option value='2 DOORS' >2 DOORS<\/option><option value='1 BONNET' >1 BONNET<\/option><option value='2 WINGS' >2 WINGS<\/option><option value='1 WING + 1 MIRROR' >1 WING + 1 MIRROR<\/option><option value='1 BOOT' >1 BOOT<\/option><\/select><\/div><\/div><fieldset id=\"field_6_7\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Choose your Protection Film<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_6_7'>\n\t\t\t<div class='gchoice gchoice_6_7_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='BODYFENCE'  id='choice_6_7_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_7_0' id='label_6_7_0' class='gform-field-label gform-field-label--type-inline'>BODYFENCE<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_6_7_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='BODYFENCE X'  id='choice_6_7_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_7_1' id='label_6_7_1' class='gform-field-label gform-field-label--type-inline'>BODYFENCE X<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_6_7_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='BODYFENCE XM'  id='choice_6_7_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_7_2' id='label_6_7_2' class='gform-field-label gform-field-label--type-inline'>BODYFENCE XM<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_6_7_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='BODYFENCE XS'  id='choice_6_7_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_6_7_3' id='label_6_7_3' class='gform-field-label gform-field-label--type-inline'>BODYFENCE XS<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_6_8\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><style>\n#space{\nmargin-top:30px;\n}\n<\/style>\n\n<div class=\"dsm-cf-html \" id=\"space\">\n<h3 class=\"titre_h3_form\">SELECT YOUR CAR<\/h3>\n<hr>\n<\/div><\/div><div id=\"field_6_33\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_33'>AREA<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_33' id='input_6_33' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>AREA<\/option><option value='North America' >North America<\/option><option value='Europe' >Europe<\/option><option value='Asia' >Asia<\/option><option value='Australia' >Australia<\/option><option value='Latin America' >Latin America<\/option><option value='Middle East' >Middle East<\/option><option value='UK' >UK<\/option><\/select><\/div><\/div><div id=\"field_6_18\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_18'>YEAR<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_18' id='input_6_18' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>YEAR<\/option><option value='2026' >2026<\/option><option value='2025' >2025<\/option><option value='2024' >2024<\/option><option value='2023' >2023<\/option><option value='2022' >2022<\/option><option value='2021' >2021<\/option><option value='2020' >2020<\/option><option value='2019' >2019<\/option><option value='2018' >2018<\/option><option value='2017' >2017<\/option><option value='2016' >2016<\/option><option value='2015' >2015<\/option><option value='2014' >2014<\/option><option value='2013' >2013<\/option><option value='2012' >2012<\/option><option value='2011' >2011<\/option><option value='2010' >2010<\/option><option value='2009' >2009<\/option><option value='2008' >2008<\/option><option value='2007' >2007<\/option><option value='2006' >2006<\/option><option value='2005' >2005<\/option><\/select><\/div><\/div><div id=\"field_6_17\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_17'>BRAND<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_17' id='input_6_17' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>BRAND<\/option><option value='Acura' >Acura<\/option><option value='Alfa Romeo' >Alfa Romeo<\/option><option value='Alpina' >Alpina<\/option><option value='Alpine' >Alpine<\/option><option value='Aston Martin' >Aston Martin<\/option><option value='Audi' >Audi<\/option><option value='BMW' >BMW<\/option><option value='Bentley' >Bentley<\/option><option value='Bugatti' >Bugatti<\/option><option value='Buick' >Buick<\/option><option value='Cadillac' >Cadillac<\/option><option value='Carlsson' >Carlsson<\/option><option value='Caterham' >Caterham<\/option><option value='Chevrolet' >Chevrolet<\/option><option value='Chrysler' >Chrysler<\/option><option value='Citroen' >Citroen<\/option><option value='Covini' >Covini<\/option><option value='Czinger' >Czinger<\/option><option value='DS' >DS<\/option><option value='Dacia' >Dacia<\/option><option value='Daewoo' >Daewoo<\/option><option value='Daihatsu' >Daihatsu<\/option><option value='Daimler' >Daimler<\/option><option value='Datsun' >Datsun<\/option><option value='De Tomaso' >De Tomaso<\/option><option value='Dodge' >Dodge<\/option><option value='Donkervoort' >Donkervoort<\/option><option value='Ferrari' >Ferrari<\/option><option value='Fiat' >Fiat<\/option><option value='Fisker' >Fisker<\/option><option value='Ford' >Ford<\/option><option value='GM' >GM<\/option><option value='GMC' >GMC<\/option><option value='GTA' >GTA<\/option><option value='Gumpert' >Gumpert<\/option><option value='HSV' >HSV<\/option><option value='Hennessey' >Hennessey<\/option><option value='Holden' >Holden<\/option><option value='Honda' >Honda<\/option><option value='Hummer' >Hummer<\/option><option value='Hyundai' >Hyundai<\/option><option value='Infiniti' >Infiniti<\/option><option value='Isuzu' >Isuzu<\/option><option value='Jaguar' >Jaguar<\/option><option value='Jeep' >Jeep<\/option><option value='KTM' >KTM<\/option><option value='Karma' >Karma<\/option><option value='Kia' >Kia<\/option><option value='Koenigsegg' >Koenigsegg<\/option><option value='Lada' >Lada<\/option><option value='Lamborghini' >Lamborghini<\/option><option value='Lancia' >Lancia<\/option><option value='Land Rover' >Land Rover<\/option><option value='Lexus' >Lexus<\/option><option value='Lincoln' >Lincoln<\/option><option value='Lotus' >Lotus<\/option><option value='MG' >MG<\/option><option value='Maserati' >Maserati<\/option><option value='Maybach' >Maybach<\/option><option value='Mazda' >Mazda<\/option><option value='McLaren' >McLaren<\/option><option value='Mercedes-Benz' >Mercedes-Benz<\/option><option value='Mercury' >Mercury<\/option><option value='Mini' >Mini<\/option><option value='Mitsubishi' >Mitsubishi<\/option><option value='Morgan' >Morgan<\/option><option value='Nismo' >Nismo<\/option><option value='Nissan' >Nissan<\/option><option value='Opel' >Opel<\/option><option value='PGO' >PGO<\/option><option value='Pagani' >Pagani<\/option><option value='Peugeot' >Peugeot<\/option><option value='Plymouth' >Plymouth<\/option><option value='Pontiac' >Pontiac<\/option><option value='Porsche' >Porsche<\/option><option value='Proton' >Proton<\/option><option value='Renault' >Renault<\/option><option value='Rolls-Royce' >Rolls-Royce<\/option><option value='Rover' >Rover<\/option><option value='Saab' >Saab<\/option><option value='Saturn' >Saturn<\/option><option value='Scion' >Scion<\/option><option value='Seat' >Seat<\/option><option value='Skoda' >Skoda<\/option><option value='Smart' >Smart<\/option><option value='SsangYong' >SsangYong<\/option><option value='Subaru' >Subaru<\/option><option value='Suzuki' >Suzuki<\/option><option value='TVR' >TVR<\/option><option value='Tata' >Tata<\/option><option value='Tesla' >Tesla<\/option><option value='Toyota' >Toyota<\/option><option value='Vauxhall' >Vauxhall<\/option><option value='Venturi' >Venturi<\/option><option value='Volswagen' >Volswagen<\/option><option value='Volvo' >Volvo<\/option><\/select><\/div><\/div><div id=\"field_6_12\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_12'>MODEL<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_6_12' type='text' value='' class='large'    placeholder='ex : Serie 3' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_6_11\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_11'>TRIM LEVEL<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_6_11' type='text' value='' class='large'    placeholder='e.g. Pack M' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_6_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_10'>TYPE<\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_6_10' type='text' value='' class='large'    placeholder='ex : Sedan'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_6_19\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><style>\n#space_2{\nmargin-top:30px;\n}\n<\/style>\n\n<div class=\"dsm-cf-html \" id=\"space_2\">\n<h3 class=\"titre_h3_form\">ADD PICTURES<\/h3>\n<hr>\n<\/div><\/div><div id=\"field_6_34\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='gform_browse_button_6_34'>File<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_fileupload'><div id='gform_multifile_upload_6_34' data-settings='{&quot;runtimes&quot;:&quot;html5,flash,html4&quot;,&quot;browse_button&quot;:&quot;gform_browse_button_6_34&quot;,&quot;container&quot;:&quot;gform_multifile_upload_6_34&quot;,&quot;drop_element&quot;:&quot;gform_drag_drop_area_6_34&quot;,&quot;filelist&quot;:&quot;gform_preview_6_34&quot;,&quot;unique_names&quot;:true,&quot;file_data_name&quot;:&quot;file&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.bodyfence.net\\\/en\\\/?gf_page=c2527fba73cd394&quot;,&quot;flash_swf_url&quot;:&quot;https:\\\/\\\/www.bodyfence.net\\\/wp-includes\\\/js\\\/plupload\\\/plupload.flash.swf&quot;,&quot;silverlight_xap_url&quot;:&quot;https:\\\/\\\/www.bodyfence.net\\\/wp-includes\\\/js\\\/plupload\\\/plupload.silverlight.xap&quot;,&quot;filters&quot;:{&quot;mime_types&quot;:[{&quot;title&quot;:&quot;Allowed Files&quot;,&quot;extensions&quot;:&quot;jpg,gif,png,pdf&quot;}],&quot;max_file_size&quot;:&quot;16777216b&quot;},&quot;multipart&quot;:true,&quot;urlstream_upload&quot;:false,&quot;multipart_params&quot;:{&quot;form_id&quot;:6,&quot;field_id&quot;:34,&quot;_gform_file_upload_nonce_6_34&quot;:&quot;5645686321&quot;},&quot;gf_vars&quot;:{&quot;max_files&quot;:0,&quot;message_id&quot;:&quot;gform_multifile_messages_6_34&quot;,&quot;disallowed_extensions&quot;:[&quot;php&quot;,&quot;asp&quot;,&quot;aspx&quot;,&quot;cmd&quot;,&quot;csh&quot;,&quot;bat&quot;,&quot;html&quot;,&quot;htm&quot;,&quot;hta&quot;,&quot;jar&quot;,&quot;exe&quot;,&quot;com&quot;,&quot;js&quot;,&quot;lnk&quot;,&quot;htaccess&quot;,&quot;phar&quot;,&quot;phtml&quot;,&quot;ps1&quot;,&quot;ps2&quot;,&quot;php3&quot;,&quot;php4&quot;,&quot;php5&quot;,&quot;php6&quot;,&quot;py&quot;,&quot;rb&quot;,&quot;tmp&quot;]}}' class='gform_fileupload_multifile'>\n\t\t\t\t\t\t\t\t\t\t<div id='gform_drag_drop_area_6_34' class='gform_drop_area gform-theme-field-control'>\n\t\t\t\t\t\t\t\t\t\t\t<span class='gform_drop_instructions'>Drop files here or <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<button type='button' id='gform_browse_button_6_34' class='button gform_button_select_files gform-theme-button gform-theme-button--control' aria-describedby=\"gfield_upload_rules_6_34\"  >Select files<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_6_34'>Accepted file types: jpg, gif, png, pdf, Max. file size: 16 MB.<\/span><ul class='validation_message--hidden-on-empty gform-ul-reset' id='gform_multifile_messages_6_34'><\/ul> <div id='gform_preview_6_34' class='ginput_preview_list'><\/div><\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_6_21' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_6_2' class='gform_page' data-js='page-field-id-21' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_6_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_6_22\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><style>#field_17_28>legend {\n    text-align: left !important;\n}\n#field_17_24>legend {\n    text-align: left !important;\n}\n#space_3{\nmargin-top:30px;\n}\n\nlabel.gfield_consent_label {\n    font-size: 10pt;\n    font-weight: 200;\n    color: rgba(0,0,0,0.7);\n}\n\n#gform_17 input[type=\"email\"]{\n        border: solid red 0px;\n        border-radius: 5px;\nheight: 50px;\nbackground: #fafafa;\nbox-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n}\n\n#gform_17 input[type=\"tel\"]{\n        border: solid red 0px;\n        border-radius: 5px;\nheight: 50px;\nbackground: #fafafa;\nbox-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n}\n\n#input_17_28_6{\n border: solid red 0px;\n        border-radius: 5px;\nheight: 50px;\nbackground: #fafafa;\nbox-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n\n}\n\ninput#gform_submit_button_17{\n        border: solid rgba(0,0,0,0) 0.2px;\n        border-radius: 5px;\n        box-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n        padding: 10px 28px 10px 28px;\n        font-size: 12pt;\n        transition:  0.5s ;\nfont-weight: 500;\ncolor: black;\nfloat: right;\n    color: white;\n    background: #DF0022;\n    }\n\ninput#gform_submit_button_17:hover{\n        border: solid white 0.2px;\n    }\n\n\ninput#gform_previous_button_17{\n        border: solid #DF0022 0.2px;\n        border-radius: 5px;\n        box-shadow: 2px 2px 10px rgba(0,0,0,0.3);\n        padding: 10px 20px 10px 20px;\n        font-size: 12pt;\n        transition:  0.5s ;\nfont-weight: 500;\ncolor: black;\n}\n\ninput#gform_previous_button_17:hover{\nborder: solid #DF0022 0.4px;\n}\n<\/style><div class=\"dsm-cf-html \" id=\"space_3\"><h3 class=\"titre_h3_form\">INFORMATIONS<\/h3><hr><\/div><\/div><div id=\"field_6_23\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_23'>Company<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_23' id='input_6_23' type='text' value='' class='large'    placeholder='Company' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_6_25\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_25'>Hexis customer code<\/label><div class='ginput_container ginput_container_text'><input name='input_25' id='input_6_25' type='text' value='' class='large'    placeholder='Hexis customer code'  aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_6_24\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-full gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_6_24'>\n                            \n                            <span id='input_6_24_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_24.3' id='input_6_24_3' value=''   aria-required='true'   placeholder='First Name'  \/>\n                                                    <label for='input_6_24_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_6_24_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_24.6' id='input_6_24_6' value=''   aria-required='true'   placeholder='Last Name'  \/>\n                                                    <label for='input_6_24_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_6_27\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_27'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_27' id='input_6_27' type='email' value='' class='large'   placeholder='Email' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_6_26\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_26'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_26' id='input_6_26' type='tel' value='' class='large'  placeholder='Phone' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_6_28\" class=\"gfield gfield--type-address gfield--input-type-address gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend>    \n                    <div class='ginput_complex ginput_container has_city has_zip has_country ginput_container_address gform-grid-row' id='input_6_28' >\n                        <span class='ginput_left address_city ginput_address_city gform-grid-col' id='input_6_28_3_container' >\n                                    <input type='text' name='input_28.3' id='input_6_28_3' value=''   placeholder='City' aria-required='true'    \/>\n                                    <label for='input_6_28_3' id='input_6_28_3_label' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>City<\/label>\n                                 <\/span><input type='hidden' class='gform_hidden' name='input_28.4' id='input_6_28_4' value=''\/><span class='ginput_right address_zip ginput_address_zip gform-grid-col' id='input_6_28_5_container' >\n                                    <input type='text' name='input_28.5' id='input_6_28_5' value=''   placeholder='Zipcode' aria-required='true'    \/>\n                                    <label for='input_6_28_5' id='input_6_28_5_label' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>ZIP \/ Postal Code<\/label>\n                                <\/span><span class='ginput_left address_country ginput_address_country gform-grid-col' id='input_6_28_6_container' >\n                                        <select name='input_28.6' id='input_6_28_6'   aria-required='true'    ><option value='' selected='selected'>Country<\/option><option value='Afghanistan' >Afghanistan<\/option><option value='Albania' >Albania<\/option><option value='Algeria' >Algeria<\/option><option value='American Samoa' >American Samoa<\/option><option value='Andorra' >Andorra<\/option><option value='Angola' >Angola<\/option><option value='Anguilla' >Anguilla<\/option><option value='Antarctica' >Antarctica<\/option><option value='Antigua and Barbuda' >Antigua and Barbuda<\/option><option value='Argentina' >Argentina<\/option><option value='Armenia' >Armenia<\/option><option value='Aruba' >Aruba<\/option><option value='Australia' >Australia<\/option><option value='Austria' >Austria<\/option><option value='Azerbaijan' >Azerbaijan<\/option><option value='Bahamas' >Bahamas<\/option><option value='Bahrain' >Bahrain<\/option><option value='Bangladesh' >Bangladesh<\/option><option value='Barbados' >Barbados<\/option><option value='Belarus' >Belarus<\/option><option value='Belgium' >Belgium<\/option><option value='Belize' >Belize<\/option><option value='Benin' >Benin<\/option><option value='Bermuda' >Bermuda<\/option><option value='Bhutan' >Bhutan<\/option><option value='Bolivia' >Bolivia<\/option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba<\/option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina<\/option><option value='Botswana' >Botswana<\/option><option value='Bouvet Island' >Bouvet Island<\/option><option value='Brazil' >Brazil<\/option><option value='British Indian Ocean Territory' >British Indian Ocean Territory<\/option><option value='Brunei Darussalam' >Brunei Darussalam<\/option><option value='Bulgaria' >Bulgaria<\/option><option value='Burkina Faso' >Burkina Faso<\/option><option value='Burundi' >Burundi<\/option><option value='Cabo Verde' >Cabo Verde<\/option><option value='Cambodia' >Cambodia<\/option><option value='Cameroon' >Cameroon<\/option><option value='Canada' >Canada<\/option><option value='Cayman Islands' >Cayman Islands<\/option><option value='Central African Republic' >Central African Republic<\/option><option value='Chad' >Chad<\/option><option value='Chile' >Chile<\/option><option value='China' >China<\/option><option value='Christmas Island' >Christmas Island<\/option><option value='Cocos Islands' >Cocos Islands<\/option><option value='Colombia' >Colombia<\/option><option value='Comoros' >Comoros<\/option><option value='Congo' >Congo<\/option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the<\/option><option value='Cook Islands' >Cook Islands<\/option><option value='Costa Rica' >Costa Rica<\/option><option value='Croatia' >Croatia<\/option><option value='Cuba' >Cuba<\/option><option value='Cura\u00e7ao' >Cura\u00e7ao<\/option><option value='Cyprus' >Cyprus<\/option><option value='Czechia' >Czechia<\/option><option value='C\u00f4te d&#039;Ivoire' >C\u00f4te d&#039;Ivoire<\/option><option value='Denmark' >Denmark<\/option><option value='Djibouti' >Djibouti<\/option><option value='Dominica' >Dominica<\/option><option value='Dominican Republic' >Dominican Republic<\/option><option value='Ecuador' >Ecuador<\/option><option value='Egypt' >Egypt<\/option><option value='El Salvador' >El Salvador<\/option><option value='Equatorial Guinea' >Equatorial Guinea<\/option><option value='Eritrea' >Eritrea<\/option><option value='Estonia' >Estonia<\/option><option value='Eswatini' >Eswatini<\/option><option value='Ethiopia' >Ethiopia<\/option><option value='Falkland Islands' >Falkland Islands<\/option><option value='Faroe Islands' >Faroe Islands<\/option><option value='Fiji' >Fiji<\/option><option value='Finland' >Finland<\/option><option value='France' >France<\/option><option value='French Guiana' >French Guiana<\/option><option value='French Polynesia' >French Polynesia<\/option><option value='French Southern Territories' >French Southern Territories<\/option><option value='Gabon' >Gabon<\/option><option value='Gambia' >Gambia<\/option><option value='Georgia' >Georgia<\/option><option value='Germany' >Germany<\/option><option value='Ghana' >Ghana<\/option><option value='Gibraltar' >Gibraltar<\/option><option value='Greece' >Greece<\/option><option value='Greenland' >Greenland<\/option><option value='Grenada' >Grenada<\/option><option value='Guadeloupe' >Guadeloupe<\/option><option value='Guam' >Guam<\/option><option value='Guatemala' >Guatemala<\/option><option value='Guernsey' >Guernsey<\/option><option value='Guinea' >Guinea<\/option><option value='Guinea-Bissau' >Guinea-Bissau<\/option><option value='Guyana' >Guyana<\/option><option value='Haiti' >Haiti<\/option><option value='Heard Island and McDonald Islands' >Heard Island and McDonald Islands<\/option><option value='Holy See' >Holy See<\/option><option value='Honduras' >Honduras<\/option><option value='Hong Kong' >Hong Kong<\/option><option value='Hungary' >Hungary<\/option><option value='Iceland' >Iceland<\/option><option value='India' >India<\/option><option value='Indonesia' >Indonesia<\/option><option value='Iran' >Iran<\/option><option value='Iraq' >Iraq<\/option><option value='Ireland' >Ireland<\/option><option value='Isle of Man' >Isle of Man<\/option><option value='Israel' >Israel<\/option><option value='Italy' >Italy<\/option><option value='Jamaica' >Jamaica<\/option><option value='Japan' >Japan<\/option><option value='Jersey' >Jersey<\/option><option value='Jordan' >Jordan<\/option><option value='Kazakhstan' >Kazakhstan<\/option><option value='Kenya' >Kenya<\/option><option value='Kiribati' >Kiribati<\/option><option value='Korea, Democratic People&#039;s Republic of' >Korea, Democratic People&#039;s Republic of<\/option><option value='Korea, Republic of' >Korea, Republic of<\/option><option value='Kuwait' >Kuwait<\/option><option value='Kyrgyzstan' >Kyrgyzstan<\/option><option value='Lao People&#039;s Democratic Republic' >Lao People&#039;s Democratic Republic<\/option><option value='Latvia' >Latvia<\/option><option value='Lebanon' >Lebanon<\/option><option value='Lesotho' >Lesotho<\/option><option value='Liberia' >Liberia<\/option><option value='Libya' >Libya<\/option><option value='Liechtenstein' >Liechtenstein<\/option><option value='Lithuania' >Lithuania<\/option><option value='Luxembourg' >Luxembourg<\/option><option value='Macao' >Macao<\/option><option value='Madagascar' >Madagascar<\/option><option value='Malawi' >Malawi<\/option><option value='Malaysia' >Malaysia<\/option><option value='Maldives' >Maldives<\/option><option value='Mali' >Mali<\/option><option value='Malta' >Malta<\/option><option value='Marshall Islands' >Marshall Islands<\/option><option value='Martinique' >Martinique<\/option><option value='Mauritania' >Mauritania<\/option><option value='Mauritius' >Mauritius<\/option><option value='Mayotte' >Mayotte<\/option><option value='Mexico' >Mexico<\/option><option value='Micronesia' >Micronesia<\/option><option value='Moldova' >Moldova<\/option><option value='Monaco' >Monaco<\/option><option value='Mongolia' >Mongolia<\/option><option value='Montenegro' >Montenegro<\/option><option value='Montserrat' >Montserrat<\/option><option value='Morocco' >Morocco<\/option><option value='Mozambique' >Mozambique<\/option><option value='Myanmar' >Myanmar<\/option><option value='Namibia' >Namibia<\/option><option value='Nauru' >Nauru<\/option><option value='Nepal' >Nepal<\/option><option value='Netherlands' >Netherlands<\/option><option value='New Caledonia' >New Caledonia<\/option><option value='New Zealand' >New Zealand<\/option><option value='Nicaragua' >Nicaragua<\/option><option value='Niger' >Niger<\/option><option value='Nigeria' >Nigeria<\/option><option value='Niue' >Niue<\/option><option value='Norfolk Island' >Norfolk Island<\/option><option value='North Macedonia' >North Macedonia<\/option><option value='Northern Mariana Islands' >Northern Mariana Islands<\/option><option value='Norway' >Norway<\/option><option value='Oman' >Oman<\/option><option value='Pakistan' >Pakistan<\/option><option value='Palau' >Palau<\/option><option value='Palestine, State of' >Palestine, State of<\/option><option value='Panama' >Panama<\/option><option value='Papua New Guinea' >Papua New Guinea<\/option><option value='Paraguay' >Paraguay<\/option><option value='Peru' >Peru<\/option><option value='Philippines' >Philippines<\/option><option value='Pitcairn' >Pitcairn<\/option><option value='Poland' >Poland<\/option><option value='Portugal' >Portugal<\/option><option value='Puerto Rico' >Puerto Rico<\/option><option value='Qatar' >Qatar<\/option><option value='Romania' >Romania<\/option><option value='Russian Federation' >Russian Federation<\/option><option value='Rwanda' >Rwanda<\/option><option value='R\u00e9union' >R\u00e9union<\/option><option value='Saint Barth\u00e9lemy' >Saint Barth\u00e9lemy<\/option><option value='Saint Helena, Ascension and Tristan da Cunha' >Saint Helena, Ascension and Tristan da Cunha<\/option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis<\/option><option value='Saint Lucia' >Saint Lucia<\/option><option value='Saint Martin' >Saint Martin<\/option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon<\/option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines<\/option><option value='Samoa' >Samoa<\/option><option value='San Marino' >San Marino<\/option><option value='Sao Tome and Principe' >Sao Tome and Principe<\/option><option value='Saudi Arabia' >Saudi Arabia<\/option><option value='Senegal' >Senegal<\/option><option value='Serbia' >Serbia<\/option><option value='Seychelles' >Seychelles<\/option><option value='Sierra Leone' >Sierra Leone<\/option><option value='Singapore' >Singapore<\/option><option value='Sint Maarten' >Sint Maarten<\/option><option value='Slovakia' >Slovakia<\/option><option value='Slovenia' >Slovenia<\/option><option value='Solomon Islands' >Solomon Islands<\/option><option value='Somalia' >Somalia<\/option><option value='South Africa' >South Africa<\/option><option value='South Georgia and the South Sandwich Islands' >South Georgia and the South Sandwich Islands<\/option><option value='South Sudan' >South Sudan<\/option><option value='Spain' >Spain<\/option><option value='Sri Lanka' >Sri Lanka<\/option><option value='Sudan' >Sudan<\/option><option value='Suriname' >Suriname<\/option><option value='Svalbard and Jan Mayen' >Svalbard and Jan Mayen<\/option><option value='Sweden' >Sweden<\/option><option value='Switzerland' >Switzerland<\/option><option value='Syria Arab Republic' >Syria Arab Republic<\/option><option value='Taiwan' >Taiwan<\/option><option value='Tajikistan' >Tajikistan<\/option><option value='Tanzania, the United Republic of' >Tanzania, the United Republic of<\/option><option value='Thailand' >Thailand<\/option><option value='Timor-Leste' >Timor-Leste<\/option><option value='Togo' >Togo<\/option><option value='Tokelau' >Tokelau<\/option><option value='Tonga' >Tonga<\/option><option value='Trinidad and Tobago' >Trinidad and Tobago<\/option><option value='Tunisia' >Tunisia<\/option><option value='Turkmenistan' >Turkmenistan<\/option><option value='Turks and Caicos Islands' >Turks and Caicos Islands<\/option><option value='Tuvalu' >Tuvalu<\/option><option value='T\u00fcrkiye' >T\u00fcrkiye<\/option><option value='US Minor Outlying Islands' >US Minor Outlying Islands<\/option><option value='Uganda' >Uganda<\/option><option value='Ukraine' >Ukraine<\/option><option value='United Arab Emirates' >United Arab Emirates<\/option><option value='United Kingdom' >United Kingdom<\/option><option value='United States' >United States<\/option><option value='Uruguay' >Uruguay<\/option><option value='Uzbekistan' >Uzbekistan<\/option><option value='Vanuatu' >Vanuatu<\/option><option value='Venezuela' >Venezuela<\/option><option value='Viet Nam' >Viet Nam<\/option><option value='Virgin Islands, British' >Virgin Islands, British<\/option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.<\/option><option value='Wallis and Futuna' >Wallis and Futuna<\/option><option value='Western Sahara' >Western Sahara<\/option><option value='Yemen' >Yemen<\/option><option value='Zambia' >Zambia<\/option><option value='Zimbabwe' >Zimbabwe<\/option><option value='\u00c5land Islands' >\u00c5land Islands<\/option><\/select>\n                                        <label for='input_6_28_6' id='input_6_28_6_label' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Country<\/label>\n                                    <\/span>\n                    <div class='gf_clear gf_clear_complex'><\/div>\n                <\/div><\/fieldset><div id=\"field_6_38\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_6_38'>Country<\/label><div class='ginput_container ginput_container_text'><input name='input_38' id='input_6_38' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_6_39\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><script>jQuery(document).ready(function($) {\n    $('#input_6_28_6').on('change', function() {\n        var valeur = $(this).val(); \/\/ R\u00e9cup\u00e8re la valeur s\u00e9lectionn\u00e9e\n        $('#input_6_38').val(valeur); \/\/ Met la valeur dans l'input\n    });\n});<\/script><\/div><fieldset id=\"field_6_29\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_29.1' id='input_6_29_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_6_29_1' >The collected data is stored in order to manage our customer data base. Recipient of the data: SAS HEXIS DESIGN ~ Hexis S.A. In accordance with French data protection law you have the right to access and correct your personal information by writing to SAS HEXIS DESIGN, Z.I. Horizons Sud CS 970003, 34118 FRONTIGNAN CEDEX, France. You may also, for legitimate reasons, object to the processing of your Personal Data.<span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/label><input type='hidden' name='input_29.2' value='The collected data is stored in order to manage our customer data base. Recipient of the data: SAS HEXIS DESIGN ~ Hexis S.A. In accordance with French data protection law you have the right to access and correct your personal information by writing to SAS HEXIS DESIGN, Z.I. Horizons Sud CS 970003, 34118 FRONTIGNAN CEDEX, France. You may also, for legitimate reasons, object to the processing of your Personal Data.' class='gform_hidden' \/><input type='hidden' name='input_29.3' value='4' class='gform_hidden' \/><\/div><\/fieldset><div id=\"field_6_36\" class=\"gfield gfield--type-captcha gfield--input-type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_36'>CAPTCHA<\/label><div id='input_6_36' class='ginput_container ginput_recaptcha' data-sitekey='6LeWzmMqAAAAAGUFo6DFg9Y03BywF7veo8mFrP9c'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/div><\/div><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_6' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous'  \/> <input type='submit' id='gform_submit_button_6' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='ACCEPT'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_6' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_6' id='gform_theme_6' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_6' id='gform_style_settings_6' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='MdAifAcoFrIWPN9iGqwTbX8WmkkL7c3xyCBZYIIdWvjYoBkDsyc\/Hz\/P+UPshLjuC97tuiRniWYRKamFjMhfut5TXbqNbQGPwa8sYDOHqjU6Ifk=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_6' value='WyJ7XCIyOS4xXCI6XCJlNDQ1YTllZjAzNTcyNWJhNWRhNzY1ZDBmODA1YWQ3MlwiLFwiMjkuMlwiOlwiYzkzODI5NzZiOGE3MGNiNzQ5YjJmYjIzODM5ZWI2YWVcIixcIjI5LjNcIjpcIjc4OWQyNWQzOGI0YzRhYzk1MThkZWNhNjUxMzdkNjRhXCJ9IiwiY2JlMDAyMWZlNzJhYmRmYjFjY2U0YmI1NmMzNjVlNzQiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            <input type='hidden' name='gform_uploaded_files' id='gform_uploaded_files_6' value='' \/>\n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https:\/\/www.bodyfence.net\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_6').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https:\/\/www.bodyfence.net\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"6\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_6\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_6\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_6\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 6, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\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-5db31d41 e-con-full e-flex e-con e-child\" data-id=\"5db31d41\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69bffc5e animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"69bffc5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-281f2806 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"281f2806\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-2bedb8db e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"2bedb8db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5892376c e-con-full e-flex e-con e-child\" data-id=\"5892376c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4e7f57fd e-con-full e-flex e-con e-child\" data-id=\"4e7f57fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15a4dc3e elementor-widget elementor-widget-heading\" data-id=\"15a4dc3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-2364916 e-con-full e-flex e-con e-child\" data-id=\"2364916\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dcaf23f e-con-full e-flex e-con e-child\" data-id=\"dcaf23f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2bf071df e-con-full e-flex e-con e-child\" data-id=\"2bf071df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23d44db9 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"23d44db9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-64b862c3 e-con-full e-flex e-con e-child\" data-id=\"64b862c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ebd0053 e-con-full e-flex e-con e-child\" data-id=\"1ebd0053\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5a42 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"a5a42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-7da4fa32 e-con-full e-flex e-con e-child\" data-id=\"7da4fa32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-331c2b42 e-con-full e-flex e-con e-child\" data-id=\"331c2b42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28481825 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"28481825\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-29594891 e-con-full e-flex e-con e-child\" data-id=\"29594891\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-416feac8 e-con-full e-flex e-con e-child\" data-id=\"416feac8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36130f85 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"36130f85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-b55b7f5 e-con-full e-flex e-con e-child\" data-id=\"b55b7f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30ffb1d4 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"30ffb1d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c6cb8cd e-con-full text-overlay e-flex e-con e-child\" data-id=\"6c6cb8cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12d21281 elementor-widget elementor-widget-heading\" data-id=\"12d21281\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-67f97d16 e-con-full e-flex e-con e-child\" data-id=\"67f97d16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-136dc6d5 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"136dc6d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-86e93e1 e-con-full e-flex e-con e-child\" data-id=\"86e93e1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3918ee3d e-con-full e-flex e-con e-child\" data-id=\"3918ee3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5a0c527b e-con-full e-flex e-con e-child\" data-id=\"5a0c527b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c2480f4 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1c2480f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight: 900\">HPL<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1174cbbb elementor-widget elementor-widget-heading\" data-id=\"1174cbbb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Precision. Efficiency. Speed.  <\/h2>\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-4b4a4210 e-con-full e-flex e-con e-child\" data-id=\"4b4a4210\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6f3bffc5 e-con-full e-flex e-con e-child\" data-id=\"6f3bffc5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-606e07a9 elementor-widget elementor-widget-text-editor\" data-id=\"606e07a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong><span style=\"font-weight: 900; color: #c90c0f;\">HEXIS PRECUT LAB<\/span><\/strong> <strong><em>(HPL)<\/em><\/strong> is a professional <strong>cutting software<\/strong> dedicated to paint protection films <strong>(PPF)<\/strong>, interior kits, and automotive window films. Designed to deliver exceptional <strong>precision<\/strong>, <strong>HPL<\/strong> helps <strong>speed up<\/strong> installations, <strong>optimize<\/strong> productivity, and achieve perfectly fitted results on every vehicle. <\/p><p> <\/p><p>Thanks to one of the largest databases in the world, the software provides access to over <strong>26,000 kits<\/strong>, covering more than <strong>88 brands<\/strong> across<strong> 8 regions<\/strong>, with new additions every day. The latest vehicle models on the market are included, offering exterior kits, interior kits, and automotive window film templates. <\/p><p> <\/p><p>The online database is accessible from anywhere and fully compatible with most plotters and all film brands. <strong><span style=\"font-weight: 900; color: #c90c0f;\">HPL<\/span><\/strong> offers a <strong><em>simple<\/em><\/strong> and<em><strong> intuitive <\/strong><\/em>interface that allows you to <strong>adjust your precuts<\/strong>, <strong>manage your library<\/strong>, <strong>save your customized patterns<\/strong>, and take advantage of <strong>advanced features<\/strong> such as <strong>auto-nesting<\/strong>, quick <strong>edge wrapping<\/strong>, and <strong>full kit customization<\/strong>. <\/p>\t\t\t\t\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-bfd95c8 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"bfd95c8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50b75195 e-con-full e-flex e-con e-child\" data-id=\"50b75195\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-327f6561 elementor-mobile-align-center e-transform elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"327f6561\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1000,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.bodyfence.net\/en\/hpl\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M30,25.2l-19,17.5c-1.7,1.5-1.7,4.1-.1,5.7.8.8,1.9,1.3,3,1.3s2.1-.4,2.9-1.1l22.2-20.4c.8-.8,1.3-1.8,1.3-2.9s-.5-2.2-1.3-2.9L16.8,1.8c-1.7-1.5-4.3-1.5-5.9.1-1.6,1.6-1.5,4.2.1,5.7l19,17.5Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEVEL UP WITH HPL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-5c44134c e-con-full e-flex e-con e-child\" data-id=\"5c44134c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e86ec26 animated-fast btn-scroll-next1 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"5e86ec26\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,30.2L7.5,11.2c-1.5-1.7-4.1-1.7-5.7-.1-.8.8-1.3,1.9-1.3,3s.4,2.1,1.1,2.9l20.4,22.2c.8.8,1.8,1.3,2.9,1.3s2.2-.5,2.9-1.3l20.4-22.2c1.5-1.7,1.5-4.3-.1-5.9-1.6-1.6-4.2-1.5-5.7.1l-17.5,19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e5b2065 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"1e5b2065\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:1200}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-10757cae e-con-full scroll-next1 e-flex e-con e-child\" data-id=\"10757cae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5c81b6ae e-con-full e-flex e-con e-child\" data-id=\"5c81b6ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5eb8c09b e-con-full e-flex e-con e-child\" data-id=\"5eb8c09b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f46c417 elementor-widget elementor-widget-heading\" data-id=\"3f46c417\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why use <br \/><span style=\"font-weight: 900;color: #E30613\">BODYFENCE<\/span> film?<\/h2>\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-798cd7e7 e-con-full e-flex e-con e-child\" data-id=\"798cd7e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-517e977e e-con-full e-flex e-con e-child\" data-id=\"517e977e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3c9ffb72 e-con-full e-flex e-con e-child\" data-id=\"3c9ffb72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70542e21 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"70542e21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM15.3,14.4c-.4,0-.8.3-.8.8v21.4c0,.4.3.8.8.8s.8-.3.8-.8V15.1c0-.4-.3-.8-.8-.8ZM40.5,28.7l-11.9-2.6,7.1-4.2c.3-.2.2-.6-.1-.6l-7.8-1.1,3.8-7.8c.1-.3-.2-.6-.5-.4l-8.1,5.5,1-2.9c.1-.3-.3-.6-.5-.4l-4.5,2.9c-.4.3-.6.7-.6,1.1v13.5c0,.3.1.6.4.9l4.3,4.4c.2.2.7,0,.6-.3l-.5-2.8,10.3,3.7c.3.1.6-.3.4-.5l-6-6.4,12.7-1.7c.4,0,.4-.6,0-.6ZM25.2,28.1l-3.2-.2,2.1,3-2.5-1.7-.4,1.7-1.6-2.6v-5.2l1.8-2v1.7l3.1-1.3-1.9,2.2,3.8,1.1-4.4,1.1,3.2,2.1Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Anti<\/span>-gravelling\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGravel thrown onto the bodywork can damage the paintwork, causing chips and scratches that affect the appearance of your vehicle. <span style=\"font-weight: 800\">BODYFENCE <\/span>protects your bodywork from these aggressions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-3ae451bf e-con-full e-flex e-con e-child\" data-id=\"3ae451bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4bc17ae e-con-full e-flex e-con e-child\" data-id=\"4bc17ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-578f49aa elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"578f49aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path d=\"M28.5,14.3l-7.4,7.4c-.6-.5-1.1-1-1.7-1.4-2-1.6-4-3.1-6.2-4.5,1.6,2,3.3,3.8,5.1,5.6.5.5,1,1,1.5,1.5l-6.9,6.9c-2.1,2.1-2.1,5.5,0,7.6,2.1,2.1,5.5,2.1,7.6,0l7.4-7.4c.6.5,1.1,1,1.7,1.4,2,1.6,4,3.1,6.2,4.5-1.6-2-3.3-3.8-5.1-5.6-.5-.5-1-1-1.5-1.5l7-7c2.1-2.1,2.1-5.5,0-7.6-2.1-2.1-5.5-2.1-7.6,0ZM23,21.8c.4-.4,1-.4,1.4,0s.4,1,0,1.4-1,.4-1.4,0-.4-1,0-1.4ZM20.4,24.4c.4-.4,1-.4,1.4,0,.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0s-.4-1,0-1.4ZM23.1,33.4c0,0-.2.1-.7.5l-5.9-5.9c.3-.5.4-.6.5-.7,0,0,.2-.1.3,0l5.9,5.9s0,.2,0,.3h0ZM23.9,27.9c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26,30.1c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM26.5,25.3c-.4.4-1,.4-1.4,0-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0s.4,1,0,1.4ZM28.7,27.4c-.4.4-1,.4-1.4,0s-.4-1,0-1.4,1-.4,1.4,0,.4,1,0,1.4ZM32,24.5c0,0-.2.1-.3,0l-5.9-5.9s0-.2,0-.3c0,0,.2-.1.7-.5l5.9,5.9c-.4.5-.4.6-.5.7ZM25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-healing\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWhen a scratch damages your paintwork, the protective films in the <span style=\"font-weight: 800\">BODYFENCE<\/span> range regenerate themselves using the heat of the sun or hot water.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-5e9f76d2 e-con-full e-flex e-con e-child\" data-id=\"5e9f76d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5a1e35ca e-con-full e-flex e-con e-child\" data-id=\"5a1e35ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-48aff980 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"48aff980\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"cls-1\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM25.2,11.5c0-.2-.1-.4-.2-.5-2,5.1-6.2,8.9-7.9,14.2-1.8,5.6,1.8,11.7,7.9,11.7,5.6,0,9.5-5.3,8.2-10.7-1.3-5.6-6.1-9.4-8-14.7ZM25,24.4c-2.3,0-3.6-2.2-2.9-4.3.6-1.9,2.2-3.3,2.9-5.2,0,0,0,.1,0,.2.7,2,2.5,3.3,3,5.4.5,2-1,3.9-3,3.9ZM28.8,34.3c.9-1.4,1.7-2.7,2.3-4.3.4-1.6.6-3.1.7-4.7.9,3.3-.2,6.7-3,9Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Self<\/span>-cleaning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtective films from the <span style=\"font-weight: 800\">BODYFENCE <\/span>range include an anti-adhesion agent in their composition. Dust and dirt are much less likely to cling to your bodywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-1693c3e5 e-con-full e-flex e-con e-child\" data-id=\"1693c3e5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-40666742 e-con-full e-flex e-con e-child\" data-id=\"40666742\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14e320a4 elementor-position-inline-start elementor-tablet-position-block-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"14e320a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,.5C11.5.5.5,11.5.5,25s11,24.5,24.5,24.5,24.5-11,24.5-24.5S38.5.5,25,.5ZM25,48c-12.7,0-23-10.3-23-23S12.3,2,25,2s23,10.3,23,23-10.3,23-23,23ZM36.4,21c-.9-.9-1.9-1.7-2.9-2.4l-1,1.7c1.7,1.2,3.2,2.7,4.4,4.6-1.3,2-2.8,3.6-4.7,4.8-1.9,1.2-3.9,2-6.1,2.1l-1.2,2.1c2.3,0,4.5-.5,6.6-1.5,2.1-1,3.9-2.4,5.4-4.2.7-.8,1.3-1.6,1.7-2.3.2-.4.3-.7.3-1.1,0-.4-.1-.7-.3-1.1-.6-1-1.3-1.9-2.3-2.9ZM30.8,26.9c.8-1.2,1.2-2.5,1.2-4s0-.8-.1-1.3l-4.4,7.8c1.4-.5,2.4-1.4,3.3-2.6ZM32.5,10.9c-.8-.4-1.7-.1-2.1.6l-2.6,4.7c-.9-.2-1.8-.3-2.8-.3-2.8,0-5.4.7-7.8,2.1-2.4,1.4-4.3,3.3-5.9,5.8-.2.3-.3.7-.3,1.1s.1.8.3,1.1c.9,1.4,2,2.7,3.3,3.8,1.3,1.1,2.6,2,4.1,2.7,0,0,0,0,0,0l-1.8,3.3c-.4.8-.1,1.7.6,2.1.2.1.5.2.8.2.5,0,1.1-.3,1.4-.8l13.5-24.4c.4-.8.1-1.7-.6-2.1ZM19.7,30.8c-2.7-1.2-4.9-3.2-6.7-5.9,1.6-2.5,3.6-4.3,6-5.5-.6,1.1-1,2.3-1,3.5s.3,2.2.8,3.2,1.2,1.8,2.1,2.5l-1.2,2.2ZM25.5,19.4c-.1.1-.3.2-.5.2-.9,0-1.7.3-2.3,1-.6.6-1,1.4-1,2.3s0,.4-.2.5c-.1.1-.3.2-.5.2s-.4,0-.5-.2-.2-.3-.2-.5c0-1.3.5-2.4,1.4-3.4.9-.9,2-1.4,3.4-1.4s.4,0,.5.2c.1.1.2.3.2.5s0,.4-.2.5Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t <span style=\"font-weight: 300;color: #E30613\">Ultra<\/span> transparent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe protective films in the <span style=\"font-weight: 800\">BODYFENCE <\/span>range are totally transparent: they protect the bodywork without altering its appearance.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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-1c82d82c e-con-full e-flex e-con e-child\" data-id=\"1c82d82c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61922211 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"61922211\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1278\" src=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg\" class=\"attachment-full size-full wp-image-8952\" alt=\"\" srcset=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px.jpg 1920w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-300x200.jpg 300w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1024x682.jpg 1024w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-768x511.jpg 768w, https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/bodyfence-protection-footer_1920px-1536x1022.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0dff7b e-con-full text-overlay e-flex e-con e-child\" data-id=\"e0dff7b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56f9ae41 elementor-widget elementor-widget-heading\" data-id=\"56f9ae41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect your bodywork<br \/>against all forms of damage<\/h2>\t\t\t\t<\/div>\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-1a3a9dce e-con-full e-flex e-con e-child\" data-id=\"1a3a9dce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dc8c7a8 animated-fast scroll-top-btn elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"3dc8c7a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-wobble-vertical\">\n\t\t\t<svg viewBox=\"0 0 50 50\"><path class=\"st0\" d=\"M25,20.2l17.5,19c1.5,1.7,4.1,1.7,5.7.1.8-.8,1.3-1.9,1.3-3s-.4-2.1-1.1-2.9L27.9,11.2c-.8-.8-1.8-1.3-2.9-1.3s-2.2.5-2.9,1.3L1.6,33.4c-1.5,1.7-1.5,4.3.1,5.9,1.6,1.6,4.2,1.5,5.7-.1l17.5-19Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>BODYFENCEX Give it a second skin! BODYFENCEXM Give it a second skin! BODYFENCEXS Give it a second skin! bfWIDE the protective film with no limits! bfblack choose 100% black protection! bfblackM choose 100% black protection! candyfence Visually enhancing protective films BodyXfast Faster. Tougher. Brighter. dfenceXTRM ride safely off the beaten track! dfenceONEX effectively protect interior [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-12092","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BODYFENCE Range - BODYFENCE<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bodyfence.net\/en\/ppf\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BODYFENCE Range - BODYFENCE\" \/>\n<meta property=\"og:description\" content=\"BODYFENCEX Give it a second skin! BODYFENCEXM Give it a second skin! BODYFENCEXS Give it a second skin! bfWIDE the protective film with no limits! bfblack choose 100% black protection! bfblackM choose 100% black protection! candyfence Visually enhancing protective films BodyXfast Faster. Tougher. Brighter. dfenceXTRM ride safely off the beaten track! dfenceONEX effectively protect interior [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodyfence.net\/en\/ppf\/\" \/>\n<meta property=\"og:site_name\" content=\"BODYFENCE\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T10:19:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-768x123.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"26 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/\",\"url\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/\",\"name\":\"BODYFENCE Range - BODYFENCE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bodyfence.net\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/logo_bodyfence_1432px-768x123.webp\",\"datePublished\":\"2025-07-18T12:48:12+00:00\",\"dateModified\":\"2026-07-10T10:19:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.bodyfence.net\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/logo_bodyfence_1432px-768x123.webp\",\"contentUrl\":\"https:\\\/\\\/www.bodyfence.net\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/logo_bodyfence_1432px-768x123.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/ppf\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BODYFENCE Range\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/\",\"name\":\"BODYFENCE\",\"description\":\"Paint Protection Film\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/#organization\",\"name\":\"BODYFENCE\",\"url\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodyfence.net\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/logo-bodyfence-PPF.svg\",\"contentUrl\":\"https:\\\/\\\/www.bodyfence.net\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/logo-bodyfence-PPF.svg\",\"width\":318,\"height\":68,\"caption\":\"BODYFENCE\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodyfence.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BODYFENCE Range - BODYFENCE","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bodyfence.net\/en\/ppf\/","og_locale":"en_US","og_type":"article","og_title":"BODYFENCE Range - BODYFENCE","og_description":"BODYFENCEX Give it a second skin! BODYFENCEXM Give it a second skin! BODYFENCEXS Give it a second skin! bfWIDE the protective film with no limits! bfblack choose 100% black protection! bfblackM choose 100% black protection! candyfence Visually enhancing protective films BodyXfast Faster. Tougher. Brighter. dfenceXTRM ride safely off the beaten track! dfenceONEX effectively protect interior [&hellip;]","og_url":"https:\/\/www.bodyfence.net\/en\/ppf\/","og_site_name":"BODYFENCE","article_modified_time":"2026-07-10T10:19:47+00:00","og_image":[{"url":"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-768x123.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"26 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.bodyfence.net\/en\/ppf\/","url":"https:\/\/www.bodyfence.net\/en\/ppf\/","name":"BODYFENCE Range - BODYFENCE","isPartOf":{"@id":"https:\/\/www.bodyfence.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bodyfence.net\/en\/ppf\/#primaryimage"},"image":{"@id":"https:\/\/www.bodyfence.net\/en\/ppf\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-768x123.webp","datePublished":"2025-07-18T12:48:12+00:00","dateModified":"2026-07-10T10:19:47+00:00","breadcrumb":{"@id":"https:\/\/www.bodyfence.net\/en\/ppf\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodyfence.net\/en\/ppf\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodyfence.net\/en\/ppf\/#primaryimage","url":"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-768x123.webp","contentUrl":"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2025\/01\/logo_bodyfence_1432px-768x123.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodyfence.net\/en\/ppf\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.bodyfence.net\/en\/"},{"@type":"ListItem","position":2,"name":"BODYFENCE Range"}]},{"@type":"WebSite","@id":"https:\/\/www.bodyfence.net\/en\/#website","url":"https:\/\/www.bodyfence.net\/en\/","name":"BODYFENCE","description":"Paint Protection Film","publisher":{"@id":"https:\/\/www.bodyfence.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodyfence.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodyfence.net\/en\/#organization","name":"BODYFENCE","url":"https:\/\/www.bodyfence.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodyfence.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/07\/logo-bodyfence-PPF.svg","contentUrl":"https:\/\/www.bodyfence.net\/wp-content\/uploads\/2024\/07\/logo-bodyfence-PPF.svg","width":318,"height":68,"caption":"BODYFENCE"},"image":{"@id":"https:\/\/www.bodyfence.net\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/pages\/12092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/comments?post=12092"}],"version-history":[{"count":10,"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/pages\/12092\/revisions"}],"predecessor-version":[{"id":15913,"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/pages\/12092\/revisions\/15913"}],"wp:attachment":[{"href":"https:\/\/www.bodyfence.net\/en\/wp-json\/wp\/v2\/media?parent=12092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}