πŸ›’ Your Cart

πŸ›οΈ

Your cart is empty

Add some products to get started!

πŸ›οΈ Shop All πŸš— Car Mounts πŸ“± Stands ⚑ Charging πŸ›‘οΈ Cases
πŸ‘€ My Account πŸ’¬ Contact Us ❓ FAQ ↩️ Returns
πŸ”’ Privacy Policy πŸ“„ Terms of Service
⚑ Free Worldwide Shipping on All Orders πŸ”’ 256-bit SSL Secure Checkout πŸ’¬ Responsive Customer Support πŸš€ Fast Dispatch β€” Tracking Included πŸ“± Phone Accessories for Everyday Use πŸ”„ Clear Returns & Refunds Policy ⚑ Free Worldwide Shipping on All Orders πŸ”’ 256-bit SSL Secure Checkout πŸ’¬ Responsive Customer Support πŸš€ Fast Dispatch β€” Tracking Included πŸ“± Phone Accessories for Everyday Use πŸ”„ Clear Returns & Refunds Policy
MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer
MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer
MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer
MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer
MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer
MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer
MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer
πŸ”₯ Best Seller 🚚 Free Shipping βœ… In Stock

MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer

$38.99 $50.99
πŸŽ‰ You save $12.00 today!
Color
Ships From
Quantity
⚑ Buy it now
🚚
Free ShippingWorldwide, always
πŸ“¦
Fast DispatchTracking included
πŸ”’
Secure Payment256-bit SSL
πŸ’¬
Customer SupportHelp when you need it

SPECIFICATIONS

Brand Name: Ulanzi

Electric: Yes

High-concerned chemical: None

Model Number: Ulanzi MA35

Origin: Mainland China

Package: Yes

Photography Accessories Type: Tools

Voltage range: USB (5-20V DC)

Ulanzi MA35 MagSafe Smartphone Camera Shutter Grip Bluetooth Selfie Handle As Camera Photo Stabilizer Vertical Horizontal Shooting




Features:

1.Balance & Stability: Bridge the gap in photography performance. MA35 Camera Grip turns your phone into a pro-level camera that's always with you.

2.Magnetic or Phone Clamp Connection: The MA35 Grip magnetic accessories feature a secure magnetic connection that easily links together, allowing you to customize your workflow on-the-go. This seamless connection enhances your experience and provides a versatile platform for your MagSafe-compatible devices. Phone clamp fits devices that are 1.96 to 3.74" in width.

3.Vertical and Horizontal Mode: The phone grip offers ease of use, enabling quick adjustments between vertical and horizontal shooting.

4.Bluetooth Shutter: Take photos & videos with your index finger - just like you’re holding a camera - using the wireless shutter button (Wireless control within 15m).

5.Take Better Rear-facing Selfies: Check and touch up your makeup or groom yourself on the go with the mirror on the back.

6.Your Phone Grip, Your Way: The cold shoe mount, 1/4" screw, and the magnetic mount are built for your accessories, keeping creativity flowing.

7.Comfort Grip: Ergonomic non-slip grip fits around your hand and stabilizes your phone while shooting.

8.No More False Triggering: Smart design leaves enough space between your phone and the grip, ensuring worry-free shooting experience.




Specifications:

Material: ABS, Silicone, PCBA & Acrylic

Dimensions: 127*96*45mmΒ±2mm

Package Dimensions: 123*153*50mmΒ±2mm

Net Weight: 130gΒ±5g

Phone Clamp Width: 50-95mm



βœ… Compatible with MagSafe-enabled iPhones

πŸ“¦ Fast dispatch β€” tracking number sent by email

🌍 Delivery options shown at checkout

πŸ”’ Secure checkout

πŸ“ Lightweight and compact design

⚑ Product details vary by selected option

