Felpa con Cappuccio Large AFAMMOKK
30.00 € 35.90 €
Felpa con Cappuccio Large AFAMMOKK
Unisex Large Hoodie
Savings
35.90 €    30.00 €

16% (5.90 €)

Colour: black
Size: 3XL

Prodotto speciale e in Edizione limitata! Non lo trovi nei negozi
Ordina adesso prima che sia troppo tardi il numero dei prodotti è limitato!

Pagamento sicuro con carta di credito, paypal o bonifico.
Ecco come acquistare:

  • Clicca su Ordina Ora!
  • Selezionate la Taglia e la Quantità da voi scelta
  • Scegliete il Metodo di pagamento
  • Aggiungete il vostro indirizzo ed è fatta in 5-7 giorni lavorativi il prodotto è a casa tua!

Product Design, Texts and Contents of this page are managed independently by the store owner as indicated on the Legal Information page.

Durable combination of ring-spun cotton and polyester. Unisex medium weight hooded sweatshirt with plush interior and kangaroo pocket. Elasticated ribbed hem at the waist and at the end of the sleeves. Fabric 50% Ringspun cotton and 50% polyester. Washable at 30 degrees.

Shipping is carried out 5 to 7 working days starting from tomorrow.

Shipping cost is 5.95 € for the first purchased item 1.95 € for each additional product for destination Italy.

We will print the product for you once the order is received, each product is made to order to guarantee the highest quality.
This mode of production allows us to reduce waste and environmental impact.

NB: In the shopping cart, before completing the order, The shipping cost will be indicated precisely calculated automatically based on the destination and the selected products.

/* --- NapleStars: dataLayer product + add_to_cart + variant_change --- */ window.dataLayer = window.dataLayer || []; (function(){ function q(sel){ return document.querySelector(sel); } function qAll(sel){ return Array.prototype.slice.call(document.querySelectorAll(sel)); } function text(sel){ var el=q(sel); return el ? el.innerText.trim() : ""; } function attr(el, a){ return el ? el.getAttribute(a) || "" : ""; } function normalize(v){ return v ? v.replace(/\s+/g," ").trim() : ""; } function getProductData(){ var name = normalize(text(".product-title") || text("h1") || text(".title-campaign")); // size selected var size = normalize((q(".size-link.active") && q(".size-link.active").innerText) || (q(".size-box.active") && q(".size-box.active").innerText) || ""); // color selected: try data-color or title or alt var colorEl = q(".circle.active") || q(".color.active") || q(".swatch.active") ; var color = colorEl ? (attr(colorEl,"data-color")||attr(colorEl,"title")||normalize(colorEl.innerText)) : ""; // price var price = normalize((text(".special-price") || text("#new-price") || text(".price") || "").replace("€","").replace("EUR","")); // variant id fallback var variant = (attr(q("input[name='variant_id']"),"value") || variant || ""); var variantId = variant || (name + "-" + color + "-" + size); variantId = variantId.replace(/\s+/g,"-").toLowerCase(); return { item_name: name, item_variant: variantId, item_size: size, item_color: color, price: price }; } // push view_item on product page load (useful) try{ var pd = getProductData(); if(pd.item_name) { dataLayer.push({ event: "view_item", ecommerce: { items: [ { item_name: pd.item_name, item_id: pd.item_variant, item_variant: pd.item_variant, price: pd.price, item_size: pd.item_size, item_color: pd.item_color, quantity: 1 } ] } }); } }catch(e){ console && console.error && console.error("DL view_item err",e); } // Listen size/color changes (push variant_change) qAll(".size-link, .size-box, .swatch, .color, .circle").forEach(function(el){ el.addEventListener("click", function(){ setTimeout(function(){ // slight delay to allow DOM class changes var pd = getProductData(); dataLayer.push({ event: "variant_change", item_name: pd.item_name, item_variant: pd.item_variant, item_size: pd.item_size, item_color: pd.item_color, price: pd.price }); }, 250); }, false); }); // Add to cart button (use button[type=submit] in modal or specific class) var addSelectors = ["button.btn-shop","button.btn-add-to-cart","button[type='submit']","button:contains('Aggiungi al Carrello')"]; // safe: attach to form submit as fallback var cartButtons = qAll("button.btn-shop, button.btn-add-to-cart, button[type='submit'], .add-to-cart, .btn-add"); cartButtons.forEach(function(b){ b.addEventListener("click", function(e){ try{ var pd = getProductData(); dataLayer.push({ event: "add_to_cart", ecommerce: { currency: "EUR", value: pd.price, items: [{ item_name: pd.item_name, item_id: pd.item_variant, item_variant: pd.item_variant, price: pd.price, item_size: pd.item_size, item_color: pd.item_color, quantity: 1 }] } }); }catch(err){ console && console.error && console.error("DL add_to_cart err",err); } }, false); }); // If store shows a "Thank you" or order confirmation page with /order or /checkout/complete if(location.pathname.indexOf("order")>=0 || location.pathname.indexOf("checkout")>=0 || location.pathname.indexOf("thank-you")>=0){ try{ // extract order details (attempt) var orderTotal = (text(".order-total") || text(".total-amount") || "").replace("€",""); dataLayer.push({ event: "purchase", ecommerce: { transaction_id: "T-"+Date.now(), value: orderTotal || "", currency: "EUR" } }); }catch(e){} } })(); /* end */