{"product_id":"flexible-dryer-vent-cleaner-kit-rjc","title":"Flexible Dryer Vent Cleaner Kit","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Home Safety \u0026 Appliance Maintenance Tool (Dryer Vent Cleaning Kit)\nTarget Audience: Homeowners, renters, safety-conscious individuals wanting to prevent fires and save energy\nVisual Style: Trustworthy, professional, and utilitarian (Clean layouts, high contrast)\nColor Strategy: Trust Blue (--primary) for reliability, Alert Orange (--accent) for fire safety awareness, Light Gray (--bg-body) for clean spaces\nShape Strategy: Radius 8px (Industrial yet household-safe, structured but not aggressive)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px+, Body: 18px+, Line-height: 1.6)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive data-label mapping)\nImage Mapping: Hero=image_1, FireSafety=image_2, DeepCleaning=image_3, UniversalFit=image_4, MultiPurpose=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #1e3a8a;\n      --primary-hover: #172554;\n      --accent: #ea580c;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-table-alt: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e7eb;\n      \n      \/* Base Container Settings *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* 0) Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container .text-sm {\n      font-size: clamp(16px, 1.8vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--accent);\n      color: #fff;\n      font-size: 16px;\n      font-weight: 700;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* 2) Image \u0026 Media Protocol *\/\n    \/* Scheme A: Natural Flow Formatting *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Placeholder Styling *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background: var(--bg-card);\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748b;\n      font-size: clamp(16px, 2vw, 20px);\n      font-weight: bold;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container .section-gap {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-bottom: clamp(2rem, 4vw, 3rem);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 4vw, 3rem) auto;\n    }\n\n    \/* Mobile Ordering Lock \u0026 Z-Pattern *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .product-detail-container .feature-media {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy ul {\n      list-style-type: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .product-detail-container .feature-copy ul li {\n      position: relative;\n      padding-left: 2rem;\n      margin-bottom: 1rem;\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .feature-copy ul li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 1.2rem;\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n      }\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specs Table System *\/\n    .product-detail-container .specs-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .product-detail-container .specs-table th,\n    .product-detail-container .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n\n    .product-detail-container .specs-table th {\n      background-color: var(--primary);\n      color: #fff;\n      font-weight: 600;\n    }\n\n    .product-detail-container .specs-table tbody tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .specs-table tbody tr:nth-child(even) {\n      background-color: var(--bg-table-alt);\n    }\n\n    \/* Mobile Table: Card-based Layout *\/\n    @media (max-width: 767px) {\n      .product-detail-container .specs-table,\n      .product-detail-container .specs-table thead,\n      .product-detail-container .specs-table tbody,\n      .product-detail-container .specs-table tr,\n      .product-detail-container .specs-table th,\n      .product-detail-container .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .product-detail-container .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n\n      .product-detail-container .specs-table tbody tr {\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        box-shadow: var(--shadow-sm);\n        padding: 0.5rem;\n      }\n\n      .product-detail-container .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border: none;\n        padding: 0.75rem 1rem;\n      }\n\n      .product-detail-container .specs-table td:not(:last-child) {\n        border-bottom: 1px dashed var(--border-color);\n      }\n\n      .product-detail-container .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-right: 1rem;\n        flex-shrink: 0;\n      }\n      \n      .product-detail-container .specs-table td span {\n        text-align: right;\n      }\n    }\n\n    \/* FAQ System *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-body);\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 2rem;\n    }\n\n    .product-detail-container .faq-question {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n      display: flex;\n      gap: 1rem;\n    }\n\n    .product-detail-container .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n    }\n\n    .product-detail-container .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      padding-left: 2.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-gap\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003eFire Safety Essential\u003c\/div\u003e\n\n\u003ch1\u003eProtect Your Home \u0026amp; Boost Dryer Efficiency\u003c\/h1\u003e\n\n\u003ch2\u003eProfessional-Grade Dryer Vent Cleaning Kit\u003c\/h2\u003e\n\n\u003cp\u003eRemove years of hidden, highly flammable lint buildup in minutes. Improve your dryer's airflow, dry clothes faster, and gain peace of mind without paying for expensive professional services.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Image Placeholder --\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319180155\/fcc6d56d4dce0ff23b7acff8d910ba52.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"text-sm\" style=\"text-align: center; margin-top: 1rem;\"\u003eTrusted by 50,000+ homeowners for everyday safety and appliance maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Z-Pattern \/ Mobile-Lock) --\u003e\n\n\u003cdiv class=\"features-section section-gap\"\u003e\n\u003c!-- Feature 1: Fire Prevention --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319180155\/199267d2d6120668c94aa8af6523e371.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEliminate Hidden Fire Hazards\u003c\/h3\u003e\n\n\u003cp\u003e\u003cstrong\u003eDust and cotton lint are the leading causes of dryer fires.\u003c\/strong\u003e Every year, thousands of house fires are triggered by neglected dryer vents.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eDeep Reaching:\u003c\/strong\u003e Extracts highly flammable lint that accumulates over the years in areas you simply cannot reach by hand.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eAbsolute Safety:\u003c\/strong\u003e Keep your dryer exhaust clean and safeguard your family from devastating appliance malfunctions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Efficiency --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319180155\/b65703b46c52156da6a7f8ab35e86695.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eRestore Maximum Airflow \u0026amp; Save Money\u003c\/h3\u003e\n\n\u003cp\u003eA clogged dryer works twice as hard. Our flexible hose and extra-long bristle brush dive deep into your dryer's internal lint trap and exhaust vent.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFaster Drying Times:\u003c\/strong\u003e By clearing out the blockage, fresh air circulates perfectly, drying your heavy loads in a fraction of the time.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eLower Energy Bills:\u003c\/strong\u003e An efficient dryer uses significantly less electricity, paying for this cleaning kit after just a few laundry cycles.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Universal Fit --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319180155\/4234257e46fe3737f2e9ceb7afc29ecc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eInstant Connection to Your Vacuum\u003c\/h3\u003e\n\n\u003cp\u003eNo tools or complex assembly required. The kit is designed to seamlessly integrate into your current household cleaning routine.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUniversal Adapter:\u003c\/strong\u003e Easily connects to most standard vacuum cleaner hoses.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eCustomizable Suction:\u003c\/strong\u003e Simply attach the kit, adjust your vacuum's suction force, and watch the built-up dust and lint disappear instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Multi-Purpose --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319180155\/c6216437f349a965822b6e89ebe7e87b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eNot Just for Dryers\u003c\/h3\u003e\n\n\u003cp\u003eThe extra-long, ultra-flexible design makes it the ultimate crevice tool for the forgotten spaces around your home.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRefrigerator Coils:\u003c\/strong\u003e Vacuum the dust under your fridge to extend its lifespan and cooling efficiency.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eAir Conditioner Vents:\u003c\/strong\u003e Reach deep into AC ducts for cleaner, healthier air inside your home.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eTight Furniture Gaps:\u003c\/strong\u003e Effortlessly clean behind heavy bookshelves and under tight sofas.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section section-gap\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003eEverything you need for a thorough, professional-level clean.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eComponent \/ Spec\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component \/ Spec\"\u003e\u003cstrong\u003ePackage Includes\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e1 x Vacuum Adapter, 1 x Flexible Cleaning Hose, 1 x Extra-Long Bristle Brush\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component \/ Spec\"\u003e\u003cstrong\u003eHose Length\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e80.7 cm \/ 31.8 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component \/ Spec\"\u003e\u003cstrong\u003eBrush Length\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e73.5 cm \/ 29.0 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component \/ Spec\"\u003e\u003cstrong\u003eTotal Weight\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e250.0 g \/ 8.8 oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component \/ Spec\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eDurable Flexible PVC Hose \u0026amp; Non-scratch Nylon Bristles\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component \/ Spec\"\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eFits most standard household vacuum cleaner hoses\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section section-gap\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this adapter fit my specific vacuum brand?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe included vacuum adapter features a tapered, universal design that securely fits the majority of standard household vacuum hoses (up to standard diameters).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow often should I clean my dryer vent?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eFor standard household use, we strongly recommend performing a deep clean with this kit every 4 to 6 months. This prevents dangerous lint accumulation and keeps your dryer running at peak energy efficiency.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan the brush damage the inside of my dryer?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely not. The flexible bristle brush is crafted from premium, pliable nylon. It is specifically engineered to aggressively capture cotton lint while being perfectly safe and gentle on your dryer's internal components and exhaust ducting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Blue \/ Buy 1 (Basic Kit)","offer_id":48044059492564,"sku":null,"price":9.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Buy 2 (For You \u0026 Parents) - Save 15%","offer_id":48044059525332,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Buy 3 (Whole House Deep Clean) - Save 20%","offer_id":48044059558100,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/fcc6d56d4dce0ff23b7acff8d910ba52.jpg?v=1780476651","url":"https:\/\/omurio.com\/products\/flexible-dryer-vent-cleaner-kit-rjc","provider":"Omurio","version":"1.0","type":"link"}