It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://stealthgrowbox.co.uk

  1. <!DOCTYPE html>
  2. <!--[if IE 7]>
  3. <html class="ie ie7" lang="en-GB" xmlns:og="https://ogp.me/ns#" xmlns:fb="https://ogp.me/ns/fb#">
  4. <![endif]-->
  5. <!--[if IE 8]>
  6. <html class="ie ie8" lang="en-GB" xmlns:og="https://ogp.me/ns#" xmlns:fb="https://ogp.me/ns/fb#">
  7. <![endif]-->
  8. <!--[if !(IE 7) | !(IE 8) ]><!-->
  9. <html lang="en-GB" xmlns:og="https://ogp.me/ns#" xmlns:fb="https://ogp.me/ns/fb#">
  10. <!--<![endif]-->
  11. <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
  12. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  13. <link rel="profile" href="https://gmpg.org/xfn/11">
  14. <link rel="pingback" href="https://stealthgrowbox.eu/xmlrpc.php">
  15. <style>.tgpli-background-inited { background-image: none !important; }img[data-tgpli-image-inited] { display:none !important;visibility:hidden !important; }</style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  16. window.tgpLazyItemsOptions = {
  17. visibilityOffset: 0,
  18. desktopEnable: true,
  19. mobileEnable: true };
  20. window.tgpQueue = {
  21. nodes: [],
  22. add: function(id, data) {
  23. data = data || {};
  24. if (window.tgpLazyItems !== undefined) {
  25. if (this.nodes.length > 0) {
  26. window.tgpLazyItems.addNodes(this.flushNodes());
  27. }
  28. window.tgpLazyItems.addNode({
  29. node: document.getElementById(id),
  30. data: data
  31. });
  32. } else {
  33. this.nodes.push({
  34. node: document.getElementById(id),
  35. data: data
  36. });
  37. }
  38. },
  39. flushNodes: function() {
  40. return this.nodes.splice(0, this.nodes.length);
  41. }
  42. };
  43. </script>
  44. <script data-minify="1" type="text/javascript" async src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-pagespeed-lazy-items.js?ver=1731245212"></script>    <style>
  45.        #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before {
  46.            content: "\f103";
  47.            color: red;
  48.            top: 2px;
  49.        }
  50.    </style>
  51. <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  52. <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
  53. <link rel='preload' href='https://stealthgrowbox.eu/wp-content/uploads/2021/11/stealth-grow-box.jpg' as='image' crossorigin>
  54.  
  55. <!-- This site is optimized with the Yoast SEO plugin v24.6 - https://yoast.com/wordpress/plugins/seo/ -->
  56. <title>Grow box | Stealth cabinets for Indoor growing | Best in Europe |</title><link rel="stylesheet" href="https://stealthgrowbox.eu/wp-content/cache/min/1/c987b495540c9e1911f839d7ace69d8b.css" media="all" data-minify="1" />
  57. <meta name="description" content="Get the best grow box in Europe | Start growing your plants, herbs or vegetables indoors. An Automated grow box that fits your needs!" />
  58. <link rel="canonical" href="https://stealthgrowbox.eu/" />
  59. <meta property="og:locale" content="en_GB" />
  60. <meta property="og:type" content="website" />
  61. <meta property="og:title" content="Grow box | Stealth cabinets for Indoor growing | Best in Europe |" />
  62. <meta property="og:description" content="Get the best grow box in Europe | Start growing your plants, herbs or vegetables indoors. An Automated grow box that fits your needs!" />
  63. <meta property="og:url" content="https://stealthgrowbox.eu/" />
  64. <meta property="og:site_name" content="Grow box | Best Stealth Grow Cabinets &amp; Grow Tents | Europe" />
  65. <meta property="article:publisher" content="https://www.facebook.com/Stealthgrowbox.eu" />
  66. <meta property="article:modified_time" content="2023-10-22T14:27:17+00:00" />
  67. <meta property="og:image" content="https://stealthgrowbox.eu/wp-content/uploads/2020/10/stealth%20grow%20box%20cabinet%20leaving%20room.jpg" />
  68. <meta property="og:image:width" content="456" />
  69. <meta property="og:image:height" content="283" />
  70. <meta property="og:image:type" content="image/jpeg" />
  71. <meta name="twitter:card" content="summary_large_image" />
  72. <meta name="google-site-verification" content="google25a1288e48dd6e78" />
  73. <!-- / Yoast SEO plugin. -->
  74.  
  75.  
  76.  
  77.  
  78. <!-- This site uses the Google Analytics by MonsterInsights plugin v9.5.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
  79. <script type="rocketlazyloadscript" src="//www.googletagmanager.com/gtag/js?id=G-7K7ZF6CME8"  data-cfasync="false" data-wpfc-render="false" data-rocket-type="text/javascript" async></script>
  80. <script type="rocketlazyloadscript" data-cfasync="false" data-wpfc-render="false" data-rocket-type="text/javascript">
  81. var mi_version = '9.5.2';
  82. var mi_track_user = true;
  83. var mi_no_track_reason = '';
  84. var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/stealthgrowbox.eu\/"};
  85. if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
  86. var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
  87. } else {
  88. var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
  89. }
  90.  
  91. var disableStrs = [
  92. 'ga-disable-G-7K7ZF6CME8',
  93. ];
  94.  
  95. /* Function to detect opted out users */
  96. function __gtagTrackerIsOptedOut() {
  97. for (var index = 0; index < disableStrs.length; index++) {
  98. if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
  99. return true;
  100. }
  101. }
  102.  
  103. return false;
  104. }
  105.  
  106. /* Disable tracking if the opt-out cookie exists. */
  107. if (__gtagTrackerIsOptedOut()) {
  108. for (var index = 0; index < disableStrs.length; index++) {
  109. window[disableStrs[index]] = true;
  110. }
  111. }
  112.  
  113. /* Opt-out function */
  114. function __gtagTrackerOptout() {
  115. for (var index = 0; index < disableStrs.length; index++) {
  116. document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
  117. window[disableStrs[index]] = true;
  118. }
  119. }
  120.  
  121. if ('undefined' === typeof gaOptout) {
  122. function gaOptout() {
  123. __gtagTrackerOptout();
  124. }
  125. }
  126. window.dataLayer = window.dataLayer || [];
  127.  
  128. window.MonsterInsightsDualTracker = {
  129. helpers: {},
  130. trackers: {},
  131. };
  132. if (mi_track_user) {
  133. function __gtagDataLayer() {
  134. dataLayer.push(arguments);
  135. }
  136.  
  137. function __gtagTracker(type, name, parameters) {
  138. if (!parameters) {
  139. parameters = {};
  140. }
  141.  
  142. if (parameters.send_to) {
  143. __gtagDataLayer.apply(null, arguments);
  144. return;
  145. }
  146.  
  147. if (type === 'event') {
  148. parameters.send_to = monsterinsights_frontend.v4_id;
  149. var hookName = name;
  150. if (typeof parameters['event_category'] !== 'undefined') {
  151. hookName = parameters['event_category'] + ':' + name;
  152. }
  153.  
  154. if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
  155. MonsterInsightsDualTracker.trackers[hookName](parameters);
  156. } else {
  157. __gtagDataLayer('event', name, parameters);
  158. }
  159. } else {
  160. __gtagDataLayer.apply(null, arguments);
  161. }
  162. }
  163.  
  164. __gtagTracker('js', new Date());
  165. __gtagTracker('set', {
  166. 'developer_id.dZGIzZG': true,
  167. });
  168. if ( MonsterInsightsLocations.page_location ) {
  169. __gtagTracker('set', MonsterInsightsLocations);
  170. }
  171. __gtagTracker('config', 'G-7K7ZF6CME8', {"forceSSL":"true","link_attribution":"true"} );
  172. window.gtag = __gtagTracker; (function () {
  173. /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
  174. /* ga and __gaTracker compatibility shim. */
  175. var noopfn = function () {
  176. return null;
  177. };
  178. var newtracker = function () {
  179. return new Tracker();
  180. };
  181. var Tracker = function () {
  182. return null;
  183. };
  184. var p = Tracker.prototype;
  185. p.get = noopfn;
  186. p.set = noopfn;
  187. p.send = function () {
  188. var args = Array.prototype.slice.call(arguments);
  189. args.unshift('send');
  190. __gaTracker.apply(null, args);
  191. };
  192. var __gaTracker = function () {
  193. var len = arguments.length;
  194. if (len === 0) {
  195. return;
  196. }
  197. var f = arguments[len - 1];
  198. if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
  199. if ('send' === arguments[0]) {
  200. var hitConverted, hitObject = false, action;
  201. if ('event' === arguments[1]) {
  202. if ('undefined' !== typeof arguments[3]) {
  203. hitObject = {
  204. 'eventAction': arguments[3],
  205. 'eventCategory': arguments[2],
  206. 'eventLabel': arguments[4],
  207. 'value': arguments[5] ? arguments[5] : 1,
  208. }
  209. }
  210. }
  211. if ('pageview' === arguments[1]) {
  212. if ('undefined' !== typeof arguments[2]) {
  213. hitObject = {
  214. 'eventAction': 'page_view',
  215. 'page_path': arguments[2],
  216. }
  217. }
  218. }
  219. if (typeof arguments[2] === 'object') {
  220. hitObject = arguments[2];
  221. }
  222. if (typeof arguments[5] === 'object') {
  223. Object.assign(hitObject, arguments[5]);
  224. }
  225. if ('undefined' !== typeof arguments[1].hitType) {
  226. hitObject = arguments[1];
  227. if ('pageview' === hitObject.hitType) {
  228. hitObject.eventAction = 'page_view';
  229. }
  230. }
  231. if (hitObject) {
  232. action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
  233. hitConverted = mapArgs(hitObject);
  234. __gtagTracker('event', action, hitConverted);
  235. }
  236. }
  237. return;
  238. }
  239.  
  240. function mapArgs(args) {
  241. var arg, hit = {};
  242. var gaMap = {
  243. 'eventCategory': 'event_category',
  244. 'eventAction': 'event_action',
  245. 'eventLabel': 'event_label',
  246. 'eventValue': 'event_value',
  247. 'nonInteraction': 'non_interaction',
  248. 'timingCategory': 'event_category',
  249. 'timingVar': 'name',
  250. 'timingValue': 'value',
  251. 'timingLabel': 'event_label',
  252. 'page': 'page_path',
  253. 'location': 'page_location',
  254. 'title': 'page_title',
  255. 'referrer' : 'page_referrer',
  256. };
  257. for (arg in args) {
  258. if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
  259. hit[gaMap[arg]] = args[arg];
  260. } else {
  261. hit[arg] = args[arg];
  262. }
  263. }
  264. return hit;
  265. }
  266.  
  267. try {
  268. f.hitCallback();
  269. } catch (ex) {
  270. }
  271. };
  272. __gaTracker.create = newtracker;
  273. __gaTracker.getByName = newtracker;
  274. __gaTracker.getAll = function () {
  275. return [];
  276. };
  277. __gaTracker.remove = noopfn;
  278. __gaTracker.loaded = true;
  279. window['__gaTracker'] = __gaTracker;
  280. })();
  281. } else {
  282. console.log("");
  283. (function () {
  284. function __gtagTracker() {
  285. return null;
  286. }
  287.  
  288. window['__gtagTracker'] = __gtagTracker;
  289. window['gtag'] = __gtagTracker;
  290. })();
  291. }
  292. </script>
  293. <!-- / Google Analytics by MonsterInsights -->
  294. <style id='thegem-preloader-inline-css' type='text/css'>
  295.  
  296. body:not(.compose-mode) .gem-icon-style-gradient span,
  297. body:not(.compose-mode) .gem-icon .gem-icon-half-1,
  298. body:not(.compose-mode) .gem-icon .gem-icon-half-2 {
  299. opacity: 0 !important;
  300. }
  301. </style>
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310. <style id='thegem-custom-inline-css' type='text/css'>
  311. .vc_custom_1590498707140{margin-bottom: 0px !important;background-color: #2c2e3d !important;}
  312. body .page-title-block .breadcrumbs-container{ text-align: center;}.page-breadcrumbs ul li a,.page-breadcrumbs ul li:not(:last-child):after{ color: #99A9B5FF;}.page-breadcrumbs ul li{ color: #3C3950FF;}.page-breadcrumbs ul li a:hover{ color: #3C3950FF;}.block-content {padding-top: 0px;}.block-content:last-of-type {padding-bottom: 30px;}.gem-slideshow,.slideshow-preloader {}#top-area { display: block;}.header-background:before { opacity: 0.44;}@media (max-width: 991px) {#page-title {padding-top: 80px;padding-bottom: 80px;}.page-title-inner, body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {padding-top: 4px;}.block-content:last-of-type {}#top-area { display: block;}}@media (max-width: 767px) {#page-title {padding-top: 80px;padding-bottom: 80px;}.page-title-inner,body .breadcrumbs{padding-left: 0px;padding-right: 0px;}.page-title-excerpt {margin-top: 18px;}#page-title .page-title-title {margin-top: 0px;}.block-content {padding-top: 4px;}.block-content:last-of-type {}#top-area { display: block;}}
  313. </style>
  314.  
  315.  
  316.  
  317. <style id='classic-theme-styles-inline-css' type='text/css'>
  318. /*! This file is auto-generated */
  319. .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
  320. </style>
  321. <style id='global-styles-inline-css' type='text/css'>
  322. :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  323. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  324. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  325. :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
  326. </style>
  327.  
  328.  
  329. <style id='woocommerce-inline-inline-css' type='text/css'>
  330. .woocommerce form .form-row .required { visibility: visible; }
  331. </style>
  332.  
  333.  
  334.  
  335.  
  336. <style id='rocket-lazyload-inline-css' type='text/css'>
  337. .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://stealthgrowbox.eu/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
  338. </style>
  339. <script type="rocketlazyloadscript" data-rocket-type="text/javascript">function fullHeightRow() {
  340. var fullHeight,
  341. offsetTop,
  342. element = document.getElementsByClassName('vc_row-o-full-height')[0];
  343. if (element) {
  344. fullHeight = window.innerHeight;
  345. offsetTop = window.pageYOffset + element.getBoundingClientRect().top;
  346. if (offsetTop < fullHeight) {
  347. fullHeight = 100 - offsetTop / (fullHeight / 100);
  348. element.style.minHeight = fullHeight + 'vh'
  349. }
  350. }
  351. }</script><script type="text/javascript" id="cookie-law-info-js-extra">
  352. /* <![CDATA[ */
  353. var _ckyConfig = {"_ipData":[],"_assetsURL":"https:\/\/stealthgrowbox.eu\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/","_publicURL":"https:\/\/stealthgrowbox.eu","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"box","preferenceCenterType":"popup","position":"bottom-left","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":true,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#227708"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":false,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},"auditTable":{"status":true},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.2.8","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863dc","border-color":"#1863dc"}},{"tag":"reject-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"#1863dc"}},{"tag":"settings-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"#1863dc"}},{"tag":"readmore-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863dc","background-color":"transparent","border-color":"transparent"}},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863dc","border-color":"#1863dc"}},{"tag":"revisit-consent","styles":{"background-color":"#227708"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\"#\" class=\"cky-policy\" aria-label=\"Cookie Policy\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\">Cookie Policy<\/a>","tag":"readmore-button","status":false,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\">Show more<\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\">Show less<\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"><p class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\">Please accept cookies to access this content<\/p><\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]};
  354. var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: auto; height: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: auto; width: auto; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"};
  355. /* ]]> */
  356. </script>
  357. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.2.8" id="cookie-law-info-js" defer></script>
  358. <!--[if lt IE 9]>
  359. <script type="text/javascript" src="https://stealthgrowbox.eu/wp-content/themes/thegem/js/html5.js?ver=5.10.3.1" id="html5-js"></script>
  360. <![endif]-->
  361. <script type="text/javascript" src="https://stealthgrowbox.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
  362. <script type="text/javascript" src="https://stealthgrowbox.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
  363. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.5.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
  364. <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
  365. var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/stealthgrowbox.eu","hash_tracking":"false","v4_id":"G-7K7ZF6CME8"};/* ]]> */
  366. </script>
  367. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/plugins/wonderplugin-video-embed/engine/wonderpluginvideoembed.js?ver=1731245212" id="wonderplugin-videoembed-script-js" defer></script>
  368. <script type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.7.1" id="jquery-blockui-js" data-wp-strategy="defer"></script>
  369. <script type="text/javascript" id="wc-add-to-cart-js-extra">
  370. /* <![CDATA[ */
  371. var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/stealthgrowbox.eu\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
  372. /* ]]> */
  373. </script>
  374. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.7.1" id="wc-add-to-cart-js" data-wp-strategy="defer" defer></script>
  375. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.7.1" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
  376. <script type="text/javascript" id="woocommerce-js-extra">
  377. /* <![CDATA[ */
  378. var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
  379. /* ]]> */
  380. </script>
  381. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.7.1" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
  382. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=1731245212" id="vc_woocommerce-add-to-cart-js-js" defer></script>
  383. <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://stealthgrowbox.eu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://stealthgrowbox.eu/wp-json/wp/v2/pages/16017" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://stealthgrowbox.eu/xmlrpc.php?rsd" />
  384. <meta name="generator" content="WordPress 6.8.1" />
  385. <meta name="generator" content="Everest Forms 3.1.0" />
  386. <meta name="generator" content="WooCommerce 9.7.1" />
  387.  
  388. <!-- Affiliates Manager plugin v2.9.44 - https://wpaffiliatemanager.com/ -->
  389. <style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
  390. <!-- Schema & Structured Data For WP v1.42 - -->
  391. <script type="application/ld+json" class="saswp-schema-markup-output">
  392. [{"@context":"https:\/\/schema.org\/","@type":"WebSite","@id":"https:\/\/stealthgrowbox.eu#website","headline":"Grow box | Best Stealth Grow Cabinets &amp; Grow Tents | Europe","name":"Grow box | Best Stealth Grow Cabinets &amp; Grow Tents | Europe","description":"Get the best grow box in Europe | Start growing your plants, herbs or vegetables indoors. An Automated grow box that fits your needs!","url":"https:\/\/stealthgrowbox.eu"},
  393.  
  394. {"@context":"https:\/\/schema.org\/","@type":"Corporation","@id":"https:\/\/stealthgrowbox.eu#Organization","name":"Stealthgrowbox.co.uk","url":"https:\/\/stealthgrowbox.eu","sameAs":[],"logo":{"@type":"ImageObject","url":"https:\/\/stealthgrowbox.eu\/wp-content\/uploads\/2021\/02\/Stealthgrowbox.co_.uk-logo2-Custom.png","width":"90","height":"90"},"contactPoint":{"@type":"ContactPoint","contactType":"customer support","telephone":"","url":"https:\/\/stealthgrowbox.eu\/contact\/"}}]
  395. </script>
  396.  
  397. <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
  398. <style data-type="vc_custom-css">@media (max-width: 1199px) {
  399. .wpb_row { margin-top: 0; }
  400. .wpb_row > * { margin-top: 0; }
  401. }
  402. @media (max-width: 1199px) {
  403. .row { margin-top: 0; }
  404. .row > * { margin-top: 0; }
  405. }
  406. /*.site-footer, .menu-item-language{ display: none !important; }*/
  407. #site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) #top-area{ border-bottom: 1px solid #fff !important; border-top: 0; }
  408. body .top-area, body #site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) #top-area { background: #f8f5f2 !important; }
  409. .top-area, .top-area a { color: #838383; }
  410. .top-area .gem-button { background: #d7b398; }
  411. #site-header.fixed.shrink .top-area{ display: none; }
  412. @media(max-width: 1025px){ .top-area-alignment-center .top-area-items{ text-align: left; } }
  413. .product .onsale,
  414. .products .product-info .rating-empty{ background: #d7b398; }
  415. .products .product-bottom .add_to_cart_button,
  416. .products .product-bottom .bottom-product-link,
  417. .products .product-bottom .add_to_wishlist,
  418. body .woocommerce .star-rating span:before,
  419. body .woocommerce-page .star-rating span:before,
  420. .products .product-info .price .amount{ color: #d7b398; }
  421. body .woocommerce .star-rating:before,
  422. body .woocommerce-page .star-rating:before{ color: #e0e0e0; }
  423. body .products .product-info .product-title a,
  424. body .justified-style-2 .entry-title.title-h4 a,
  425. body .justified-style-2 .post-meta-conteiner{ color: #000; }
  426. .justified-style-2 .post-content-wrapper{ background: #fff; }
  427. body .post-text, body .comments-link a, body .zilla-likes{ color: #9e9e9e; }
  428. body .justified-style-2 .gem-button{ background: #cecece; }
  429. body .justified-style-2 .gem-button.gem-button-style-outline{ border-color: #d7b398; background: #d7b398; color: #fff;}
  430. body .justified-style-2 .gem-button.gem-button-style-outline:hover{ border-color: #212121; background: #212121; color: #fff;}
  431.  
  432. .gem-prev:after, .gem-next:after{background: #d7b398 !important; }
  433.  
  434. .quickfinder-item-image{ display: none; }
  435. .quickfinder-style-classic.quickfinder-binded,.quickfinder-style-classic.quickfinder-binded .quickfinder-item{margin: 0; padding: 0;}
  436. .quickfinder-style-classic.quickfinder-binded .quickfinder-item-box{ padding: 280px 60px 40px; }
  437. .quickfinder-style-classic.quickfinder-binded .quickfinder-item-title{ font-family: 'Montserrat UltraLight'; font-weight: 300; color: #000; text-align: left; }
  438. .vc_tta-tabs .fullwidth-block.clearfix {left: 0 !Important;}
  439. .vc_tta-tabs.vc_tta-has-pagination .vc_pagination{ margin-top: -200px; z-index: 1; text-align: right; margin-right: 21%;}
  440. @media(max-width: 769px){ .vc_tta-tabs.vc_tta-has-pagination .vc_pagination{ margin-right: 10%;} }
  441. @media(max-width: 480px){ .vc_tta-tabs.vc_tta-has-pagination .vc_pagination{ margin-top: -470px; margin-right: 0; text-align:center;} }
  442. .vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger{ background: #eeeae9; border: 2px solid #d7B398; }
  443. .vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger:hover{ background: #d7B398; }
  444. .vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_active .vc_pagination-trigger{ background: #d7B398; }
  445. .evc-predefined-style .evc-shortcode h1 {
  446.    font-size: 30px;
  447. }
  448.  
  449. .gem-testimonial-image{
  450.    display:none;
  451. }</style><script type="rocketlazyloadscript" id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/5b852708ea37e8dc4c48d53d2/2bece4d218056f285f6acb7f8.js");</script>
  452.  
  453. <!-- Global site tag (gtag.js) - Google Ads: 994154961 -->
  454. <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=AW-994154961"></script>
  455. <script type="rocketlazyloadscript">
  456.  window.dataLayer = window.dataLayer || [];
  457.  function gtag(){dataLayer.push(arguments);}
  458.  gtag('js', new Date());
  459.  
  460.  gtag('config', 'AW-994154961');
  461. </script>
  462.  
  463.  
  464. <style class='wp-fonts-local' type='text/css'>
  465. @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;}
  466. @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');}
  467. </style>
  468. <link rel="icon" href="https://stealthgrowbox.eu/wp-content/uploads/2021/06/Untitled-design-6-1.png" sizes="32x32" />
  469. <link rel="icon" href="https://stealthgrowbox.eu/wp-content/uploads/2021/06/Untitled-design-6-1.png" sizes="192x192" />
  470. <link rel="apple-touch-icon" href="https://stealthgrowbox.eu/wp-content/uploads/2021/06/Untitled-design-6-1.png" />
  471. <meta name="msapplication-TileImage" content="https://stealthgrowbox.eu/wp-content/uploads/2021/06/Untitled-design-6-1.png" />
  472. <script type="rocketlazyloadscript">if(document.querySelector('[data-type="vc_custom-css"]')) {document.head.appendChild(document.querySelector('[data-type="vc_custom-css"]'));}</script> <style type="text/css" id="wp-custom-css">
  473. .product .product-labels, .products .product-inner:hover .product-image img.woo-product-hover {
  474. display:none;
  475. }
  476.  
  477. #gt_lightbox span {color:#333!important}
  478. @media screen and (max-width: 768px) {
  479. .gt_languages {column-count:1!important}
  480. .gt_white_content {width:90% !important;height:80%! important;margin:0 !important;}
  481. #gt_lightbox {top:5% !important;left:5% !important;}
  482. }
  483. @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  484. .gt_languages {column-count:3 !important}
  485. .gt_white_content {width:90% !important;height:80%! important;margin:0 !important;}
  486. #gt_lightbox {top:5% !important;left:5% !important;}
  487. }
  488.  
  489. </style>
  490. <!-- Fonts Plugin CSS - https://fontsplugin.com/ -->
  491. <style>
  492. /* Cached: May 12, 2025 at 12:12pm */
  493. /* cyrillic-ext */
  494. @font-face {
  495.  font-family: 'Merriweather';
  496.  font-style: italic;
  497.  font-weight: 300;
  498.  font-stretch: 100%;
  499.  font-display: swap;
  500.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-adrHOm7iHDF1wL.woff2) format('woff2');
  501.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  502. }
  503. /* cyrillic */
  504. @font-face {
  505.  font-family: 'Merriweather';
  506.  font-style: italic;
  507.  font-weight: 300;
  508.  font-stretch: 100%;
  509.  font-display: swap;
  510.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF--drHOm7iHDF1wL.woff2) format('woff2');
  511.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  512. }
  513. /* vietnamese */
  514. @font-face {
  515.  font-family: 'Merriweather';
  516.  font-style: italic;
  517.  font-weight: 300;
  518.  font-stretch: 100%;
  519.  font-display: swap;
  520.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-SdrHOm7iHDF1wL.woff2) format('woff2');
  521.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  522. }
  523. /* latin-ext */
  524. @font-face {
  525.  font-family: 'Merriweather';
  526.  font-style: italic;
  527.  font-weight: 300;
  528.  font-stretch: 100%;
  529.  font-display: swap;
  530.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-WdrHOm7iHDF1wL.woff2) format('woff2');
  531.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  532. }
  533. /* latin */
  534. @font-face {
  535.  font-family: 'Merriweather';
  536.  font-style: italic;
  537.  font-weight: 300;
  538.  font-stretch: 100%;
  539.  font-display: swap;
  540.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrHOm7iHDFw.woff2) format('woff2');
  541.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  542. }
  543. /* cyrillic-ext */
  544. @font-face {
  545.  font-family: 'Merriweather';
  546.  font-style: italic;
  547.  font-weight: 400;
  548.  font-stretch: 100%;
  549.  font-display: swap;
  550.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-adrHOm7iHDF1wL.woff2) format('woff2');
  551.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  552. }
  553. /* cyrillic */
  554. @font-face {
  555.  font-family: 'Merriweather';
  556.  font-style: italic;
  557.  font-weight: 400;
  558.  font-stretch: 100%;
  559.  font-display: swap;
  560.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF--drHOm7iHDF1wL.woff2) format('woff2');
  561.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  562. }
  563. /* vietnamese */
  564. @font-face {
  565.  font-family: 'Merriweather';
  566.  font-style: italic;
  567.  font-weight: 400;
  568.  font-stretch: 100%;
  569.  font-display: swap;
  570.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-SdrHOm7iHDF1wL.woff2) format('woff2');
  571.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  572. }
  573. /* latin-ext */
  574. @font-face {
  575.  font-family: 'Merriweather';
  576.  font-style: italic;
  577.  font-weight: 400;
  578.  font-stretch: 100%;
  579.  font-display: swap;
  580.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-WdrHOm7iHDF1wL.woff2) format('woff2');
  581.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  582. }
  583. /* latin */
  584. @font-face {
  585.  font-family: 'Merriweather';
  586.  font-style: italic;
  587.  font-weight: 400;
  588.  font-stretch: 100%;
  589.  font-display: swap;
  590.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrHOm7iHDFw.woff2) format('woff2');
  591.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  592. }
  593. /* cyrillic-ext */
  594. @font-face {
  595.  font-family: 'Merriweather';
  596.  font-style: italic;
  597.  font-weight: 700;
  598.  font-stretch: 100%;
  599.  font-display: swap;
  600.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-adrHOm7iHDF1wL.woff2) format('woff2');
  601.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  602. }
  603. /* cyrillic */
  604. @font-face {
  605.  font-family: 'Merriweather';
  606.  font-style: italic;
  607.  font-weight: 700;
  608.  font-stretch: 100%;
  609.  font-display: swap;
  610.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF--drHOm7iHDF1wL.woff2) format('woff2');
  611.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  612. }
  613. /* vietnamese */
  614. @font-face {
  615.  font-family: 'Merriweather';
  616.  font-style: italic;
  617.  font-weight: 700;
  618.  font-stretch: 100%;
  619.  font-display: swap;
  620.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-SdrHOm7iHDF1wL.woff2) format('woff2');
  621.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  622. }
  623. /* latin-ext */
  624. @font-face {
  625.  font-family: 'Merriweather';
  626.  font-style: italic;
  627.  font-weight: 700;
  628.  font-stretch: 100%;
  629.  font-display: swap;
  630.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-WdrHOm7iHDF1wL.woff2) format('woff2');
  631.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  632. }
  633. /* latin */
  634. @font-face {
  635.  font-family: 'Merriweather';
  636.  font-style: italic;
  637.  font-weight: 700;
  638.  font-stretch: 100%;
  639.  font-display: swap;
  640.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrHOm7iHDFw.woff2) format('woff2');
  641.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  642. }
  643. /* cyrillic-ext */
  644. @font-face {
  645.  font-family: 'Merriweather';
  646.  font-style: italic;
  647.  font-weight: 900;
  648.  font-stretch: 100%;
  649.  font-display: swap;
  650.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-adrHOm7iHDF1wL.woff2) format('woff2');
  651.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  652. }
  653. /* cyrillic */
  654. @font-face {
  655.  font-family: 'Merriweather';
  656.  font-style: italic;
  657.  font-weight: 900;
  658.  font-stretch: 100%;
  659.  font-display: swap;
  660.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF--drHOm7iHDF1wL.woff2) format('woff2');
  661.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  662. }
  663. /* vietnamese */
  664. @font-face {
  665.  font-family: 'Merriweather';
  666.  font-style: italic;
  667.  font-weight: 900;
  668.  font-stretch: 100%;
  669.  font-display: swap;
  670.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-SdrHOm7iHDF1wL.woff2) format('woff2');
  671.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  672. }
  673. /* latin-ext */
  674. @font-face {
  675.  font-family: 'Merriweather';
  676.  font-style: italic;
  677.  font-weight: 900;
  678.  font-stretch: 100%;
  679.  font-display: swap;
  680.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-WdrHOm7iHDF1wL.woff2) format('woff2');
  681.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  682. }
  683. /* latin */
  684. @font-face {
  685.  font-family: 'Merriweather';
  686.  font-style: italic;
  687.  font-weight: 900;
  688.  font-stretch: 100%;
  689.  font-display: swap;
  690.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrHOm7iHDFw.woff2) format('woff2');
  691.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  692. }
  693. /* cyrillic-ext */
  694. @font-face {
  695.  font-family: 'Merriweather';
  696.  font-style: normal;
  697.  font-weight: 300;
  698.  font-stretch: 100%;
  699.  font-display: swap;
  700.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqnJ-mXrVGjziHTFw.woff2) format('woff2');
  701.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  702. }
  703. /* cyrillic */
  704. @font-face {
  705.  font-family: 'Merriweather';
  706.  font-style: normal;
  707.  font-weight: 300;
  708.  font-stretch: 100%;
  709.  font-display: swap;
  710.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSequJ-mXrVGjziHTFw.woff2) format('woff2');
  711.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  712. }
  713. /* vietnamese */
  714. @font-face {
  715.  font-family: 'Merriweather';
  716.  font-style: normal;
  717.  font-weight: 300;
  718.  font-stretch: 100%;
  719.  font-display: swap;
  720.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqlJ-mXrVGjziHTFw.woff2) format('woff2');
  721.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  722. }
  723. /* latin-ext */
  724. @font-face {
  725.  font-family: 'Merriweather';
  726.  font-style: normal;
  727.  font-weight: 300;
  728.  font-stretch: 100%;
  729.  font-display: swap;
  730.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqkJ-mXrVGjziHTFw.woff2) format('woff2');
  731.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  732. }
  733. /* latin */
  734. @font-face {
  735.  font-family: 'Merriweather';
  736.  font-style: normal;
  737.  font-weight: 300;
  738.  font-stretch: 100%;
  739.  font-display: swap;
  740.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXrVGjziE.woff2) format('woff2');
  741.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  742. }
  743. /* cyrillic-ext */
  744. @font-face {
  745.  font-family: 'Merriweather';
  746.  font-style: normal;
  747.  font-weight: 400;
  748.  font-stretch: 100%;
  749.  font-display: swap;
  750.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqnJ-mXrVGjziHTFw.woff2) format('woff2');
  751.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  752. }
  753. /* cyrillic */
  754. @font-face {
  755.  font-family: 'Merriweather';
  756.  font-style: normal;
  757.  font-weight: 400;
  758.  font-stretch: 100%;
  759.  font-display: swap;
  760.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSequJ-mXrVGjziHTFw.woff2) format('woff2');
  761.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  762. }
  763. /* vietnamese */
  764. @font-face {
  765.  font-family: 'Merriweather';
  766.  font-style: normal;
  767.  font-weight: 400;
  768.  font-stretch: 100%;
  769.  font-display: swap;
  770.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqlJ-mXrVGjziHTFw.woff2) format('woff2');
  771.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  772. }
  773. /* latin-ext */
  774. @font-face {
  775.  font-family: 'Merriweather';
  776.  font-style: normal;
  777.  font-weight: 400;
  778.  font-stretch: 100%;
  779.  font-display: swap;
  780.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqkJ-mXrVGjziHTFw.woff2) format('woff2');
  781.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  782. }
  783. /* latin */
  784. @font-face {
  785.  font-family: 'Merriweather';
  786.  font-style: normal;
  787.  font-weight: 400;
  788.  font-stretch: 100%;
  789.  font-display: swap;
  790.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXrVGjziE.woff2) format('woff2');
  791.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  792. }
  793. /* cyrillic-ext */
  794. @font-face {
  795.  font-family: 'Merriweather';
  796.  font-style: normal;
  797.  font-weight: 700;
  798.  font-stretch: 100%;
  799.  font-display: swap;
  800.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqnJ-mXrVGjziHTFw.woff2) format('woff2');
  801.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  802. }
  803. /* cyrillic */
  804. @font-face {
  805.  font-family: 'Merriweather';
  806.  font-style: normal;
  807.  font-weight: 700;
  808.  font-stretch: 100%;
  809.  font-display: swap;
  810.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSequJ-mXrVGjziHTFw.woff2) format('woff2');
  811.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  812. }
  813. /* vietnamese */
  814. @font-face {
  815.  font-family: 'Merriweather';
  816.  font-style: normal;
  817.  font-weight: 700;
  818.  font-stretch: 100%;
  819.  font-display: swap;
  820.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqlJ-mXrVGjziHTFw.woff2) format('woff2');
  821.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  822. }
  823. /* latin-ext */
  824. @font-face {
  825.  font-family: 'Merriweather';
  826.  font-style: normal;
  827.  font-weight: 700;
  828.  font-stretch: 100%;
  829.  font-display: swap;
  830.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqkJ-mXrVGjziHTFw.woff2) format('woff2');
  831.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  832. }
  833. /* latin */
  834. @font-face {
  835.  font-family: 'Merriweather';
  836.  font-style: normal;
  837.  font-weight: 700;
  838.  font-stretch: 100%;
  839.  font-display: swap;
  840.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXrVGjziE.woff2) format('woff2');
  841.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  842. }
  843. /* cyrillic-ext */
  844. @font-face {
  845.  font-family: 'Merriweather';
  846.  font-style: normal;
  847.  font-weight: 900;
  848.  font-stretch: 100%;
  849.  font-display: swap;
  850.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqnJ-mXrVGjziHTFw.woff2) format('woff2');
  851.  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  852. }
  853. /* cyrillic */
  854. @font-face {
  855.  font-family: 'Merriweather';
  856.  font-style: normal;
  857.  font-weight: 900;
  858.  font-stretch: 100%;
  859.  font-display: swap;
  860.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSequJ-mXrVGjziHTFw.woff2) format('woff2');
  861.  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  862. }
  863. /* vietnamese */
  864. @font-face {
  865.  font-family: 'Merriweather';
  866.  font-style: normal;
  867.  font-weight: 900;
  868.  font-stretch: 100%;
  869.  font-display: swap;
  870.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqlJ-mXrVGjziHTFw.woff2) format('woff2');
  871.  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  872. }
  873. /* latin-ext */
  874. @font-face {
  875.  font-family: 'Merriweather';
  876.  font-style: normal;
  877.  font-weight: 900;
  878.  font-stretch: 100%;
  879.  font-display: swap;
  880.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqkJ-mXrVGjziHTFw.woff2) format('woff2');
  881.  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  882. }
  883. /* latin */
  884. @font-face {
  885.  font-family: 'Merriweather';
  886.  font-style: normal;
  887.  font-weight: 900;
  888.  font-stretch: 100%;
  889.  font-display: swap;
  890.  src: url(https://fonts.gstatic.com/s/merriweather/v31/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-mXrVGjziE.woff2) format('woff2');
  891.  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  892. }
  893.  
  894. :root {
  895. --font-base: Merriweather;
  896. --font-headings: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  897. --font-input: Helvetica Neue, Helvetica, Arial, sans-serif;
  898. }
  899. body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer {
  900. font-family: "Merriweather";
  901. }
  902. #site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title, .elementor-heading-title {
  903. font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  904. }
  905. button, .button, input, select, textarea, .wp-block-button, .wp-block-button__link {
  906. font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  907. }
  908. </style>
  909. <!-- Fonts Plugin CSS -->
  910. <style type="text/css" data-type="vc_shortcodes-default-css">.vc_do_btn{margin-bottom:22px;}</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1697984483971{margin-top: 44px !important;margin-bottom: 0px !important;background: #fffcfc url(https://stealthgrowbox.eu/wp-content/uploads/2021/11/stealth-grow-box-plants.png?id=38960) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1588153532674{margin-bottom: 0px !important;}.vc_custom_1696982881646{margin-bottom: 0px !important;background-color: #fffcfc !important;}.vc_custom_1675557096602{background-color: rgba(244,244,244,0.28) !important;*background-color: rgb(244,244,244) !important;}.vc_custom_1622729756078{margin-bottom: 0px !important;}.vc_custom_1623006373225{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1697116815503{margin-bottom: 0px !important;background-color: rgba(224,224,224,0.26) !important;*background-color: rgb(224,224,224) !important;}.vc_custom_1644093710719{background-color: rgba(224,224,224,0.26) !important;*background-color: rgb(224,224,224) !important;}.vc_custom_1635843820472{margin-bottom: 0px !important;padding-bottom: 30px !important;}.vc_custom_1675905133869{margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 75px !important;background-color: #fcfcfc !important;}.vc_custom_1622742424680{background-color: rgba(255,255,255,0.86) !important;*background-color: rgb(255,255,255) !important;}.vc_custom_1697300385026{margin-bottom: 0px !important;padding-right: 100px !important;padding-left: 100px !important;}.vc_custom_1696981322464{margin-top: 5px !important;}.vc_custom_1587646939638{padding-top: 0px !important;}.vc_custom_1590580142736{margin-bottom: 0px !important;padding-top: 0px !important;}.vc_custom_1696984382583{margin-top: 0px !important;margin-bottom: 40px !important;}.vc_custom_1676023249517{margin-bottom: 0px !important;}.vc_custom_1637227898028{margin-bottom: 0px !important;}.vc_custom_1637227906708{margin-bottom: 0px !important;}.vc_custom_1675556696055{padding-top: 50px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1697116964940{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1587645970139{padding-top: 0px !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript>
  911. <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <link rel="preload" as="font" crossorigin="anonymous" type="font/woff" href="https://stealthgrowbox.eu/wp-content/themes/thegem/fonts/elegant/ElegantIcons.woff">
  912. </head>
  913.  
  914.  
  915. <body class="home wp-singular page-template-default page page-id-16017 wp-theme-thegem theme-thegem everest-forms-no-js woocommerce-no-js mobile-cart-position-top wpb-js-composer js-comp-ver-8.0 vc_responsive">
  916.  
  917.  
  918. <script type="text/javascript">
  919. var gemSettings = {"isTouch":"","forcedLasyDisabled":"","tabletPortrait":"1","tabletLandscape":"","topAreaMobileDisable":"","parallaxDisabled":"","fillTopArea":"","themePath":"https:\/\/stealthgrowbox.eu\/wp-content\/themes\/thegem","rootUrl":"https:\/\/stealthgrowbox.eu","mobileEffectsEnabled":"1","isRTL":""};
  920. (function() {
  921.    function isTouchDevice() {
  922.        return (('ontouchstart' in window) ||
  923.            (navigator.MaxTouchPoints > 0) ||
  924.            (navigator.msMaxTouchPoints > 0));
  925.    }
  926.  
  927.    window.gemSettings.isTouch = isTouchDevice();
  928.  
  929.    function userAgentDetection() {
  930.        var ua = navigator.userAgent.toLowerCase(),
  931.        platform = navigator.platform.toLowerCase(),
  932.        UA = ua.match(/(opera|ie|firefox|chrome|version)[\s\/:]([\w\d\.]+)?.*?(safari|version[\s\/:]([\w\d\.]+)|$)/) || [null, 'unknown', 0],
  933.        mode = UA[1] == 'ie' && document.documentMode;
  934.  
  935.        window.gemBrowser = {
  936.            name: (UA[1] == 'version') ? UA[3] : UA[1],
  937.            version: UA[2],
  938.            platform: {
  939.                name: ua.match(/ip(?:ad|od|hone)/) ? 'ios' : (ua.match(/(?:webos|android)/) || platform.match(/mac|win|linux/) || ['other'])[0]
  940.                }
  941.        };
  942.            }
  943.  
  944.    window.updateGemClientSize = function() {
  945.        if (window.gemOptions == null || window.gemOptions == undefined) {
  946.            window.gemOptions = {
  947.                first: false,
  948.                clientWidth: 0,
  949.                clientHeight: 0,
  950.                innerWidth: -1
  951.            };
  952.        }
  953.  
  954.        window.gemOptions.clientWidth = window.innerWidth || document.documentElement.clientWidth;
  955.        if (document.body != null && !window.gemOptions.clientWidth) {
  956.            window.gemOptions.clientWidth = document.body.clientWidth;
  957.        }
  958.  
  959.        window.gemOptions.clientHeight = window.innerHeight || document.documentElement.clientHeight;
  960.        if (document.body != null && !window.gemOptions.clientHeight) {
  961.            window.gemOptions.clientHeight = document.body.clientHeight;
  962.        }
  963.    };
  964.  
  965.    window.updateGemInnerSize = function(width) {
  966.        window.gemOptions.innerWidth = width != undefined ? width : (document.body != null ? document.body.clientWidth : 0);
  967.    };
  968.  
  969.    userAgentDetection();
  970.    window.updateGemClientSize(true);
  971.  
  972.    window.gemSettings.lasyDisabled = window.gemSettings.forcedLasyDisabled || (!window.gemSettings.mobileEffectsEnabled && (window.gemSettings.isTouch || window.gemOptions.clientWidth <= 800));
  973. })();
  974. (function() {
  975.    if (window.gemBrowser.name == 'safari') {
  976.        try {
  977.            var safariVersion = parseInt(window.gemBrowser.version);
  978.        } catch(e) {
  979.            var safariVersion = 0;
  980.        }
  981.        if (safariVersion >= 9) {
  982.            window.gemSettings.parallaxDisabled = true;
  983.            window.gemSettings.fillTopArea = true;
  984.        }
  985.    }
  986. })();
  987. (function() {
  988.    var fullwithData = {
  989.        page: null,
  990.        pageWidth: 0,
  991.        pageOffset: {},
  992.        fixVcRow: true,
  993.        pagePaddingLeft: 0
  994.    };
  995.  
  996.    function updateFullwidthData() {
  997.        fullwithData.pageOffset = fullwithData.page.getBoundingClientRect();
  998.        fullwithData.pageWidth = parseFloat(fullwithData.pageOffset.width);
  999.        fullwithData.pagePaddingLeft = 0;
  1000.  
  1001.        if (fullwithData.page.className.indexOf('vertical-header') != -1) {
  1002.            fullwithData.pagePaddingLeft = 45;
  1003.            if (fullwithData.pageWidth >= 1600) {
  1004.                fullwithData.pagePaddingLeft = 360;
  1005.            }
  1006.            if (fullwithData.pageWidth < 980) {
  1007.                fullwithData.pagePaddingLeft = 0;
  1008.            }
  1009.        }
  1010.    }
  1011.  
  1012.    function gem_fix_fullwidth_position(element) {
  1013.        if (element == null) {
  1014.            return false;
  1015.        }
  1016.  
  1017.        if (fullwithData.page == null) {
  1018.            fullwithData.page = document.getElementById('page');
  1019.            updateFullwidthData();
  1020.        }
  1021.  
  1022.        /*if (fullwithData.pageWidth < 1170) {
  1023.            return false;
  1024.        }*/
  1025.  
  1026.        if (!fullwithData.fixVcRow) {
  1027.            return false;
  1028.        }
  1029.  
  1030.        if (element.previousElementSibling != null && element.previousElementSibling != undefined && element.previousElementSibling.className.indexOf('fullwidth-block') == -1) {
  1031.            var elementParentViewportOffset = element.previousElementSibling.getBoundingClientRect();
  1032.        } else {
  1033.            var elementParentViewportOffset = element.parentNode.getBoundingClientRect();
  1034.        }
  1035.  
  1036.        /*if (elementParentViewportOffset.top > window.gemOptions.clientHeight) {
  1037.            fullwithData.fixVcRow = false;
  1038.            return false;
  1039.        }*/
  1040.  
  1041.        if (element.className.indexOf('vc_row') != -1) {
  1042.            var elementMarginLeft = -21;
  1043.            var elementMarginRight = -21;
  1044.        } else {
  1045.            var elementMarginLeft = 0;
  1046.            var elementMarginRight = 0;
  1047.        }
  1048.  
  1049.        var offset = parseInt(fullwithData.pageOffset.left + 0.5) - parseInt((elementParentViewportOffset.left < 0 ? 0 : elementParentViewportOffset.left) + 0.5) - elementMarginLeft + fullwithData.pagePaddingLeft;
  1050.        var offsetKey = window.gemSettings.isRTL ? 'right' : 'left';
  1051.  
  1052.        element.style.position = 'relative';
  1053.        element.style[offsetKey] = offset + 'px';
  1054.        element.style.width = fullwithData.pageWidth - fullwithData.pagePaddingLeft + 'px';
  1055.  
  1056.        if (element.className.indexOf('vc_row') == -1) {
  1057.            element.setAttribute('data-fullwidth-updated', 1);
  1058.        }
  1059.  
  1060.        if (element.className.indexOf('vc_row') != -1 && element.className.indexOf('vc_section') == -1 && !element.hasAttribute('data-vc-stretch-content')) {
  1061.            var el_full = element.parentNode.querySelector('.vc_row-full-width-before');
  1062.            var padding = -1 * offset;
  1063.            0 > padding && (padding = 0);
  1064.            var paddingRight = fullwithData.pageWidth - padding - el_full.offsetWidth + elementMarginLeft + elementMarginRight;
  1065.            0 > paddingRight && (paddingRight = 0);
  1066.            element.style.paddingLeft = padding + 'px';
  1067.            element.style.paddingRight = paddingRight + 'px';
  1068.        }
  1069.    }
  1070.  
  1071.    window.gem_fix_fullwidth_position = gem_fix_fullwidth_position;
  1072.  
  1073.    document.addEventListener('DOMContentLoaded', function() {
  1074.        var classes = [];
  1075.  
  1076.        if (window.gemSettings.isTouch) {
  1077.            document.body.classList.add('thegem-touch');
  1078.        }
  1079.  
  1080.        if (window.gemSettings.lasyDisabled && !window.gemSettings.forcedLasyDisabled) {
  1081.            document.body.classList.add('thegem-effects-disabled');
  1082.        }
  1083.    });
  1084.  
  1085.    if (window.gemSettings.parallaxDisabled) {
  1086.        var head  = document.getElementsByTagName('head')[0],
  1087.            link  = document.createElement('style');
  1088.        link.rel  = 'stylesheet';
  1089.        link.type = 'text/css';
  1090.        link.innerHTML = ".fullwidth-block.fullwidth-block-parallax-fixed .fullwidth-block-background { background-attachment: scroll !important; }";
  1091.        head.appendChild(link);
  1092.    }
  1093. })();
  1094.  
  1095. (function() {
  1096.    setTimeout(function() {
  1097.        var preloader = document.getElementById('page-preloader');
  1098.        if (preloader != null && preloader != undefined) {
  1099.            preloader.className += ' preloader-loaded';
  1100.        }
  1101.    }, window.pagePreloaderHideTime || 1000);
  1102. })();
  1103. </script>
  1104.  
  1105.  
  1106. <div id="page" class="layout-fullwidth header-style-1">
  1107.  
  1108. <div id="site-header-wrapper"  class="site-header-wrapper-transparent  " >
  1109. <div class="menu-overlay"></div>
  1110. <header id="site-header" class="site-header animated-header mobile-menu-layout-overlay" role="banner">
  1111. <div class="header-background">
  1112. <div class="container">
  1113. <div class="header-main logo-position-left header-layout-default header-style-1">
  1114. <div class="mobile-cart"><a href="https://stealthgrowbox.eu/cart/" class="minicart-menu-link temp empty circle-count"><span class="minicart-item-count">0</span></a></div><div class="mobile-minicart-overlay"></div> <div class="site-title">
  1115. <div class="site-logo" style="width:93px;">
  1116. <a href="https://stealthgrowbox.eu/" rel="home">
  1117. <span class="logo"><img width="93" height="93" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2093%2093'%3E%3C/svg%3E" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_1x.png 1x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_2x.png 2x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_3x.png 3x" alt="Grow box | Best Stealth Grow Cabinets &amp; Grow Tents | Europe" style="width:93px;" class="tgp-exclude default" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_1x.png"/><noscript><img width="93" height="93" src="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_1x.png" srcset="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_1x.png 1x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_2x.png 2x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_56ace6487a5aa13362e31df944a4d4fa_3x.png 3x" alt="Grow box | Best Stealth Grow Cabinets &amp; Grow Tents | Europe" style="width:93px;" class="tgp-exclude default"/></noscript><img width="60" height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2060'%3E%3C/svg%3E" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_1x.png 1x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_2x.png 2x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_3x.png 3x" alt="Grow box | Best Stealth Grow Cabinets &amp; Grow Tents | Europe" style="width:60px;" class="tgp-exclude small" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_1x.png"/><noscript><img width="60" height="60" src="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_1x.png" srcset="https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_1x.png 1x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_2x.png 2x,https://stealthgrowbox.eu/wp-content/uploads/thegem-logos/logo_0daf07c952765af1c6170c0e93a3f7d1_3x.png 3x" alt="Grow box | Best Stealth Grow Cabinets &amp; Grow Tents | Europe" style="width:60px;" class="tgp-exclude small"/></noscript></span>
  1118. </a>
  1119. </div>
  1120. </div>
  1121. <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
  1122. <button class="menu-toggle dl-trigger">Primary Menu<span class="menu-line-1"></span><span class="menu-line-2"></span><span class="menu-line-3"></span></button><div class="overlay-menu-wrapper"><div class="overlay-menu-table"><div class="overlay-menu-row"><div class="overlay-menu-cell"> <ul id="primary-menu" class="nav-menu styled no-responsive"><li id="menu-item-39548" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-16017 current_page_item menu-item-39548 megamenu-first-element menu-item-active"><a href="https://stealthgrowbox.eu/">Home</a></li>
  1123. <li id="menu-item-39550" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-39550 megamenu-first-element"><a href="https://stealthgrowbox.eu/product-category/grow-boxes/">Grow Boxes</a></li>
  1124. <li id="menu-item-39551" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-39551 megamenu-first-element"><a href="https://stealthgrowbox.eu/product-category/grow-tents/">Grow Tents</a></li>
  1125. <li id="menu-item-39549" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-39549 megamenu-first-element"><a href="https://stealthgrowbox.eu/product-category/grow-kits/">Grow Kits</a></li>
  1126. <li id="menu-item-39545" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39545 megamenu-first-element"><a href="https://stealthgrowbox.eu/design-your-own-custom-grow-box/">Custom Grow Box</a></li>
  1127. <li id="menu-item-39544" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39544 megamenu-first-element"><a href="https://stealthgrowbox.eu/contact-us-page/">Contact us</a></li>
  1128. <li class="menu-item menu-item-cart not-dlmenu"><a href="https://stealthgrowbox.eu/cart/" class="minicart-menu-link empty circle-count"><span class="minicart-item-count">0</span></a><div class="minicart"><div class="widget_shopping_cart_content"><div class="mobile-cart-header"><div class="mobile-cart-header-title title-h6">Basket</div><a class="mobile-cart-header-close" href="#"><span class="cart-close-line-1"></span><span class="cart-close-line-2"></span></a></div>
  1129.  
  1130. <ul class="woocommerce-mini-cart__empty-message woocommerce-mini-cart cart_list product_list_widget "><li class="empty">No products in the basket.</li></ul>
  1131.  
  1132.  
  1133. </div></div></li></ul> </div></div></div></div> </nav>
  1134. </div>
  1135. </div>
  1136. </div>
  1137. </header><!-- #site-header -->
  1138. </div><!-- #site-header-wrapper -->
  1139. <div id="main" class="site-main page__top-shadow visible">
  1140.  
  1141. <div id="main-content" class="main-content">
  1142.  
  1143.  
  1144. <div class="block-content no-top-margin">
  1145. <div class="container">
  1146. <div class="panel row">
  1147.  
  1148. <div class="panel-center col-xs-12">
  1149. <article id="post-16017" class="post-16017 page type-page status-publish has-post-thumbnail">
  1150.  
  1151. <div class="entry-content post-content">
  1152. <div class="wpb-content-wrapper"><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc1fba0" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1697984483971 thegem-custom-68224bbc1fb889805 vc_row-has-fill"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc1fba0")); }</script>
  1153. <style>
  1154. #vc_row-68224bbc1fba0 .separator{
  1155.    width: 133px;
  1156.    border-width: 2px;
  1157.    margin: 0 auto;
  1158. }
  1159. </style>
  1160. <div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc248e71462 disable-custom-paggings-mobile" ><div class="vc_column-inner thegem-custom-inner-68224bbc248e9 vc_custom_1697300385026"><div class="wpb_wrapper thegem-custom-68224bbc248e71462">
  1161. <div  class="wpb_single_image wpb_content_element vc_align_center" >
  1162. <figure class="wpb_wrapper vc_figure">
  1163. <a href="https://stealthgrowbox.eu/product-category/grow-boxes/" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="451" height="733" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20451%20733'%3E%3C/svg%3E" class="vc_single_image-img attachment-full" alt="Automated grow box for cannabis (where legal) and other herbs &amp; plants." title="Led Grow box cabinet" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png 185w, https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png 451w" data-lazy-sizes="(max-width: 451px) 100vw, 451px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png" /><noscript><img width="451" height="733" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png" class="vc_single_image-img attachment-full" alt="Automated grow box for cannabis (where legal) and other herbs &amp; plants." title="Led Grow box cabinet" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png 185w, https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png 451w" sizes="(max-width: 451px) 100vw, 451px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fa8d"  /><script>window.tgpQueue.add('tgpli-68224bbc4fa8d')</script><noscript><img width="451" height="733" src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png" class="vc_single_image-img attachment-full" alt="Automated grow box for cannabis (where legal) and other herbs &amp; plants." title="Led Grow box cabinet" srcset="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png 185w, https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png 451w" sizes="(max-width: 451px) 100vw, 451px" /></noscript></noscript></a>
  1164. </figure>
  1165. </div>
  1166.  
  1167. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc2672e4590"  >
  1168. <div class="wpb_wrapper">
  1169. <div class="title-h1" style="text-align: center;">Get the Best Grow Box in UK &amp; Europe</div>
  1170.  
  1171. </div>
  1172. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc2672e4590{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc2672e4590{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc2672e4590{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc2672e4590{position: relative !important;}}</style>
  1173. </div>
  1174.  
  1175. <div class="wpb_text_column wpb_content_element  vc_custom_1696981322464 thegem-vc-text thegem-custom-68224bbc268375581"  >
  1176. <div class="wpb_wrapper">
  1177. <div class="styled-subtitle" style="text-align: center;">Simply Plug in your Grow Cabinet and you&#8217;re ready to Raise your Own Plants!</div>
  1178.  
  1179. </div>
  1180. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc268375581{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc268375581{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc268375581{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc268375581{position: relative !important;}}</style>
  1181. </div>
  1182. </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc26ae6" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_custom_1588153532674 thegem-custom-68224bbc26ad13041 vc_row-no-padding"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc26ae6")); }</script>
  1183. <style>
  1184. @media (max-width: 480px){
  1185.   #vc_row-68224bbc26ae6 .gem-button-size-giant{
  1186.        font-size: 14px;
  1187.        border-width: 4px;
  1188.        margin:0;
  1189.   }
  1190. }
  1191.  
  1192. </style>
  1193. <div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc26cee8531" ><div class="vc_column-inner thegem-custom-inner-68224bbc26cf0 vc_custom_1587646939638"><div class="wpb_wrapper thegem-custom-68224bbc26cee8531"><style type="text/css">.thegem-button-68224bbc26e8f2430 .gem-button svg {fill: #2c2e3d;}.thegem-button-68224bbc26e8f2430 .gem-button:hover svg {fill: #ffffff;}</style><div class="gem-button-container gem-button-position-center thegem-button-68224bbc26e8f2430    "  ><a class="gem-button gem-button-size-giant gem-button-style-outline gem-button-text-weight-normal gem-button-border-1 gem-button-icon-position-left  gem-button-mobile-size-large" data-ll-effect="drop-right-without-wrap" style="border-radius: 0px;color: #2c2e3d;" onmouseleave="this.style.backgroundColor='transparent';this.style.color='#2c2e3d';" onmouseenter="this.style.borderColor='#828282';this.style.backgroundColor='#2c2e3d';this.style.color='#ffffff';" href="https://stealthgrowbox.eu/shop/" target="_self"><i class="gem-print-icon gem-icon-pack-material ">&#xf1e6;</i>Our Products</a></div> <div class="clearboth"></div><style>#thegem-divider-68224bbc26ed2 {margin-top: 70px !important;}</style><div id="thegem-divider-68224bbc26ed2" class="gem-divider  " style="" ></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc26ff6" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1696982881646 thegem-custom-68224bbc26fe93926 vc_row-has-fill"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc26ff6")); }</script><div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc271765237 disable-custom-paggings-mobile" ><div class="vc_column-inner thegem-custom-inner-68224bbc27177 vc_custom_1590580142736"><div class="wpb_wrapper thegem-custom-68224bbc271765237">
  1194. <div class="wpb_text_column wpb_content_element  vc_custom_1696984382583 thegem-vc-text thegem-custom-68224bbc272b18424"  >
  1195. <div class="wpb_wrapper">
  1196. <div class="styled-subtitle" style="text-align: center;">
  1197. <p>⇒ Control your grow cabinet from a Mobile App with Add-Ons provided.</p>
  1198. <p>⇒ Customised 3D Printed Activated carbon filter for odour control.</p>
  1199. <p>⇒ Light-proof design.</p>
  1200. <p>⇒ Start an indoor garden &amp; grow your own plants and vegetables!</p>
  1201. </div>
  1202.  
  1203. </div>
  1204. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc272b18424{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc272b18424{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc272b18424{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc272b18424{position: relative !important;}}</style>
  1205. </div>
  1206. </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc27406" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1675557096602 thegem-custom-68224bbc273fa2177 vc_row-has-fill"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc27406")); }</script><div class="wpb_column vc_column_container vc_col-sm-3 thegem-custom-68224bbc275022448" ><div class="vc_column-inner thegem-custom-inner-68224bbc27503 "><div class="wpb_wrapper thegem-custom-68224bbc275022448"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-9 thegem-custom-68224bbc275cc5889 gem-content-alignment-center" ><div class="vc_column-inner thegem-custom-inner-68224bbc275f3 "><div class="wpb_wrapper thegem-custom-68224bbc275cc5889">
  1207. <div class="wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_bottom-to-top bottom-to-top thegem-vc-text thegem-custom-68224bbc276cd2063"  >
  1208. <div class="wpb_wrapper">
  1209. <h2 class="title-h1 title-h2">Best selling grow cabinets in UK and Europe!</h2>
  1210.  
  1211. </div>
  1212. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc276cd2063{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc276cd2063{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc276cd2063{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc276cd2063{position: relative !important;}}</style>
  1213. </div>
  1214.  
  1215. <div class="wpb_text_column wpb_content_element  wpb_animate_when_almost_visible wpb_bottom-to-top bottom-to-top thegem-vc-text thegem-custom-68224bbc277581042"  >
  1216. <div class="wpb_wrapper">
  1217. <ul>
  1218. <li style="text-align: center;">
  1219. <h5 style="text-align: left;"><span class="light">Produce great yields and keep your plants protected within a self-contained environment (plug and play).</span></h5>
  1220. </li>
  1221. <li style="text-align: left;">
  1222. <h5><span class="light">Will allow you to control the conditions inside the grow cabinet depending on your plant of choice, for an optimum growth and yield.</span></h5>
  1223. </li>
  1224. <li style="text-align: left;">
  1225. <h5><span class="light">You will get a higher success rate than with any other similar equipment or stealth grow box.</span></h5>
  1226. </li>
  1227. </ul>
  1228.  
  1229. </div>
  1230. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc277581042{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc277581042{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc277581042{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc277581042{position: relative !important;}}</style>
  1231. </div>
  1232. </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc27895" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1622729756078 thegem-custom-68224bbc2788d3418"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc27895")); }</script>
  1233. <style>
  1234. #vc_row-68224bbc27895 .vc_tta-title-text{
  1235.    color: #3c3950;
  1236. }
  1237. .wpb-js-composer #vc_row-68224bbc27895 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  1238.    border-color: #3c3950;
  1239. }
  1240. .wpb-js-composer #vc_row-68224bbc27895 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
  1241. .wpb-js-composer #vc_row-68224bbc27895 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
  1242.    background-color: #fff;
  1243. }
  1244. </style>
  1245. <div class="wpb_column vc_column_container vc_col-sm-6 vc_col-md-6 thegem-custom-68224bbc27a101614" ><div class="vc_column-inner thegem-custom-inner-68224bbc27a11 "><div class="wpb_wrapper thegem-custom-68224bbc27a101614"><div class="gem-image gem-wrapbox gem-wrapbox-style-default gem-interactions-enabled gem-wrapbox-position-below  thegem-custom-68224bbc27aba1720" data-mouse_effects="yes" data-mouse_effects_direction="-1" data-mouse_effects_speed="0.2" data-disable_effects_mobile="disable"   style="" ><div class="gem-wrapbox-inner " ><img width="638" height="1080" class="gem-wrapbox-element img-responsive" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20638%201080'%3E%3C/svg%3E" alt="Stealth grow box" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/χωρίς-τίτλο-24-e1635067846530-1-compressed-1-2.jpg"/><noscript><img width="638" height="1080" class="gem-wrapbox-element img-responsive" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/χωρίς-τίτλο-24-e1635067846530-1-compressed-1-2.jpg" alt="Stealth grow box" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4faa0" /><script>window.tgpQueue.add('tgpli-68224bbc4faa0')</script><noscript><img width="638" height="1080" class="gem-wrapbox-element img-responsive" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/χωρίς-τίτλο-24-e1635067846530-1-compressed-1-2.jpg" alt="Stealth grow box"/></noscript></noscript></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-lg-offset-0 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 thegem-custom-68224bbc27fd51952" ><div class="vc_column-inner thegem-custom-inner-68224bbc27fd7 "><div class="wpb_wrapper thegem-custom-68224bbc27fd51952"><div class="vc_tta-container" data-vc-action="collapse"><h2>Tech Specs</h2><div class="vc_general vc_tta vc_tta-accordion vc_tta-color-mulled-wine vc_tta-style-simple_solid vc_tta-shape-rounded vc_tta-o-shape-group vc_tta-gap-4 vc_tta-controls-align-default" ><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="Grow-lights" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title vc_tta-controls-icon-position-left"><a href="#Grow-lights" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Grow Lights</span><i class="vc_tta-controls-icon vc_tta-controls-icon-chevron"></i></a></h4></div><div class="vc_tta-panel-body">
  1246. <div class="wpb_text_column wpb_content_element  vc_custom_1676023249517 thegem-vc-text thegem-custom-68224bbc28a239682"  >
  1247. <div class="wpb_wrapper">
  1248. <div class="styled-subtitle"><span style="color: #3b3b3b;"><strong>Grow lights</strong> represent one of the key factors in successful indoor organic growth. We provide a </span>highly beneficial <a href="https://stealthgrowbox.eu/product/led-grow-box/">LED</a> lighting option for your plants with dimmer.</div>
  1249. <div></div>
  1250. <div><img class="size-medium wp-image-39057 aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%20300'%3E%3C/svg%3E" alt="Grow Lights led grow lights" width="250" height="300" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png 250w, https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png 386w" data-lazy-sizes="(max-width: 250px) 100vw, 250px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png" /><noscript><img class="size-medium wp-image-39057 aligncenter" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png" alt="Grow Lights led grow lights" width="250" height="300" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png 250w, https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png 386w" sizes="(max-width: 250px) 100vw, 250px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4faa9"  /><script>window.tgpQueue.add('tgpli-68224bbc4faa9')</script><noscript><img class="size-medium wp-image-39057 aligncenter" src="https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png" alt="Grow Lights led grow lights" width="250" height="300" srcset="https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png 250w, https://stealthgrowbox.eu/wp-content/uploads/2019/02/Grow-Lights-led.png 386w" sizes="(max-width: 250px) 100vw, 250px" /></noscript></noscript></div>
  1251.  
  1252. </div>
  1253. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc28a239682{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc28a239682{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc28a239682{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc28a239682{position: relative !important;}}</style>
  1254. </div>
  1255. </div></div><div class="vc_tta-panel" id="AddOns" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title vc_tta-controls-icon-position-left"><a href="#AddOns" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Add-Ons</span><i class="vc_tta-controls-icon vc_tta-controls-icon-chevron"></i></a></h4></div><div class="vc_tta-panel-body">
  1256. <div class="wpb_text_column wpb_content_element  vc_custom_1637227898028 thegem-vc-text thegem-custom-68224bbc28c5b100"  >
  1257. <div class="wpb_wrapper">
  1258. <div class="styled-subtitle"><span style="color: #3b3b3b;">Upgrades at a step away! All our grow cabinets can be equipped with multiple Ad-ons to make your life as an indoor grower easier. Choose a 360 Camera to watch your plants grow or check temps and humidity through an App! These and more upgrades are waiting for you to fully automate your stealth grow box!</span></div>
  1259. <div></div>
  1260. <div><img class="size-medium wp-image-39062 aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20251'%3E%3C/svg%3E" alt="Grow box addons" width="300" height="251" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg" /><noscript><img class="size-medium wp-image-39062 aligncenter" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg" alt="Grow box addons" width="300" height="251" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fab2"  /><script>window.tgpQueue.add('tgpli-68224bbc4fab2')</script><noscript><img class="size-medium wp-image-39062 aligncenter" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg" alt="Grow box addons" width="300" height="251" srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-box-addons.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></noscript></div>
  1261.  
  1262. </div>
  1263. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc28c5b100{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc28c5b100{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc28c5b100{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc28c5b100{position: relative !important;}}</style>
  1264. </div>
  1265. </div></div><div class="vc_tta-panel" id="Keep-plant-short" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title vc_tta-controls-icon-position-left"><a href="#Keep-plant-short" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Height Control</span><i class="vc_tta-controls-icon vc_tta-controls-icon-chevron"></i></a></h4></div><div class="vc_tta-panel-body">
  1266. <div class="wpb_text_column wpb_content_element  vc_custom_1637227906708 thegem-vc-text thegem-custom-68224bbc28e5f3708"  >
  1267. <div class="wpb_wrapper">
  1268. <div class="styled-subtitle"><span style="color: #3b3b3b;">Each Grow Box comes equipped with a <strong>scrog net</strong> to control and keep your plants at an optimum height.</span></div>
  1269. <div></div>
  1270. <div><img class="wp-image-39060 size-medium aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20200'%3E%3C/svg%3E" alt="grow cabinet scrog net" width="300" height="200" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg" /><noscript><img class="wp-image-39060 size-medium aligncenter" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg" alt="grow cabinet scrog net" width="300" height="200" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fabc"  /><script>window.tgpQueue.add('tgpli-68224bbc4fabc')</script><noscript><img class="wp-image-39060 size-medium aligncenter" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg" alt="grow cabinet scrog net" width="300" height="200" srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/scrog-net-e1637156670227.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></noscript></div>
  1271.  
  1272. </div>
  1273. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc28e5f3708{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc28e5f3708{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc28e5f3708{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc28e5f3708{position: relative !important;}}</style>
  1274. </div>
  1275. </div></div><div class="vc_tta-panel" id="Plug-Grow" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title vc_tta-controls-icon-position-left"><a href="#Plug-Grow" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Plug &amp; Grow</span><i class="vc_tta-controls-icon vc_tta-controls-icon-chevron"></i></a></h4></div><div class="vc_tta-panel-body">
  1276. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc2904d3709"  >
  1277. <div class="wpb_wrapper">
  1278. <div class="styled-subtitle"><span style="color: #3b3b3b;">Our plug &amp; play complete grow kits come ready assembled. Most of the <a href="https://en.wikipedia.org/wiki/Grow_box" target="_blank" rel="noopener">grow boxes</a> in the market are delivered in pieces and you will need time and tools to assemble them to a complete system to be able to start growing your plants.</span></div>
  1279. <div></div>
  1280. <div><img class="size-medium wp-image-39064 aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20290%20300'%3E%3C/svg%3E" alt="plug and grow box" width="290" height="300" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 290w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 676w" data-lazy-sizes="(max-width: 290px) 100vw, 290px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg" /><noscript><img class="size-medium wp-image-39064 aligncenter" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg" alt="plug and grow box" width="290" height="300" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 290w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 676w" sizes="(max-width: 290px) 100vw, 290px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fac5"  /><script>window.tgpQueue.add('tgpli-68224bbc4fac5')</script><noscript><img class="size-medium wp-image-39064 aligncenter" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg" alt="plug and grow box" width="290" height="300" srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 290w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 676w" sizes="(max-width: 290px) 100vw, 290px" /></noscript></noscript></div>
  1281.  
  1282. </div>
  1283. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc2904d3709{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc2904d3709{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc2904d3709{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc2904d3709{position: relative !important;}}</style>
  1284. </div>
  1285. </div></div><div class="vc_tta-panel" id="Carbon-Filter" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title vc_tta-controls-icon-position-left"><a href="#Carbon-Filter" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Carbon Filter</span><i class="vc_tta-controls-icon vc_tta-controls-icon-chevron"></i></a></h4></div><div class="vc_tta-panel-body">
  1286. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc292386562"  >
  1287. <div class="wpb_wrapper">
  1288. <div class="styled-subtitle"><span style="color: #3b3b3b;">Control unwanted odours with our small <a href="https://stealthgrowbox.eu/product/carbon-filter-complete-kit-120mm/"><strong>activated carbon filter</strong></a>. In combination with an exhaust fan, odours are eliminated, regardless the plant you are growing. This is your best option for compact grow rooms.</span></div>
  1289. <div></div>
  1290. <div><a href="https://stealthgrowbox.eu/carbon-filter-complete-kit-120mm/"><img class="size-medium wp-image-38700 aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20268'%3E%3C/svg%3E" alt="mini carbon filter" width="300" height="268" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-300x268.png 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-768x686.png 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-600x536.png 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444.png 801w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-300x268.png" /><noscript><img class="size-medium wp-image-38700 aligncenter" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-300x268.png" alt="mini carbon filter" width="300" height="268" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-300x268.png 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-768x686.png 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-600x536.png 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444.png 801w" sizes="(max-width: 300px) 100vw, 300px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4face"  /><script>window.tgpQueue.add('tgpli-68224bbc4face')</script><noscript><img class="size-medium wp-image-38700 aligncenter" src="https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-300x268.png" alt="mini carbon filter" width="300" height="268" srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-300x268.png 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-768x686.png 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444-600x536.png 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/02/filter1-e1632826689444.png 801w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></noscript></a></div>
  1291.  
  1292. </div>
  1293. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc292386562{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc292386562{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc292386562{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc292386562{position: relative !important;}}</style>
  1294. </div>
  1295. </div></div><div class="vc_tta-panel" id="1639063572750-c4baf507-4d65" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title vc_tta-controls-icon-position-left"><a href="#1639063572750-c4baf507-4d65" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Dryer Mode</span><i class="vc_tta-controls-icon vc_tta-controls-icon-chevron"></i></a></h4></div><div class="vc_tta-panel-body">
  1296. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc2941d343"  >
  1297. <div class="wpb_wrapper">
  1298. <div class="styled-subtitle"><span style="color: #3b3b3b;">Dry your plants &amp; herbs after harvest inside your grow cabinet or grow tent.</span></div>
  1299. <div></div>
  1300. <div><a href="https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg"><img class="alignnone wp-image-39102 size-medium" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20251'%3E%3C/svg%3E" alt="dryer herbs" width="300" height="251" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 940w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg" /><noscript><img class="alignnone wp-image-39102 size-medium" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg" alt="dryer herbs" width="300" height="251" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fad7"  /><script>window.tgpQueue.add('tgpli-68224bbc4fad7')</script><noscript><img class="alignnone wp-image-39102 size-medium" src="https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg" alt="dryer herbs" width="300" height="251" srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 300w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 768w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/12/dryer-mode-herb-1.jpg 940w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></noscript></a></div>
  1301.  
  1302. </div>
  1303. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc2941d343{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc2941d343{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc2941d343{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc2941d343{position: relative !important;}}</style>
  1304. </div>
  1305. </div></div><div class="vc_tta-panel" id="Grow-Box-Hidden" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title vc_tta-controls-icon-position-left"><a href="#Grow-Box-Hidden" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Lockable</span><i class="vc_tta-controls-icon vc_tta-controls-icon-chevron"></i></a></h4></div><div class="vc_tta-panel-body">
  1306. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc295fc531"  >
  1307. <div class="wpb_wrapper">
  1308. <div class="styled-subtitle"><span style="color: #3b3b3b;">It&#8217;s easy to keep your herbs/plants <strong>safe</strong> from intruders with our small grow cabinets that come with an integrated locker with keys.</span></div>
  1309. <div></div>
  1310. <div><img class=" wp-image-39032 aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20153%20268'%3E%3C/svg%3E" alt="" width="153" height="268" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/outside-1-e1sdffsd6350cxv69065594.png" /><noscript><img class=" wp-image-39032 aligncenter" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/outside-1-e1sdffsd6350cxv69065594.png" alt="" width="153" height="268" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fadf"  /><script>window.tgpQueue.add('tgpli-68224bbc4fadf')</script><noscript><img class=" wp-image-39032 aligncenter" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/outside-1-e1sdffsd6350cxv69065594.png" alt="" width="153" height="268" /></noscript></noscript></div>
  1311.  
  1312. </div>
  1313. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc295fc531{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc295fc531{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc295fc531{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc295fc531{position: relative !important;}}</style>
  1314. </div>
  1315. </div></div></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc2994e" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-parallax="1.5" data-vc-parallax-image="" class="vc_row wpb_row vc_row-fluid vc_custom_1623006373225 thegem-custom-68224bbc2993c7433 vc_row-has-fill vc_row-o-equal-height vc_row-o-content-middle vc_row-flex vc_general vc_parallax vc_parallax-content-moving"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc2994e")); }</script><div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc29bfd2514 vc_col-has-fill" ><div class="vc_column-inner thegem-custom-inner-68224bbc29bff vc_custom_1675556696055"><div class="wpb_wrapper thegem-custom-68224bbc29bfd2514"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1697116964940 thegem-custom-68224bbc3443e5173 vc_row-has-fill vc_row-o-equal-height vc_row-o-content-middle vc_row-flex custom-inner-column-68224bbc3444f" ><div class="wpb_column vc_column_container vc_col-sm-3 vc_col-md-3 thegem-custom-68224bbc36fd53690"><div class="vc_column-inner thegem-custom-inner-68224bbc36fd7 "><div class="wpb_wrapper thegem-custom-68224bbc36fd53690"><div class="gem-textbox  centered-box"  ><div class="gem-textbox-picture centered-box"><img width="451" height="733" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20451%20733'%3E%3C/svg%3E" alt="Automated grow box for cannabis (where legal) and other herbs & plants." class="img-responsive" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png" /><noscript><img width="451" height="733" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png" alt="Automated grow box for cannabis (where legal) and other herbs & plants." class="img-responsive" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fae5"  /><script>window.tgpQueue.add('tgpli-68224bbc4fae5')</script><noscript><img width="451" height="733" src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/stealth-grow-boxes-cabinets-e1631579014681-2-1-e1697984338565.png" alt="Automated grow box for cannabis (where legal) and other herbs & plants." class="img-responsive" /></noscript></noscript></div><div class="gem-textbox-inner gem-textbox-after-image" style=""><div class="gem-textbox-content" style="background-color: #eaecf0;background-position: center top;padding-top: 17px;padding-bottom: 28px;padding-left: 20px;padding-right: 20px;">
  1316. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc371e85657"  >
  1317. <div class="wpb_wrapper">
  1318. <div class="wpb_text_column wpb_content_element ">
  1319. <div class="wpb_wrapper">
  1320. <div class="wpb_text_column wpb_content_element ">
  1321. <div class="wpb_wrapper"><span style="color: #002300;"><strong>LED Grow Box</strong></span></div>
  1322. </div>
  1323. </div>
  1324. </div>
  1325.  
  1326. </div>
  1327. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc371e85657{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc371e85657{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc371e85657{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc371e85657{position: relative !important;}}</style>
  1328. </div>
  1329. <div class="vc_btn3-container vc_btn3-center vc_do_btn" ><a class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-icon-left vc_btn3-color-inverse" href="https://stealthgrowbox.eu/product/led-grow-box/" title="Led Grow Box"><i class="vc_btn3-icon fas fa-leaf"></i> Learn More</a></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-3 vc_col-md-3 thegem-custom-68224bbc3790a764 disable-custom-paggings-tablet disable-custom-paggings-mobile"><div class="vc_column-inner thegem-custom-inner-68224bbc3790b "><div class="wpb_wrapper thegem-custom-68224bbc3790a764"><div class="gem-textbox  centered-box"  ><div class="gem-textbox-picture centered-box"><img width="380" height="577" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20380%20577'%3E%3C/svg%3E" alt="Hydroponic led grow box" class="img-responsive" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2022/03/led-hydroponic-grow-box-1-e1697735185271.png" /><noscript><img width="380" height="577" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2022/03/led-hydroponic-grow-box-1-e1697735185271.png" alt="Hydroponic led grow box" class="img-responsive" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4faeb"  /><script>window.tgpQueue.add('tgpli-68224bbc4faeb')</script><noscript><img width="380" height="577" src="https://stealthgrowbox.eu/wp-content/uploads/2022/03/led-hydroponic-grow-box-1-e1697735185271.png" alt="Hydroponic led grow box" class="img-responsive" /></noscript></noscript></div><div class="gem-textbox-inner gem-textbox-after-image" style=""><div class="gem-textbox-content" style="background-color: #eaecf0;background-position: center top;padding-top: 17px;padding-bottom: 28px;padding-left: 20px;padding-right: 20px;">
  1330. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc37e818689"  >
  1331. <div class="wpb_wrapper">
  1332. <div class="wpb_text_column wpb_content_element ">
  1333. <div class="wpb_wrapper">
  1334. <div class="wpb_text_column wpb_content_element ">
  1335. <div class="wpb_wrapper"><span style="color: #002300;"><strong>Hydroponic Grow Box</strong></span></div>
  1336. </div>
  1337. </div>
  1338. </div>
  1339.  
  1340. </div>
  1341. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc37e818689{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc37e818689{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc37e818689{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc37e818689{position: relative !important;}}</style>
  1342. </div>
  1343. <div class="vc_btn3-container vc_btn3-center vc_do_btn" ><a class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-icon-left vc_btn3-color-inverse" href="https://stealthgrowbox.eu/product/hydroponic-led-grow-box/" title="Hydroponic Led Grow Box"><i class="vc_btn3-icon fas fa-leaf"></i> Learn More</a></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 thegem-custom-68224bbc380041852"><div class="vc_column-inner thegem-custom-inner-68224bbc38005 "><div class="wpb_wrapper thegem-custom-68224bbc380041852">
  1344. <div  class="wpb_single_image wpb_content_element vc_align_center" >
  1345. <figure class="wpb_wrapper vc_figure">
  1346. <div class="vc_single_image-wrapper   vc_box_border_grey"><img width="676" height="700" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20676%20700'%3E%3C/svg%3E" class="vc_single_image-img attachment-large" alt="plug and grow box" title="plug and grow" data-lazy-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 290w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 676w" data-lazy-sizes="(max-width: 676px) 100vw, 676px" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg" /><noscript><img width="676" height="700" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg" class="vc_single_image-img attachment-large" alt="plug and grow box" title="plug and grow" data-tgpli-srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 290w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 676w" sizes="(max-width: 676px) 100vw, 676px" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4faf2"  /><script>window.tgpQueue.add('tgpli-68224bbc4faf2')</script><noscript><img width="676" height="700" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg" class="vc_single_image-img attachment-large" alt="plug and grow box" title="plug and grow" srcset="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 290w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 600w, https://stealthgrowbox.eu/wp-content/uploads/2021/11/Untitled-676-x-700-px.jpg 676w" sizes="(max-width: 676px) 100vw, 676px" /></noscript></noscript></div>
  1347. </figure>
  1348. </div>
  1349. </div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc38556" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid thegem-custom-68224bbc3854d615 vc_row-o-content-middle vc_row-flex"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc38556")); }</script>
  1350. <style>
  1351. #vc_row-68224bbc38556 .gem-textbox {
  1352.    margin-bottom: 0;
  1353. }
  1354. #vc_row-68224bbc38556 .gem-button-size-large{
  1355.    min-width: 356px;
  1356. }
  1357. @media (max-width: 480px){
  1358.   #vc_row-68224bbc38556 .gem-button-size-large{
  1359.        font-size: 14px;
  1360.        min-width: 276px;
  1361.        margin: 30px 0px;
  1362.   }
  1363.   #vc_row-68224bbc38556 .gem-button-size-large .gem-print-icon {
  1364.        font-size: 28px;
  1365.   }
  1366. }
  1367. </style>
  1368. <div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-12 thegem-custom-68224bbc3869c9778" ><div class="vc_column-inner thegem-custom-inner-68224bbc3869d vc_custom_1587645970139"><div class="wpb_wrapper thegem-custom-68224bbc3869c9778"><div class="gem-textbox  centered-box"  ><div class="gem-textbox-inner" style=""><div class="gem-textbox-content" style="background-position: center top;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;"><style type="text/css">.thegem-button-68224bbc3880a5403 .gem-button svg {fill: #2c2e3d;}.thegem-button-68224bbc3880a5403 .gem-button:hover svg {fill: #ffffff;}</style><div class="gem-button-container gem-button-position-center thegem-button-68224bbc3880a5403    "  ><a class="gem-button gem-button-size-giant gem-button-style-outline gem-button-text-weight-normal gem-button-border-1 gem-button-icon-position-left  gem-button-mobile-size-medium" data-ll-effect="drop-right-without-wrap" style="border-radius: 0px;color: #2c2e3d;" onmouseleave="this.style.backgroundColor='transparent';this.style.color='#2c2e3d';" onmouseenter="this.style.borderColor='#828282';this.style.backgroundColor='#2c2e3d';this.style.color='#ffffff';" href="https://stealthgrowbox.eu/product-category/grow-boxes/" target="_self"><i class="gem-print-icon gem-icon-pack-material ">&#xf1e6;</i>Grow Boxes</a></div> </div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc38904" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1697116815503 thegem-custom-68224bbc388fa7029 vc_row-has-fill vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc38904")); }</script>
  1369. <style>
  1370. #vc_row-68224bbc38904 .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a{
  1371.    color: #2c2e3d;
  1372. }
  1373. </style>
  1374. <div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc38a4b2260" ><div class="vc_column-inner thegem-custom-inner-68224bbc38a4c "><div class="wpb_wrapper thegem-custom-68224bbc38a4b2260">
  1375. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc38b3e8381"  >
  1376. <div class="wpb_wrapper">
  1377. <div class="title-h2" style="text-align: center;">Automated Grow Tent | Complete Kit</div>
  1378.  
  1379. </div>
  1380. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc38b3e8381{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc38b3e8381{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc38b3e8381{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc38b3e8381{position: relative !important;}}</style>
  1381. </div>
  1382. <div class="clearboth"></div><style>#thegem-divider-68224bbc38b9c {margin-top: 40px !important;}</style><div id="thegem-divider-68224bbc38b9c" class="gem-divider  " style="" ></div>
  1383. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc38be8758"  >
  1384. <div class="wpb_wrapper">
  1385. <h5 style="text-align: center;"><span style="color: #000000;">Get our Automated Grow Tent and growing indoor plants will become easier than ever! Choose between soil version or hydroponic grow tent set up. This is the best complete grow tent kit available in the market!</span></h5>
  1386.  
  1387. </div>
  1388. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc38be8758{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc38be8758{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc38be8758{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc38be8758{position: relative !important;}}</style>
  1389. </div>
  1390. </div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6 thegem-custom-68224bbc38cc29358" ><div class="vc_column-inner thegem-custom-inner-68224bbc38cc3 "><div class="wpb_wrapper thegem-custom-68224bbc38cc29358"><div class="centered-box gem-image-centered-box" ><div class="gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered lazy-loading  thegem-custom-68224bbc38d3a4064"  style="" ><div class="gem-wrapbox-inner  lazy-loading-item"  data-ll-effect="move-up"><img width="494" height="533" class="gem-wrapbox-element img-responsive" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20494%20533'%3E%3C/svg%3E" alt="small grow tent" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/automated-grow-tent.png"/><noscript><img width="494" height="533" class="gem-wrapbox-element img-responsive" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/automated-grow-tent.png" alt="small grow tent" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fafb" /><script>window.tgpQueue.add('tgpli-68224bbc4fafb')</script><noscript><img width="494" height="533" class="gem-wrapbox-element img-responsive" src="https://stealthgrowbox.eu/wp-content/uploads/2022/01/automated-grow-tent.png" alt="small grow tent"/></noscript></noscript></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6 thegem-custom-68224bbc3908a8205" ><div class="vc_column-inner thegem-custom-inner-68224bbc3908b "><div class="wpb_wrapper thegem-custom-68224bbc3908a8205"><div class="vc_tta-container" data-vc-action="collapse"><div class="vc_general vc_tta vc_tta-tabs vc_tta-color-grey vc_tta-style-outline vc_tta-shape-square vc_tta-spacing-5 vc_tta-tabs-position-top vc_tta-controls-align-left" ><div class="vc_tta-tabs-container"><ul class="vc_tta-tabs-list"><li class="vc_tta-tab vc_active" data-vc-tab><a href="#1569498085968-49cc968c-f10625cd-785e" data-vc-tabs data-vc-container=".vc_tta"><span class="vc_tta-title-text">What our grow tent setup includes?</span></a></li></ul></div><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="1569498085968-49cc968c-f10625cd-785e" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#1569498085968-49cc968c-f10625cd-785e" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">What our grow tent setup includes?</span></a></h4></div><div class="vc_tta-panel-body">
  1391. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc3969e4496"  >
  1392. <div class="wpb_wrapper">
  1393. <ul>
  1394. <li>
  1395. <div class="small-body styled-subtitle"><span class="light">Full Spectrum Samsung Quantum Led Grow Light 1000 With Dimmer</span></div>
  1396. </li>
  1397. <li>
  1398. <div class="small-body styled-subtitle"><span class="light"><label for="pofw_option_value_41">Upgraded 3D Printed Carbon Filter with 120mm exhaust fan.</label><label for="select_1"></label></span></div>
  1399. </li>
  1400. <li>
  1401. <div class="small-body styled-subtitle"><span class="light">Fan with <label for="pofw_option_value_41">3D Printed </label>light-trap to bring fresh air in.</span></div>
  1402. </li>
  1403. <li>
  1404. <div class="small-body styled-subtitle"><span class="light"><label for="pofw_option_value_2">Smart control via Mobile App ( Grow lights, Fans &amp; Hydroponic system )</label></span></div>
  1405. </li>
  1406. <li>
  1407. <div class="small-body styled-subtitle"><span class="light"><label for="pofw_option_value_48">Automated cooling system with internal fan</label></span></div>
  1408. </li>
  1409. <li>
  1410. <div class="small-body styled-subtitle"><span class="light"><label for="pofw_option_value_3">360 Internal Camera controlled via Mobile App!</label></span></div>
  1411. </li>
  1412. <li>
  1413. <div class="small-body styled-subtitle"><span class="light">Check Temps/Humidity via Mobile App</span></div>
  1414. </li>
  1415. <li>
  1416. <div class="small-body styled-subtitle"><span class="light"><label for="pofw_option_value_25">Ona Pro (Extra odour Protection)</label></span></div>
  1417. </li>
  1418. <li>
  1419. <div class="small-body styled-subtitle"><span class="light">Scrog net</span></div>
  1420. </li>
  1421. </ul>
  1422.  
  1423. </div>
  1424. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc3969e4496{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc3969e4496{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc3969e4496{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc3969e4496{position: relative !important;}}</style>
  1425. </div>
  1426. </div></div></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc3988e" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1644093710719 thegem-custom-68224bbc39884211 vc_row-has-fill vc_row-o-content-middle vc_row-flex"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc3988e")); }</script>
  1427. <style>
  1428. #vc_row-68224bbc3988e .gem-textbox {
  1429.    margin-bottom: 0;
  1430. }
  1431. #vc_row-68224bbc3988e .gem-button-size-large{
  1432.    min-width: 356px;
  1433. }
  1434. @media (max-width: 480px){
  1435.   #vc_row-68224bbc3988e .gem-button-size-large{
  1436.        font-size: 14px;
  1437.        min-width: 276px;
  1438.        margin: 30px 0px;
  1439.   }
  1440.   #vc_row-68224bbc3988e .gem-button-size-large .gem-print-icon {
  1441.        font-size: 28px;
  1442.   }
  1443. }
  1444. </style>
  1445. <div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-12 thegem-custom-68224bbc3997e4196" ><div class="vc_column-inner thegem-custom-inner-68224bbc3997f vc_custom_1587645970139"><div class="wpb_wrapper thegem-custom-68224bbc3997e4196"><div class="gem-textbox  centered-box"  ><div class="gem-textbox-inner" style=""><div class="gem-textbox-content" style="background-position: center top;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;"><style type="text/css">.thegem-button-68224bbc39a689946 .gem-button svg {fill: #2c2e3d;}.thegem-button-68224bbc39a689946 .gem-button:hover svg {fill: #ffffff;}</style><div class="gem-button-container gem-button-position-center thegem-button-68224bbc39a689946    "  ><a class="gem-button gem-button-size-giant gem-button-style-outline gem-button-text-weight-normal gem-button-border-1 gem-button-icon-position-left  gem-button-mobile-size-medium" data-ll-effect="drop-right-without-wrap" style="border-radius: 0px;color: #2c2e3d;" onmouseleave="this.style.backgroundColor='transparent';this.style.color='#2c2e3d';" onmouseenter="this.style.borderColor='#828282';this.style.backgroundColor='#2c2e3d';this.style.color='#ffffff';" href="https://stealthgrowbox.eu/product/automated-grow-tent-kit/" target="_self"><i class="gem-print-icon gem-icon-pack-material ">&#xf1e6;</i>Automated Grow Tent</a></div> </div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc39b54" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1635843820472 thegem-custom-68224bbc39b4c3277"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc39b54")); }</script>
  1446. <style>
  1447. #vc_row-68224bbc39b54 .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a{
  1448.    color: #2c2e3d;
  1449. }
  1450. </style>
  1451. <div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc39c541116" ><div class="vc_column-inner thegem-custom-inner-68224bbc39c55 "><div class="wpb_wrapper thegem-custom-68224bbc39c541116">
  1452. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc39d088016"  >
  1453. <div class="wpb_wrapper">
  1454. <div class="title-h2" style="text-align: center;">Transform any furniture into a Grow Box!</div>
  1455.  
  1456. </div>
  1457. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc39d088016{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc39d088016{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc39d088016{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc39d088016{position: relative !important;}}</style>
  1458. </div>
  1459. <div class="clearboth"></div><style>#thegem-divider-68224bbc39d5e {margin-top: 40px !important;}</style><div id="thegem-divider-68224bbc39d5e" class="gem-divider  " style="" ></div>
  1460. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc39da46010"  >
  1461. <div class="wpb_wrapper">
  1462. <div class="styled-subtitle" style="text-align: center;">If you don&#8217;t need a grow box and you are planning to convert a furniture into a grow cabinet, then this is the best option for you.</div>
  1463. <div class="styled-subtitle" style="text-align: center;">Choose between <a href="https://stealthgrowbox.eu/product/furniture-to-grow-box/">Complete</a> or <a href="https://stealthgrowbox.eu/product/grow-bundle-kit-basic/">Basic</a> bundle.</div>
  1464.  
  1465. </div>
  1466. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc39da46010{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc39da46010{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc39da46010{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc39da46010{position: relative !important;}}</style>
  1467. </div>
  1468. </div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6 thegem-custom-68224bbc39e7b1997" ><div class="vc_column-inner thegem-custom-inner-68224bbc39e7c "><div class="wpb_wrapper thegem-custom-68224bbc39e7b1997"><div class="centered-box gem-image-centered-box" ><div class="gem-image gem-wrapbox gem-wrapbox-style-default gem-interactions-enabled gem-wrapbox-position-centered lazy-loading  thegem-custom-68224bbc39ef89239" data-mouse_effects="yes" data-mouse_effects_direction="-1" data-mouse_effects_speed="0.2" data-disable_effects_mobile="disable"   style="" ><div class="gem-wrapbox-inner  lazy-loading-item"  data-ll-effect="move-up"><img width="940" height="788" class="gem-wrapbox-element img-responsive" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20940%20788'%3E%3C/svg%3E" alt="" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-bundle-Full-kit.jpg"/><noscript><img width="940" height="788" class="gem-wrapbox-element img-responsive" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-bundle-Full-kit.jpg" alt="" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb05" /><script>window.tgpQueue.add('tgpli-68224bbc4fb05')</script><noscript><img width="940" height="788" class="gem-wrapbox-element img-responsive" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Grow-bundle-Full-kit.jpg" alt=""/></noscript></noscript></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-6 thegem-custom-68224bbc3a21c8049" ><div class="vc_column-inner thegem-custom-inner-68224bbc3a21d "><div class="wpb_wrapper thegem-custom-68224bbc3a21c8049"><div class="vc_tta-container" data-vc-action="collapse"><div class="vc_general vc_tta vc_tta-tabs vc_tta-color-vista-blue vc_tta-style-modern vc_tta-shape-square vc_tta-spacing-5 vc_tta-tabs-position-top vc_tta-controls-align-left" ><div class="vc_tta-tabs-container"><ul class="vc_tta-tabs-list"><li class="vc_tta-tab vc_active" data-vc-tab><a href="#Basic-Bundle-grow-kit" data-vc-tabs data-vc-container=".vc_tta"><span class="vc_tta-title-text">Basic Bundle</span></a></li><li class="vc_tta-tab" data-vc-tab><a href="#Complete-Bundle-grow-kit" data-vc-tabs data-vc-container=".vc_tta"><span class="vc_tta-title-text">Complete Bundle</span></a></li></ul></div><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="Basic-Bundle-grow-kit" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#Basic-Bundle-grow-kit" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Basic Bundle</span></a></h4></div><div class="vc_tta-panel-body">
  1469. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc3a49a7066"  >
  1470. <div class="wpb_wrapper">
  1471. <div class="styled-subtitle">
  1472. <p><strong>What it includes?</strong></p>
  1473. <ul>
  1474. <li>Full Spectrum Samsung Quantum Led Grow Light 1000 With Dimmer</li>
  1475. <li><label for="pofw_option_value_41">Upgraded 3D Printed Carbon Filter with 120mm exhaust fan.</label><label for="select_1"></label></li>
  1476. <li>Fan with light-trap to bring fresh air in.</li>
  1477. <li>Power strip to control any device.</li>
  1478. <li>Scrog net</li>
  1479. </ul>
  1480. </div>
  1481.  
  1482. </div>
  1483. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc3a49a7066{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc3a49a7066{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc3a49a7066{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc3a49a7066{position: relative !important;}}</style>
  1484. </div>
  1485. </div></div><div class="vc_tta-panel" id="Complete-Bundle-grow-kit" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#Complete-Bundle-grow-kit" data-vc-accordion data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Complete Bundle</span></a></h4></div><div class="vc_tta-panel-body">
  1486. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc3a601635"  >
  1487. <div class="wpb_wrapper">
  1488. <div class="styled-subtitle"><strong>What it includes?</strong></div>
  1489. <ul>
  1490. <li>
  1491. <div class="styled-subtitle">Full Spectrum Samsung Quantum Led Grow Light 1000 With Dimmer</div>
  1492. </li>
  1493. <li>
  1494. <div class="styled-subtitle"><label for="pofw_option_value_41">Upgraded 3D Printed Carbon Filter with 120mm exhaust fan.</label><label for="select_1"></label></div>
  1495. </li>
  1496. <li>
  1497. <div class="styled-subtitle">Fan with light-trap to bring fresh air in.</div>
  1498. </li>
  1499. <li>
  1500. <div class="styled-subtitle"><label for="pofw_option_value_2">Smart control via Mobile App ( Grow lights, Fans &amp; Hydroponic system )</label></div>
  1501. </li>
  1502. <li>
  1503. <div class="styled-subtitle"><label for="pofw_option_value_48">Automated cooling system with internal fan</label></div>
  1504. </li>
  1505. <li>
  1506. <div class="styled-subtitle"><label for="pofw_option_value_3">360 Internal Camera controlled via Mobile App!</label></div>
  1507. </li>
  1508. <li>
  1509. <div class="styled-subtitle">Check Temps/Humidity via Mobile App</div>
  1510. </li>
  1511. <li>
  1512. <div class="styled-subtitle"><label for="pofw_option_value_25">Ona Pro (Extra odour Protection)</label></div>
  1513. </li>
  1514. <li>
  1515. <div class="styled-subtitle">Scrog net</div>
  1516. </li>
  1517. </ul>
  1518.  
  1519. </div>
  1520. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc3a601635{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc3a601635{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc3a601635{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc3a601635{position: relative !important;}}</style>
  1521. </div>
  1522. </div></div></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc3a7eb" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid thegem-custom-68224bbc3a7e59986 vc_row-o-content-middle vc_row-flex"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc3a7eb")); }</script>
  1523. <style>
  1524. #vc_row-68224bbc3a7eb .gem-textbox {
  1525.    margin-bottom: 0;
  1526. }
  1527. #vc_row-68224bbc3a7eb .gem-button-size-large{
  1528.    min-width: 356px;
  1529. }
  1530. @media (max-width: 480px){
  1531.   #vc_row-68224bbc3a7eb .gem-button-size-large{
  1532.        font-size: 14px;
  1533.        min-width: 276px;
  1534.        margin: 30px 0px;
  1535.   }
  1536.   #vc_row-68224bbc3a7eb .gem-button-size-large .gem-print-icon {
  1537.        font-size: 28px;
  1538.   }
  1539. }
  1540. </style>
  1541. <div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-12 thegem-custom-68224bbc3a8d61620" ><div class="vc_column-inner thegem-custom-inner-68224bbc3a8d7 vc_custom_1587645970139"><div class="wpb_wrapper thegem-custom-68224bbc3a8d61620"><div class="gem-textbox  centered-box"  ><div class="gem-textbox-inner" style=""><div class="gem-textbox-content" style="background-position: center top;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;"><style type="text/css">.thegem-button-68224bbc3a9b78845 .gem-button svg {fill: #2c2e3d;}.thegem-button-68224bbc3a9b78845 .gem-button:hover svg {fill: #ffffff;}</style><div class="gem-button-container gem-button-position-center thegem-button-68224bbc3a9b78845    "  ><a class="gem-button gem-button-size-giant gem-button-style-outline gem-button-text-weight-normal gem-button-border-1 gem-button-icon-position-left  gem-button-mobile-size-medium" data-ll-effect="drop-right-without-wrap" style="border-radius: 0px;color: #2c2e3d;" onmouseleave="this.style.backgroundColor='transparent';this.style.color='#2c2e3d';" onmouseenter="this.style.borderColor='#828282';this.style.backgroundColor='#2c2e3d';this.style.color='#ffffff';" href="https://stealthgrowbox.eu/product-category/grow-kits/" target="_self"><i class="gem-print-icon gem-icon-pack-material ">&#xf1e6;</i>Grow Kits</a></div> </div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc3aaa2" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_custom_1675905133869 thegem-custom-68224bbc3aa993644 vc_row-has-fill vc_row-no-padding vc_row-o-equal-height vc_row-flex"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc3aaa2")); }</script><style>@media screen and (max-width: 1023px) {.thegem-custom-68224bbc3aa993644.wpb_row {padding-top: 20px !important;}}@media screen and (max-width: 1023px) {.thegem-custom-68224bbc3aa993644.wpb_row {padding-bottom: 80px !important;}}</style><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-md-3 thegem-custom-68224bbc3abce265" ><div class="vc_column-inner thegem-custom-inner-68224bbc3abcf "><style>@media screen and (max-width: 1023px) {.thegem-custom-inner-68224bbc3abcf.vc_column-inner {margin-top: 30px !important;}}
  1542. </style><div class="wpb_wrapper thegem-custom-68224bbc3abce265"><style>.thegem-custom-68224bbc3ac905780 .gem-icon  {font-size: 32px;}.thegem-custom-68224bbc3ac905780 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 48px; height: 48px; line-height: 48px;}.thegem-custom-68224bbc3ac905780 .gem-icon.gem-simple-icon {width: 32px; height: 32px; line-height: 32px;}.gem-infotext.thegem-custom-68224bbc3ac905780 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-68224bbc3ac905780 .gem-infotext-icon {margin-bottom:30px !important;}.gem-infotext.thegem-custom-68224bbc3ac905780 .gem-infotext-icon {margin-right:8px !important;}.gem-infotext.thegem-custom-68224bbc3ac905780 .description-customize {color:#3c3950 !important;}</style><div class="gem-infotext alignment-center thegem-custom-68224bbc3ac905780"> <div class="gem-infotext-wrap position--top horizonal--center "> <div class="gem-infotext-icon"> <div class="gem-icon gem-simple-icon gem-icon-pack-material gem-icon-size-custom"> <div class="gem-icon-inner"><span class="gem-icon-half-1"><span class="back-angle">&#xf582;</span></span><span class="gem-icon-half-2"><span class="back-angle">&#xf582;</span></span></div> </div> </div> <div class="gem-infotext"> <div class="gem-infotext__title"> <div class="title-customize title-default" style="text-align:center;"> Discreet Shipping to Europe &amp; UK </div> </div> </div> </div> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-md-3 thegem-custom-68224bbc3ad643472" ><div class="vc_column-inner thegem-custom-inner-68224bbc3ad65 "><style>@media screen and (max-width: 1023px) {.thegem-custom-inner-68224bbc3ad65.vc_column-inner {margin-top: 30px !important;}}
  1543. </style><div class="wpb_wrapper thegem-custom-68224bbc3ad643472"><style>.thegem-custom-68224bbc3adf38352 .gem-icon  {font-size: 32px;}.thegem-custom-68224bbc3adf38352 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 48px; height: 48px; line-height: 48px;}.thegem-custom-68224bbc3adf38352 .gem-icon.gem-simple-icon {width: 32px; height: 32px; line-height: 32px;}.gem-infotext.thegem-custom-68224bbc3adf38352 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-68224bbc3adf38352 .gem-infotext-icon {margin-bottom:30px !important;}.gem-infotext.thegem-custom-68224bbc3adf38352 .gem-infotext-icon {margin-right:8px !important;}.gem-infotext.thegem-custom-68224bbc3adf38352 .description-customize {color:#3c3950 !important;}</style><div class="gem-infotext alignment-center thegem-custom-68224bbc3adf38352"> <div class="gem-infotext-wrap position--top horizonal--center "> <div class="gem-infotext-icon"> <div class="gem-icon gem-simple-icon gem-icon-pack-thegem-header gem-icon-size-custom"> <div class="gem-icon-inner"><span class="gem-icon-half-1"><span class="back-angle">&#xe619;</span></span><span class="gem-icon-half-2"><span class="back-angle">&#xe619;</span></span></div> </div> </div> <div class="gem-infotext"> <div class="gem-infotext__title"> <div class="title-customize title-default" style="text-align:center;"> Pay With PayPal </div> </div> </div> </div> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-md-3 thegem-custom-68224bbc3aeb0285" ><div class="vc_column-inner thegem-custom-inner-68224bbc3aeb1 "><style>@media screen and (max-width: 1023px) {.thegem-custom-inner-68224bbc3aeb1.vc_column-inner {margin-top: 30px !important;}}
  1544. </style><div class="wpb_wrapper thegem-custom-68224bbc3aeb0285"><style>.thegem-custom-68224bbc3af381096 .gem-icon  {font-size: 32px;}.thegem-custom-68224bbc3af381096 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 48px; height: 48px; line-height: 48px;}.thegem-custom-68224bbc3af381096 .gem-icon.gem-simple-icon {width: 32px; height: 32px; line-height: 32px;}.gem-infotext.thegem-custom-68224bbc3af381096 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-68224bbc3af381096 .gem-infotext-icon {margin-bottom:30px !important;}.gem-infotext.thegem-custom-68224bbc3af381096 .gem-infotext-icon {margin-right:8px !important;}.gem-infotext.thegem-custom-68224bbc3af381096 .description-customize {color:#3c3950 !important;}</style><div class="gem-infotext alignment-center thegem-custom-68224bbc3af381096"> <div class="gem-infotext-wrap position--top horizonal--center "> <div class="gem-infotext-icon"> <div class="gem-icon gem-simple-icon gem-icon-pack-thegem-header gem-icon-size-custom"> <div class="gem-icon-inner"><span class="gem-icon-half-1"><span class="back-angle">&#xe622;</span></span><span class="gem-icon-half-2"><span class="back-angle">&#xe622;</span></span></div> </div> </div> <div class="gem-infotext"> <div class="gem-infotext__title"> <div class="title-customize title-default" style="text-align:center;"> Online Chat &amp; E-mail Support </div> </div> </div> </div> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-md-3 thegem-custom-68224bbc3afe78545" ><div class="vc_column-inner thegem-custom-inner-68224bbc3afe8 "><style>@media screen and (max-width: 1023px) {.thegem-custom-inner-68224bbc3afe8.vc_column-inner {margin-top: 30px !important;}}
  1545. </style><div class="wpb_wrapper thegem-custom-68224bbc3afe78545"><style>.thegem-custom-68224bbc3b06e4306 .gem-icon  {font-size: 32px;}.thegem-custom-68224bbc3b06e4306 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 48px; height: 48px; line-height: 48px;}.thegem-custom-68224bbc3b06e4306 .gem-icon.gem-simple-icon {width: 32px; height: 32px; line-height: 32px;}.gem-infotext.thegem-custom-68224bbc3b06e4306 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-68224bbc3b06e4306 .gem-infotext-icon {margin-bottom:30px !important;}.gem-infotext.thegem-custom-68224bbc3b06e4306 .gem-infotext-icon {margin-right:8px !important;}.gem-infotext.thegem-custom-68224bbc3b06e4306 .description-customize {color:#3c3950 !important;}</style><div class="gem-infotext alignment-center thegem-custom-68224bbc3b06e4306"> <div class="gem-infotext-wrap position--top horizonal--center "> <div class="gem-infotext-icon"> <div class="gem-icon gem-simple-icon gem-icon-pack-thegem-header gem-icon-size-custom"> <div class="gem-icon-inner"><span class="gem-icon-half-1"><span class="back-angle">&#xe640;</span></span><span class="gem-icon-half-2"><span class="back-angle">&#xe640;</span></span></div> </div> </div> <div class="gem-infotext"> <div class="gem-infotext__title"> <div class="title-customize title-default" style="text-align:center;"> Money Back Guarantee </div> </div> </div> </div> </div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc3b172" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1622742424680 thegem-custom-68224bbc3b1694507 vc_row-has-fill"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc3b172")); }</script>
  1546. <style>
  1547. @media (max-width: 1199px) {
  1548.    #vc_row-68224bbc3b172 .row > * {
  1549.        margin-top: 0;
  1550.    }
  1551. }
  1552. </style>
  1553. <div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc3b2997866" ><div class="vc_column-inner thegem-custom-inner-68224bbc3b29a "><div class="wpb_wrapper thegem-custom-68224bbc3b2997866"><div class="preloader default-background gem-blog-slider-preloader"><div class="preloader-spin-new"></div></div><div class="gem-blog-slider gem-blog-slider-style-fullwidth clearfix" data-autoscroll="2300"> <article id="post-39647" class="no-image clearfix post-39647 post type-post status-publish format-standard has-post-thumbnail category-stealthgrowbox-co-uk"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/grow-box-vs-grow-tent-choosing-the-perfect-environment-for-your-indoor-garden/"><img width="1170" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Header 2 441)" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Header-2-441-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1170" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Header-2-441-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Header 2 441)" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb11"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb11')</script><noscript><img width="1170" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2021/11/Header-2-441-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Header 2 441)" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/grow-box-vs-grow-tent-choosing-the-perfect-environment-for-your-indoor-garden/" rel="bookmark"><span class="light">Grow Box vs. Grow Tent: Choosing the Perfect Environment for Your Indoor Garden</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-39647 --> <article id="post-39408" class="no-image clearfix post-39408 post type-post status-publish format-standard has-post-thumbnail category-stealthgrowbox-co-uk"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/how-to-bring-nature-indoors-a-guide-to-urban-indoor-gardening/"><img width="1170" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Urban indoor garden" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2023/02/markus-spiske-4PG6wLlVag4-unsplash-scaled-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1170" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2023/02/markus-spiske-4PG6wLlVag4-unsplash-scaled-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Urban indoor garden" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb17"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb17')</script><noscript><img width="1170" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2023/02/markus-spiske-4PG6wLlVag4-unsplash-scaled-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Urban indoor garden" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/how-to-bring-nature-indoors-a-guide-to-urban-indoor-gardening/" rel="bookmark"><span class="light">How To Bring Nature Indoors: A Guide To Urban Indoor Gardening</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-39408 --> <article id="post-1066" class="no-image clearfix post-1066 post type-post status-publish format-image has-post-thumbnail category-stealthgrowbox-co-uk tag-hydroponics tag-indoor-grow post_format-post-format-image"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/should-i-go-hydroponics-pros-and/"><img width="1170" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Should I go Hydroponics" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2018/11/laura-s-xEh6uP3bn5U-unsplash-scaled-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1170" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2018/11/laura-s-xEh6uP3bn5U-unsplash-scaled-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Should I go Hydroponics" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb1d"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb1d')</script><noscript><img width="1170" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2018/11/laura-s-xEh6uP3bn5U-unsplash-scaled-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Should I go Hydroponics" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/should-i-go-hydroponics-pros-and/" rel="bookmark"><span class="light">Should I go hydroponics? Pros And Cons</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-1066 --> <article id="post-971" class="no-image clearfix post-971 post type-post status-publish format-image has-post-thumbnail category-stealthgrowbox-co-uk tag-indoor-grow tag-mint tag-rosemary tag-thime post_format-post-format-image"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/best-herbs-to-grow-indoors/"><img width="1170" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Herbs in pots" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2013/10/Best herbs to grow indoors-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1170" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2013/10/Best herbs to grow indoors-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Herbs in pots" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb23"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb23')</script><noscript><img width="1170" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2013/10/Best herbs to grow indoors-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Herbs in pots" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/best-herbs-to-grow-indoors/" rel="bookmark"><span class="light">Best herbs to grow indoors</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-971 --> <article id="post-963" class="no-image clearfix post-963 post type-post status-publish format-image has-post-thumbnail category-stealthgrowbox-co-uk tag-grow-guide tag-indoor-gardening tag-indoor-grow tag-plant post_format-post-format-image"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/grow-indoors/"><img width="1170" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Indoor gardening tools" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2019/02/How to Grow Indoors Vegetables and Herbs today-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1170" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2019/02/How to Grow Indoors Vegetables and Herbs today-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Indoor gardening tools" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb28"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb28')</script><noscript><img width="1170" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2019/02/How to Grow Indoors Vegetables and Herbs today-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Indoor gardening tools" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/grow-indoors/" rel="bookmark"><span class="light">How to Grow Indoors Vegetables and Herbs</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-963 --> <article id="post-1022" class="no-image clearfix post-1022 post type-post status-publish format-image has-post-thumbnail category-stealthgrowbox-co-uk tag-indoor-grow tag-tomatoes post_format-post-format-image"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/grow-tomatoes-indoors/"><img width="1170" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Tomato on table" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2018/01/How to Grow Tomatoes Indoors-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1170" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2018/01/How to Grow Tomatoes Indoors-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Tomato on table" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb2e"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb2e')</script><noscript><img width="1170" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2018/01/How to Grow Tomatoes Indoors-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Tomato on table" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/grow-tomatoes-indoors/" rel="bookmark"><span class="light">How to Grow Tomatoes Indoors</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-1022 --> <article id="post-2285" class="no-image clearfix post-2285 post type-post status-publish format-image has-post-thumbnail category-stealthgrowbox-co-uk tag-indoor-grow tag-lettuce post_format-post-format-image"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/grow-lettuce-at-home/"><img width="1170" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201170%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Lettuce close up" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2015/07/Grow lettuce at home-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1170" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2015/07/Grow lettuce at home-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Lettuce close up" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb34"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb34')</script><noscript><img width="1170" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2015/07/Grow lettuce at home-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Lettuce close up" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/grow-lettuce-at-home/" rel="bookmark"><span class="light">Grow lettuce at home</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-2285 --> <article id="post-37604" class="no-image clearfix post-37604 post type-post status-publish format-standard has-post-thumbnail category-stealthgrowbox-co-uk tag-grow-box tag-grow-cabinet tag-grow-guide tag-indoor-gardening tag-indoor-grow tag-plant tag-stealth-grow-box tag-stealth-grow-cabinet"> <div class="gem-slider-item-image"> <a href="https://stealthgrowbox.eu/why-to-use-a-grow-box/"><img width="1024" height="525" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20525'%3E%3C/svg%3E" class="img-responsive wp-post-image" alt="Do i need a grow box?" data-lazy-src="https://stealthgrowbox.eu/wp-content/uploads/2020/10/150401188_462457468122610_7228583574929545512_n-e1613774516115-thegem-blog-slider-fullwidth.jpg" /><noscript><img width="1024" height="525" data-tgpli-src="https://stealthgrowbox.eu/wp-content/uploads/2020/10/150401188_462457468122610_7228583574929545512_n-e1613774516115-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Do i need a grow box?" data-tgpli-inited data-tgpli-image-inited id="tgpli-68224bbc4fb39"  /><script>window.tgpQueue.add('tgpli-68224bbc4fb39')</script><noscript><img width="1024" height="525" src="https://stealthgrowbox.eu/wp-content/uploads/2020/10/150401188_462457468122610_7228583574929545512_n-e1613774516115-thegem-blog-slider-fullwidth.jpg" class="img-responsive wp-post-image" alt="Do i need a grow box?" /></noscript></noscript></a> </div> <div class="gem-slider-item-overlay"> <div class="gem-compact-item-content"> <div class="post-title"> <h5 class="entry-title reverse-link-color"><a href="https://stealthgrowbox.eu/why-to-use-a-grow-box/" rel="bookmark"><span class="light">Do i need an indoor grow box?</span></a></h5> </div> <div class="post-text date-color"> <div class="summary"> </div> </div> </div> <div class="post-meta date-color"> <div class="entry-meta clearfix gem-post-date"> <div class="post-meta-right"> </div> <div class="post-meta-left"> </div> </div><!-- .entry-meta --> </div> </div> </article><!-- #post-37604 --> </div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div>
  1554. </div> </div><!-- .entry-content -->
  1555.  
  1556. </article><!-- #post-## -->
  1557.  
  1558. </div>
  1559.  
  1560. </div>
  1561.  
  1562. </div>
  1563. </div><!-- .block-content -->
  1564.  
  1565. </div><!-- #main-content -->
  1566.  
  1567.  
  1568. </div><!-- #main -->
  1569. <div id="lazy-loading-point"></div>
  1570.  
  1571. <footer class="custom-footer">
  1572. <div class="container"><div class="wpb-content-wrapper"><div class="vc_row-full-width-before"></div><div id="vc_row-68224bbc467fe" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1590498707140 thegem-custom-68224bbc467ed1452 vc_row-has-fill"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-68224bbc467fe")); }</script>
  1573. <style>
  1574. #vc_row-68224bbc467fe .fake-menu{
  1575.    padding-left: 0;
  1576. }
  1577. #vc_row-68224bbc467fe .fake-menu__item{
  1578.    display: inline-block;
  1579.    padding: 12px 24px;
  1580.    font-family: "Montserrat";
  1581.    font-weight: bold;
  1582.    font-size: 14px;
  1583.    color: #fff;
  1584.    text-transform: uppercase;
  1585. }
  1586. #vc_row-68224bbc467fe .fake-menu__item a{
  1587.    color: #fff;
  1588. }
  1589. #vc_row-68224bbc467fe .fake-menu__item a:hover{
  1590.    color: #00bcd4;
  1591. }
  1592. </style>
  1593. <div class="wpb_column vc_column_container vc_col-sm-12 thegem-custom-68224bbc469444643" ><div class="vc_column-inner thegem-custom-inner-68224bbc46946 "><div class="wpb_wrapper thegem-custom-68224bbc469444643">
  1594. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc46a3e4200"  >
  1595. <div class="wpb_wrapper">
  1596. <div style="text-align: center;">
  1597. <ul class="fake-menu">
  1598. <li class="fake-menu__item"><a href="https://stealthgrowbox.eu/shop/">Shop</a></li>
  1599. <li class="fake-menu__item"><a href="https://stealthgrowbox.eu/about-us-page/">About Us</a></li>
  1600. <li class="fake-menu__item"><a href="https://stealthgrowbox.eu/grow-box-delivery/">Delivery</a></li>
  1601. <li class="fake-menu__item"><a href="https://stealthgrowbox.eu/payments/">Payment Methods</a></li>
  1602. <li class="fake-menu__item"><a href="https://stealthgrowbox.eu/partners/">Partners</a></li>
  1603. <li class="fake-menu__item"><a href="https://stealthgrowbox.eu/contact-us-page/">Contact Us</a></li>
  1604. <li class="fake-menu__item"><a href="https://stealthgrowbox.eu/privacy-policy/">Privacy Policy</a></li>
  1605. </ul>
  1606. </div>
  1607.  
  1608. </div>
  1609. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc46a3e4200{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc46a3e4200{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc46a3e4200{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc46a3e4200{position: relative !important;}}</style>
  1610. </div>
  1611. <div class="socials socials-list socials-colored-hover socials-rounded socials-alignment-center"><a class="socials-item" target="_blank" href="https://www.facebook.com/Stealthgrowbox/" style="color: #ffffff;"><i class="socials-item-icon facebook" style="font-size: 32px"></i></a><a class="socials-item" target="_blank" href="https://twitter.com/grow_your_herbs" style="color: #ffffff;"><i class="socials-item-icon twitter" style="font-size: 32px"></i></a><a class="socials-item" target="_blank" href="https://www.youtube.com/channel/UCIhzGXPDTXH8l0kyYgkP6mA" style="color: #ffffff;"><i class="socials-item-icon youtube" style="font-size: 32px"></i></a><a class="socials-item" target="_blank" href="https://www.instagram.com/stealthgrowbox.eu/" style="color: #ffffff;"><i class="socials-item-icon instagram" style="font-size: 32px"></i></a><a class="socials-item" target="_blank" href="https://www.pinterest.com/stealthgrowbox/" style="color: #ffffff;"><i class="socials-item-icon pinterest" style="font-size: 32px"></i></a></div>
  1612. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc46b4e5421"  >
  1613. <div class="wpb_wrapper">
  1614. <p style="text-align: center;"><span style="color: #939fa7;">Copyright © Stealthgrowbox.eu</span></p>
  1615.  
  1616. </div>
  1617. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc46b4e5421{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc46b4e5421{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc46b4e5421{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc46b4e5421{position: relative !important;}}</style>
  1618. </div>
  1619.  
  1620. <div class="wpb_text_column wpb_content_element  thegem-vc-text thegem-custom-68224bbc46bd51860"  >
  1621. <div class="wpb_wrapper">
  1622. <p style="text-align: center;"><a href="https://quitcannabis.gr/">QuitCannabis.gr</a></p>
  1623.  
  1624. </div>
  1625. <style>@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc46bd51860{display: block!important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc46bd51860{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-vc-text.thegem-custom-68224bbc46bd51860{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-vc-text.thegem-custom-68224bbc46bd51860{position: relative !important;}}</style>
  1626. </div>
  1627. </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div>
  1628. </div></div>
  1629. </footer>
  1630. </div><!-- #page -->
  1631.  
  1632. <script type="speculationrules">
  1633. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/thegem\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
  1634. </script>
  1635. <script id="ckyBannerTemplate" type="text/template"><div class="cky-overlay cky-hide"></div><div class="cky-btn-revisit-wrapper cky-revisit-hide" data-cky-tag="revisit-consent" data-tooltip="Cookie Settings" style="background-color:#227708"> <button class="cky-btn-revisit" aria-label="Cookie Settings"> <img width="36" height="36" src="https://stealthgrowbox.eu/wp-content/plugins/cookie-law-info/lite/frontend/images/revisit.svg" alt="Revisit consent button"> </button></div><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#f4f4f4"> <button class="cky-banner-btn-close" data-cky-tag="close-button" aria-label="Close"> <img width="10" height="10" src="https://stealthgrowbox.eu/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121">We value your privacy</p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-customize" aria-label="Customize" data-cky-tag="settings-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc">Customize</button> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc">Reject All</button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863dc;border-color:#1863dc">Accept All</button>  </div></div></div></div></div><div class="cky-modal" tabindex="0"> <div class="cky-preference-center" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img width="10" height="10" src="https://stealthgrowbox.eu/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. </p><p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div> </div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="detail-reject-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Reject All </button> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#1863dc;background-color:transparent;border-color:#1863dc"> Save My Preferences </button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="detail-accept-button" style="color:#FFFFFF;background-color:#1863dc;border-color:#1863dc"> Accept All </button> </div></div></div></div></script>
  1636. <!--Start of Tawk.to Script (0.9.0)-->
  1637. <script type="rocketlazyloadscript" id="tawk-script" data-rocket-type="text/javascript">
  1638. var Tawk_API = Tawk_API || {};
  1639. var Tawk_LoadStart=new Date();
  1640. (function(){
  1641. var s1 = document.createElement( 'script' ),s0=document.getElementsByTagName( 'script' )[0];
  1642. s1.async = true;
  1643. s1.src = 'https://embed.tawk.to/630a8c5254f06e12d8912707/default';
  1644. s1.charset = 'UTF-8';
  1645. s1.setAttribute( 'crossorigin','*' );
  1646. s0.parentNode.insertBefore( s1, s0 );
  1647. })();
  1648. </script>
  1649. <!--End of Tawk.to Script (0.9.0)-->
  1650.  
  1651. <script type="rocketlazyloadscript" id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/5b852708ea37e8dc4c48d53d2/f1ecb7cd6172750e6d9662065.js");</script><script type="text/html" id="wpb-modifications"> window.wpbCustomElement = 1; </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  1652. var c = document.body.className;
  1653. c = c.replace( /everest-forms-no-js/, 'everest-forms-js' );
  1654. document.body.className = c;
  1655. </script>
  1656. <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
  1657. (function () {
  1658. var c = document.body.className;
  1659. c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
  1660. document.body.className = c;
  1661. })();
  1662. </script>
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-form-elements.js?ver=1731245212" id="thegem-form-elements-js"></script>
  1670. <script type="text/javascript" id="jquery-easing-js" data-pmdelayedscript="https://stealthgrowbox.eu/wp-content/themes/thegem/js/jquery.easing.js?ver=5.10.3.1" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1" data-rocketlazyloadscript="1"></script>
  1671. <script type="text/javascript" id="thegem-menu-init-script-js-extra">
  1672. /* <![CDATA[ */
  1673. var thegem_dlmenu_settings = {"ajax_url":"https:\/\/stealthgrowbox.eu\/wp-admin\/admin-ajax.php","backLabel":"Back","showCurrentLabel":"Show this page"};
  1674. /* ]]> */
  1675. </script>
  1676. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-menu_init.js?ver=1731245212" id="thegem-menu-init-script-js"></script>
  1677. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-header.js?ver=1731245212" id="thegem-header-js"></script>
  1678. <script type="text/javascript" id="thegem-scripts-js-extra">
  1679. /* <![CDATA[ */
  1680. var thegem_scripts_data = {"ajax_url":"https:\/\/stealthgrowbox.eu\/wp-admin\/admin-ajax.php","ajax_nonce":"01b2bdf3d7"};
  1681. /* ]]> */
  1682. </script>
  1683. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/functions.js?ver=1731245212" id="thegem-scripts-js"></script>
  1684. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/fancyBox/jquery.mousewheel.pack.js?ver=1731245212" id="jquery-mousewheel-js"></script>
  1685. <script type="text/javascript" src="https://stealthgrowbox.eu/wp-content/themes/thegem/js/fancyBox/jquery.fancybox.min.js?ver=5.10.3.1" id="jquery-fancybox-js"></script>
  1686. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/fancyBox/jquery.fancybox-init.js?ver=1731245212" id="fancybox-init-script-js"></script>
  1687. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
  1688. /* <![CDATA[ */
  1689. "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
  1690. /* ]]> */
  1691. </script>
  1692. <script type="text/javascript" id="rocket-preload-links-js-extra">
  1693. /* <![CDATA[ */
  1694. var RocketPreloadLinksConfig = {"excludeUris":"\/design-your-own-custom-grow-box\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/|\/cart\/|\/my-account\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/mylogin\/|\/wp-admin\/|\/logout\/|\/mylogin\/|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/stealthgrowbox.eu","onHoverDelay":"100","rateThrottle":"3"};
  1695. /* ]]> */
  1696. </script>
  1697. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
  1698. /* <![CDATA[ */
  1699. (function() {
  1700. "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
  1701. }());
  1702. /* ]]> */
  1703. </script>
  1704. <script type="text/javascript" id="mailchimp-woocommerce-js-extra">
  1705. /* <![CDATA[ */
  1706. var mailchimp_public_data = {"site_url":"https:\/\/stealthgrowbox.eu","ajax_url":"https:\/\/stealthgrowbox.eu\/wp-admin\/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1"};
  1707. /* ]]> */
  1708. </script>
  1709. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=5.2.07" id="mailchimp-woocommerce-js" defer></script>
  1710. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.7.1" id="sourcebuster-js-js" defer></script>
  1711. <script type="text/javascript" id="wc-order-attribution-js-extra">
  1712. /* <![CDATA[ */
  1713. var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/stealthgrowbox.eu\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
  1714. /* ]]> */
  1715. </script>
  1716. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.7.1" id="wc-order-attribution-js" defer></script>
  1717. <script type="text/javascript" id="wc-cart-fragments-js-extra">
  1718. /* <![CDATA[ */
  1719. var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_5ce799e0668a81474fc03ebc741c6117","fragment_name":"wc_fragments_5ce799e0668a81474fc03ebc741c6117","request_timeout":"5000"};
  1720. /* ]]> */
  1721. </script>
  1722. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=9.7.1" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script>
  1723. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.0" id="wpb_composer_front_js-js" defer></script>
  1724. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/js_composer/assets/lib/vc/vc_waypoints/vc-waypoints.min.js?ver=8.0" id="vc_waypoints-js" defer></script>
  1725. <script type="text/javascript" src="https://stealthgrowbox.eu/wp-content/themes/thegem/js/rellax.min.js?ver=5.10.3.1" id="thegem-rellax-js"></script>
  1726. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/interactions.js?ver=1731245212" id="thegem-interactions-js"></script>
  1727. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/vc-accordion.js?ver=1731245212" id="vc_accordion_script-js"></script>
  1728. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/js_composer/assets/lib/vc/vc-tta-autoplay/vc-tta-autoplay.min.js?ver=8.0" id="vc_tta_autoplay_script-js" defer></script>
  1729. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/js_composer/assets/lib/vendor/node_modules/skrollr/dist/skrollr.min.js?ver=8.0" id="vc_jquery_skrollr_js-js" defer></script>
  1730. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-lazyLoading.js?ver=1731245212" id="thegem-lazy-loading-js"></script>
  1731. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://stealthgrowbox.eu/wp-content/plugins/js_composer/assets/lib/vc/vc_tabs/vc-tabs.min.js?ver=8.0" id="vc_tabs_script-js" defer></script>
  1732. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-scrollMonitor.js?ver=1731245212" id="thegem-scroll-monitor-js"></script>
  1733. <script type="text/javascript" id="jquery-touchSwipe-js" data-pmdelayedscript="https://stealthgrowbox.eu/wp-content/themes/thegem/js/jquery.touchSwipe.min.js?ver=5.10.3.1" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1" data-rocketlazyloadscript="1"></script>
  1734. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/jquery.carouFredSel.js?ver=1731245212" id="jquery-carouFredSel-js"></script>
  1735. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-gallery.js?ver=1731245212" id="thegem-gallery-js"></script>
  1736. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-itemsAnimations.js?ver=1731245212" id="thegem-items-animations-js"></script>
  1737. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-blog-core.js?ver=1731245212" id="thegem-blog-core-js"></script>
  1738. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/thegem-blog.js?ver=1731245212" id="thegem-blog-js"></script>
  1739. <script data-minify="1" type="text/javascript" src="https://stealthgrowbox.eu/wp-content/cache/min/1/wp-content/themes/thegem/js/news-carousel.js?ver=1731245212" id="thegem-news-carousel-js"></script>
  1740. <script type="rocketlazyloadscript"></script><script type="text/javascript">
  1741. var thegem_woo_buttons = document.querySelectorAll('.button');
  1742. for (index = 0; index < thegem_woo_buttons.length; index++) {
  1743. if(thegem_woo_buttons[index].tagName.toLowerCase() !== 'p' && thegem_woo_buttons[index].tagName.toLowerCase() !== 'div' && !thegem_woo_buttons[index].closest('.portfolio-item') && !thegem_woo_buttons[index].closest('.thegem-te-loop-product-add-to-cart') && !thegem_woo_buttons[index].closest('.products') && !(thegem_woo_buttons[index].closest('.thegem-popup-notification')) && !(thegem_woo_buttons[index].closest('.woocommerce-MyAccount-content .woocommerce-info'))) {
  1744. thegem_woo_buttons[index].classList.add('gem-button');
  1745. thegem_woo_buttons[index].classList.add('gem-wc-button');
  1746. }
  1747. }
  1748. </script>
  1749. <script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
  1750. if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
  1751. images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
  1752. if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://stealthgrowbox.eu/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="perfmatters-delayed-scripts-js">const perfmattersUserInteractions=["keydown","mousemove","wheel","touchmove","touchstart","touchend"];perfmattersUserInteractions.forEach(function(event){window.addEventListener(event,pmTriggerDelayedScripts,{passive:!0})});function pmTriggerDelayedScripts(){pmLoadDelayedScripts();perfmattersUserInteractions.forEach(function(event){window.removeEventListener(event, pmTriggerDelayedScripts,{passive:!0});});}function pmLoadDelayedScripts(){document.querySelectorAll("script[data-pmdelayedscript]").forEach(function(elem){elem.setAttribute("src",elem.getAttribute("data-pmdelayedscript"));});}</script><script type="text/javascript">(function() {window.addEventListener("load",function(){var elem = document.getElementById("thegem-preloader-inline-css");setTimeout(function() { if (elem!==null && elem.parentNode!==null) elem.parentNode.removeChild(elem) }, 300); });})();</script></body>
  1753. </html>
  1754.  
  1755. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1747078076 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda