{"product_id":"wall-mounted-key-safe-rjc","title":"Wall Mounted Key Safe","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #d32f2f;\n      --primary-hover: #b71c1c;\n      --text-main: #212121;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f1f3f5;\n      --border-color: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 24px;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Constraints *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question,\n    .product-detail-container .scenario-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\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    .product-detail-container .hero-subtitle,\n    .product-detail-container .badge,\n    .product-detail-container .feature-text,\n    .product-detail-container .tag,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .scenario-text {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-section {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Styling *\/\n    .image-container {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      background-color: var(--bg-soft);\n      border: 1px dashed #cbd5e1;\n      padding: 40px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      margin-bottom: 24px;\n    }\n\n    .image-placeholder-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: #64748b;\n    }\n\n    \/* Trust Badge System *\/\n    .badge-wrapper {\n      margin-bottom: 24px;\n    }\n\n    .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 40px 0;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin-top: 24px;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 0 24px;\n    }\n\n    \/* Features Layout *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 32px;\n      margin-bottom: 48px;\n    }\n\n    .feature-media {\n      flex: 1;\n    }\n\n    .feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Scenario Application *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n\n    .scenario-card {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Styling *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 32px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: middle;\n    }\n\n    \/* FAQ Styling *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      padding: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      margin-bottom: 12px;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    \/* Responsive adjustments for large screens *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 64px;\n      }\n\n      .feature-item-alternate {\n        flex-direction: row-reverse;\n      }\n\n      .scenario-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .spec-table td {\n        padding: 20px;\n      }\n\n      .spec-table td:first-child {\n        font-weight: 600;\n        width: 35%;\n        color: var(--text-main);\n      }\n    }\n\n    \/* Responsive Mobile Spec Rules to prevent overlap\/overflow *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important; \/* Image first, text second on mobile *\/\n      }\n\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border: none;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Wall-Mounted Combination Key Lock Box\n  Target Audience: Airbnb Hosts, Realtors, Homeowners, Family Members\n  Visual Style: Clean, Secure, Modern, High-Contrast\n  Color Strategy: Slate Black \u0026 Light Gray with Vibrant Red Accents\n  Module Order: Hero, Feature 1 (Combination Lock), Feature 2 (Spacious Interior), Feature 3 (Weatherproofing), Feature 4 (Reset Steps), Scenario, Specifications, FAQ\n  Detail Image Mapping: Hero=detail_2, Feature1=detail_1, Feature2=detail_5, Feature3=detail_4, Feature4=detail_7, Scenario=detail_3\n  Specification Data Source: Image 8 (SKU list colors) \u0026 Supplemental text (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no direct comparison data available)\n  Information Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n  --\u003e\u003c!-- A. HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-wrapper\"\u003e\u003cspan class=\"badge\"\u003eReinforced PVC Construction\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eSecure Keyless Access with 4-Digit Combination Lock Box\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep backup keys safe outdoors with durable, weather-resistant storage designed for easy wall-mounted installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding: 0 24px; margin-top: 32px;\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260915104516\/898380bf69d24b7abb2cec6edd4cda2a.jpeg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img216\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260915103748\/dd2dda2df2f6a1f21673183a48f1eea8.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSecure 4-Digit Combination\u003c\/h3\u003e\n\n\u003cp class=\"feature-text\"\u003eSet and update your code easily using 10,000 possible combinations. The smooth-rotating metal dials are protected by a sliding weather cover to shield them from water and dust.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003e10,000 Codes\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMetal Dials\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSliding Cover\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item feature-item-alternate\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img215\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260915103748\/87317c1a8cb3e257c66dafb6e9dd79bf.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSpacious Internal Capacity\u003c\/h3\u003e\n\n\u003cp class=\"feature-text\"\u003eDesigned with a spacious interior cavity that comfortably stores multiple physical keys, key fobs, or entry cards, providing reliable storage for family members, hosts, and realtors.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003eLarge Storage\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHolds Multiple Keys\u003c\/span\u003e \u003cspan class=\"tag\"\u003eKey Fob Compatible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img212\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260915103748\/29cbf5459d23e40f56d2807fb43eb4c8.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eWaterproof \u0026amp; Rust-Resistant\u003c\/h3\u003e\n\n\u003cp class=\"feature-text\"\u003eCrafted with durable, reinforced PVC and weather-resistant metal details to withstand outdoor exposure. Designed to prevent rust and lock out heavy rain to keep contents dry.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003eWaterproof Body\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRust-Resistant\u003c\/span\u003e \u003cspan class=\"tag\"\u003eOutdoor Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item feature-item-alternate\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img213\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260915103748\/b9a9cfc0dbd4da50756bd1122eb4e4ff.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eFast \u0026amp; Easy Password Reset\u003c\/h3\u003e\n\n\u003cp class=\"feature-text\"\u003eNo extra tools are required. Access the internal reset panel inside the box, slide the setting toggle switch from point A to B, set your new code on the metal dial, and slide it back to lock.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-group\"\u003e\n\u003cspan class=\"tag\"\u003e4-Step Process\u003c\/span\u003e \u003cspan class=\"tag\"\u003eA\/B Toggle Switch\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTool-Free Setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. USE SCENARIO (OPTIONAL - SUPPORTED BY IMAGE 3) --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch2 class=\"scenario-title\"\u003eWide Outdoor Application\u003c\/h2\u003e\n\n\u003cp class=\"scenario-text\" style=\"margin-bottom: 24px;\"\u003ePerfect for mounting on outer walls, entryways, wooden doors, garages, or gates to provide contactless key sharing for guests, maintenance services, and family members.\u003c\/p\u003e\n\n\u003cdiv class=\"image-container\" style=\"margin-bottom: 0;\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img214\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260915103748\/158d98974a66ae21f2653cc902cadf81.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS (NO IMAGES HERE) --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan class=\"spec-value\"\u003eWall-Mounted Key Lock Box\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Body Material\"\u003e\u003cspan class=\"spec-value\"\u003eReinforced PVC\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Locking Mechanism\"\u003e\u003cspan class=\"spec-value\"\u003e4-Digit Combination Lock (10,000 Possible Codes)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dial \u0026amp; Hardware Material\"\u003e\u003cspan class=\"spec-value\"\u003eWeather-Resistant Metal (Dials, Hinge, Bolt)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Colors Available\"\u003e\u003cspan class=\"spec-value\"\u003eBlack, Gray, Red, Orange, Blue\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation Style\"\u003e\u003cspan class=\"spec-value\"\u003eWall-Mounted (4 Back Pre-drilled Holes)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003e1 x Key Lock Box, Wall-Mounting Hardware Screws\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I set or reset the password?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eOpen the lock box using the pre-set code (0-0-0-0). Inside, locate the setting button, toggle it down and to the right to point B, rotate the metal dials to your new desired code, and then push the toggle switch back up to point A to save.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Is this lock box rust-resistant and waterproof?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the outer body is made of durable, reinforced PVC with a sliding black protective cover that shields the metal combination wheels from harsh rain, dust, and rust outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Is mounting hardware included?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, mounting hardware is included in the package. The box has four hidden pre-drilled holes on its interior backplate, allowing you to easily and securely screw the lock box flat against a wall or wood panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Red \/ 1-Pack (Home Essential)","offer_id":48667616968916,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1-Pack (Home Essential)","offer_id":48667617001684,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 1-Pack (Home Essential)","offer_id":48667617034452,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 1-Pack (Home Essential)","offer_id":48667617067220,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 1-Pack (Home Essential)","offer_id":48667617099988,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2-Pack (Keep a Backup)","offer_id":48667617132756,"sku":null,"price":18.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2-Pack (Keep a Backup)","offer_id":48667617165524,"sku":null,"price":18.95,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2-Pack (Keep a Backup)","offer_id":48667617198292,"sku":null,"price":18.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2-Pack (Keep a Backup)","offer_id":48667617231060,"sku":null,"price":18.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2-Pack (Keep a Backup)","offer_id":48667617263828,"sku":null,"price":18.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/898380bf69d24b7abb2cec6edd4cda2a.jpg?v=1789440626","url":"https:\/\/omurio.com\/products\/wall-mounted-key-safe-rjc","provider":"Omurio","version":"1.0","type":"link"}