{"product_id":"compact-extendable-vlog-stick","title":"Compact Extendable Vlog Stick","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 2-in-1 Selfie Stick \u0026 Quadrapod Stand\nTarget Audience: Vloggers, Live Streamers, Content Creators, Travelers\nVisual Style: Modern Tech, Sleek, Minimalist Dark Mode\nColor Strategy: Deep Charcoal (#1E1E24), Slate Gray (#333333), Bright Blue Accents (#007AFF) for highlights\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007aff;\n      --primary-hover: #0056b3;\n      --text-main: #1d1d1f;\n      --text-sub: #515154;\n      --bg-body: #ffffff;\n      --bg-card: #f5f5f7;\n      --bg-soft: #fafafa;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n      --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n      --border-color: #e5e5e7;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Spacing \u0026 Typography Rules *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Common Badge styling *\/\n    .badge {\n      display: inline-block;\n      padding: 6px 14px;\n      background-color: var(--bg-card);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .pill-tag {\n      display: inline-block;\n      padding: 4px 12px;\n      background-color: #e3f2fd;\n      color: #0d47a1;\n      border-radius: 6px;\n      font-size: 18px;\n      font-weight: 500;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Fixed Image Styling *\/\n    .image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      margin-bottom: 20px;\n      background-color: var(--bg-card); \/* Optional fallback *\/\n    }\n\n    .image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      object-fit: cover;\n    }\n\n    \/* Hero Layout *\/\n    .hero-block {\n      text-align: center;\n      padding: 40px 0;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Layout *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-sizing: border-box;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      margin-top: 12px;\n      display: flex;\n      flex-wrap: wrap;\n    }\n\n    \/* Desktop Adjustments for Z-Pattern *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n      }\n\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Fixed Specifications Table Layout *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table th,\n    .spec-table td {\n      padding: 16px 20px;\n      vertical-align: top;\n      text-align: left;\n    }\n\n    .spec-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* Responsive Specifications for Mobile *\/\n    @media (max-width: 767px) {\n      .spec-table tr {\n        display: flex;\n        flex-direction: column;\n        padding: 12px 0;\n      }\n\n      .spec-table th,\n      .spec-table td {\n        padding: 6px 0;\n        width: 100%;\n      }\n      \n      .spec-table th {\n        padding-bottom: 0;\n      }\n    }\n\n    \/* FAQ Accordion Styling *\/\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge\"\u003eNext-Gen Shooting Gear\u003c\/span\u003e\n\u003ch1\u003eUltra-Stable Quadrapod \u0026amp; Magnetic Quick-Latch Setup\u003c\/h1\u003e\n\n\u003cp\u003eSwitch seamlessly between a handheld selfie tool and a rock-solid desktop stand. Engineered with dual-locking security, a modular fill light, and a dedicated multi-function remote control for everyday content creation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Hero Image\" cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825132226\/1e551d965ab6e7fd5dbc4a4b13c05231.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Magnetic Quick-Alignment\" cke-id=\"img-1-46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825112854\/22477b5e9eed49ad0ea56d59ff9ef3df.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMagnetic Quick-Alignment \u0026amp; Secure Wing Clamp\u003c\/h2\u003e\n\n\u003cp\u003eThis dual-mode phone mount features a high-grade magnetic disk that snaps to your phone instantly. For high-movement shots or larger devices, the built-in mechanical wing clamps deploy to wrap around your device, providing double the locking strength and holding safety.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pill-tag\"\u003eMagnetic Disk\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eMechanical Clamps\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003e360° Rotation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Quadrapod Base --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Quadrapod Base\" cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825112854\/3203e892931e2222235cbb703d197f74.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUpgraded Zinc Alloy Quadrapod with Push-Button Release\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to unstable tripods. Engineered with four reinforced zinc alloy keel feet, this base deploys instantly with a single press of the physical \"PUSH\" button. Combined with a secure aluminum alloy rod, it stands firm against wind and vibrations on flat surfaces.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pill-tag\"\u003eZinc Alloy Keels\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003e4-Leg Stability\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eOne-Touch Push Open\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Zoom Remote --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Zoom Remote\" cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825112855\/d9db273cdb4219f3585ddc02563aee8a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEmbedded Multi-Function Rechargeable Remote\u003c\/h2\u003e\n\n\u003cp\u003eControl your camera up to a distance with the detachable wireless remote control. Neatly integrated into the handle via a dedicated recess, this Type-C rechargeable controller supports quick shutter clicks, double-click lens switching, and smooth zooming features at your fingertips.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pill-tag\"\u003eType-C Charging\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eWireless Zoom Control\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eCamera Switch Feature\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 4: Scene Use --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Versatile Use-Cases\" cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825112854\/2602288236a9c9c410f63cbfde1df489.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVersatile Use-Cases From Kitchen Counter to Outdoor Trips\u003c\/h2\u003e\n\n\u003cp\u003eAdapts instantly to your environment. Use it as a steady tabletop stand for recording kitchen cooking sessions, tracking remote lessons, and catching up on video chats, or collapse the base to use as a lightweight handheld stick for wide-angle group photos.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pill-tag\"\u003eTabletop Mode\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eHandheld Mode\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eMulti-Angle Adjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS SECTION --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterials\u003c\/th\u003e\n\t\t\t\u003ctd\u003eABS, Aluminum Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Weight\u003c\/th\u003e\n\t\t\t\u003ctd\u003e194 g (6.8 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSupported Phone Width\u003c\/th\u003e\n\t\t\t\u003ctd\u003e65 - 95 mm (2.6 - 3.7 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMax Extended Length\u003c\/th\u003e\n\t\t\t\u003ctd\u003e42 cm (16.5 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eRemote Interface\u003c\/th\u003e\n\t\t\t\u003ctd\u003eType-C Charging Port\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOptional Configurations\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSingle Square Fill Light Model (3 colors, 9 brightness levels)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ SECTION --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do the magnetic attachment and the mechanical clamps work together?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The mount supports dual-mode security. MagSafe-compatible phones align and attach magnetically instantly for rapid daily shots. For maximum security during fast movements or heavy handling, simply extend the mechanical physical side wings to clamp your phone firmly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do I open the quadrapod base stand?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Simply press the physical button marked \"PUSH\" located at the very bottom of the handle grip. This automatically unlocks and opens the four-legged structural support wings, which you can then place flat on desktop or floor surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: What can I control with the detachable Type-C remote?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The detachable remote offers physical button controls to shoot photos\/videos, double-click to toggle between front and rear phone cameras, and zoom in or out, making hands-free shooting completely effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Setup)","offer_id":50171310244090,"sku":"0825-14388514","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (For You \u0026 A Friend)","offer_id":50171310276858,"sku":"0825-14383131","price":49.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Family \u0026 Gifting Set)","offer_id":50171310309626,"sku":"0825-14383953","price":74.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/1e551d965ab6e7fd5dbc4a4b13c05231.jpg?v=1787639968","url":"https:\/\/varitino.com\/products\/compact-extendable-vlog-stick","provider":"Varitino","version":"1.0","type":"link"}