{"product_id":"4-in-1-portable-selfie-stick-tripod-with-remote-360-degree-rotating-phone-holder-for-iphone-and-android","title":"4-in-1 Portable Selfie Stick Tripod with Remote - 360 Degree Rotating Phone Holder for iPhone and Android","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003cmeta name=\"description\" content=\"4-in-1 portable selfie stick and tripod stand with detachable Bluetooth remote, 360° rotating phone holder, and extendable arm. Compatible with iPhone 16\/15\/14\/13 Pro, Android, and GoPro. Compact travel size, universal mounting.\"\u003e\n  \u003ctitle\u003e4-in-1 Selfie Stick Tripod with Wireless Remote \u0026amp; 360° Rotation – iPhone 16\/15\/14, Android, GoPro | Travel\u003c\/title\u003e\n\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Portable 4-in-1 Selfie Stick Tripod with Detachable Wireless Remote \u0026 360° Rotating Phone Holder\",\n    \"description\": \"4-in-1 extendable selfie stick with detachable tripod legs, Bluetooth wireless remote, and 360° rotating phone holder. Compatible with iPhone 16, 15, 14, 13 Pro and all series, Android smartphones, and GoPro action cameras. Extends to 67cm, compact 19cm folded.\",\n    \"sku\": \"SS-4IN1-BT-360-TRIPOD\",\n    \"brand\": { \"@type\": \"Brand\", \"name\": \"YourBrand\" }\n  }\n  \u003c\/script\u003e\n\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@300;400;500\u0026amp;family=DM+Serif+Display:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --black: #0f0f0f;\n      --white: #ffffff;\n      --gray-100: #f5f4f0;\n      --gray-200: #e8e7e2;\n      --gray-400: #9a9890;\n      --gray-600: #5a5955;\n      --green-bg: #eaf3de;\n      --green-text: #3b6d11;\n      --blue-bg: #e6f1fb;\n      --blue-text: #185fa5;\n      --amber-bg: #faeeda;\n      --amber-text: #854f0b;\n      --pink-bg: #fbeaf0;\n      --pink-text: #993556;\n      --teal-bg: #e1f5ee;\n      --teal-text: #0f6e56;\n      --purple-bg: #eeedfe;\n      --purple-text: #534ab7;\n      --coral-bg: #faece7;\n      --coral-text: #993c1d;\n      --radius-sm: 6px;\n      --radius-md: 10px;\n      --radius-lg: 16px;\n      --radius-pill: 999px;\n    }\n\n    html { font-size: 16px; -webkit-font-smoothing: antialiased; }\n    body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--black); min-height: 100vh; }\n    .page { max-width: 900px; margin: 0 auto; padding: 3rem 2rem 5rem; }\n\n    \/* ─── Badges ─── *\/\n    .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.75rem; }\n    .badge {\n      font-size: 10.5px; font-weight: 500; letter-spacing: .06em;\n      text-transform: uppercase; padding: 4px 12px; border-radius: var(--radius-pill);\n    }\n    .b-green  { background: var(--green-bg);  color: var(--green-text); }\n    .b-blue   { background: var(--blue-bg);   color: var(--blue-text); }\n    .b-amber  { background: var(--amber-bg);  color: var(--amber-text); }\n    .b-teal   { background: var(--teal-bg);   color: var(--teal-text); }\n    .b-purple { background: var(--purple-bg); color: var(--purple-text); }\n    .b-pink   { background: var(--pink-bg);   color: var(--pink-text); }\n    .b-coral  { background: var(--coral-bg);  color: var(--coral-text); }\n\n    \/* ─── Hero ─── *\/\n    h1 {\n      font-family: 'DM Serif Display', serif;\n      font-size: clamp(1.65rem, 4vw, 2.25rem);\n      font-weight: 400; line-height: 1.18;\n      letter-spacing: -.02em; color: var(--black); margin-bottom: .6rem;\n    }\n    .tagline { font-size: 15px; color: var(--gray-600); font-style: italic; margin-bottom: 1.75rem; line-height: 1.6; }\n\n    \/* ─── 4-in-1 Mode Diagram ─── *\/\n    .modes-diagram {\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      overflow: hidden; margin-bottom: 2rem;\n    }\n    .modes-header {\n      background: var(--black); padding: .75rem 1.25rem;\n      font-size: 11px; font-weight: 500; letter-spacing: .08em;\n      text-transform: uppercase; color: rgba(255,255,255,.6);\n    }\n    .modes-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n      gap: 1px; background: var(--gray-200);\n    }\n    .mode-cell {\n      background: var(--white); padding: 1rem;\n      display: flex; flex-direction: column; gap: 5px;\n    }\n    .mode-num {\n      font-family: 'DM Serif Display', serif;\n      font-size: 1.4rem; font-weight: 400; color: var(--black); line-height: 1;\n    }\n    .mode-name { font-size: 13px; font-weight: 500; color: var(--black); }\n    .mode-desc { font-size: 11.5px; color: var(--gray-600); line-height: 1.5; }\n\n    \/* ─── Stats Bar ─── *\/\n    .stats-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));\n      gap: 1px; background: var(--gray-200);\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      overflow: hidden; margin-bottom: 2rem;\n    }\n    .stat-cell {\n      background: var(--white); padding: 1rem .75rem;\n      display: flex; flex-direction: column; align-items: center;\n      text-align: center; gap: 4px;\n    }\n    .stat-num {\n      font-family: 'DM Serif Display', serif;\n      font-size: 1.75rem; font-weight: 400; line-height: 1; color: var(--black);\n    }\n    .stat-unit { font-size: 12px; font-weight: 500; color: var(--black); }\n    .stat-label { font-size: 11px; color: var(--gray-400); }\n\n    \/* ─── Compat chips ─── *\/\n    .compat-group-label {\n      font-size: 11px; font-weight: 500; letter-spacing: .08em;\n      text-transform: uppercase; color: var(--gray-400); margin-bottom: 8px;\n    }\n    .compat-strip { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 1.25rem; }\n    .compat-chip {\n      font-size: 11.5px; background: var(--gray-100);\n      border: 1px solid var(--gray-200); border-radius: var(--radius-pill);\n      padding: 4px 12px; color: var(--gray-600);\n    }\n    .compat-chip strong { font-weight: 500; color: var(--black); }\n\n    \/* ─── Body Copy ─── *\/\n    .desc {\n      font-size: 15px; line-height: 1.8; color: #2a2a2a;\n      margin-bottom: 2rem; padding-bottom: 2rem;\n      border-bottom: 1px solid var(--gray-200);\n    }\n    .desc p + p { margin-top: 1rem; }\n    .desc strong { font-weight: 500; }\n\n    \/* ─── Section label ─── *\/\n    .section-label {\n      font-size: 11px; font-weight: 500; letter-spacing: .1em;\n      text-transform: uppercase; color: var(--gray-400); margin-bottom: 1rem;\n    }\n\n    \/* ─── Feature Grid ─── *\/\n    .feat-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 12px; margin-bottom: 2.5rem;\n    }\n    .feat-card {\n      background: var(--gray-100); border-radius: var(--radius-lg);\n      padding: 1.1rem 1.1rem 1.2rem;\n      border: 1px solid var(--gray-200); transition: border-color .2s;\n    }\n    .feat-card:hover { border-color: #c8c6c0; }\n    .feat-icon {\n      width: 34px; height: 34px; border-radius: var(--radius-sm);\n      display: flex; align-items: center; justify-content: center;\n      font-size: 17px; margin-bottom: .65rem;\n    }\n    .feat-card h3 { font-size: 13px; font-weight: 500; margin-bottom: 4px; }\n    .feat-card p  { font-size: 12px; color: var(--gray-600); line-height: 1.55; }\n\n    \/* ─── Shot Type Cards ─── *\/\n    .shot-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 12px; margin-bottom: 2.5rem;\n    }\n    .shot-card {\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      padding: 1.1rem 1.25rem; background: var(--white);\n    }\n    .shot-tag {\n      display: inline-block; font-size: 10.5px; font-weight: 500;\n      letter-spacing: .05em; text-transform: uppercase;\n      padding: 3px 9px; border-radius: var(--radius-pill); margin-bottom: 8px;\n    }\n    .shot-card h3 { font-size: 13px; font-weight: 500; margin-bottom: 5px; }\n    .shot-card p  { font-size: 12px; color: var(--gray-600); line-height: 1.6; }\n\n    \/* ─── What's in the box ─── *\/\n    .inbox-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n      gap: 12px; margin-bottom: 2.5rem;\n    }\n    .inbox-card {\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      padding: 1.1rem; text-align: center; background: var(--white);\n    }\n    .inbox-qty {\n      font-family: 'DM Serif Display', serif;\n      font-size: 2.25rem; font-weight: 400; line-height: 1;\n      color: var(--black); display: block; margin-bottom: 6px;\n    }\n    .inbox-name { font-size: 12px; color: var(--gray-600); line-height: 1.5; }\n\n    \/* ─── Spec Table ─── *\/\n    .specs-wrap {\n      border: 1px solid var(--gray-200); border-radius: var(--radius-lg);\n      overflow: hidden; margin-bottom: 2.5rem;\n    }\n    .spec-row {\n      display: flex; justify-content: space-between; align-items: center;\n      padding: 11px 16px; border-bottom: 1px solid var(--gray-200); font-size: 13.5px;\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-row:nth-child(even) { background: var(--gray-100); }\n    .spec-label { color: var(--gray-600); }\n    .spec-val   { font-weight: 500; text-align: right; }\n\n    \/* ─── Long-form ─── *\/\n    .longform h2 {\n      font-family: 'DM Serif Display', serif; font-size: 1.25rem;\n      font-weight: 400; margin: 2rem 0 .6rem;\n    }\n    .longform p { font-size: 14.5px; line-height: 1.8; color: #333; margin-bottom: .8rem; }\n    .longform ul { margin: .5rem 0 .8rem 1.25rem; }\n    .longform ul li { font-size: 14px; line-height: 1.7; color: #333; margin-bottom: 4px; }\n\n    hr { border: none; border-top: 1px solid var(--gray-200); margin: 2rem 0; }\n\n    @media (max-width: 600px) {\n      .page { padding: 2rem 1.25rem 4rem; }\n      .stat-num { font-size: 1.4rem; }\n      .modes-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n  \u003c\/style\u003e\n\n\n\n\u003cmain class=\"page\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cdiv class=\"badge-row\"\u003e\n    \u003cspan class=\"badge b-blue\"\u003e4-in-1 Design\u003c\/span\u003e\n    \u003cspan class=\"badge b-purple\"\u003eBluetooth Remote\u003c\/span\u003e\n    \u003cspan class=\"badge b-green\"\u003e360° Rotation\u003c\/span\u003e\n    \u003cspan class=\"badge b-teal\"\u003eExtends to 67cm\u003c\/span\u003e\n    \u003cspan class=\"badge b-amber\"\u003eGoPro Compatible\u003c\/span\u003e\n    \u003cspan class=\"badge b-coral\"\u003eTravel Compact\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- H1 --\u003e\n  \u003ch1 itemprop=\"name\"\u003e4-in-1 Portable Selfie Stick Tripod — Wireless Remote, 360° Rotation, iPhone\/Android\/GoPro\u003c\/h1\u003e\n  \u003cp class=\"tagline\"\u003eOne compact travel essential that replaces four separate accessories — selfie stick, tripod, remote shutter, and phone mount — all folding smaller than a water bottle.\u003c\/p\u003e\n\n  \u003c!-- 4-in-1 Mode Diagram --\u003e\n  \u003cdiv class=\"modes-diagram\"\u003e\n    \u003cdiv class=\"modes-header\"\u003e4 modes in one — all from the same compact device\u003c\/div\u003e\n    \u003cdiv class=\"modes-grid\"\u003e\n      \u003cdiv class=\"mode-cell\"\u003e\n        \u003cspan class=\"mode-num\"\u003e①\u003c\/span\u003e\n        \u003cspan class=\"mode-name\"\u003eSelfie stick\u003c\/span\u003e\n        \u003cspan class=\"mode-desc\"\u003eExtend the arm, hold at distance — wider shots without asking strangers\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-cell\"\u003e\n        \u003cspan class=\"mode-num\"\u003e②\u003c\/span\u003e\n        \u003cspan class=\"mode-name\"\u003eMini tripod\u003c\/span\u003e\n        \u003cspan class=\"mode-desc\"\u003eDeploy the folding legs — hands-free stable base on any flat surface\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-cell\"\u003e\n        \u003cspan class=\"mode-num\"\u003e③\u003c\/span\u003e\n        \u003cspan class=\"mode-name\"\u003eWireless remote\u003c\/span\u003e\n        \u003cspan class=\"mode-desc\"\u003eDetach the remote, step back up to 10m — trigger shutter from a distance\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mode-cell\"\u003e\n        \u003cspan class=\"mode-num\"\u003e④\u003c\/span\u003e\n        \u003cspan class=\"mode-name\"\u003ePhone\/camera stand\u003c\/span\u003e\n        \u003cspan class=\"mode-desc\"\u003eCompact tripod without the arm — desktop video calls, flat-surface shooting\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Stats Bar --\u003e\n  \u003cdiv class=\"stats-bar\"\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e67cm\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eExtended\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eMax reach\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e19cm\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eFolded\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003ePocket length\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e360°\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eRotation\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003ePortrait\/landscape\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e10m\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eRemote\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eBluetooth range\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-cell\"\u003e\n      \u003cspan class=\"stat-num\"\u003e185g\u003c\/span\u003e\n      \u003cspan class=\"stat-unit\"\u003eWeight\u003c\/span\u003e\n      \u003cspan class=\"stat-label\"\u003eTravel light\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Compat chips --\u003e\n  \u003cdiv class=\"compat-group-label\"\u003eiPhone compatibility\u003c\/div\u003e\n  \u003cdiv class=\"compat-strip\"\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 16 \/ 16 Plus \/ 16 Pro \/ 16 Pro Max\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 15 series\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 14 \/ 14 Pro \/ 14 Pro Max\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eiPhone 13 \/ 13 Pro \/ 13 Mini\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003eiPhone 12 and older (via holder width)\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compat-group-label\"\u003eAndroid \u0026amp; action cameras\u003c\/div\u003e\n  \u003cdiv class=\"compat-strip\" style=\"margin-bottom:1.75rem;\"\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eSamsung Galaxy S \/ Z series\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eGoogle Pixel series\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eGoPro (via 1\/4\" thread mount)\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003e\u003cstrong\u003eDJI Pocket series\u003c\/strong\u003e\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003eAll smartphones 6–9cm wide\u003c\/span\u003e\n    \u003cspan class=\"compat-chip\"\u003eCameras with 1\/4\" tripod thread\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Short Description --\u003e\n  \u003cdiv class=\"desc\" itemprop=\"description\"\u003e\n    \u003cp\u003eTravel photography has a packing problem: a selfie stick, a tripod, a Bluetooth remote, and a dedicated phone mount are four separate items that together occupy more space than most people will accept in a travel bag. This \u003cstrong\u003e4-in-1 portable selfie stick tripod\u003c\/strong\u003e collapses them all into a single 19cm device that weighs 185g and fits in a jacket pocket or side bag pocket without occupying meaningful space.\u003c\/p\u003e\n    \u003cp\u003eIn selfie stick mode, the arm extends from 19cm to 67cm — enough reach to capture a group of four or frame a background landscape without cutting off the top. In tripod mode, the three folding legs deploy in seconds to create a stable freestanding base — set it on a table, a wall, a rock, or any flat surface and step back. The \u003cstrong\u003edetachable Bluetooth remote\u003c\/strong\u003e clips to the stick handle for handheld use or comes off and pairs independently, letting you trigger the shutter from up to 10 metres away while standing in the frame — time-lapse, group shots, and video recording all controllable without touching the phone.\u003c\/p\u003e\n    \u003cp\u003eThe \u003cstrong\u003e360° rotating phone holder\u003c\/strong\u003e switches between portrait and landscape orientations with a friction-lock joint that holds any angle without slipping under the weight of a Plus or Pro Max phone. The universal spring-loaded clamp fits phones from 6cm to 9cm wide, which covers every smartphone on the market including the largest current Android and iPhone models. A standard \u003cstrong\u003e1\/4\"-20 tripod thread\u003c\/strong\u003e on the mount head accommodates GoPro mounts, camera adapters, and any standard camera accessory.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature Cards --\u003e\n  \u003cp class=\"section-label\"\u003eWhat sets it apart\u003c\/p\u003e\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--blue-bg)\"\u003e🔄\u003c\/div\u003e\n      \u003ch3\u003eDetachable Bluetooth Remote\u003c\/h3\u003e\n      \u003cp\u003eClips to the handle for selfie stick use — detaches for full 10m wireless range when the phone is on the tripod\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--green-bg)\"\u003e📐\u003c\/div\u003e\n      \u003ch3\u003e360° Friction-Lock Rotation\u003c\/h3\u003e\n      \u003cp\u003ePortrait or landscape at any angle — the joint holds the phone's position under full Plus\/Pro Max weight without slipping\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--purple-bg)\"\u003e📷\u003c\/div\u003e\n      \u003ch3\u003e1\/4\" Universal Thread\u003c\/h3\u003e\n      \u003cp\u003eStandard tripod thread accepts GoPro mounts, camera ball heads, and any standard photography accessory\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--teal-bg)\"\u003e🧳\u003c\/div\u003e\n      \u003ch3\u003e19cm Folded — Pocket Carry\u003c\/h3\u003e\n      \u003cp\u003eShorter than a standard water bottle when folded — fits in a jacket pocket, day bag, or personal item without bulk\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--amber-bg)\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eInstant Tripod Deploy\u003c\/h3\u003e\n      \u003cp\u003eThree legs unfold and lock in under 5 seconds — no assembly, no loose parts, stable on uneven surfaces\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\" style=\"background:var(--coral-bg)\"\u003e🌐\u003c\/div\u003e\n      \u003ch3\u003eUniversal Phone Clamp\u003c\/h3\u003e\n      \u003cp\u003eSpring clamp fits phones 6–9cm wide — every current iPhone and Android model including the widest Z Fold configurations\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Shot Type Cards --\u003e\n  \u003cp class=\"section-label\"\u003eShot types unlocked by mode\u003c\/p\u003e\n  \u003cdiv class=\"shot-grid\"\u003e\n    \u003cdiv class=\"shot-card\"\u003e\n      \u003cspan class=\"shot-tag\" style=\"background:var(--blue-bg);color:var(--blue-text)\"\u003eSelfie stick\u003c\/span\u003e\n      \u003ch3\u003eGroup selfies \u0026amp; wide scenes\u003c\/h3\u003e\n      \u003cp\u003eExtend to 67cm — fit 3–4 people in frame or capture the monument\/view behind you without the classic tight-face crop.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"shot-card\"\u003e\n      \u003cspan class=\"shot-tag\" style=\"background:var(--green-bg);color:var(--green-text)\"\u003eTripod + remote\u003c\/span\u003e\n      \u003ch3\u003eHands-free full-body shots\u003c\/h3\u003e\n      \u003cp\u003eSet the phone on the tripod, stand back 5–10m, trigger with the remote — the result looks professionally composed, not selfie-format.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"shot-card\"\u003e\n      \u003cspan class=\"shot-tag\" style=\"background:var(--purple-bg);color:var(--purple-text)\"\u003eLandscape mode\u003c\/span\u003e\n      \u003ch3\u003eStabilised video \u0026amp; time-lapse\u003c\/h3\u003e\n      \u003cp\u003eRotate 90° to landscape, deploy the tripod, and film long-exposure sunsets or time-lapse sequences without holding the phone or asking for help.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"shot-card\"\u003e\n      \u003cspan class=\"shot-tag\" style=\"background:var(--amber-bg);color:var(--amber-text)\"\u003eGoPro mount\u003c\/span\u003e\n      \u003ch3\u003eAction camera on tripod\u003c\/h3\u003e\n      \u003cp\u003eReplace the phone clamp with a GoPro mount adapter — the 1\/4\" thread converts to GoPro's standard mount for action camera use on the same tripod.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What's in the box --\u003e\n  \u003cp class=\"section-label\"\u003eWhat's in the box\u003c\/p\u003e\n  \u003cdiv class=\"inbox-grid\"\u003e\n    \u003cdiv class=\"inbox-card\"\u003e\n      \u003cspan class=\"inbox-qty\"\u003e×1\u003c\/span\u003e\n      \u003cspan class=\"inbox-name\"\u003e4-in-1 selfie stick \/ tripod body\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inbox-card\"\u003e\n      \u003cspan class=\"inbox-qty\"\u003e×1\u003c\/span\u003e\n      \u003cspan class=\"inbox-name\"\u003eDetachable Bluetooth remote shutter\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inbox-card\"\u003e\n      \u003cspan class=\"inbox-qty\"\u003e×1\u003c\/span\u003e\n      \u003cspan class=\"inbox-name\"\u003eUniversal spring phone clamp\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inbox-card\"\u003e\n      \u003cspan class=\"inbox-qty\"\u003e×1\u003c\/span\u003e\n      \u003cspan class=\"inbox-name\"\u003e1\/4\" to GoPro mount adapter\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inbox-card\"\u003e\n      \u003cspan class=\"inbox-qty\"\u003e×1\u003c\/span\u003e\n      \u003cspan class=\"inbox-name\"\u003eCarry pouch\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inbox-card\"\u003e\n      \u003cspan class=\"inbox-qty\"\u003e×1\u003c\/span\u003e\n      \u003cspan class=\"inbox-name\"\u003eQuick start guide\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- Spec Table --\u003e\n  \u003cp class=\"section-label\"\u003eProduct specifications\u003c\/p\u003e\n  \u003cdiv class=\"specs-wrap\" itemprop=\"additionalProperty\" itemscope itemtype=\"https:\/\/schema.org\/PropertyValue\"\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eModes\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e4-in-1: selfie stick, tripod, remote, stand\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eExtended length\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e67cm \/ 26.4 inches\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eFolded length\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e19cm \/ 7.5 inches\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e185g\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eRotation\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e360° friction-lock ball joint\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003ePhone clamp width\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e6–9cm (fits all standard smartphones)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eTripod thread\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eStandard 1\/4\"-20 (universal camera thread)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eBluetooth remote range\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eUp to 10 metres\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eRemote compatibility\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eiOS (iPhone camera) + Android (most models)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eRemote battery\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eCR2032 (replaceable) — 6-month life\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eTripod leg material\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAluminium alloy\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eStick material\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eAluminium alloy with rubberised grip\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eGoPro compatible\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003eYes — via included 1\/4\" to GoPro adapter\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax load\u003c\/span\u003e\u003cspan class=\"spec-val\"\u003e500g (phone + light accessories)\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Long-form SEO copy --\u003e\n  \u003cdiv class=\"longform\"\u003e\n\n    \u003ch2\u003eThe 4-in-1 format explained — what each mode actually replaces\u003c\/h2\u003e\n    \u003cp\u003eThe \"4-in-1\" label covers four distinct photography accessories that would otherwise be four separate purchases. A selfie stick replaces asking strangers to take photos in tourist locations — the extended arm creates enough distance for a flattering focal length rather than a distorted close-up. A tripod replaces leaning your phone against a water bottle or rock — the three aluminium legs create a stable, adjustable platform on any surface. A Bluetooth remote replaces the 10-second timer workaround — you can stand in position, compose the shot mentally, and trigger at the precise moment rather than sprinting into position before the timer fires. A desktop phone stand replaces propping the phone with a book during video calls. Four jobs, one item in the bag.\u003c\/p\u003e\n\n    \u003ch2\u003eSetting up the Bluetooth remote — iOS and Android\u003c\/h2\u003e\n    \u003cp\u003eThe Bluetooth remote pairs with your phone as a standard Bluetooth shutter device — no app required on iPhone. Go to Settings → Bluetooth, turn on the remote by pressing the button once, and it appears as a device named \"Remote Shutter\" or similar. Once paired, pressing the shutter button triggers the camera app's shutter, volume-up button, or any other camera app that supports Bluetooth remote triggering. On Android, most camera apps (Google Camera, Samsung Camera, Open Camera) support Bluetooth remote shutter natively. If the default camera app doesn't respond, a free third-party app such as Open Camera adds Bluetooth shutter support to any Android phone. Pairing persists — once paired, the remote reconnects automatically when powered on near the phone.\u003c\/p\u003e\n\n    \u003ch2\u003eGetting sharp shots on the tripod — practical tips\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eSet a 2-second self-timer in addition to using the remote — this eliminates camera shake from the button press itself on longer exposures\u003c\/li\u003e\n      \u003cli\u003eSpread the tripod legs to their maximum angle for stability — narrow leg angles reduce resistance to lateral movement\u003c\/li\u003e\n      \u003cli\u003eOn uneven ground, adjust individual leg lengths independently — the three legs can extend to different heights to level the phone on a slope\u003c\/li\u003e\n      \u003cli\u003eFor portrait mode shots from distance, switch the phone to 0.5× or 1× zoom rather than walking closer — the telephoto compression at distance produces more flattering proportions than a wide-angle shot from close up\u003c\/li\u003e\n      \u003cli\u003eTurn on grid lines in the camera app to align the horizon and composition before triggering with the remote\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eGoPro and action camera compatibility\u003c\/h2\u003e\n    \u003cp\u003eThe mount head has a standard 1\/4\"-20 tripod thread — the same thread used by virtually all camera tripods and accessories worldwide. GoPro cameras use a proprietary mount system, but the included adapter converts the 1\/4\" thread to a GoPro-standard J-hook or thumbscrew mount. GoPro HERO series (HERO 9, 10, 11, 12), GoPro MAX 360, and DJI Pocket cameras with a 1\/4\" thread all mount directly. The tripod provides adequate stability for static GoPro shots — for active action camera use (sports, moving subjects), a dedicated action camera tripod or chest mount is more appropriate than this product.\u003c\/p\u003e\n\n    \u003ch2\u003eHow to get a genuinely good photo with a tripod and remote — framing guidance\u003c\/h2\u003e\n    \u003cp\u003eThe most common mistake with tripod-and-remote photos is placing the phone too low and too far. Optimal portrait photography positions the camera at or slightly above eye level — which on a 40cm-high mini tripod means you're shooting upward at the subject from waist height, introducing an unflattering perspective. To fix this: place the tripod on a higher surface (a bench, a wall, a table) rather than on the ground. For environmental shots where you want to show the location, position the camera slightly higher than eye level looking slightly down, with the subject in the lower third of the frame and the background filling the upper two thirds. The remote's 10-metre range gives you the freedom to move around and find the angle — use it.\u003c\/p\u003e\n\n    \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n    \u003cp\u003e\u003cstrong\u003eDoes the Bluetooth remote work with third-party camera apps?\u003c\/strong\u003e Yes — most third-party camera apps including ProCamera, Halide (iOS), Open Camera (Android), and Adobe Lightroom Mobile support Bluetooth remote shutter. The remote sends a standard HID (Human Interface Device) signal that most apps interpret as a shutter trigger. Check your specific app's settings for \"Bluetooth remote\" or \"volume button shutter\" support.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eWill it hold an iPhone 16 Pro Max securely at full extension?\u003c\/strong\u003e Yes. The spring clamp is rated to 500g — the iPhone 16 Pro Max weighs 227g. The friction-lock rotation joint is designed to hold this weight at any angle without creeping. On windy days or on soft surfaces where the tripod may shift, lower the centre of gravity by partially retracting the arm rather than using full 67cm extension.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eCan I use this for video calls and meetings?\u003c\/strong\u003e Yes — this is one of the most practical everyday uses. In compact tripod mode (legs deployed, arm retracted), the phone stands at desk height at the angle you choose, freeing both hands during calls. The 360° rotation lets you set portrait orientation for FaceTime or landscape for Teams\/Zoom.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eIs the remote waterproof?\u003c\/strong\u003e The remote is not water resistant — keep it dry. The aluminium stick and legs are resistant to incidental rain and light moisture. For beach or poolside use, keep the remote in a pocket or bag when not in use.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eHow long does the remote battery last?\u003c\/strong\u003e The CR2032 coin cell in the remote lasts approximately 6 months under normal use (several photos per day). Replacement CR2032 batteries cost under $1 and are available at any pharmacy or electronics store.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/main\u003e\n\n\u003c\/body\u003e","brand":"Nexvoltz","offers":[{"title":"Default Title","offer_id":47982145732820,"sku":"B0DKJF566545","price":20.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0825\/9980\/5140\/files\/71dEtJOnxDL.jpg?v=1779687818","url":"https:\/\/zenvyvault.com\/it\/products\/4-in-1-portable-selfie-stick-tripod-with-remote-360-degree-rotating-phone-holder-for-iphone-and-android","provider":"ZENVY","version":"1.0","type":"link"}