{"product_id":"easypix-minipro-xs1-miniature-camera-267-12012","title":"Easypix MiniPro XS1 Miniature Camera | 267-12012","description":"\u003cstyle\u003e\n  .pd,\n  .pd * {\n    box-sizing: border-box;\n  }\n\n  .pd {\n    --blue: #003b71;\n    --bright-blue: #005cb9;\n    --soft-blue: #f2f7fc;\n    --border-blue: #d8e7f5;\n    --yellow: #ffd200;\n    --ink: #1a1a1a;\n    --text: #444;\n    --muted: #687582;\n    --white: #ffffff;\n    --off-white: #f8fafc;\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .pd h1,\n  .pd h2,\n  .pd h3,\n  .pd p {\n    margin-top: 0;\n  }\n\n  .pd h1,\n  .pd h2,\n  .pd h3 {\n    line-height: 1.2;\n  }\n\n  .pd .breadcrumb {\n    margin: 0 0 12px;\n    color: var(--bright-blue);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .pd .hero-border {\n    position: relative;\n    overflow: hidden;\n    padding: 26px 28px 24px;\n    border: 1px solid var(--border-blue);\n    border-top: 4px solid var(--blue);\n    border-radius: 10px;\n    background: linear-gradient(135deg, var(--white) 0%, var(--soft-blue) 100%);\n  }\n\n  .pd .hero-border::after {\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 90px;\n    height: 5px;\n    background: var(--yellow);\n    content: \"\";\n  }\n\n  .pd h1 {\n    max-width: 880px;\n    margin-bottom: 10px;\n    color: var(--blue);\n    font-size: clamp(34px, 5vw, 42px);\n    letter-spacing: -0.035em;\n  }\n\n  .pd .deck {\n    max-width: 800px;\n    margin-bottom: 0;\n    color: #415466;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .pd .stats-bar {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    margin-top: 16px;\n    overflow: hidden;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--white);\n  }\n\n  .pd .stat {\n    min-width: 0;\n    padding: 15px 12px;\n    text-align: center;\n  }\n\n  .pd .stat + .stat {\n    border-left: 1px solid var(--border-blue);\n  }\n\n  .pd .stat strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--blue);\n    font-size: 21px;\n    line-height: 1.15;\n  }\n\n  .pd .stat span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .pd .content-section {\n    margin-top: 28px;\n  }\n\n  .pd .intro-copy {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .pd .intro-copy p {\n    margin-bottom: 0;\n  }\n\n  .pd .section-divider {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 14px;\n    color: var(--blue);\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: 0.02em;\n    text-transform: uppercase;\n  }\n\n  .pd .section-divider::before {\n    width: 5px;\n    height: 20px;\n    border-radius: 2px;\n    background: var(--yellow);\n    content: \"\";\n    flex: 0 0 auto;\n  }\n\n  .pd .section-divider::after {\n    height: 1px;\n    background: var(--border-blue);\n    content: \"\";\n    flex: 1;\n  }\n\n  .pd .pull-quote {\n    margin-top: 24px;\n    padding: 17px 20px;\n    border-left: 4px solid var(--yellow);\n    border-radius: 0 7px 7px 0;\n    background: var(--blue);\n    color: var(--white);\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .pd .ideal-cards,\n  .pd .features-grid {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pd .ideal-cards {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .pd .features-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .pd .ideal-card,\n  .pd .feature-card {\n    min-width: 0;\n    padding: 17px 18px;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n  }\n\n  .pd .ideal-card {\n    background: var(--soft-blue);\n  }\n\n  .pd .feature-card {\n    position: relative;\n    padding-top: 20px;\n    background: var(--white);\n  }\n\n  .pd .feature-card::before {\n    position: absolute;\n    top: -1px;\n    left: 18px;\n    width: 32px;\n    height: 3px;\n    border-radius: 0 0 3px 3px;\n    background: var(--yellow);\n    content: \"\";\n  }\n\n  .pd .ideal-card h3,\n  .pd .feature-card h3 {\n    margin-bottom: 7px;\n    color: var(--blue);\n    font-size: 16px;\n  }\n\n  .pd .ideal-card p,\n  .pd .feature-card p {\n    margin-bottom: 0;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .pd .editorial-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .pd .editorial-card {\n    min-width: 0;\n    padding: 20px;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--off-white);\n  }\n\n  .pd .editorial-card h3 {\n    margin-bottom: 9px;\n    color: var(--blue);\n    font-size: 18px;\n  }\n\n  .pd .editorial-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pd .compare-card {\n    overflow: hidden;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--white);\n  }\n\n  .pd .compare-card table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .pd .compare-card th,\n  .pd .compare-card td {\n    padding: 13px 15px;\n    border-bottom: 1px solid var(--border-blue);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .pd .compare-card tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .pd .compare-card th {\n    background: var(--blue);\n    color: var(--white);\n    font-size: 13px;\n    letter-spacing: 0.02em;\n  }\n\n  .pd .compare-card td {\n    font-size: 14px;\n  }\n\n  .pd .compare-card td:first-child {\n    width: 27%;\n    color: var(--blue);\n    font-weight: 700;\n  }\n\n  .pd .verdict {\n    overflow: hidden;\n    border: 1px solid var(--border-blue);\n    border-radius: 9px;\n    background: var(--white);\n  }\n\n  .pd .verdict-header {\n    padding: 14px 19px;\n    background: var(--blue);\n  }\n\n  .pd .verdict-header h2 {\n    margin: 0;\n    color: var(--white);\n    font-size: 18px;\n  }\n\n  .pd .verdict-body {\n    padding: 19px;\n  }\n\n  .pd .verdict-body \u003e p {\n    margin-bottom: 17px;\n  }\n\n  .pd .verdict-columns {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .pd .verdict-panel {\n    min-width: 0;\n    padding: 15px 16px;\n    border: 1px solid var(--border-blue);\n    border-radius: 7px;\n    background: var(--soft-blue);\n  }\n\n  .pd .verdict-panel.considerations {\n    background: var(--off-white);\n  }\n\n  .pd .verdict-panel h3 {\n    margin-bottom: 9px;\n    color: var(--blue);\n    font-size: 15px;\n  }\n\n  .pd .verdict-panel ul,\n  .pd .box-contents ul {\n    margin: 0;\n    padding-left: 19px;\n  }\n\n  .pd .verdict-panel li,\n  .pd .box-contents li {\n    margin: 4px 0;\n    font-size: 14px;\n  }\n\n  .pd .box-contents {\n    padding: 17px 19px;\n    border: 1px solid var(--border-blue);\n    border-radius: 8px;\n    background: var(--soft-blue);\n  }\n\n  .pd .fine-print {\n    margin: 10px 0 0;\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  @media (max-width: 820px) {\n    .pd .features-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pd .stats-bar {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pd .stat:nth-child(3) {\n      border-top: 1px solid var(--border-blue);\n      border-left: 0;\n    }\n\n    .pd .stat:nth-child(4) {\n      border-top: 1px solid var(--border-blue);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .pd {\n      font-size: 14px;\n    }\n\n    .pd .hero-border {\n      padding: 21px 18px 20px;\n    }\n\n    .pd h1 {\n      font-size: 34px;\n    }\n\n    .pd .intro-copy,\n    .pd .ideal-cards,\n    .pd .features-grid,\n    .pd .editorial-grid,\n    .pd .verdict-columns {\n      grid-template-columns: 1fr;\n    }\n\n    .pd .content-section {\n      margin-top: 24px;\n    }\n\n    .pd .compare-card {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .pd .compare-card table {\n      min-width: 620px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd\"\u003e\n  \u003cdiv class=\"breadcrumb\"\u003eCameras \u0026amp; Photography \/ Miniature Digital Cameras\u003c\/div\u003e\n\n  \u003csection class=\"hero-border\"\u003e\n    \u003ch1\u003eEasypix MiniPro XS1 Miniature Camera\u003c\/h1\u003e\n    \u003cp class=\"deck\"\u003e\n      A working digital camera in a remarkably small retro design, complete with\n      Full HD video, a colour screen, creative filters and an included lanyard.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"stats-bar\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e2MP\u003c\/strong\u003e\n      \u003cspan\u003ePhoto Resolution\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e1080p\u003c\/strong\u003e\n      \u003cspan\u003eFull HD Video\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e0.96\"\u003c\/strong\u003e\n      \u003cspan\u003eColour Display\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e8GB\u003c\/strong\u003e\n      \u003cspan\u003eCard Included\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"content-section intro-copy\"\u003e\n    \u003cp\u003e\n      The MiniPro XS1 turns everyday photography into something more playful.\n      Although designed to resemble a tiny retro pendant, it is a functioning\n      digital camera capable of taking still photos and recording Full HD video.\n      Its simple controls make it easy to capture spontaneous moments without\n      navigating a complex camera system.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The included lanyard lets you wear the camera around your neck, keeping it\n      accessible during parties, holidays and days out. A built-in 0.96-inch\n      screen lets you frame and review content directly, while the integrated\n      flash provides additional light when the scene requires it.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"pull-quote\"\u003e\n    Small enough to wear as an accessory, yet equipped to capture photos, Full\n    HD clips and webcam video whenever inspiration strikes.\n  \u003c\/div\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eIdeal For\u003c\/h2\u003e\n\n    \u003cdiv class=\"ideal-cards\"\u003e\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eSpontaneous Snapshots\u003c\/h3\u003e\n        \u003cp\u003e\n          Keep a dedicated camera close at hand for quick photographs at\n          gatherings, festivals, holidays and everyday outings.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eRetro-Style Accessories\u003c\/h3\u003e\n        \u003cp\u003e\n          Wear the miniature camera using the supplied lanyard for a distinctive\n          vintage-inspired look that also serves a practical purpose.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ideal-card\"\u003e\n        \u003ch3\u003eCreative Gifts\u003c\/h3\u003e\n        \u003cp\u003e\n          Its unusual combination of miniature design and genuine camera\n          functions makes it an engaging present for gadget and photography fans.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eMiniature Retro Design\u003c\/h3\u003e\n        \u003cp\u003e\n          The ultra-compact body is designed to be carried in a pocket or worn\n          around the neck, keeping the camera ready for unplanned moments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003e2MP Still Photography\u003c\/h3\u003e\n        \u003cp\u003e\n          Capture casual photographs in JPG format for quick memories, creative\n          experiments and simple digital sharing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eFull HD 1080p Video\u003c\/h3\u003e\n        \u003cp\u003e\n          Record short AVI video clips in Full HD resolution when a moving\n          memory tells the story better than a still image.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eBuilt-In Colour Screen\u003c\/h3\u003e\n        \u003cp\u003e\n          The 0.96-inch display supports framing, menu navigation and immediate\n          review without requiring a separate phone or computer.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eCreative Filters\u003c\/h3\u003e\n        \u003cp\u003e\n          Apply inverted, vintage or black-and-white effects directly in the\n          camera for a more distinctive look without additional editing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"feature-card\"\u003e\n        \u003ch3\u003eUSB Webcam Function\u003c\/h3\u003e\n        \u003cp\u003e\n          Connect the camera to a compatible computer through USB-C and use its\n          webcam mode for basic video communication.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eA Camera Designed to Go Everywhere\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eWearable, Pocketable and Ready\u003c\/h3\u003e\n        \u003cp\u003e\n          The MiniPro XS1 is built around convenience rather than conventional\n          camera bulk. The supplied lanyard keeps it close when walking through\n          a city, attending a party or spending a day at a festival, while the\n          small body can be tucked into a pocket when not in use.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          This makes it particularly well suited to casual photography where\n          portability and personality matter more than advanced manual controls.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eSimple Controls for Quick Moments\u003c\/h3\u003e\n        \u003cp\u003e\n          The uncomplicated interface is designed for direct operation. Switch\n          between photo and video use, choose a creative filter and control the\n          flash without working through the more involved settings found on\n          larger digital cameras.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The integrated screen also lets you confirm the composition before\n          shooting and check the result immediately afterwards.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eCreative Photos and Short Video Clips\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-grid\"\u003e\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eThree Looks Built Into the Camera\u003c\/h3\u003e\n        \u003cp\u003e\n          The inverted, vintage and black-and-white filters provide different\n          visual treatments without relying on a separate editing app. The\n          vintage option complements the camera’s retro styling, while\n          black-and-white gives everyday scenes a more graphic appearance.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Images are stored as widely supported JPG files, helping simplify\n          transfer and viewing on compatible computers.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"editorial-card\"\u003e\n        \u003ch3\u003eSwitch from Stills to Full HD Video\u003c\/h3\u003e\n        \u003cp\u003e\n          Full HD 1080p recording gives you the option to capture movement,\n          reactions and atmosphere as AVI video files. The camera is suited to\n          short casual clips, quick social moments and informal recordings\n          rather than advanced filmmaking.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The integrated display helps with basic framing before recording\n          begins and lets you review stored content afterwards.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eStorage, Charging and File Transfer\u003c\/h2\u003e\n\n    \u003cdiv class=\"editorial-card\"\u003e\n      \u003ch3\u003eReady to Record with Included Memory\u003c\/h3\u003e\n      \u003cp\u003e\n        An 8GB microSD card is supplied and provides space for more than 30,000\n        photos or approximately 40 minutes of video under the manufacturer’s\n        stated conditions. The camera also supports compatible microSD cards\n        with capacities up to 32GB.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        USB Type-C handles battery charging, computer connection and file\n        transfer. The built-in 180mAh lithium-ion battery can be charged using\n        the supplied USB cable and a compatible computer or separate 5W–15W USB\n        power adapter.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eHow It Compares\u003c\/h2\u003e\n\n    \u003cdiv class=\"compare-card\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eOwnership Need\u003c\/th\u003e\n            \u003cth\u003eMiniPro XS1 Approach\u003c\/th\u003e\n            \u003cth\u003ePractical Benefit\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEveryday portability\u003c\/td\u003e\n            \u003ctd\u003eMiniature body with wearable lanyard\u003c\/td\u003e\n            \u003ctd\u003e\n              Keeps a functioning digital camera close without carrying a\n              conventional camera bag.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCasual photography\u003c\/td\u003e\n            \u003ctd\u003e1MP sensor with 2MP photo output\u003c\/td\u003e\n            \u003ctd\u003e\n              Suits playful snapshots and informal memories where simplicity is\n              more important than high-resolution detail.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eVideo capture\u003c\/td\u003e\n            \u003ctd\u003eFull HD 1080p AVI recording\u003c\/td\u003e\n            \u003ctd\u003e\n              Adds short moving clips alongside still photography in the same\n              compact device.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCreative styling\u003c\/td\u003e\n            \u003ctd\u003eInverted, vintage and black-and-white filters\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides distinctive in-camera looks without requiring editing\n              software.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMemory\u003c\/td\u003e\n            \u003ctd\u003e8GB microSD card supplied\u003c\/td\u003e\n            \u003ctd\u003e\n              Allows photography and recording to begin without purchasing a\n              separate card first.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eComputer use\u003c\/td\u003e\n            \u003ctd\u003eUSB-C connection with webcam mode\u003c\/td\u003e\n            \u003ctd\u003e\n              Supports charging, file transfer and basic webcam functionality\n              through one connection.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section verdict\"\u003e\n    \u003cdiv class=\"verdict-header\"\u003e\n      \u003ch2\u003eThe Verdict\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"verdict-body\"\u003e\n      \u003cp\u003e\n        The Easypix MiniPro XS1 is an entertaining miniature camera for users\n        who value portability, retro styling and uncomplicated creative fun. Its\n        integrated display, flash, filters, Full HD recording and included\n        memory card give it genuine everyday functionality, while the wearable\n        design makes it as much a lifestyle accessory as a camera.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"verdict-columns\"\u003e\n        \u003cdiv class=\"verdict-panel\"\u003e\n          \u003ch3\u003eStrengths\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eExtremely compact wearable design\u003c\/li\u003e\n            \u003cli\u003eFull HD 1080p video recording\u003c\/li\u003e\n            \u003cli\u003eIntegrated colour display and flash\u003c\/li\u003e\n            \u003cli\u003eThree creative in-camera filters\u003c\/li\u003e\n            \u003cli\u003e8GB microSD card included\u003c\/li\u003e\n            \u003cli\u003eUSB-C charging and file transfer\u003c\/li\u003e\n            \u003cli\u003eUSB webcam functionality\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"verdict-panel considerations\"\u003e\n          \u003ch3\u003eConsiderations\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eDesigned for casual rather than high-detail photography\u003c\/li\u003e\n            \u003cli\u003ePhoto output is limited to 2MP\u003c\/li\u003e\n            \u003cli\u003eSmall controls require more precise handling\u003c\/li\u003e\n            \u003cli\u003eBuilt-in battery is not user-replaceable\u003c\/li\u003e\n            \u003cli\u003eWebcam operation requires a compatible computer\u003c\/li\u003e\n            \u003cli\u003eA mains power adapter is not included\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"content-section\"\u003e\n    \u003ch2 class=\"section-divider\"\u003eWhat’s in the Box\u003c\/h2\u003e\n\n    \u003cdiv class=\"box-contents\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eEasypix MiniPro XS1 miniature camera\u003c\/li\u003e\n        \u003cli\u003eLanyard\u003c\/li\u003e\n        \u003cli\u003e8GB microSD card\u003c\/li\u003e\n        \u003cli\u003eUSB cable\u003c\/li\u003e\n        \u003cli\u003eUser instructions\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"fine-print\"\u003e\n        A mains power adapter is not included. The camera can be charged through\n        a compatible computer or separate 5W–15W USB power adapter.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"EasyPix","offers":[{"title":"Default Title","offer_id":54514723782983,"sku":"267-12012","price":34.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5807\/1748\/files\/267-12012_5.webp?v=1785851853","url":"https:\/\/euronics.ie\/products\/easypix-minipro-xs1-miniature-camera-267-12012","provider":"Euronics Ireland","version":"1.0","type":"link"}