{"id":19294,"date":"2025-01-10T11:44:07","date_gmt":"2025-01-10T10:44:07","guid":{"rendered":"https:\/\/flunatec.com\/flunatec-experience-weapon-care-in-the-year-2024-try\/"},"modified":"2025-09-12T18:32:11","modified_gmt":"2025-09-12T16:32:11","slug":"flunatec-experience-weapon-care-in-the-year-2024-try","status":"publish","type":"page","link":"https:\/\/flunatec.com\/en\/flunatec-experience-weapon-care-in-the-year-2024-try\/","title":{"rendered":"Flunatec &#8211; Experience weapon care in the year 2024 &#8211; try"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"19294\" class=\"elementor elementor-19294\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03a1958 e-con-full e-flex e-con e-parent\" data-id=\"03a1958\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8325fd4 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"8325fd4\" 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<!-- 1) Canvas-Element -->\n<canvas id=\"projector\" class=\"animationbody\">Your browser does not support the Canvas element.<\/canvas>\n\n<!-- 2) CSS -->\n<style>\n.animationbody {\n  width: 100%; \n  height: 100%; \n  padding: 0; \n  margin: 0;\n  min-height: 800px;\n  background: #191d1e; \/* Fallback for old browsers *\/\n  background: -moz-linear-gradient(0deg,  #191d1e 50%, #283139 100%);\n  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#191d1e), color-stop(100%,#283139));\n  background: -webkit-linear-gradient(0deg,  #191d1e 50%,#283139 100%);\n  background: -o-linear-gradient(0deg,  #191d1e 50%,#283139 100%);\n  background: -ms-linear-gradient(0deg,  #191d1e 50%,#283139 100%);\n  background: linear-gradient(0deg,  #191d1e 50%,#283139 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191d1e', endColorstr='#283139', GradientType=1);\n  background-attachment: fixed;\n}\n\n#projector {\n  position: absolute; \n  top: 0px;\n  left: 0px;\n  width: 100%;\n  height: 100%;\n}\n\n\n<\/style>\n\n<!-- 3) Externe Bibliotheken (CreateJS + GSAP\/TweenMax) -->\n<script src=\"https:\/\/code.createjs.com\/easeljs-0.7.1.min.js\"><\/script>\n<!-- Achtung: TweenMax ist Teil der \u00e4lteren GSAP 2.x Reihe, \n     hier ein Beispiel-CDN-Link (Version 1.20.6). \n     F\u00fcr GSAP 3.x ist die Syntax anders. -->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script>\n\n\n<!-- 4) Dein Particle Script -->\n<script>\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ PARTICLE ENGINE \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\nvar ParticleEngine = (function() {\n\t'use strict';\n\n\tfunction ParticleEngine(canvas_id) {\n\t\tif (!(this instanceof ParticleEngine)) {\n\t\t\treturn new ParticleEngine(canvas_id);\n\t\t}\n\t\t\n\t\tvar _ParticleEngine = this;\n\n\t\tthis.canvas_id = canvas_id;\n\t\tthis.stage = new createjs.Stage(canvas_id);\n\t\tthis.totalWidth = this.canvasWidth = document.getElementById(canvas_id).width = document.getElementById(canvas_id).offsetWidth;\n\t\tthis.totalHeight = this.canvasHeight = document.getElementById(canvas_id).height = document.getElementById(canvas_id).offsetHeight;\n\t\tthis.compositeStyle = \"lighter\";\n\n\t\tthis.particleSettings = [\n\t\t\t{id:\"small\",  num:300, fromX:0, toX:this.totalWidth, ballwidth:3,  alphamax:0.4, areaHeight:0.5, color:\"#0cdbf3\", fill:false},\n\t\t\t{id:\"medium\", num:100, fromX:0, toX:this.totalWidth, ballwidth:8,  alphamax:0.3, areaHeight:1,   color:\"#6fd2f3\", fill:true},\n\t\t\t{id:\"large\",  num:10,  fromX:0, toX:this.totalWidth, ballwidth:30, alphamax:0.2, areaHeight:1,   color:\"#93e9f3\", fill:true}\n\t\t];\n\n\t\tthis.particleArray = [];\n\t\tthis.lights = [\n\t\t\t{ellipseWidth:400, ellipseHeight:100, alpha:0.6, offsetX:0,   offsetY:0,  color:\"#6ac6e8\"},\n\t\t\t{ellipseWidth:350, ellipseHeight:250, alpha:0.3, offsetX:-50, offsetY:0,  color:\"#54d5e8\"},\n\t\t\t{ellipseWidth:100, ellipseHeight:80,  alpha:0.2, offsetX:80,  offsetY:-50,color:\"#2ae8d8\"}\n\t\t];\n\n\t\tthis.stage.compositeOperation = _ParticleEngine.compositeStyle;\n\n\t\tfunction drawBgLight() {\n\t\t\tvar light;\n\t\t\tvar bounds;\n\t\t\tvar blurFilter;\n\t\t\tfor (var i = 0, len = _ParticleEngine.lights.length; i < len; i++) {\n\t\t\t\tlight = new createjs.Shape();\n\t\t\t\tlight.graphics.beginFill(_ParticleEngine.lights[i].color)\n\t\t\t\t\t\t\t  .drawEllipse(0, 0, _ParticleEngine.lights[i].ellipseWidth, _ParticleEngine.lights[i].ellipseHeight);\n\t\t\t\tlight.regX = _ParticleEngine.lights[i].ellipseWidth\/2;\n\t\t\t\tlight.regY = _ParticleEngine.lights[i].ellipseHeight\/2; \n\t\t\t\tlight.y = light.initY = _ParticleEngine.totalHeight\/2 + _ParticleEngine.lights[i].offsetY;\n\t\t\t\tlight.x = light.initX = _ParticleEngine.totalWidth\/2 + _ParticleEngine.lights[i].offsetX;\n\n\t\t\t\tblurFilter = new createjs.BlurFilter(_ParticleEngine.lights[i].ellipseWidth, _ParticleEngine.lights[i].ellipseHeight, 1);\n\t\t\t\tbounds = blurFilter.getBounds();\n\t\t\t\tlight.filters = [blurFilter];\n\t\t\t\tlight.cache(\n\t\t\t\t\tbounds.x - _ParticleEngine.lights[i].ellipseWidth\/2, \n\t\t\t\t\tbounds.y - _ParticleEngine.lights[i].ellipseHeight\/2,\n\t\t\t\t\tbounds.width*2, \n\t\t\t\t\tbounds.height*2\n\t\t\t\t);\n\t\t\t\tlight.alpha = _ParticleEngine.lights[i].alpha;\n\t\t\t\tlight.compositeOperation = \"screen\";\n\n\t\t\t\t_ParticleEngine.stage.addChildAt(light, 0);\n\t\t\t\t_ParticleEngine.lights[i].elem = light;\n\t\t\t}\n\n\t\t\tTweenMax.fromTo(_ParticleEngine.lights[0].elem, 10,\n\t\t\t\t{scaleX:1.5, x:_ParticleEngine.lights[0].elem.initX, y:_ParticleEngine.lights[0].elem.initY},\n\t\t\t\t{yoyo:true, repeat:-1, ease:Power1.easeInOut, scaleX:2, scaleY:0.7}\n\t\t\t);\n\t\t\tTweenMax.fromTo(_ParticleEngine.lights[1].elem, 12,\n\t\t\t\t{x:_ParticleEngine.lights[1].elem.initX, y:_ParticleEngine.lights[1].elem.initY},\n\t\t\t\t{delay:5, yoyo:true, repeat:-1, ease:Power1.easeInOut, scaleY:2, scaleX:2, y:_ParticleEngine.totalHeight\/2-50, x:_ParticleEngine.totalWidth\/2+100}\n\t\t\t);\n\t\t\tTweenMax.fromTo(_ParticleEngine.lights[2].elem, 8,\n\t\t\t\t{x:_ParticleEngine.lights[2].elem.initX, y:_ParticleEngine.lights[2].elem.initY},\n\t\t\t\t{delay:2, yoyo:true, repeat:-1, ease:Power1.easeInOut, scaleY:1.5, scaleX:1.5, y:_ParticleEngine.totalHeight\/2, x:_ParticleEngine.totalWidth\/2-200}\n\t\t\t);\n\t\t}\n\t\t\n\t\tvar blurFilter;\n\t\tfunction drawParticles() {\n\t\t\tfor (var i = 0, len = _ParticleEngine.particleSettings.length; i < len; i++) {\n\t\t\t\tvar ball = _ParticleEngine.particleSettings[i];\n\t\t\t\tvar circle;\n\t\t\t\tfor (var s = 0; s < ball.num; s++) {\n\t\t\t\t\tcircle = new createjs.Shape();\n\t\t\t\t\tif (ball.fill) {\n\t\t\t\t\t\tcircle.graphics.beginFill(ball.color).drawCircle(0, 0, ball.ballwidth);\n\t\t\t\t\t\tblurFilter = new createjs.BlurFilter(ball.ballwidth\/2, ball.ballwidth\/2, 1);\n\t\t\t\t\t\tcircle.filters = [blurFilter];\n\t\t\t\t\t\tvar bounds = blurFilter.getBounds();\n\t\t\t\t\t\tcircle.cache(\n\t\t\t\t\t\t\t-50 + bounds.x,\n\t\t\t\t\t\t\t-50 + bounds.y,\n\t\t\t\t\t\t\t100 + bounds.width,\n\t\t\t\t\t\t\t100 + bounds.height\n\t\t\t\t\t\t);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcircle.graphics.beginStroke(ball.color).setStrokeStyle(1).drawCircle(0, 0, ball.ballwidth);\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tcircle.alpha = range(0, 0.1);\n\t\t\t\t\tcircle.alphaMax = ball.alphamax;\n\t\t\t\t\tcircle.distance = ball.ballwidth * 2;\n\t\t\t\t\tcircle.ballwidth = ball.ballwidth;\n\t\t\t\t\tcircle.flag = ball.id;\n\t\t\t\t\t\n\t\t\t\t\t_ParticleEngine.applySettings(circle, ball.fromX, ball.toX, ball.areaHeight);\n\t\t\t\t\tcircle.speed = range(2, 10);\n\t\t\t\t\tcircle.y = circle.initY;\n\t\t\t\t\tcircle.x = circle.initX;\n\t\t\t\t\tcircle.scaleX = circle.scaleY = range(0.3, 1);\n\n\t\t\t\t\t_ParticleEngine.stage.addChild(circle);\n\t\t\t\t\tanimateBall(circle);\n\t\t\t\t\t_ParticleEngine.particleArray.push(circle);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthis.applySettings = function(circle, positionX, totalWidth, areaHeight) {\n\t\t\tcircle.speed = range(1, 3);\n\t\t\tcircle.initY = weightedRange(\n\t\t\t\t0, this.totalHeight, 1,\n\t\t\t\t[\n\t\t\t\t\tthis.totalHeight * (2 - areaHeight\/2) \/ 4,\n\t\t\t\t\tthis.totalHeight * (2 + areaHeight\/2) \/ 4\n\t\t\t\t],\n\t\t\t\t0.8\n\t\t\t);\n\t\t\tcircle.initX = weightedRange(\n\t\t\t\tpositionX, totalWidth, 1,\n\t\t\t\t[\n\t\t\t\t\tpositionX + ((totalWidth - positionX) \/ 4),\n\t\t\t\t\tpositionX + ((totalWidth - positionX) * 3 \/ 4)\n\t\t\t\t],\n\t\t\t\t0.6\n\t\t\t);\n\t\t};\n\n\t\tfunction animateBall(ball) {\n\t\t\tvar scale = range(0.3, 1);\n\t\t\tvar xpos = range(ball.initX - ball.distance, ball.initX + ball.distance);\n\t\t\tvar ypos = range(ball.initY - ball.distance, ball.initY + ball.distance);\n\t\t\tvar speed = ball.speed;\n\t\t\tTweenMax.to(ball, speed, {\n\t\t\t\tscaleX: scale,\n\t\t\t\tscaleY: scale,\n\t\t\t\tx: xpos,\n\t\t\t\ty: ypos,\n\t\t\t\tonComplete: animateBall,\n\t\t\t\tonCompleteParams: [ball],\n\t\t\t\tease: Cubic.easeInOut\n\t\t\t});\n\t\t\tTweenMax.to(ball, speed \/ 2, {\n\t\t\t\talpha: range(0.1, ball.alphaMax),\n\t\t\t\tonComplete: fadeout,\n\t\t\t\tonCompleteParams: [ball, speed]\n\t\t\t});\n\t\t}\n\n\t\tfunction fadeout(ball, speed) {\n\t\t\tball.speed = range(2, 10);\n\t\t\tTweenMax.to(ball, speed \/ 2, { alpha: 0 });\n\t\t}\n\n\t\tdrawBgLight();\n\t\tdrawParticles();\n\t}\n\n\tParticleEngine.prototype.render = function() {\n\t\tthis.stage.update();\n\t};\n\n\tParticleEngine.prototype.resize = function() {\n\t\tthis.totalWidth = this.canvasWidth = document.getElementById(this.canvas_id).width = document.getElementById(this.canvas_id).offsetWidth;\n\t\tthis.totalHeight = this.canvasHeight = document.getElementById(this.canvas_id).height = document.getElementById(this.canvas_id).offsetHeight;\n\t\tthis.render();\n\n\t\tfor (var i = 0, length = this.particleArray.length; i < length; i++) {\n\t\t\tthis.applySettings(this.particleArray[i], 0, this.totalWidth, this.particleArray[i].areaHeight);\n\t\t}\n\n\t\tfor (var j = 0, len = this.lights.length; j < len; j++) {\n\t\t\tthis.lights[j].elem.initY = this.totalHeight \/ 2 + this.lights[j].offsetY;\n\t\t\tthis.lights[j].elem.initX = this.totalWidth \/ 2 + this.lights[j].offsetX;\n\t\t\tTweenMax.to(this.lights[j].elem, 0.5, {\n\t\t\t\tx: this.lights[j].elem.initX,\n\t\t\t\ty: this.lights[j].elem.initY\n\t\t\t});\n\t\t}\n\t};\n\n\treturn ParticleEngine;\n}());\n\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/UTILS\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\nfunction range(min, max) {\n\treturn min + (max - min) * Math.random();\n}\n\nfunction round(num, precision) {\n\tvar decimal = Math.pow(10, precision);\n\treturn Math.round(decimal * num) \/ decimal;\n}\n\nfunction weightedRange(to, from, decimalPlaces, weightedRange, weightStrength) {\n\tif (typeof from === \"undefined\" || from === null) { \n\t\tfrom = 0; \n\t}\n\tif (typeof decimalPlaces === \"undefined\" || decimalPlaces === null) { \n\t\tdecimalPlaces = 0; \n\t}\n\tif (typeof weightedRange === \"undefined\" || weightedRange === null) { \n\t\tweightedRange = 0; \n\t}\n\tif (typeof weightStrength === \"undefined\" || weightStrength === null) { \n\t\tweightStrength = 0; \n\t}\n\n\tvar ret;\n\tif (to == from) { \n\t\treturn to; \n\t}\n\n\tif (weightedRange && Math.random() <= weightStrength) {\n\t\tret = round(Math.random() * (weightedRange[1] - weightedRange[0]) + weightedRange[0], decimalPlaces);\n\t} else {\n\t\tret = round(Math.random() * (to - from) + from, decimalPlaces);\n\t}\n\treturn ret;\n}\n\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ RUN CODE \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n(function() {\n\tvar particles = new ParticleEngine('projector');\n\tcreatejs.Ticker.addEventListener(\"tick\", updateCanvas);\n\twindow.addEventListener('resize', resizeCanvas, false);\n\n\tfunction updateCanvas() {\n\t\tparticles.render();\n\t}\n\n\tfunction resizeCanvas() {\n\t\tparticles.resize();\n\t}\n}());\n<\/script>\"\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b64853e e-con-full e-flex e-con e-child\" data-id=\"b64853e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fb0fdfb e-con-full e-flex e-con e-child\" data-id=\"fb0fdfb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-660618e e-con-full e-flex e-con e-child\" data-id=\"660618e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43d3c44 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"43d3c44\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:10}\" 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>Fluna Tec &amp; Research GmbH, based in Wals near Salzburg, is one of the leading manufacturers of oil-free gun care products and high-performance ceramic coatings for firearms and knives. The experts at Fluna Tec develop innovative solutions for a wide range of requirements in sports, hunting and law enforcement. <\/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-9aae098 buttonCOD elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9aae098\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:10}\" 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=\"#\">\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\">All products<\/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-90d86ec e-con-full e-flex e-con e-child\" data-id=\"90d86ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e5fe8c elementor-widget elementor-widget-image\" data-id=\"8e5fe8c\" 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 decoding=\"async\" width=\"800\" height=\"484\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec-1024x620.jpg\" class=\"attachment-large size-large wp-image-15244\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec-1024x620.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec-120x73.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec-150x91.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec-300x182.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec-450x272.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec-1536x929.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Waffenpflege-von-Flunatec.jpg 1800w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-c920f27 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"c920f27\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/08\/Flunatec-Logo-white.svg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" \/>\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1817197 e-con-full e-flex e-con e-parent\" data-id=\"1817197\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/vimeo.com\\\/1045637732?share=copy#t=0&quot;,&quot;background_video_start&quot;:10,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-63b4b15 elementor-widget elementor-widget-heading\" data-id=\"63b4b15\" data-element_type=\"widget\" data-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\">Experience weapon care in the <br>year 2025<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a307e3 e-con-full e-flex e-con e-child\" data-id=\"4a307e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b16af8e elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image\" data-id=\"b16af8e\" 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=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Flunatec-Austria.svg\" class=\"attachment-large size-large wp-image-15241\" alt=\"Waffenpflege\" \/>\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-3731223 elementor-tablet-align-justify elementor-widget-tablet__width-initial elementor-widget-mobile__width-auto buttonCOD elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3731223\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600}\" 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=\"#produkte\">\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\">All offers \u2193<\/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-17cac2d e-flex e-con-boxed e-con e-parent\" data-id=\"17cac2d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ce7451 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6ce7451\" 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<h1 class=\"elementor-heading-title elementor-size-default\">The most popular products<br class=\"hideonphone\"> from Fluna Tec<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3698a79 elementor-widget__width-inherit animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3698a79\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_mobile&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" 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 class=\"p1\">Experience state-of-the-art gun care that reliably protects even inaccessible areas and ensures maximum functionality of your guns &#8211; even under extreme environmental conditions or after prolonged storage. With oil-free, residue-free solutions such as Fluna Tec Gun Coating and the innovative Optik Pro, you can offer your weapon and optics the best protection without compromise. Whether cleaning, protecting or degreasing &#8211; the carefully coordinated products from Fluna Tec, such as those in the comprehensive gun care set, guarantee perfect results. Trust in quality that impresses in every detail.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-99fd3bb elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"99fd3bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:19680,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;slides_to_show&quot;:&quot;4&quot;,&quot;slides_to_show_laptop&quot;:&quot;3&quot;,&quot;slides_to_show_tablet_extra&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t<style id=\"loop-19680\">.elementor-19680 .elementor-element.elementor-element-3ed7375b{--display:flex;--min-height:1px;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:var( --e-global-color-3bf04a4 );--border-color:var( --e-global-color-3bf04a4 );--border-radius:20px 20px 20px 20px;--margin-top:10px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19680 .elementor-element.elementor-element-3ed7375b:not(.elementor-motion-effects-element-type-background), .elementor-19680 .elementor-element.elementor-element-3ed7375b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-19680 .elementor-element.elementor-element-3ed7375b.e-con{--align-self:flex-start;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-19680 .elementor-element.elementor-element-3ebcfb59 img{width:276px;height:280px;object-fit:contain;object-position:center center;border-radius:50px 50px 50px 50px;}.elementor-19680 .elementor-element.elementor-element-3ebcfb59 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 20px 10px 20px;border-radius:10px 10px 0px 0px;}.elementor-19680 .elementor-element.elementor-element-3ba20dc6{--display:flex;--min-height:1px;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:28px;--padding-bottom:18px;--padding-left:26px;--padding-right:26px;--z-index:2;}.elementor-19680 .elementor-element.elementor-element-3ba20dc6:not(.elementor-motion-effects-element-type-background), .elementor-19680 .elementor-element.elementor-element-3ba20dc6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-19680 .elementor-element.elementor-element-62dde8c5 .elementor-heading-title{font-family:\"Inter\", Inter;font-size:16px;font-weight:700;line-height:1.4em;color:var( --e-global-color-c749079 );}.elementor-19680 .elementor-element.elementor-element-62dde8c5 > .elementor-widget-container{padding:5px 50px 10px 0px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-19680 .elementor-element.elementor-element-28881d1f{font-family:\"Inter\", Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0.5px;color:var( --e-global-color-3bf04a4 );}.elementor-19680 .elementor-element.elementor-element-28881d1f > .elementor-widget-container{padding:10px 0px 17px 0px;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-19680 .elementor-element.elementor-element-6913b37d .cart button, .elementor-19680 .elementor-element.elementor-element-6913b37d .cart .button{font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );border-style:solid;border-width:1px 1px 1px 1px;border-radius:10px 10px 10px 10px;padding:8px 18px 8px 18px;color:var( --e-global-color-3bf04a4 );background-color:var( --e-global-color-accent );border-color:#DBDBDB;transition:all 0.2s;}.elementor-19680 .elementor-element.elementor-element-6913b37d .cart button:hover, .elementor-19680 .elementor-element.elementor-element-6913b37d .cart .button:hover{color:var( --e-global-color-accent );background-color:var( --e-global-color-3bf04a4 );border-color:#C7B886;}.elementor-19680 .elementor-element.elementor-element-6913b37d{width:100%;max-width:100%;}.elementor-19680 .elementor-element.elementor-element-6913b37d.elementor-element{--align-self:stretch;}@media(max-width:1366px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );}.elementor-19680 .elementor-element.elementor-element-6913b37d .cart button, .elementor-19680 .elementor-element.elementor-element-6913b37d .cart .button{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );}.elementor-19680 .elementor-element.elementor-element-6913b37d .cart button, .elementor-19680 .elementor-element.elementor-element-6913b37d .cart .button{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-19680 .elementor-element.elementor-element-3ebcfb59 img{width:200px;height:320px;}.elementor-19680 .elementor-element.elementor-element-3ebcfb59 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-19680 .elementor-element.elementor-element-3ba20dc6{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:18px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-19680 .elementor-element.elementor-element-28881d1f{font-size:15px;}.elementor-19680 .elementor-element.elementor-element-28881d1f > .elementor-widget-container{padding:7px 0px 0px 0px;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );}.elementor-19680 .elementor-element.elementor-element-6913b37d .cart button, .elementor-19680 .elementor-element.elementor-element-6913b37d .cart .button{font-size:var( --e-global-typography-accent-font-size );}}\/* Start custom CSS for image, class: .elementor-element-3ebcfb59 *\/.elementor-19680 .elementor-element.elementor-element-3ebcfb59 img{\n    object-position: bottom\n}\/* End custom CSS *\/\n\/* Start custom CSS for text-editor, class: .elementor-element-28881d1f *\/.elementor-19680 .elementor-element.elementor-element-28881d1f ul{\n    padding: 0 0 0 14px !important;\n}\n\n.elementor-19680 .elementor-element.elementor-element-28881d1f li{\n    padding: 0 0 5px 0 !important;\n}\n\n\n\n@media(max-width:767px){\n    .elementor-19680 .elementor-element.elementor-element-28881d1f{\n    max-height: 105px;\n    overflow: hidden;\n    min-height: 105px;\n}\n\n.elementor-19680 .elementor-element.elementor-element-28881d1f:after{\n    height: 50px;\n}\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19680\" class=\"elementor elementor-19680 elementor-7059 elementor-7059 swiper-slide e-loop-item e-loop-item-20284 post-20284 product type-product status-publish has-post-thumbnail product_brand-flunatec product_cat-optics product_cat-nicht-kategorisiert product_tag-layout-4 kaliber-408 kaliber-458-winchester-magnum kaliber-22-l-r kaliber-338-lapua kaliber-380-acp kaliber-338-lapua-magnum kaliber-223-rem kaliber-8x57-is kaliber-44-magnum kaliber-375-hh kaliber-308-win kaliber-45-colt kaliber-7-mm kaliber-30-06 kaliber-410-bore-36-gauge kaliber-7-62x54r kaliber-6-5-creedmoor kaliber-16-gauge kaliber-300-blackout kaliber-300-win-mag kaliber-12-gauge kaliber-45-acp kaliber-300-wsm kaliber-12-76 kaliber-50-bmg kaliber-40-sw kaliber-222-rem kaliber-20-70 kaliber-416-rigby kaliber-357-magnum kaliber-407 kaliber-450-rigby kaliber-38-special anwendungsbereich-optik produktform-spray produkt-typ-reinigungsmittel first instock taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-3ed7375b product-container e-flex e-con-boxed e-con e-parent\" data-id=\"3ed7375b\" 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\t\t<div class=\"elementor-element elementor-element-3ebcfb59 elementor-widget elementor-widget-image\" data-id=\"3ebcfb59\" 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\t<a href=\"https:\/\/flunatec.com\/en\/fluna-tft-optics-pro\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17687\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-TFT-Optik-Pro-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-3ba20dc6 e-flex e-con-boxed e-con e-child\" data-id=\"3ba20dc6\" 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\t\t<div class=\"elementor-element elementor-element-62dde8c5 elementor-widget elementor-widget-heading\" data-id=\"62dde8c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Fluna TFT Optics Pro<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28881d1f elementor-widget elementor-widget-text-editor\" data-id=\"28881d1f\" 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\tDiscover the Fluna TFT optics cleaner for binoculars, riflescopes and spotting scopes as well as flat screens, plastics and rubberized surfaces. With the gentle, alcohol-free foam cleaner from Flunatec, you can ensure maximum clarity, precise aiming and optimum working conditions on screens. \n\nRegular optics care is an indispensable prerequisite for accurate shooting and detailed recognition of observed objects. With the Fluna TFT optics cleaner you have every situation under control &#8211; whether for sport, hunting, in the office or at home. From now on, you only need one cleaner for all glass applications. The aerosol foam cleaner from Flunatec removes dirt, nicotine, insects, grease and fingerprints as well as the unsightly patina of hand perspiration and dust from smooth surfaces without leaving any residue.   \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-6913b37d elementor-add-to-cart--align-left elementor-widget__width-inherit elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"6913b37d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=20284\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20284\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"20284\" data-product_sku=\"RETFT00701\" aria-label=\"Add to cart: &ldquo;Fluna TFT Optics Pro&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fluna TFT Optics Pro&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20284\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19680\" class=\"elementor elementor-19680 elementor-7059 elementor-7059 swiper-slide e-loop-item e-loop-item-20248 post-20248 product type-product status-publish has-post-thumbnail product_brand-flunatec product_cat-sets product_cat-nicht-kategorisiert product_cat-weapon-cleaning kaliber-8x57-is anwendungsbereich-pflegeset produktform-set produkt-typ-pflegeset  instock taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-3ed7375b product-container e-flex e-con-boxed e-con e-parent\" data-id=\"3ed7375b\" 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\t\t<div class=\"elementor-element elementor-element-3ebcfb59 elementor-widget elementor-widget-image\" data-id=\"3ebcfb59\" 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\t<a href=\"https:\/\/flunatec.com\/en\/gun-care-set-no-3\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-18719\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/DSC06298-Edit-2-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-3ba20dc6 e-flex e-con-boxed e-con e-child\" data-id=\"3ba20dc6\" 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\t\t<div class=\"elementor-element elementor-element-62dde8c5 elementor-widget elementor-widget-heading\" data-id=\"62dde8c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Gun care set no. 3<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28881d1f elementor-widget elementor-widget-text-editor\" data-id=\"28881d1f\" 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\t1 \/ FLUNA GUN COATING AEROSOL\nRely on perfect gun care with the high-performance ceramic coating from Fluna Tec in a practical spray bottle. The transparent, residue-free and non-greasy coating can be applied to any surface. It impresses with its high temperature resistance, excellent corrosion protection and long-lasting effect.  \n\n2 \/ FLUNA GUN DEGREASER\nThis special gun cleaner and degreaser in a bottle removes oil, grease, wax, powder smoke and other combustion residues. The gun cleaning agent can be used manually and in an ultrasonic bath. \n\n3 \/ FLUNA BORE PRO\nThis liquid barrel cleaner in a practical dropper bottle is the perfect choice for cleaning smoothbore and rifled barrels of rifles, pistols and revolvers. Quickly and completely remove powder residues and especially copper deposits from lead-free bullets as well as tombac deposits from barrels of all kinds. \n\n4 \/ LINT-FREE MICROFIBER CLOTH\nFor streak-free, thorough and residue-free gun cleaning, we recommend the microfiber cloth included in gun care set 3. Wash your used cloth at 60 \u00b0C in the washing machine without fabric softener. \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-6913b37d elementor-add-to-cart--align-left elementor-widget__width-inherit elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"6913b37d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=20248\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20248\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"20248\" data-product_sku=\"GCWPS00300\" aria-label=\"Add to cart: &ldquo;Gun care set no. 3&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Gun care set no. 3&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20248\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19680\" class=\"elementor elementor-19680 elementor-7059 elementor-7059 swiper-slide e-loop-item e-loop-item-20238 post-20238 product type-product status-publish has-post-thumbnail product_brand-flunatec product_cat-nicht-kategorisiert product_cat-weapon-cleaning product_tag-layout-6 kaliber-8x57-is waffenart-pistole produkt-typ-reinigungsmittel  instock taxable shipping-taxable purchasable product-type-variable has-default-attributes\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-3ed7375b product-container e-flex e-con-boxed e-con e-parent\" data-id=\"3ed7375b\" 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\t\t<div class=\"elementor-element elementor-element-3ebcfb59 elementor-widget elementor-widget-image\" data-id=\"3ebcfb59\" 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\t<a href=\"https:\/\/flunatec.com\/en\/fluna-gun-degreaser\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17716\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Fluna-Gun-Degreaser-Waffenentfetter-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-3ba20dc6 e-flex e-con-boxed e-con e-child\" data-id=\"3ba20dc6\" 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\t\t<div class=\"elementor-element elementor-element-62dde8c5 elementor-widget elementor-widget-heading\" data-id=\"62dde8c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Fluna Gun Degreaser<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28881d1f elementor-widget elementor-widget-text-editor\" data-id=\"28881d1f\" 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\tUse Fluna gun degreaser to clean and degrease all firearms and knives. Oils, greases and waxes disappear in no time at all, and even powder smoke and combustion residues are quickly and completely removed. Top: The cold cleaner does not attack rubber and plastics, making it a real all-rounder.  \n\nThe Fluna gun degreaser is perfect as an all-purpose gun cleaner. Make regular gun cleaning as easy as possible &#8211; Flunatec gun degreaser can be used manually and in an ultrasonic bath. \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-6913b37d elementor-add-to-cart--align-left elementor-widget__width-inherit elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"6913b37d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-variable\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/flunatec.com\/en\/fluna-gun-degreaser\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20238\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"20238\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Fluna Gun Degreaser&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20238\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19680\" class=\"elementor elementor-19680 elementor-7059 elementor-7059 swiper-slide e-loop-item e-loop-item-20240 post-20240 product type-product status-publish has-post-thumbnail product_brand-flunatec product_cat-nicht-kategorisiert product_cat-gun-coating kaliber-8x57-is waffenart-pistole produktform-spray produkt-typ-pflegemittel last instock taxable shipping-taxable purchasable product-type-variable has-default-attributes\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-3ed7375b product-container e-flex e-con-boxed e-con e-parent\" data-id=\"3ed7375b\" 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\t\t<div class=\"elementor-element elementor-element-3ebcfb59 elementor-widget elementor-widget-image\" data-id=\"3ebcfb59\" 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\t<a href=\"https:\/\/flunatec.com\/en\/fluna-gun-coating-aerosol\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17875\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-Aerosol-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-3ba20dc6 e-flex e-con-boxed e-con e-child\" data-id=\"3ba20dc6\" 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\t\t<div class=\"elementor-element elementor-element-62dde8c5 elementor-widget elementor-widget-heading\" data-id=\"62dde8c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Fluna Gun Coating Aerosol<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28881d1f elementor-widget elementor-widget-text-editor\" data-id=\"28881d1f\" 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>With the Flunatec Gun Care product in the practical aerosol can, you are making the best choice for the care of large weapon parts. Can be used on all materials, dries quickly and is temperature-resistant: this increases the shooting performance of your valuable hunting and sporting guns and reliably protects them against corrosion. <\/p><p>Is the effective care of your technically sophisticated firearms of particular importance to you? Then you can now rely on state-of-the-art gun care with the Flunatec high-performance ceramic coating. Application is extremely simple, as you can use the spray bottle to distribute the Gun Care product over a large area and yet very sparingly. All gun parts &#8211; whether inside or outside &#8211; are smoothed and made resistant to dirt, weather and mechanical impact.   <\/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-6913b37d elementor-add-to-cart--align-left elementor-widget__width-inherit elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"6913b37d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-variable\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/flunatec.com\/en\/fluna-gun-coating-aerosol\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20240\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"20240\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Fluna Gun Coating Aerosol&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20240\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19680\" class=\"elementor elementor-19680 elementor-7059 elementor-7059 swiper-slide e-loop-item e-loop-item-20256 post-20256 product type-product status-publish has-post-thumbnail product_brand-flunatec product_cat-offers product_cat-nicht-kategorisiert product_cat-gun-coating kaliber-8x57-is waffenart-pistole produkt-typ-pflegemittel first instock sale taxable shipping-taxable purchasable product-type-variable has-default-attributes\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-3ed7375b product-container e-flex e-con-boxed e-con e-parent\" data-id=\"3ed7375b\" 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\t\t<div class=\"elementor-element elementor-element-3ebcfb59 elementor-widget elementor-widget-image\" data-id=\"3ebcfb59\" 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\t<a href=\"https:\/\/flunatec.com\/en\/fluna-gun-coating-liquid\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17662\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Fluna-Gun-Coating-fluessig-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-3ba20dc6 e-flex e-con-boxed e-con e-child\" data-id=\"3ba20dc6\" 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\t\t<div class=\"elementor-element elementor-element-62dde8c5 elementor-widget elementor-widget-heading\" data-id=\"62dde8c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Fluna Gun Coating liquid<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28881d1f elementor-widget elementor-widget-text-editor\" data-id=\"28881d1f\" 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\tGun Coating from FlunaTec cares for and protects your technically sophisticated sporting and hunting guns. Easy to use, economical in consumption and uncompromising in its effect: Discover Fluna Gun Coating liquid for the small and moving parts of your weapons. \n\nThe high-performance ceramic coating from Fluna Tec plays an indispensable leading role in modern gun care. Applied after thorough cleaning, use Fluna Gun Coating liquid in the dropper bottle to care for the small and moving parts of your short and long guns. The gun care product can be applied drop by drop and is therefore extremely economical. The sliding properties of moving parts are significantly increased; hard, metallic noises from rubbing parts are considerably reduced.   \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-6913b37d elementor-add-to-cart--align-left elementor-widget__width-inherit elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"6913b37d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-variable\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/flunatec.com\/en\/fluna-gun-coating-liquid\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20256\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"20256\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Fluna Gun Coating liquid&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20256\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9e92b3 e-con-full e-flex e-con e-parent\" data-id=\"c9e92b3\" 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-4bd5f9f e-con-full e-flex e-con e-child\" data-id=\"4bd5f9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8874e89 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8874e89\" 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 class=\"elementor-element elementor-element-798dafc elementor-widget elementor-widget-heading\" data-id=\"798dafc\" data-element_type=\"widget\" data-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\">Oil-free gun care<\/h2>\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-3f0af21 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3f0af21\" 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>Fluna Tec &amp; Research GmbH, based in Wals near Salzburg, is one of the leading manufacturers of oil-free gun care products and high-performance ceramic coatings for firearms and knives. The experts at Fluna Tec develop innovative solutions for a wide range of requirements in sports, hunting and law enforcement. <\/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-01cf4ca e-con-full e-flex e-con e-child\" data-id=\"01cf4ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d37c95 elementor-widget elementor-widget-image\" data-id=\"0d37c95\" 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 decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/08\/Flunatec-Logo-white.svg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" \/>\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-8b1620f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8b1620f\" 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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f534ad e-con-full e-flex e-con e-parent\" data-id=\"4f534ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e0d54f1 e-con-full e-flex e-con e-child\" data-id=\"e0d54f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-53bc67c e-flex e-con-boxed e-con e-child\" data-id=\"53bc67c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5a728a elementor-widget__width-initial elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"e5a728a\" 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 decoding=\"async\" width=\"766\" height=\"1024\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-766x1024.webp\" class=\"attachment-large size-large wp-image-15407\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-766x1024.webp 766w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-90x120.webp 90w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-112x150.webp 112w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-1024x1369.webp 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-224x300.webp 224w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-450x602.webp 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-1149x1536.webp 1149w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled-1532x2048.webp 1532w, https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Set3_3.png-scaled.webp 1915w\" sizes=\"(max-width: 766px) 100vw, 766px\" \/>\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-d4f6ee0 elementor-view-stacked elementor-absolute elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"d4f6ee0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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<a class=\"elementor-icon\" href=\"#produkte\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z\"><\/path><\/svg>\t\t\t<\/a>\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-bcb75a3 e-flex e-con-boxed e-con e-child\" data-id=\"bcb75a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-732ddd1 elementor-widget elementor-widget-heading\" data-id=\"732ddd1\" data-element_type=\"widget\" data-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\">Everything you need<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7d5f4a elementor-widget elementor-widget-text-editor\" data-id=\"e7d5f4a\" 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 class=\"p1\">The Fluna Tec gun care sets offer everything you need to optimally clean, protect and care for your gun. From oil-free gun coating and powerful degreaser to specially developed cleaning agents for optics and mechanics &#8211; these sets contain all the products you need to keep your firearms in top condition. Supplemented by practical extras such as a high-quality microfiber cloth, the sets are perfectly coordinated to meet even the most demanding care requirements.  <\/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-b5b3d9d buttonCOD elementor-widget elementor-widget-button\" data-id=\"b5b3d9d\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"\/?product_cat=waffenpflege-sets\">\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\">Weapon care sets<\/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\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b04f540 e-flex e-con-boxed e-con e-parent\" data-id=\"b04f540\" data-element_type=\"container\" data-e-type=\"container\" id=\"produkte\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ac27624 e-con-full e-flex e-con e-child\" data-id=\"ac27624\" 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-afbf6d3 e-flex e-con-boxed e-con e-child\" data-id=\"afbf6d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f370cb jet-smart-filter-content-position-column jet-smart-filter-group-position-column elementor-widget elementor-widget-jet-smart-filters-select\" data-id=\"5f370cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-smart-filters-select.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-smart-filters-select jet-filter \" data-indexer-rule=\"show\" data-show-counter=\"\" data-change-counter=\"always\"><div class=\"jet-select\" data-query-type=\"tax_query\" data-query-var=\"product_cat\" data-smart-filter=\"select\" data-filter-id=\"799\" data-apply-type=\"ajax\" data-content-provider=\"epro-loop-builder\" data-additional-providers=\"\" data-query-id=\"alleprodukte\" data-active-label=\"\" data-layout-options=\"{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:false,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}\" data-query-var-suffix=\"\" data-apply-on=\"value\">\n\t\t\t\t<select\n\t\t\tclass=\"jet-select__control\"\n\t\t\tname=\"product_cat\"\n\t\t\t\t\t\taria-label=\"Kategorie\"\n\t\t>\n\t\t\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"\"\n\t\t\t\t\tdata-label=\"Kategorie\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tKategorie\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"772\"\n\t\t\t\t\tdata-label=\"Ausr\u00fcstung\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"ausruestung\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tAusr\u00fcstung\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"628\"\n\t\t\t\t\tdata-label=\"Bore Blitz\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"bore-blitz\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tBore Blitz\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"519\"\n\t\t\t\t\tdata-label=\"Brushes\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"brushes\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tBrushes\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"600\"\n\t\t\t\t\tdata-label=\"Byrna ammunition\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"byrna-ammunition\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tByrna ammunition\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"523\"\n\t\t\t\t\tdata-label=\"Cleaning rods\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"cleaning-rods\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tCleaning rods\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"757\"\n\t\t\t\t\tdata-label=\"Cleaning tools\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"cleaning-tools\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tCleaning tools\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"759\"\n\t\t\t\t\tdata-label=\"Extras\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"extras\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tExtras\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"756\"\n\t\t\t\t\tdata-label=\"Field Care Sets\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"field-care-sets\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tField Care Sets\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"814\"\n\t\t\t\t\tdata-label=\"Food\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"food\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tFood\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"584\"\n\t\t\t\t\tdata-label=\"Fun\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"fun\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tFun\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"602\"\n\t\t\t\t\tdata-label=\"Gun Coating\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"gun-coating\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tGun Coating\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"629\"\n\t\t\t\t\tdata-label=\"Gun Oil\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"gun-oil\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tGun Oil\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"377\"\n\t\t\t\t\tdata-label=\"Nicht kategorisiert\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"nicht-kategorisiert\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tNicht kategorisiert\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"610\"\n\t\t\t\t\tdata-label=\"Offers\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"offers\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tOffers\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"771\"\n\t\t\t\t\tdata-label=\"Optics\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"optics\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tOptics\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"630\"\n\t\t\t\t\tdata-label=\"Optics\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"optics\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tOptics\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"593\"\n\t\t\t\t\tdata-label=\"Other\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"other\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tOther\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"580\"\n\t\t\t\t\tdata-label=\"Patch holder\/felt holder\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"patch-holder-felt-holder\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tPatch holder\/felt holder\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"588\"\n\t\t\t\t\tdata-label=\"Patch tips\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"patch-tips\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tPatch tips\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"522\"\n\t\t\t\t\tdata-label=\"Patches\/Felts\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"patches-felts\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tPatches\/Felts\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"361\"\n\t\t\t\t\tdata-label=\"Pinsel\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"pinsel\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tPinsel\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"604\"\n\t\t\t\t\tdata-label=\"Sets\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"sets\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tSets\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"525\"\n\t\t\t\t\tdata-label=\"Tactical Foodpack\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"tactical-foodpack\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tTactical Foodpack\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"813\"\n\t\t\t\t\tdata-label=\"Vegetarian\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"vegetarian\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tVegetarian\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"554\"\n\t\t\t\t\tdata-label=\"Weapon care tools\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"weapon-care-tools\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tWeapon care tools\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"524\"\n\t\t\t\t\tdata-label=\"Weapon cleaning\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"weapon-cleaning\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tWeapon cleaning\t\t\t\t<\/option>\n\t\t\t\t\t\t\t\t<option\n\t\t\t\t\tvalue=\"521\"\n\t\t\t\t\tdata-label=\"Wool wiper\"\n\t\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\tdata-url-value=\"wool-wiper\"\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\tWool wiper\t\t\t\t<\/option>\n\t\t\t\t<\/select>\n\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38ace99 elementor-widget elementor-widget-jet-smart-filters-sorting\" data-id=\"38ace99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-smart-filters-sorting.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-smart-filters-sorting jet-filter\"><div\n\tclass=\"jet-sorting jet-sorting--flex-column\"\n\t data-smart-filter=\"sorting\" data-query-type=\"sort\" data-query-var=\"standard\" data-content-provider=\"epro-loop-builder\" data-query-id=\"alleprodukte\" data-apply-type=\"ajax\" data-apply-on=\"value\" data-additional-providers=\"\">\n\t\t<select\n\t\tclass=\"jet-sorting-select\"\n\t\tname=\"select-name\"\n\t\t\t\taria-label=\"Sort filter\"\n\t>\n\t\t\t\t\t<option value=\"\">\n\t\t\t\tSort\t\t\t<\/option>\n\t\t\t\t\t\t\t<option\n\t\t\t\tvalue=\"{&quot;orderby&quot;:&quot;price&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n\t\t\t\t\t\t\t>\n\t\t\t\tPrice Ascending\t\t\t<\/option>\n\t\t\t\t\t<option\n\t\t\t\tvalue=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n\t\t\t\t\t\t\t>\n\t\t\t\tPrice descending\t\t\t<\/option>\n\t\t\t\t\t<option\n\t\t\t\tvalue=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n\t\t\t\t\t\t\t>\n\t\t\t\tTitle ascending\t\t\t<\/option>\n\t\t\t\t\t<option\n\t\t\t\tvalue=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n\t\t\t\t\t\t\t>\n\t\t\t\tTitle descending\t\t\t<\/option>\n\t\t\t<\/select>\n<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1d1430 e-con-full e-flex e-con e-child\" data-id=\"e1d1430\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ab04d4 elementor-widget elementor-widget-jet-smart-filters-search\" data-id=\"7ab04d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-smart-filters-search.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-smart-filters-search jet-filter\">\n<div\n\tclass=\"jet-search-filter\"\n\tdata-query-type=\"_s\" data-query-var=\"query\" data-smart-filter=\"search\" data-filter-id=\"825\" data-apply-type=\"ajax-ontyping\" data-content-provider=\"epro-loop-builder\" data-additional-providers=\"\" data-query-id=\"alleprodukte\" data-active-label=\"\" data-layout-options=\"{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:[]}\" data-query-var-suffix=\"search\" data-min-letters-count=\"2\">\n\t<div class=\"jet-search-filter__input-wrapper\">\n\t\t<input\n\t\t\tclass=\"jet-search-filter__input\"\n\t\t\ttype=\"search\"\n\t\t\tautocomplete=\"off\"\n\t\t\tname=\"query\"\n\t\t\tvalue=\"\"\n\t\t\tplaceholder=\"Produkt suchen...\"\n\t\t\taria-label=\"Produktsuche\"\n\t\t\t\t\t>\n\t\t\t\t\t<div class=\"jet-search-filter__input-clear\">\n\t\t\t\t<svg width=\"22\" height=\"28\" viewBox=\"0 0 22 28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"><\/path>\n<\/svg>\n\t\t\t<\/div>\n\t\t\t<div class=\"jet-search-filter__input-loading\"><\/div>\n\t\t\t<\/div>\n\n\t<\/div>\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<div class=\"elementor-element elementor-element-05cfb41 e-flex e-con-boxed e-con e-child\" data-id=\"05cfb41\" 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\t\t<div class=\"woocommerce elementor-element elementor-element-65e1815 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"65e1815\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"alleprodukte\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:19513,&quot;columns&quot;:3,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-19513\">.elementor-19513 .elementor-element.elementor-element-4df816a{--display:flex;--gap:15px 0px;--row-gap:15px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:var( --e-global-color-3bf04a4 );--border-color:var( --e-global-color-3bf04a4 );--border-radius:20px 20px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19513 .elementor-element.elementor-element-4df816a:not(.elementor-motion-effects-element-type-background), .elementor-19513 .elementor-element.elementor-element-4df816a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );}.elementor-19513 .elementor-element.elementor-element-f38e790 img{width:300px;height:240px;object-fit:contain;object-position:center center;}.elementor-19513 .elementor-element.elementor-element-f38e790 > .elementor-widget-container{padding:10px 0px 10px 0px;}.elementor-19513 .elementor-element.elementor-element-85af95b{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:20px 20px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;--z-index:2;}.elementor-19513 .elementor-element.elementor-element-85af95b:not(.elementor-motion-effects-element-type-background), .elementor-19513 .elementor-element.elementor-element-85af95b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-19513 .elementor-element.elementor-element-426139e{text-align:center;}.elementor-19513 .elementor-element.elementor-element-426139e .elementor-heading-title{font-family:\"Inter\", Inter;font-size:15px;font-weight:700;letter-spacing:0.5px;color:var( --e-global-color-3bf04a4 );}.elementor-19513 .elementor-element.elementor-element-426139e > .elementor-widget-container{padding:15px 0px 10px 0px;}.elementor-19513 .elementor-element.elementor-element-426139e.elementor-element{--align-self:center;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-19513 .elementor-element.elementor-element-8a661ea .cart button, .elementor-19513 .elementor-element.elementor-element-8a661ea .cart .button{border-radius:3px 3px 3px 3px;padding:8px 8px 8px 8px;color:var( --e-global-color-secondary );background-color:#FFFFFF;transition:all 0.2s;}.elementor-19513 .elementor-element.elementor-element-8a661ea > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-19513 .elementor-element.elementor-element-8a661ea.elementor-element{--align-self:center;}@media(max-width:1366px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:1024px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-19513 .elementor-element.elementor-element-f38e790 img{width:200px;height:200px;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-size:var( --e-global-typography-accent-font-size );}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19513\" class=\"elementor elementor-19513 elementor-1109 elementor-1109 e-loop-item e-loop-item-24612 post-24612 product type-product status-publish has-post-thumbnail product_brand-zeiss product_cat-offers product_cat-optics  instock sale taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-4df816a product-container e-con-full e-flex e-con e-parent\" data-id=\"4df816a\" 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-f38e790 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f38e790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-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\t<a href=\"https:\/\/flunatec.com\/en\/zf-lrp-s3-636-56\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-24571\" alt=\"Zeiss LRP S3\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56-100x100.jpg 100w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/09\/Zeiss-ZF-LRP-S3-636-56.jpg 1500w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-85af95b e-con-full e-flex e-con e-child\" data-id=\"85af95b\" 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-426139e elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"426139e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"product_title entry-title elementor-heading-title elementor-size-default\"><a href=\"https:\/\/flunatec.com\/en\/zf-lrp-s3-636-56\/\">ZF LRP S3 636-56 MRi<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a661ea elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"8a661ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=24612\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_24612\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"24612\" data-product_sku=\"522695-9916-090\" aria-label=\"Add to cart: &ldquo;ZF LRP S3 636-56 MRi&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;ZF LRP S3 636-56 MRi&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_24612\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\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 data-elementor-type=\"loop-item\" data-elementor-id=\"19513\" class=\"elementor elementor-19513 elementor-1109 elementor-1109 e-loop-item e-loop-item-25199 post-25199 product type-product status-publish has-post-thumbnail product_brand-niebling product_cat-wool-wiper product_cat-cleaning-tools product_tag-layout-6  instock taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-4df816a product-container e-con-full e-flex e-con e-parent\" data-id=\"4df816a\" 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-f38e790 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f38e790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-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\t<a href=\"https:\/\/flunatec.com\/en\/wool-wiper-12-ga-kopie-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17473\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-85af95b e-con-full e-flex e-con e-child\" data-id=\"85af95b\" 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-426139e elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"426139e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"product_title entry-title elementor-heading-title elementor-size-default\"><a href=\"https:\/\/flunatec.com\/en\/wool-wiper-12-ga-kopie-2\/\">Wool wiper 12 GA (Kopie)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a661ea elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"8a661ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=25199\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_25199\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"25199\" data-product_sku=\"NB920G4027VP\" aria-label=\"Add to cart: &ldquo;Wool wiper 12 GA (Kopie)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Wool wiper 12 GA (Kopie)&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_25199\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\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 data-elementor-type=\"loop-item\" data-elementor-id=\"19513\" class=\"elementor elementor-19513 elementor-1109 elementor-1109 e-loop-item e-loop-item-20093 post-20093 product type-product status-publish has-post-thumbnail product_brand-niebling product_cat-wool-wiper product_tag-layout-6 kaliber-12-70 kaliber-12-76 waffenart-kipplauf waffenart-langwaffe waffenart-flinte waffenart-gewehr waffenart-halbautomat waffenart-repetierer anwendungsbereich-lauf anwendungsbereich-laufpflege anwendungsbereich-laufschutz produktform-wollwischer produkt-typ-laufreiniger last instock taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-4df816a product-container e-con-full e-flex e-con e-parent\" data-id=\"4df816a\" 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-f38e790 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f38e790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-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\t<a href=\"https:\/\/flunatec.com\/en\/wool-wiper-12-ga\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17473\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-12-GA-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-85af95b e-con-full e-flex e-con e-child\" data-id=\"85af95b\" 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-426139e elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"426139e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"product_title entry-title elementor-heading-title elementor-size-default\"><a href=\"https:\/\/flunatec.com\/en\/wool-wiper-12-ga\/\">Wool wiper 12 GA<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a661ea elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"8a661ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=20093\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20093\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"20093\" data-product_sku=\"NB912G4027\" aria-label=\"Add to cart: &ldquo;Wool wiper 12 GA&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Wool wiper 12 GA&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20093\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\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 data-elementor-type=\"loop-item\" data-elementor-id=\"19513\" class=\"elementor elementor-19513 elementor-1109 elementor-1109 e-loop-item e-loop-item-25170 post-25170 product type-product status-publish has-post-thumbnail product_brand-niebling product_cat-wool-wiper product_cat-weapon-cleaning product_cat-nicht-kategorisiert product_cat-brushes product_tag-layout-6 first instock taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-4df816a product-container e-con-full e-flex e-con e-parent\" data-id=\"4df816a\" 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-f38e790 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f38e790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-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\t<a href=\"https:\/\/flunatec.com\/en\/wool-wiper-27-388-6-8-9mm-kopie\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"300\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/10\/9-046.40.17-450x300.jpg\" class=\"attachment-medium_large size-medium_large wp-image-25173\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/10\/9-046.40.17-450x300.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/10\/9-046.40.17-300x200.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/10\/9-046.40.17-60x40.jpg 60w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/10\/9-046.40.17-120x80.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/10\/9-046.40.17-150x100.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/10\/9-046.40.17.jpg 800w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-85af95b e-con-full e-flex e-con e-child\" data-id=\"85af95b\" 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-426139e elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"426139e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"product_title entry-title elementor-heading-title elementor-size-default\"><a href=\"https:\/\/flunatec.com\/en\/wool-wiper-27-388-6-8-9mm-kopie\/\">Wool wiper .27 &#8211; .388 \/ 6.8 &#8211; 9mm (Kopie)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a661ea elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"8a661ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=25170\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_25170\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"25170\" data-product_sku=\"NB90464017\" aria-label=\"Add to cart: &ldquo;Wool wiper .27 - .388 \/ 6.8 - 9mm (Kopie)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Wool wiper .27 - .388 \/ 6.8 - 9mm (Kopie)&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_25170\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\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 data-elementor-type=\"loop-item\" data-elementor-id=\"19513\" class=\"elementor elementor-19513 elementor-1109 elementor-1109 e-loop-item e-loop-item-25180 post-25180 product type-product status-publish has-post-thumbnail product_brand-niebling product_cat-nicht-kategorisiert product_cat-brushes product_cat-wool-wiper product_cat-weapon-care-tools product_tag-layout-6  instock taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-4df816a product-container e-con-full e-flex e-con e-parent\" data-id=\"4df816a\" 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-f38e790 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f38e790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-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\t<a href=\"https:\/\/flunatec.com\/en\/wool-wiper-27-388-6-8-9mm-kopie-2\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17891\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-85af95b e-con-full e-flex e-con e-child\" data-id=\"85af95b\" 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-426139e elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"426139e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"product_title entry-title elementor-heading-title elementor-size-default\"><a href=\"https:\/\/flunatec.com\/en\/wool-wiper-27-388-6-8-9mm-kopie-2\/\">Wool wiper .27 &#8211; .388 \/ 6.8 &#8211; 9mm (Kopie)<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a661ea elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"8a661ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=25180\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_25180\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"25180\" data-product_sku=\"NB90094027VP\" aria-label=\"Add to cart: &ldquo;Wool wiper .27 - .388 \/ 6.8 - 9mm (Kopie)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Wool wiper .27 - .388 \/ 6.8 - 9mm (Kopie)&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_25180\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\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 data-elementor-type=\"loop-item\" data-elementor-id=\"19513\" class=\"elementor elementor-19513 elementor-1109 elementor-1109 e-loop-item e-loop-item-20095 post-20095 product type-product status-publish has-post-thumbnail product_brand-niebling product_cat-wool-wiper product_tag-layout-6 kaliber-7-64 waffenart-kurzwaffe waffenart-langwaffe waffenart-kipplauf waffenart-gewehr waffenart-pistole waffenart-revolver waffenart-faustfeuerwaffe waffenart-halbautomat waffenart-repetierer anwendungsbereich-laufpflege anwendungsbereich-laufschutz anwendungsbereich-lauf anwendungsbereich-reinigung produktform-zusatzteil produktform-buerste produktform-wollwischer produkt-typ-werkzeug produkt-typ-buersten  instock taxable shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-4df816a product-container e-con-full e-flex e-con e-parent\" data-id=\"4df816a\" 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-f38e790 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"f38e790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-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\t<a href=\"https:\/\/flunatec.com\/en\/wool-wiper-27-388-6-8mm\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-450x450.jpg\" class=\"attachment-medium_large size-medium_large wp-image-17891\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-450x450.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-scaled-120x120.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-150x150.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-1024x1024.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-300x300.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-1536x1536.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-2048x2048.jpg 2048w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-50x50.jpg 50w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/03\/Wollwischer-.27-.388-68mm-100x100.jpg 100w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\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-85af95b e-con-full e-flex e-con e-child\" data-id=\"85af95b\" 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-426139e elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"426139e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"product_title entry-title elementor-heading-title elementor-size-default\"><a href=\"https:\/\/flunatec.com\/en\/wool-wiper-27-388-6-8mm\/\">Wool wiper .27 &#8211; .388 \/ 6.8 &#8211; 9mm<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a661ea elementor-widget elementor-widget-woocommerce-product-add-to-cart\" data-id=\"8a661ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-add-to-cart.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-add-to-cart elementor-product-simple\">\n\t\t\t\t\t<div class=\"e-loop-add-to-cart-form-container\">\n\t\t\t<form class=\"cart e-loop-add-to-cart-form\">\n\t\t\t\t<a href=\"\/en\/wp-json\/wp\/v2\/pages\/19294?add-to-cart=20095\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20095\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"20095\" data-product_sku=\"NB97624027\" aria-label=\"Add to cart: &ldquo;Wool wiper .27 - .388 \/ 6.8 - 9mm&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Wool wiper .27 - .388 \/ 6.8 - 9mm&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20095\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\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\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-9d00cd4 elementor-widget elementor-widget-jet-smart-filters-pagination\" data-id=\"9d00cd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-smart-filters-pagination.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div\n\t\t\t\tclass=\"jet-smart-filters-pagination jet-filter\"\n\t\t\t\tdata-apply-provider=\"epro-loop-builder\"\n\t\t\t\tdata-content-provider=\"epro-loop-builder\"\n\t\t\t\tdata-query-id=\"alleprodukte\"\n\t\t\t\tdata-controls=\"{&quot;items_enabled&quot;:true,&quot;pages_mid_size&quot;:0,&quot;pages_end_size&quot;:0,&quot;nav_enabled&quot;:true,&quot;prev&quot;:&quot;Zur\\u00fcck&quot;,&quot;next&quot;:&quot;Weiter&quot;,&quot;hide_inactive_nav&quot;:true,&quot;load_more_enabled&quot;:false,&quot;provider_top_offset&quot;:150}\"\n\t\t\t\tdata-apply-type=\"ajax\"\n\t\t\t><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3973236e panel e-con-full e-flex e-con e-child\" data-id=\"3973236e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" data-color=\"black\">\n\t\t<div class=\"elementor-element elementor-element-c6be63e e-con-full e-flex e-con e-child\" data-id=\"c6be63e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:74,&quot;end&quot;:87}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-249a7e72 elementor-widget elementor-widget-heading\" data-id=\"249a7e72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">The optimum weapon care<br class=\"hideonphone\"> for all areas of use  <\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b363a22 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3b363a22\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" 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>Apply state-of-the-art gun care to any surface and protect guns even in inaccessible places. You can rely on the guns to function even under the most adverse environmental conditions and that no malfunctions will occur due to prolonged storage of the gun &#8211; gumming up of systems, etc. <\/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-4cba0a57 newsslidehome elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-invisible elementor-widget elementor-widget-n-carousel\" data-id=\"4cba0a57\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;1badd98&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;4e409ae&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;bdfbd3e&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;eb55395&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:45,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:400,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-459b4757 e-flex e-con-boxed e-con e-child\" data-id=\"459b4757\" 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-4e2d1bcd e-con-full e-flex e-con e-child\" data-id=\"4e2d1bcd\" 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-cf6acbe elementor-widget elementor-widget-image\" data-id=\"cf6acbe\" 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 decoding=\"async\" width=\"800\" height=\"693\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-1024x887.jpg\" class=\"attachment-large size-large wp-image-16094\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-1024x887.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-120x104.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-150x130.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-300x260.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-450x390.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-1536x1330.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-2048x1774.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-384057d8 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"384057d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" 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 class=\"p1\">State-of-the-art weapon care that you can rely on under the most adverse conditions.<\/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-15192c3d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"15192c3d\" data-element_type=\"widget\" data-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\">Military<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b3e5aa7 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"3b3e5aa7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/08\/Flunatec-Logo-white.svg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9868f6f e-flex e-con-boxed e-con e-child\" data-id=\"9868f6f\" 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-d4192bc e-con-full e-flex e-con e-child\" data-id=\"d4192bc\" 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-5c050a2 elementor-widget elementor-widget-image\" data-id=\"5c050a2\" 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 decoding=\"async\" width=\"800\" height=\"631\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/01\/Biathlon-im-Schiesssport-1024x808.jpeg\" class=\"attachment-large size-large wp-image-15427\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/01\/Biathlon-im-Schiesssport-1024x808.jpeg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/01\/Biathlon-im-Schiesssport-120x95.jpeg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/01\/Biathlon-im-Schiesssport-150x118.jpeg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/01\/Biathlon-im-Schiesssport-300x237.jpeg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/01\/Biathlon-im-Schiesssport-450x355.jpeg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/01\/Biathlon-im-Schiesssport.jpeg 1195w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-956c4c3 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"956c4c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" 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 class=\"p1\">Achieve your biathlon goals with consistent shots and optimum gliding and functional properties, even in extreme temperatures.<\/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-149479b elementor-absolute elementor-widget elementor-widget-image\" data-id=\"149479b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/08\/Flunatec-Logo-white.svg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" \/>\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-5ea1112 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5ea1112\" data-element_type=\"widget\" data-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\">Sport shooters<\/h2>\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d18213 e-flex e-con-boxed e-con e-child\" data-id=\"7d18213\" 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-7a545cb e-con-full e-flex e-con e-child\" data-id=\"7a545cb\" 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-be41977 elementor-widget elementor-widget-image\" data-id=\"be41977\" 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 decoding=\"async\" width=\"750\" height=\"564\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/02\/Vinslovs-Vapen.png\" class=\"attachment-large size-large wp-image-15525\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/02\/Vinslovs-Vapen.png 750w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/02\/Vinslovs-Vapen-120x90.png 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/02\/Vinslovs-Vapen-150x113.png 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/02\/Vinslovs-Vapen-300x226.png 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2024\/02\/Vinslovs-Vapen-450x338.png 450w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/>\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-a2bccec elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a2bccec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" 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>Protect your hunting rifles in any climate, in heat and cold. Reduce the build-up of dust on sensitive parts and benefit from the permanent functionality of your weapon. <\/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-1ee9fa0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1ee9fa0\" data-element_type=\"widget\" data-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\">Hunting marksmen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8727e67 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"8727e67\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/08\/Flunatec-Logo-white.svg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c79ce4b e-flex e-con-boxed e-con e-child\" data-id=\"c79ce4b\" 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-b13e720 e-con-full e-flex e-con e-child\" data-id=\"b13e720\" 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-019fcce elementor-widget elementor-widget-image\" data-id=\"019fcce\" 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 decoding=\"async\" width=\"800\" height=\"693\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-1024x887.jpg\" class=\"attachment-large size-large wp-image-16094\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-1024x887.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-120x104.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-150x130.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-300x260.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-450x390.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-1536x1330.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/AR15_Army2-scaled-2048x1774.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-3b99551 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3b99551\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" 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 class=\"p1\">State-of-the-art weapon care that you can rely on under the most adverse conditions.<\/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-e57141b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e57141b\" data-element_type=\"widget\" data-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\">Military<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff5c1c4 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"ff5c1c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/08\/Flunatec-Logo-white.svg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cfda2d1 e-con-full e-flex e-con e-child\" data-id=\"cfda2d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0117843 e-con-full e-flex e-con e-child\" data-id=\"0117843\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83f3890 elementor-position-inline-end elementor-widget__width-initial elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"83f3890\" 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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 492.02 799.98\"><defs><style>      .cls-1 {        stroke-width: 0px;      }    <\/style><\/defs><g id=\"Capa_1\" data-name=\"Capa 1\"><path class=\"cls-1\" d=\"m307.94,400L19.08,111.14c-25.44-25.41-25.44-66.63,0-92.07,25.41-25.41,66.6-25.44,92.04,0l380.9,380.93L111.2,780.95c-12.76,12.71-29.4,19.03-46.03,19.03s-33.38-6.33-46.09-19.03c-25.44-25.44-25.44-66.6,0-92.07l288.86-288.89Z\"><\/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<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tWeapons, sport and safety\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\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<div class=\"elementor-element elementor-element-a487fc4 e-con-full e-flex e-con e-child\" data-id=\"a487fc4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13a63f6 buttonCOD elementor-invisible elementor-widget elementor-widget-button\" data-id=\"13a63f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600}\" 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=\"#versprechen\">\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\">Weapon sport<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a6d1133 e-con-full e-flex e-con e-parent\" data-id=\"a6d1133\" 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-69b4f24 e-con-full e-flex e-con e-child\" data-id=\"69b4f24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f8c3646 elementor-hidden-tablet elementor-hidden-mobile elementor-absolute elementor-invisible elementor-widget elementor-widget-image\" data-id=\"f8c3646\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500,&quot;_position&quot;:&quot;absolute&quot;}\" 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=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2023\/12\/Flunatec-Austria.svg\" class=\"attachment-large size-large wp-image-15241\" alt=\"Waffenpflege\" \/>\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-824ffcb elementor-widget elementor-widget-image\" data-id=\"824ffcb\" 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 decoding=\"async\" width=\"800\" height=\"544\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-1024x696.jpg\" class=\"attachment-large size-large wp-image-16091\" alt=\"\" srcset=\"https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-1024x696.jpg 1024w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-120x82.jpg 120w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-150x102.jpg 150w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-300x204.jpg 300w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-450x306.jpg 450w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-1536x1043.jpg 1536w, https:\/\/flunatec.com\/wp-content\/uploads\/2025\/01\/2xGC-Pistole-wasser-scaled-2048x1391.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-19bc666 e-con-full e-flex e-con e-child\" data-id=\"19bc666\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d50054c elementor-widget elementor-widget-image\" data-id=\"d50054c\" 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 decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/flunatec.com\/wp-content\/uploads\/2024\/08\/Flunatec-Logo-white.svg\" class=\"attachment-large size-large wp-image-15915\" alt=\"\" \/>\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-59fb9fc elementor-widget elementor-widget-heading\" data-id=\"59fb9fc\" data-element_type=\"widget\" data-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\">Fluna Gun Coating - <br>The revolution in gun care<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-967582d elementor-widget elementor-widget-text-editor\" data-id=\"967582d\" 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 class=\"p1\">Fluna Gun Coating stands for advanced technology and has won several awards. The non-greasy coating protects knives and firearms on any surface, offers optimum gliding properties, is water-resistant and extremely temperature-resistant (-40 \u00b0C to +750 \u00b0C). It also makes cleaning easier and prevents gumming or sticking. Discover the groundbreaking gun coating products from Flunatec now   <\/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-a381385 buttonCOD elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a381385\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:600}\" 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=\"#versprechen\">\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\">Weapon care<\/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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Your browser does not support the Canvas element. &#8220; Fluna Tec &amp; Research GmbH, based in Wals near Salzburg, is one of the leading manufacturers of oil-free gun care products and high-performance ceramic coatings for firearms and knives. The experts at Fluna Tec develop innovative solutions for a wide range of requirements in sports, hunting [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-19294","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/flunatec.com\/en\/wp-json\/wp\/v2\/pages\/19294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flunatec.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flunatec.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flunatec.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/flunatec.com\/en\/wp-json\/wp\/v2\/comments?post=19294"}],"version-history":[{"count":0,"href":"https:\/\/flunatec.com\/en\/wp-json\/wp\/v2\/pages\/19294\/revisions"}],"wp:attachment":[{"href":"https:\/\/flunatec.com\/en\/wp-json\/wp\/v2\/media?parent=19294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}