{{children}}',revokeBtn:'
Cookie Policy
',compliance:{info:'
{{dismiss}}
',"opt-in":'
{{dismiss}}{{allow}}
',"opt-out":'
{{deny}}{{dismiss}}
'},type:"info",layouts:{basic:"{{messagelink}}{{compliance}}","basic-close":"{{messagelink}}{{compliance}}{{close}}","basic-header":"{{header}}{{message}}{{link}}{{compliance}}"},layout:"basic",position:"bottom",theme:"block","static":!1,palette:null,revokable:!1,animateRevokable:!0,showLink:!0,dismissOnScroll:!1,dismissOnTimeout:!1,autoOpen:!0,autoAttach:!0,whitelistPage:[],blacklistPage:[],overrideHTML:null};return n.prototype.initialise=function(e){this.options&&this.destroy(),t.deepExtend(this.options={},g),t.isPlainObject(e)&&t.deepExtend(this.options,e),r.call(this)&&(this.options.enabled=!1),m(this.options.blacklistPage,location.pathname)&&(this.options.enabled=!1),m(this.options.whitelistPage,location.pathname)&&(this.options.enabled=!0);var i=this.options.window.replace("{{classes}}",c.call(this).join(" ")).replace("{{children}}",l.call(this)),n=this.options.overrideHTML;if("string"==typeof n&&n.length&&(i=n),this.options["static"]){var o=u.call(this,'
'+i+"
");o.style.display="",this.element=o.firstChild,this.element.style.display="none",t.addClass(this.element,"cc-invisible")}else this.element=u.call(this,i);b.call(this),y.call(this),this.options.autoOpen&&this.autoOpen()},n.prototype.destroy=function(){this.onButtonClick&&this.element&&(this.element.removeEventListener("click",this.onButtonClick),this.onButtonClick=null),this.dismissTimeout&&(clearTimeout(this.dismissTimeout),this.dismissTimeout=null),this.onWindowScroll&&(window.removeEventListener("scroll",this.onWindowScroll),this.onWindowScroll=null),this.onMouseMove&&(window.removeEventListener("mousemove",this.onMouseMove),this.onMouseMove=null),this.element&&this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.element=null,this.revokeBtn&&this.revokeBtn.parentNode&&this.revokeBtn.parentNode.removeChild(this.revokeBtn),this.revokeBtn=null,f(this.options.palette),this.options=null},n.prototype.open=function(t){if(this.element)return this.isOpen()||(e.hasTransition?this.fadeIn():this.element.style.display="",this.options.revokable&&this.toggleRevokeButton(),this.options.onPopupOpen.call(this)),this},n.prototype.close=function(t){if(this.element)return this.isOpen()&&(e.hasTransition?this.fadeOut():this.element.style.display="none",t&&this.options.revokable&&this.toggleRevokeButton(!0),this.options.onPopupClose.call(this)),this},n.prototype.fadeIn=function(){var i=this.element;if(e.hasTransition&&i&&(this.afterTransition&&s.call(this,i),t.hasClass(i,"cc-invisible"))){if(i.style.display="",this.options["static"]){var n=this.element.clientHeight;this.element.parentNode.style.maxHeight=n+"px"}var r=20;this.openingTimeout=setTimeout(o.bind(this,i),r)}},n.prototype.fadeOut=function(){var i=this.element;e.hasTransition&&i&&(this.openingTimeout&&(clearTimeout(this.openingTimeout),o.bind(this,i)),t.hasClass(i,"cc-invisible")||(this.options["static"]&&(this.element.parentNode.style.maxHeight=""),this.afterTransition=s.bind(this,i),i.addEventListener(e.transitionEnd,this.afterTransition),t.addClass(i,"cc-invisible")))},n.prototype.isOpen=function(){return this.element&&""==this.element.style.display&&(!e.hasTransition||!t.hasClass(this.element,"cc-invisible"))},n.prototype.toggleRevokeButton=function(e){this.revokeBtn&&(this.revokeBtn.style.display=e?"":"none")},n.prototype.revokeChoice=function(e){this.options.enabled=!0,this.clearStatus(),this.options.onRevokeChoice.call(this),e||this.autoOpen()},n.prototype.hasAnswered=function(t){return Object.keys(e.status).indexOf(this.getStatus())>=0},n.prototype.hasConsented=function(t){var i=this.getStatus();return i==e.status.allow||i==e.status.dismiss},n.prototype.autoOpen=function(e){!this.hasAnswered()&&this.options.enabled&&this.open()},n.prototype.setStatus=function(i){var n=this.options.cookie,o=t.getCookie(n.name),s=Object.keys(e.status).indexOf(o)>=0;Object.keys(e.status).indexOf(i)>=0?(t.setCookie(n.name,i,n.expiryDays,n.domain,n.path),this.options.onStatusChange.call(this,i,s)):this.clearStatus()},n.prototype.getStatus=function(){return t.getCookie(this.options.cookie.name)},n.prototype.clearStatus=function(){var e=this.options.cookie;t.setCookie(e.name,"",-1,e.domain,e.path)},n}(),e.Location=function(){function e(e){t.deepExtend(this.options={},s),t.isPlainObject(e)&&t.deepExtend(this.options,e),this.currentServiceIndex=-1}function i(e,t,i){var n,o=document.createElement("script");o.type="text/"+(e.type||"javascript"),o.src=e.src||e,o.async=!1,o.onreadystatechange=o.onload=function(){var e=o.readyState;clearTimeout(n),t.done||e&&!/loaded|complete/.test(e)||(t.done=!0,t(),o.onreadystatechange=o.onload=null)},document.body.appendChild(o),n=setTimeout(function(){t.done=!0,t(),o.onreadystatechange=o.onload=null},i)}function n(e,t,i,n,o){var s=new(window.XMLHttpRequest||window.ActiveXObject)("MSXML2.XMLHTTP.3.0");if(s.open(n?"POST":"GET",e,1),s.setRequestHeader("X-Requested-With","XMLHttpRequest"),s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),Array.isArray(o))for(var r=0,a=o.length;r3&&t(s)}),s.send(n)}function o(e){return new Error("Error ["+(e.code||"UNKNOWN")+"]: "+e.error)}var s={timeout:5e3,services:["freegeoip","ipinfo","maxmind"],serviceDefinitions:{freegeoip:function(){return{url:"//freegeoip.net/json/?callback={callback}",isScript:!0,callback:function(e,t){try{var i=JSON.parse(t);return i.error?o(i):{code:i.country_code}}catch(n){return o({error:"Invalid response ("+n+")"})}}}},ipinfo:function(){return{url:"//ipinfo.io",headers:["Accept: application/json"],callback:function(e,t){try{var i=JSON.parse(t);return i.error?o(i):{code:i.country}}catch(n){return o({error:"Invalid response ("+n+")"})}}}},ipinfodb:function(e){return{url:"//api.ipinfodb.com/v3/ip-country/?key={api_key}&format=json&callback={callback}",isScript:!0,callback:function(e,t){try{var i=JSON.parse(t);return"ERROR"==i.statusCode?o({error:i.statusMessage}):{code:i.countryCode}}catch(n){return o({error:"Invalid response ("+n+")"})}}}},maxmind:function(){return{url:"//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js",isScript:!0,callback:function(e){return window.geoip2?void geoip2.country(function(t){try{e({code:t.country.iso_code})}catch(i){e(o(i))}},function(t){e(o(t))}):void e(new Error("Unexpected response format. The downloaded script should have exported `geoip2` to the global scope"))}}}}};return e.prototype.getNextService=function(){var e;do e=this.getServiceByIdx(++this.currentServiceIndex);while(this.currentServiceIndex=0,revokable:t.revokable.indexOf(e)>=0,explicitAction:t.explicitAction.indexOf(e)>=0}},e.prototype.applyLaw=function(e,t){var i=this.get(t);return i.hasLaw||(e.enabled=!1),this.options.regionalLaw&&(i.revokable&&(e.revokable=!0),i.explicitAction&&(e.dismissOnScroll=!1,e.dismissOnTimeout=!1)),e},e}(),e.initialise=function(t,i,n){var o=new e.Law(t.law);i||(i=function(){}),n||(n=function(){}),e.getCountryCode(t,function(n){delete t.law,delete t.location,n.code&&(t=o.applyLaw(t,n.code)),i(new e.Popup(t))},function(i){delete t.law,delete t.location,n(i,new e.Popup(t))})},e.getCountryCode=function(t,i,n){if(t.law&&t.law.countryCode)return void i({code:t.law.countryCode});if(t.location){var o=new e.Location(t.location);return void o.locate(function(e){i(e||{})},n)}i({})},e.utils=t,e.hasInitialised=!0,window.cookieconsent=e}}(window.cookieconsent||{}); //]]>-->
Aquatlantis VOLGA 120cm - 240L Aquatlantis VOLGA 120cm - 240L Aquatlantis VOLGA 120cm - 240L
⦿

