Skip to content
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka hĂ€r för att fĂ„ information om hur du som redan Ă€r Geofix kund kommer Ă„t ditt webbkonto
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka hĂ€r för att fĂ„ information om hur du som redan Ă€r Geofix kund kommer Ă„t ditt webbkonto

Strong Marker 12-pack, non-fluorescent forest paint with long durability

SKU 131703
Original price €93,95 - Original price €93,95
Original price €93,95
€93,95
€93,95 - €93,95
Current price €93,95

SkogsfÀrg med extra lÄng bestÀndighet i skog och mark

Choose number of marking colors: Carton 12 pcs
Paint: Black

Standard shipping

Approximately 7-10 days delivery time

Soppec Strong Marker 12-pack, marking paint for long-lasting durability in forests and soil

  • This spray paint is not stocked by us but is a made-to-order item from our supplier.

  • The paint is shipped directly from our supplier to you and you will be charged for the actual shipping cost incurred.

NOTE! Orders under 5000 SEK generate an additional handling fee of 150 SEK in addition to the shipping cost. ?

STRONG MARKERÂź is a non-fluorescent forest paint with long duration (4 to 6 years). This forest paint is used for: long-term tree marking, plot boundaries, boundary marking, designation of future trees, marking of hiking trails, etc.

Excellent adhesion and high covering power on all wooden substrates. Very weather-resistant. Marking durability: 4–6 years depending on substrate and application conditions.

Application temperature: -20°C to 50°C. Drying time: 1 to 1.5 hours
Composition Binder: urethane alkyd.
Pigments: mineral and organic pigments free from lead and cadmium.
Solvent: complex mixture free from chlorinated solvents and without aromatic compounds.
Propellant: specific mixture of isobutane and propane 3.
Application Manual or using our application equipment (handle for forest paint).
Important:
BEFORE USE: With the nozzle upwards, shake well for at least one minute to avoid sedimentation of pigment which could clog the nozzle.
AFTER USE: clean with the nozzle pointing downwards.

Here you have an excellent paint for long-term marking , used in forestry to mark, for example, fellings or hiking trails, i.e. where the requirements for a durable paint are extra high. Soppec always tests its products in "reality", this is so that you as the user will receive a fully developed product that really works. Other advantages:

  • Very visible colors
  • High mechanical strength and good weather resistance thanks to acrylic bonds
  • Usable even at low temperatures
  • Dries quickly even on damp surfaces
  • Aroma-free formula (free from toluene, xylene etc.)
  • Respects health, environment and safety
    (no St. Andrew's cross, no Xi irritating or Xn harmful)
  • Can always be emptied to the last drop

Available in the following colors:

When purchasing a full pallet of branded paint or more, the price is reduced by 15% and the pallet is delivered free of charge within Sweden.

Sökord: SkogsfÀrg, MÀrkfÀrg, LÄngtidsmarkering, Soppec, Strong Marker

*/ (function () { window.dataLayer = window.dataLayer || []; const CONFIG = { CURRENCY: "SEK", // LĂ€gg gĂ€rna till/justera selektorer om ditt tema anvĂ€nder andra element CHECKOUT_BUTTON_SELECTORS: [ 'button[name="checkout"]', 'input[name="checkout"]', 'form[action*="/checkout"] [type="submit"]', 'a[href*="/checkout"]' ] }; function fetchCart() { return fetch('/cart.js', { credentials: 'same-origin' }) .then(r => r.json()) .catch(() => null); } function mapItems(cart) { if (!cart || !Array.isArray(cart.items)) return []; return cart.items.map((it, idx) => ({ item_id: String(it.variant_id || it.id || it.sku || ''), item_name: it.product_title || it.title || '', item_brand: 'Geofix AB', item_variant: it.variant_title || '', price: (typeof it.final_price === 'number' ? it.final_price : it.price || 0) / 100, quantity: it.quantity || 1, index: idx + 1 })); } function totalValue(items) { return items.reduce((s, i) => s + (Number(i.price) || 0) * (Number(i.quantity) || 0), 0); } function isCheckoutClick(target) { if (!target) return false; // trĂ€ff pĂ„ definierade selektorer for (const sel of CONFIG.CHECKOUT_BUTTON_SELECTORS) { if (target.closest(sel)) return true; } // fallback: formulĂ€r som postar till /checkout const form = target.closest('form'); if (form && /\/checkout/i.test(form.action || '')) return true; return false; } // Lyssna brett i capture-fasen sĂ„ vi hinner hĂ€mta vagnen innan redirect document.addEventListener('click', function (e) { const el = e.target; if (!isCheckoutClick(el)) return; // HĂ€mta /cart.js och pusha begin_checkout snabbt innan sidan lĂ€mnas fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); // Ingen preventDefault – lĂ„t redirect ske normalt }, true); // Extra sĂ€kerhet: lyssna Ă€ven pĂ„ submit (t.ex. enter-tryck i formulĂ€r) document.addEventListener('submit', function (e) { const form = e.target; if (!form) return; if (!/\/checkout/i.test(form.action || '')) return; fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); }, true); })();