1-3 dagars leverans, Inom Sverige: Fast fraktkostnad 69kr, Fri frakt över 3000kr

Priser inkl. moms
Mens-File-Magazine-32-Clutch-Volume-100-1
(Klicka för en större bild)
Mens-File-Magazine-32-Clutch-Volume-100-1Mens-File-Magazine-32-Clutch-Volume-10021Mens-File-Magazine-32-Clutch-Volume-100-10Mens-File-Magazine-32-Clutch-Volume-100-5Mens-File-Magazine-32-Clutch-Volume-100-9Mens-File-Magazine-32-Clutch-Volume-100-8Mens-File-Magazine-32-Clutch-Volume-100-11Mens-File-Magazine-32-Clutch-Volume-100-12

Mens File Magazine 32 / Clutch Volume 100

Mens File/Clutch Magazine

The globalised world that has bought us together through the pages of this journal, that celebrates our shared appreciation of mid-century style, now threatens to pull us apart as shipping costs for Men's File and CLUTCH seem to be increasing, almost exponentially. Printed in the heart of Tokyo, this journal makes its way across the world to you directly in a single envelope or boxed and palleted to your local dealer. The shipping costs are dependent on the weight of each copy, and for this reason we have joined Men's File and CLUTCH within the same cover and sought to use a lighter paper stock. I explain the specifics of these changes as I know that our readers are not the type of people who, although skilled at adaptation, let developments just pass unnoticed. In fact, it's our further shared interest in all matters technical and historic that enthrals us on another level. Thus, Men's File and CLUTCH are no longer arranged in a wrapper, but as a single magazine.

Enhet:st.
Lagerstatus:I lager
Artikelnummer:MF32-CM-100
399,00kr / st.
St:
Skriv ut
Visa stor bild
PDF
/** * DYNAMISK JSON-LD (SCHEMA.ORG) FÖR HEPCAT STORE * Genererar strukturerad data för Google, inkl. dynamisk lagerstatus. */ document.addEventListener("DOMContentLoaded", function() { var p = (window.J && window.J.data) ? window.J.data.product : null; if (!p) return; // Ta bort eventuell gammal JSON-LD för att undvika dubbletter om AJAX körs var existingScript = document.getElementById('hepcat-json-ld'); if (existingScript) { existingScript.remove(); } var brandName = "HepCat Store"; var brandEl = document.querySelector('.product-subname'); if (brandEl && brandEl.innerText) { brandName = brandEl.innerText.trim(); } var imgEl = document.querySelector('meta[property="og:image"]'); var image = imgEl ? imgEl.content : ""; var descEl = document.querySelector('meta[name="description"]'); var description = descEl ? descEl.content : p.Name; var currencySymbol = (window.JetshopData && window.JetshopData.CurrencySymbol) ? window.JetshopData.CurrencySymbol : "kr"; var currencyCode = "SEK"; if (currencySymbol === "€") currencyCode = "EUR"; if (currencySymbol === "$") currencyCode = "USD"; var price = (p.PriceInfo && p.PriceInfo.Price) ? p.PriceInfo.Price : 0; if (typeof price === 'string') { price = parseFloat(price.replace(/\s/g, '').replace(',', '.')); } // LAGERSTATUS-KONTROLL // Här letar vi efter de vanligaste klasserna för köp-knappen i Jetshop Classic. // Ändra selektorn om er knapp heter något annat (t.ex. '.add-to-cart') var buyButton = document.querySelector('.buy-button, .btn-buy, #btnBuy, .add-to-cart-btn'); var isAvailable = "https://schema.org/InStock"; // Standard: I lager // Om knappen saknas helt, eller om den har ett attribut som gör den inaktiv (disabled) if (!buyButton || buyButton.hasAttribute('disabled') || buyButton.classList.contains('disabled')) { isAvailable = "https://schema.org/OutOfStock"; } var schema = { "@context": "https://schema.org/", "@type": "Product", "name": p.Name, "image": image, "description": description, "sku": p.ArticleNumber || p.ProductId, "brand": { "@type": "Brand", "name": brandName }, "offers": { "@type": "Offer", "url": window.location.href, "priceCurrency": currencyCode, "price": price, "itemCondition": "https://schema.org/NewCondition", // Alltid nya produkter "availability": isAvailable, // Dynamisk lagerstatus! "seller": { "@type": "Organization", "name": "HepCat Store", "address": { "@type": "PostalAddress", "streetAddress": "S:t Lars v 21", "postalCode": "222 70", "addressLocality": "Lund", "addressCountry": "SE" } } } }; var script = document.createElement('script'); script.type = 'application/ld+json'; script.id = 'hepcat-json-ld'; script.text = JSON.stringify(schema); document.head.appendChild(script); });