NEEWER PA043/PA044 2nd Generation Smartphone Cage Mount for iPhone 15 Pro & Pro Max - Perfect for Vlogging, Filmmaking, and Mobile Photography
$27.5$50-45% OFF
Free shipping on all orders over $50
7-15 days international
12 people viewing this product right now!
30-day free returns
Secure checkout
83898363
Guranteed safe checkout
Description
Description
2nd Generation 15 Pro/Pro Max Phone Cage- The 2nd gen phone cage video rig for iPhone 15 Pro/Pro Max is upgraded with dedicated slots for mounting PA045 Quick Release & Quick Snap On Side Handles (sold separately), a hollow back compatible with MagSafe wireless charging, a 67mm filter thread, a T mount lens adapter and a 17mm thread lens backplate for video recording, YouTube/TikTok vlogging, live streaming, mobile photography, filmmaking, and Zoom calls
1 Click Installation with Full Access- This integrated mobile video cage phone stabilizer kit quickly opens and locks via a side button fits seamlessly the phone without blocking the camera, charging port, function buttons and wireless charging. With a durable aluminum alloy frame and shock absorbing rubber cushions, it is a protective and versatile phone stabilizer for video recording indoors and outdoors
67mm Threaded Filter Adapter- The snap on 67mm filter adapter connects 67mm UV CPL ND filters and black diffusion, graduated color, star, blue streak, light pollution reduction, and other effect filters for creative photos and videos without unwanted vignetting (filters sold separately)
17mm Threaded Lens Backplate- The 17mm threaded lens backplate mounts 105mm macro, 10x macro, 8mm fisheye, 45x microscope with LED light, 7x telephoto, 60mm telephoto, 18mm wide angle, 1.55x blue anamorphic, and other NEEWER phone attachment lenses with 17mm threads (lenses sold separately)
T Mount Lens Backplate Adapter- The T mount lens adapter is compatible with Moment T Series mobile lenses, including anamorphic, macro 10x, tele 58mm, wide 18mm, and fisheye 14mm lenses (lenses sold separately)
Multiple Accessory Mounting Points- With 1/4" threads and cold shoes, this phone cage can connect PA026 Dual Side Handles, PS005E Side Handle with Bluetooth Shutter Button, UA035 SSD Holder for Samsung T5 T7 SSD, PL81 RGB61 RGB62 Mini LED Video Light, CM22 CM28 Wireless Lavalier Microphone System, CA070 Weight Reducing Shoulder Strap, T30 Flexible Tripod, T29 T31 Mini Tabletop Tripod, TP15 Carbon Fiber Travel Tripod, PA010 Magnetic Phone Holder, PA060 Smartphone Cooler Fan
Specifications
{
img.classList.remove('active-thumbnail');
});
}
}
function selectSize(element) {
var parent = element.parentElement;
var variantOptions = parent.querySelectorAll('.variant-option');
for (var i = 0; i < variantOptions.length; i++) {
variantOptions[i].classList.remove('active');
}
element.classList.add('active');
var value = element.getAttribute('data-option');
document.querySelector('input.size_value').value = value;
element.style.transform = 'translateY(-5px)';
setTimeout(function() {
element.style.transform = 'translateY(0)';
}, 300);
}
document.addEventListener('DOMContentLoaded', function() {
// Color selection
const colorOptions = document.querySelectorAll('.goods-container .color-option');
colorOptions.forEach(option => {
option.addEventListener('click', function() {
colorOptions.forEach(opt => opt.classList.remove('active'));
this.classList.add('active');
// Here you would typically change the main image to show the selected color
});
});
// Size selection
const sizeOptions = document.querySelectorAll('.goods-container .size-option');
sizeOptions.forEach(option => {
option.addEventListener('click', function() {
sizeOptions.forEach(opt => opt.classList.remove('active'));
this.classList.add('active');
});
});
// Thumbnail click
const thumbnails = document.querySelectorAll('.goods-container .thumbnail');
thumbnails.forEach(thumbnail => {
thumbnail.addEventListener('click', function() {
const mainImageSrc = this.src.replace('150x150', '600x600');
document.querySelector('.goods-container .main-image').src = mainImageSrc;
});
});
// Add to cart animation
const addToCartBtn = document.querySelector('.goods-container .btn-add-to-cart');
if (addToCartBtn) {
addToCartBtn.addEventListener('click', function() {
this.innerHTML = ' Added to Cart';
this.style.backgroundColor = '#2a9d8f';
setTimeout(function() {
addToCartBtn.innerHTML = ' Add to Cart';
addToCartBtn.style.backgroundColor = '#e63946';
}, 2000);
});
}
});