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

RAM-HOL-UN10BU

SKU RAM-HOL-UN10BU
Original price €71,95 - Original price €71,95
Original price €71,95
€71,95
€71,95 - €71,95
Current price €71,95

Den populära fjäderbelastade RAM® X-Grip®-telefonhållaren har en X-design som expanderar och greppar för att ge en perfekt passform för din enhet

Standard shipping

Approximately 7-10 days delivery time

RAM-HOL-UN10BU

RAM® X-Grip® For larger phones (B-bulb)

The popular spring-loaded RAM® X-Grip® phone holder features an X-design that expands and grips to provide a perfect fit for your device. The RAM® X-Grip® phone holder is made of powder-coated, marine-grade aluminum, stainless steel components, and high-strength composite and is compatible with a variety of RAM® arms.

This large version of the RAM® X-Grip® fits phones from 1.75" to 4.5" wide and keeps your device accessible. No matter which arm and mounting base you pair your RAM® X-Grip® with, RAM® ball-joint technology allows for near infinite adjustability to achieve the perfect viewing angle, while extending the life of your phone by providing vibration damping. Also made for outdoor applications on e.g. motorbikes or bicycles.

Holder dimensions Width Range: 1.75" - 4.5" / 4.45cm - 11.43cm
Depth range: 0.875" / 2.22 cm max
Ball size B size (1") / 2.54 cm
Weight capacity 0.9kg
Material High strength composite, stainless steel
Weight 0.11 kg
Comes with Safety lanyard
Glue for rubber sleeves

Sökord: RAM, X-Grip, B-kula, Arm, Hållare, Mobil, Vibrationsdämpning

*/ (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); })();