+(Number(cents)/100).toFixed(2);} } function mgVarSelect(el){ var parent=el.closest('.mg-prod-var-opts'); if(parent)parent.querySelectorAll('.mg-prod-var-opt').forEach(function(b){b.classList.remove('on');}); el.classList.add('on'); var data=document.getElementById('mg-product-variants'); if(!data)return; var variants; try{variants=JSON.parse(data.textContent);}catch(e){return;} var selected=[]; document.querySelectorAll('.mg-prod-variants').forEach(function(group){ var active=group.querySelector('.mg-prod-var-opt.on'); selected[Number(group.dataset.optionIndex)]=active?active.dataset.optionValue:''; }); var variant=variants.find(function(v){ return Array.isArray(v.options)&&v.options.every(function(value,index){return value===selected[index];}); }); if(!variant)return; var price=document.getElementById('mg-price'); var compare=document.getElementById('mg-compare-price'); var saving=document.getElementById('mg-price-save'); var variantInput=document.getElementById('mg-variant-id'); var buyNow=document.querySelector('.mg-prod-buy'); var addButton=document.querySelector('.mg-prod-atc'); if(price)price.textContent=mgFormatMoney(variant.price); var onSale=Number(variant.compare_at_price)>Number(variant.price); if(compare){ compare.hidden=!onSale; compare.textContent=onSale?mgFormatMoney(variant.compare_at_price):''; } if(saving){ saving.hidden=!onSale; saving.textContent=onSale?'πŸŽ‰ You save '+mgFormatMoney(Number(variant.compare_at_price)-Number(variant.price))+' today!':''; } if(variantInput)variantInput.value=variant.id; if(buyNow)buyNow.href='/checkout?variant='+variant.id; if(addButton){ addButton.disabled=!variant.available; addButton.textContent=variant.available?'πŸ›’ Add to Cart':'Sold out'; } if(variant.featured_image&&variant.featured_image.src){ var main=document.getElementById('mg-main-img-el'); if(main)main.src=variant.featured_image.src; } try{ var url=new URL(window.location.href); url.searchParams.set('variant',variant.id); window.history.replaceState({},'',url); }catch(e){} } function mgQtyChange(delta){ var inp=document.getElementById('mg-qty'),hidden=document.getElementById('mg-qty-hidden'); if(!inp)return; var val=Math.max(1,Math.min(99,(parseInt(inp.value)||1)+delta)); inp.value=val;if(hidden)hidden.value=val; } function mgTab(btn,id){ document.querySelectorAll('.mg-prod-tab-btn').forEach(function(b){b.classList.remove('on');}); document.querySelectorAll('.mg-prod-tab-content').forEach(function(c){c.classList.remove('on');}); btn.classList.add('on');var el=document.getElementById('mg-tab-'+id);if(el)el.classList.add('on'); } var mgWL=[]; function mgW(btn,e){ e.preventDefault();e.stopPropagation(); var card=btn.closest('.mg-pc'),titleEl=card?card.querySelector('h3'):null,nm=titleEl?titleEl.textContent.trim():'Item'; btn.classList.toggle('on');var isOn=btn.classList.contains('on'); btn.innerHTML=isOn?'❀️':'β™‘'; if(isOn){mgWL.push(nm);mgT('❀️ Saved!');}else{mgWL=mgWL.filter(function(x){return x!==nm;});mgT('Removed from wishlist');} var badge=document.getElementById('mg-wbadge');if(badge){badge.textContent=mgWL.length;badge.classList.toggle('on',mgWL.length>0);} } function mgOW(){mgT(mgWL.length>0?'Wishlist: '+mgWL.join(', '):'No items saved yet');} function mgF(el,icon,title,desc,pct,metric){ document.querySelectorAll('.mg-fc').forEach(function(f){f.classList.remove('on');});el.classList.add('on'); var fi=document.getElementById('mg-fdi'),ft=document.getElementById('mg-fdt'),fd=document.getElementById('mg-fdd'),fp=document.getElementById('mg-fdp'),fm=document.getElementById('mg-fdm'),fb=document.getElementById('mg-fdb'); if(fi)fi.textContent=icon;if(ft)ft.textContent=title;if(fd)fd.textContent=desc;if(fp)fp.textContent=pct+'%';if(fm)fm.textContent=metric; if(fb){fb.style.width='0%';setTimeout(function(){fb.style.width=pct+'%';},50);} } var mgBT=0,mgBI=[]; function mgB(el,price,name,variantId){ var numPrice=parseFloat(String(price).replace(/[^0-9.]/g,''))||0; el.classList.toggle('on'); if(el.classList.contains('on')){mgBT+=numPrice;mgBI.push({name:name,price:numPrice,variantId:variantId});} else{mgBT=Math.max(0,mgBT-numPrice);mgBI=mgBI.filter(function(i){return i.name!==name;});} var cnt=document.querySelectorAll('.mg-bp.on').length,disc=cnt>=4?0.25:cnt>=3?0.20:cnt>=2?0.15:0,fin=Math.max(0,mgBT*(1-disc)); var sp=document.getElementById('mg-bsp'),ss=document.getElementById('mg-bss'); if(sp)sp.textContent='$'+fin.toFixed(2); if(ss){if(disc>0)ss.textContent='πŸŽ‰ You save $'+(mgBT-fin).toFixed(2)+' ('+Math.round(disc*100)+'% off!)';else if(cnt===1)ss.textContent='Add 1 more item for 15% off!';else ss.textContent='Select 2+ items to unlock discount';} } function mgBC(){ if(!mgBI.length){mgT('Pick at least one item first!','err');return;} var promises=mgBI.map(function(it){ var ex=mgCart.find(function(i){return String(i.variantId)===String(it.variantId);}); if(ex){ex.qty++;}else{mgCart.push({name:it.name,price:it.price,img:'',qty:1,variantId:it.variantId});} if(it.variantId&&it.variantId!=='undefined'&&it.variantId!==''){ return fetch('/cart/add.js',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({id:parseInt(it.variantId),quantity:1})}).catch(function(){}); } return Promise.resolve(); }); Promise.all(promises).then(function(){mgRC();mgT('πŸŽ‰ '+mgBI.length+' item'+(mgBI.length>1?'s':'')+' added!');mgOC();}); } function mgEM(){var v=document.getElementById('mg-einp');if(!v)return;var email=v.value.trim();if(!email||!email.includes('@')){mgT('Please enter a valid email','err');return;}mgT('πŸŽ‰ 15% discount code sent to '+email+'!');v.value='';} function mgContactSubmit(e){if(e)e.preventDefault();mgT('βœ… Message sent! We\'ll reply within 4 hours.');} function mgFaqToggle(el){el.classList.toggle('on');} function mgOS(){var s=document.getElementById('mg-search');if(s){s.classList.add('on');document.body.style.overflow='hidden';}setTimeout(function(){var i=document.getElementById('mg-si');if(i)i.focus();},100);} function mgCS(){var s=document.getElementById('mg-search');if(s)s.classList.remove('on');document.body.style.overflow='';} function mgSF(term){window.location.href='/search?q='+encodeURIComponent(term);} document.addEventListener('DOMContentLoaded',function(){ var si=document.getElementById('mg-si'); if(si)si.addEventListener('keydown',function(e){if(e.key==='Enter'&&si.value.trim())window.location.href='/search?q='+encodeURIComponent(si.value.trim());}); }); function mgOD(){var d=document.getElementById('mg-drawer'),b=document.getElementById('mg-burg');if(d){d.classList.add('on');document.body.style.overflow='hidden';}if(b)b.classList.add('on');} function mgCD(){var d=document.getElementById('mg-drawer'),b=document.getElementById('mg-burg');if(d)d.classList.remove('on');if(b)b.classList.remove('on');document.body.style.overflow='';} window.addEventListener('scroll',function(){var btt=document.getElementById('mg-btt');if(btt)btt.classList.toggle('on',window.scrollY>500);},{passive:true}); var mgSA=false,statsEl=document.getElementById('mg-stats'); if(statsEl&&typeof IntersectionObserver!=='undefined'){ new IntersectionObserver(function(entries){ if(entries[0].isIntersecting&&!mgSA){mgSA=true; document.querySelectorAll('.mg-sn').forEach(function(el){ var target=parseInt(el.dataset.t)||0,suffix=el.dataset.s||'',current=0,step=target/70; var timer=setInterval(function(){current=Math.min(current+step,target);el.textContent=Math.round(current).toLocaleString()+suffix;if(current>=target)clearInterval(timer);},20); }); } },{threshold:0.3}).observe(statsEl); } document.addEventListener('keydown',function(e){ if(e.key==='Escape'){mgCS();mgCD();mgCC();} if((e.ctrlKey||e.metaKey)&&e.key==='k'){e.preventDefault();mgOS();} }); document.addEventListener('DOMContentLoaded',function(){ fetch('/cart.js').then(function(r){return r.json();}).then(function(cart){ if(cart.item_count>0){ mgCart=cart.items.map(function(item){return{name:item.product_title,price:item.price/100,img:item.image||'',qty:item.quantity,variantId:String(item.variant_id)};}); mgRC(); } }).catch(function(){}); });