{"product_id":"mini","title":"💯Tiny and installs in 1 second ⚠️Remote real-time viewing","description":"\u003cstyle\u003e\n  .fv-mini-camera {\n    --fv-black: #101114;\n    --fv-dark: #17191e;\n    --fv-light: #f6f7f8;\n    --fv-gray: #666b75;\n    --fv-green: #24a66a;\n    --fv-blue: #2764ff;\n    --fv-radius: 18px;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 10px 16px 50px;\n    color: var(--fv-black);\n    font-family: Arial, Helvetica, sans-serif;\n    box-sizing: border-box;\n  }\n\n  .fv-mini-camera *,\n  .fv-mini-camera *::before,\n  .fv-mini-camera *::after {\n    box-sizing: border-box;\n  }\n\n  .fv-mini-camera img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fv-section {\n    margin: 22px 0;\n    overflow: hidden;\n    border-radius: var(--fv-radius);\n  }\n\n  .fv-hero {\n    background: var(--fv-black);\n    color: #fff;\n    padding: 38px 24px 28px;\n    text-align: center;\n  }\n\n  .fv-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 13px;\n    border-radius: 999px;\n    background: rgba(255,255,255,.12);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  .fv-title {\n    max-width: 760px;\n    margin: 0 auto 14px;\n    font-size: clamp(30px, 6vw, 54px);\n    line-height: 1.04;\n    font-weight: 800;\n    letter-spacing: -0.04em;\n  }\n\n  .fv-subtitle {\n    max-width: 720px;\n    margin: 0 auto 22px;\n    color: #d5d7dc;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .fv-checks {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin: 0 auto 26px;\n  }\n\n  .fv-check {\n    padding: 9px 13px;\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .fv-media {\n    max-width: 760px;\n    margin: 0 auto;\n    overflow: hidden;\n    border-radius: 16px;\n    background: #000;\n  }\n\n  .fv-media img {\n    object-fit: cover;\n  }\n\n  .fv-caption {\n    margin: 14px 0 0;\n    color: #aeb3be;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .fv-intro {\n    padding: 35px 24px;\n    background: var(--fv-light);\n    text-align: center;\n  }\n\n  .fv-heading {\n    max-width: 760px;\n    margin: 0 auto 12px;\n    font-size: clamp(26px, 4.5vw, 40px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -0.025em;\n  }\n\n  .fv-copy {\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--fv-gray);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .fv-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 22px 0;\n  }\n\n  .fv-card {\n    padding: 24px 18px;\n    border: 1px solid #e4e6ea;\n    border-radius: 16px;\n    background: #fff;\n    text-align: center;\n    box-shadow: 0 8px 25px rgba(0,0,0,.04);\n  }\n\n  .fv-icon {\n    display: flex;\n    width: 52px;\n    height: 52px;\n    margin: 0 auto 14px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #eef3ff;\n    font-size: 25px;\n  }\n\n  .fv-card h3 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    line-height: 1.25;\n  }\n\n  .fv-card p {\n    margin: 0;\n    color: var(--fv-gray);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .fv-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    background: var(--fv-light);\n  }\n\n  .fv-split-text {\n    padding: 36px;\n  }\n\n  .fv-split-text h2 {\n    margin: 0 0 13px;\n    font-size: clamp(26px, 4vw, 38px);\n    line-height: 1.12;\n  }\n\n  .fv-split-text p {\n    margin: 0 0 16px;\n    color: var(--fv-gray);\n    line-height: 1.65;\n  }\n\n  .fv-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .fv-list li {\n    position: relative;\n    margin: 10px 0;\n    padding-left: 27px;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .fv-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--fv-green);\n    font-weight: 900;\n  }\n\n  .fv-image-wrap {\n    height: 100%;\n    min-height: 350px;\n    background: #fff;\n  }\n\n  .fv-image-wrap img {\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .fv-how {\n    padding: 38px 24px;\n    background: var(--fv-dark);\n    color: #fff;\n  }\n\n  .fv-how .fv-heading,\n  .fv-how .fv-copy {\n    text-align: center;\n  }\n\n  .fv-how .fv-copy {\n    color: #c5c9d2;\n  }\n\n  .fv-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-top: 26px;\n  }\n\n  .fv-step {\n    padding: 22px 18px;\n    border: 1px solid rgba(255,255,255,.13);\n    border-radius: 15px;\n    background: rgba(255,255,255,.05);\n  }\n\n  .fv-step-number {\n    display: flex;\n    width: 36px;\n    height: 36px;\n    margin-bottom: 13px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #fff;\n    color: var(--fv-black);\n    font-weight: 800;\n  }\n\n  .fv-step h3 {\n    margin: 0 0 7px;\n    font-size: 17px;\n  }\n\n  .fv-step p {\n    margin: 0;\n    color: #c5c9d2;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .fv-specs {\n    padding: 34px 24px;\n    border: 1px solid #e3e5e9;\n    background: #fff;\n  }\n\n  .fv-spec-table {\n    max-width: 760px;\n    margin: 23px auto 0;\n    border-top: 1px solid #e4e6ea;\n  }\n\n  .fv-spec-row {\n    display: grid;\n    grid-template-columns: 42% 58%;\n    padding: 14px 3px;\n    border-bottom: 1px solid #e4e6ea;\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  .fv-spec-row strong {\n    padding-right: 12px;\n  }\n\n  .fv-use-cases {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n  }\n\n  .fv-use-case {\n    padding: 27px 18px;\n    border-radius: 16px;\n    background: var(--fv-light);\n    text-align: center;\n  }\n\n  .fv-use-case span {\n    display: block;\n    margin-bottom: 12px;\n    font-size: 32px;\n  }\n\n  .fv-use-case h3 {\n    margin: 0 0 7px;\n  }\n\n  .fv-use-case p {\n    margin: 0;\n    color: var(--fv-gray);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .fv-notice {\n    padding: 22px;\n    border-left: 5px solid #efad28;\n    border-radius: 10px;\n    background: #fff7e5;\n    color: #55420f;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .fv-guarantee {\n    padding: 38px 24px;\n    background: linear-gradient(135deg, #173fef, #3883ff);\n    color: #fff;\n    text-align: center;\n  }\n\n  .fv-guarantee p {\n    max-width: 700px;\n    margin: 12px auto 0;\n    color: rgba(255,255,255,.88);\n    line-height: 1.6;\n  }\n\n  .fv-cta {\n    display: inline-block;\n    margin-top: 22px;\n    padding: 15px 28px;\n    border-radius: 10px;\n    background: #fff;\n    color: #163ddf;\n    text-decoration: none;\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .fv-faq {\n    padding: 34px 24px;\n    background: var(--fv-light);\n  }\n\n  .fv-faq details {\n    max-width: 800px;\n    margin: 10px auto;\n    padding: 17px 19px;\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .fv-faq summary {\n    cursor: pointer;\n    font-weight: 800;\n    line-height: 1.4;\n  }\n\n  .fv-faq details p {\n    margin: 12px 0 0;\n    color: var(--fv-gray);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 750px) {\n    .fv-mini-camera {\n      padding-left: 10px;\n      padding-right: 10px;\n    }\n\n    .fv-hero {\n      padding: 31px 16px 20px;\n    }\n\n    .fv-grid,\n    .fv-steps,\n    .fv-use-cases {\n      grid-template-columns: 1fr;\n    }\n\n    .fv-split {\n      grid-template-columns: 1fr;\n    }\n\n    .fv-split-text {\n      padding: 28px 19px;\n    }\n\n    .fv-image-wrap {\n      min-height: auto;\n    }\n\n    .fv-image-wrap img {\n      height: auto;\n      object-fit: contain;\n    }\n\n    .fv-spec-row {\n      grid-template-columns: 1fr;\n      gap: 5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fv-mini-camera\"\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003csection class=\"fv-section fv-hero\"\u003e\n    \u003cdiv class=\"fv-eyebrow\"\u003eCompact Wi-Fi Home Camera\u003c\/div\u003e\n\n    \u003ch1 class=\"fv-title\"\u003e\n      Keep an Eye on What Matters—Wherever You Are\n    \u003c\/h1\u003e\n\n    \u003cp class=\"fv-subtitle\"\u003e\n      A compact Wi-Fi camera designed for convenient home monitoring,\n      pet check-ins and real-time room viewing from your smartphone.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fv-checks\"\u003e\n      \u003cspan class=\"fv-check\"\u003e✓ Remote Live Viewing\u003c\/span\u003e\n      \u003cspan class=\"fv-check\"\u003e✓ Motion Detection\u003c\/span\u003e\n      \u003cspan class=\"fv-check\"\u003e✓ Compact Design\u003c\/span\u003e\n      \u003cspan class=\"fv-check\"\u003e✓ Easy Wi-Fi Setup\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 原产品页 GIF --\u003e\n    \u003cdiv class=\"fv-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/80daaad4ca08619f367a4d27797c5de28f6a3864.gif\" alt=\"Live viewing demonstration on a smartphone\" width=\"760\" height=\"427\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"fv-caption\"\u003e\n      Interface and image quality may vary depending on the phone,\n      application, Wi-Fi signal and surrounding conditions.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"fv-section fv-intro\"\u003e\n    \u003ch2 class=\"fv-heading\"\u003ePeace of Mind in a Compact Design\u003c\/h2\u003e\n\n    \u003cp class=\"fv-copy\"\u003e\n      Check your room, pets or personal space without installing a bulky\n      traditional security system. Connect the camera to a compatible\n      Wi-Fi network and view the live feed through your smartphone.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"fv-grid\"\u003e\n    \u003carticle class=\"fv-card\"\u003e\n      \u003cdiv class=\"fv-icon\"\u003e📱\u003c\/div\u003e\n      \u003ch3\u003eRemote Live Viewing\u003c\/h3\u003e\n      \u003cp\u003e\n        View the camera feed through your smartphone while connected\n        through the supported mobile application.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fv-card\"\u003e\n      \u003cdiv class=\"fv-icon\"\u003e🚨\u003c\/div\u003e\n      \u003ch3\u003eMotion Detection\u003c\/h3\u003e\n      \u003cp\u003e\n        The camera can detect movement and help you stay informed about\n        activity in the monitored area.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fv-card\"\u003e\n      \u003cdiv class=\"fv-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eCompact and Convenient\u003c\/h3\u003e\n      \u003cp\u003e\n        Its small footprint makes it suitable for shelves, desks and\n        other indoor monitoring locations.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- REMOTE VIEWING --\u003e\n  \u003csection class=\"fv-section fv-split\"\u003e\n    \u003cdiv class=\"fv-split-text\"\u003e\n      \u003ch2\u003eCheck In from Your Phone\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Stay connected to your personal space when you are in another\n        room, at work or away from home.\n      \u003c\/p\u003e\n\n      \u003cul class=\"fv-list\"\u003e\n        \u003cli\u003eReal-time viewing through a compatible app\u003c\/li\u003e\n        \u003cli\u003eSuitable for home and indoor personal use\u003c\/li\u003e\n        \u003cli\u003eConvenient smartphone access\u003c\/li\u003e\n        \u003cli\u003eWi-Fi connection required\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fv-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/8b47f8b36aed5fa373d38e8d61c0c67781786141.png\" alt=\"Remote room monitoring through a smartphone\" loading=\"lazy\" width=\"750\" height=\"650\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- MOTION DETECTION IMAGE --\u003e\n  \u003csection class=\"fv-section\"\u003e\n    \u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/6a9fdde05a157dec014912b6facc1809b989c2d1.jpg\" alt=\"Motion detection and standby mode demonstration\" loading=\"lazy\" width=\"750\" height=\"750\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"fv-section fv-how\"\u003e\n    \u003ch2 class=\"fv-heading\"\u003eSimple Everyday Setup\u003c\/h2\u003e\n\n    \u003cp class=\"fv-copy\"\u003e\n      Get connected in a few straightforward steps.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fv-steps\"\u003e\n      \u003carticle class=\"fv-step\"\u003e\n        \u003cdiv class=\"fv-step-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003ePlace the Camera\u003c\/h3\u003e\n        \u003cp\u003e\n          Position it in an indoor area that you are legally permitted\n          to monitor.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fv-step\"\u003e\n        \u003cdiv class=\"fv-step-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eConnect to Wi-Fi\u003c\/h3\u003e\n        \u003cp\u003e\n          Follow the supplied instructions to connect the camera to a\n          compatible Wi-Fi network.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fv-step\"\u003e\n        \u003cdiv class=\"fv-step-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eView from Your Phone\u003c\/h3\u003e\n        \u003cp\u003e\n          Open the supported application to check the live camera feed.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003csection class=\"fv-section\"\u003e\n    \u003ch2 class=\"fv-heading\"\u003eMade for Everyday Check-Ins\u003c\/h2\u003e\n\n    \u003cp class=\"fv-copy\" style=\"text-align:center; margin-bottom:24px;\"\u003e\n      A convenient monitoring solution for your own home and personal spaces.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fv-use-cases\"\u003e\n      \u003carticle class=\"fv-use-case\"\u003e\n        \u003cspan\u003e🐶\u003c\/span\u003e\n        \u003ch3\u003ePet Monitoring\u003c\/h3\u003e\n        \u003cp\u003eCheck on your pets while you are away from the room.\u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fv-use-case\"\u003e\n        \u003cspan\u003e🏡\u003c\/span\u003e\n        \u003ch3\u003eHome Check-Ins\u003c\/h3\u003e\n        \u003cp\u003eView activity in permitted areas of your home.\u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fv-use-case\"\u003e\n        \u003cspan\u003e📦\u003c\/span\u003e\n        \u003ch3\u003ePersonal Space\u003c\/h3\u003e\n        \u003cp\u003eMonitor your own room, shelves or personal belongings.\u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"fv-section fv-specs\"\u003e\n    \u003ch2 class=\"fv-heading\" style=\"text-align:center;\"\u003e\n      Product Information\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"fv-spec-table\"\u003e\n      \u003cdiv class=\"fv-spec-row\"\u003e\n        \u003cstrong\u003eVideo Resolution\u003c\/strong\u003e\n        \u003cspan\u003e480P\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fv-spec-row\"\u003e\n        \u003cstrong\u003eConnection\u003c\/strong\u003e\n        \u003cspan\u003eWi-Fi connection required\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fv-spec-row\"\u003e\n        \u003cstrong\u003eRemote Viewing\u003c\/strong\u003e\n        \u003cspan\u003eSupported through a compatible smartphone application\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fv-spec-row\"\u003e\n        \u003cstrong\u003eMotion Detection\u003c\/strong\u003e\n        \u003cspan\u003eSupported\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fv-spec-row\"\u003e\n        \u003cstrong\u003eProduct Dimensions\u003c\/strong\u003e\n        \u003cspan\u003eApproximately 9 × 5 × 4 cm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fv-spec-row\"\u003e\n        \u003cstrong\u003eMemory Card\u003c\/strong\u003e\n        \u003cspan\u003eNot included; purchase separately if required\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fv-spec-row\"\u003e\n        \u003cstrong\u003eRecommended Use\u003c\/strong\u003e\n        \u003cspan\u003eIndoor home and personal-space monitoring\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMPORTANT NOTICE --\u003e\n  \u003csection class=\"fv-section fv-notice\"\u003e\n    \u003cstrong\u003eImportant Privacy Notice:\u003c\/strong\u003e\n    Use this product only in locations where you are legally permitted to\n    record or monitor. Inform and obtain consent from people when required\n    by applicable laws. Never install it in bathrooms, changing areas,\n    hotel rooms, rental properties or other places where people reasonably\n    expect privacy.\n  \u003c\/section\u003e\n\n  \u003c!-- GUARANTEE \/ CTA --\u003e\n  \u003csection class=\"fv-section fv-guarantee\"\u003e\n    \u003ch2 class=\"fv-heading\"\u003eA Smarter Way to Check In\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Compact, convenient and easy to access from your phone—ideal for\n      everyday indoor monitoring of the spaces that matter to you.\n    \u003c\/p\u003e\n\n    \u003ca class=\"fv-cta\" href=\"#MainContent\"\u003e\n      Choose Your Bundle ↑\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"fv-section fv-faq\"\u003e\n    \u003ch2 class=\"fv-heading\" style=\"text-align:center;\"\u003e\n      Frequently Asked Questions\n    \u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the camera require Wi-Fi?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. A compatible Wi-Fi connection is required for remote viewing\n        and connected functions.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs a memory card included?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. A compatible memory card must be purchased separately if you\n        want to use supported local storage functions.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I watch the live feed from my phone?\u003c\/summary\u003e\n      \u003cp\u003e\n        The product supports remote smartphone viewing through its\n        compatible application after setup.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the video resolution?\u003c\/summary\u003e\n      \u003cp\u003e\n        The current product listing specifies 480P video resolution.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere can I legally use this camera?\u003c\/summary\u003e\n      \u003cp\u003e\n        Use it only in your own permitted spaces and follow all applicable\n        privacy, recording and consent laws in your location.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"whslkshw","offers":[{"title":"Default Title","offer_id":54262296772887,"sku":"LAA2605231900-无线室内监控摄像头","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/6589\/1863\/files\/f4bee75df3788b7800d56d46cef7233edd78e5d7_ff0dc96a-4d46-42f1-956a-30003b89dbe7.gif?v=1784617823","url":"https:\/\/fivorauw.com\/products\/mini","provider":"fivorauw","version":"1.0","type":"link"}