Adresă: Strada Linia Mică 175, Colibași,
Telefon: +40 721 553 162
Site web: Accesați site-ul
Rețele sociale:
Program de lucru: Marți:Închis
Miercuri:Închis
Joi:Închis
Vineri:14:30-15:30
Sâmbătă:Închis
Duminică:Închis
Luni:Închis

Despre Limonadă GDA

Limonadă GDA, se află la Strada Linia Mică 175, Colibași , RO

eMAG.ro – Căutarea nu se oprește niciodată
Ai libertatea sa alegi din milioane de produse IT, electronice si electrocasnice, gadgeturi, jucarii, imbracaminte si incaltaminte la Super Pret sau cu plata in rate. Livrare rapida la easybox, Instant Money Back la retur, garantia produselor.
>>0))>>>0)>>>0,e[0]=b,e[1]=w,n(m[0],m[1],m[2],m[3],m);var k=S>>>18,O=(g>>>18|S>0,x=((O=(O^g)>>>0)>>>27|(k=(k^S)>>>0)>0,E=S>>>27;return(x>>>E|x>0&31)>>>0))>>>0},e.prototype.integer=function(e){if(!e)return this.next32();var t=t>>>0;if(!(t&t-1))return this.next32()&t-1;var r=0,n=(-t>>>0)%t>>>0;for(r=this.next32();r{“use strict”;Object.defineProperty(t,”__esModule”,{value:!0}),t.CookieService=void 0;t.CookieService=class{constructor(e,t,r,n){this.prefix=e,this.defaultDomain=t,this.defaultPath=r,this.defaultExpires=n,this.cookies=document.cookie.split(“;”).map((e=>e.trim()))}get(e){const t=this.cookies.find((t=>t.startsWith(`${e}=`)));return t?decodeURI(t.split(“=”)[1]):null}has(e){return null!==this.get(e)}set(e,t,r=null,n=null,o=null,i=!1){r=null!=r?r:this.defaultExpires,n=null!=n?n:this.defaultPath,o=null!=o?o:this.defaultDomain,document.cookie=`${e}=${encodeURI(t)}; expires=${r}; path=${n}; domain=${o}; secure=${i}`}}},340:(__unused_webpack_module,exports,__webpack_require__)=>{“use strict”;Object.defineProperty(exports,”__esModule”,{value:!0}),exports.ExperimentService=void 0;const rule_evaluator_1=__webpack_require__(620),defaultCallback={callback:()=>new Promise((e=>e(!0))),hidden:!1};class ExperimentService{constructor(e,t,r,n){this.data=e,this.cookie=t,this.randomizer=r,this.logging=n,this.isAllowed=()=>{const e=this.cookie.get(this.data.name);if(e&&”na”!==e)return!0;if(“na”===e)return!1;return!(this.randomizer.integer%100>parseInt(this.data.trafficAllocation))||(this.cookie.set(this.data.name,”na”),this.logging.logDatalayer(this.data.name,”na”),!1)},this.canRun=()=>new rule_evaluator_1.RuleEvaluator(this.data.rules,this.cookie).evaluate()}run(){if(this.isAllowed()&&this.canRun()){const e=this.split();try{return{callback:()=>new Promise((t=>{e.call(this),t(!0)})),hidden:!1}}catch(e){console.error(`Error in experiment ${this.data.name}`,e)}}return defaultCallback}split(){var _a,_b,_c;const cookieName=this.data.name;let callback=”null”;if(this.cookie.has(cookieName))callback=null!==(_b=null===(_a=this.data.variations.find((e=>e.letter===this.cookie.get(cookieName))))||void 0===_a?void 0:_a.callback)&&void 0!==_b?_b:callback;else{const e=this.data.variations[this.randomizer.integer%this.data.variations.length];callback=null!==(_c=null==e?void 0:e.callback)&&void 0!==_c?_c:callback,this.cookie.set(this.data.name,e.letter),this.logging.logDatalayer(this.data.name,e.letter),this.logging.log({[this.data.name]:e.letter})}return()=>{try{return eval(callback)}catch(e){}}}}exports.ExperimentService=ExperimentService},808:(e,t)=>{“use strict”;Object.defineProperty(t,”__esModule”,{value:!0}),t.LoggingService=void 0;t.LoggingService=class{constructor(e,t,r=null){this.url=e,this.datalayerService=t,this.datalayerSlot=r}logDatalayer(e,t){this.datalayerService.push({event:”AB_testing_platform_allocation”,ec:”AB_TEST”,ea:e,el:t,CD_SLOT_VALUE:`${e}: ${t}`,CD_SLOT_INDEX:this.datalayerSlot||0})}log(e){try{const t=new URLSearchParams(this.abLoggerFormat(e)),r=`${this.url}?${t}`;fetch(r,{keepalive:!0})}catch{}}abLoggerFormat(e){let t={};for(let r in e)t[`tests[${r}]`]=e[r];return t}}},427:(e,t,r)=>{“use strict”;Object.defineProperty(t,”__esModule”,{value:!0}),t.RandomizerService=void 0;const n=r(635).__importDefault(r(585));t.RandomizerService=class{constructor(){this.generator=new n.default(null)}get integer(){return this.generator.integer()}}},620:(__unused_webpack_module,exports)=>{“use strict”;Object.defineProperty(exports,”__esModule”,{value:!0}),exports.RuleEvaluator=void 0;class RuleEvaluator{constructor(e,t){this.rules=e,this.cookie=t}evaluate(){return this.rules.reduce(((e,t)=>e&&this.evalSet(t.ruleSet,t.type)),!0)}evalSet(e,t){const r=this.evalNodes(e.nodes,e.operator,t),n=e.sets.reduce(((e,r)=>”and”===r.operator?e&&this.evalNodes(r.nodes,r.operator,t)&&this.evalSet(r,t):e||this.evalNodes(r.nodes,r.operator,t)||this.evalSet(r,t)),”and”===e.operator);return”and”===e.operator?r&&n:r||n}evalNodes(e,t,r){return!!e.reduce(((e,n)=>”and”===t?e&&this.evalNode(n,r):e||this.evalNode(n,r)),”and”===t)}evalNode(e,t){let r;try{r=this.getModifier(e,t)}catch{return!1}switch(e.test){case”is”:case”eq”:return r===e.value;case”contains”:return r.includes(e.value);case”starts_with”:return r.startsWith(e.value);case”ends_with”:return r.endsWith(e.value);case”matches”:return new RegExp(e.value).test(r);default:return!1}}getModifier(e,t){switch(t){case”device”:return String(this.cookie.get(“site_version_11″));case”country”:return String(window.location.host.split(“.”).pop());default:return this.getNodeModifier(e)}}getNodeModifier(node){switch(node.target){case”url”:const urlModifiers={location:window.location.href,path:window.location.pathname,query:window.location.search,hash:window.location.hash},modifier=urlModifiers[node.modifier];if(void 0===modifier)throw new Error(“Invalid URL target”);return null!=modifier?modifier:””;case”header”:throw new Error(“Header target not implemented yet”);case”custom”:try{return String(eval(node.modifier))}catch{throw new Error(“Invalid custom rule modifier”)}default:throw new Error(“Invalid target”)}}}exports.RuleEvaluator=RuleEvaluator},617:(e,t,r)=>{“use strict”;Object.defineProperty(t,”__esModule”,{value:!0}),t.RunnerService=void 0;const n=r(340);t.RunnerService=class{constructor(e,t,r){this.randomizerService=e,this.cookieService=t,this.loggingService=r,this.curtain=null}runAll(e){const t=e.map((e=>new n.ExperimentService(e,this.cookieService,this.randomizerService,this.loggingService).run()));document.addEventListener(“DOMContentLoaded”,(()=>{t.forEach((async e=>{e.hidden&&this.addCurtain(),await e.callback(),e.hidden&&this.removeCurtain()}))}))}addCurtain(){if(this.curtain||!document.body)return;const e=document.createElement(“div”);e.style.cssText=”position:absolute;inset:0;background:#fff;z-index:999999;”,document.body.appendChild(e),this.curtain=e}removeCurtain(){const e=this.curtain;(null==e?void 0:e.parentNode)&&(e.parentNode.removeChild(e),this.curtain=null)}}},635:(e,t,r)=>{“use strict”;r.r(t),r.d(t,{__addDisposableResource:()=>N,__assign:()=>i,__asyncDelegator:()=>x,__asyncGenerator:()=>O,__asyncValues:()=>E,__await:()=>k,__awaiter:()=>p,__classPrivateFieldGet:()=>I,__classPrivateFieldIn:()=>A,__classPrivateFieldSet:()=>R,__createBinding:()=>v,__decorate:()=>s,__disposeResources:()=>M,__esDecorate:()=>l,__exportStar:()=>y,__extends:()=>o,__generator:()=>h,__importDefault:()=>T,__importStar:()=>D,__makeTemplateObject:()=>j,__metadata:()=>_,__param:()=>c,__propKey:()=>f,__read:()=>w,__rest:()=>a,__runInitializers:()=>u,__setFunctionName:()=>d,__spread:()=>m,__spreadArray:()=>S,__spreadArrays:()=>g,__values:()=>b,default:()=>L});var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)};function o(e,t){if(“function”!=typeof t&&null!==t)throw new TypeError(“Class extends value “+String(t)+” is not a constructor or null”);function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var i=function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;ro[0]&&s[1]new Date(e.startsAt)=new Date))))})()})();

(function() {
dataLayer.push({
unique_token: String(Date.now()) + ” + (Math.floor(Math.random()*90000) + 10000)
});
})();

if (typeof EM.datalayer === ‘string’) {
try {
dataLayer.push(JSON.parse(EM.datalayer));
} catch(ex) {};
} else if (typeof EM.datalayer === ‘object’) {
dataLayer.push(EM.datalayer);
}
dataLayer.push({
“loc”:”4d252524″,
“pageType_google”:”home”,
“pageType”:”homepage”,

});

(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘//www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-TKS335′);

!function(){“use strict”;var e=window.EM.cookie_policy&&window.EM.cookie_policy.cookies?window.EM.cookie_policy.cookies.find(function(e){return”google_doubleclick”===e.name}):void 0;e&&e.is_accepted||(e=Array.from(document.styleSheets).find(function(e){return”gpt-style2″===e.ownerNode.id}))&&(e.insertRule(“.gpt-slot { display: none }”,0),e.insertRule(“.gpt-slot-nav-fallback { display: block !important }”,0))}(),function(){“use strict”;window.googletag=window.googletag||{cmd:[]},googletag.cmd.push(function(){googletag.pubads().addEventListener(“slotRenderEnded”,function(e){var t=e.slot.getSlotElementId(),o=document.getElementById(t);if(o){var i=o.closest(“.gpt-slot”);if([“category”,”label”,”resealed”,”search”,”subdepartment_catalog”].includes(EM.page_type)&&[“tpb_product_main”,”RvBanner_CautareTop”].includes(t)&&i&&e.isEmpty)i.classList.add(“hide”);else{if(“subdepartment”===EM.page_type&&”tpb_subdepartments_top”===t&&i){if(e.isEmpty)return;var n=i.offsetHeight;i.nextElementSibling.style.cssText=”transform: translateY(“+n+”px); padding-bottom: “+n+”px”,i.style.removeProperty(“visibility”)}if(“nav-ad”===t&&e.isEmpty)return(n=document.querySelector(“.gpt-slot-nav-fallback”))?void n.classList.remove(“hide”):void(i&&i.classList.add(“hide”));e.isEmpty||(t=o.querySelector(“iframe”))&&t.addEventListener(“load”,function(e){e.target.style.minHeight=”1px”})}}})})}();

Contul meu

Laptop, Tablete & Telefoane

PC, Periferice & Software

TV, Audio-Video & Foto

Electrocasnice & Climatizare

Gaming, Carti & Birotica

Bacanie

Fashion

Ingrijire personala & Cosmetice

Casa, Gradina & Bricolaj

Sport & Travel

Auto, Moto & RCA

Jucarii, Copii & Bebe

Laptop, Tablete & TelefoanePC, Periferice & SoftwareTV, Audio-Video & FotoElectrocasnice & ClimatizareGaming, Carti & BiroticaBacanieFashionIngrijire personala & CosmeticeCasa, Gradina & BricolajSport & TravelAuto, Moto & RCAJucarii, Copii & Bebe

Caută

Nu avem sugestii de cautare

Cautare

Contul meu

Favorite

Coșul meu

Produse
(deschide megameniul)

Ofertele eMAG
Deschide Romania
Genius
Easy BuyBack
Resigilate
Card eMAG

Ofertele eMAG

Deschide Romania

Genius

Easy BuyBack

Resigilate

Card eMAG

Vezi mai mult

eMAG Help

Ofertele eMAG

Deschide Romania

Genius

Easy BuyBack

Resigilate

Card eMAG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Abonează-te la newsletter și află cu prioritate despre reducerile și ofertele exclusive din eMAG

Vei primi un email în care te rugăm să confirmi abonarea.

Cum se ajunge la Limonadă GDA?