{"product_id":"pikko","title":"📸 FONOME™ SnapCharm Mini Camera – Tiny Camera, Big Memories","description":"\u003c!--\n  FONOME Thumb Camera - Simple Shopify Landing Page\n  Four square images are inserted as normal images.\n  No webpage text is overlaid on the images.\n--\u003e\n\u003cstyle\u003e\n  .fn-thumb {\n    --fn-ink: #171717;\n    --fn-paper: #f8efe2;\n    --fn-cream: #fff8ef;\n    --fn-orange: #f15a24;\n    --fn-orange-dark: #d94714;\n\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: -50vw;\n    overflow: hidden;\n    background: var(--fn-paper);\n    color: var(--fn-ink);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.45;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n\n  .fn-thumb,\n  .fn-thumb * {\n    box-sizing: border-box;\n  }\n\n  .fn-thumb img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .fn-thumb a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .fn-thumb__shell {\n    width: min(1040px, calc(100% - 34px));\n    margin: 0 auto;\n  }\n\n  .fn-thumb__intro,\n  .fn-thumb__copy-block,\n  .fn-thumb__final {\n    padding: 72px 0;\n    text-align: center;\n  }\n\n  .fn-thumb__intro {\n    padding-top: 82px;\n  }\n\n  .fn-thumb__kicker {\n    margin: 0 0 16px;\n    color: var(--fn-orange);\n    font-size: 14px;\n    line-height: 1.2;\n    font-weight: 900;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .fn-thumb__title,\n  .fn-thumb__heading {\n    margin: 0 auto;\n    max-width: 950px;\n    font-weight: 950;\n    letter-spacing: -0.055em;\n  }\n\n  .fn-thumb__title {\n    font-size: clamp(44px, 7.4vw, 88px);\n    line-height: 0.94;\n  }\n\n  .fn-thumb__heading {\n    font-size: clamp(38px, 5.8vw, 68px);\n    line-height: 0.98;\n  }\n\n  .fn-thumb__orange {\n    color: var(--fn-orange);\n  }\n\n  .fn-thumb__lead,\n  .fn-thumb__copy {\n    margin: 24px auto 0;\n    max-width: 760px;\n    font-size: clamp(19px, 2.2vw, 24px);\n    line-height: 1.55;\n  }\n\n  .fn-thumb__lead {\n    color: #4f4840;\n  }\n\n  .fn-thumb__copy {\n    color: #5e554c;\n  }\n\n  \/* Main feature labels *\/\n\n  .fn-thumb__feature-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin: 30px auto 0;\n    max-width: 900px;\n  }\n\n  .fn-thumb__feature {\n    padding: 11px 15px;\n    border: 1.5px solid var(--fn-ink);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.66);\n    font-size: 13px;\n    line-height: 1;\n    font-weight: 900;\n    letter-spacing: 0.055em;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n\n  \/* Buttons *\/\n\n  .fn-thumb__cta {\n    min-height: 60px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 32px;\n    padding: 18px 32px;\n    border: 2px solid var(--fn-ink);\n    border-radius: 999px;\n    background: var(--fn-orange);\n    color: #ffffff !important;\n    box-shadow: 5px 5px 0 var(--fn-ink);\n    font-size: 16px;\n    line-height: 1;\n    font-weight: 900;\n    letter-spacing: 0.045em;\n    text-transform: uppercase;\n    transition:\n      transform 0.18s ease,\n      box-shadow 0.18s ease,\n      background 0.18s ease;\n  }\n\n  .fn-thumb__cta:hover {\n    background: var(--fn-orange-dark);\n    transform: translate(2px, 2px);\n    box-shadow: 3px 3px 0 var(--fn-ink);\n  }\n\n  \/* Product images *\/\n\n  .fn-thumb__image-wrap {\n    width: min(1040px, calc(100% - 34px));\n    margin: 0 auto;\n  }\n\n  .fn-thumb__image {\n    overflow: hidden;\n    border: 2px solid var(--fn-ink);\n    border-radius: 24px;\n    background: #eadcc8;\n    box-shadow: 10px 10px 0 rgba(23, 23, 23, 0.12);\n  }\n\n  .fn-thumb__image img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain;\n    background: #eadcc8;\n  }\n\n  \/* Text sections *\/\n\n  .fn-thumb__copy-block--white {\n    margin: 72px 0;\n    background: #fffdf9;\n    border-top: 2px solid var(--fn-ink);\n    border-bottom: 2px solid var(--fn-ink);\n  }\n\n  .fn-thumb__copy-block--dark {\n    margin: 72px 0;\n    background: var(--fn-ink);\n    color: #ffffff;\n  }\n\n  .fn-thumb__copy-block--dark .fn-thumb__copy {\n    color: rgba(255, 255, 255, 0.78);\n  }\n\n  \/* Three steps *\/\n\n  .fn-thumb__steps-section {\n    padding: 72px 0;\n  }\n\n  .fn-thumb__steps-title {\n    margin: 0 auto 34px;\n    text-align: center;\n  }\n\n  .fn-thumb__steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .fn-thumb__step {\n    min-height: 210px;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    padding: 26px;\n    border: 2px solid var(--fn-ink);\n    border-radius: 20px;\n    background: var(--fn-cream);\n  }\n\n  .fn-thumb__step-number {\n    color: var(--fn-orange);\n    font-size: 18px;\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .fn-thumb__step h3 {\n    margin: 42px 0 0;\n    font-size: clamp(27px, 3.1vw, 38px);\n    line-height: 0.98;\n    letter-spacing: -0.04em;\n    font-weight: 950;\n  }\n\n  .fn-thumb__step p {\n    margin: 12px 0 0;\n    color: #655c53;\n    font-size: 17px;\n    line-height: 1.45;\n  }\n\n  \/* Color names *\/\n\n  .fn-thumb__colors {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .fn-thumb__color-name {\n    padding: 10px 14px;\n    border-bottom: 3px solid var(--fn-orange);\n    font-size: 14px;\n    line-height: 1.1;\n    font-weight: 900;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  \/* FAQ *\/\n\n  .fn-thumb__faq {\n    padding: 72px 0;\n    background: #fffdf9;\n    border-top: 2px solid var(--fn-ink);\n  }\n\n  .fn-thumb__faq-list {\n    max-width: 880px;\n    margin: 36px auto 0;\n    border-top: 2px solid var(--fn-ink);\n  }\n\n  .fn-thumb__faq details {\n    border-bottom: 2px solid var(--fn-ink);\n  }\n\n  .fn-thumb__faq summary {\n    position: relative;\n    padding: 24px 48px 24px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: clamp(20px, 2.2vw, 26px);\n    line-height: 1.2;\n    font-weight: 900;\n  }\n\n  .fn-thumb__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fn-thumb__faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 34px;\n    height: 34px;\n    display: grid;\n    place-items: center;\n    content: \"+\";\n    transform: translateY(-50%);\n    border: 2px solid var(--fn-ink);\n    border-radius: 50%;\n    font-size: 23px;\n    line-height: 1;\n  }\n\n  .fn-thumb__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .fn-thumb__faq-answer {\n    max-width: 760px;\n    padding: 0 48px 24px 0;\n    color: #5e554c;\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  \/* Final CTA *\/\n\n  .fn-thumb__final {\n    padding-top: 86px;\n    padding-bottom: 92px;\n    background: var(--fn-orange);\n    color: #ffffff;\n  }\n\n  .fn-thumb__final .fn-thumb__heading {\n    max-width: 900px;\n  }\n\n  .fn-thumb__final .fn-thumb__copy {\n    color: rgba(255, 255, 255, 0.9);\n  }\n\n  .fn-thumb__final .fn-thumb__cta {\n    background: #ffffff;\n    color: var(--fn-ink) !important;\n  }\n\n  .fn-thumb__note {\n    margin: 20px auto 0;\n    max-width: 760px;\n    font-size: 13px;\n    line-height: 1.5;\n    opacity: 0.78;\n  }\n\n  \/* Mobile *\/\n\n  @media (max-width: 749px) {\n    .fn-thumb__shell,\n    .fn-thumb__image-wrap {\n      width: min(100% - 18px, 1040px);\n    }\n\n    .fn-thumb__intro,\n    .fn-thumb__copy-block,\n    .fn-thumb__final,\n    .fn-thumb__steps-section,\n    .fn-thumb__faq {\n      padding-top: 52px;\n      padding-bottom: 52px;\n    }\n\n    .fn-thumb__intro {\n      padding-top: 58px;\n    }\n\n    .fn-thumb__title {\n      font-size: clamp(42px, 13vw, 62px);\n    }\n\n    .fn-thumb__heading {\n      font-size: clamp(36px, 11vw, 52px);\n    }\n\n    .fn-thumb__lead,\n    .fn-thumb__copy {\n      margin-top: 18px;\n      font-size: 19px;\n      line-height: 1.5;\n    }\n\n    .fn-thumb__feature-row {\n      gap: 8px;\n      margin-top: 24px;\n    }\n\n    .fn-thumb__feature {\n      padding: 10px 12px;\n      font-size: 12px;\n    }\n\n    .fn-thumb__cta {\n      width: min(100%, 390px);\n      min-height: 58px;\n      margin-top: 26px;\n      padding: 17px 22px;\n      font-size: 15px;\n    }\n\n    .fn-thumb__image {\n      border-radius: 16px;\n      box-shadow: 5px 5px 0 rgba(23, 23, 23, 0.12);\n    }\n\n    .fn-thumb__copy-block--white,\n    .fn-thumb__copy-block--dark {\n      margin: 52px 0;\n    }\n\n    .fn-thumb__steps {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .fn-thumb__step {\n      min-height: 0;\n      padding: 22px;\n    }\n\n    .fn-thumb__step h3 {\n      margin-top: 28px;\n      font-size: 32px;\n    }\n\n    .fn-thumb__step p {\n      font-size: 17px;\n    }\n\n    .fn-thumb__faq-list {\n      margin-top: 28px;\n    }\n\n    .fn-thumb__faq summary {\n      padding-top: 21px;\n      padding-bottom: 21px;\n      font-size: 21px;\n    }\n\n    .fn-thumb__faq-answer {\n      padding-right: 0;\n      font-size: 17px;\n    }\n\n    .fn-thumb__final {\n      padding-bottom: 66px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .fn-thumb__cta {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"fn-thumb\" id=\"fn-thumb-camera\"\u003e\u003c!-- INTRO --\u003e\n\u003cdiv class=\"fn-thumb__intro\"\u003e\n\u003cdiv class=\"fn-thumb__shell\"\u003e\n\u003cp class=\"fn-thumb__kicker\"\u003eFONOME THUMB CAMERA\u003c\/p\u003e\n\u003ch2 class=\"fn-thumb__title\"\u003eYOUR PHONE IS SMART.\u003cbr\u003e\u003cspan class=\"fn-thumb__orange\"\u003e THIS IS MORE FUN. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fn-thumb__lead\"\u003eA pocket-size camera for spontaneous photos and 1080P video. No app, no editing ritual, no endless retakes.\u003c\/p\u003e\n\u003cdiv class=\"fn-thumb__feature-row\"\u003e\n\u003cspan class=\"fn-thumb__feature\"\u003e Photos \u003c\/span\u003e \u003cspan class=\"fn-thumb__feature\"\u003e 1080P Video \u003c\/span\u003e \u003cspan class=\"fn-thumb__feature\"\u003e Built-In Flash \u003c\/span\u003e \u003cspan class=\"fn-thumb__feature\"\u003e MicroSD \u003c\/span\u003e \u003cspan class=\"fn-thumb__feature\"\u003e USB-C \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"fn-thumb__cta\" href=\"#\"\u003e Choose Your Color \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 1: SMALL CAMERA, BIG MEMORIES --\u003e\n\u003cdiv class=\"fn-thumb__image-wrap\"\u003e\n\u003cdiv class=\"fn-thumb__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/972f0893-9ead-4857-a2a6-e4d150f8a804.png?v=1788506116\u0026amp;width=1536\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/972f0893-9ead-4857-a2a6-e4d150f8a804.png?v=1788506116\u0026amp;width=480 480w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/972f0893-9ead-4857-a2a6-e4d150f8a804.png?v=1788506116\u0026amp;width=750 750w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/972f0893-9ead-4857-a2a6-e4d150f8a804.png?v=1788506116\u0026amp;width=1100 1100w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/972f0893-9ead-4857-a2a6-e4d150f8a804.png?v=1788506116\u0026amp;width=1536 1536w\" sizes=\"(max-width: 749px) calc(100vw - 18px),\n          1040px\" width=\"1536\" height=\"1536\" alt=\"Mini red thumb camera held between two fingers\" loading=\"eager\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LESS SCREEN --\u003e\n\u003cdiv class=\"fn-thumb__copy-block fn-thumb__copy-block--white\"\u003e\n\u003cdiv class=\"fn-thumb__shell\"\u003e\n\u003ch2 class=\"fn-thumb__heading\"\u003eLESS SCREEN.\u003cbr\u003e\u003cspan class=\"fn-thumb__orange\"\u003e MORE MOMENT. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fn-thumb__copy\"\u003ePoint, click and keep going. The simple one-click design lets you enjoy the moment instead of getting lost in settings, filters and retakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 2: CLIP AND GO --\u003e\n\u003cdiv class=\"fn-thumb__image-wrap\"\u003e\n\u003cdiv class=\"fn-thumb__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/c026349e-d3ad-4c87-b936-20b6ade5c433.png?v=1788506116\u0026amp;width=1536\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/c026349e-d3ad-4c87-b936-20b6ade5c433.png?v=1788506116\u0026amp;width=480 480w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/c026349e-d3ad-4c87-b936-20b6ade5c433.png?v=1788506116\u0026amp;width=750 750w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/c026349e-d3ad-4c87-b936-20b6ade5c433.png?v=1788506116\u0026amp;width=1100 1100w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/c026349e-d3ad-4c87-b936-20b6ade5c433.png?v=1788506116\u0026amp;width=1536 1536w\" sizes=\"(max-width: 749px) calc(100vw - 18px),\n          1040px\" width=\"1536\" height=\"1536\" alt=\"Red thumb camera clipped to a backpack\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THREE STEPS --\u003e\n\u003cdiv class=\"fn-thumb__steps-section\"\u003e\n\u003cdiv class=\"fn-thumb__shell\"\u003e\n\u003ch2 class=\"fn-thumb__heading fn-thumb__steps-title\"\u003eCLIP. CLICK.\u003cbr\u003e\u003cspan class=\"fn-thumb__orange\"\u003e KEEP IT. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"fn-thumb__steps\"\u003e\n\u003carticle class=\"fn-thumb__step\"\u003e\u003cspan class=\"fn-thumb__step-number\"\u003e 01 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCLIP IT\u003c\/h3\u003e\n\u003cp\u003eAttach it to your bag, belt loop or keys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fn-thumb__step\"\u003e\u003cspan class=\"fn-thumb__step-number\"\u003e 02 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCLICK IT\u003c\/h3\u003e\n\u003cp\u003eCapture a photo or switch to 1080P video.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fn-thumb__step\"\u003e\u003cspan class=\"fn-thumb__step-number\"\u003e 03 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eKEEP IT\u003c\/h3\u003e\n\u003cp\u003eYour moments are saved directly to MicroSD.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 3: DAY OR NIGHT --\u003e\n\u003cdiv class=\"fn-thumb__image-wrap\"\u003e\n\u003cdiv class=\"fn-thumb__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/27abde27-27a0-4a61-8aa2-13e7ab34dabf.png?v=1788506117\u0026amp;width=1536\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/27abde27-27a0-4a61-8aa2-13e7ab34dabf.png?v=1788506117\u0026amp;width=480 480w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/27abde27-27a0-4a61-8aa2-13e7ab34dabf.png?v=1788506117\u0026amp;width=750 750w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/27abde27-27a0-4a61-8aa2-13e7ab34dabf.png?v=1788506117\u0026amp;width=1100 1100w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/27abde27-27a0-4a61-8aa2-13e7ab34dabf.png?v=1788506117\u0026amp;width=1536 1536w\" sizes=\"(max-width: 749px) calc(100vw - 18px),\n          1040px\" width=\"1536\" height=\"1536\" alt=\"Red thumb camera using its built-in flash at night\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NIGHT SECTION --\u003e\n\u003cdiv class=\"fn-thumb__copy-block fn-thumb__copy-block--dark\"\u003e\n\u003cdiv class=\"fn-thumb__shell\"\u003e\n\u003ch2 class=\"fn-thumb__heading\"\u003eTHE FUN DOESN'T END\u003cbr\u003e\u003cspan class=\"fn-thumb__orange\"\u003e AT SUNSET. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fn-thumb__copy\"\u003eThe built-in flash adds extra light when the scene gets dim, so dinners, parties and late-night memories do not have to disappear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 4: FOUR COLORS --\u003e\n\u003cdiv class=\"fn-thumb__image-wrap\"\u003e\n\u003cdiv class=\"fn-thumb__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/db8275d5-812e-482a-a94a-4a434011669f.png?v=1788506115\u0026amp;width=1536\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/db8275d5-812e-482a-a94a-4a434011669f.png?v=1788506115\u0026amp;width=480 480w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/db8275d5-812e-482a-a94a-4a434011669f.png?v=1788506115\u0026amp;width=750 750w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/db8275d5-812e-482a-a94a-4a434011669f.png?v=1788506115\u0026amp;width=1100 1100w,\n          https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/db8275d5-812e-482a-a94a-4a434011669f.png?v=1788506115\u0026amp;width=1536 1536w\" sizes=\"(max-width: 749px) calc(100vw - 18px),\n          1040px\" width=\"1536\" height=\"1536\" alt=\"Red blue lavender and mint thumb cameras\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLORS --\u003e\n\u003cdiv class=\"fn-thumb__copy-block\"\u003e\n\u003cdiv class=\"fn-thumb__shell\"\u003e\n\u003ch2 class=\"fn-thumb__heading\"\u003ePICK THE ONE\u003cbr\u003e\u003cspan class=\"fn-thumb__orange\"\u003e THAT FEELS LIKE YOU. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fn-thumb__copy\"\u003eFour distinct looks. One tiny camera made to go everywhere.\u003c\/p\u003e\n\u003cdiv class=\"fn-thumb__colors\"\u003e\n\u003cspan class=\"fn-thumb__color-name\"\u003e Cherry Red \u003c\/span\u003e \u003cspan class=\"fn-thumb__color-name\"\u003e Sky Blue \u003c\/span\u003e \u003cspan class=\"fn-thumb__color-name\"\u003e Lilac Tech \u003c\/span\u003e \u003cspan class=\"fn-thumb__color-name\"\u003e Mint Speckle \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"fn-thumb__faq\"\u003e\n\u003cdiv class=\"fn-thumb__shell\"\u003e\n\u003ch2 class=\"fn-thumb__heading\"\u003eQUICK ANSWERS.\u003c\/h2\u003e\n\u003cdiv class=\"fn-thumb__faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need an app?\u003c\/summary\u003e\n\u003cdiv class=\"fn-thumb__faq-answer\"\u003eNo. Photos and videos are saved directly to a MicroSD card.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it record video?\u003c\/summary\u003e\n\u003cdiv class=\"fn-thumb__faq-answer\"\u003eYes. It records video at up to 1080P resolution.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it in low light?\u003c\/summary\u003e\n\u003cdiv class=\"fn-thumb__faq-answer\"\u003eYes. The built-in flash helps add light in dim indoor and evening scenes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is it charged?\u003c\/summary\u003e\n\u003cdiv class=\"fn-thumb__faq-answer\"\u003eRecharge it through the USB-C charging port.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"fn-thumb__final\"\u003e\n\u003cdiv class=\"fn-thumb__shell\"\u003e\n\u003ch2 class=\"fn-thumb__heading\"\u003eTHE BEST CAMERA IS THE ONE\u003cbr\u003eYOU ACTUALLY BRING.\u003c\/h2\u003e\n\u003cp class=\"fn-thumb__copy\"\u003eSmall enough to live on your bag. Simple enough to use every day.\u003c\/p\u003e\n\u003ca class=\"fn-thumb__cta\" href=\"#\"\u003e Get Yours Now \u003c\/a\u003e\n\u003cp class=\"fn-thumb__note\"\u003eActual color and image results may vary slightly with lighting, screen settings and the selected bundle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"FinchHolm","offers":[{"title":"Yellow","offer_id":52564972863790,"sku":"KY-CMEB","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":52564972896558,"sku":"KY-CMEA","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":52564972929326,"sku":"KY-CMEC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":52564972962094,"sku":"KY-CMED","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":52565179269422,"sku":"KY-CMEE","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Light gary","offer_id":52565179302190,"sku":"KY-CMEF","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/9c5b0e25-7547-4fdf-88c7-d844ce20d804.png?v=1788507244","url":"https:\/\/fonome.com\/products\/pikko","provider":"Fonome","version":"1.0","type":"link"}