More info

VOLGA

Range of aquariums that combines practicality and design and will allow a natural creation for your interior space. Through their modern and timeless lines available in 5 sizes and 3 colors, these aquariums fit perfectly into your different environments. Thanks to its BIOBOX filtration system with heater included, a water pump and filter media, as well as LED 2.0 lighting, get the most out of your aquarium with minimal maintenance.

New profile

New minimalist aluminum profile with a "unibody" frame, without edges, and a surprising natural look that will make the perfect combination with the "new design" furniture.

Technical specifications

VOLGA 180

VOLGA 180

product code 18473
Color 001 - Black
Dimensions (LxWxH) 103.5x42.7x50.9 cm
Volume 225 L
Capacity 180 L
Weight 43.5 kg
Bar code 5607329184739

Equipment included

EASY LED 2.0 ≈44W
product code 18652
Color 001 - Black
The amount 1
Consumption ≈ 44 W
Color Temperature 6800 K
lumens 5507 lm
luxury 10500 lx
Transformer
Bar code 5607329186528
BIOBOX®2
product code 03769
Color 001 - Black
The amount 1
Dimensions (LxWxH) 28x9x36.4 cm
Water pump EASYFLUX® 600
water flow regulator
EASYBOX refills FIBER L, ACTIVATED CARBON S, COARSE FOAM L, AQUACLAY S
Heater EASYKLIM+ 200W
Aquarium volume up to 80 - 200 L
Weight 1.8 kg
Bar code 5607329037691
EASYFLUX 600
product code 01343
Color 001 - Black
The amount 1
Dimensions (LxWxH) 4.5x6.4x6.9 cm
Consumption 6.3 W
Max Flow Q. 650 L/H
Distance H. Max. 0.5 m
water flow regulator
Certification TÜV, GS, IPX8
Weight 0.25 kg
Bar code 5607329013435
EASYBOX FIBER
Highly effective as a pre-filter, retaining the smallest polluting particles in your aquarium water.
product code 03172
Size L
The amount 1
Weight 0.06 kg
recommended replacement 1 - Month(s)
Bar code 5607329031729
EASYBOX ACTIVATED CARBON
Activated charcoal eliminates dissolved organic waste, bad odours, colors and toxins from aquarium water through chemical absorption.
product code 07386
Size s
The amount 1
Weight 0.19 kg
recommended replacement 1 - Month(s)
Bar code 5607329073866
EASYBOX THICK SPONGE
Material specially structured to promote an intense biological decomposition of pollutants harmful to your aquarium, ensuring water purification.
product code 03170
Size L
The amount 1
Weight 0.06 kg
recommended replacement 3-5 - Month(s)
Bar code 5607329031705
EASYBOX AQUACLAY
Natural product with a highly porous surface, which provides optimal conditions for obtaining a high colonization of bacteria essential to the balance of your aquarium and the well-being of fish and plants.
product code 03168
Size s
The amount 1
Weight 0.18 kg
recommended replacement 6 months)
Bar code 5607329031682
EASYKLIM+ 200W
product code 13737
Color 001 - Black
The amount 1
dimensions 3.2x31.7 cm
power 200 W
thermostat regulator 16 - 32 °C
Aquarium volume between 100/200 L
Certification TÜV, GS, IPX8
Weight 0.25 kg
Bar code 5607329137377

optional equipment

MOBILE
product code 18488
Color 001 - Black
Dimensions (LxWxH) 103.5x42.5x73 cm
Weight 35 kg
Max furniture weight 270 kg
Bar code 5607329184883

Reviews

No customer reviews for the moment.

Customers who bought this product also bought:

€525.95 tax incl.

▼ Ver Lista de Opções

Manufacturer:

▼ Fala connosco no Facebook

Se tiveres duvidas, fala connosco:

Aquaorinoco