{"product_id":"dji-osmo-nano-vertical-shooting-frame","title":"STARTRC DJI Osmo Nano Vertical Shooting Protective Frame","description":"\u003cdiv class=\"three-column-container\"\u003e\n\u003c!-- 第一列：上副标题下标题（上下左右全居中） --\u003e\n\u003cdiv class=\"column column-title\"\u003e\n\u003ch4 class=\"subtitle\"\u003eSTARTRC DJI Osmo Nano Vertical Shooting Protective Frame\u003c\/h4\u003e\n\u003ch2 class=\"main-title\"\u003eOverview\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- 第二列：文本内容（保持不变） --\u003e\n\u003cdiv class=\"column column-text\"\u003e\n\u003cp\u003eThe \u003cb data-path-to-node=\"8\" data-index-in-node=\"4\"\u003eSTARTRC Vertical Shooting Protective Frame\u003c\/b\u003e is the ultimate essential among \u003cb data-path-to-node=\"8\" data-index-in-node=\"79\"\u003eDJI Osmo Nano accessories\u003c\/b\u003e, specifically engineered to provide a 360° buffer for your gimbal and lens. Unlike bulky universal mounts, this \u003cb data-path-to-node=\"8\" data-index-in-node=\"217\"\u003eprecision-molded camera cage\u003c\/b\u003e wraps snugly around the Osmo Nano body, ensuring the frame stays completely invisible in your footage. Built with a \"less is more\" philosophy, this ultralight setup features a secure bottom-locking mechanism that prevents accidental detachment, making it a reliable companion for high-action shoots where stability and gear safety are non-negotiable.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 第三列：文本内容（保持不变） --\u003e\n\u003cdiv class=\"column column-text\"\u003e\n\u003cp data-path-to-node=\"10\"\u003eTired of fumbling with cumbersome adapters? This expansion rig unlocks \u003cb data-path-to-node=\"10\" data-index-in-node=\"71\"\u003enative vertical shooting\u003c\/b\u003e, allowing you to switch to \u003cb data-path-to-node=\"10\" data-index-in-node=\"123\"\u003eportrait mode\u003c\/b\u003e in seconds—a total game-changer for \u003cb data-path-to-node=\"10\" data-index-in-node=\"173\"\u003eTikTok, Instagram Reels, and YouTube Shorts\u003c\/b\u003e creators. The integrated AC port and 1\/4\" screw hole at the base transform your Osmo Nano into a versatile powerhouse, compatible with magnetic bases, tripods, and extension poles. Crafted from high-strength PC material, the frame features a strategic hollow-out design for optimal heat dissipation and full port access. It’s the perfect blend of streamlined aesthetics and rugged practicality, letting you capture every spectacular moment with zero equipment limits.\u003c\/p\u003e\n\u003chr data-path-to-node=\"11\"\u003e\n\u003cp data-path-to-node=\"12\"\u003e\u003cb data-path-to-node=\"12\" data-index-in-node=\"0\"\u003e\u0026gt; Note:\u003c\/b\u003e Please be advised that once the vertical protective frame is installed, the Osmo Nano is \u003cb data-path-to-node=\"12\" data-index-in-node=\"97\"\u003enot compatible\u003c\/b\u003e with standard STARTRC PU storage bags and cannot be stored inside them due to its expanded dimensions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 新增：模块下方的全黑细水平线（宽度1400） --\u003e\u003chr class=\"bottom-divider\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0885\/8720\/7026\/files\/WPS_0_9d0118b5-9925-47f4-bfa1-f99406e896fc.webp?v=1773369813\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n.three-column-container {\n  display: flex;\n  width: 100%;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 30px 0px;\n  box-sizing: border-box;\n  gap: 40px; \/* 列间距保持不变 *\/\n  align-items: stretch; \/* 强制三列高度一致，为第一列垂直居中提供空间 *\/\n}\n\n\/* 通用列样式 *\/\n.column {\n  flex: 1;\n  align-self: stretch; \/* 确保每列高度充满父容器 *\/\n}\n\n\/* 第一列：标题组合样式（上下左右全居中） *\/\n.column-title {\n  display: flex;\n  flex-direction: column;\n  justify-content: center; \/* 垂直居中（上下居中） *\/\n  align-items: center; \/* 水平居中（左右居中） *\/\n  height: 100%; \/* 占满列的全部高度 *\/\n  text-align: center; \/* 进一步强化文本水平居中 *\/\n}\n\n.subtitle {\n  margin: 0 0 10px 0;\n  font-size: 18px;\n  font-weight: 500;\n  color: #666;\n}\n\n.main-title {\n  margin: 0;\n  font-size: 42px;\n  font-weight: 600;\n  color: #28293d;\n  line-height: 1.2;\n}\n\n\/* 第二、三列：文本内容样式（完全保持不变） *\/\n.column-text {\n  padding: 10px 0;\n  color: #333;\n  line-height: 1.6;\n  font-size: 14px;\n}\n\n.column-text p {\n  margin: 0 0 15px 0;\n}\n\n.column-text p:last-child {\n  margin-bottom: 0;\n}\n\n\/* 新增：模块下方水平线样式（全黑、细、宽1400） *\/\n.bottom-divider {\n  max-width: 1400px; \/* 宽度固定为1400px *\/\n  width: 100%; \/* 小于1400px时自适应全屏 *\/\n  margin: 20px auto; \/* 上下间距20px，居中显示 *\/\n  border-top: 1px solid #000; \/* 1px细线条，全黑颜色 *\/\n  border-bottom: none;\n  border-left: none;\n  border-right: none;\n}\n\n\/* 移动端响应式调整 *\/\n@media (max-width: 768px) {\n  .three-column-container {\n    flex-direction: column;\n    gap: 25px;\n    padding: 25px 15px;\n  }\n  \n  .column-title {\n    text-align: center;\n    height: auto;\n    padding: 20px 0;\n  }\n  \n  .main-title {\n    font-size: 32px;\n  }\n  \n  .subtitle {\n    font-size: 16px;\n  }\n  \n  .column-text {\n    font-size: 13px;\n  }\n\n  \/* 移动端水平线自适应宽度 *\/\n  .bottom-divider {\n    max-width: 100%;\n    margin: 15px auto;\n  }\n}\n\u003c\/style\u003e","brand":"Nano","offers":[{"title":"Default Title","offer_id":61656389615986,"sku":"12220009","price":12.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0885\/8720\/7026\/files\/dji-osmo-nano-vertical-shooting-protective-frame.webp?v=1773370083","url":"https:\/\/www.startrcstore.com\/products\/dji-osmo-nano-vertical-shooting-frame","provider":"STORE STARTRC","version":"1.0","type":"link"}